From cd2d25a04b4e17ae60ec37d65805591f3789c5d6 Mon Sep 17 00:00:00 2001 From: Matt Bauman Date: Wed, 1 Oct 2025 11:41:31 -0400 Subject: [PATCH 1/2] extract JLL metadata work into GeneralMetadata.jl --- .github/workflows/update-jll-metadata.yml | 46 - .../workflows/update-package-components.yml | 66 - jll_metadata.toml | 191995 --------------- package_components.toml | 1980 - scripts/jll_metadata/Project.toml | 8 - scripts/jll_metadata/update_jll_metadata.jl | 312 - scripts/update_package_components.jl | 143 - src/GitHub.jl | 16 +- src/NVD.jl | 2 - src/common.jl | 31 +- upstream_project_info.toml | 629 - 11 files changed, 38 insertions(+), 195190 deletions(-) delete mode 100644 .github/workflows/update-jll-metadata.yml delete mode 100644 .github/workflows/update-package-components.yml delete mode 100644 jll_metadata.toml delete mode 100644 package_components.toml delete mode 100644 scripts/jll_metadata/Project.toml delete mode 100644 scripts/jll_metadata/update_jll_metadata.jl delete mode 100644 scripts/update_package_components.jl delete mode 100644 upstream_project_info.toml diff --git a/.github/workflows/update-jll-metadata.yml b/.github/workflows/update-jll-metadata.yml deleted file mode 100644 index 8180df0c..00000000 --- a/.github/workflows/update-jll-metadata.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: Update JLL metadata - -on: - workflow_dispatch: - schedule: - # Run at 1 AM UTC every day - - cron: '0 1 * * *' - -jobs: - update-jll-metadata: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Setup Julia v1.7 for BinaryBuilder - uses: julia-actions/setup-julia@v1 - with: - version: '1.7' - - - name: Install Julia dependencies - run: | - julia --project=./scripts/jll_metadata -e 'using Pkg; Pkg.instantiate()' - - - name: Update JLL metadata - run: | - julia --project=./scripts/jll_metadata scripts/jll_metadata/update_jll_metadata.jl - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Check for changes - id: git-check - run: | - [[ $(git ls-files --others --modified --exclude-standard) ]] && echo "changes=true" >> $GITHUB_OUTPUT || echo "no changes" - - - name: Commit and push changes - if: steps.git-check.outputs.changes == 'true' - run: | - git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git add . - git commit -m "Update JLL metadata - $(date -u '+%Y-%m-%d %H:%M:%S UTC')" - git push diff --git a/.github/workflows/update-package-components.yml b/.github/workflows/update-package-components.yml deleted file mode 100644 index c7d12be5..00000000 --- a/.github/workflows/update-package-components.yml +++ /dev/null @@ -1,66 +0,0 @@ -name: Update package components - -on: - workflow_dispatch: - -jobs: - update-package-components: - runs-on: ubuntu-latest - - steps: - - name: Checkout source - uses: actions/checkout@v4 - with: - fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} - ref: ${{ github.head_ref || github.ref_name }} - - - name: Set up git user - run: | - git config --global user.name "github-actions[bot]" - git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - - - name: Setup Julia - uses: julia-actions/setup-julia@v1 - - - name: Install Julia dependencies - run: | - julia --project=. -e 'using Pkg; Pkg.instantiate()' - - - name: Update package components - id: update - run: | - julia --project=. scripts/update_package_components.jl - - - name: Commit changes (if any) - id: git_commit - run: | - git add package_components.toml - if git diff --cached --quiet; then - echo "No changes to commit." - echo "committed=false" >> $GITHUB_OUTPUT - else - git commit -m "${{ steps.update.outputs.title }}" - echo "committed=true" >> $GITHUB_OUTPUT - fi - - - name: Push directly to branch or main if exact - if: | - steps.git_commit.outputs.committed == 'true' && - steps.update.outputs.exact == 'true' - run: | - # For PRs, push to the PR's branch; for main, push to main - current_branch="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" - git push origin HEAD:"$current_branch" - - - name: Create PR for missing versions - if: | - steps.git_commit.outputs.committed == 'true' && - steps.update.outputs.exact != 'true' - uses: peter-evans/create-pull-request@v6 - with: - token: ${{ secrets.GITHUB_TOKEN }} - title: ${{ steps.update.outputs.title }} - body: ${{ steps.update.outputs.body }} - branch: auto-update-package-components - delete-branch: true diff --git a/jll_metadata.toml b/jll_metadata.toml deleted file mode 100644 index 33e92d8b..00000000 --- a/jll_metadata.toml +++ /dev/null @@ -1,191995 +0,0 @@ -############################################################################# -# This file is autogenerated by scripts/jll_metadata/update_jll_metadata.jl # -###################### Do not manually edit this file! ###################### -############################################################################# - -[ABC_jll."1.1.0+0"] -executables = ["abc"] -files = ["abc.rc"] -libraries = ["libabc"] - - [[ABC_jll."1.1.0+0".sources]] - hash = "645752f7d651b07a0ebd7cac827d6ce5dd5bd266" - repo = "https://github.com/berkeley-abc/abc.git" - -[ABC_jll."1.1.1+0"] -executables = ["abc"] -files = ["abc.rc"] -libraries = ["libabc"] - - [[ABC_jll."1.1.1+0".sources]] - hash = "08d25f39f2ee717b688529e61acb695cec0deeed" - repo = "https://github.com/berkeley-abc/abc.git" - -[ADEPT_jll."1.0.0+0"] -executables = ["asynch_protein", "asynch_sw", "multi_gpu", "multigpu_protein", "simple_sw"] -libraries = ["libadept_lib_shared"] - - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.0" - [[ADEPT_jll."1.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.0" - - [[ADEPT_jll."1.0.0+0".sources]] - hash = "166e38b234fd4a6c1e756348eee4253b4ed281ce" - repo = "https://github.com/mgawan/ADEPT.git" - -[ADIOS2_jll."2.7.1+0"] -libraries = ["libadios2_c_mpi", "libadios2_c"] - - [[ADIOS2_jll."2.7.1+0".sources]] - hash = "c8e237fd51f49d8a62a0660db12b72ea5067512aa7970f3fcf80b70e3f87ca3e" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.7.1.tar.gz" - -[ADIOS2_jll."2.7.1+1"] -libraries = ["libadios2_c_mpi", "libadios2_c"] - - [[ADIOS2_jll."2.7.1+1".sources]] - hash = "c8e237fd51f49d8a62a0660db12b72ea5067512aa7970f3fcf80b70e3f87ca3e" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.7.1.tar.gz" - [[ADIOS2_jll."2.7.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/edb404708bcd66e03d297e26c89642e96f2ecdf3//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.7.1+2"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi", "libadios2_taustubs"] - - [[ADIOS2_jll."2.7.1+2".sources]] - hash = "c8e237fd51f49d8a62a0660db12b72ea5067512aa7970f3fcf80b70e3f87ca3e" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.7.1.tar.gz" - [[ADIOS2_jll."2.7.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b906fb8dacaed86d4ec31c0b9662de220868cb17//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.7.1+3"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi", "libadios2_taustubs"] - - [[ADIOS2_jll."2.7.1+3".sources]] - hash = "c8e237fd51f49d8a62a0660db12b72ea5067512aa7970f3fcf80b70e3f87ca3e" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.7.1.tar.gz" - [[ADIOS2_jll."2.7.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3a83e2f85e5874e95e0e605a50b6dfdb0f63adef//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.7.1+4"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi", "libadios2_fortran", "libadios2_fortran_mpi", "libadios2_taustubs"] - - [[ADIOS2_jll."2.7.1+4".sources]] - hash = "c8e237fd51f49d8a62a0660db12b72ea5067512aa7970f3fcf80b70e3f87ca3e" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.7.1.tar.gz" - [[ADIOS2_jll."2.7.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1c42dc8b7630c13b8e50615813bbf7c9c8d056a6//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.7.1+5"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.7.1+5".sources]] - hash = "c8e237fd51f49d8a62a0660db12b72ea5067512aa7970f3fcf80b70e3f87ca3e" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.7.1.tar.gz" - [[ADIOS2_jll."2.7.1+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c038b59134573659401ef077f0c73ae4bb16e2c7//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.7.1+6"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.7.1+6".sources]] - hash = "c8e237fd51f49d8a62a0660db12b72ea5067512aa7970f3fcf80b70e3f87ca3e" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.7.1.tar.gz" - [[ADIOS2_jll."2.7.1+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d7b3dea4bcb41d9de5c69bc10e0b20738254a0ef//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.7.1+7"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.7.1+7".sources]] - hash = "c8e237fd51f49d8a62a0660db12b72ea5067512aa7970f3fcf80b70e3f87ca3e" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.7.1.tar.gz" - [[ADIOS2_jll."2.7.1+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c38373b53a620e425b0e033932316ba55ca83574//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.8.0+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.8.0+0".sources]] - hash = "5af3d950e616989133955c2430bd09bcf6bad3a04cf62317b401eaf6e7c2d479" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.8.0.tar.gz" - [[ADIOS2_jll."2.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6925be1481efa7fc284ec8f9f191c451bc838629//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.8.0+1"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.8.0+1".sources]] - hash = "5af3d950e616989133955c2430bd09bcf6bad3a04cf62317b401eaf6e7c2d479" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.8.0.tar.gz" - [[ADIOS2_jll."2.8.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6c844a19e44e99c313e7d92fc7e9e146246ac5aa//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.8.0+2"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.8.0+2".sources]] - hash = "5af3d950e616989133955c2430bd09bcf6bad3a04cf62317b401eaf6e7c2d479" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.8.0.tar.gz" - [[ADIOS2_jll."2.8.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/78f135de90b0a51f4b21179385d30365f75cdad7//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.8.1+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.8.1+0".sources]] - hash = "3f515b442bbd52e3189866b121613fe3b59edb8845692ea86fad83d1eba35d93" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.8.1.tar.gz" - [[ADIOS2_jll."2.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3aab0facc3815338bb9209904bc96553c656d3cb//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.8.1+1"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.8.1+1".sources]] - hash = "3f515b442bbd52e3189866b121613fe3b59edb8845692ea86fad83d1eba35d93" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.8.1.tar.gz" - [[ADIOS2_jll."2.8.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bb0e7d51665bf210f7b7881c59b2607371d35a03//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.8.2+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.8.2+0".sources]] - hash = "9909f6409dc44b2c28c1fda0042dab4b711f25ec3277ef0cb6ffc40f5483910d" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.8.2.tar.gz" - [[ADIOS2_jll."2.8.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3ddc5e9ba312dc6a3156138c02f9bd3785d304e8//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.8.3+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.8.3+0".sources]] - hash = "9909f6409dc44b2c28c1fda0042dab4b711f25ec3277ef0cb6ffc40f5483910d" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.8.2.tar.gz" - [[ADIOS2_jll."2.8.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ae78024d04123f2ee1e91736d61e2a807b004b6//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.8.4+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.8.4+0".sources]] - hash = "4906ab1899721c41dd918dddb039ba2848a1fb0cf84f3a563a1179b9d6ee0d9f" - url = "https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.8.3.tar.gz" - [[ADIOS2_jll."2.8.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8aba0dc64fb35aa47975a7f2226742eaedc3b634//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.9.0+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.9.0+0".sources]] - hash = "aac4a45fdd05fda62a80b1f5a4d174faade32f3c" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a5de5df1708b3fbeca8f2d6d0a3875a69815776f//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.9.0+1"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.9.0+1".sources]] - hash = "aac4a45fdd05fda62a80b1f5a4d174faade32f3c" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.9.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6b4a056c659d1f84d96f1aa4d8cceff513a4f113//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.9.1+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.9.1+0".sources]] - hash = "aac4a45fdd05fda62a80b1f5a4d174faade32f3c" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a94cc3d951dd7d73c4e56af77417c5c2d441867d//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.9.1+1"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.9.1+1".sources]] - hash = "aac4a45fdd05fda62a80b1f5a4d174faade32f3c" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.9.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c81013ec0b197a5cbf6a07177ddb6574b8538a14//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.9.2+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.9.2+0".sources]] - hash = "d143154f3bbebfdd7ac3c46b4e31fdfda7e8e79c" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.9.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8ca1d36fd52b59b3941a6b2bece079954c1036ff//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.9.3+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.9.3+0".sources]] - hash = "83cb06ae66700a8d5cc37f3c1af5c9e917a1236f" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.9.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6580e19f753cbe84114f752cc6009766e5ac5978//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.9.4+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.9.4+0".sources]] - hash = "83cb06ae66700a8d5cc37f3c1af5c9e917a1236f" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.9.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ca56c2297c588c2f2db765d726817a2a21321215//A/ADIOS2/./bundled" - -[ADIOS2_jll."2.10.1+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.10.1+0".sources]] - hash = "f626281e3dad99ca871396944a9091a60954fbb2" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.10.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e24b47da4df06be214c9b1ae50bf48792c44aed3//A/ADIOS2/bundled" - -[ADIOS2_jll."2.10.2+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.10.2+0".sources]] - hash = "f626281e3dad99ca871396944a9091a60954fbb2" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.10.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0b4d81a09fc9d3621dfe20cf4e466740bec51391//A/ADIOS2/bundled" - -[ADIOS2_jll."2.10.3+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.10.3+0".sources]] - hash = "a19dad6cecb00319825f20fd9f455ebbab903d34" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.10.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f58e1258167fc96c8e3b9b7cd9f0d51fd3540f83//A/ADIOS2/bundled" - -[ADIOS2_jll."2.10.4+0"] -executables = ["bpls"] -libraries = ["libadios2_c", "libadios2_c_mpi", "libadios2_core", "libadios2_core_mpi", "libadios2_cxx11", "libadios2_cxx11_mpi"] - - [[ADIOS2_jll."2.10.4+0".sources]] - hash = "a19dad6cecb00319825f20fd9f455ebbab903d34" - repo = "https://github.com/ornladios/ADIOS2.git" - [[ADIOS2_jll."2.10.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/044d812bf4bbc343f454df072c46871a6e9c371c//A/ADIOS2/bundled" - -[ADOLC_jll."0.0.24+0"] -libraries = ["libadolc_wrap"] - - [[ADOLC_jll."0.0.24+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ADOLC_jll."0.0.24+0".sources]] - hash = "b7ea10536a1e452f7dd47a90ef8c8118ce3e8432" - repo = "https://github.com/coin-or/ADOL-C.git" - [[ADOLC_jll."0.0.24+0".sources]] - hash = "51c23abf9ee2e1566331b440e81503ac9e7e8f5b" - repo = "https://github.com/TimSiebert1/libadolccxx.git" - -[ADOLC_jll."1.0.0+0"] -libraries = ["libadolc_wrap"] - - [[ADOLC_jll."1.0.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ADOLC_jll."1.0.0+0".sources]] - hash = "b7ea10536a1e452f7dd47a90ef8c8118ce3e8432" - repo = "https://github.com/coin-or/ADOL-C.git" - [[ADOLC_jll."1.0.0+0".sources]] - hash = "726ba6915906794a784ba2420ec79a5955bf3fa3" - repo = "https://github.com/TimSiebert1/libadolccxx.git" - -[ADOLC_jll."1.1.0+0"] -libraries = ["libadolc_wrap"] - - [[ADOLC_jll."1.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ADOLC_jll."1.1.0+0".sources]] - hash = "b7ea10536a1e452f7dd47a90ef8c8118ce3e8432" - repo = "https://github.com/coin-or/ADOL-C.git" - [[ADOLC_jll."1.1.0+0".sources]] - hash = "3d7fd8f8553d76a6310bec043705e1dd2e8b1858" - repo = "https://github.com/TimSiebert1/libadolccxx.git" - -[ADOLC_jll."1.1.1+0"] -libraries = ["libadolc_wrap"] - - [[ADOLC_jll."1.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ADOLC_jll."1.1.1+0".sources]] - hash = "b7ea10536a1e452f7dd47a90ef8c8118ce3e8432" - repo = "https://github.com/coin-or/ADOL-C.git" - [[ADOLC_jll."1.1.1+0".sources]] - hash = "1688ab1ddc5e83b890d8d6759233f667c174e777" - repo = "https://github.com/TimSiebert1/libadolccxx.git" - -[ADOLC_jll."1.1.2+0"] -libraries = ["libadolc_wrap"] - - [[ADOLC_jll."1.1.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ADOLC_jll."1.1.2+0".sources]] - hash = "b7ea10536a1e452f7dd47a90ef8c8118ce3e8432" - repo = "https://github.com/coin-or/ADOL-C.git" - [[ADOLC_jll."1.1.2+0".sources]] - hash = "0f529d3b23449ee24073be6a2cb2815ca108a479" - repo = "https://github.com/TimSiebert1/libadolccxx.git" - -[ADOLC_jll."1.2.0+0"] -libraries = ["libadolc_wrap"] - - [[ADOLC_jll."1.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ADOLC_jll."1.2.0+0".sources]] - hash = "b7ea10536a1e452f7dd47a90ef8c8118ce3e8432" - repo = "https://github.com/coin-or/ADOL-C.git" - [[ADOLC_jll."1.2.0+0".sources]] - hash = "5fee80701ec268e3a1ba8ad58da47088be1a0827" - repo = "https://github.com/TimSiebert1/libadolccxx.git" - -[ADOLC_jll."1.2.1+0"] -libraries = ["libadolc_wrap"] - - [[ADOLC_jll."1.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ADOLC_jll."1.2.1+0".sources]] - hash = "b7ea10536a1e452f7dd47a90ef8c8118ce3e8432" - repo = "https://github.com/coin-or/ADOL-C.git" - [[ADOLC_jll."1.2.1+0".sources]] - hash = "b88c5b3355f5a13e2fb58aee729d010372c7f5db" - repo = "https://github.com/TimSiebert1/libadolccxx.git" - -[ADOLC_jll."1.3.0+0"] -libraries = ["libadolc_wrap"] - - [[ADOLC_jll."1.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ADOLC_jll."1.3.0+0".sources]] - hash = "b7ea10536a1e452f7dd47a90ef8c8118ce3e8432" - repo = "https://github.com/coin-or/ADOL-C.git" - [[ADOLC_jll."1.3.0+0".sources]] - hash = "afab700737d7da313b6fb43e95b76bb1671a7085" - repo = "https://github.com/TimSiebert1/libadolccxx.git" - -[ADOLC_jll."2.0.0+0"] -libraries = ["libADOLCInterface", "libadolc"] - - [[ADOLC_jll."2.0.0+0".sources]] - hash = "5ab065723fbe9cd4ff7d999ae8f5218e595cb875" - repo = "https://github.com/coin-or/ADOL-C.git" - -[AFLplusplus_jll."2.68.0+0"] -executables = ["afl-clang-fast", "afl-clang-fast++"] - - [[AFLplusplus_jll."2.68.0+0".sources]] - hash = "862e155c97737770baa26ffedf324a7fa255b757c85b0c9a6f312264f2ca29c5" - url = "https://github.com/AFLplusplus/AFLplusplus/archive/2.68c.tar.gz" - [[AFLplusplus_jll."2.68.0+0".sources]] - hash = "6a0508df079a0a33c2487ca936a56c12122f105b8a96a44374704bef6c69abfc" - url = "http://download.qemu-project.org/qemu-3.1.0.tar.xz" - [[AFLplusplus_jll."2.68.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c425363871df7d746958c6820a6db7d7f0b61e52//A/AFLplusplus/bundled" - -[ALPS_jll."100.500.701+0"] -libraries = ["libAlps"] - - [[ALPS_jll."100.500.701+0".sources]] - hash = "5b1a0b524979764d6ca929446762762712c035bb" - repo = "https://github.com/coin-or/CHiPPS-ALPS.git" - [[ALPS_jll."100.500.701+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8d5a27e24016c0ff2eae379f15dca17e79fd4be4//C/Coin-OR/ALPS/./bundled" - -[ALPS_jll."100.500.702+0"] -libraries = ["libAlps"] - - [[ALPS_jll."100.500.702+0".sources]] - hash = "5b1a0b524979764d6ca929446762762712c035bb" - repo = "https://github.com/coin-or/CHiPPS-ALPS.git" - [[ALPS_jll."100.500.702+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2901ac5ba68d71a73aa5cb4596b2361c1ccce49a//C/Coin-OR/ALPS/./bundled" - -[AMCL_jll."2.0.1+0"] -libraries = ["libamcl_bls_BLS24", "libamcl_bls_BLS381", "libamcl_bls_BLS383", "libamcl_bls_BLS461", "libamcl_bls_BLS48", "libamcl_bls_BN254", "libamcl_bls_BN254CX", "libamcl_bls_FP256BN", "libamcl_bls_FP512BN", "libamcl_core", "libamcl_curve_ANSSI", "libamcl_curve_BLS24", "libamcl_curve_BLS381", "libamcl_curve_BLS383", "libamcl_curve_BLS461", "libamcl_curve_BLS48", "libamcl_curve_BN254", "libamcl_curve_BN254CX", "libamcl_curve_BRAINPOOL", "libamcl_curve_C25519", "libamcl_curve_C41417", "libamcl_curve_ED25519", "libamcl_curve_FP256BN", "libamcl_curve_FP512BN", "libamcl_curve_GOLDILOCKS", "libamcl_curve_HIFIVE", "libamcl_curve_NIST256", "libamcl_curve_NIST384", "libamcl_curve_NIST521", "libamcl_curve_NUMS256E", "libamcl_curve_NUMS256W", "libamcl_curve_NUMS384E", "libamcl_curve_NUMS384W", "libamcl_curve_NUMS512E", "libamcl_curve_NUMS512W", "libamcl_curve_SECP256K1", "libamcl_mpin_BLS24", "libamcl_mpin_BLS381", "libamcl_mpin_BLS383", "libamcl_mpin_BLS461", "libamcl_mpin_BLS48", "libamcl_mpin_BN254", "libamcl_mpin_BN254CX", "libamcl_mpin_FP256BN", "libamcl_mpin_FP512BN", "libamcl_pairing_BLS24", "libamcl_pairing_BLS381", "libamcl_pairing_BLS383", "libamcl_pairing_BLS461", "libamcl_pairing_BLS48", "libamcl_pairing_BN254", "libamcl_pairing_BN254CX", "libamcl_pairing_FP256BN", "libamcl_pairing_FP512BN", "libamcl_rsa_2048", "libamcl_rsa_3072", "libamcl_rsa_4096", "libamcl_wcc_BLS24", "libamcl_wcc_BLS381", "libamcl_wcc_BLS383", "libamcl_wcc_BLS461", "libamcl_wcc_BLS48", "libamcl_wcc_BN254", "libamcl_wcc_BN254CX", "libamcl_wcc_FP256BN", "libamcl_wcc_FP512BN", "libamcl_x509"] - - [[AMCL_jll."2.0.1+0".sources]] - hash = "48fc7e0d7ad5edbfe8a779dc56f28813c25798ddfd60f1d94ccf1203eacd5645" - url = "https://github.com/apache/incubator-milagro-crypto-c/archive/2.0.1.tar.gz" - -[AMGCL_C_jll."0.1.2+0"] -files = ["include/amgcl_c/amgcl_c.h"] -libraries = ["libamgcl_c"] - - [[AMGCL_C_jll."0.1.2+0".sources]] - hash = "6c8c3bcdd793cf3098b866e261ee3008a555a41c" - repo = "https://github.com/j-fu/amgcl_c.git" - -[AMGCL_C_jll."0.2.0+0"] -files = ["include/amgcl_c/amgcl_c.h"] -libraries = ["libamgcl_c"] - - [[AMGCL_C_jll."0.2.0+0".sources]] - hash = "e3962cbfa561f01f758c12dcd5b56ecf654077f7" - repo = "https://github.com/j-fu/amgcl_c.git" - -[AMGCL_C_jll."0.3.0+0"] -files = ["include/amgcl_c/amgcl_c.h"] -libraries = ["libamgcl_c"] - - [[AMGCL_C_jll."0.3.0+0".sources]] - hash = "0c6ba2206bea8a2e00f4e611d24bd74d1519fa17" - repo = "https://github.com/j-fu/amgcl_c.git" - -[AMGX_jll."2.1.0+0"] -libraries = ["libamgxsh"] - - [[AMGX_jll."2.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0" - - [[AMGX_jll."2.1.0+0".sources]] - hash = "6245112b768a1dc3486b2b3c049342e232eb6281a6021fffa8b20c11631f63cc" - url = "https://github.com/NVIDIA/AMGX/archive/v2.1.0.tar.gz" - [[AMGX_jll."2.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5507f92839b32cd99faeaad3db97f2bc167b7b3c//A/AMGX/./bundled" - -[AMGX_jll."2.3.0+0"] -libraries = ["libamgxsh"] - - [[AMGX_jll."2.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[AMGX_jll."2.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[AMGX_jll."2.3.0+0".sources]] - hash = "32e1f44fa93af7859490a800f137e75b6513420c" - repo = "https://github.com/NVIDIA/AMGX.git" - [[AMGX_jll."2.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ee7ce8b328f541a4e8ce7cfa8a172ba6eeaf422a//A/AMGX/./bundled" - -[AMGX_jll."2.3.0+1"] -libraries = ["libamgxsh"] - - [[AMGX_jll."2.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[AMGX_jll."2.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[AMGX_jll."2.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - - [[AMGX_jll."2.3.0+1".sources]] - hash = "32e1f44fa93af7859490a800f137e75b6513420c" - repo = "https://github.com/NVIDIA/AMGX.git" - [[AMGX_jll."2.3.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4c13e9e85b83b42293a58b9a2219f88261cbd96d//A/AMGX/./bundled" - -[AMGX_jll."2.4.0+0"] -libraries = ["libamgxsh"] - - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.2" - [[AMGX_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.2" - - [[AMGX_jll."2.4.0+0".sources]] - hash = "2b4762f02af2ed136134c7f0570646219753ab3e" - repo = "https://github.com/NVIDIA/AMGX.git" - [[AMGX_jll."2.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b2914dc29d744dbe7c7e4c08eedb338853d907e//A/AMGX/./bundled" - -[AMReX_jll."21.4.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."21.4.0+0".sources]] - hash = "1c610e4b0800b16f7f1da74193ff11af0abfb12198b36a7e565a6a7f793087fa" - url = "https://github.com/AMReX-Codes/amrex/releases/download/21.04/amrex-21.04.tar.gz" - -[AMReX_jll."21.5.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."21.5.0+0".sources]] - hash = "eb6d21e48279ad67278413c77b29a1754c18ffe741aa6b3a9f3f01eeac13177f" - url = "https://github.com/AMReX-Codes/amrex/releases/download/21.05/amrex-21.05.tar.gz" - -[AMReX_jll."21.6.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."21.6.0+0".sources]] - hash = "6982c22837d7c0bc4583065d9da55e0aebcf07b54386e4b90a779391fe73fd53" - url = "https://github.com/AMReX-Codes/amrex/releases/download/21.06/amrex-21.06.tar.gz" - -[AMReX_jll."21.6.0+1"] -libraries = ["libamrex"] - - [[AMReX_jll."21.6.0+1".sources]] - hash = "6982c22837d7c0bc4583065d9da55e0aebcf07b54386e4b90a779391fe73fd53" - url = "https://github.com/AMReX-Codes/amrex/releases/download/21.06/amrex-21.06.tar.gz" - -[AMReX_jll."21.7.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."21.7.0+0".sources]] - hash = "9630b8c0c7ffbf3f5ea4d973a3fdb40b9b10fec0f8df33b9e24d76d2c1d15771" - url = "https://github.com/AMReX-Codes/amrex/releases/download/21.07/amrex-21.07.tar.gz" - [[AMReX_jll."21.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1d4f30f4b904eba2d02e6f9e11b55b79a87b5229//A/AMReX/./bundled" - -[AMReX_jll."22.1.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."22.1.0+0".sources]] - hash = "857df5b2fa8e3010b8856b81879a5be32ba7cc2e575474256eae7ef815b8354d" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.01/amrex-22.01.tar.gz" - [[AMReX_jll."22.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/11bc14b1a209c031d33535bbea88971d62537449//A/AMReX/./bundled" - -[AMReX_jll."22.4.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."22.4.0+0".sources]] - hash = "c33f5bdbc1ca21d8dd34b494a9c6c67a7eda4f42403cec3a7c13963f9140ebcf" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.04/amrex-22.04.tar.gz" - -[AMReX_jll."22.5.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."22.5.0+0".sources]] - hash = "a760c7ca12915ca56b60d1f3c44103185db21ec2b8c01bc7b6762ff9c84e3f53" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.05/amrex-22.05.tar.gz" - -[AMReX_jll."22.6.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."22.6.0+0".sources]] - hash = "d8aa58e72c86a3da9a7be5a5947294fd3eaac6b233f563366f9e000d833726db" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.06/amrex-22.06.tar.gz" - -[AMReX_jll."22.7.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."22.7.0+0".sources]] - hash = "7df433c780ab8429362df8d6d995c95d87a7c3f31ab81d5b0f416203dece086d" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.07/amrex-22.07.tar.gz" - -[AMReX_jll."22.7.0+1"] -libraries = ["libamrex"] - - [[AMReX_jll."22.7.0+1".sources]] - hash = "7df433c780ab8429362df8d6d995c95d87a7c3f31ab81d5b0f416203dece086d" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.07/amrex-22.07.tar.gz" - -[AMReX_jll."22.7.1+0"] -libraries = ["libamrex"] - - [[AMReX_jll."22.7.1+0".sources]] - hash = "7df433c780ab8429362df8d6d995c95d87a7c3f31ab81d5b0f416203dece086d" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.07/amrex-22.07.tar.gz" - -[AMReX_jll."22.9.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."22.9.0+0".sources]] - hash = "24601fbb9d554f7b66d7db89b14ff95dadb18d51db893af7ee6c70d4b7dd4be6" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.09/amrex-22.09.tar.gz" - -[AMReX_jll."22.10.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."22.10.0+0".sources]] - hash = "458da410d7f43e428726bfc905123e85d05786080f892ebaa26f94c5f8e79b07" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.10/amrex-22.10.tar.gz" - -[AMReX_jll."22.11.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."22.11.0+0".sources]] - hash = "8be9d5c6934d73b98c71c9c67ca7113f18794268f257333591d9b2449d7410c4" - url = "https://github.com/AMReX-Codes/amrex/releases/download/22.11/amrex-22.11.tar.gz" - -[AMReX_jll."23.2.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."23.2.0+0".sources]] - hash = "f443c5eb4b89f4a74bf0e1b8a5943da18ab81cdc76aff12e8282ca43ffd06412" - url = "https://github.com/AMReX-Codes/amrex/releases/download/23.02/amrex-23.02.tar.gz" - -[AMReX_jll."23.3.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."23.3.0+0".sources]] - hash = "e17c721b1aba4f66e467723f61b59e56c02cf1b72cab5a2680b13ff6e79ef903" - url = "https://github.com/AMReX-Codes/amrex/releases/download/23.03/amrex-23.03.tar.gz" - -[AMReX_jll."23.4.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."23.4.0+0".sources]] - hash = "b070949611abd2156208e675e40e5e73ed405bf83e3b1e8ba70fbb451a9e7dd7" - url = "https://github.com/AMReX-Codes/amrex/releases/download/23.04/amrex-23.04.tar.gz" - -[AMReX_jll."23.5.0+0"] -libraries = ["libamrex"] - - [[AMReX_jll."23.5.0+0".sources]] - hash = "a4bf5ad5322e706b9fae46ff52043e2cca5ddba81479647816251e9ab21c0027" - url = "https://github.com/AMReX-Codes/amrex/releases/download/23.05/amrex-23.05.tar.gz" - -[AMReX_jll."23.6.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."23.6.0+0".sources]] - hash = "3bddcb07cce3e65e06cac35005c30820d311ce47ae54b46e4af333fa272b236b" - url = "https://github.com/AMReX-Codes/amrex/releases/download/23.06/amrex-23.06.tar.gz" - -[AMReX_jll."23.7.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."23.7.0+0".sources]] - hash = "4edb991da51bcaad040f852e42c82834d8605301aa7eeb01cd1512d389a58d90" - url = "https://github.com/AMReX-Codes/amrex/releases/download/23.07/amrex-23.07.tar.gz" - -[AMReX_jll."23.8.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."23.8.0+0".sources]] - hash = "a83b7249d65ad8b6ac1881377e5f814b6db8ed8410ea5562b8ae9d4ed1f37c29" - url = "https://github.com/AMReX-Codes/amrex/releases/download/23.08/amrex-23.08.tar.gz" - -[AMReX_jll."23.9.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."23.9.0+0".sources]] - hash = "1a539c2628041b17ad910afd9270332060251c8e346b1482764fdb87a4f25053" - url = "https://github.com/AMReX-Codes/amrex/releases/download/23.09/amrex-23.09.tar.gz" - -[AMReX_jll."23.12.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."23.12.0+0".sources]] - hash = "90e00410833d7a82bf6d9e71a70ce85d2bfb89770da7e34d0dda940f2bf5384a" - url = "https://github.com/AMReX-Codes/amrex/releases/download/23.12/amrex-23.12.tar.gz" - [[AMReX_jll."23.12.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."24.1.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."24.1.0+0".sources]] - hash = "83dbd4dad6dc51fa4a80aad0347b15ee5a6d816cf4abcd87f7b0e2987d8131b7" - url = "https://github.com/AMReX-Codes/amrex/releases/download/24.01/amrex-24.01.tar.gz" - [[AMReX_jll."24.1.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."24.2.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."24.2.0+0".sources]] - hash = "286cc3ca29daa69c8eafc1cd7a572662dec9eb78631ac3d33a1260868fdc6996" - url = "https://github.com/AMReX-Codes/amrex/releases/download/24.02/amrex-24.02.tar.gz" - [[AMReX_jll."24.2.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."24.3.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."24.3.0+0".sources]] - hash = "024876fe65838d1021fcbf8530b992bff8d9be1d3f08a1723c4e2e5f7c28b427" - url = "https://github.com/AMReX-Codes/amrex/releases/download/24.03/amrex-24.03.tar.gz" - [[AMReX_jll."24.3.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."24.3.0+1"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."24.3.0+1".sources]] - hash = "024876fe65838d1021fcbf8530b992bff8d9be1d3f08a1723c4e2e5f7c28b427" - url = "https://github.com/AMReX-Codes/amrex/releases/download/24.03/amrex-24.03.tar.gz" - [[AMReX_jll."24.3.0+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."24.4.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."24.4.0+0".sources]] - hash = "77a91e75ad0106324a44ca514e1e8abc54f2fc2d453406441c871075726a8167" - url = "https://github.com/AMReX-Codes/amrex/releases/download/24.04/amrex-24.04.tar.gz" - [[AMReX_jll."24.4.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."24.10.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."24.10.0+0".sources]] - hash = "a2d15e417bd7c41963749338e884d939c80c5f2fcae3279fe3f1b463e3e4208a" - url = "https://github.com/AMReX-Codes/amrex/releases/download/24.10/amrex-24.10.tar.gz" - [[AMReX_jll."24.10.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."24.11.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."24.11.0+0".sources]] - hash = "31cc37b39f15e02252875815f6066046fc56a479bf459362b9889b0d6a202df6" - url = "https://github.com/AMReX-Codes/amrex/releases/download/24.11/amrex-24.11.tar.gz" - [[AMReX_jll."24.11.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."25.1.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."25.1.0+0".sources]] - hash = "29eb35cf67d66b0fd0654282454c210abfadf27fcff8478b256e3196f237c74f" - url = "https://github.com/AMReX-Codes/amrex/releases/download/25.01/amrex-25.01.tar.gz" - [[AMReX_jll."25.1.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."25.2.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."25.2.0+0".sources]] - hash = "2680a5a9afba04e211cd48d27799c5a25abbb36c6c3d2b6c13cd4757c7176b23" - url = "https://github.com/AMReX-Codes/amrex/releases/download/25.02/amrex-25.02.tar.gz" - [[AMReX_jll."25.2.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."25.3.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."25.3.0+0".sources]] - hash = "7a2dc60d01619afdcbce0ff624a3c1a5a605e28dd8721c0fbec638076228cab0" - url = "https://github.com/AMReX-Codes/amrex/releases/download/25.03/amrex-25.03.tar.gz" - [[AMReX_jll."25.3.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."25.4.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."25.4.0+0".sources]] - hash = "71c3f01a9cfbf3aff7f0a5dd66c2ac99a606334f1910052194c2520df3f7b7be" - url = "https://github.com/AMReX-Codes/amrex/releases/download/25.04/amrex-25.04.tar.gz" - [[AMReX_jll."25.4.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."25.6.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."25.6.0+0".sources]] - hash = "2f69c708ddeaba6d4be3a12ab6951f171952f6f7948e628c5148d667c4197838" - url = "https://github.com/AMReX-Codes/amrex/releases/download/25.06/amrex-25.06.tar.gz" - [[AMReX_jll."25.6.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AMReX_jll."25.7.0+0"] -libraries = ["libamrex_3d"] - - [[AMReX_jll."25.7.0+0".sources]] - hash = "19b9e5271451c202610f9c6569189c28fc05bcd655d53525df9169efeb5ee66f" - url = "https://github.com/AMReX-Codes/amrex/releases/download/25.07/amrex-25.07.tar.gz" - [[AMReX_jll."25.7.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[AM_jll."13.0.0+0"] -executables = ["am"] - - [[AM_jll."13.0.0+0".sources]] - hash = "1298257dc6a1f50aabc495bc7055e27975f03b67bb28e8f59f812ff39ddd3a36" - url = "https://zenodo.org/records/8161261/files/am-13.0.tgz" - -[ASL_jll."0.1.0+0"] -libraries = ["libasl"] - - [[ASL_jll."0.1.0+0".sources]] - hash = "775b92cadaf95af73fdeec3effba6b9c6ffdc518e5f628b575140fb170885903" - url = "http://netlib.org/ampl/solvers.tgz" - [[ASL_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e460650859140427ebb83590faef38078260d678//A/ASL/./bundled" - -[ASL_jll."0.1.0+1"] -libraries = ["libasl"] - - [[ASL_jll."0.1.0+1".sources]] - hash = "775b92cadaf95af73fdeec3effba6b9c6ffdc518e5f628b575140fb170885903" - url = "http://netlib.org/ampl/solvers.tgz" - [[ASL_jll."0.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f73d17f1a7fa6781386009cfc2d13223f2441b1b//A/ASL/./bundled" - -[ASL_jll."0.1.1+0"] -libraries = ["libasl"] - - [[ASL_jll."0.1.1+0".sources]] - hash = "775b92cadaf95af73fdeec3effba6b9c6ffdc518e5f628b575140fb170885903" - url = "http://netlib.org/ampl/solvers.tgz" - [[ASL_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d504db8966245f6a3d38a6cb4084250c3a57c52//A/ASL/./bundled" - -[ASL_jll."0.1.1+1"] -libraries = ["libasl"] - - [[ASL_jll."0.1.1+1".sources]] - hash = "775b92cadaf95af73fdeec3effba6b9c6ffdc518e5f628b575140fb170885903" - url = "http://netlib.org/ampl/solvers.tgz" - [[ASL_jll."0.1.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c69c996005544b6a74ee17bae5853789d81d4dc9//A/ASL/./bundled" - -[ASL_jll."0.1.1+2"] -libraries = ["libasl"] - - [[ASL_jll."0.1.1+2".sources]] - hash = "775b92cadaf95af73fdeec3effba6b9c6ffdc518e5f628b575140fb170885903" - url = "http://netlib.org/ampl/solvers.tgz" - [[ASL_jll."0.1.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/015fc40e8d2fcebca22454e7ca23bd320a0c9885//A/ASL/./bundled" - -[ASL_jll."0.1.1+3"] -libraries = ["libasl"] - - [[ASL_jll."0.1.1+3".sources]] - hash = "775b92cadaf95af73fdeec3effba6b9c6ffdc518e5f628b575140fb170885903" - url = "http://netlib.org/ampl/solvers.tgz" - [[ASL_jll."0.1.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3be8211c7d0dc89bd3d3816ec126896785f6ecce//A/ASL/./bundled" - -[ASL_jll."0.1.1+4"] -libraries = ["libasl"] - - [[ASL_jll."0.1.1+4".sources]] - hash = "775b92cadaf95af73fdeec3effba6b9c6ffdc518e5f628b575140fb170885903" - url = "http://netlib.org/ampl/solvers.tgz" - [[ASL_jll."0.1.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9abb049d5a76d962c5ca65ae091d0c2cccfb2887//A/ASL/./bundled" - -[ASL_jll."0.1.2+0"] -libraries = ["libasl"] - - [[ASL_jll."0.1.2+0".sources]] - hash = "65bb7dc72ce072bd4fa49578164a8430c03b458969cd4abe5ff6d8e9c09ad2dc" - url = "http://netlib.org/ampl/solvers.tgz" - [[ASL_jll."0.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1beac7ef6c8cf02f3c58ae21085d6b2183a5a4db//A/ASL/./bundled" - -[ASL_jll."0.1.3+0"] -libraries = ["libasl"] - - [[ASL_jll."0.1.3+0".sources]] - hash = "2d599272e22fc66673cb03d2065f53f587140493fb50501adde5acf6be2adc93" - url = "http://netlib.org/ampl/solvers.tgz" - [[ASL_jll."0.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7265cc87264ebb9bdba34d7705c435d06cc5ead6//A/ASL/./bundled" - -[ATK_jll."2.34.1+0"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.34.1+0".sources]] - hash = "337b0a0aa3be88a79091bb023c6792e1489c187b9492777b1cc3514b0b686b8a" - url = "https://gitlab.gnome.org/GNOME/atk/-/archive/ATK_2_34_1/atk-ATK_2_34_1.tar.bz2" - -[ATK_jll."2.34.1+1"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.34.1+1".sources]] - hash = "337b0a0aa3be88a79091bb023c6792e1489c187b9492777b1cc3514b0b686b8a" - url = "https://gitlab.gnome.org/GNOME/atk/-/archive/ATK_2_34_1/atk-ATK_2_34_1.tar.bz2" - -[ATK_jll."2.34.1+2"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.34.1+2".sources]] - hash = "337b0a0aa3be88a79091bb023c6792e1489c187b9492777b1cc3514b0b686b8a" - url = "https://gitlab.gnome.org/GNOME/atk/-/archive/ATK_2_34_1/atk-ATK_2_34_1.tar.bz2" - -[ATK_jll."2.34.1+3"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.34.1+3".sources]] - hash = "337b0a0aa3be88a79091bb023c6792e1489c187b9492777b1cc3514b0b686b8a" - url = "https://gitlab.gnome.org/GNOME/atk/-/archive/ATK_2_34_1/atk-ATK_2_34_1.tar.bz2" - -[ATK_jll."2.34.1+4"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.34.1+4".sources]] - hash = "337b0a0aa3be88a79091bb023c6792e1489c187b9492777b1cc3514b0b686b8a" - url = "https://gitlab.gnome.org/GNOME/atk/-/archive/ATK_2_34_1/atk-ATK_2_34_1.tar.bz2" - -[ATK_jll."2.34.1+5"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.34.1+5".sources]] - hash = "337b0a0aa3be88a79091bb023c6792e1489c187b9492777b1cc3514b0b686b8a" - url = "https://gitlab.gnome.org/GNOME/atk/-/archive/ATK_2_34_1/atk-ATK_2_34_1.tar.bz2" - -[ATK_jll."2.36.0+0"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.36.0+0".sources]] - hash = "395894d43f0628497f919dff1b769f5482af99a8991127277e365f9374f46d57" - url = "https://gitlab.gnome.org/GNOME/atk/-/archive/ATK_2_36_0/atk-ATK_2_36_0.tar.bz2" - -[ATK_jll."2.36.1+0"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.36.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[ATK_jll."2.36.1+0".sources]] - hash = "395894d43f0628497f919dff1b769f5482af99a8991127277e365f9374f46d57" - url = "https://gitlab.gnome.org/GNOME/atk/-/archive/ATK_2_36_0/atk-ATK_2_36_0.tar.bz2" - -[ATK_jll."2.38.0+0"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.38.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[ATK_jll."2.38.0+0".sources]] - hash = "ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36" - url = "https://download.gnome.org/sources/atk/2.38/atk-2.38.0.tar.xz" - -[ATK_jll."2.38.1+0"] -libraries = ["libatk-1", "libatk-1.0"] - - [[ATK_jll."2.38.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[ATK_jll."2.38.1+0".sources]] - hash = "ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36" - url = "https://download.gnome.org/sources/atk/2.38/atk-2.38.0.tar.xz" - -[ATKmm_jll."2.28.3+0"] -libraries = ["libatkmm-1.6", "libatkmm-1", "libatkmm"] - - [[ATKmm_jll."2.28.3+0".sources]] - hash = "7c2088b486a909be8da2b18304e56c5f90884d1343c8da7367ea5cd3258b9969" - url = "https://download.gnome.org/sources/atkmm/2.28/atkmm-2.28.3.tar.xz" - -[ATKmm_jll."2.36.1+0"] -libraries = ["libatkmm-2.36", "libatkmm-2"] - - [[ATKmm_jll."2.36.1+0".sources]] - hash = "e11324bfed1b6e330a02db25cecc145dca03fb0dff47f0710c85e317687da458" - url = "https://download.gnome.org/sources/atkmm/2.36/atkmm-2.36.1.tar.xz" - -[ATKmm_jll."2.36.2+0"] -libraries = ["libatkmm-2.36", "libatkmm-2"] - - [[ATKmm_jll."2.36.2+0".sources]] - hash = "6f62dd99f746985e573605937577ccfc944368f606a71ca46342d70e1cdae079" - url = "https://download.gnome.org/sources/atkmm/2.36/atkmm-2.36.2.tar.xz" - -[AWSCRT_jll."0.1.0+0"] -libraries = ["libawscrt"] - - [[AWSCRT_jll."0.1.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "6168e32bf9f745dec40df633b78baa03420b7f83" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "11b50d39cf2378703a4ca6b6fee9d76a2e9852d1" - repo = "https://github.com/awslabs/aws-lc.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "0d41122bd2ca62a5de384b79c524dd48852b2071" - repo = "https://github.com/aws/s2n-tls.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "68f28f8df258390744f3c5b460250f8809161041" - repo = "https://github.com/awslabs/aws-c-common.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "001007e36dddc5da47b8c56d41bb63e5fa9328d7" - repo = "https://github.com/awslabs/aws-c-cal.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "59b4225bb87021d44d7fd2509b54d7038f11b7e7" - repo = "https://github.com/awslabs/aws-c-io.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "5fab8bc5ab5321d86f6d153b06062419080820ec" - repo = "https://github.com/awslabs/aws-c-compression.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "3f8ffda541eab815646f739cef2b350d6e7d5406" - repo = "https://github.com/awslabs/aws-c-http.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "e3c23f4aca31d9e66df25827645f72cbcbfb657a" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "e1b95cca6f2248c28b66ddb40bcccd35a59cb8b5" - repo = "https://github.com/awslabs/aws-c-auth.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "92067b1f44523e70337e0c5eb00b80c9cf10b941" - repo = "https://github.com/awslabs/aws-c-s3.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "41df3031b92120b6d8127b7b7122391d5ac6f33f" - repo = "https://github.com/awslabs/aws-checksums.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "e87537be561d753ec82e783bc0929b1979c585f8" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - [[AWSCRT_jll."0.1.0+0".sources]] - hash = "e3ea832b032cd9db252822e3f2f9aeeeb8ad9a1d" - repo = "https://github.com/awslabs/aws-c-iot.git" - [[AWSCRT_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/070627b01b6e8dddb6ffb9d6527d3a0741a4b5f3//A/AWSCRT/./bundled" - -[AWSCRT_jll."0.1.1+0"] -libraries = ["libawscrt"] - - [[AWSCRT_jll."0.1.1+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "6168e32bf9f745dec40df633b78baa03420b7f83" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "11b50d39cf2378703a4ca6b6fee9d76a2e9852d1" - repo = "https://github.com/awslabs/aws-lc.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "0d41122bd2ca62a5de384b79c524dd48852b2071" - repo = "https://github.com/aws/s2n-tls.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "68f28f8df258390744f3c5b460250f8809161041" - repo = "https://github.com/awslabs/aws-c-common.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "001007e36dddc5da47b8c56d41bb63e5fa9328d7" - repo = "https://github.com/awslabs/aws-c-cal.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "59b4225bb87021d44d7fd2509b54d7038f11b7e7" - repo = "https://github.com/awslabs/aws-c-io.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "5fab8bc5ab5321d86f6d153b06062419080820ec" - repo = "https://github.com/awslabs/aws-c-compression.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "3f8ffda541eab815646f739cef2b350d6e7d5406" - repo = "https://github.com/awslabs/aws-c-http.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "e3c23f4aca31d9e66df25827645f72cbcbfb657a" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "e1b95cca6f2248c28b66ddb40bcccd35a59cb8b5" - repo = "https://github.com/awslabs/aws-c-auth.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "92067b1f44523e70337e0c5eb00b80c9cf10b941" - repo = "https://github.com/awslabs/aws-c-s3.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "41df3031b92120b6d8127b7b7122391d5ac6f33f" - repo = "https://github.com/awslabs/aws-checksums.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "e87537be561d753ec82e783bc0929b1979c585f8" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - [[AWSCRT_jll."0.1.1+0".sources]] - hash = "e3ea832b032cd9db252822e3f2f9aeeeb8ad9a1d" - repo = "https://github.com/awslabs/aws-c-iot.git" - [[AWSCRT_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/59429a3a1926cf78cd34088d127d85e0f34c95cc//A/AWSCRT/./bundled" - -[AWSCRT_jll."0.1.2+0"] -libraries = ["libawscrt"] - - [[AWSCRT_jll."0.1.2+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "dd09527354ea435812bf4be4bf9b32ba6a41c6a0" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "11b50d39cf2378703a4ca6b6fee9d76a2e9852d1" - repo = "https://github.com/awslabs/aws-lc.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "0d41122bd2ca62a5de384b79c524dd48852b2071" - repo = "https://github.com/aws/s2n-tls.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "68f28f8df258390744f3c5b460250f8809161041" - repo = "https://github.com/awslabs/aws-c-common.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "001007e36dddc5da47b8c56d41bb63e5fa9328d7" - repo = "https://github.com/awslabs/aws-c-cal.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "59b4225bb87021d44d7fd2509b54d7038f11b7e7" - repo = "https://github.com/awslabs/aws-c-io.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "5fab8bc5ab5321d86f6d153b06062419080820ec" - repo = "https://github.com/awslabs/aws-c-compression.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "3f8ffda541eab815646f739cef2b350d6e7d5406" - repo = "https://github.com/awslabs/aws-c-http.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "e3c23f4aca31d9e66df25827645f72cbcbfb657a" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "e1b95cca6f2248c28b66ddb40bcccd35a59cb8b5" - repo = "https://github.com/awslabs/aws-c-auth.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "92067b1f44523e70337e0c5eb00b80c9cf10b941" - repo = "https://github.com/awslabs/aws-c-s3.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "41df3031b92120b6d8127b7b7122391d5ac6f33f" - repo = "https://github.com/awslabs/aws-checksums.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "e87537be561d753ec82e783bc0929b1979c585f8" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - [[AWSCRT_jll."0.1.2+0".sources]] - hash = "e3ea832b032cd9db252822e3f2f9aeeeb8ad9a1d" - repo = "https://github.com/awslabs/aws-c-iot.git" - [[AWSCRT_jll."0.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dbb59fe1b0096b4b5a8e65f26f4cdd6626bf2e34//A/AWSCRT/./bundled" - -[AWSCRT_jll."0.1.3+0"] -libraries = ["libawscrt"] - - [[AWSCRT_jll."0.1.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[AWSCRT_jll."0.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3542d067599100835da90723a690018caacd8fea//A/AWSCRT/./bundled" - -[AccerionSensorAPI_jll."0.1.0+0"] -libraries = ["libAccerionSensorAPI"] - - [[AccerionSensorAPI_jll."0.1.0+0".sources]] - hash = "2822d9f25341fc6ea541f947452f44bbd74b314c" - repo = "https://gitlab.com/accerion/accerionsensorapi.git" - -[AcousticsToolbox_jll."2020.11.4+0"] -executables = ["field3d.exe", "field.exe", "kraken.exe", "krakenc.exe", "bellhop3d.exe", "sparc.exe", "scooter.exe", "bounce.exe", "bellhop.exe"] - - [[AcousticsToolbox_jll."2020.11.4+0".sources]] - hash = "6f9fe5d3d7fd99fc34fb2a2c3308f2e660a1cc0ea93f0651111af698acf442f0" - url = "http://oalib.hlsresearch.com/AcousticsToolbox/at_2020_11_4.zip" - -[AcousticsToolbox_jll."2022.4.20+0"] -executables = ["field3d.exe", "field.exe", "kraken.exe", "krakenc.exe", "bellhop3d.exe", "sparc.exe", "scooter.exe", "bounce.exe", "bellhop.exe"] - - [[AcousticsToolbox_jll."2022.4.20+0".sources]] - hash = "ff3494c8a0c696dca17ddacb9a2a412eaf664c3204f4a424afe77e66edefc950" - url = "http://oalib.hlsresearch.com/AcousticsToolbox/at_2022_4_20.zip" - -[AcousticsToolbox_jll."2024.12.25+0"] -executables = ["field3d.exe", "field.exe", "kraken.exe", "krakenc.exe", "bellhop3d.exe", "sparc.exe", "scooter.exe", "bounce.exe", "bellhop.exe"] - - [[AcousticsToolbox_jll."2024.12.25+0".sources]] - hash = "7b57e80bded7f71ea9536e541029615f3f430e390651d697a2212569cbafd85c" - url = "http://oalib.hlsresearch.com/AcousticsToolbox/at_2024_12_25.zip" - -[AcousticsToolbox_jll."2025.6.18+0"] -executables = ["field3d.exe", "field.exe", "kraken.exe", "krakenc.exe", "bellhop3d.exe", "sparc.exe", "scooter.exe", "bounce.exe", "bellhop.exe", "orca90.exe"] - - [[AcousticsToolbox_jll."2025.6.18+0".sources]] - hash = "7b57e80bded7f71ea9536e541029615f3f430e390651d697a2212569cbafd85c" - url = "http://oalib.hlsresearch.com/AcousticsToolbox/at_2024_12_25.zip" - [[AcousticsToolbox_jll."2025.6.18+0".sources]] - hash = "4ac15c1374e08bedd0dd03fd5f79612a8f84899ebf529237e662d7efb1dfb10a" - url = "https://oalib-acoustics.org/website_resources/Modes/orca/mac_linux/ORCA_Mode_modelling_gfortran.zip" - -[AcousticsToolbox_jll."2025.9.6+0"] -executables = ["field3d.exe", "field.exe", "kraken.exe", "krakenc.exe", "bellhop3d.exe", "sparc.exe", "scooter.exe", "bounce.exe", "bellhop.exe", "orca90.exe"] - - [[AcousticsToolbox_jll."2025.9.6+0".sources]] - hash = "7b57e80bded7f71ea9536e541029615f3f430e390651d697a2212569cbafd85c" - url = "http://oalib.hlsresearch.com/AcousticsToolbox/at_2024_12_25.zip" - [[AcousticsToolbox_jll."2025.9.6+0".sources]] - hash = "4ac15c1374e08bedd0dd03fd5f79612a8f84899ebf529237e662d7efb1dfb10a" - url = "https://oalib-acoustics.org/website_resources/Modes/orca/mac_linux/ORCA_Mode_modelling_gfortran.zip" - [[AcousticsToolbox_jll."2025.9.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/52447ed000894dbd026c7b035a3c24d750590862//A/AcousticsToolbox/./bundled" - -[Aeron_jll."1.40.0+0"] -libraries = ["libaeron"] - - [[Aeron_jll."1.40.0+0".sources]] - hash = "1cda80dbcd346ee0409fec5328956292614460df" - repo = "https://github.com/real-logic/aeron.git" - -[Aeron_jll."1.42.1+0"] -libraries = ["libaeron"] - - [[Aeron_jll."1.42.1+0".sources]] - hash = "a6484d2796d3bc43241e4cfe48a8306f0094e5fe" - repo = "https://github.com/real-logic/aeron.git" - -[Aeron_jll."1.42.1+1"] -executables = ["aeronmd"] -libraries = ["libaeron"] - - [[Aeron_jll."1.42.1+1".sources]] - hash = "a6484d2796d3bc43241e4cfe48a8306f0094e5fe" - repo = "https://github.com/real-logic/aeron.git" - -[Aeron_jll."1.47.0+0"] -executables = ["aeronmd_s"] -libraries = ["libaeron", "libaeron_archive_c_client", "libaeron_driver"] - - [[Aeron_jll."1.47.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Aeron_jll."1.47.0+0".sources]] - hash = "066ba5518428aaadc3c4902f6cd37b8ac0864602" - repo = "https://github.com/real-logic/aeron.git" - -[Aeron_jll."1.48.6+0"] -executables = ["aeronmd_s"] -libraries = ["libaeron", "libaeron_archive_c_client", "libaeron_driver"] - - [[Aeron_jll."1.48.6+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Aeron_jll."1.48.6+0".sources]] - hash = "b6bb4a0f46afa8aeec06590481f6e3418db32e3e" - repo = "https://github.com/aeron-io/aeron.git" - -[Agama_jll."1.0.0+0"] -libraries = ["libagama"] - - [[Agama_jll."1.0.0+0".sources]] - hash = "f392b9d6e59269d451b37b3ada2508a44bd3a80c" - repo = "https://github.com/GalacticDynamics-Oxford/Agama.git" - -[AlgRemez_jll."0.1.0+0"] -executables = ["algremez"] - - [[AlgRemez_jll."0.1.0+0".sources]] - hash = "bdacfd1b9a7f5c34275da5f3a5a3f7f8cbbf8d9c" - repo = "https://github.com/maddyscientist/AlgRemez.git" - -[AlgRemez_jll."0.1.0+1"] -executables = ["algremez"] - - [[AlgRemez_jll."0.1.0+1".sources]] - hash = "bdacfd1b9a7f5c34275da5f3a5a3f7f8cbbf8d9c" - repo = "https://github.com/maddyscientist/AlgRemez.git" - -[AlgRemez_jll."0.1.1+0"] -executables = ["algremez"] - - [[AlgRemez_jll."0.1.1+0".sources]] - hash = "bdacfd1b9a7f5c34275da5f3a5a3f7f8cbbf8d9c" - repo = "https://github.com/maddyscientist/AlgRemez.git" - -[AlgoimDiff_jll."1.0.0+0"] -libraries = ["libcutquad"] - - [[AlgoimDiff_jll."1.0.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[AlgoimDiff_jll."1.0.0+0".sources]] - hash = "b4bd90adef7579e8358525aa29cbd89b2bb65847" - repo = "https://github.com/jehicken/algoim.git" - -[AlgoimDiff_jll."1.1.0+0"] -libraries = ["libcutquad"] - - [[AlgoimDiff_jll."1.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[AlgoimDiff_jll."1.1.0+0".sources]] - hash = "5528fe12c6449d85dcf7960e48ed6e165bfd185b" - repo = "https://github.com/jehicken/algoim.git" - -[AlphaMolWrapper_jll."0.1.0+0"] -libraries = ["libalphamolwrapper"] - - [[AlphaMolWrapper_jll."0.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[AlphaMolWrapper_jll."0.1.0+0".sources]] - hash = "7d27ba6c26eed686a2d82e6e2956dd0ef4a85fd3" - repo = "https://github.com/IvanSpirandelli/AlphaMolWrapper" - -[AlphaMolWrapper_jll."0.2.0+0"] -libraries = ["libalphamolwrapper"] - - [[AlphaMolWrapper_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[AlphaMolWrapper_jll."0.2.0+0".sources]] - hash = "4bd6559a12b4f561e6d880d03d1e3a799768827a" - repo = "https://github.com/IvanSpirandelli/AlphaMolWrapper" - -[AlphaMolWrapper_jll."0.2.1+0"] -libraries = ["libalphamolwrapper"] - - [[AlphaMolWrapper_jll."0.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[AlphaMolWrapper_jll."0.2.1+0".sources]] - hash = "4bd6559a12b4f561e6d880d03d1e3a799768827a" - repo = "https://github.com/IvanSpirandelli/AlphaMolWrapper" - -[AlphaMolWrapper_jll."0.3.0+0"] -libraries = ["libalphamolwrapper"] - - [[AlphaMolWrapper_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[AlphaMolWrapper_jll."0.3.0+0".sources]] - hash = "f39cd994f28ada4a41479a1bca82e549e94b543f" - repo = "https://github.com/IvanSpirandelli/AlphaMolWrapper" - -[AlphaMolWrapper_jll."0.4.0+0"] -libraries = ["libalphamolwrapper"] - - [[AlphaMolWrapper_jll."0.4.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[AlphaMolWrapper_jll."0.4.0+0".sources]] - hash = "e906eadeab98b8af7870da60598b087cbd2cdd22" - repo = "https://github.com/IvanSpirandelli/AlphaMolWrapper" - -[AmazonCACerts_jll."2019.0.0+0"] -files = ["share/rds-ca-2019-root.pem"] - - [[AmazonCACerts_jll."2019.0.0+0".sources]] - hash = "d464378fbb8b981d2b28a1deafffd0113554e6adfb34535134f411bf3c689e73" - url = "https://s3.amazonaws.com/rds-downloads/rds-ca-2019-root.pem" - -[AmazonCACerts_jll."2019.1.0+0"] -files = ["share/AmazonRootCA1.pem", "share/rds-ca-2019-root.pem", "share/combined-amazon-root-ca.pem"] - - [[AmazonCACerts_jll."2019.1.0+0".sources]] - hash = "2c43952ee9e000ff2acc4e2ed0897c0a72ad5fa72c3d934e81741cbd54f05bd1" - url = "https://www.amazontrust.com/repository/AmazonRootCA1.pem" - [[AmazonCACerts_jll."2019.1.0+0".sources]] - hash = "d464378fbb8b981d2b28a1deafffd0113554e6adfb34535134f411bf3c689e73" - url = "https://s3.amazonaws.com/rds-downloads/rds-ca-2019-root.pem" - -[Antic_jll."0.1.0+0"] -libraries = ["libantic"] - - [[Antic_jll."0.1.0+0".sources]] - hash = "4efeec6d538217d647f91e1754654e0643269977" - repo = "https://github.com/wbhart/antic.git" - [[Antic_jll."0.1.0+0".sources]] - hash = "dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551" - url = "https://raw.githubusercontent.com/wbhart/antic/f506971449186eac57bb9d44682013c1e7f5cdc6/LICENSE" - [[Antic_jll."0.1.0+0".sources]] - hash = "8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643" - url = "https://raw.githubusercontent.com/wbhart/antic/f506971449186eac57bb9d44682013c1e7f5cdc6/gpl-2.0.txt" - -[Antic_jll."0.1.0+1"] -libraries = ["libantic"] - - [[Antic_jll."0.1.0+1".sources]] - hash = "4efeec6d538217d647f91e1754654e0643269977" - repo = "https://github.com/wbhart/antic.git" - [[Antic_jll."0.1.0+1".sources]] - hash = "dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551" - url = "https://raw.githubusercontent.com/wbhart/antic/f506971449186eac57bb9d44682013c1e7f5cdc6/LICENSE" - [[Antic_jll."0.1.0+1".sources]] - hash = "8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643" - url = "https://raw.githubusercontent.com/wbhart/antic/f506971449186eac57bb9d44682013c1e7f5cdc6/gpl-2.0.txt" - -[Antic_jll."0.1.0+2"] -libraries = ["libantic"] - - [[Antic_jll."0.1.0+2".sources]] - hash = "4efeec6d538217d647f91e1754654e0643269977" - repo = "https://github.com/wbhart/antic.git" - [[Antic_jll."0.1.0+2".sources]] - hash = "dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551" - url = "https://raw.githubusercontent.com/wbhart/antic/f506971449186eac57bb9d44682013c1e7f5cdc6/LICENSE" - [[Antic_jll."0.1.0+2".sources]] - hash = "8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643" - url = "https://raw.githubusercontent.com/wbhart/antic/f506971449186eac57bb9d44682013c1e7f5cdc6/gpl-2.0.txt" - -[Antic_jll."0.2.0+0"] -libraries = ["libantic"] - - [[Antic_jll."0.2.0+0".sources]] - hash = "2f72d8f0ae4a04b1e677bb234516cbdc6816c91f" - repo = "https://github.com/wbhart/antic.git" - -[Antic_jll."0.2.1+0"] -libraries = ["libantic"] - - [[Antic_jll."0.2.1+0".sources]] - hash = "f506971449186eac57bb9d44682013c1e7f5cdc6" - repo = "https://github.com/wbhart/antic.git" - -[Antic_jll."0.2.1+1"] -libraries = ["libantic"] - - [[Antic_jll."0.2.1+1".sources]] - hash = "b4c444e6ba4efa0aa59f97f4e8dc6ce7a8166c4e" - repo = "https://github.com/wbhart/antic.git" - -[Antic_jll."0.2.1+2"] -libraries = ["libantic"] - - [[Antic_jll."0.2.1+2".sources]] - hash = "9b9029f2768fbdd9cbda976819ce442fc2352acc" - repo = "https://github.com/wbhart/antic.git" - -[Antic_jll."0.2.2+0"] -libraries = ["libantic"] - - [[Antic_jll."0.2.2+0".sources]] - hash = "9e8d518fc9b27807d5bfd173cc81d779a6a1e07ae37bc59427c5223283e9e4d4" - url = "https://github.com/wbhart/antic/archive/0.2.2.tar.gz" - -[Antic_jll."0.2.2+1"] -libraries = ["libantic"] - - [[Antic_jll."0.2.2+1".sources]] - hash = "9e8d518fc9b27807d5bfd173cc81d779a6a1e07ae37bc59427c5223283e9e4d4" - url = "https://github.com/wbhart/antic/archive/0.2.2.tar.gz" - -[Antic_jll."0.2.3+0"] -libraries = ["libantic"] - - [[Antic_jll."0.2.3+0".sources]] - hash = "78a06f67352d7a94905a5399ef0f0add1a34e90fb0c30b8dbdedf8254393e9dd" - url = "https://github.com/wbhart/antic/archive/v0.2.3.tar.gz" - -[Antic_jll."0.200.300+0"] -libraries = ["libantic"] - - [[Antic_jll."0.200.300+0".sources]] - hash = "78a06f67352d7a94905a5399ef0f0add1a34e90fb0c30b8dbdedf8254393e9dd" - url = "https://github.com/wbhart/antic/archive/v0.2.3.tar.gz" - -[Antic_jll."0.200.301+0"] -libraries = ["libantic"] - - [[Antic_jll."0.200.301+0".sources]] - hash = "78a06f67352d7a94905a5399ef0f0add1a34e90fb0c30b8dbdedf8254393e9dd" - url = "https://github.com/wbhart/antic/archive/v0.2.3.tar.gz" - -[Antic_jll."0.200.400+0"] -libraries = ["libantic"] - - [[Antic_jll."0.200.400+0".sources]] - hash = "a929bc1076c21b041bf5fa1d1c3f0013c8ef8520" - repo = "https://github.com/wbhart/antic.git" - -[Antic_jll."0.200.500+0"] -libraries = ["libantic"] - - [[Antic_jll."0.200.500+0".sources]] - hash = "a071e65dd82884b3a048c6436830cea6c6ce59b8" - repo = "https://github.com/wbhart/antic.git" - -[Antic_jll."0.200.501+0"] -libraries = ["libantic"] - - [[Antic_jll."0.200.501+0".sources]] - hash = "a071e65dd82884b3a048c6436830cea6c6ce59b8" - repo = "https://github.com/wbhart/antic.git" - -[Antic_jll."0.201.500+0"] -libraries = ["libantic"] - - [[Antic_jll."0.201.500+0".sources]] - hash = "cc44b0a5e8fe8d487da725ded5b9d74b897cca03" - repo = "https://github.com/wbhart/antic.git" - -[Antlr4CppRuntime_jll."4.9.3+0"] -libraries = ["libantlr4-runtime"] - - [[Antlr4CppRuntime_jll."4.9.3+0".sources]] - hash = "efe4057d75ab48145d4683100fec7f77d7f87fa258707330cadd1f8e6f7eecae" - url = "https://github.com/antlr/antlr4/archive/refs/tags/4.9.3.tar.gz" - [[Antlr4CppRuntime_jll."4.9.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dcd779709118e79150079fea027b6f01602b6d9a//A/Antlr4CppRuntime/./bundled" - -[Antlr4CppRuntime_jll."4.9.3+1"] -libraries = ["libantlr4-runtime"] - - [[Antlr4CppRuntime_jll."4.9.3+1".sources]] - hash = "efe4057d75ab48145d4683100fec7f77d7f87fa258707330cadd1f8e6f7eecae" - url = "https://github.com/antlr/antlr4/archive/refs/tags/4.9.3.tar.gz" - [[Antlr4CppRuntime_jll."4.9.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/17a3da47d43c714515d16a90196653ffff6f10f3//A/Antlr4CppRuntime/./bundled" - -[AppBundlerUtils_jll."0.1.5+0"] -executables = ["macos_launcher"] - - [[AppBundlerUtils_jll."0.1.5+0".sources]] - hash = "dfddaa473e9e8a11cee95ede5cd351051907f2d3" - repo = "https://github.com/PeaceFounder/AppBundler.jl.git" - -[AprilTags_jll."0.1.0+0"] -libraries = ["libapriltag"] - - [[AprilTags_jll."0.1.0+0".sources]] - hash = "54d6614284d629e72a391c682c9eb0a2907daa5d" - repo = "https://github.com/Affie/apriltags.git" - -[AquaCrop_jll."7.1.0+0"] -executables = ["aquacrop"] -libraries = ["libaquacrop"] - - [[AquaCrop_jll."7.1.0+0".sources]] - hash = "33ae89706ff82c2c119930e47899cd3fad519d6f" - repo = "https://github.com/KUL-RSDA/AquaCrop" - -[AquaCrop_jll."7.1.1+0"] -executables = ["aquacrop"] -libraries = ["libaquacrop"] - - [[AquaCrop_jll."7.1.1+0".sources]] - hash = "6b242b6650bce6f1387668aa30f40f0c293a4b8d" - repo = "https://github.com/KUL-RSDA/AquaCrop" - -[AquaCrop_jll."7.2.0+0"] -executables = ["aquacrop"] -libraries = ["libaquacrop"] - - [[AquaCrop_jll."7.2.0+0".sources]] - hash = "ce00f98b106558e9c319807c6fb9d366b494e5cc" - repo = "https://github.com/KUL-RSDA/AquaCrop" - -[Aravis_jll."0.8.26+0"] -executables = ["arv-tool", "arv-tool-0", "arv-tool-0.8"] -libraries = ["libaravis", "libaravis-0", "libaravis-0.8"] - - [[Aravis_jll."0.8.26+0".sources]] - hash = "e977fa4eedc8c4f4747ff370d53621b369930fe9" - repo = "https://github.com/AravisProject/aravis.git" - -[Aravis_jll."0.8.33+0"] -executables = ["arv-tool", "arv-tool-0", "arv-tool-0.8"] -libraries = ["libaravis", "libaravis-0", "libaravis-0.8"] - - [[Aravis_jll."0.8.33+0".sources]] - hash = "99081fbda9e820a171d2aaccea0bc95ba5f8c37b" - repo = "https://github.com/AravisProject/aravis.git" - -[Aravis_jll."0.8.35+0"] -executables = ["arv-tool", "arv-tool-0", "arv-tool-0.8"] -libraries = ["libaravis", "libaravis-0", "libaravis-0.8"] - - [[Aravis_jll."0.8.35+0".sources]] - hash = "ea4f3c47cb387d81b63444887f3e0efda7918d50" - repo = "https://github.com/AravisProject/aravis.git" - -[Arb_jll."2.17.0+0"] -libraries = ["libarb"] - - [[Arb_jll."2.17.0+0".sources]] - hash = "eeef7bdd349366be4d1691da05e49dcf9c01a394" - repo = "https://github.com/fredrik-johansson/arb.git" - -[Arb_jll."2.17.0+1"] -libraries = ["libarb"] - - [[Arb_jll."2.17.0+1".sources]] - hash = "eeef7bdd349366be4d1691da05e49dcf9c01a394" - repo = "https://github.com/fredrik-johansson/arb.git" - -[Arb_jll."2.18.0+0"] -libraries = ["libarb"] - - [[Arb_jll."2.18.0+0".sources]] - hash = "137f3b5e13e31163634e91f8547aaae7c1ad8c32" - repo = "https://github.com/fredrik-johansson/arb.git" - -[Arb_jll."2.18.1+0"] -libraries = ["libarb"] - - [[Arb_jll."2.18.1+0".sources]] - hash = "9c5c6128c2e7bdc6e7e8d212f2b301068b87b956e1a238fe3b8d69d10175ceec" - url = "https://github.com/fredrik-johansson/arb/archive/2.18.1.tar.gz" - -[Arb_jll."2.18.1+1"] -libraries = ["libarb"] - - [[Arb_jll."2.18.1+1".sources]] - hash = "9c5c6128c2e7bdc6e7e8d212f2b301068b87b956e1a238fe3b8d69d10175ceec" - url = "https://github.com/fredrik-johansson/arb/archive/2.18.1.tar.gz" - -[Arb_jll."200.1900.0+0"] -libraries = ["libarb"] - - [[Arb_jll."200.1900.0+0".sources]] - hash = "0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13" - url = "https://github.com/fredrik-johansson/arb/archive/2.19.0.tar.gz" - -[Arb_jll."200.1900.1+0"] -libraries = ["libarb"] - - [[Arb_jll."200.1900.1+0".sources]] - hash = "0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13" - url = "https://github.com/fredrik-johansson/arb/archive/2.19.0.tar.gz" - -[Arb_jll."200.2000.0+0"] -libraries = ["libarb"] - - [[Arb_jll."200.2000.0+0".sources]] - hash = "d2f186b10590c622c11d1ca190c01c3da08bac9bc04e84cb591534b917faffe7" - url = "https://github.com/fredrik-johansson/arb/archive/refs/tags/2.20.0.tar.gz" - -[Arb_jll."200.2000.1+0"] -libraries = ["libarb"] - - [[Arb_jll."200.2000.1+0".sources]] - hash = "d2f186b10590c622c11d1ca190c01c3da08bac9bc04e84cb591534b917faffe7" - url = "https://github.com/fredrik-johansson/arb/archive/refs/tags/2.20.0.tar.gz" - -[Arb_jll."200.2100.101+0"] -libraries = ["libarb"] - - [[Arb_jll."200.2100.101+0".sources]] - hash = "aecc9f55eb35a00a2490e9a7536a0babf8ac86bb13d32a4a95e1216f9f5cbfa8" - url = "https://github.com/fredrik-johansson/arb/archive/refs/tags/2.21.1.tar.gz" - -[Arb_jll."200.2200.0+0"] -libraries = ["libarb"] - - [[Arb_jll."200.2200.0+0".sources]] - hash = "c2b7e36915a451455c1f115ce343dd85bdc30c59" - repo = "https://github.com/fredrik-johansson/arb.git" - -[Arb_jll."200.2300.0+0"] -libraries = ["libarb"] - - [[Arb_jll."200.2300.0+0".sources]] - hash = "8109a22f1f2c1e9623f3660c5c2df278ceed95cb" - repo = "https://github.com/fredrik-johansson/arb.git" - -[ArcadeLearningEnvironment_jll."0.6.1+0"] -libraries = ["libale_c"] - - [[ArcadeLearningEnvironment_jll."0.6.1+0".sources]] - hash = "8059a4087680da03878c1648a8ceb0413a341032ecaa44bef4ef1f9f829b6dde" - url = "https://github.com/mgbellemare/Arcade-Learning-Environment/archive/v0.6.1.tar.gz" - [[ArcadeLearningEnvironment_jll."0.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/803c72518e83916d5253298274abbedadcd24ca7//A/ArcadeLearningEnvironment/./bundled" - -[ArcadeLearningEnvironment_jll."0.6.2+0"] -libraries = ["libale_c"] - - [[ArcadeLearningEnvironment_jll."0.6.2+0".sources]] - hash = "5e3c3c17be85c427802e529b432b8aad2e7fa82c" - repo = "https://github.com/mgbellemare/Arcade-Learning-Environment.git" - [[ArcadeLearningEnvironment_jll."0.6.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c921803f0df663cf8f82214a65619cc4325b68b5//A/ArcadeLearningEnvironment/./bundled" - -[Aria2_jll."1.36.0+0"] -executables = ["aria2c"] -libraries = ["libaria2"] - - [[Aria2_jll."1.36.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24" - - [[Aria2_jll."1.36.0+0".sources]] - hash = "58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5" - url = "https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz" - -[Aria2_jll."1.36.0+1"] -executables = ["aria2c"] -libraries = ["libaria2"] - - [[Aria2_jll."1.36.0+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24" - - [[Aria2_jll."1.36.0+1".sources]] - hash = "58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5" - url = "https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz" - -[Aria2_jll."1.37.0+0"] -executables = ["aria2c"] -libraries = ["libaria2"] - - [[Aria2_jll."1.37.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.28.0" - - [[Aria2_jll."1.37.0+0".sources]] - hash = "60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b" - url = "https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz" - -[Aria2_jll."1.37.0+1"] -executables = ["aria2c"] -libraries = ["libaria2"] - - [[Aria2_jll."1.37.0+1".sources]] - hash = "60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b" - url = "https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz" - -[Arpack32_jll."3.9.1+0"] -libraries = ["libarpack"] - - [[Arpack32_jll."3.9.1+0".sources]] - hash = "40329031ae8deb7c1e26baf8353fa384fc37c251" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack32_jll."3.9.1+1"] -libraries = ["libarpack"] - - [[Arpack32_jll."3.9.1+1".sources]] - hash = "40329031ae8deb7c1e26baf8353fa384fc37c251" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack32_jll."3.9.1+2"] -libraries = ["libarpack"] - - [[Arpack32_jll."3.9.1+2".sources]] - hash = "40329031ae8deb7c1e26baf8353fa384fc37c251" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack_jll."3.5.0+0"] -libraries = ["libarpack"] - - [[Arpack_jll."3.5.0+0".sources]] - hash = "50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239" - url = "https://github.com/opencollab/arpack-ng/archive/3.5.0.tar.gz" - -[Arpack_jll."3.5.0+1"] -libraries = ["libarpack"] - - [[Arpack_jll."3.5.0+1".sources]] - hash = "50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239" - url = "https://github.com/opencollab/arpack-ng/archive/3.5.0.tar.gz" - -[Arpack_jll."3.5.0+2"] -libraries = ["libarpack"] - - [[Arpack_jll."3.5.0+2".sources]] - hash = "50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239" - url = "https://github.com/opencollab/arpack-ng/archive/3.5.0.tar.gz" - -[Arpack_jll."3.5.0+3"] -libraries = ["libarpack"] - - [[Arpack_jll."3.5.0+3".sources]] - hash = "50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239" - url = "https://github.com/opencollab/arpack-ng/archive/3.5.0.tar.gz" - -[Arpack_jll."3.5.1+0"] -libraries = ["libarpack"] - - [[Arpack_jll."3.5.1+0".sources]] - hash = "7b7ce1a46e3f8e6393226c2db85cc457ddcdb16d" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack_jll."3.5.1+1"] -libraries = ["libarpack"] - - [[Arpack_jll."3.5.1+1".sources]] - hash = "9233f7f86f063ca6ca3793cb54dec590eb146e10" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack_jll."3.7.0+0"] -libraries = ["libarpack"] - - [[Arpack_jll."3.7.0+0".sources]] - hash = "972e3fc3cd0b9d6b5a737c9bf6fd07515c0d6549319d4ffb06970e64fa3cc2d6" - url = "https://github.com/opencollab/arpack-ng/archive/v3.7.0.tar.gz" - -[Arpack_jll."3.7.0+1"] -libraries = ["libarpack"] - - [[Arpack_jll."3.7.0+1".sources]] - hash = "a580f6fc103c4bba1630ddd957b0b5f58dec284c" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack_jll."3.8.0+0"] -libraries = ["libarpack"] - - [[Arpack_jll."3.8.0+0".sources]] - hash = "7b7ce1a46e3f8e6393226c2db85cc457ddcdb16d" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack_jll."3.8.0+1"] -libraries = ["libarpack"] - - [[Arpack_jll."3.8.0+1".sources]] - hash = "7b7ce1a46e3f8e6393226c2db85cc457ddcdb16d" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack_jll."3.9.1+0"] -libraries = ["libarpack"] - - [[Arpack_jll."3.9.1+0".sources]] - hash = "40329031ae8deb7c1e26baf8353fa384fc37c251" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack_jll."3.9.1+1"] -libraries = ["libarpack"] - - [[Arpack_jll."3.9.1+1".sources]] - hash = "40329031ae8deb7c1e26baf8353fa384fc37c251" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arpack_jll."3.9.1+2"] -libraries = ["libarpack"] - - [[Arpack_jll."3.9.1+2".sources]] - hash = "40329031ae8deb7c1e26baf8353fa384fc37c251" - repo = "https://github.com/opencollab/arpack-ng.git" - -[Arrow_jll."10.0.0+0"] -libraries = ["libparquet", "libarrow"] - - [[Arrow_jll."10.0.0+0".sources]] - hash = "42995abe620c41c42b8fbc486f1c63a1e5b1da534718ac66dbc790a88efeaa37" - url = "https://github.com/apache/arrow/archive/refs/tags/apache-arrow-10.0.0.zip" - [[Arrow_jll."10.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5f1b15581a612191113dc57d74ae706fd6bc019a//A/Arrow/./bundled" - -[Arrow_jll."10.0.0+1"] -libraries = ["libparquet", "libarrow", "libarrow_dataset"] - - [[Arrow_jll."10.0.0+1".sources]] - hash = "42995abe620c41c42b8fbc486f1c63a1e5b1da534718ac66dbc790a88efeaa37" - url = "https://github.com/apache/arrow/archive/refs/tags/apache-arrow-10.0.0.zip" - [[Arrow_jll."10.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a4697439f70bc8dea0df7658e69cbbba33928de//A/Arrow/./bundled" - -[Arrow_jll."10.0.1+0"] -libraries = ["libparquet", "libarrow", "libarrow_dataset"] - - [[Arrow_jll."10.0.1+0".sources]] - hash = "a6eabc2b890030578131aecc5e85900597d694a4" - repo = "https://github.com/apache/arrow.git" - [[Arrow_jll."10.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/da8cdf1e088028cd632a10cec4ab64318ea8b011//A/Arrow/bundled" - -[Arrow_jll."18.1.0+0"] -libraries = ["libparquet", "libarrow", "libarrow_dataset"] - - [[Arrow_jll."18.1.0+0".sources]] - hash = "6a0414bd9a91e890ec6a45369bf61f405180628c" - repo = "https://github.com/apache/arrow.git" - [[Arrow_jll."18.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/83945abea9b359cce9fe53c5abf7b567c4c39b30//A/Arrow/bundled" - -[Arrow_jll."18.1.1+0"] -libraries = ["libparquet", "libarrow", "libarrow_dataset"] - - [[Arrow_jll."18.1.1+0".sources]] - hash = "6a0414bd9a91e890ec6a45369bf61f405180628c" - repo = "https://github.com/apache/arrow.git" - [[Arrow_jll."18.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c49b39b0acfb3814a9b60384f0b2b639dc268ab7//A/Arrow/bundled" - -[Arrow_jll."19.0.0+0"] -libraries = ["libparquet", "libarrow", "libarrow_dataset"] - - [[Arrow_jll."19.0.0+0".sources]] - hash = "f89b93f39954740f7184735ff1e1d3b5be2640396febc872c4955274a011f56b" - url = "https://dlcdn.apache.org/arrow/arrow-19.0.0/apache-arrow-19.0.0.tar.gz" - [[Arrow_jll."19.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1fdf0e4de2ac42dbcaeaa23876d89de5c740094f//A/Arrow/bundled" - -[Arrow_jll."19.0.1+0"] -libraries = ["libparquet", "libarrow", "libarrow_dataset"] - - [[Arrow_jll."19.0.1+0".sources]] - hash = "acb76266e8b0c2fbb7eb15d542fbb462a73b3fd1e32b80fad6c2fafd95a51160" - url = "https://github.com/apache/arrow/releases/download/apache-arrow-19.0.1/apache-arrow-19.0.1.tar.gz" - [[Arrow_jll."19.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a9b085d604983f170a9f60f6c8256703ebc5e428//A/Arrow/bundled" - -[AsmJit_jll."0.1.0+0"] -libraries = ["libasmjit"] - - [[AsmJit_jll."0.1.0+0".sources]] - hash = "d0d14ac774977d0060a351f66e35cb57ba0bf59c" - repo = "https://github.com/asmjit/asmjit.git" - -[Atomsk_jll."0.11.2+0"] -executables = ["atomsk"] - - [[Atomsk_jll."0.11.2+0".sources]] - hash = "3333858281e0ebd6279825b83ab871cf4d050a8d" - repo = "https://github.com/pierrehirel/atomsk.git" - -[Atomsk_jll."0.12.0+0"] -executables = ["atomsk"] -libraries = ["libatomsk"] - - [[Atomsk_jll."0.12.0+0".sources]] - hash = "258c75779adc828a947c8366012f75a66d3b8c5e" - repo = "https://github.com/pierrehirel/atomsk.git" - -[Attr_jll."2.4.48+0"] -libraries = ["libattr"] - - [[Attr_jll."2.4.48+0".sources]] - hash = "5ead72b358ec709ed00bbf7a9eaef1654baad937c001c044fe8b74c57f5324e7" - url = "https://download.savannah.gnu.org/releases/attr/attr-2.4.48.tar.gz" - -[Attr_jll."2.5.1+0"] -libraries = ["libattr"] - - [[Attr_jll."2.5.1+0".sources]] - hash = "db448a626f9313a1a970d636767316a8da32aede70518b8050fa0de7947adc32" - url = "https://download.savannah.gnu.org/releases/attr/attr-2.5.1.tar.xz" - -[Attr_jll."2.5.2+0"] -libraries = ["libattr"] - - [[Attr_jll."2.5.2+0".sources]] - hash = "f2e97b0ab7ce293681ab701915766190d607a1dba7fae8a718138150b700a70b" - url = "https://download.savannah.gnu.org/releases/attr/attr-2.5.2.tar.xz" - -[Attr_jll."2.5.3+0"] -libraries = ["libattr"] - - [[Attr_jll."2.5.3+0".sources]] - hash = "f2e97b0ab7ce293681ab701915766190d607a1dba7fae8a718138150b700a70b" - url = "https://download.savannah.gnu.org/releases/attr/attr-2.5.2.tar.xz" - -[Avro_jll."1.11.3+0"] -libraries = ["libavro"] - - [[Avro_jll."1.11.3+0".sources]] - hash = "c21a60943e5d1f9375d295809876b7b6dd4d58ae" - repo = "https://github.com/apache/avro.git" - [[Avro_jll."1.11.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/549996ab34373002cab49ef9151e9cb70ca18287//A/Avro/./bundled" - -[AzStorage_jll."0.1.0+0"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.1.0+0".sources]] - hash = "c043e64b8a453f9a580c973c4f5cf0a84b142e6c" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.2.0+0"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.2.0+0".sources]] - hash = "a03de2683bff7fde4f660590998714ce922d6274" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.2.0+1"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.2.0+1".sources]] - hash = "a03de2683bff7fde4f660590998714ce922d6274" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.2.1+0"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.2.1+0".sources]] - hash = "db5e73ef1f6a2b5a58d258bab76202df3e29ff56" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.3.0+0"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.3.0+0".sources]] - hash = "2d45d02ac9a7b36a1e35e3e46dd54c73895a2c74" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.4.0+0"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.4.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[AzStorage_jll."0.4.0+0".sources]] - hash = "2d45d02ac9a7b36a1e35e3e46dd54c73895a2c74" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.5.0+0"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.5.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[AzStorage_jll."0.5.0+0".sources]] - hash = "0c365d770fd5fa7d30e2e760cf40f03fbe246de8" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.6.0+0"] -files = ["include/AzStorage.h"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.6.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[AzStorage_jll."0.6.0+0".sources]] - hash = "4a0d10bd58334f2b44a8615f518d5b4b634f4633" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.6.1+0"] -files = ["include/AzStorage.h"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.6.1+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[AzStorage_jll."0.6.1+0".sources]] - hash = "f888c178ab0fa8bdbcc26694550109ad7fadbc03" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.7.0+0"] -files = ["include/AzStorage.h"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.7.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[AzStorage_jll."0.7.0+0".sources]] - hash = "4bec0c521982fc89f2f4272a7d92d8898928fdb4" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.8.0+0"] -files = ["include/AzStorage.h"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.8.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[AzStorage_jll."0.8.0+0".sources]] - hash = "44c18af75c3c44d0957e74680e9108b77b08d314" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.8.1+0"] -files = ["include/AzStorage.h"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.8.1+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[AzStorage_jll."0.8.1+0".sources]] - hash = "5189990a7dafbe9d16facb9b0db3e68760696dd8" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.8.1+1"] -files = ["include/AzStorage.h"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.8.1+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[AzStorage_jll."0.8.1+1".sources]] - hash = "5189990a7dafbe9d16facb9b0db3e68760696dd8" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.9.0+0"] -files = ["include/AzStorage.h"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.9.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[AzStorage_jll."0.9.0+0".sources]] - hash = "bc5a23b7694f8b0feecdb99d7fbd5bb56ca2ca03" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.9.0+1"] -files = ["include/AzStorage.h"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.9.0+1".sources]] - hash = "bc5a23b7694f8b0feecdb99d7fbd5bb56ca2ca03" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[AzStorage_jll."0.9.0+2"] -files = ["include/AzStorage.h"] -libraries = ["libAzStorage"] - - [[AzStorage_jll."0.9.0+2".sources]] - hash = "bc5a23b7694f8b0feecdb99d7fbd5bb56ca2ca03" - repo = "https://github.com/ChevronETC/AzStorage.jl.git" - -[BLST_jll."0.3.1+0"] -libraries = ["libblst"] - - [[BLST_jll."0.3.1+0".sources]] - hash = "39f649843b8a394fd026d4945365c2065d521a82be3162cf46f3654b3227a373" - url = "https://github.com/supranational/blst/archive/v0.3.1.tar.gz" - -[BLST_jll."0.3.2+0"] -libraries = ["libblst"] - - [[BLST_jll."0.3.2+0".sources]] - hash = "075f7c7f22cdf93de528ca7fa9aab53d255bf9f4e51155088d10d28e605715d9" - url = "https://github.com/supranational/blst/archive/v0.3.2.tar.gz" - -[BLST_jll."0.3.3+0"] -libraries = ["libblst"] - - [[BLST_jll."0.3.3+0".sources]] - hash = "ec800ed0a834f9912d8e2d664773e897b42def628adca108845f57cd56241d97" - url = "https://github.com/supranational/blst/archive/v0.3.3.tar.gz" - -[BOLT_jll."18.1.4+0"] -executables = ["llvm-bolt", "llvm-boltdiff", "llvm-bolt-heatmap", "merge-fdata", "perf2bolt"] - - [[BOLT_jll."18.1.4+0".sources]] - hash = "e6c3289804a67ea0bb6a86fadbe454dd93b8d855" - repo = "https://github.com/llvm/llvm-project.git" - [[BOLT_jll."18.1.4+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[BPNET_jll."0.0.2+0"] -executables = ["trainbin2ASCII.x", "bpnet_predict.x", "nnASCII2bin.x", "bpnet_generate.x"] - - [[BPNET_jll."0.0.2+0".sources]] - hash = "207fd1d739b8cadcf243fc1bd7e1e8d7d28af392" - repo = "https://github.com/cometscome/BPNET.git" - [[BPNET_jll."0.0.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cc7499c3c7af05711a9220eb48117b25c6226643//B/BPNET/./bundled" - -[BVLS_jll."1990.3.19+0"] -libraries = ["libbvls"] - - [[BVLS_jll."1990.3.19+0".sources]] - hash = "a22e1951d280c7d281ffb6d4440938dad83b59a810739e8a1a7ad632e7714aa1" - url = "https://cran.r-project.org/src/contrib/bvls_1.4.tar.gz" - -[BVPInterface_jll."0.1.0+0"] -libraries = ["libbvpsol", "libbvpsol_i32", "libcolnew", "libcolnew_i32", "libcoldae", "libcoldae_i32", "libcolsys", "libcolsys_i32", "libcolmod", "libcolmod_i32", "libtwpbvp", "libtwpbvp_i32", "libmusl", "libmusl_i32", "libmusn", "libmusn_i32", "libbvp_m_proxy"] - - [[BVPInterface_jll."0.1.0+0".sources]] - hash = "1ceb9195c2c9335a7cf1c10d774b8f4d84c35d1f" - repo = "https://github.com/ErikQQY/BVPInterface.jl" - -[BWA_jll."0.7.17+0"] -executables = ["bwa"] -libraries = ["libbwa"] - - [[BWA_jll."0.7.17+0".sources]] - hash = "de1b4d4e745c0b7fc3e107b5155a51ac063011d33a5d82696331ecf4bed8d0fd" - url = "https://github.com/lh3/bwa/releases/download/v0.7.17/bwa-0.7.17.tar.bz2" - [[BWA_jll."0.7.17+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/19321f21f2c168e70546cd1a9dbd53d11ccb20a3//B/BWA/./bundled" - -[BWA_jll."0.7.17+1"] -executables = ["bwa"] -libraries = ["libbwa"] - - [[BWA_jll."0.7.17+1".sources]] - hash = "de1b4d4e745c0b7fc3e107b5155a51ac063011d33a5d82696331ecf4bed8d0fd" - url = "https://github.com/lh3/bwa/releases/download/v0.7.17/bwa-0.7.17.tar.bz2" - [[BWA_jll."0.7.17+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a50380b3e4a27d229db07d1b51591e6bc0c53622//B/BWA/./bundled" - -[Baobzi_jll."0.9.6+0"] -libraries = ["libbaobzi"] - - [[Baobzi_jll."0.9.6+0".sources]] - hash = "dab45ba8bc0f08fc9cb364f3d1c776550940ac14" - repo = "https://github.com/flatironinstitute/baobzi.git" - -[Bazel_jll."7.6.1+0"] -executables = ["bazel"] - - [[Bazel_jll."7.6.1+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Bazel_jll."7.6.1+0".sources]] - hash = "c1106db93eb8a719a6e2e1e9327f41b003b6d7f7e9d04f206057990775a7760e" - url = "https://github.com/bazelbuild/bazel/releases/download/7.6.1/bazel-7.6.1-dist.zip" - -[Bazel_jll."8.3.1+0"] -executables = ["bazel"] - - [[Bazel_jll."8.3.1+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Bazel_jll."8.3.1+0".sources]] - hash = "79da863df05fa4de79a82c4f9d4e710766f040bc519fd8b184a4d4d51345d5ba" - url = "https://github.com/bazelbuild/bazel/releases/download/8.3.1/bazel-8.3.1-dist.zip" - -[BerkeleyDB_jll."18.1.40+0"] -executables = ["db_dump", "db_load", "db_stat", "db_log_verify", "db_archive", "db_deadlock", "db_hotbackup", "db_tuner", "db_checkpoint", "db_recover", "db_replicate", "db_printlog", "db_verify", "db_upgrade", "db_convert"] -libraries = ["libdb"] - - [[BerkeleyDB_jll."18.1.40+0".sources]] - hash = "0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8" - url = "https://download.oracle.com/berkeley-db/db-18.1.40.tar.gz" - -[BerkeleyDB_jll."18.1.41+0"] -executables = ["db_dump", "db_load", "db_stat", "db_log_verify", "db_archive", "db_deadlock", "db_hotbackup", "db_tuner", "db_checkpoint", "db_recover", "db_replicate", "db_printlog", "db_verify", "db_upgrade", "db_convert"] -libraries = ["libdb"] - - [[BerkeleyDB_jll."18.1.41+0".sources]] - hash = "0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8" - url = "https://download.oracle.com/berkeley-db/db-18.1.40.tar.gz" - -[BiCePS_jll."0.9.4+0"] -libraries = ["libBcps"] - - [[BiCePS_jll."0.9.4+0".sources]] - hash = "8e41545a3b1a36ca1d306b3af96f3804dc57e61f" - repo = "https://github.com/coin-or/CHiPPS-BiCePS.git" - -[BiCePS_jll."0.9400.400+0"] -libraries = ["libBcps"] - - [[BiCePS_jll."0.9400.400+0".sources]] - hash = "8e41545a3b1a36ca1d306b3af96f3804dc57e61f" - repo = "https://github.com/coin-or/CHiPPS-BiCePS.git" - -[Binaryen_jll."0.114.0+0"] -executables = ["wasm2js", "wasm-opt", "wasm-reduce", "wasm-merge", "wasm-split", "wasm-shell", "wasm-metadce", "wasm-dis", "wasm-as", "wasm-ctor-eval", "wasm-fuzz-types"] -libraries = ["libbinaryen"] - - [[Binaryen_jll."0.114.0+0".sources]] - hash = "1fb1a2e2970472e9e93f9de94c8a2c674d0a0581" - repo = "https://github.com/WebAssembly/binaryen.git" - [[Binaryen_jll."0.114.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5c9ad117d768bf194cedc93491b7d7729c364ebe//B/Binaryen/./bundled" - [[Binaryen_jll."0.114.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Binaryen_jll."0.116.0+0"] -executables = ["wasm2js", "wasm-opt", "wasm-reduce", "wasm-merge", "wasm-split", "wasm-shell", "wasm-metadce", "wasm-dis", "wasm-as", "wasm-ctor-eval", "wasm-fuzz-types"] -libraries = ["libbinaryen"] - - [[Binaryen_jll."0.116.0+0".sources]] - hash = "11dba9b1c2ad988500b329727f39f4d8786918c5" - repo = "https://github.com/WebAssembly/binaryen.git" - [[Binaryen_jll."0.116.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fbd25b9d6f59e3d2478a1e771b9856af92d16f36//B/Binaryen/./bundled" - [[Binaryen_jll."0.116.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Birch_Standard_jll."1.75.0+0"] -libraries = ["libbirch-standard", "libbirch-standard-debug"] - - [[Birch_Standard_jll."1.75.0+0".sources]] - hash = "a533990b59b04ef4cd20f8d4fe91c4a220df1cfa" - repo = "https://github.com/lawmurray/Birch.git" - [[Birch_Standard_jll."1.75.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/acee618030e833c5ecc24b906e7772723789b925//B/Birch_Standard/./bundled" - -[Birch_Standard_jll."1.104.0+0"] -libraries = ["libbirch-standard", "libbirch-standard-debug"] - - [[Birch_Standard_jll."1.104.0+0".sources]] - hash = "25154eac433bdeaf55dffda2432c666659286350" - repo = "https://github.com/lawmurray/Birch.git" - [[Birch_Standard_jll."1.104.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2216063b849014b2cb27ea67bafd4e326bfd5603//B/Birch_Standard/./bundled" - -[Birch_jll."1.75.0+0"] -executables = ["birch"] - - [[Birch_jll."1.75.0+0".sources]] - hash = "a533990b59b04ef4cd20f8d4fe91c4a220df1cfa" - repo = "https://github.com/lawmurray/Birch.git" - -[Birch_jll."1.104.0+0"] -executables = ["birch"] - - [[Birch_jll."1.104.0+0".sources]] - hash = "25154eac433bdeaf55dffda2432c666659286350" - repo = "https://github.com/lawmurray/Birch.git" - -[Bison_jll."3.5.2+0"] -executables = ["bison"] - - [[Bison_jll."3.5.2+0".sources]] - hash = "24e273db9eb6da8bbb6f0648284d0724a5cbd6268a163db402f961350a4e50dd" - url = "https://ftp.gnu.org/gnu/bison/bison-3.5.2.tar.xz" - -[Bison_jll."3.8.2+0"] -executables = ["bison"] - - [[Bison_jll."3.8.2+0".sources]] - hash = "9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2" - url = "https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz" - -[Bison_jll."3.8.2+1"] -executables = ["bison"] - - [[Bison_jll."3.8.2+1".sources]] - hash = "9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2" - url = "https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz" - -[Bison_jll."3.8.2+2"] -executables = ["bison"] - - [[Bison_jll."3.8.2+2".sources]] - hash = "9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2" - url = "https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz" - -[Bison_jll."3.8.3+0"] -executables = ["bison"] - - [[Bison_jll."3.8.3+0".sources]] - hash = "9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2" - url = "https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz" - -[BladeRFHardwareDriver_jll."2.4.1+0"] -executables = ["bladeRF-fsk", "bladeRF-cli"] -libraries = ["libbladeRF"] - - [[BladeRFHardwareDriver_jll."2.4.1+0".sources]] - hash = "0ffb795c450fe814060f95cd37455847c9c536d2" - repo = "https://github.com/Nuand/bladeRF.git" - [[BladeRFHardwareDriver_jll."2.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d57fb014377a8f2155d471f401346fbf085bc764//B/BladeRFHardwareDriver/./bundled" - -[Bloaty_jll."1.0.0+0"] -executables = ["bloaty"] - - [[Bloaty_jll."1.0.0+0".sources]] - hash = "e1cf9830ba6c455218fdb50e7a8554ff256da749878acfaf77c032140d7ddde0" - url = "https://github.com/google/bloaty/releases/download/v1.0/bloaty-1.0.tar.bz2" - -[Bloaty_jll."1.1.0+0"] -executables = ["bloaty"] - - [[Bloaty_jll."1.1.0+0".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "*" - - [[Bloaty_jll."1.1.0+0".sources]] - hash = "a308d8369d5812aba45982e55e7c3db2ea4780b7496a5455792fb3dcba9abd6f" - url = "https://github.com/google/bloaty/releases/download/v1.1/bloaty-1.1.tar.bz2" - -[Blosc2_jll."2.0.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.0.0+0".sources]] - hash = "eb4ddf449fd05f3df51d0963a7b0b7fdaff9c237" - repo = "https://github.com/Blosc/c-blosc2.git" - -[Blosc2_jll."2.0.0+1"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.0.0+1".sources]] - hash = "bd0b1105c1e81071f8d04720514a510e8ec403c5" - repo = "https://github.com/Blosc/c-blosc2.git" - -[Blosc2_jll."2.0.1+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.0.1+0".sources]] - hash = "c873c2b2c0142ae2324ad23eb17f0e9d290b4c25" - repo = "https://github.com/Blosc/c-blosc2.git" - -[Blosc2_jll."2.0.2+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.0.2+0".sources]] - hash = "254e4400ef6e65cca33242d7f345ce67c51570f0" - repo = "https://github.com/Blosc/c-blosc2.git" - -[Blosc2_jll."2.0.4+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.0.4+0".sources]] - hash = "38da659cd5862dccbb0457266fe752cfd6541d4f" - repo = "https://github.com/Blosc/c-blosc2.git" - -[Blosc2_jll."2.2.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.2.0+0".sources]] - hash = "38da659cd5862dccbb0457266fe752cfd6541d4f" - repo = "https://github.com/Blosc/c-blosc2.git" - -[Blosc2_jll."2.8.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.8.0+0".sources]] - hash = "8de035e5147397e3008a61ae1e2e6fcc949319f0" - repo = "https://github.com/Blosc/c-blosc2.git" - -[Blosc2_jll."2.8.0+1"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.8.0+1".sources]] - hash = "8de035e5147397e3008a61ae1e2e6fcc949319f0" - repo = "https://github.com/Blosc/c-blosc2.git" - -[Blosc2_jll."2.9.2+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.9.2+0".sources]] - hash = "f344bb7c334ff025ea71e23d7a6742a9827745b9" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."2.9.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/40800b4f403f38e2bf93fa092323ae523c12dbc1//B/Blosc2/./bundled" - -[Blosc2_jll."2.10.5+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.10.5+0".sources]] - hash = "f8417b103e6b0bbe06b861f92d57285590e1166a" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."2.10.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/462ab0f34819c86ab6abd647ba151bfeccd9451a//B/Blosc2/./bundled" - -[Blosc2_jll."2.11.2+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.11.2+0".sources]] - hash = "3ea8b4ae21563bc740c91f5abfe823c9b8438738" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."2.11.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dc3c29259b032a7cd5db6cf5a7b8165e17951451//B/Blosc2/./bundled" - -[Blosc2_jll."2.11.3+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.11.3+0".sources]] - hash = "6bc96bf65053c8664722b40f1d416aed9532c76c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."2.11.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b98c2a59e035576ef1bf90b1dafa5d582dcecbbe//B/Blosc2/./bundled" - -[Blosc2_jll."2.12.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.12.0+0".sources]] - hash = "e512ce0acbc66ccd69c11fd1aff3f39f9a25b79e" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."2.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8d73e73323e33f024467956572438015908c2710//B/Blosc2/./bundled" - -[Blosc2_jll."2.13.1+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.13.1+0".sources]] - hash = "edcf96d4f1d288db3849abae60c1721ee40e881d" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."2.13.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5aa3992e1f03e9a1b61a2c32d78f8b820f689b06//B/Blosc2/./bundled" - -[Blosc2_jll."2.13.2+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.13.2+0".sources]] - hash = "ed9002c99a0d2e70984ad01d1bfcff0ca5d45f0d" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."2.13.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bdb4d8ac7a53e327db226d7ec5d94a90d360935d//B/Blosc2/./bundled" - -[Blosc2_jll."2.14.1+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.14.1+0".sources]] - hash = "fd932171089f4df40fb0f70f6766350217b0ff98" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."2.14.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/38755173bef3e6fab044d118476b5925c255c423//B/Blosc2/./bundled" - -[Blosc2_jll."2.14.3+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."2.14.3+0".sources]] - hash = "cfaa9c72f25566f630c5f3d32ac9321372c6c93f" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."2.14.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d2a0816d4d0bb62453422308eabc777c80499c9//B/Blosc2/./bundled" - -[Blosc2_jll."201.1500.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1500.0+0".sources]] - hash = "7424ecfb6ccabfbf865f34c9019559efeb8a39e0" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1500.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/37c01f4bc79a20990df79dc6477555850ef49af5//B/Blosc2/./bundled" - -[Blosc2_jll."201.1500.100+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1500.100+0".sources]] - hash = "841c6ae7200c88f73b2825da27fed2a83360ad4c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1500.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fcd4dbec40954fc2011e24d873c52768f37bbd29//B/Blosc2/./bundled" - -[Blosc2_jll."201.1500.101+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1500.101+0".sources]] - hash = "841c6ae7200c88f73b2825da27fed2a83360ad4c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1500.101+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7c9ca35adc61633857a56aecba7acc6259d2b7f7//B/Blosc2/./bundled" - -[Blosc2_jll."201.1500.201+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1500.201+0".sources]] - hash = "f1278b90056a99c35592e964f549f1f2ba13f05c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1500.201+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e504e3ece997c2977e71d1004749cbd2bb4f42ab//B/Blosc2/bundled" - -[Blosc2_jll."201.1500.201+1"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1500.201+1".sources]] - hash = "f1278b90056a99c35592e964f549f1f2ba13f05c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1500.201+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e56110b872b03ac1f2f75bed4407fe1fae6ebeda//B/Blosc2/bundled" - -[Blosc2_jll."201.1500.201+2"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1500.201+2".sources]] - hash = "f1278b90056a99c35592e964f549f1f2ba13f05c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1500.201+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e504e3ece997c2977e71d1004749cbd2bb4f42ab//B/Blosc2/bundled" - -[Blosc2_jll."201.1500.202+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1500.202+0".sources]] - hash = "f1278b90056a99c35592e964f549f1f2ba13f05c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1500.202+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/04793b17b7df760b2907b3e5724943ab954c623a//B/Blosc2/bundled" - -[Blosc2_jll."201.1600.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1600.0+0".sources]] - hash = "5fc02a0009c7eac0f30a0a6e48ae9b4c08c8a09c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1600.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c1e719307b422e22e20d178aad829220d59b42d7//B/Blosc2/bundled" - -[Blosc2_jll."201.1700.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1700.0+0".sources]] - hash = "55a103239b24f8b4e07dafa5a289ad62bfade524" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1700.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/241de0854f930f8bea4ab7ce370af13b547d167e//B/Blosc2/bundled" - -[Blosc2_jll."201.1700.100+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1700.100+0".sources]] - hash = "5fcd6fbf9ffcf613fabdb1eb3a90eeb12f7c04fe" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1700.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/15c50cede7557c72bb4c5c1256f1bc21617f26cf//B/Blosc2/bundled" - -[Blosc2_jll."201.1800.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.1800.0+0".sources]] - hash = "1c2f8bb0c914c43e23b751fbcf6642cd7aec09db" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.1800.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0c864ba5d2ed3b8072c584816fec41569666e6b//B/Blosc2/bundled" - -[Blosc2_jll."201.2000.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."201.2000.0+0".sources]] - hash = "d75993535461aaf2ded996f0a625cbec8df9655c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."201.2000.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d7cdbf8d95e0c0fc7bf6dc37225b9f0ec3b435b6//B/Blosc2/bundled" - -[Blosc2_jll."202.2000.0+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."202.2000.0+0".sources]] - hash = "d75993535461aaf2ded996f0a625cbec8df9655c" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."202.2000.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d382f412eafd202e6a6428f3e4a67892a719e9ca//B/Blosc2/bundled" - -[Blosc2_jll."202.2100.100+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."202.2100.100+0".sources]] - hash = "96bce728dcdbf41fd86f142ebef9e513f87a7afb" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."202.2100.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/be0ab2372568b8e406133c677b7b784f44c8faab//B/Blosc2/bundled" - -[Blosc2_jll."202.2100.200+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."202.2100.200+0".sources]] - hash = "82a85f9d285d7ae6d141c73e84c7574bfc24a134" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."202.2100.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cbe6b1c81db35be62b012b859c688343f60b2308//B/Blosc2/bundled" - -[Blosc2_jll."202.2100.300+0"] -libraries = ["libblosc2"] - - [[Blosc2_jll."202.2100.300+0".sources]] - hash = "0c853a639ba97997e33e29db9eed202459ebc6f0" - repo = "https://github.com/Blosc/c-blosc2.git" - [[Blosc2_jll."202.2100.300+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1523c9e92231988551f5b1edb21aa9f93d624e91//B/Blosc2/bundled" - -[Blosc_jll."1.14.3+0"] -libraries = ["libblosc"] - - [[Blosc_jll."1.14.3+0".sources]] - hash = "7217659d8ef383999d90207a98c9a2555f7b46e10fa7d21ab5a1f92c861d18f7" - url = "https://github.com/Blosc/c-blosc/archive/v1.14.3.tar.gz" - -[Blosc_jll."1.14.3+1"] -libraries = ["libblosc"] - - [[Blosc_jll."1.14.3+1".sources]] - hash = "7217659d8ef383999d90207a98c9a2555f7b46e10fa7d21ab5a1f92c861d18f7" - url = "https://github.com/Blosc/c-blosc/archive/v1.14.3.tar.gz" - -[Blosc_jll."1.21.0+0"] -libraries = ["libblosc"] - - [[Blosc_jll."1.21.0+0".sources]] - hash = "b0ef4fda82a1d9cbd11e0f4b9685abf14372db51703c595ecd4d76001a8b342d" - url = "https://github.com/Blosc/c-blosc/archive/v1.21.0.tar.gz" - [[Blosc_jll."1.21.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9ff322a362ff8bc5e79dee88c9d309dc0076d58b//B/Blosc/./bundled" - -[Blosc_jll."1.21.1+0"] -libraries = ["libblosc"] - - [[Blosc_jll."1.21.1+0".sources]] - hash = "f387149eab24efa01c308e4cba0f59f64ccae57292ec9c794002232f7903b55b" - url = "https://github.com/Blosc/c-blosc/archive/v1.21.1.tar.gz" - [[Blosc_jll."1.21.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/79392e93b061260f0982507eb5ed3f697e169f11//B/Blosc/./bundled" - -[Blosc_jll."1.21.2+0"] -libraries = ["libblosc"] - - [[Blosc_jll."1.21.2+0".sources]] - hash = "e5b4ddb4403cbbad7aab6e9ff55762ef298729c8a793c6147160c771959ea2aa" - url = "https://github.com/Blosc/c-blosc/archive/v1.21.2.tar.gz" - [[Blosc_jll."1.21.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2abb69b2881097d9ff25f852305103cf7cff4d4e//B/Blosc/./bundled" - -[Blosc_jll."1.21.4+0"] -libraries = ["libblosc"] - - [[Blosc_jll."1.21.4+0".sources]] - hash = "2c2f9bd936b1340ad92a6da6c2a52adf4254c241" - repo = "https://github.com/Blosc/c-blosc.git" - [[Blosc_jll."1.21.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5d74dc4091d5a1590e20ebc45c92687c239c2f43//B/Blosc/./bundled" - -[Blosc_jll."1.21.5+0"] -libraries = ["libblosc"] - - [[Blosc_jll."1.21.5+0".sources]] - hash = "d306135aaf378ade04cd4d149058c29036335758" - repo = "https://github.com/Blosc/c-blosc.git" - [[Blosc_jll."1.21.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/67c3fba1c8cca6b100293ea38c4ebc879b676637//B/Blosc/./bundled" - -[Blosc_jll."1.21.6+0"] -libraries = ["libblosc"] - - [[Blosc_jll."1.21.6+0".sources]] - hash = "616f4b7343a8479f7e71dd3d7025bd92c9a6bbd0" - repo = "https://github.com/Blosc/c-blosc.git" - [[Blosc_jll."1.21.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a7da61f13d88fb54246e4f98757d94a3fd609b4b//B/Blosc/./bundled" - -[Blosc_jll."1.21.6+1"] -libraries = ["libblosc"] - - [[Blosc_jll."1.21.6+1".sources]] - hash = "616f4b7343a8479f7e71dd3d7025bd92c9a6bbd0" - repo = "https://github.com/Blosc/c-blosc.git" - [[Blosc_jll."1.21.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e281069a2a2e335c078a1819104751715484634d//B/Blosc/./bundled" - -[Blosc_jll."1.21.6+2"] -libraries = ["libblosc"] - - [[Blosc_jll."1.21.6+2".sources]] - hash = "616f4b7343a8479f7e71dd3d7025bd92c9a6bbd0" - repo = "https://github.com/Blosc/c-blosc.git" - [[Blosc_jll."1.21.6+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a7da61f13d88fb54246e4f98757d94a3fd609b4b//B/Blosc/./bundled" - -[Blosc_jll."1.21.7+0"] -libraries = ["libblosc"] - - [[Blosc_jll."1.21.7+0".sources]] - hash = "616f4b7343a8479f7e71dd3d7025bd92c9a6bbd0" - repo = "https://github.com/Blosc/c-blosc.git" - [[Blosc_jll."1.21.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/138fb52674109ce3cb07632520a2c049942bc8c5//B/Blosc/./bundled" - -[BlueZ_jll."5.54.0+0"] -executables = ["btmon", "l2ping", "hid2hci", "l2test", "bccmd", "btattach", "hex2hcd", "bluetoothd", "bluemoon", "rctest", "bluetooth", "mpris-proxy", "obexd", "bluetoothctl"] - - [[BlueZ_jll."5.54.0+0".sources]] - hash = "68cdab9e63e8832b130d5979dc8c96fdb087b31278f342874d992af3e56656dc" - url = "https://www.kernel.org/pub/linux/bluetooth/bluez-5.54.tar.xz" - -[BlueZ_jll."5.54.0+1"] -executables = ["btmon", "l2ping", "hid2hci", "l2test", "bccmd", "btattach", "hex2hcd", "bluetoothd", "bluemoon", "rctest", "bluetooth", "mpris-proxy", "obexd", "bluetoothctl"] -libraries = ["libbluetooth"] - - [[BlueZ_jll."5.54.0+1".sources]] - hash = "68cdab9e63e8832b130d5979dc8c96fdb087b31278f342874d992af3e56656dc" - url = "https://www.kernel.org/pub/linux/bluetooth/bluez-5.54.tar.xz" - -[Bonmin_jll."1.8.8+0"] -executables = ["bonmin"] -libraries = ["libbonmin"] - - [[Bonmin_jll."1.8.8+0".sources]] - hash = "65c56cea1e7c40acd9897a2667c11f91d845bb7b" - repo = "https://github.com/coin-or/Bonmin.git" - [[Bonmin_jll."1.8.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/63c7ad106ae2acbb22b3d18c253b222ab3abbafd//C/Coin-OR/Bonmin/./bundled" - -[Bonmin_jll."1.8.8+1"] -executables = ["bonmin"] -libraries = ["libbonmin"] - - [[Bonmin_jll."1.8.8+1".sources]] - hash = "65c56cea1e7c40acd9897a2667c11f91d845bb7b" - repo = "https://github.com/coin-or/Bonmin.git" - [[Bonmin_jll."1.8.8+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eaac1199eae92a8d5f966655b067f63239984d00//C/Coin-OR/Bonmin/./bundled" - -[Bonmin_jll."1.8.8+2"] -executables = ["bonmin"] -libraries = ["libbonmin", "libbonminampl"] - - [[Bonmin_jll."1.8.8+2".sources]] - hash = "65c56cea1e7c40acd9897a2667c11f91d845bb7b" - repo = "https://github.com/coin-or/Bonmin.git" - [[Bonmin_jll."1.8.8+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/96512d156699e67d5df3833ba8b4f91d41da24cc//C/Coin-OR/Bonmin/./bundled" - -[Bonmin_jll."1.8.8+3"] -executables = ["bonmin"] -libraries = ["libbonmin", "libbonminampl"] - - [[Bonmin_jll."1.8.8+3".sources]] - hash = "65c56cea1e7c40acd9897a2667c11f91d845bb7b" - repo = "https://github.com/coin-or/Bonmin.git" - [[Bonmin_jll."1.8.8+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/30db66577e6b14e62d76a0ce2f7169acc045f285//C/Coin-OR/Bonmin/./bundled" - -[Bonmin_jll."100.800.800+0"] -executables = ["bonmin"] -libraries = ["libbonmin", "libbonminampl"] - - [[Bonmin_jll."100.800.800+0".sources]] - hash = "65c56cea1e7c40acd9897a2667c11f91d845bb7b" - repo = "https://github.com/coin-or/Bonmin.git" - [[Bonmin_jll."100.800.800+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a39f790e7543fa010e4db01900fa841a5197e35c//C/Coin-OR/Bonmin/./bundled" - -[Bonmin_jll."100.800.801+0"] -executables = ["bonmin"] -libraries = ["libbonmin", "libbonminampl"] - - [[Bonmin_jll."100.800.801+0".sources]] - hash = "65c56cea1e7c40acd9897a2667c11f91d845bb7b" - repo = "https://github.com/coin-or/Bonmin.git" - [[Bonmin_jll."100.800.801+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0173b33d73d6580c833f84f972a1fc25d2b1ed25//C/Coin-OR/Bonmin/./bundled" - -[Bonmin_jll."100.800.901+0"] -executables = ["bonmin"] -libraries = ["libbonmin", "libbonminampl"] - - [[Bonmin_jll."100.800.901+0".sources]] - hash = "030d111af16a0f30b6fff851ba7f983bea14f982" - repo = "https://github.com/coin-or/Bonmin.git" - [[Bonmin_jll."100.800.901+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b30c5c7da4996722f83c320c65de3520cc1ba4cb//C/Coin-OR/Bonmin/./bundled" - -[Bonmin_jll."100.800.902+0"] -executables = ["bonmin"] -libraries = ["libbonmin", "libbonminampl"] - - [[Bonmin_jll."100.800.902+0".sources]] - hash = "030d111af16a0f30b6fff851ba7f983bea14f982" - repo = "https://github.com/coin-or/Bonmin.git" - [[Bonmin_jll."100.800.902+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8d3f19dd5623746b796e0c9185c809559364fcfb//C/Coin-OR/Bonmin/./bundled" - -[Btop_jll."1.2.8+0"] -executables = ["btop"] - - [[Btop_jll."1.2.8+0".sources]] - hash = "7944b06e3181cc1080064adf1e9eb4f466af0b84a127df6697430736756a89ac" - url = "https://github.com/aristocratos/btop/archive/refs/tags/v1.2.8.tar.gz" - -[Btop_jll."1.3.2+0"] -executables = ["btop"] - - [[Btop_jll."1.3.2+0".sources]] - hash = "fd2a2acdad6fbaad76846cb5e802cf2ae022d670" - repo = "https://github.com/aristocratos/btop.git" - -[Bullet_Physics_SDK_jll."3.22.0+0"] -files = ["lib/libBullet3OpenCL_clew.a", "lib/libBullet2FileLoader.a", "lib/libBullet3Dynamics.a", "lib/libBullet3Collision.a", "lib/libBullet3Geometry.a", "lib/libBulletInverseDynamics.a", "lib/libBulletSoftBody.a", "lib/libBulletCollision.a", "lib/libBulletDynamics.a", "lib/libLinearMath.a", "lib/libBullet3Common.a"] - - [[Bullet_Physics_SDK_jll."3.22.0+0".sources]] - hash = "c6cd89ecbc4bd73fee64723c831c1578daab056d88774755a6f56afc6f417b2b" - url = "https://github.com/bulletphysics/bullet3/archive/refs/tags/3.22b.tar.gz" - -[Bullet_Physics_SDK_jll."3.22.0+1"] -files = ["lib/libBullet3OpenCL_clew.a", "lib/libBullet2FileLoader.a", "lib/libBullet3Dynamics.a", "lib/libBullet3Collision.a", "lib/libBullet3Geometry.a", "lib/libBulletInverseDynamics.a", "lib/libBulletSoftBody.a", "lib/libBulletCollision.a", "lib/libBulletDynamics.a", "lib/libLinearMath.a", "lib/libBullet3Common.a"] - - [[Bullet_Physics_SDK_jll."3.22.0+1".sources]] - hash = "c6cd89ecbc4bd73fee64723c831c1578daab056d88774755a6f56afc6f417b2b" - url = "https://github.com/bulletphysics/bullet3/archive/refs/tags/3.22b.tar.gz" - -[Bun_jll."1.2.11+0"] -executables = ["bun"] - - [[Bun_jll."1.2.11+0".sources]] - hash = "e481258190f8930a915ff52b5a0717b83d8f29dbd188294c9d45e37464dcf9e0" - url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64.zip" - [[Bun_jll."1.2.11+0".sources]] - hash = "ac863aad053ef69d1d0f60d89ab313c61dccaaa962b2c4d7436c3efdba9595bb" - url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64.zip" - [[Bun_jll."1.2.11+0".sources]] - hash = "7ae5f9e8444f8376bb6e5b868ed7293a896db67a527d1945142d171eed3c8c13" - url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-musl.zip" - [[Bun_jll."1.2.11+0".sources]] - hash = "4e3d15070234b254b457918dcdf534e691643d5de570c2a1eb8c0fb9f4942329" - url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64-musl.zip" - [[Bun_jll."1.2.11+0".sources]] - hash = "281199c0f979ed3cdd4a543ef2afd10db03e4325c0f29f0e13e755dc011e306a" - url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-x64.zip" - [[Bun_jll."1.2.11+0".sources]] - hash = "7d54c55c59274f2f2706481b38e6f7d90999c979f2ea522e7611bf051c5b19f4" - url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-aarch64.zip" - [[Bun_jll."1.2.11+0".sources]] - hash = "4877e62df190fd85cfd045b7b026ccc255ad692d56ee966890cf829276b54a2a" - url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64.zip" - [[Bun_jll."1.2.11+0".sources]] - hash = "d4b02dcdc2543cb65c4743aeac7904f380d68a8c" - repo = "https://github.com/oven-sh/bun.git" - -[Bzip2_jll."1.0.6+0"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.6+0".sources]] - hash = "288acf97a15d558f96c24c89f578b724d6e06b0c" - repo = "https://github.com/enthought/bzip2-1.0.6.git" - -[Bzip2_jll."1.0.6+1"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.6+1".sources]] - hash = "288acf97a15d558f96c24c89f578b724d6e06b0c" - repo = "https://github.com/enthought/bzip2-1.0.6.git" - -[Bzip2_jll."1.0.6+2"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.6+2".sources]] - hash = "288acf97a15d558f96c24c89f578b724d6e06b0c" - repo = "https://github.com/enthought/bzip2-1.0.6.git" - -[Bzip2_jll."1.0.6+3"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.6+3".sources]] - hash = "288acf97a15d558f96c24c89f578b724d6e06b0c" - repo = "https://github.com/enthought/bzip2-1.0.6.git" - -[Bzip2_jll."1.0.6+4"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.6+4".sources]] - hash = "288acf97a15d558f96c24c89f578b724d6e06b0c" - repo = "https://github.com/enthought/bzip2-1.0.6.git" - -[Bzip2_jll."1.0.6+5"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.6+5".sources]] - hash = "288acf97a15d558f96c24c89f578b724d6e06b0c" - repo = "https://github.com/enthought/bzip2-1.0.6.git" - -[Bzip2_jll."1.0.7+0"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.7+0".sources]] - hash = "f319b98aade2a337c74b9a3b48c6daffb7809cda" - repo = "git://sourceware.org/git/bzip2.git" - -[Bzip2_jll."1.0.8+0"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.8+0".sources]] - hash = "6a8690fc8d26c815e798c588f796eabe9d684cf0" - repo = "git://sourceware.org/git/bzip2.git" - -[Bzip2_jll."1.0.8+1"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.8+1".sources]] - hash = "6a8690fc8d26c815e798c588f796eabe9d684cf0" - repo = "git://sourceware.org/git/bzip2.git" - -[Bzip2_jll."1.0.8+2"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.8+2".sources]] - hash = "6a8690fc8d26c815e798c588f796eabe9d684cf0" - repo = "git://sourceware.org/git/bzip2.git" - -[Bzip2_jll."1.0.8+3"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.8+3".sources]] - hash = "6a8690fc8d26c815e798c588f796eabe9d684cf0" - repo = "git://sourceware.org/git/bzip2.git" - -[Bzip2_jll."1.0.8+4"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.8+4".sources]] - hash = "6a8690fc8d26c815e798c588f796eabe9d684cf0" - repo = "git://sourceware.org/git/bzip2.git" - -[Bzip2_jll."1.0.9+0"] -libraries = ["libbz2"] - - [[Bzip2_jll."1.0.9+0".sources]] - hash = "6a8690fc8d26c815e798c588f796eabe9d684cf0" - repo = "git://sourceware.org/git/bzip2.git" - -[CALCEPH_jll."3.4.2+0"] -libraries = ["libcalceph"] - - [[CALCEPH_jll."3.4.2+0".sources]] - hash = "4bb95979ed77f431c6845b11b7bc49819836e47a8b9ceceff18309683f580c5b" - url = "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-3.4.2.tar.gz" - -[CALCEPH_jll."3.4.7+0"] -libraries = ["libcalceph"] - - [[CALCEPH_jll."3.4.7+0".sources]] - hash = "99ff6c153c888cc514d9c4e8acfb99448ab0bdaff8ef5aaa398a1d4f00c8579f" - url = "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-3.4.7.tar.gz" - -[CALCEPH_jll."3.5.3+0"] -libraries = ["libcalceph"] - - [[CALCEPH_jll."3.5.3+0".sources]] - hash = "9dd2ebdec1d1f5bd6f01961d111dbf0a4b24d0c0545572f00c1d236800a25789" - url = "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-3.5.3.tar.gz" - -[CALCEPH_jll."3.5.4+0"] -libraries = ["libcalceph"] - - [[CALCEPH_jll."3.5.4+0".sources]] - hash = "c9a834e823cf376de6c0f826458b5f19555ed45dfd26880781e61a91849925b5" - url = "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-3.5.4.tar.gz" - -[CALCEPH_jll."3.5.5+0"] -libraries = ["libcalceph"] - - [[CALCEPH_jll."3.5.5+0".sources]] - hash = "F7ACF529A9267793126D7FDBDF79D4D26AE33274C99D09A9FC9D6191A3C72ACA" - url = "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-3.5.5.tar.gz" - -[CBFlib_small_jll."0.9.6+0"] -libraries = ["libcbf_small"] - - [[CBFlib_small_jll."0.9.6+0".sources]] - hash = "d49aa5dd8802da4b584bd8f6db5ce6491fd2f2c4" - repo = "https://github.com/jamesrhester/cbflib.git" - -[CBQN_jll."2022.11.8+0"] -libraries = ["libcbqn"] - - [[CBQN_jll."2022.11.8+0".sources]] - hash = "4f9af9965c8c8fbb90b79168fa529ebe4124622c" - repo = "https://github.com/dzaima/CBQN.git" - [[CBQN_jll."2022.11.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f47234c6c33215e320ac133a462d031bae4ca527//C/CBQN/./bundled" - -[CDE_jll."1.0.0+0"] -executables = ["cde"] - - [[CDE_jll."1.0.0+0".sources]] - hash = "049cd0d2da73a0c5bb340ebdb9a78e35348fe49a" - repo = "https://github.com/HabershonLab/cde" - -[CDE_jll."1.0.1+0"] -executables = ["cde"] - - [[CDE_jll."1.0.1+0".sources]] - hash = "6ff939817769fc4da20f82baafd2d92f4a47e211" - repo = "https://github.com/HabershonLab/cde" - -[CDE_jll."1.0.2+0"] -executables = ["cde"] - - [[CDE_jll."1.0.2+0".sources]] - hash = "ac632896a99b284d96eb6bfb66bf48068acac209" - repo = "https://github.com/HabershonLab/cde" - -[CFITSIO_jll."3.47.0+0"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."3.47.0+0".sources]] - hash = "418516f10ee1e0f1b520926eeca6b77ce639bed88804c7c545e74f26b3edf4ef" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.47.tar.gz" - [[CFITSIO_jll."3.47.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2348ffead948edc0dc2d1166a0fe0924aa6cd585//C/CFITSIO/./bundled" - -[CFITSIO_jll."3.47.0+1"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."3.47.0+1".sources]] - hash = "418516f10ee1e0f1b520926eeca6b77ce639bed88804c7c545e74f26b3edf4ef" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.47.tar.gz" - [[CFITSIO_jll."3.47.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d22a3fb026e68965f007138bca07d43d79b209ef//C/CFITSIO/./bundled" - -[CFITSIO_jll."3.48.0+0"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."3.48.0+0".sources]] - hash = "91b48ffef544eb8ea3908543052331072c99bf09ceb139cb3c6977fc3e47aac1" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.48.tar.gz" - [[CFITSIO_jll."3.48.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e901578b73a7ed3633c87452d53b8db7e13f659e//C/CFITSIO/./bundled" - -[CFITSIO_jll."3.49.0+0"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."3.49.0+0".sources]] - hash = "5b65a20d5c53494ec8f638267fca4a629836b7ac8dd0ef0266834eab270ed4b3" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.49.tar.gz" - [[CFITSIO_jll."3.49.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/692a2d8c2ddb590f5e77000c0fbf979d4beb9b69//C/CFITSIO/./bundled" - -[CFITSIO_jll."3.49.1+0"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."3.49.1+0".sources]] - hash = "5b65a20d5c53494ec8f638267fca4a629836b7ac8dd0ef0266834eab270ed4b3" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.49.tar.gz" - [[CFITSIO_jll."3.49.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7c6cfed32b546cff6a7ef4873da4eb81895faea1//C/CFITSIO/./bundled" - -[CFITSIO_jll."4.0.0+0"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."4.0.0+0".sources]] - hash = "b2a8efba0b9f86d3e1bd619f662a476ec18112b4f27cc441cc680a4e3777425e" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.0.0.tar.gz" - [[CFITSIO_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/48a43e5a3b9771c6fa9db0bd90dfb80e4f334b06//C/CFITSIO/./bundled" - -[CFITSIO_jll."4.3.1+0"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."4.3.1+0".sources]] - hash = "47a7c8ee05687be1e1d8eeeb94fb88f060fbf3cd8a4df52ccb88d5eb0f5062be" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.3.1.tar.gz" - [[CFITSIO_jll."4.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/17d072cf23879c47ef388373c920c15c349a3155//C/CFITSIO/./bundled" - -[CFITSIO_jll."4.3.1+1"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."4.3.1+1".sources]] - hash = "47a7c8ee05687be1e1d8eeeb94fb88f060fbf3cd8a4df52ccb88d5eb0f5062be" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.3.1.tar.gz" - [[CFITSIO_jll."4.3.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e320f050a68cc55fe7d880954a671b7b9bffca54//C/CFITSIO/./bundled" - -[CFITSIO_jll."4.4.0+0"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."4.4.0+0".sources]] - hash = "95900cf95ae760839e7cb9678a7b2fad0858d6ac12234f934bd1cb6bfc246ba9" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.4.0.tar.gz" - [[CFITSIO_jll."4.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aeac0c8fd29d88f82a4499a45284a51e85415ed6//C/CFITSIO/./bundled" - -[CFITSIO_jll."4.6.2+0"] -executables = ["fpack", "funpack", "fitscopy", "fitsverify", "imcopy"] -libraries = ["libcfitsio"] - - [[CFITSIO_jll."4.6.2+0".sources]] - hash = "66fd078cc0bea896b0d44b120d46d6805421a5361d3a5ad84d9f397b1b5de2cb" - url = "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.6.2.tar.gz" - -[CGAL_jll."5.0.0+0"] -libraries = ["libCGAL", "libCGAL_Core"] - - [[CGAL_jll."5.0.0+0".sources]] - hash = "e1e7e932988c5d149aa471c1afd69915b7603b5b31b9b317a0debb20ecd42dcc" - url = "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-5.0/CGAL-5.0.tar.xz" - -[CGAL_jll."5.0.0+1"] -libraries = ["libCGAL", "libCGAL_Core"] - - [[CGAL_jll."5.0.0+1".sources]] - hash = "e1e7e932988c5d149aa471c1afd69915b7603b5b31b9b317a0debb20ecd42dcc" - url = "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-5.0/CGAL-5.0.tar.xz" - -[CGAL_jll."5.0.0+2"] -libraries = ["libCGAL", "libCGAL_Core", "libCGAL_ImageIO"] - - [[CGAL_jll."5.0.0+2".sources]] - hash = "e1e7e932988c5d149aa471c1afd69915b7603b5b31b9b317a0debb20ecd42dcc" - url = "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-5.0/CGAL-5.0.tar.xz" - -[CGAL_jll."5.0.1+0"] -libraries = ["libCGAL", "libCGAL_Core", "libCGAL_ImageIO"] - - [[CGAL_jll."5.0.1+0".sources]] - hash = "66021111fe536268d044e5e01bd26e691d7b493c217a1ca4d9427284dd4b2a02" - url = "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-5.0.1/CGAL-5.0.1.tar.xz" - -[CGAL_jll."5.0.1+1"] -libraries = ["libCGAL", "libCGAL_Core", "libCGAL_ImageIO"] - - [[CGAL_jll."5.0.1+1".sources]] - hash = "66021111fe536268d044e5e01bd26e691d7b493c217a1ca4d9427284dd4b2a02" - url = "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-5.0.1/CGAL-5.0.1.tar.xz" - -[CGAL_jll."5.0.2+0"] -libraries = ["libCGAL", "libCGAL_Core", "libCGAL_ImageIO"] - - [[CGAL_jll."5.0.2+0".sources]] - hash = "bb3594ba390735404f0972ece301f369b1ff12646ad25e48056b4d49c976e1fa" - url = "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-5.0.2/CGAL-5.0.2.tar.xz" - -[CGAL_jll."5.0.2+1"] -libraries = ["libCGAL", "libCGAL_Core", "libCGAL_ImageIO"] - - [[CGAL_jll."5.0.2+1".sources]] - hash = "bb3594ba390735404f0972ece301f369b1ff12646ad25e48056b4d49c976e1fa" - url = "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-5.0.2/CGAL-5.0.2.tar.xz" - -[CGAL_jll."5.0.3+0"] -libraries = ["libCGAL", "libCGAL_Core", "libCGAL_ImageIO"] - - [[CGAL_jll."5.0.3+0".sources]] - hash = "e5a3672e35e5e92e3c1b4452cd3c1d554f3177dc512bd98b29edf21866a4288c" - url = "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-5.0.3/CGAL-5.0.3.tar.xz" - -[CGAL_jll."5.2.0+0"] -libraries = ["libCGAL", "libCGAL_Core", "libCGAL_ImageIO"] - - [[CGAL_jll."5.2.0+0".sources]] - hash = "744c86edb6e020ab0238f95ffeb9cf8363d98cde17ebb897d3ea93dac4145923" - url = "https://github.com/CGAL/cgal/releases/download/v5.2/CGAL-5.2.tar.xz" - -[CGAL_jll."5.2.1+0"] -libraries = ["libCGAL", "libCGAL_Core", "libCGAL_ImageIO"] - - [[CGAL_jll."5.2.1+0".sources]] - hash = "390aa87c4f21609c19397c4b14abb5ccad3edd1e33933a0089b266f67ce7b111" - url = "https://github.com/CGAL/cgal/releases/download/v5.2.1/CGAL-5.2.1-library.tar.xz" - -[[CGAL_jll."5.3.0+0".sources]] -hash = "2c242e3f27655bc80b34e2fa5e32187a46003d2d9cd7dbec8fbcbc342cea2fb6" -url = "https://github.com/CGAL/cgal/releases/download/v5.3/CGAL-5.3.tar.xz" - -[[CGAL_jll."5.3.0+1".sources]] -hash = "2c242e3f27655bc80b34e2fa5e32187a46003d2d9cd7dbec8fbcbc342cea2fb6" -url = "https://github.com/CGAL/cgal/releases/download/v5.3/CGAL-5.3.tar.xz" - -[[CGAL_jll."5.5.0+0".sources]] -hash = "98ac395ca08aacf38b7a8170a822b650aedf10355df41dd0e4bfb238408e08a6" -url = "https://github.com/CGAL/cgal/releases/download/v5.5/CGAL-5.5.tar.xz" - -[[CGAL_jll."5.5.2+0".sources]] -hash = "8a3184a1a82c3e7d737656bfa4950471c369a4b9" -repo = "https://github.com/CGAL/cgal.git" - -[CGNS_jll."4.3.0+0"] -executables = ["cgnscheck", "cgnscompress", "cgnsconvert", "cgnsdiff", "cgnslist", "cgnsnames"] -libraries = ["libcgns"] - - [[CGNS_jll."4.3.0+0".sources]] - hash = "7709eb7d99731dea0dd1eff183f109eaef8d9556624e3fbc34dc5177afc0a032" - url = "https://github.com/CGNS/CGNS/archive/refs/tags/v4.3.0.tar.gz" - -[CGNS_jll."4.3.1+0"] -executables = ["cgnscheck", "cgnscompress", "cgnsconvert", "cgnsdiff", "cgnslist", "cgnsnames"] -libraries = ["libcgns"] - - [[CGNS_jll."4.3.1+0".sources]] - hash = "ec538ac11dbaff510464a831ef094b0d6bf7216c" - repo = "https://github.com/CGNS/CGNS.git" - -[CGNS_jll."4.5.0+0"] -executables = ["cgnscheck", "cgnscompress", "cgnsconvert", "cgnsdiff", "cgnslist", "cgnsnames"] -libraries = ["libcgns"] - - [[CGNS_jll."4.5.0+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - - [[CGNS_jll."4.5.0+0".sources]] - hash = "c64b4abf7f5e9ca28c1afa3a4609efca961cee02" - repo = "https://github.com/CGNS/CGNS.git" - -[CHiPPS_BLIS_jll."0.9400.801+0"] -executables = ["blis"] -libraries = ["libBlis"] - - [[CHiPPS_BLIS_jll."0.9400.801+0".sources]] - hash = "0ad6d4530d48e3b5f417a3407f5f2e8605145b50" - repo = "https://github.com/coin-or/CHiPPS-BLIS.git" - -[CHiPPS_BLIS_jll."0.9400.802+0"] -executables = ["blis"] -libraries = ["libBlis"] - - [[CHiPPS_BLIS_jll."0.9400.802+0".sources]] - hash = "0ad6d4530d48e3b5f417a3407f5f2e8605145b50" - repo = "https://github.com/coin-or/CHiPPS-BLIS.git" - -[CImGuiPack_jll."0.1.1+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.1.1+0".sources]] - hash = "156ecc27a1b9cf5281da9a121874cdd94c643fd9" - repo = "https://github.com/Gnimuc/cimgui-pack.git" - -[CImGuiPack_jll."0.1.2+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.1.2+0".sources]] - hash = "ecc93265e2f0f916462a2bef427f5f6b024ad6b2" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.1.3+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.1.3+0".sources]] - hash = "af96d7d92c8b430af35e4b87c1260b234ccf9b5a" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.2.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.2.0+0".sources]] - hash = "af96d7d92c8b430af35e4b87c1260b234ccf9b5a" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.3.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.10" - - [[CImGuiPack_jll."0.3.0+0".sources]] - hash = "664b68d2f5d33581e6c2912e74956fcdf653ff86" - repo = "https://github.com/Gnimuc/CImGui.jl.git" - -[CImGuiPack_jll."0.4.0+0"] -files = ["share/compile_commands.json", "share/cimgui/definitions.json", "share/cimgui/impl_definitions.json", "share/cimgui/structs_and_enums.json", "share/cimgui/typedefs_dict.json", "share/cimplot/definitions.json", "share/cimplot/structs_and_enums.json", "share/cimplot/typedefs_dict.json", "share/cimnodes/definitions.json", "share/cimnodes/structs_and_enums.json", "share/cimnodes/typedefs_dict.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.4.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.10" - - [[CImGuiPack_jll."0.4.0+0".sources]] - hash = "944e72c2388c4f5c25bf5a35b7479e24fc7f5045" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.5.0+0"] -files = ["share/compile_commands.json", "share/cimgui/definitions.json", "share/cimgui/impl_definitions.json", "share/cimgui/structs_and_enums.json", "share/cimgui/typedefs_dict.json", "share/cimplot/definitions.json", "share/cimplot/structs_and_enums.json", "share/cimplot/typedefs_dict.json", "share/cimnodes/definitions.json", "share/cimnodes/structs_and_enums.json", "share/cimnodes/typedefs_dict.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.5.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.10" - - [[CImGuiPack_jll."0.5.0+0".sources]] - hash = "da3736cf78036fcbfa4de79d91da4442b8793ffa" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.6.0+0"] -files = ["share/compile_commands.json", "share/cimgui/definitions.json", "share/cimgui/impl_definitions.json", "share/cimgui/structs_and_enums.json", "share/cimgui/typedefs_dict.json", "share/cimplot/definitions.json", "share/cimplot/structs_and_enums.json", "share/cimplot/typedefs_dict.json", "share/cimnodes/definitions.json", "share/cimnodes/structs_and_enums.json", "share/cimnodes/typedefs_dict.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.6.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.10" - - [[CImGuiPack_jll."0.6.0+0".sources]] - hash = "f6cfeccce17598c018617193437ca0904c302752" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.7.0+0"] -files = ["share/compile_commands.json", "share/cimgui/definitions.json", "share/cimgui/impl_definitions.json", "share/cimgui/structs_and_enums.json", "share/cimgui/typedefs_dict.json", "share/cimplot/definitions.json", "share/cimplot/structs_and_enums.json", "share/cimplot/typedefs_dict.json", "share/cimnodes/definitions.json", "share/cimnodes/structs_and_enums.json", "share/cimnodes/typedefs_dict.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.7.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[CImGuiPack_jll."0.7.0+0".sources]] - hash = "98a11d0bbf6bacf226d00a62daaad9a13247f018" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.7.1+0"] -files = ["share/compile_commands.json", "share/cimgui/definitions.json", "share/cimgui/impl_definitions.json", "share/cimgui/structs_and_enums.json", "share/cimgui/typedefs_dict.json", "share/cimplot/definitions.json", "share/cimplot/structs_and_enums.json", "share/cimplot/typedefs_dict.json", "share/cimnodes/definitions.json", "share/cimnodes/structs_and_enums.json", "share/cimnodes/typedefs_dict.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.7.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[CImGuiPack_jll."0.7.1+0".sources]] - hash = "cb6b62c98883bff410faff7464d11af77ab967da" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.8.0+0"] -files = ["share/compile_commands.json", "share/cimgui/definitions.json", "share/cimgui/impl_definitions.json", "share/cimgui/structs_and_enums.json", "share/cimgui/typedefs_dict.json", "share/cimplot/definitions.json", "share/cimplot/structs_and_enums.json", "share/cimplot/typedefs_dict.json", "share/cimnodes/definitions.json", "share/cimnodes/structs_and_enums.json", "share/cimnodes/typedefs_dict.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.8.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - - [[CImGuiPack_jll."0.8.0+0".sources]] - hash = "c715ad63e3aa8d642743750d905ab9cfef747790" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.9.0+0"] -files = ["share/compile_commands.json", "share/cimgui/definitions.json", "share/cimgui/impl_definitions.json", "share/cimgui/structs_and_enums.json", "share/cimgui/typedefs_dict.json", "share/cimplot/definitions.json", "share/cimplot/structs_and_enums.json", "share/cimplot/typedefs_dict.json", "share/cimnodes/definitions.json", "share/cimnodes/structs_and_enums.json", "share/cimnodes/typedefs_dict.json", "share/cimgui_test_engine/definitions.json", "share/cimgui_test_engine/structs_and_enums.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.9.0+0".sources]] - hash = "291c0562aec49741ae534583ade631eb2e9a7936" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGuiPack_jll."0.10.0+0"] -files = ["share/compile_commands.json", "share/cimgui/definitions.json", "share/cimgui/impl_definitions.json", "share/cimgui/structs_and_enums.json", "share/cimgui/typedefs_dict.json", "share/cimplot/definitions.json", "share/cimplot/structs_and_enums.json", "share/cimplot/typedefs_dict.json", "share/cimnodes/definitions.json", "share/cimnodes/structs_and_enums.json", "share/cimnodes/typedefs_dict.json", "share/cimgui_test_engine/definitions.json", "share/cimgui_test_engine/structs_and_enums.json"] -libraries = ["libcimgui"] - - [[CImGuiPack_jll."0.10.0+0".sources]] - hash = "e5ac55e7d02d3a52292c8197de5a049037d5e234" - repo = "https://github.com/JuliaImGui/cimgui-pack.git" - -[CImGui_jll."1.74.0+0"] -libraries = ["libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.74.0+0".sources]] - hash = "bdce8336364595d1a446957a6164c97363349a53" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.74.0+0".sources]] - hash = "d9e1d9a80d621cd96d9900ac340092853100416f" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.74.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5d0826454975122da6b4bc28711a34720762f16a//C/CImGui/./bundled" - -[CImGui_jll."1.75.0+0"] -libraries = ["libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.75.0+0".sources]] - hash = "58b3e02b95b4c7c5bb9128a28c6d55546501bf93" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.75.0+0".sources]] - hash = "c5eea0b2dbfb2fc763292c410aba69a72eccfc4f" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.75.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c80e19ef496c78c47213dee23f5f0d74fb1303d//C/CImGui/./bundled" - -[CImGui_jll."1.75.0+1"] -files = ["share/compile_commands.json"] -libraries = ["libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.75.0+1".sources]] - hash = "58b3e02b95b4c7c5bb9128a28c6d55546501bf93" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.75.0+1".sources]] - hash = "c5eea0b2dbfb2fc763292c410aba69a72eccfc4f" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.75.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8a539b82a3acc7b32c53b9d2b288175ba408b014//C/CImGui/./bundled" - -[CImGui_jll."1.75.0+2"] -files = ["share/compile_commands.json"] -libraries = ["libimgui-cpp", "libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.75.0+2".sources]] - hash = "58b3e02b95b4c7c5bb9128a28c6d55546501bf93" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.75.0+2".sources]] - hash = "c5eea0b2dbfb2fc763292c410aba69a72eccfc4f" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.75.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e9ca54bc66b8b858894d4864f6a448526672d221//C/CImGui/./bundled" - -[CImGui_jll."1.76.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.76.0+0".sources]] - hash = "5503c0a12e0c929e84b3f61b2cb4bb9177ea3da1" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.76.0+0".sources]] - hash = "be187bcdc43b124250f7c0f6b4c216a4094053b1" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.76.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/faf8816e70ed98e52780cfd9f8942dc8ada62ce6//C/CImGui/./bundled" - -[CImGui_jll."1.76.0+1"] -files = ["share/compile_commands.json"] -libraries = ["libimgui-cpp", "libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.76.0+1".sources]] - hash = "5503c0a12e0c929e84b3f61b2cb4bb9177ea3da1" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.76.0+1".sources]] - hash = "be187bcdc43b124250f7c0f6b4c216a4094053b1" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.76.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fae2bd36f5a6c450b54b8aee9cb33d7536be9aca//C/CImGui/./bundled" - -[CImGui_jll."1.77.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libimgui-cpp", "libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.77.0+0".sources]] - hash = "9418dcb69355558f70de260483424412c5ca2fce" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.77.0+0".sources]] - hash = "bc3bc4583d0e857c05d0d76e9275c7a0652108f1" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.77.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e0e092bddff68fa1afedf7fd64d17fc1d478676//C/CImGui/./bundled" - -[CImGui_jll."1.78.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libimgui-cpp", "libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.78.0+0".sources]] - hash = "95c99aaa4be611716093edcb6b01146ab9483f30" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.78.0+0".sources]] - hash = "90ddbc37b02679597af05d264265434f113fa185" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.78.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e3cc59fd716ac1d2aa38d038c3b7747c6f9364c0//C/CImGui/./bundled" - -[CImGui_jll."1.79.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libimgui-cpp", "libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.79.0+0".sources]] - hash = "e5cb04b132cba94f902beb6186cb58b864777012" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.79.0+0".sources]] - hash = "c0d36ab1d657cfd73ec204a4b0c86ee989e2b72b" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.79.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3ee64e6aaf631c4836bf5e9d358c3c4d47cc1f91//C/CImGui/./bundled" - -[CImGui_jll."1.79.1+0"] -files = ["share/compile_commands.json"] -libraries = ["libimgui-cpp", "libcimgui", "libcimgui_helper"] - - [[CImGui_jll."1.79.1+0".sources]] - hash = "e5cb04b132cba94f902beb6186cb58b864777012" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.79.1+0".sources]] - hash = "c0d36ab1d657cfd73ec204a4b0c86ee989e2b72b" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.79.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4f606ec4f92ca476b73e4e7e37e12cc1da7b4168//C/CImGui/./bundled" - -[CImGui_jll."1.82.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libimgui-cpp", "libcimgui"] - - [[CImGui_jll."1.82.0+0".sources]] - hash = "64aab8480a5643cec1880af17931963a90a8f990" - repo = "https://github.com/ocornut/imgui.git" - [[CImGui_jll."1.82.0+0".sources]] - hash = "83f729b09313749a56948604c4bc13492ac47e00" - repo = "https://github.com/cimgui/cimgui.git" - [[CImGui_jll."1.82.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/de1542f3ce8dacea3bdf4411b358ae95f7b8d866//C/CImGui/./bundled" - -[CImPlot_jll."0.0.1+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimplot"] - - [[CImPlot_jll."0.0.1+0".sources]] - hash = "8799c69b20081a744f44bb1ff9d39f6c8d8f23a1" - repo = "https://github.com/cimgui/cimplot.git" - [[CImPlot_jll."0.0.1+0".sources]] - hash = "1353014bce7d330e612529cb6193d811281eabac" - repo = "https://github.com/epezent/implot.git" - [[CImPlot_jll."0.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/68153f1cdf58de5032230cb7e66643c5c74707df//C/CImPlot/./bundled" - -[CImPlot_jll."0.3.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimplot"] - - [[CImPlot_jll."0.3.0+0".sources]] - hash = "929f61d27b8b4e3c899b2a386679a7f4a82826ce" - repo = "https://github.com/cimgui/cimplot.git" - [[CImPlot_jll."0.3.0+0".sources]] - hash = "b95b23fec80dfe547da8905b570a9db30becf904" - repo = "https://github.com/epezent/implot.git" - [[CImPlot_jll."0.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4912025f5eafb35428e4afe04e53f31ab16ef43e//C/CImPlot/./bundled" - -[CImPlot_jll."0.4.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimplot"] - - [[CImPlot_jll."0.4.0+0".sources]] - hash = "e797b3f3a537f8d9efb83c6df3c1a6cdb0833013" - repo = "https://github.com/cimgui/cimplot.git" - [[CImPlot_jll."0.4.0+0".sources]] - hash = "5c9679c2abf77825c5c7a2b228a773a506754c50" - repo = "https://github.com/epezent/implot.git" - [[CImPlot_jll."0.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f7eace55f992138e045cc71f4a271347252d876e//C/CImPlot/./bundled" - -[CImPlot_jll."0.8.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimplot"] - - [[CImPlot_jll."0.8.0+0".sources]] - hash = "5672fa2a16dcd6cd93a4faa8a72f3f14f986bb48" - repo = "https://github.com/cimgui/cimplot.git" - [[CImPlot_jll."0.8.0+0".sources]] - hash = "a9d334791563cdaf9bd0bf7f9899a67bcd03179b" - repo = "https://github.com/epezent/implot.git" - [[CImPlot_jll."0.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bfc448f554a3f9c3370ca840ecb258ce9aa1915e//C/CImPlot/./bundled" - -[CImPlot_jll."0.9.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libcimplot"] - - [[CImPlot_jll."0.9.0+0".sources]] - hash = "2b8e6479899a1eb39e9ce2c42f3735c774f3c723" - repo = "https://github.com/cimgui/cimplot.git" - [[CImPlot_jll."0.9.0+0".sources]] - hash = "95a530f05c267513d044b5ae41bce14883f8a407" - repo = "https://github.com/epezent/implot.git" - [[CImPlot_jll."0.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/45438212101191fee6a8e7b528beb06b112a9984//C/CImPlot/./bundled" - -[CJieba_jll."0.3.0+0"] -files = ["share/dict/hmm_model.utf8", "share/dict/idf.utf8", "share/dict/jieba.dict.utf8", "share/dict/stop_words.utf8", "share/dict/user.dict.utf8"] -libraries = ["libcjieba"] - - [[CJieba_jll."0.3.0+0".sources]] - hash = "1db462d33255aff08802c248b6d6e59202b5619e" - repo = "https://github.com/yanyiwu/cjieba.git" - -[CLFFT_jll."2.12.2+0"] -libraries = ["libclFFT"] - - [[CLFFT_jll."2.12.2+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2022.9.23" - - [[CLFFT_jll."2.12.2+0".sources]] - hash = "1e4833f060976971c4df4b54b1b9ad1620aaf1fb" - repo = "https://github.com/clMathLibraries/clFFT.git" - [[CLFFT_jll."2.12.2+0".sources]] - hash = "b78e80258bd5dd41572dfad8f4c8fe3b0192d7d4f3bdaa85aae2d59f61184a88" - url = "https://patch-diff.githubusercontent.com/raw/clMathLibraries/clFFT/pull/245.patch" - -[CLIME_jll."1.3.1+0"] -executables = ["lime_pack", "lime_extract_record", "lime_extract_type", "lime_unpack", "lime_contents"] - - [[CLIME_jll."1.3.1+0".sources]] - hash = "d191881d845b6074b4e5b106d9c604cef599edc4" - repo = "https://github.com/usqcd-software/c-lime.git" - -[CLIME_jll."1.3.2+0"] -executables = ["lime_pack", "lime_extract_record", "lime_extract_type", "lime_unpack", "lime_contents"] - - [[CLIME_jll."1.3.2+0".sources]] - hash = "d191881d845b6074b4e5b106d9c604cef599edc4" - repo = "https://github.com/usqcd-software/c-lime.git" - -[CLN_jll."1.3.6+0"] -executables = ["pi"] -libraries = ["libcln"] - - [[CLN_jll."1.3.6+0".sources]] - hash = "d4621667b173aa197a2b23d63f561648c0ee2968" - repo = "git://www.ginac.de/cln.git" - -[CMake_jll."3.17.1+0"] -executables = ["cmake"] - - [[CMake_jll."3.17.1+0".sources]] - hash = "3aa9114485da39cbd9665a0bfe986894a282d5f0882b1dea960a739496620727" - url = "https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1.tar.gz" - -[CMake_jll."3.19.2+0"] -executables = ["cmake"] - - [[CMake_jll."3.19.2+0".sources]] - hash = "e3e0fd3b23b7fb13e1a856581078e0776ffa2df4e9d3164039c36d3315e0c7f0" - url = "https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2.tar.gz" - -[CMake_jll."3.22.2+0"] -executables = ["cmake"] - - [[CMake_jll."3.22.2+0".sources]] - hash = "3c1c478b9650b107d452c5bd545c72e2fad4e37c09b89a1984b9a2f46df6aced" - url = "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz" - -[CMake_jll."3.23.3+0"] -executables = ["cmake"] - - [[CMake_jll."3.23.3+0".sources]] - hash = "06fefaf0ad94989724b56f733093c2623f6f84356e5beb955957f9ce3ee28809" - url = "https://github.com/Kitware/CMake/releases/download/v3.23.3/cmake-3.23.3.tar.gz" - -[CMake_jll."3.24.3+0"] -executables = ["cmake"] - - [[CMake_jll."3.24.3+0".sources]] - hash = "c974557598645360fbabac71352b083117e3cc17" - repo = "https://github.com/Kitware/CMake" - -[CMake_jll."3.28.1+0"] -executables = ["cmake"] - - [[CMake_jll."3.28.1+0".sources]] - hash = "1eed682d7cca9bb2c2b0709a6c3202a3b08613b2" - repo = "https://github.com/Kitware/CMake" - -[CMake_jll."3.29.3+0"] -executables = ["cmake"] - - [[CMake_jll."3.29.3+0".sources]] - hash = "b39fb31bf411c3925bd937f8cffbc471c2588c34" - repo = "https://github.com/Kitware/CMake" - -[CMake_jll."3.29.3+1"] -executables = ["cmake"] - - [[CMake_jll."3.29.3+1".sources]] - hash = "b39fb31bf411c3925bd937f8cffbc471c2588c34" - repo = "https://github.com/Kitware/CMake" - [[CMake_jll."3.29.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/667ec5cba62eb585289d8345de21342f85c70331//C/CMake/bundled/" - -[CMake_jll."3.30.2+0"] -executables = ["cmake"] - - [[CMake_jll."3.30.2+0".sources]] - hash = "d88682dff6bf053e5bbdc10accf5d6825303e656" - repo = "https://github.com/Kitware/CMake" - -[CMake_jll."3.31.3+0"] -executables = ["cmake"] - - [[CMake_jll."3.31.3+0".sources]] - hash = "41abd532b64f178017ed4ffdbdb5af42d9056a8d" - repo = "https://github.com/Kitware/CMake" - -[CMake_jll."3.31.5+0"] -executables = ["cmake"] - - [[CMake_jll."3.31.5+0".sources]] - hash = "9fe70fd76412f41ab2bec24ba42b081b48691961" - repo = "https://github.com/Kitware/CMake" - -[CMake_jll."3.31.6+0"] -executables = ["cmake"] - - [[CMake_jll."3.31.6+0".sources]] - hash = "859ca5c4d7396a011a462878179bc173e1283731" - repo = "https://github.com/Kitware/CMake" - -[COINBLAS_jll."1.4.8+0"] -libraries = ["libcoinblas"] - - [[COINBLAS_jll."1.4.8+0".sources]] - hash = "d229cc63c8780dfd69285a2e2fe1ef688b982d8d" - repo = "https://github.com/coin-or-tools/ThirdParty-Blas.git" - [[COINBLAS_jll."1.4.8+0".sources]] - hash = "6b149acb304bf6fa0d8c468a03b1f67baaf981916b016bc32db018fa512e4f88" - url = "https://github.com/coin-or-tools/BuildTools/archive/releases/0.8.10.tar.gz" - [[COINBLAS_jll."1.4.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c56d5b7df49d360b8da8d54c0a113c675649cd9//C/COINBLAS/./bundled" - -[COSMA_jll."2.2.0+0"] -libraries = ["libgrid2grid", "libcosma"] - - [[COSMA_jll."2.2.0+0".sources]] - hash = "1eb92a98110df595070a12193b9221eecf9d103ced8836c960f6c79a2bd553ca" - url = "https://github.com/eth-cscs/COSMA/releases/download/v2.2.0/cosma.tar.gz" - -[COSMA_jll."2.5.1+0"] -libraries = ["libcosma"] - - [[COSMA_jll."2.5.1+0".sources]] - hash = "085b7787597374244bbb1eb89bc69bf58c35f6c85be805e881e1c0b25166c3ce" - url = "https://github.com/eth-cscs/COSMA/releases/download/v2.5.1/COSMA-v2.5.1.tar.gz" - -[COSMA_jll."2.5.2+0"] -libraries = ["libcosma"] - - [[COSMA_jll."2.5.2+0".sources]] - hash = "085b7787597374244bbb1eb89bc69bf58c35f6c85be805e881e1c0b25166c3ce" - url = "https://github.com/eth-cscs/COSMA/releases/download/v2.5.1/COSMA-v2.5.1.tar.gz" - -[COSTA_jll."2.2.2+0"] -libraries = ["libcosta"] - - [[COSTA_jll."2.2.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.28.1" - - [[COSTA_jll."2.2.2+0".sources]] - hash = "bb84528d023db9a6b00ad729fb44b8c3cef8c981" - repo = "https://github.com/eth-cscs/COSTA/" - -[CPUInfo_jll."0.0.20200122+0"] -libraries = ["libcpuinfo"] - - [[CPUInfo_jll."0.0.20200122+0".sources]] - hash = "0e6bde92b343c5fbcfe34ecd41abf9515d54b4a7" - repo = "https://github.com/pytorch/cpuinfo.git" - [[CPUInfo_jll."0.0.20200122+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7ec09890f784ff1182b1651361017d8541d7388a//C/CPUInfo/./bundled" - -[CPUInfo_jll."0.0.20200228+0"] -libraries = ["libcpuinfo"] - - [[CPUInfo_jll."0.0.20200228+0".sources]] - hash = "d6c0f915ee737f961915c9d17f1679b6777af207" - repo = "https://github.com/pytorch/cpuinfo.git" - [[CPUInfo_jll."0.0.20200228+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9bd6f22edf9fe83632be399867127adb95352a42//C/CPUInfo/./bundled" - -[CPUInfo_jll."0.0.20200522+0"] -libraries = ["libcpuinfo"] - - [[CPUInfo_jll."0.0.20200522+0".sources]] - hash = "19b9316c71e4e45b170a664bf62ddefd7ac9feb5" - repo = "https://github.com/pytorch/cpuinfo.git" - -[CPUInfo_jll."0.0.20200612+0"] -libraries = ["libcpuinfo"] - - [[CPUInfo_jll."0.0.20200612+0".sources]] - hash = "63b254577ed77a8004a9be6ac707f3dccc4e1fd9" - repo = "https://github.com/pytorch/cpuinfo.git" - -[CPUInfo_jll."0.0.20201217+0"] -libraries = ["libcpuinfo"] - - [[CPUInfo_jll."0.0.20201217+0".sources]] - hash = "5916273f79a21551890fd3d56fc5375a78d1598d" - repo = "https://github.com/pytorch/cpuinfo.git" - -[CPUInfo_jll."0.0.20250626+0"] -executables = ["isa-info", "cpu-info", "cache-info"] -libraries = ["libcpuinfo"] - - [[CPUInfo_jll."0.0.20250626+0".sources]] - hash = "e4cadd02a8b386c38b84f0a19eddacec3f433baa" - repo = "https://github.com/pytorch/cpuinfo.git" - -[CRlibm_jll."1.0.0+0"] -libraries = ["libcrlibm"] - - [[CRlibm_jll."1.0.0+0".sources]] - hash = "6836b4299f9421c99da2bdcd5e04a8d35577db4eb61161a401aa93751a96375d" - url = "https://github.com/JuliaIntervals/CRlibm.jl/raw/368ccdebd57e7a7cc96d47ab6b08e7a597495ff2/deps/src/crlibm-1.0beta4.tar.gz" - [[CRlibm_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dba75e3eb012da58f7e76e5eff399bf3cfbe0d51//C/CRlibm/./bundled" - -[CRlibm_jll."1.0.1+0"] -libraries = ["libcrlibm"] - - [[CRlibm_jll."1.0.1+0".sources]] - hash = "6836b4299f9421c99da2bdcd5e04a8d35577db4eb61161a401aa93751a96375d" - url = "https://github.com/JuliaIntervals/CRlibm.jl/raw/368ccdebd57e7a7cc96d47ab6b08e7a597495ff2/deps/src/crlibm-1.0beta4.tar.gz" - [[CRlibm_jll."1.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/960c08aa438d8186ff8651eb2bc6dbe74340ca65//C/CRlibm/./bundled" - -[CSB_jll."1.0.0+0"] -libraries = ["libcsb"] - - [[CSB_jll."1.0.0+0".sources]] - hash = "ccab7d424fd7e5bfee4ebdb750dfa219228c7a56" - repo = "https://github.com/fcdimitr/CSB.git" - -[CSDP_jll."6.2.0+0"] -executables = ["csdp"] - - [[CSDP_jll."6.2.0+0".sources]] - hash = "e1586e0413ef236b19abe5202f7e8392f3dd4614" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/809f2a113f05d1fb4356851980bd351a770ccf3a//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+1"] -executables = ["csdp"] - - [[CSDP_jll."6.2.0+1".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e16fe57d100899f2b9045c0a54c2093bba5e757//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+2"] -executables = ["csdp"] -libraries = ["libcsdp"] - - [[CSDP_jll."6.2.0+2".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8cd226c8749be8a40b0d19db706b11be05e77ff7//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+3"] -executables = ["csdp"] -libraries = ["libcsdp"] - - [[CSDP_jll."6.2.0+3".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/15ffe930b12b47de4878c2840426deaea42e2a1b//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+4"] -executables = ["csdp"] -libraries = ["libcsdp"] - - [[CSDP_jll."6.2.0+4".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f8168adcfadd690733f182997dbf04c6d43c91f3//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+5"] -libraries = ["libcsdp"] - - [[CSDP_jll."6.2.0+5".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9ea44253feab7dcc642fd1834eca82e9d151af77//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+6"] -libraries = ["libcsdp"] - - [[CSDP_jll."6.2.0+6".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/01c194bff96e3e111d5f7251942c6c9d8c2080b6//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+7"] -libraries = ["libcsdp"] - - [[CSDP_jll."6.2.0+7".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/434b257e528f025c58a4668e0cbcd614e9194dbe//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+8"] -libraries = ["libcsdp"] - - [[CSDP_jll."6.2.0+8".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d7de08ca63795ce6c06640d3b8395019876dcbe3//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+9"] -libraries = ["libcsdp"] - - [[CSDP_jll."6.2.0+9".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2a5c993f7944c27b0a445155afad8280f5831795//./C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."6.2.0+10"] -libraries = ["libcsdp"] - - [[CSDP_jll."6.2.0+10".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."6.2.0+10".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9abb049d5a76d962c5ca65ae091d0c2cccfb2887//C/Coin-OR/CSDP/./bundled" - -[CSDP_jll."600.200.1+0"] -libraries = ["libcsdp"] - - [[CSDP_jll."600.200.1+0".sources]] - hash = "0dcf187a159c365b6d4e4e0ed5849f7b706da408" - repo = "https://github.com/coin-or/Csdp.git" - [[CSDP_jll."600.200.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3fa7e16ef6fdc96f0a1fbeef007824f4f3685c5c//C/Coin-OR/CSDP/./bundled" - -[CSFML_jll."2.5.0+0"] -libraries = ["libcsfml-graphics", "csfml-graphics", "libcsfml-system", "csfml-system", "libcsfml-network", "csfml-network", "libcsfml-window", "csfml-window", "libcsfml-audio", "csfml-audio"] - - [[CSFML_jll."2.5.0+0".sources]] - hash = "61f17e3c1d109b65ef7e3e3ea1d06961da130afc" - repo = "https://github.com/SFML/CSFML.git" - -[CSFML_jll."2.5.0+1"] -libraries = ["libcsfml-graphics", "csfml-graphics", "libcsfml-system", "csfml-system", "libcsfml-network", "csfml-network", "libcsfml-window", "csfml-window", "libcsfml-audio", "csfml-audio"] - - [[CSFML_jll."2.5.0+1".sources]] - hash = "61f17e3c1d109b65ef7e3e3ea1d06961da130afc" - repo = "https://github.com/SFML/CSFML.git" - -[CSPICE_jll."66.0.0+0"] -libraries = ["libcspice"] - - [[CSPICE_jll."66.0.0+0".sources]] - hash = "93cd4fbce5818f8b7fecf3914c5756b8d41fd5bdaaeac1f4037b5a5410bc4768" - url = "http://naif.jpl.nasa.gov/pub/naif/toolkit//C/PC_Linux_GCC_64bit/packages/cspice.tar.Z" - [[CSPICE_jll."66.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a2a98954edd5a96900c5065228a100897e8543ab//C/CSPICE/./bundled" - -[CSPICE_jll."66.0.0+1"] -libraries = ["libcspice"] - - [[CSPICE_jll."66.0.0+1".sources]] - hash = "93cd4fbce5818f8b7fecf3914c5756b8d41fd5bdaaeac1f4037b5a5410bc4768" - url = "http://naif.jpl.nasa.gov/pub/naif/toolkit//C/PC_Linux_GCC_64bit/packages/cspice.tar.Z" - [[CSPICE_jll."66.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/75b641e9add853665ee1ee07c46b3d6d3f27b7c4//C/CSPICE/./bundled" - -[CSPICE_jll."66.0.0+2"] -libraries = ["libcspice"] - - [[CSPICE_jll."66.0.0+2".sources]] - hash = "93cd4fbce5818f8b7fecf3914c5756b8d41fd5bdaaeac1f4037b5a5410bc4768" - url = "http://naif.jpl.nasa.gov/pub/naif/toolkit//C/PC_Linux_GCC_64bit/packages/cspice.tar.Z" - [[CSPICE_jll."66.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/616bea57a64cec1bca2faa5c485a0bab92a9bbea//C/CSPICE/./bundled" - -[CSPICE_jll."66.1.0+0"] -executables = ["brief", "chronos", "ckbrief", "commnt", "dskbrief", "dskexp", "frmdiff", "inspekt", "mkdsk", "mkspk", "msopck", "spacit", "spkdiff", "spkmerge", "tobin", "toxfr", "version"] -libraries = ["libcspice", "libcsupport"] - - [[CSPICE_jll."66.1.0+0".sources]] - hash = "93cd4fbce5818f8b7fecf3914c5756b8d41fd5bdaaeac1f4037b5a5410bc4768" - url = "http://naif.jpl.nasa.gov/pub/naif/toolkit//C/PC_Linux_GCC_64bit/packages/cspice.tar.Z" - [[CSPICE_jll."66.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/29b6125d6da6935a52c4ccf2627a1a77175bd5d3//C/CSPICE/./bundled" - -[CSPICE_jll."67.0.0+0"] -executables = ["brief", "chronos", "ckbrief", "commnt", "dskbrief", "dskexp", "frmdiff", "inspekt", "mkdsk", "mkspk", "msopck", "spacit", "spkdiff", "spkmerge", "tobin", "toxfr", "version"] -libraries = ["libcspice", "libcsupport"] - - [[CSPICE_jll."67.0.0+0".sources]] - hash = "60a95b51a6472f1afe7e40d77ebdee43c12bb5b8823676ccc74692ddfede06ce" - url = "http://naif.jpl.nasa.gov/pub/naif/toolkit/C/PC_Linux_GCC_64bit/packages/cspice.tar.Z" - [[CSPICE_jll."67.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f800b7e987e90f39fa260e154883a5fb7b149e28//C/CSPICE/./bundled" - -[CUDA_Compiler_jll."0.1.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] - - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Compiler_jll."0.1.0+0".sources]] - hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" - -[CUDA_Compiler_jll."0.1.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] - - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Compiler_jll."0.1.0+1".sources]] - hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" - -[CUDA_Compiler_jll."0.1.0+2"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] - - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "1862b4a54ae2b6c58b2b662de964308a2b01489ca7d19a83d5db46af36d1908c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "34f433913e30ec9fb882da4a4d3c89e71d020dc6f71ca865fd62943d1fd32938" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "4c1f7995fa151ed238a39af6d9a62c9f4ceabc95524e024997961f14802031f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.39-archive.zip" - [[CUDA_Compiler_jll."0.1.0+2".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - -[CUDA_Compiler_jll."0.2.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] - - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "1862b4a54ae2b6c58b2b662de964308a2b01489ca7d19a83d5db46af36d1908c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "34f433913e30ec9fb882da4a4d3c89e71d020dc6f71ca865fd62943d1fd32938" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "4c1f7995fa151ed238a39af6d9a62c9f4ceabc95524e024997961f14802031f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.39-archive.zip" - [[CUDA_Compiler_jll."0.2.0+0".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - -[CUDA_Compiler_jll."0.2.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] - - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "1862b4a54ae2b6c58b2b662de964308a2b01489ca7d19a83d5db46af36d1908c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "34f433913e30ec9fb882da4a4d3c89e71d020dc6f71ca865fd62943d1fd32938" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "4c1f7995fa151ed238a39af6d9a62c9f4ceabc95524e024997961f14802031f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.39-archive.zip" - [[CUDA_Compiler_jll."0.2.0+1".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - -[CUDA_Compiler_jll."0.2.0+2"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] - - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "1862b4a54ae2b6c58b2b662de964308a2b01489ca7d19a83d5db46af36d1908c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "34f433913e30ec9fb882da4a4d3c89e71d020dc6f71ca865fd62943d1fd32938" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "4c1f7995fa151ed238a39af6d9a62c9f4ceabc95524e024997961f14802031f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.39-archive.zip" - [[CUDA_Compiler_jll."0.2.0+2".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - -[CUDA_Compiler_jll."0.2.0+3"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] - - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "1862b4a54ae2b6c58b2b662de964308a2b01489ca7d19a83d5db46af36d1908c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "34f433913e30ec9fb882da4a4d3c89e71d020dc6f71ca865fd62943d1fd32938" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "4c1f7995fa151ed238a39af6d9a62c9f4ceabc95524e024997961f14802031f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.39-archive.zip" - [[CUDA_Compiler_jll."0.2.0+3".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - -[CUDA_Compiler_jll."0.2.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] - - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "1862b4a54ae2b6c58b2b662de964308a2b01489ca7d19a83d5db46af36d1908c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "34f433913e30ec9fb882da4a4d3c89e71d020dc6f71ca865fd62943d1fd32938" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.39-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "4c1f7995fa151ed238a39af6d9a62c9f4ceabc95524e024997961f14802031f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.39-archive.zip" - [[CUDA_Compiler_jll."0.2.1+0".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - -[CUDA_Driver_jll."0.1.0+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.1.0+0".sources]] - hash = "0dad75290f8aa33f6d1ae1e1fa9fcc501bc51a74746b5e9e12082866e322eabf" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-11-8-520.61.05-1.x86_64.rpm" - [[CUDA_Driver_jll."0.1.0+0".sources]] - hash = "85dad0fddf28bf3cfcfe63c5dc77ce84acce2100f99afad43ae78143c0277484" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-11-8-520.61.05-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.1.0+0".sources]] - hash = "b01278c5cc50cd12b6a828c78417868c30dede086280d519141ff2f1728dd250" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-11-8-520.61.05-1.aarch64.rpm" - -[CUDA_Driver_jll."0.2.0+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.2.0+0".sources]] - hash = "0dad75290f8aa33f6d1ae1e1fa9fcc501bc51a74746b5e9e12082866e322eabf" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-11-8-520.61.05-1.x86_64.rpm" - [[CUDA_Driver_jll."0.2.0+0".sources]] - hash = "85dad0fddf28bf3cfcfe63c5dc77ce84acce2100f99afad43ae78143c0277484" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-11-8-520.61.05-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.2.0+0".sources]] - hash = "b01278c5cc50cd12b6a828c78417868c30dede086280d519141ff2f1728dd250" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-11-8-520.61.05-1.aarch64.rpm" - -[CUDA_Driver_jll."0.3.0+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.3.0+0".sources]] - hash = "9c495dfe7f5abde58c9446ce4e21e80623e5942db00f8d7500047895e7676b69" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-0-525.60.13-1.x86_64.rpm" - [[CUDA_Driver_jll."0.3.0+0".sources]] - hash = "568f0167405c911731177aea6277a64de95e488b5770babe0f72c89790bcf02f" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-0-525.60.13-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.3.0+0".sources]] - hash = "a791a355addeab181ca78a088b87dbda7468cd58bb8ef22a21db6bdb688faacc" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-0-525.60.13-1.aarch64.rpm" - -[CUDA_Driver_jll."0.3.0+1"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.3.0+1".sources]] - hash = "9c495dfe7f5abde58c9446ce4e21e80623e5942db00f8d7500047895e7676b69" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-0-525.60.13-1.x86_64.rpm" - [[CUDA_Driver_jll."0.3.0+1".sources]] - hash = "568f0167405c911731177aea6277a64de95e488b5770babe0f72c89790bcf02f" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-0-525.60.13-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.3.0+1".sources]] - hash = "a791a355addeab181ca78a088b87dbda7468cd58bb8ef22a21db6bdb688faacc" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-0-525.60.13-1.aarch64.rpm" - -[CUDA_Driver_jll."0.4.0+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.4.0+0".sources]] - hash = "a32c140aa76550bf2632f7ed7957624b5e6cb6a66c6a63b3b796a7f2a9124aa7" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-1-530.30.02-1.x86_64.rpm" - [[CUDA_Driver_jll."0.4.0+0".sources]] - hash = "3ff8a245ff7cb34b7f1724b25b0bd22d129bf4177a6fbc4ff3fe9729fbc561bd" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-1-530.30.02-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.4.0+0".sources]] - hash = "3e7da6e90fadcc615c598f2a3fd7533837c8ba3a002ec8143abee755be9e98e8" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-1-530.30.02-1.aarch64.rpm" - -[CUDA_Driver_jll."0.4.0+1"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.4.0+1".sources]] - hash = "a32c140aa76550bf2632f7ed7957624b5e6cb6a66c6a63b3b796a7f2a9124aa7" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-1-530.30.02-1.x86_64.rpm" - [[CUDA_Driver_jll."0.4.0+1".sources]] - hash = "3ff8a245ff7cb34b7f1724b25b0bd22d129bf4177a6fbc4ff3fe9729fbc561bd" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-1-530.30.02-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.4.0+1".sources]] - hash = "3e7da6e90fadcc615c598f2a3fd7533837c8ba3a002ec8143abee755be9e98e8" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-1-530.30.02-1.aarch64.rpm" - -[CUDA_Driver_jll."0.4.0+2"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.4.0+2".sources]] - hash = "a32c140aa76550bf2632f7ed7957624b5e6cb6a66c6a63b3b796a7f2a9124aa7" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-1-530.30.02-1.x86_64.rpm" - [[CUDA_Driver_jll."0.4.0+2".sources]] - hash = "3ff8a245ff7cb34b7f1724b25b0bd22d129bf4177a6fbc4ff3fe9729fbc561bd" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-1-530.30.02-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.4.0+2".sources]] - hash = "3e7da6e90fadcc615c598f2a3fd7533837c8ba3a002ec8143abee755be9e98e8" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-1-530.30.02-1.aarch64.rpm" - -[CUDA_Driver_jll."0.5.0+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.5.0+0".sources]] - hash = "a32c140aa76550bf2632f7ed7957624b5e6cb6a66c6a63b3b796a7f2a9124aa7" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-1-530.30.02-1.x86_64.rpm" - [[CUDA_Driver_jll."0.5.0+0".sources]] - hash = "3ff8a245ff7cb34b7f1724b25b0bd22d129bf4177a6fbc4ff3fe9729fbc561bd" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-1-530.30.02-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.5.0+0".sources]] - hash = "3e7da6e90fadcc615c598f2a3fd7533837c8ba3a002ec8143abee755be9e98e8" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-1-530.30.02-1.aarch64.rpm" - -[CUDA_Driver_jll."0.5.0+1"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.5.0+1".sources]] - hash = "a32c140aa76550bf2632f7ed7957624b5e6cb6a66c6a63b3b796a7f2a9124aa7" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-1-530.30.02-1.x86_64.rpm" - [[CUDA_Driver_jll."0.5.0+1".sources]] - hash = "3ff8a245ff7cb34b7f1724b25b0bd22d129bf4177a6fbc4ff3fe9729fbc561bd" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-1-530.30.02-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.5.0+1".sources]] - hash = "3e7da6e90fadcc615c598f2a3fd7533837c8ba3a002ec8143abee755be9e98e8" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-1-530.30.02-1.aarch64.rpm" - -[CUDA_Driver_jll."0.6.0+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.6.0+0".sources]] - hash = "b14911786ae31cf4c760dfd3051862b3d41321421a4b610e004cf51052f2be20" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-2-535.86.10-1.x86_64.rpm" - [[CUDA_Driver_jll."0.6.0+0".sources]] - hash = "df69872a19a0ab294570ab4e875cafbbfa1622e1f784bc2c440a22bd9aaf5553" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-2-535.86.10-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.6.0+0".sources]] - hash = "0ff89eea34f64e71fe079e626fbe5b983d094995d2df48129df8b528435d7cc2" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-2-535.86.10-1.aarch64.rpm" - -[CUDA_Driver_jll."0.6.0+1"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.6.0+1".sources]] - hash = "b14911786ae31cf4c760dfd3051862b3d41321421a4b610e004cf51052f2be20" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-2-535.86.10-1.x86_64.rpm" - [[CUDA_Driver_jll."0.6.0+1".sources]] - hash = "df69872a19a0ab294570ab4e875cafbbfa1622e1f784bc2c440a22bd9aaf5553" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-2-535.86.10-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.6.0+1".sources]] - hash = "0ff89eea34f64e71fe079e626fbe5b983d094995d2df48129df8b528435d7cc2" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-2-535.86.10-1.aarch64.rpm" - -[CUDA_Driver_jll."0.6.0+2"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.6.0+2".sources]] - hash = "b14911786ae31cf4c760dfd3051862b3d41321421a4b610e004cf51052f2be20" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-2-535.86.10-1.x86_64.rpm" - [[CUDA_Driver_jll."0.6.0+2".sources]] - hash = "df69872a19a0ab294570ab4e875cafbbfa1622e1f784bc2c440a22bd9aaf5553" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-2-535.86.10-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.6.0+2".sources]] - hash = "0ff89eea34f64e71fe079e626fbe5b983d094995d2df48129df8b528435d7cc2" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-2-535.86.10-1.aarch64.rpm" - -[CUDA_Driver_jll."0.6.0+3"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.6.0+3".sources]] - hash = "4dcffe77cef4cdd30ae76016d23b56673cd7a35ca5406d60d3f874cfdb1d0ad0" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-2-535.104.05-1.x86_64.rpm" - [[CUDA_Driver_jll."0.6.0+3".sources]] - hash = "31f3d61fed5919591874e2da8be898585fcdb7f99e243c7a453766eac7c11c31" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-2-535.104.05-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.6.0+3".sources]] - hash = "66c7556461b65dc3f07d19c214794df03b01a7e3663e7f00d6cade7cb85646bf" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-2-535.104.05-1.aarch64.rpm" - -[CUDA_Driver_jll."0.6.0+4"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.6.0+4".sources]] - hash = "4dcffe77cef4cdd30ae76016d23b56673cd7a35ca5406d60d3f874cfdb1d0ad0" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-2-535.104.05-1.x86_64.rpm" - [[CUDA_Driver_jll."0.6.0+4".sources]] - hash = "31f3d61fed5919591874e2da8be898585fcdb7f99e243c7a453766eac7c11c31" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-2-535.104.05-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.6.0+4".sources]] - hash = "66c7556461b65dc3f07d19c214794df03b01a7e3663e7f00d6cade7cb85646bf" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-2-535.104.05-1.aarch64.rpm" - -[CUDA_Driver_jll."0.7.0+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.7.0+0".sources]] - hash = "04167d1f1fd1eab887c7ea512f779a0de5c32f6c6b66ab2e840c7548621aa1d9" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-3-545.23.06-1.x86_64.rpm" - [[CUDA_Driver_jll."0.7.0+0".sources]] - hash = "cd8f0bb34757063b2c5eb0fc901a6bf0740a173ac2048d71c8ba4dda05818aef" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-3-545.23.06-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.7.0+0".sources]] - hash = "b0d2fffbbd30e048844c5b4cef495c85f5abd210084d896bf93f2193cf1f060a" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-3-545.23.06-1.aarch64.rpm" - -[CUDA_Driver_jll."0.7.0+1"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.7.0+1".sources]] - hash = "a4be9e9ab3b108daa5847c3c87e1ce3ef9155e75e120db4cc4284cb0ef77118d" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-3-545.23.08-1.x86_64.rpm" - [[CUDA_Driver_jll."0.7.0+1".sources]] - hash = "2862cfee15e157a250a9598e16163beb6c5e597f0230b956ebed2254bd5897a3" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-3-545.23.08-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.7.0+1".sources]] - hash = "d6af238e622e86d1517114e45f44dbdf858190980ebe3129b4d36036b1f4298d" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-3-545.23.08-1.aarch64.rpm" - -[CUDA_Driver_jll."0.8.0+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.8.0+0".sources]] - hash = "d2d3425133556ec9501de52aae9c858e08a4ae454e7321e0035651032c088cfc" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-4-550.54.14-1.x86_64.rpm" - [[CUDA_Driver_jll."0.8.0+0".sources]] - hash = "4ecb6162fa1216455d67d0cafeb1f443fc603bb32cbf77d928ace931b5f362dd" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-4-550.54.14-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.8.0+0".sources]] - hash = "f6add6a10c3ee381db97594185d847df051ca9616f223296b118788b51682a01" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-4-550.54.14-1.aarch64.rpm" - -[CUDA_Driver_jll."0.8.1+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.8.1+0".sources]] - hash = "3e2727fb76285978ac4a1e0c8b7ca5d88ece4bf124dfb2a3d0a486829bf315d3" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-4-550.54.15-1.x86_64.rpm" - [[CUDA_Driver_jll."0.8.1+0".sources]] - hash = "1d487161589b3d91a3648ca271046fa451072ceddb070e4aaeb7ed377d990b98" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-12-4-550.54.15-1.ppc64le.rpm" - [[CUDA_Driver_jll."0.8.1+0".sources]] - hash = "bafe0831dd92a5ba47d790709f0d642d4f30cf2ade5d32371d012ae09b5c2512" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-4-550.54.15-1.aarch64.rpm" - -[CUDA_Driver_jll."0.9.0+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.9.0+0".sources]] - hash = "b5f70dfd2149ef41a3decda1a398b805430d7129e487f17e9a4f154384be660e" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-5-555.42.02-1.x86_64.rpm" - [[CUDA_Driver_jll."0.9.0+0".sources]] - hash = "bce9fe958f8e0811bb5cc40cc0235de8453c6a4e89b12e8c0458d78768af908a" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-5-555.42.02-1.aarch64.rpm" - -[CUDA_Driver_jll."0.9.1+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.9.1+0".sources]] - hash = "66d63219c926733ecd641a709d98a5cb7406712af000d141d0c23d08e0bdb88b" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-5-555.42.06-1.x86_64.rpm" - [[CUDA_Driver_jll."0.9.1+0".sources]] - hash = "600d86e143b9fa97ec7862ff634210cacf072ce709c738ee322c932b763ab138" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-5-555.42.06-1.aarch64.rpm" - -[CUDA_Driver_jll."0.9.1+1"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.9.1+1".sources]] - hash = "66d63219c926733ecd641a709d98a5cb7406712af000d141d0c23d08e0bdb88b" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-5-555.42.06-1.x86_64.rpm" - [[CUDA_Driver_jll."0.9.1+1".sources]] - hash = "600d86e143b9fa97ec7862ff634210cacf072ce709c738ee322c932b763ab138" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-5-555.42.06-1.aarch64.rpm" - -[CUDA_Driver_jll."0.9.2+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.9.2+0".sources]] - hash = "31cbe04def6437cb576fe824b7afbd829607a5cd070590ceb2fb134581e26bec" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-6-560.28.03-1.x86_64.rpm" - [[CUDA_Driver_jll."0.9.2+0".sources]] - hash = "baac69caaa3543c777862ce71a9dd6c9cab9cefcfd24a40bfffa92697ee7faee" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-6-560.28.03-1.aarch64.rpm" - -[CUDA_Driver_jll."0.10.0+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.10.0+0".sources]] - hash = "31cbe04def6437cb576fe824b7afbd829607a5cd070590ceb2fb134581e26bec" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-6-560.28.03-1.x86_64.rpm" - [[CUDA_Driver_jll."0.10.0+0".sources]] - hash = "baac69caaa3543c777862ce71a9dd6c9cab9cefcfd24a40bfffa92697ee7faee" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-6-560.28.03-1.aarch64.rpm" - -[CUDA_Driver_jll."0.10.1+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.10.1+0".sources]] - hash = "76895477da17dbf6efbbee327e0aa38ff230c69814127d59fed540fa9be1a162" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-6-560.35.03-1.x86_64.rpm" - [[CUDA_Driver_jll."0.10.1+0".sources]] - hash = "479530ff4f0c8759ccb140d7369f30056b7bba9520eb1b3822a138f882f87a38" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-6-560.35.03-1.aarch64.rpm" - -[CUDA_Driver_jll."0.10.2+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.10.2+0".sources]] - hash = "76895477da17dbf6efbbee327e0aa38ff230c69814127d59fed540fa9be1a162" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-6-560.35.03-1.x86_64.rpm" - [[CUDA_Driver_jll."0.10.2+0".sources]] - hash = "479530ff4f0c8759ccb140d7369f30056b7bba9520eb1b3822a138f882f87a38" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-6-560.35.03-1.aarch64.rpm" - -[CUDA_Driver_jll."0.10.3+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.10.3+0".sources]] - hash = "76895477da17dbf6efbbee327e0aa38ff230c69814127d59fed540fa9be1a162" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-6-560.35.03-1.x86_64.rpm" - [[CUDA_Driver_jll."0.10.3+0".sources]] - hash = "479530ff4f0c8759ccb140d7369f30056b7bba9520eb1b3822a138f882f87a38" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-6-560.35.03-1.aarch64.rpm" - -[CUDA_Driver_jll."0.10.4+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.10.4+0".sources]] - hash = "0c5f6de2b07ca6f0526dab89200aac8bc2fbe218572175be278f40f6a6a0693c" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-6-560.35.05-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."0.10.4+0".sources]] - hash = "eaa58bf35d500ea447ef6dfc3ee450e495f3508fb8cec118f39ca274c059205e" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-6-560.35.05-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."0.11.0+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.11.0+0".sources]] - hash = "8df61c9a521494f4892082177fde778219be892a93e59a6fc1bceb4331f66225" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-7-565.57.01-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."0.11.0+0".sources]] - hash = "68430934bc3de03cc00240b78da39099981fcedb81b48e69cbe4505dc36fffd7" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-7-565.57.01-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."0.12.0+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.12.0+0".sources]] - hash = "012115a107352f3d0dd6b73206eaf8517477880a4be9329996612bcfd1621e2a" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-8-570.86.10-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."0.12.0+0".sources]] - hash = "4fcc52fbf3b9323ddb3b26e799cd65bb8f73e122d65f27d78830f84117470fd6" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-8-570.86.10-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."0.12.1+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.12.1+0".sources]] - hash = "1ddd595b6a7cd33414a8a4e1a05ab4d4c7d7b4b1d3aea87b347acd46da81399f" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-8-570.124.06-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."0.12.1+0".sources]] - hash = "21869895263fb0f0ee9ed77a4d41e56349d50cfaaff3f8b8f213154a26d0f57c" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-8-570.124.06-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."0.12.1+1"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.12.1+1".sources]] - hash = "1ddd595b6a7cd33414a8a4e1a05ab4d4c7d7b4b1d3aea87b347acd46da81399f" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-8-570.124.06-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."0.12.1+1".sources]] - hash = "21869895263fb0f0ee9ed77a4d41e56349d50cfaaff3f8b8f213154a26d0f57c" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-8-570.124.06-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."0.13.0+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.13.0+0".sources]] - hash = "683634bb4c718a038f2cdd509b75c837dc07b67364f8bb5e151ef76717085a75" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-9-575.51.03-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."0.13.0+0".sources]] - hash = "9a9fc518042fbef8dedeb75c14806daef2a0712e052cd5664a0d3686d7cf3c97" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-9-575.51.03-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."0.13.1+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."0.13.1+0".sources]] - hash = "89855e5ce2b80ed5fc48368000e1d540a126e8f30e04cd98f9d0e1cb00fc660b" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-9-575.57.08-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."0.13.1+0".sources]] - hash = "cf5226deebc4847d5fc92d84abab6a842877d94463f754cafb8439d7512094e3" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-9-575.57.08-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."12.9.0+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."12.9.0+0".sources]] - hash = "89855e5ce2b80ed5fc48368000e1d540a126e8f30e04cd98f9d0e1cb00fc660b" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-12-9-575.57.08-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."12.9.0+0".sources]] - hash = "cf5226deebc4847d5fc92d84abab6a842877d94463f754cafb8439d7512094e3" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-12-9-575.57.08-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."13.0.0+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."13.0.0+0".sources]] - hash = "91690b17a70fe04a56aec463d18360b717c39ea8d23055b489919ae2c1255354" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-13-0-580.65.06-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."13.0.0+0".sources]] - hash = "a44a8cb23eae9b97f5a76dec2a50a3b695eb9a38ce7fc0bd68896dda2ac54530" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-13-0-580.65.06-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."13.0.0+1"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."13.0.0+1".sources]] - hash = "91690b17a70fe04a56aec463d18360b717c39ea8d23055b489919ae2c1255354" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-13-0-580.65.06-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."13.0.0+1".sources]] - hash = "a44a8cb23eae9b97f5a76dec2a50a3b695eb9a38ce7fc0bd68896dda2ac54530" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-13-0-580.65.06-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."13.0.0+2"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."13.0.0+2".sources]] - hash = "91690b17a70fe04a56aec463d18360b717c39ea8d23055b489919ae2c1255354" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-13-0-580.65.06-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."13.0.0+2".sources]] - hash = "a44a8cb23eae9b97f5a76dec2a50a3b695eb9a38ce7fc0bd68896dda2ac54530" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-13-0-580.65.06-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."13.0.0+3"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."13.0.0+3".sources]] - hash = "91690b17a70fe04a56aec463d18360b717c39ea8d23055b489919ae2c1255354" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-13-0-580.65.06-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."13.0.0+3".sources]] - hash = "a44a8cb23eae9b97f5a76dec2a50a3b695eb9a38ce7fc0bd68896dda2ac54530" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-13-0-580.65.06-1.el8.aarch64.rpm" - -[CUDA_Driver_jll."13.0.1+0"] -libraries = ["libcuda", "libcudadebugger", "libnvidia-nvvm", "libnvidia-ptxjitcompiler"] - - [[CUDA_Driver_jll."13.0.1+0".sources]] - hash = "786b3105973ff8e3d7a1be6b0f9b512b1e1db9a8af30ae4681f8290fb254ddc2" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-13-0-580.82.07-1.el8.x86_64.rpm" - [[CUDA_Driver_jll."13.0.1+0".sources]] - hash = "1d8b3165d52d3ee9e7b94700ebef173ceb359706065edfc392e7f95a75b6fef4" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-13-0-580.82.07-1.el8.aarch64.rpm" - -[CUDA_JIT_jll."12.4.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] - - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "f5e636944c7817b4f178070daa1259f25b3e84ebd092305d32aa189b21ae37e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "cae11cf45b9443643e82bdaecd51aec9f827db7cdab9498df388471532255480" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "8407848aea496afd7708c9ed61c6a1d19c56362798341e1adcfeb77d34a5fea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_JIT_jll."12.4.1+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - -[CUDA_Runtime_jll."0.1.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_33_0", "libcufft", "cufft64_100", "libcublas", "cublas64_100", "libcusparse", "cusparse64_100", "libcusolver", "cusolver64_100", "libcurand", "curand64_100", "libcupti", "cupti64_100", "libnvToolsExt", "nvToolsExt64_1", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "curand64_10", "cupti64_102", "cublas64_11", "cusparse64_11", "libcusolverMg", "cusolverMg64_10", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0"] - - [[CUDA_Runtime_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_Runtime_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_Runtime_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - -[CUDA_Runtime_jll."0.2.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvToolsExt", "nvToolsExt64_1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.2.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvToolsExt", "nvToolsExt64_1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.2.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvToolsExt", "nvToolsExt64_1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.2.2+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1", "cudart64_110", "cublas64_11", "cusparse64_11", "libcusolverMg", "cusolverMg64_10", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.2.2+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1", "cudart64_110", "cublas64_11", "cusparse64_11", "libcusolverMg", "cusolverMg64_10", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.2.3+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1", "cudart64_110", "cublas64_11", "cusparse64_11", "libcusolverMg", "cusolverMg64_10", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.2.3+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1", "cudart64_110", "cublas64_11", "cusparse64_11", "libcusolverMg", "cusolverMg64_10", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.2.3+2"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1", "cudart64_110", "cublas64_11", "cusparse64_11", "libcusolverMg", "cusolverMg64_10", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.2.4+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "cudart64_110", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "libcusolverMg", "cusolverMg64_10", "cupti64_2020.1.1", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.2.4+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "cudart64_110", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "libcusolverMg", "cusolverMg64_10", "cupti64_2020.1.1", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0"] - - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.2.4+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_Runtime_jll."0.3.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "cusparse64_11", "libcusolverMg", "cusolverMg64_10", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "cufft64_11", "cublas64_12", "cusparse64_12", "cupti64_2022.4.0"] - - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.0" - -[CUDA_Runtime_jll."0.3.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "cufft64_11", "cublas64_12", "cusparse64_12", "cupti64_2022.4.0"] - - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.3.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.0" - -[CUDA_Runtime_jll."0.3.0+2"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "cufft64_11", "cublas64_12", "cusparse64_12", "cupti64_2022.4.1"] - - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.3.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - -[CUDA_Runtime_jll."0.3.0+3"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "cufft64_11", "cublas64_12", "cusparse64_12", "cupti64_2022.4.1"] - - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.3.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - -[CUDA_Runtime_jll."0.3.0+4"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "cufft64_11", "cublas64_12", "cusparse64_12", "cupti64_2022.4.1"] - - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.3.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - -[CUDA_Runtime_jll."0.3.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.1", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "cufft64_11", "cublas64_12", "libcublasLt", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1"] - - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - -[CUDA_Runtime_jll."0.3.1+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.1", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1"] - - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.3.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - -[CUDA_Runtime_jll."0.4.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.1", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "cupti64_2023.1.0"] - - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[CUDA_Runtime_jll."0.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.0" - -[CUDA_Runtime_jll."0.4.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.0"] - - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[CUDA_Runtime_jll."0.4.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.0" - -[CUDA_Runtime_jll."0.4.0+2"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.0"] - - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[CUDA_Runtime_jll."0.4.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.0" - -[CUDA_Runtime_jll."0.5.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.0"] - - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[CUDA_Runtime_jll."0.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.0" - -[CUDA_Runtime_jll."0.5.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.0"] - - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[CUDA_Runtime_jll."0.5.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.0" - -[CUDA_Runtime_jll."0.5.0+2"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.0"] - - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[CUDA_Runtime_jll."0.5.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.0" - -[CUDA_Runtime_jll."0.6.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1"] - - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[CUDA_Runtime_jll."0.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.1" - -[CUDA_Runtime_jll."0.7.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.1"] - - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.1" - [[CUDA_Runtime_jll."0.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.2.1" - -[CUDA_Runtime_jll."0.7.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_33_0", "libnvrtc", "nvrtc64_110_0", "libnvrtc-builtins", "nvrtc-builtins64_110", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libcupti", "cupti64_2020.1.1", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "nvrtc64_111_0", "nvrtc-builtins64_111", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "libnvPTXCompiler", "nvvm64_40_0", "nvrtc64_112_0", "nvrtc-builtins64_112", "cupti64_2020.3.1", "nvrtc-builtins64_113", "cupti64_2021.1.1", "nvrtc-builtins64_114", "cupti64_2021.2.2", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.1"] - - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.1" - [[CUDA_Runtime_jll."0.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.2.1" - -[CUDA_Runtime_jll."0.8.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.1"] - - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "915a52fd0798d63ab49eda08232c02a394488b37e2c46633b755c9a49131ca71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "2b44a08a957031ed1031d29a3aa63fcbbc29bfb97ea2a99c7f5460551b547269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ade38be1264db57789235c4059cf05d36e0e670680b6c0566ea7311152e4c42d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "2540edb29dab50d36e5b389b79b2f3a8125393991247e1548e1dc0ade8fde36d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "66488cfc4d030b9e5af7973df7288da13ddc32c628fd9e377ecffc9865168fe4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "739719b7b9a464b37f0587ccd5c4f39a83d53f642cdcaad48a7dd59e5e4c0930" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.4.5-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "2ba28ab14eb42002cfa188be8191d4ba77b4ccefebc1c316e836845cd87e6a56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "78c8d1b662d110d1162f0cebc412ed256ffba7939d7227e2bb32a3d4d9ee2f69" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c5acd29439640bf94a6f5909266b57d24650d3e6944910206f89990dcc1a1929" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.1.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ed9ac8d9395eb424293f080e1f3e0221845010a1d54c464f27667ecae126f904" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "d5ae0c2620d774ae8a2e0a4fc91ad4fb940fb089b4c61cfeeb5d3666dc238e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "c7c15e6dbd0190ab9b087f383ca45c5a09c88dc3d54056cd30f0a63c676de105" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "35f7e316ed3b8187993d478408e7a7e940083777f77bbb9caec849e4a5dbf605" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "eb1fd0dc47c6472af180a519aab1df738af7ebf48e756c35718a35a87ef0d61f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "3badc101e718c6f6fba65fb35f621da5699cf770e3e924c194dc16cea1d7f756" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "71900ef1be4aa83f8f379981ace9dbc0170c5bb739e88f85a8b7903c1d05b17f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1d36f83c548330d68a49cfef6b089205339c36d23bdaa373ed875bac1de55822" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "2b4ccc1b1b487e9c0bc51d981adcc1d9e6b4457e4da425772c926b458817c8f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.4.5-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "918974d4262d3fa944a9b710efa4630ddad231c78b1b9fbd9e55e9f01b4defba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "966727c79482d5bf86c6105e3295a85108339afe9257a3fd0823395986970be9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b85017ef4fc6c809872f03e5d11612fe85e52aedd3e5252692aecede6e7f82c1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.1.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "88d31c59bdd577db882f961537089ca4963dbbac46fa0fdceb4eca94f8da185c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "0a0ea84c30574f8cb8b9f347042f7a4673cf2dfe12bc45d473b9c11ac7a66f6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "69dccedb6c922416617615fe3aeb7932ad3c76dd3932ebcd10fd4abef7437006" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "1246228748d9a76fff1729d072ca66739cbf2b2275bea563c4ab0c3777d995d1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "dbe5e4819dbfac1b2ea57644288f69717254ad68a343d458c2c002727f4dac46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "a33fc213e860c2dd34625b1a2bf00e3ed39dd540f2650c1a5e45420be32664b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "59f78fa65cd140c041193fc10c5a39c9bfce31d538ff38ef47575c4127f7f688" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "5175d6fcbb92963cb047d0a8d26d37e4b8a0e512a5fbc110e852c7a582f13c15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "b428c83f2f0b7f045fff65955be69fbb6a277821d1ffbe5c1fae0b65eff63559" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.4.5-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "9c0d8f274bb0a4c1115e540bbf72a8622dc0d374a4fe8101837a8466576239c6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "eefd84e45ce1790f9f66477719f7f5f23d4fa75a0aeac53afaf88d1cc1041801" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ad4568be2e01ee4bdd0a27fa6dc10f342c280b3bdf3ee69b0c1da9b2f16a28a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.1.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6f0af568dccdd1db0139f9fa6e9021f46e588d6ea5028c460df112e948228de7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "f1e51a330ba6540d2a54f2c4a443d53676ca9eddb7e088ca111738353bc5e5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "851feb95f92a547c5dcf415d1c8dfad3d250475b96e454fe39c32b8531948878" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "abbb51597e48c4e94605841af13859601019d60d00bdaacbc0d2a75eacd78983" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.131-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "4214ced663d40cfead0f01627fe21304220a763358d66d2761c09dadca88d498" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "5d3f5ab083bc29db18baaef96970e6cc2383938e3b469f1f5df50fd39b40b8e4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "e820916bd2c87b736b9a43125b2fcbdf05049828147b9b93a50564a7965f742f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "7838bf3c406b733af4ec624bfbe50bfd2e110c040c8d24c894ba0f71e70250d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "55d1e09e56f01ad936752a5b6dfafeaf43ce81119bcd64605539684925dcee82" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.4.5-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "5deb48cb7ec467c7e12d67171bdca3b205b7d03e597126a06a88c6c502d1689c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.91-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "35e32fa7f00f7cc6d7372c05219d6e2981e7253b14f26eb5dfa0ca426a1e9ff0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.129-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "6efdef3433c10c2c515723ec02b939b95d415002bc39879de9d6e68eb6ceaae3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.1.129-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "879d8cb0459b213fc4ca40d0cda1d8094512bcb2778e6307790eb8fb43b3a089" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.129-archive.zip" - [[CUDA_Runtime_jll."0.8.0+0".sources]] - hash = "ebbac339275aa7ac8464cd0f10ac8ee763d570ba36bc16cf5b5a7a8aed6bc74b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.128-archive.zip" - -[CUDA_Runtime_jll."0.9.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.1"] - - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "915a52fd0798d63ab49eda08232c02a394488b37e2c46633b755c9a49131ca71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "2b44a08a957031ed1031d29a3aa63fcbbc29bfb97ea2a99c7f5460551b547269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ade38be1264db57789235c4059cf05d36e0e670680b6c0566ea7311152e4c42d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "2540edb29dab50d36e5b389b79b2f3a8125393991247e1548e1dc0ade8fde36d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "66488cfc4d030b9e5af7973df7288da13ddc32c628fd9e377ecffc9865168fe4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "739719b7b9a464b37f0587ccd5c4f39a83d53f642cdcaad48a7dd59e5e4c0930" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.4.5-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "2ba28ab14eb42002cfa188be8191d4ba77b4ccefebc1c316e836845cd87e6a56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "78c8d1b662d110d1162f0cebc412ed256ffba7939d7227e2bb32a3d4d9ee2f69" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c5acd29439640bf94a6f5909266b57d24650d3e6944910206f89990dcc1a1929" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.1.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ed9ac8d9395eb424293f080e1f3e0221845010a1d54c464f27667ecae126f904" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "d5ae0c2620d774ae8a2e0a4fc91ad4fb940fb089b4c61cfeeb5d3666dc238e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "c7c15e6dbd0190ab9b087f383ca45c5a09c88dc3d54056cd30f0a63c676de105" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "35f7e316ed3b8187993d478408e7a7e940083777f77bbb9caec849e4a5dbf605" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "eb1fd0dc47c6472af180a519aab1df738af7ebf48e756c35718a35a87ef0d61f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "3badc101e718c6f6fba65fb35f621da5699cf770e3e924c194dc16cea1d7f756" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "71900ef1be4aa83f8f379981ace9dbc0170c5bb739e88f85a8b7903c1d05b17f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1d36f83c548330d68a49cfef6b089205339c36d23bdaa373ed875bac1de55822" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "2b4ccc1b1b487e9c0bc51d981adcc1d9e6b4457e4da425772c926b458817c8f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.4.5-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "918974d4262d3fa944a9b710efa4630ddad231c78b1b9fbd9e55e9f01b4defba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "966727c79482d5bf86c6105e3295a85108339afe9257a3fd0823395986970be9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b85017ef4fc6c809872f03e5d11612fe85e52aedd3e5252692aecede6e7f82c1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.1.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "88d31c59bdd577db882f961537089ca4963dbbac46fa0fdceb4eca94f8da185c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "0a0ea84c30574f8cb8b9f347042f7a4673cf2dfe12bc45d473b9c11ac7a66f6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "69dccedb6c922416617615fe3aeb7932ad3c76dd3932ebcd10fd4abef7437006" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "1246228748d9a76fff1729d072ca66739cbf2b2275bea563c4ab0c3777d995d1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "dbe5e4819dbfac1b2ea57644288f69717254ad68a343d458c2c002727f4dac46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "a33fc213e860c2dd34625b1a2bf00e3ed39dd540f2650c1a5e45420be32664b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "59f78fa65cd140c041193fc10c5a39c9bfce31d538ff38ef47575c4127f7f688" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "5175d6fcbb92963cb047d0a8d26d37e4b8a0e512a5fbc110e852c7a582f13c15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "b428c83f2f0b7f045fff65955be69fbb6a277821d1ffbe5c1fae0b65eff63559" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.4.5-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "9c0d8f274bb0a4c1115e540bbf72a8622dc0d374a4fe8101837a8466576239c6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "eefd84e45ce1790f9f66477719f7f5f23d4fa75a0aeac53afaf88d1cc1041801" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ad4568be2e01ee4bdd0a27fa6dc10f342c280b3bdf3ee69b0c1da9b2f16a28a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.1.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6f0af568dccdd1db0139f9fa6e9021f46e588d6ea5028c460df112e948228de7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.129-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "f1e51a330ba6540d2a54f2c4a443d53676ca9eddb7e088ca111738353bc5e5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.128-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "851feb95f92a547c5dcf415d1c8dfad3d250475b96e454fe39c32b8531948878" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "abbb51597e48c4e94605841af13859601019d60d00bdaacbc0d2a75eacd78983" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.131-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "4214ced663d40cfead0f01627fe21304220a763358d66d2761c09dadca88d498" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "5d3f5ab083bc29db18baaef96970e6cc2383938e3b469f1f5df50fd39b40b8e4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "e820916bd2c87b736b9a43125b2fcbdf05049828147b9b93a50564a7965f742f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "7838bf3c406b733af4ec624bfbe50bfd2e110c040c8d24c894ba0f71e70250d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.128-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "55d1e09e56f01ad936752a5b6dfafeaf43ce81119bcd64605539684925dcee82" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.4.5-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "5deb48cb7ec467c7e12d67171bdca3b205b7d03e597126a06a88c6c502d1689c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.91-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "35e32fa7f00f7cc6d7372c05219d6e2981e7253b14f26eb5dfa0ca426a1e9ff0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.129-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "6efdef3433c10c2c515723ec02b939b95d415002bc39879de9d6e68eb6ceaae3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.1.129-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "879d8cb0459b213fc4ca40d0cda1d8094512bcb2778e6307790eb8fb43b3a089" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.129-archive.zip" - [[CUDA_Runtime_jll."0.9.0+0".sources]] - hash = "ebbac339275aa7ac8464cd0f10ac8ee763d570ba36bc16cf5b5a7a8aed6bc74b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.128-archive.zip" - -[CUDA_Runtime_jll."0.9.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2"] - - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.1+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - -[CUDA_Runtime_jll."0.9.2+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2"] - - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - -[CUDA_Runtime_jll."0.9.2+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2"] - - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+1".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - -[CUDA_Runtime_jll."0.9.2+2"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2"] - - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+2".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - -[CUDA_Runtime_jll."0.9.2+3"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2"] - - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+3".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - -[CUDA_Runtime_jll."0.9.2+4"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2"] - - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.9.2+4".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - -[CUDA_Runtime_jll."0.10.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2", "nvrtc-builtins64_123", "cupti64_2023.3.0"] - - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0dcd864fcef10b7d4591cc545330c411f589b27b12c98c30ac6e3d5e14eb2ee4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f51ae93f02378d88b5f53b66abad675f0b2e8b4444192b4705a550b1d083de79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "32302154a7ec122defdbb49f1c7cc8777f204c3199d9222f013046be256f72d6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "6d549612a9c61caf7356d8a13d99a85cfa644269ed856192bea13c7e5f8ce234" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "dfaa7c1bea5e4e833374da2f80156998bc303e8787a6e88d6a9c97fdead6e9a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9dbebdd45130df33685213d8d5c6443ef45b34b9a23cee08d1c8eb54ab662cf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "793fb630ffeac7aabd241e43cd41d5209fb93e9505cb7937bdd318188d47551f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.2.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f84d33026cc59f6bdfe4ce446b78912499fc4447e8b7b4e3f1617bb0dae2a27e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.11.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8ac8ca5b1ab22e13cbd474ea5dfe24a2d6d1ff02dc5ed06b07648066c7ea34fc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "334470e66d74102fa7a80e7eeb9ab5b80fe4939204a67d4ef64d369fe254cae2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "62b091161967b830cb20cdd73ceb77da28bd88a33db9b734644531f36f3556f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.3.153-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "92f21102652a22ec735bac9ab236dae1b69d808d1391a96ba379bfa4dd83e6b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "354d1ffdd1ce2da61ec2c3fb1b15cdf65270804aba78863d235cc0d69a9c9eec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8dead100bec1dd9b02f56e34dfeae91381422cbf858ce1c9fd1a45fdde946a16" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "f7c647b74f2f85f5d9c42d951d810cb7130288b11d25ef7308fb489e1150232f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "0e12e3bc044d6b1d0440493e086d7b7ca8c31eafe79e4fe7fbada6dd209d5d57" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "06e9e4ba698d9b29f0d36e732264e8f1ce920cbe9b4014227104280f665674f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8a5bd354931778eb18c0ab118c38748c6a5bafa553cf84fee79d07839763c13e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c6b00cf18831527543f93a2e35d98f3b297d7a5b6896a598995eb4a3fa47f39c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.2.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "45a7f4bef97846374cc11c637b4b6b635b8e6abd0a45555ebb3ef5afc3c9c159" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.11.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8de3fee960f55895af53a2817835086c4d0c260628a32120d2987ae4e1b48e9f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a71dcef7bccd565003120bb5d18cf8adb0ed4428b3a122f1869f4849827234a1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "b086126226b919f6fcacbf1ef547045ea848bbc739bd6524a6bd2aee46110f61" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.3.153-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "2802ed389e9c246415a6fc0dc8f8f5bc6cf9f43bcf53f30a921b6e5d80b1e314" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "4789a039df340581d7a71f5da6af9f222baa2265e8de8ce00365a31ac645adca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "39f07116b64d8b3b9bf17c65c45d97bf19886eb41847e30c6606751455cbb284" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "98940f1719b2ab1af943293601307b9e87ea71e30809d429fd7dc2e59b294c68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "8c1aa8bb711a31d50f613d8594103cfeaf062e9a422094dcf6d18646ecd99f17" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3d9b4e99966f9e9305b54a55991a64b59d85d804dc3876f0881b538cff09c84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a301c71de5f8d786b675c4258a8dd4fdc6533468c81f946b327e1a7f1ae859c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "bb83278da1007847a72e8f8ad40186c70a2ead7e48bf9eb387aeda94a8b63672" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.2.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c6867258f4347557435b2dfb7d7e05405cd6a21c954f9ab82a22a1280e93173c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.11.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "2923351205c6d078a0678857f507f57e0aeaab9570946faad2ade97362abafc7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3de3b43a6576a10adac99ac34984c3c623ad6666699aa0531ca239d9d27beee5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9f61ff29dc5aa272b771ba0691565d73f167ffe544b3d10f42c3f84ae9aa510a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.3.153-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "afcd59beb68d68115d0b020bca49e75ff3b407a9469d5578c25309e5ef83442e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "a01396eeb88b52137dd1878e1278a1608f848194a1bb7faa02d6b147894d17a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "c177c59124f4ae41d46950999548931905f6097de57f88df7d2af62dffbdf249" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "1c9e275d10ce496f75efc2337284ab7b6b8c7deb2abc148ea90b0a7ac9ebd9fd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "3dabf99c94d8cadd4efc5163fb53207f8c011e553b08c41cb760d18bbf2e3f0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "59f237756aa152cd1f18ee49e30cc9138ad6b0b451e338b467684f8c1b512117" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "9d7abb0c7df2b9104888ea11539055117023cf7354d6859789c233e6e5df14b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "35c177357715c9c326ee50fa87192dee6b9c25944725ec3107f63675d10df4cf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.2.9-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "df838d3a085f3741410f86c90a3da8dc57b38d69d830b198473b04fb0e8cfe06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.11.19-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "e3634e5eb0d9133e92909c525775e43ebc9597b4f6dda1f95d09bea18e4f4c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "73251d1b23faed1a04a84801beeb643161a1d10c6cdccd5f321a7dda7b105290" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "ae79b3b756a1c2ba848c2931bf0c9ae62746ab7755d110d68a280392999a0b45" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.3.153-archive.zip" - [[CUDA_Runtime_jll."0.10.0+0".sources]] - hash = "117ba27dc4086f895bade8d6314d5a2bd835342a6d46fef471b9932807e59e1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.52-archive.zip" - -[CUDA_Runtime_jll."0.10.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2", "nvrtc-builtins64_123", "cupti64_2023.3.0"] - - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0dcd864fcef10b7d4591cc545330c411f589b27b12c98c30ac6e3d5e14eb2ee4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f51ae93f02378d88b5f53b66abad675f0b2e8b4444192b4705a550b1d083de79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "32302154a7ec122defdbb49f1c7cc8777f204c3199d9222f013046be256f72d6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "6d549612a9c61caf7356d8a13d99a85cfa644269ed856192bea13c7e5f8ce234" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "dfaa7c1bea5e4e833374da2f80156998bc303e8787a6e88d6a9c97fdead6e9a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9dbebdd45130df33685213d8d5c6443ef45b34b9a23cee08d1c8eb54ab662cf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "793fb630ffeac7aabd241e43cd41d5209fb93e9505cb7937bdd318188d47551f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.2.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f84d33026cc59f6bdfe4ce446b78912499fc4447e8b7b4e3f1617bb0dae2a27e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.11.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8ac8ca5b1ab22e13cbd474ea5dfe24a2d6d1ff02dc5ed06b07648066c7ea34fc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "334470e66d74102fa7a80e7eeb9ab5b80fe4939204a67d4ef64d369fe254cae2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "62b091161967b830cb20cdd73ceb77da28bd88a33db9b734644531f36f3556f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.3.153-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "92f21102652a22ec735bac9ab236dae1b69d808d1391a96ba379bfa4dd83e6b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "354d1ffdd1ce2da61ec2c3fb1b15cdf65270804aba78863d235cc0d69a9c9eec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8dead100bec1dd9b02f56e34dfeae91381422cbf858ce1c9fd1a45fdde946a16" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "f7c647b74f2f85f5d9c42d951d810cb7130288b11d25ef7308fb489e1150232f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "0e12e3bc044d6b1d0440493e086d7b7ca8c31eafe79e4fe7fbada6dd209d5d57" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "06e9e4ba698d9b29f0d36e732264e8f1ce920cbe9b4014227104280f665674f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8a5bd354931778eb18c0ab118c38748c6a5bafa553cf84fee79d07839763c13e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c6b00cf18831527543f93a2e35d98f3b297d7a5b6896a598995eb4a3fa47f39c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.2.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "45a7f4bef97846374cc11c637b4b6b635b8e6abd0a45555ebb3ef5afc3c9c159" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.11.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8de3fee960f55895af53a2817835086c4d0c260628a32120d2987ae4e1b48e9f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a71dcef7bccd565003120bb5d18cf8adb0ed4428b3a122f1869f4849827234a1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "b086126226b919f6fcacbf1ef547045ea848bbc739bd6524a6bd2aee46110f61" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.3.153-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "2802ed389e9c246415a6fc0dc8f8f5bc6cf9f43bcf53f30a921b6e5d80b1e314" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "4789a039df340581d7a71f5da6af9f222baa2265e8de8ce00365a31ac645adca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "39f07116b64d8b3b9bf17c65c45d97bf19886eb41847e30c6606751455cbb284" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "98940f1719b2ab1af943293601307b9e87ea71e30809d429fd7dc2e59b294c68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "8c1aa8bb711a31d50f613d8594103cfeaf062e9a422094dcf6d18646ecd99f17" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3d9b4e99966f9e9305b54a55991a64b59d85d804dc3876f0881b538cff09c84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a301c71de5f8d786b675c4258a8dd4fdc6533468c81f946b327e1a7f1ae859c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "bb83278da1007847a72e8f8ad40186c70a2ead7e48bf9eb387aeda94a8b63672" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.2.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c6867258f4347557435b2dfb7d7e05405cd6a21c954f9ab82a22a1280e93173c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.11.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "2923351205c6d078a0678857f507f57e0aeaab9570946faad2ade97362abafc7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3de3b43a6576a10adac99ac34984c3c623ad6666699aa0531ca239d9d27beee5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9f61ff29dc5aa272b771ba0691565d73f167ffe544b3d10f42c3f84ae9aa510a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.3.153-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "afcd59beb68d68115d0b020bca49e75ff3b407a9469d5578c25309e5ef83442e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.52-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "a01396eeb88b52137dd1878e1278a1608f848194a1bb7faa02d6b147894d17a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "c177c59124f4ae41d46950999548931905f6097de57f88df7d2af62dffbdf249" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "1c9e275d10ce496f75efc2337284ab7b6b8c7deb2abc148ea90b0a7ac9ebd9fd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "3dabf99c94d8cadd4efc5163fb53207f8c011e553b08c41cb760d18bbf2e3f0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "59f237756aa152cd1f18ee49e30cc9138ad6b0b451e338b467684f8c1b512117" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "9d7abb0c7df2b9104888ea11539055117023cf7354d6859789c233e6e5df14b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "35c177357715c9c326ee50fa87192dee6b9c25944725ec3107f63675d10df4cf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.2.9-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "df838d3a085f3741410f86c90a3da8dc57b38d69d830b198473b04fb0e8cfe06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.11.19-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "e3634e5eb0d9133e92909c525775e43ebc9597b4f6dda1f95d09bea18e4f4c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "73251d1b23faed1a04a84801beeb643161a1d10c6cdccd5f321a7dda7b105290" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.3.52-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "ae79b3b756a1c2ba848c2931bf0c9ae62746ab7755d110d68a280392999a0b45" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.3.153-archive.zip" - [[CUDA_Runtime_jll."0.10.0+1".sources]] - hash = "117ba27dc4086f895bade8d6314d5a2bd835342a6d46fef471b9932807e59e1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.52-archive.zip" - -[CUDA_Runtime_jll."0.10.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libnvvm", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "libcufft", "cufft64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libcupti", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2", "nvrtc-builtins64_123", "cupti64_2023.3.1"] - - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "3178e8b1a63616e8d4c43d62d151b4e07b02beb85f0a68ce6d8edbf6616734e8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "5cae43cdab5a39dc9c31ecdec4765cc47aa3c097eb49c3b4ebe15a9fa2a81a73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d56324da1848b172a862f93e48749cf33995d5975e68f88bddae3851250a47ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "0d17e438fde6edd93c82fb4069ef94f160b90ae213433d13958cda88995e6d55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "07f4be950d6d7a8b6cd317a282d5ea5a7829f0ce8e8d2126f9d2387576997d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "44d6f8cfe935686f936a92cd5e0ec2e63e1920bc0e6ccd70c1c7931f407808b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "d077c695f4dfe60e7f6b6e2d5cdc8ecd5a7971b0803ea3687071cf46c3162f5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8be94b093fc7c46b1e0a995c19d144c6cdebefb3040fa9ec6aa4dcba1a037d55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.103-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1638e76e3b22c3bcb96d63513c1152388b89037906a5bc45d23b6eba19b50da1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.103-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "9f91838c47686e9510d71b05b61661d9026292fabbf7481c6d0aa56dc46a4b61" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.101-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.10.1+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - -[CUDA_Runtime_jll."0.11.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2", "nvrtc-builtins64_123", "cupti64_2023.3.1"] - - [[CUDA_Runtime_jll."0.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "3178e8b1a63616e8d4c43d62d151b4e07b02beb85f0a68ce6d8edbf6616734e8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "5cae43cdab5a39dc9c31ecdec4765cc47aa3c097eb49c3b4ebe15a9fa2a81a73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d56324da1848b172a862f93e48749cf33995d5975e68f88bddae3851250a47ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "0d17e438fde6edd93c82fb4069ef94f160b90ae213433d13958cda88995e6d55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "07f4be950d6d7a8b6cd317a282d5ea5a7829f0ce8e8d2126f9d2387576997d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "44d6f8cfe935686f936a92cd5e0ec2e63e1920bc0e6ccd70c1c7931f407808b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "d077c695f4dfe60e7f6b6e2d5cdc8ecd5a7971b0803ea3687071cf46c3162f5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8be94b093fc7c46b1e0a995c19d144c6cdebefb3040fa9ec6aa4dcba1a037d55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.103-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1638e76e3b22c3bcb96d63513c1152388b89037906a5bc45d23b6eba19b50da1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.103-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "9f91838c47686e9510d71b05b61661d9026292fabbf7481c6d0aa56dc46a4b61" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.101-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.11.0+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - -[CUDA_Runtime_jll."0.11.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2", "nvrtc-builtins64_123", "cupti64_2023.3.1"] - - [[CUDA_Runtime_jll."0.11.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.11.1+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - -[CUDA_Runtime_jll."0.12.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2", "nvrtc-builtins64_123", "cupti64_2023.3.1", "nvrtc-builtins64_124", "cupti64_2024.1.0"] - - [[CUDA_Runtime_jll."0.12.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "dc126fb171d996c495756d44d565f7dd927245cbdc7191b9f8d5075d09ada699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "71c8ff1deb26970bcb0256e32a1ff86fd8d4b2687ff0f8db377cb431d6f3efd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9ec3199cb6e8ec2a3b3336bf120690e534aee8ab5ddc3ca51e0a01aad9494f48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "19746bd29e151e1e6d1ce7371a30b5218fe150d2a911466c9ae0c382b37886ea" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "059d82e2e804269b5f0161c91f6d875262f728c2b3a29c2600eee97a8d85aa13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "ef718e22a97ba76e58d02e7330b3a3437025b8a135eda57de942038c5148dee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "8f9ccae530410fe6d17eab5f5b594cfbef42c9781bf715520cc8221942fefe35" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.2.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "092c1829bc5ca22762a0303f420c2632e52c1bf64dd119e94dac316b9cc9a9fe" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.0.44-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "371d1c4b648ee5a255872a974f50d98041b1eda135e2e629121b6b334e77b8b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4331b4581cbe9e0bbb30e244337a410673f1d2f1284210868372968cdf183ff4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.0.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "9e9fe9d72522cf3de1e9b0b77dbeba0b8920d721b8c85dba6b18e7ddb77f0476" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.0.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "064777547cee873d0cee38ba918c66d8ee397e313fc832ae4745e37061cd37f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "129451060d510965a382707447cb93c9cb6d886a36c5e3b55a824711e9166b2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6180125bef2b6274126bddc4d9f6448397112a37152b7a352ff8e3dda35bb435" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3da7995480715fc30a3dd7bab698cd24e9a91418d9b9c1d4f2051f4302be0e46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "906f245862d977c16698c9e29ced152d997626b2c437fac3017b5e7f54af1347" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b2498702b99ed3ec31e65cf5df2a837a88de43a44d39f51091b409aeb76a9b38" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5606844e8ce731dbd00d86a8923c4ea5840133a2e17cd32a2ea1387cbe614cf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7300ad784024f358138900e298c209c3da45cd0c365a58ec646aec91713d3e92" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.2.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2b68795ce9027c56a63a02c5fc577d883af7f836edfb16bcd7095719b79ef3b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.0.44-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f912635b13f43c07976701220fc74af35f71b27e69071f0dae9a626fbba6eade" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f55a832585e654f785484ce50b5860858dec804c874bea52856aac8e6aeaa186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.0.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "70c29322a46365359af876afb28510780c8d91a417c978d44d17a3c9777b73a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.0.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1c4af32a0d90e19424411be89b6a1e2380714a727b9d5c6a42528f31567da05e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "5bb3b037be5c175679f9de8469f8701ccff48014c9fb3d7310d6cc5fbc57cc0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "3e705b3df0c8dbe697955a85557fa921de5ab49db6e0f72d1ff54629d306d566" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "cc31691a8af2a5ae27576a4f20366f38f388c6182389fa162c8bc91a7d47aa0d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "996355a7d575de0665cdf4d0800c21b61d864f9e030fb75bc6390d450631d904" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "83c1ff0fa2c861778ff799726da403d4c65a9c490b5c3761aaf6d47ececa9618" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "b2883c50cf59367639ec032622ca02c6f0dc69a0003fcb2535c59b4a501ad732" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "189921983a0d994604bc15b23feadbec04afe0b07ddaba13917f22b4e5611f43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.2.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1669a510dcf342b3f8388f1ce8847fd56c781bc779d68cbce62368f31b412b74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.0.44-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "18ffdc9e55b6cf58ab371b7847f0113a7bdf2673765f600cc957104c903f6897" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "7fe5656d60997f6d090f8b54af72050dbece98cac88c541ae211b157aedc7502" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.0.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "191e13f5e53cf29034add21a86e45be6f847101b5f6d34206de3367f56136a47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.0.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2d03f30c04f55a0d1814e00355f4279607d9bf77db613f7b7ee0f3e303902206" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "1034ca43da4afbc79f69269cc60dc081de631e1c0d229d60f045d9516409317a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "532118bdcf168d80e634daf1407a9819a46e9d6ded180eaae02758565d1a429a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "34f7d7e7843e3a95b35b1d697ea054765edccc73c6b31787a5b68d2261154d2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "807c060bbe5175d325d3334fd64fd73d01741a99c65a7460dda74588defdde2a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "6c25db1da8b807f105bde8fe83702370a9141ba3c030ed6e20c25564cad8725c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "2a1d9543fd95e5a7d4b3cd11e56c2d02705e0bab22acfdad72696803580e74b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "4229d2b590e4382e1b36651dde644e04c5a8664f99f53bb43dca967982a84f58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.2.65-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "265761bc01bd1453a0c4f7427dbc301ee1a68cde57fd8b48ee1fc238ebe827d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.0.44-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f7c76fcc64112309a26d7725d3357e89be2cf2ac69ed90e5653f290ed8e39078" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "bc800184054b7efecf8dd3c508f5333bdac7c39f271eaf3eaf3be0127fddad51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.0.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "66c7f041f8f59162cb70da1ef3e469b33ed9fbeed18e26a7325887c32039e694" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.0.142-archive.zip" - [[CUDA_Runtime_jll."0.12.0+0".sources]] - hash = "f558101a44a35311ddc7bf0cddff601b341bb70278d443148599a5742ffe5623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.99-archive.zip" - -[CUDA_Runtime_jll."0.12.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2", "nvrtc-builtins64_123", "cupti64_2023.3.1", "nvrtc-builtins64_124", "cupti64_2024.1.0"] - - [[CUDA_Runtime_jll."0.12.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "dc126fb171d996c495756d44d565f7dd927245cbdc7191b9f8d5075d09ada699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "71c8ff1deb26970bcb0256e32a1ff86fd8d4b2687ff0f8db377cb431d6f3efd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9ec3199cb6e8ec2a3b3336bf120690e534aee8ab5ddc3ca51e0a01aad9494f48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "19746bd29e151e1e6d1ce7371a30b5218fe150d2a911466c9ae0c382b37886ea" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "059d82e2e804269b5f0161c91f6d875262f728c2b3a29c2600eee97a8d85aa13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "ef718e22a97ba76e58d02e7330b3a3437025b8a135eda57de942038c5148dee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "8f9ccae530410fe6d17eab5f5b594cfbef42c9781bf715520cc8221942fefe35" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.2.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "092c1829bc5ca22762a0303f420c2632e52c1bf64dd119e94dac316b9cc9a9fe" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.0.44-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "371d1c4b648ee5a255872a974f50d98041b1eda135e2e629121b6b334e77b8b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4331b4581cbe9e0bbb30e244337a410673f1d2f1284210868372968cdf183ff4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.0.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "9e9fe9d72522cf3de1e9b0b77dbeba0b8920d721b8c85dba6b18e7ddb77f0476" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.0.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "064777547cee873d0cee38ba918c66d8ee397e313fc832ae4745e37061cd37f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "129451060d510965a382707447cb93c9cb6d886a36c5e3b55a824711e9166b2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6180125bef2b6274126bddc4d9f6448397112a37152b7a352ff8e3dda35bb435" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3da7995480715fc30a3dd7bab698cd24e9a91418d9b9c1d4f2051f4302be0e46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "906f245862d977c16698c9e29ced152d997626b2c437fac3017b5e7f54af1347" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b2498702b99ed3ec31e65cf5df2a837a88de43a44d39f51091b409aeb76a9b38" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5606844e8ce731dbd00d86a8923c4ea5840133a2e17cd32a2ea1387cbe614cf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7300ad784024f358138900e298c209c3da45cd0c365a58ec646aec91713d3e92" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.2.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2b68795ce9027c56a63a02c5fc577d883af7f836edfb16bcd7095719b79ef3b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.0.44-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f912635b13f43c07976701220fc74af35f71b27e69071f0dae9a626fbba6eade" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f55a832585e654f785484ce50b5860858dec804c874bea52856aac8e6aeaa186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.0.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "70c29322a46365359af876afb28510780c8d91a417c978d44d17a3c9777b73a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.0.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1c4af32a0d90e19424411be89b6a1e2380714a727b9d5c6a42528f31567da05e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "5bb3b037be5c175679f9de8469f8701ccff48014c9fb3d7310d6cc5fbc57cc0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "3e705b3df0c8dbe697955a85557fa921de5ab49db6e0f72d1ff54629d306d566" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "cc31691a8af2a5ae27576a4f20366f38f388c6182389fa162c8bc91a7d47aa0d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "996355a7d575de0665cdf4d0800c21b61d864f9e030fb75bc6390d450631d904" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "83c1ff0fa2c861778ff799726da403d4c65a9c490b5c3761aaf6d47ececa9618" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "b2883c50cf59367639ec032622ca02c6f0dc69a0003fcb2535c59b4a501ad732" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "189921983a0d994604bc15b23feadbec04afe0b07ddaba13917f22b4e5611f43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.2.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1669a510dcf342b3f8388f1ce8847fd56c781bc779d68cbce62368f31b412b74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.0.44-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "18ffdc9e55b6cf58ab371b7847f0113a7bdf2673765f600cc957104c903f6897" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "7fe5656d60997f6d090f8b54af72050dbece98cac88c541ae211b157aedc7502" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.0.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "191e13f5e53cf29034add21a86e45be6f847101b5f6d34206de3367f56136a47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.0.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2d03f30c04f55a0d1814e00355f4279607d9bf77db613f7b7ee0f3e303902206" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "1034ca43da4afbc79f69269cc60dc081de631e1c0d229d60f045d9516409317a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "532118bdcf168d80e634daf1407a9819a46e9d6ded180eaae02758565d1a429a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "34f7d7e7843e3a95b35b1d697ea054765edccc73c6b31787a5b68d2261154d2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "807c060bbe5175d325d3334fd64fd73d01741a99c65a7460dda74588defdde2a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "6c25db1da8b807f105bde8fe83702370a9141ba3c030ed6e20c25564cad8725c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "2a1d9543fd95e5a7d4b3cd11e56c2d02705e0bab22acfdad72696803580e74b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "4229d2b590e4382e1b36651dde644e04c5a8664f99f53bb43dca967982a84f58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.2.65-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "265761bc01bd1453a0c4f7427dbc301ee1a68cde57fd8b48ee1fc238ebe827d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.0.44-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f7c76fcc64112309a26d7725d3357e89be2cf2ac69ed90e5653f290ed8e39078" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "bc800184054b7efecf8dd3c508f5333bdac7c39f271eaf3eaf3be0127fddad51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.0.99-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "66c7f041f8f59162cb70da1ef3e469b33ed9fbeed18e26a7325887c32039e694" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.0.142-archive.zip" - [[CUDA_Runtime_jll."0.12.0+1".sources]] - hash = "f558101a44a35311ddc7bf0cddff601b341bb70278d443148599a5742ffe5623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.99-archive.zip" - -[CUDA_Runtime_jll."0.12.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libnvvm", "nvvm64_33_0", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "nvvm64_40_0", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvPTXCompiler", "nvrtc-builtins64_115", "cupti64_2021.3.1", "nvrtc-builtins64_116", "cupti64_2022.1.1", "nvrtc-builtins64_117", "cupti64_2022.2.1", "nvrtc-builtins64_118", "cupti64_2022.3.0", "cudart64_12", "libnvJitLink", "nvJitLink_120_0", "nvrtc64_120_0", "nvrtc-builtins64_120", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc-builtins64_121", "cupti64_2023.1.1", "nvrtc-builtins64_122", "cupti64_2023.2.2", "nvrtc-builtins64_123", "cupti64_2023.3.1", "nvrtc-builtins64_124", "cupti64_2024.1.1"] - - [[CUDA_Runtime_jll."0.12.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "b719c6b2a8cd330ab0e4361e41dda5493946fb7fa0c4b04c8dbd776fadc3b11b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f5e636944c7817b4f178070daa1259f25b3e84ebd092305d32aa189b21ae37e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6e86197149b0c0bd131ad925c165251fff1c054ae477c10b5c45e052789e1a2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "cae11cf45b9443643e82bdaecd51aec9f827db7cdab9498df388471532255480" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8407848aea496afd7708c9ed61c6a1d19c56362798341e1adcfeb77d34a5fea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5ceae6170471d7a9e4540796760642747d10d7d4f609dacede90f84927e59618" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "40726bd8bb106dacf5c1aef8815f3561078b13433671fed40dff431d13a34ff1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "5d020dc916a7c5f901802d21ca10ad4d40eaa21c4a1d487ad13a40cab60b4467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "42ed22ceebcb1840b391cb4369a41e6ed1ae31c5aae0b66fe15ba242db06c4d9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "55c3e49dce2cdfadaec23aeb408383d713bc0838e882f22b41931599525af795" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "8f52b2849dcc9a95fb7b2e2eea46afe5c1b459d372f3ce9eff1769845f33e0a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "a08da1a0b990ef7eb845655eb51ddc9fc920921da14ee2b32ad8daaebeb1c68b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "0e5ff35535ecb1ed0b482a2ac5e3a20e94722736f023fc802cbfd4900e590746" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "f15613b7c3088299659356456abfe2c3a98eed7eea9d8292fe0ec46726f5ec73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.12.1+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - -[CUDA_Runtime_jll."0.13.0+0"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "cupti64_2021.3.1", "cupti64_2022.1.1", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "cupti64_2023.2.2", "cupti64_2023.3.1", "cupti64_2024.1.1"] - - [[CUDA_Runtime_jll."0.13.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "b719c6b2a8cd330ab0e4361e41dda5493946fb7fa0c4b04c8dbd776fadc3b11b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f5e636944c7817b4f178070daa1259f25b3e84ebd092305d32aa189b21ae37e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "6e86197149b0c0bd131ad925c165251fff1c054ae477c10b5c45e052789e1a2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5ceae6170471d7a9e4540796760642747d10d7d4f609dacede90f84927e59618" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "40726bd8bb106dacf5c1aef8815f3561078b13433671fed40dff431d13a34ff1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "5d020dc916a7c5f901802d21ca10ad4d40eaa21c4a1d487ad13a40cab60b4467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "42ed22ceebcb1840b391cb4369a41e6ed1ae31c5aae0b66fe15ba242db06c4d9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "55c3e49dce2cdfadaec23aeb408383d713bc0838e882f22b41931599525af795" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "8f52b2849dcc9a95fb7b2e2eea46afe5c1b459d372f3ce9eff1769845f33e0a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "a08da1a0b990ef7eb845655eb51ddc9fc920921da14ee2b32ad8daaebeb1c68b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "0e5ff35535ecb1ed0b482a2ac5e3a20e94722736f023fc802cbfd4900e590746" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "f15613b7c3088299659356456abfe2c3a98eed7eea9d8292fe0ec46726f5ec73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.13.0+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - -[CUDA_Runtime_jll."0.13.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "cupti64_2021.3.1", "cupti64_2022.1.1", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "cupti64_2023.2.2", "cupti64_2023.3.1", "cupti64_2024.1.1"] - - [[CUDA_Runtime_jll."0.13.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f5e636944c7817b4f178070daa1259f25b3e84ebd092305d32aa189b21ae37e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6e86197149b0c0bd131ad925c165251fff1c054ae477c10b5c45e052789e1a2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "cae11cf45b9443643e82bdaecd51aec9f827db7cdab9498df388471532255480" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8407848aea496afd7708c9ed61c6a1d19c56362798341e1adcfeb77d34a5fea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "40726bd8bb106dacf5c1aef8815f3561078b13433671fed40dff431d13a34ff1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "5d020dc916a7c5f901802d21ca10ad4d40eaa21c4a1d487ad13a40cab60b4467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "42ed22ceebcb1840b391cb4369a41e6ed1ae31c5aae0b66fe15ba242db06c4d9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "55c3e49dce2cdfadaec23aeb408383d713bc0838e882f22b41931599525af795" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "8f52b2849dcc9a95fb7b2e2eea46afe5c1b459d372f3ce9eff1769845f33e0a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "a08da1a0b990ef7eb845655eb51ddc9fc920921da14ee2b32ad8daaebeb1c68b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.13.0+1".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - -[CUDA_Runtime_jll."0.13.0+2"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "cupti64_2021.3.1", "cupti64_2022.1.1", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "cupti64_2023.2.2", "cupti64_2023.3.1", "cupti64_2024.1.1"] - - [[CUDA_Runtime_jll."0.13.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f5e636944c7817b4f178070daa1259f25b3e84ebd092305d32aa189b21ae37e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6e86197149b0c0bd131ad925c165251fff1c054ae477c10b5c45e052789e1a2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "cae11cf45b9443643e82bdaecd51aec9f827db7cdab9498df388471532255480" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8407848aea496afd7708c9ed61c6a1d19c56362798341e1adcfeb77d34a5fea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "40726bd8bb106dacf5c1aef8815f3561078b13433671fed40dff431d13a34ff1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "5d020dc916a7c5f901802d21ca10ad4d40eaa21c4a1d487ad13a40cab60b4467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "42ed22ceebcb1840b391cb4369a41e6ed1ae31c5aae0b66fe15ba242db06c4d9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "55c3e49dce2cdfadaec23aeb408383d713bc0838e882f22b41931599525af795" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "8f52b2849dcc9a95fb7b2e2eea46afe5c1b459d372f3ce9eff1769845f33e0a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "a08da1a0b990ef7eb845655eb51ddc9fc920921da14ee2b32ad8daaebeb1c68b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.13.0+2".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - -[CUDA_Runtime_jll."0.14.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "cupti64_2021.3.1", "cupti64_2022.1.1", "cupti64_2022.2.1", "cupti64_2022.3.0", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "cupti64_2023.2.2", "cupti64_2023.3.1", "cupti64_2024.1.1", "cupti64_2024.2.0"] - - [[CUDA_Runtime_jll."0.14.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a56123c8207cc5feeb3fcf8da822f6b5345584ee1bcddaafc8b7a49e8c3d7b13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "a701e976e77d6ebb6f986452faa0566cb23e7e6a3465fec1f178324ab8b0a65c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "68bf29e090b3e41c3711eee9892f1c0ba70b7829dd1df6601bc0f3d451aaaf5e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1c20b05a362ce06c65efff864efbffd7d1e02433805a280eaea22b706e5e3de9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "5f17ba6912181162adec83b42e76ba6e8c7e0cb9c872e8dacacb09f0b42b3d8e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.2.13-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "46fae345f6c733431d5b660afa34546df552fa6f6d9ccf015f4372048e0090af" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.18-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "5f1f5ae8519481f985c489b49124e2ddb033d29df005d080da7d7601ae18ce73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "01b8b5f1e2ae47b36843c1d6e481cb657097b66f81806c8b8e63ae88458260c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.2.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "53e3e5598c92d00d0c46a270b9070edd23705684958b6494e6a5f841ab4d2613" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.4.1.24-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "bed1e22c214a48068089882791574b09552a223f87fac8ab5d034630d04a4ce8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b3a5d62e00f63520ff8c94243335b4a9097c13e91ec83392a6fe0ee181824245" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "189c368aba5f75ad5c98a731bb9aae9a9b13329180f572fbd9e231fd833dc639" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "2027c3988f9c39721c34a0273b37c4b492e8dd5da5e778a443b09bf2c8a4f55c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "dd04471910ac534ec2306a7f8ff545eb9f18a0b712824a45aa00f8d38e34bd12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "93f5b08eafc7d73a9e0625b84e67ad2993171d9baebc67d4eb946ccf6c3b3f3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.2.13-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c271526a944bdbfcae752306a6be5ba0564804e819598309bfbfe4d0f9fc1c16" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.18-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1d89ba7c0f136600e4dd1596792622eaa9f3d60cda3fd6a6e21cf12bbb702111" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "39773fa8c73af51ec8bc8140675bd065f8efd790e481b40e2916fa91f6e059f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.2.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e7c4751acbad149c325102ba17446f39ced9e0bf73d400fbcdaad80de996b05b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.4.1.24-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "76a9e6dbdfe5bf0ca2b182e9a4137f6c8157e137d22edc5a5956a17151aa1f4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "5d5d71a0c9d838d8a5b8d8b4b34dba12d5c40840dec7e8ca7b6dbc73bc7071e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "8287049ef36357c6fd05f7131671102dd6243acc075eadc65600ba0def2c5eef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "28eb5da875c783e3c62c23c8949f02f632d3fa1567000045a18c6d83a5439cfc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "2986bc0ce19808c69745caf8228a0653b641a35d7fe9de9272cc705ce713c43e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "08413962b5a35f38c0d1c9a7f65e201ff59aa85841a650141f064eaaff06e841" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.2.13-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "61034f4f9786f866b41162d8a6c2c9449fca9be799f3370c47631aab11762d93" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.18-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "79849e85650834447522b2174cf4e28dd72060440ad8ae4f9c3a27ab79de3c4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "af012122070ef179c7e31cfbbad12f0831e00c95468f7594980daa422979576c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.2.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "1251089d2ec5507a4da815114bc08c3daed2cd3c508bc4566c322e848c41085f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.4.1.24-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "d52d70b860830ed85f2e16b47ed3907127631060f50a75ce9a010a500f7ae9f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c0c33ca6bf16035f592dc5791c47a54515d661c19474afab1735a6ff269414b6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "9d9e23d161b2ea9897855cce670af2fde8aefec0aee98ba0367c6413e02a1d73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "dedcf8b84b244932bc34c8d2372eddcacf8103e8f16d820df03ee2ed98b43ce6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.40-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ff1f3fc068c40c8773909ed6a4a51fda37e6b91341a34165ca7778306f9f6562" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.40-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "cafd968c326c21deaca5f870a8c3dd1b7830809b693fe326a198f5e4bbd5c5ff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.2.13-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "c06f0d02d50a53f06094f2c6fac40f5c2a565c5dc45820ef36f7e33b958e7ddb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.18-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "e98ae538fc93472230506a4297c526ce70f69f6c1ed351cb65e759bb29f34003" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.39-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "bc1e56c2c93bfbeb0fb0b8e8786abdd2632598546f44b438638807ce53396194" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.2.40-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "6123d3112ed48f48ffaef7daa392a414bdcb5ce7b3503bf6fb5563b24add0b92" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.4.1.24-archive.zip" - [[CUDA_Runtime_jll."0.14.0+0".sources]] - hash = "ee18a48db45ff50f0a2e250747734153f970aad8cf1939118afbd96dd195bf3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.40-archive.zip" - -[CUDA_Runtime_jll."0.14.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.0", "nvrtc-builtins64_125"] - - [[CUDA_Runtime_jll."0.14.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a56123c8207cc5feeb3fcf8da822f6b5345584ee1bcddaafc8b7a49e8c3d7b13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "a701e976e77d6ebb6f986452faa0566cb23e7e6a3465fec1f178324ab8b0a65c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "68bf29e090b3e41c3711eee9892f1c0ba70b7829dd1df6601bc0f3d451aaaf5e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1c20b05a362ce06c65efff864efbffd7d1e02433805a280eaea22b706e5e3de9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "5f17ba6912181162adec83b42e76ba6e8c7e0cb9c872e8dacacb09f0b42b3d8e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.2.13-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "46fae345f6c733431d5b660afa34546df552fa6f6d9ccf015f4372048e0090af" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.18-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "5f1f5ae8519481f985c489b49124e2ddb033d29df005d080da7d7601ae18ce73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "01b8b5f1e2ae47b36843c1d6e481cb657097b66f81806c8b8e63ae88458260c4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.2.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "53e3e5598c92d00d0c46a270b9070edd23705684958b6494e6a5f841ab4d2613" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.4.1.24-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "bed1e22c214a48068089882791574b09552a223f87fac8ab5d034630d04a4ce8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b3a5d62e00f63520ff8c94243335b4a9097c13e91ec83392a6fe0ee181824245" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "189c368aba5f75ad5c98a731bb9aae9a9b13329180f572fbd9e231fd833dc639" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "2027c3988f9c39721c34a0273b37c4b492e8dd5da5e778a443b09bf2c8a4f55c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "dd04471910ac534ec2306a7f8ff545eb9f18a0b712824a45aa00f8d38e34bd12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "93f5b08eafc7d73a9e0625b84e67ad2993171d9baebc67d4eb946ccf6c3b3f3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.2.13-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c271526a944bdbfcae752306a6be5ba0564804e819598309bfbfe4d0f9fc1c16" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.18-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1d89ba7c0f136600e4dd1596792622eaa9f3d60cda3fd6a6e21cf12bbb702111" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "39773fa8c73af51ec8bc8140675bd065f8efd790e481b40e2916fa91f6e059f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.2.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e7c4751acbad149c325102ba17446f39ced9e0bf73d400fbcdaad80de996b05b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.4.1.24-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "76a9e6dbdfe5bf0ca2b182e9a4137f6c8157e137d22edc5a5956a17151aa1f4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "5d5d71a0c9d838d8a5b8d8b4b34dba12d5c40840dec7e8ca7b6dbc73bc7071e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "8287049ef36357c6fd05f7131671102dd6243acc075eadc65600ba0def2c5eef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "28eb5da875c783e3c62c23c8949f02f632d3fa1567000045a18c6d83a5439cfc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "2986bc0ce19808c69745caf8228a0653b641a35d7fe9de9272cc705ce713c43e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "08413962b5a35f38c0d1c9a7f65e201ff59aa85841a650141f064eaaff06e841" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.2.13-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "61034f4f9786f866b41162d8a6c2c9449fca9be799f3370c47631aab11762d93" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.18-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "79849e85650834447522b2174cf4e28dd72060440ad8ae4f9c3a27ab79de3c4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "af012122070ef179c7e31cfbbad12f0831e00c95468f7594980daa422979576c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.2.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "1251089d2ec5507a4da815114bc08c3daed2cd3c508bc4566c322e848c41085f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.4.1.24-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "d52d70b860830ed85f2e16b47ed3907127631060f50a75ce9a010a500f7ae9f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c0c33ca6bf16035f592dc5791c47a54515d661c19474afab1735a6ff269414b6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "9d9e23d161b2ea9897855cce670af2fde8aefec0aee98ba0367c6413e02a1d73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "dedcf8b84b244932bc34c8d2372eddcacf8103e8f16d820df03ee2ed98b43ce6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.40-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ff1f3fc068c40c8773909ed6a4a51fda37e6b91341a34165ca7778306f9f6562" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.40-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "cafd968c326c21deaca5f870a8c3dd1b7830809b693fe326a198f5e4bbd5c5ff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.2.13-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "c06f0d02d50a53f06094f2c6fac40f5c2a565c5dc45820ef36f7e33b958e7ddb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.18-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "e98ae538fc93472230506a4297c526ce70f69f6c1ed351cb65e759bb29f34003" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.39-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "bc1e56c2c93bfbeb0fb0b8e8786abdd2632598546f44b438638807ce53396194" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.2.40-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "6123d3112ed48f48ffaef7daa392a414bdcb5ce7b3503bf6fb5563b24add0b92" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.4.1.24-archive.zip" - [[CUDA_Runtime_jll."0.14.0+1".sources]] - hash = "ee18a48db45ff50f0a2e250747734153f970aad8cf1939118afbd96dd195bf3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.40-archive.zip" - -[CUDA_Runtime_jll."0.14.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125"] - - [[CUDA_Runtime_jll."0.14.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.14.1+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - -[CUDA_Runtime_jll."0.15.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.0", "nvrtc-builtins64_126"] - - [[CUDA_Runtime_jll."0.15.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "75af44a162ee204adf0afcb81bf0448d64baee787d9d694e92722dbbcd05a42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0f6e58132433617ab1ca279e0cfc1d82737d2320061ab7033a6e32f23f9fb25f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4336a230269db14336ca1f727a0502631390a52d37c17d3bde05ccda5d534406" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e8f85fc2f9a7e32838723f2f138662a87e3d74eb05ff3a864f1059e7400d9bb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ba60cc8c9cfabb399b70aa49ee3428f7c489330b0aa7c8616121651e56dacc3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1bac7ba106e19d7f8d40a60b1eec8decbd9522718db15df043b4329225923d5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.0.22-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9af45404b4ae48ec44c564c5e2cbb896d89e10b66f68fa32e47dbdb0e62bdb20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.6.28-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "92575006cd1fcb55edc91c5be660de5f94c796d8c840b5827a52d18168fda099" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "625801d29840f6d022b6af73c7db9638c439423d97b504edf83bc27a2bf7ef54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.4.38-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ee3ec738f7dccb19d91b0d0714f56090369d4adeae5eade259f84d44281da311" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.2.23-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7e57521fc4065f264bd7fd118d267636c2cdf0e542465f281e767e206cf5a794" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "061fd21ab9274172094f903708d44af6ecbd0102a77568e3304d76d9fca27308" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "cb033b7b180a99485dca32db3f07642577d42fc30943f5cee7a751a971c3d1a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "468c5c31a49740cae8edff724aad10a0f20c5ca7fb9eef54881c01f68a48d713" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "5fd36dcf809771befc30b6a7b4a652c1e479dc1e6e6f9edc4eb20c26b0eddb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d9bd48904d11a707988201566478eb3dc50b04e40d7eff8db005089c21d1e00c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8c98b14e527e555f969ffacb86baa11eb1a96370ba57e7c8bb5138236136a907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.0.22-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "27a8d511accf18c58126d71a069974a4d13d0d5ad003be0813b503b85a3ac232" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.6.28-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1f2346a36ad8b989432583fea0186ba2f6c84bfb0a0cd1b35b7261763161d53f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "2ffbabc3fd9c9bd0a482123673bc5c57c2e805d0ad864678f37cab93551000cf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.4.38-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "39f2080143d9d97a3c075c9310c4380350eb44ea96ab59e5b198e4984da6253e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.2.23-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "33d13a47a84401bae9c66a23613a8fd18862affeb13ee402f27779674e8fa857" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c2efb179cf90aa18c6fd4f7a7103d43ead400f0af1859033a19478a45bca8f62" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9b203ba8cf9265efb4a518e6911d2f2a4353a489c11e7c9b4f043b0feb6d2aea" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "06112bf1cc0cfb6b881a2e0420cb4611b6d701decbb195fbfb4f0e9966a42006" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7c19bbdea7cf054d0dc42db7c619c754b590006a60284e7ffdfd8be327c69ed1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "7ed318e59165e4d838df65618042b139f7743b80c22f3f28764287732503f52b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a4e5cc7dd46010850330641938b3167c705197d6db7503e97dd43aa6fb1d12fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.0.22-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d9042f93b5222161df3495bc6eb8cc9516cf618c1bf778b39adf589d46119893" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.6.28-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "ede18730ce95c0c4492a952216470cab2c82163f19d26006c66919f8dcfde58d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "df97eb51b2669c3951d3e3ca41a33a848e1b7461f26eeac7e6cc6b6d043bd82b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.4.38-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "d9981407c6af8a3ed07d956f888426093a34a81fd9199d020c28714509ee050e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.2.23-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "a25199ea3a109f216e14bb55c5043feac237f6c5adfdc28e709cbad0a6783317" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "c66badb16921c4acb7abc38f211d530c2f290bd52c2cbdb5fb12095dc6eab0a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.37-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3c8aceca20d531ab5928027c132cc1f2cd0d4ad119e3d0cba27fce06142f431c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.37-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "03282a36fb98c2f227877a62efd04c36b1ab01fb1b676d9edbd0b10179e0a40a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.20-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "0838c4b8e0a4ed60af8028b2e57ca18410922df7550bf8eb175d61e384f165d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.20-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "9ac787efbcd20c4c871038ee5ca1c0757139990b25ea90d368aa9c1759952be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.20-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "4f38ba0ab036296bcc48727cc3ed27e633911c0fc5dccb60d5131657b1a58002" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.0.22-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "1eb247d48ae39a259e7d65a1bd6face05cedc37cdee3c26d8a5fcf7492c3444a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.6.28-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "5db79007bde6f0cb2d1f062c1c4d51465f6b6a56173e575b140eeae0f9c5ee4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.37-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "3d82c16f8331707aa3ca516a1beaaca0e8169f6e34991d0d824873cfe6197044" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.4.38-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "8ca7f006ecdd89ba1faf7b7eac2c0b6abfabe1c732f4520a82c653f80fc50cff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.2.23-archive.zip" - [[CUDA_Runtime_jll."0.15.0+0".sources]] - hash = "e7577c412f7ff3d7f6fde50733ef2af6bcfc4e093f8cb4e282129bc55f5aba06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.20-archive.zip" - -[CUDA_Runtime_jll."0.15.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.0", "nvrtc-builtins64_126"] - - [[CUDA_Runtime_jll."0.15.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "75af44a162ee204adf0afcb81bf0448d64baee787d9d694e92722dbbcd05a42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0f6e58132433617ab1ca279e0cfc1d82737d2320061ab7033a6e32f23f9fb25f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4336a230269db14336ca1f727a0502631390a52d37c17d3bde05ccda5d534406" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e8f85fc2f9a7e32838723f2f138662a87e3d74eb05ff3a864f1059e7400d9bb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ba60cc8c9cfabb399b70aa49ee3428f7c489330b0aa7c8616121651e56dacc3e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1bac7ba106e19d7f8d40a60b1eec8decbd9522718db15df043b4329225923d5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.0.22-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9af45404b4ae48ec44c564c5e2cbb896d89e10b66f68fa32e47dbdb0e62bdb20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.6.28-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "92575006cd1fcb55edc91c5be660de5f94c796d8c840b5827a52d18168fda099" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "625801d29840f6d022b6af73c7db9638c439423d97b504edf83bc27a2bf7ef54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.4.38-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ee3ec738f7dccb19d91b0d0714f56090369d4adeae5eade259f84d44281da311" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.2.23-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7e57521fc4065f264bd7fd118d267636c2cdf0e542465f281e767e206cf5a794" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "061fd21ab9274172094f903708d44af6ecbd0102a77568e3304d76d9fca27308" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "cb033b7b180a99485dca32db3f07642577d42fc30943f5cee7a751a971c3d1a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "468c5c31a49740cae8edff724aad10a0f20c5ca7fb9eef54881c01f68a48d713" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "5fd36dcf809771befc30b6a7b4a652c1e479dc1e6e6f9edc4eb20c26b0eddb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d9bd48904d11a707988201566478eb3dc50b04e40d7eff8db005089c21d1e00c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8c98b14e527e555f969ffacb86baa11eb1a96370ba57e7c8bb5138236136a907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.0.22-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "27a8d511accf18c58126d71a069974a4d13d0d5ad003be0813b503b85a3ac232" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.6.28-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1f2346a36ad8b989432583fea0186ba2f6c84bfb0a0cd1b35b7261763161d53f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "2ffbabc3fd9c9bd0a482123673bc5c57c2e805d0ad864678f37cab93551000cf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.4.38-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "39f2080143d9d97a3c075c9310c4380350eb44ea96ab59e5b198e4984da6253e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.2.23-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "33d13a47a84401bae9c66a23613a8fd18862affeb13ee402f27779674e8fa857" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c2efb179cf90aa18c6fd4f7a7103d43ead400f0af1859033a19478a45bca8f62" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9b203ba8cf9265efb4a518e6911d2f2a4353a489c11e7c9b4f043b0feb6d2aea" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "06112bf1cc0cfb6b881a2e0420cb4611b6d701decbb195fbfb4f0e9966a42006" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7c19bbdea7cf054d0dc42db7c619c754b590006a60284e7ffdfd8be327c69ed1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "7ed318e59165e4d838df65618042b139f7743b80c22f3f28764287732503f52b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a4e5cc7dd46010850330641938b3167c705197d6db7503e97dd43aa6fb1d12fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.0.22-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d9042f93b5222161df3495bc6eb8cc9516cf618c1bf778b39adf589d46119893" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.6.28-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "ede18730ce95c0c4492a952216470cab2c82163f19d26006c66919f8dcfde58d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "df97eb51b2669c3951d3e3ca41a33a848e1b7461f26eeac7e6cc6b6d043bd82b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.4.38-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "d9981407c6af8a3ed07d956f888426093a34a81fd9199d020c28714509ee050e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.2.23-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "a25199ea3a109f216e14bb55c5043feac237f6c5adfdc28e709cbad0a6783317" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.20-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "c66badb16921c4acb7abc38f211d530c2f290bd52c2cbdb5fb12095dc6eab0a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.37-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3c8aceca20d531ab5928027c132cc1f2cd0d4ad119e3d0cba27fce06142f431c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.37-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "03282a36fb98c2f227877a62efd04c36b1ab01fb1b676d9edbd0b10179e0a40a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.20-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "0838c4b8e0a4ed60af8028b2e57ca18410922df7550bf8eb175d61e384f165d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.20-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "9ac787efbcd20c4c871038ee5ca1c0757139990b25ea90d368aa9c1759952be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.20-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "4f38ba0ab036296bcc48727cc3ed27e633911c0fc5dccb60d5131657b1a58002" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.0.22-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "1eb247d48ae39a259e7d65a1bd6face05cedc37cdee3c26d8a5fcf7492c3444a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.6.28-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "5db79007bde6f0cb2d1f062c1c4d51465f6b6a56173e575b140eeae0f9c5ee4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.37-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "3d82c16f8331707aa3ca516a1beaaca0e8169f6e34991d0d824873cfe6197044" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.4.38-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "8ca7f006ecdd89ba1faf7b7eac2c0b6abfabe1c732f4520a82c653f80fc50cff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.2.23-archive.zip" - [[CUDA_Runtime_jll."0.15.1+0".sources]] - hash = "e7577c412f7ff3d7f6fde50733ef2af6bcfc4e093f8cb4e282129bc55f5aba06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.20-archive.zip" - -[CUDA_Runtime_jll."0.15.2+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.1", "nvrtc-builtins64_126"] - - [[CUDA_Runtime_jll."0.15.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f7e2471305e7396597290d3ed3276829f7f56741fee569f9cb3c767bbbcf001c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f9bbaf8246a30fdccd2e280ad671b0475971feef96236c2c0635f3b3abc2afb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "99c973550275157fe89cffc36c821df3ce3a4ea75aeabb57c12e8d9331bf20d9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7011130022fadf51619ac1bc44f3270d55a3c1e613b6e62bba0c33edcf5316ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "78c4e88a3eddfc6ad7108541a76cb8f80b7c4028d90b9e5d5adc00db47370b88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "225c35b92301b670126ffc7b7aa5df09fbfbe85d3869d17e131523617544e628" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.6.59-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f3d7ed58fe61214c622a8d8853f65016ed4485a3a8d314edab11f50890a78545" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4326a763c5a57bdd8ab937ebf430ea04b2bfa5ab5a1e0f02fff16861aa8c26ab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.4.69-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "be40783e089213921d99cbf0102f5f4d712e7c4996b6135e41ff35068e9e753d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "700a0c2cbd1e591213a2bac6e34ed4ba451224db86bcb782b4f6e052209e348c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "bcd9b19f291e17d82dc7ffe1d2888a92f5d986cf3ca7305bf8b144edc7a58034" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9cca71d65e08d1320b727559dcb5cf8637fdfbb742301612b8c447083a13c2c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "33301f54597975af80d358dedd692994646520035f64cd76805c954a8f61a8b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ae4cc379df9def53dbda3853798c06a3480486cd5962aeb5115c3f4ccac12507" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "2a542487ac78e41743fc0cf8bbacfe67f210cb99d5798d89dc08de960f2e88ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4f8f3df4e582abba889edc22f162574d199b2a23cb1bbc714a00d5fbb4b0f822" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f0c49b97b4b1f1f35291e574dcd4d62ba779f578820a25323eaf2a2f080bf518" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.6.59-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "8ac4eec86c2f04083eb7b47b44205530ca8b59823ce360a09366edc4ad1b3535" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "05d1325f6c96e5a796cc4fd22c1fa91d7675b03d4b8103f575176eaeb7c9c9ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.4.69-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "98fbf8839a09f02b151292011e64c3e7960f43640ea8a2a701bda8083cc807f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "999117b1c362a6d032fbc6f19c44732d26ef0bfa58373a28beb2d912329d1ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "0a416361995b2c3aaedd9fe7a91f3902674eb245e286212f1218e4bf2f34b8ee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "50163cf147905bfe54a644d61c103cd3555d64e714e136f07392376d867b5eb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f895c416e195240a9b89790bffc7a905adf2f33f817c19c081f9cbf44bc67f85" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "dbca520cfc045b946f1f8f69a0f28aaacaafefc97c71f66b579764257ec165b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "4c20748fe3ce28071c12eec8a47e01dc0108985aa7ba2052ae695e6635b379d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f79d5f965dc6912b8abb50d20d93032d79bd96dacd65d8649ca750e863ac9185" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "bd7d2464cbb7c66783d7bfbed7130c36caa213f4361cab2f00585fbfc783c434" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.6.59-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "5da4634d4d4c2bf861f89f2efaa2734ceeeef3cb9163f738b45fc4001f9497bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "aef94a995c7afce20eac7de5926c1ccca09a7d592319fa28ce3ea06163158797" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.4.69-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "901db312af40926b0225d88e74a1793e7c0dd367f2de7909a176738f9805f5b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ae303c4c0ce235ab84d50c6f5917b1ebb50d3cf22e2614d5a55e1767f841215d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.68-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d5873e4c508e05797cefe6d324b131e9ea3e44f41062e15cd7405d3806561a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.68-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "d1147cacc0567123f34082cb48a9e3d8f77c6010c3aab3286d516c576a9089a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.68-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "03ef603c9d69a03861e7f021d46ef2932581d3ed8fee75e9b1a4788f22a1aea2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.68-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "6c48c79c2e47a84baac36f327ace7b9c128ef1a6d33581c1740cfa8a6aab4cd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.68-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "ce7bc28fed1c071709bc1bb3e9d93a336b344d96ca3b8388e1a2d46024b6684f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.68-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "00096575f17339b7bf7ef7d8477337cb090206a47f710bb97ec5859604d0b8da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.1.4-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "9216351d17d9c7b4bb3b93ce278d928326ae7e9ab86ddab03b91accd64cb3a7e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.6.59-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "adf734418c21fcf1cdb166e590a0212d49c43bb0c79405b6657fdcb17c5d59bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.68-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "f2083a14e7ad307d3833a81785dd2291783207cc3b6f9dea60a47fc1d6c642b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.4.69-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "652c7784bca05bf58c99268a2fce3369a2c668cb0b769f1d829464deeab243b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.3.3-archive.zip" - [[CUDA_Runtime_jll."0.15.2+0".sources]] - hash = "7b49eb751c7b99d777a173280afadab0707d34ad6e7ee0728fe8160a99d70e29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.68-archive.zip" - -[CUDA_Runtime_jll."0.15.3+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_112_0", "libnvrtc-builtins", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.2", "nvrtc-builtins64_126"] - - [[CUDA_Runtime_jll."0.15.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c2b319299ead62980b6978670498bfb70aad2309fdb581de197a682648ff3b72" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9bc74afbd5027d565631c8cdf6e2b9ddb1815d87137d8fdb724ca71596e1a8e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "82e62a45a622922615a5b0f49462bb47e434a307a6857a9c1505df607c1b80df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "2f6930cc8e2a022723c5a787784b52292e9334fb1487cf743b90b82edea12b55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "19972955983cdb8eb01b786c7c03b1f5c92a5dcf27304eda7fcdecab77224c85" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "aafeadb7108b49ed6d432cc471262eafd9c585dfa3317b57815c59a727f872d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "fb9be60ac1a366cbc2c4675bf8eb4cd332a65f341caaa506952ef71aac80db31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f21bd06242ed75345ee24d3f567c1fdc4bb422a8179ed890ec0d12cf801d0b1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "fcee340e703c8dec0b7fc4748a70c4b676f1946f92f0b6584fefd7b1a4c0bd63" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "3bd7a77c8c0a7b57c8814127721bea7998b7c7e6f3750cea99f69899ddf302b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "1d184ca49c315ffef887e949edd3ac40fa14cf6b52c66ac96875b36009e81be1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "cb8dc3244b2f501d3b7d4097682ac6a10d1c8ad81611c47e86cb9e6526e4a39d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f537b70b04f41bf0c3b2f4cc063ae448367accc246aa53f9d40559bcd41d42cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "99631d3d918ae426739388ddb1b05a3edae0b13a69e37ae5c517c60947b8bbf5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "05ae7a77008ce0ad3be214d128d8bdb23b88387408e7bdf318a0f01c54841806" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.3.3-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.15.3+0".sources]] - hash = "58f5819c82a98d7c5418a1e91a622c397f9a30eb99805a2af2571986c614e2c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.77-archive.zip" - -[CUDA_Runtime_jll."0.15.4+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_102_0", "libnvrtc-builtins", "nvrtc-builtins64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "nvrtc64_112_0", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.2", "nvrtc-builtins64_126"] - - [[CUDA_Runtime_jll."0.15.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c2b319299ead62980b6978670498bfb70aad2309fdb581de197a682648ff3b72" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9bc74afbd5027d565631c8cdf6e2b9ddb1815d87137d8fdb724ca71596e1a8e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "82e62a45a622922615a5b0f49462bb47e434a307a6857a9c1505df607c1b80df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "2f6930cc8e2a022723c5a787784b52292e9334fb1487cf743b90b82edea12b55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "19972955983cdb8eb01b786c7c03b1f5c92a5dcf27304eda7fcdecab77224c85" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "aafeadb7108b49ed6d432cc471262eafd9c585dfa3317b57815c59a727f872d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "fb9be60ac1a366cbc2c4675bf8eb4cd332a65f341caaa506952ef71aac80db31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f21bd06242ed75345ee24d3f567c1fdc4bb422a8179ed890ec0d12cf801d0b1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "fcee340e703c8dec0b7fc4748a70c4b676f1946f92f0b6584fefd7b1a4c0bd63" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "3bd7a77c8c0a7b57c8814127721bea7998b7c7e6f3750cea99f69899ddf302b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "1d184ca49c315ffef887e949edd3ac40fa14cf6b52c66ac96875b36009e81be1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "cb8dc3244b2f501d3b7d4097682ac6a10d1c8ad81611c47e86cb9e6526e4a39d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f537b70b04f41bf0c3b2f4cc063ae448367accc246aa53f9d40559bcd41d42cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "99631d3d918ae426739388ddb1b05a3edae0b13a69e37ae5c517c60947b8bbf5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "05ae7a77008ce0ad3be214d128d8bdb23b88387408e7bdf318a0f01c54841806" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.3.3-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.15.4+0".sources]] - hash = "58f5819c82a98d7c5418a1e91a622c397f9a30eb99805a2af2571986c614e2c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.77-archive.zip" - -[CUDA_Runtime_jll."0.15.5+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_102_0", "libnvrtc-builtins", "nvrtc-builtins64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "nvrtc64_112_0", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.2", "nvrtc-builtins64_126"] - - [[CUDA_Runtime_jll."0.15.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.15.5+0".sources]] - hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" - -[CUDA_Runtime_jll."0.16.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_102_0", "libnvrtc-builtins", "nvrtc-builtins64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "nvrtc64_112_0", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.2", "nvrtc-builtins64_126", "cupti64_2025.1.0", "nvrtc-builtins64_128"] - - [[CUDA_Runtime_jll."0.16.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "5bd3ac35ea8e8ab880e595d5054ee373abf6d9e53dcb8cef0a5c75358dbc0ae2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.57-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "f2b3e26816f9799b21545637f4520b1119de12550dc3a3910fac9883943e9e1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.57-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "145f8779bd56bdfa214447e5cb1b3a206ec1b7398da460e257f2898fd8604c54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "df1df922d6af3a01ccfbf4db9125b2c20b9b23bbd4a737be9d2261b241ae77c0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "102b74439c32f5be7be8aa983aa0251045cf52cb75a05f4ffe32e13c7480090a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.8.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d634d545a670a43337741e1672b63ef9b989aaba15823f27ee4b4c7f43d790bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.3.14-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "04f54ccb47b8785cd47fbaa6c78cda1521950841a2dbac1d95d7ba6a414bb22b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "91923b0e38dc3d0e14c667800ebf95ee7cd290387effc7a0a559144004b5504f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8371ae8dccaac9681cf37155401db155c75183e319c8626800eae8dc756d2d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.2.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "de3ff527e803aff2c6a35e1e367b405fdc39ab313468554a72d112d54b37b090" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.7.53-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "522ac9a54f9a83bdaeb0f6fbdf9a030c379f53f1bb628d0a554fd33003c3a485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "45a6f64522329448d75e9c6adcd625994fe85f6aff9befe0dd43468aa65cb00a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.57-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "75b64bcb5f25ded6df3f37f2596b1ab9404cbdd4ed46d33046aea31a686adb06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.57-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a02498cc0a4d3571587ac249185f6bdf3095dbead75cc3c3b2f11443c67b0255" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "03dcbbc31e87e9a7c83a40a4df2f0600d2474331bb3fbdddc5e01fc469fcd385" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "dd22436c7c52b9925c483167c37b07ef627770e81b2e39a6db7a4b082176090b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.8.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "62d358b180ffedbfec120b38aa06c23f00e63a99dd254876efeb6533fe84ee1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.3.14-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "c239667c03cf6ba3af71926518286b95740950b870711d1c44555644dd30d1c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "561aae0bb1d14266bce879d834ef99ee0230083b3a88ec632baca2412c134d09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d64d595a9c502a0a49ff95521e9b0f2c9120a7ecd8f1df1915bc17d0445cc65c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.2.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "da9958295f723ceafdcce2a4cde3f250700b39bcc873244b7012c41ca36f10a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.7.53-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "875057ce2458cb7cd1f28bcc6571db34e7ae2e396b8be62489212b09b4aa93da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "b94814dacc8e4e69c8909ac08ae9f8d6831c1a141358a6e9f60583481a49ae2b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.57-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "32b64454b327718bd8519daf39ad214a0207d9d1a5185c3c528119da1f3f00dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.57-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "03f998e7d6c820479b18397276ac9067f4f757b0f94daec64454fdda373eb272" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "1896129dd68be8a5b1cd00495ff008db743a59d8b4fd4d5cf01d463abcad2b0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0e84e6e36a83384db60bfc42bd02de9ba836834a2d3cce345a6385632a6967ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.8.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "62200eba7c5cb946863a0699a264be77437a5f7538a66167752c29a7ccae2849" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.3.14-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e68c264b48acd122c59ba527b854c3c210b8097086f1dc108bd0469f7d646316" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "fb56d29e574b5b66cd25ba3b36fe9e91ee718fdd3bcbbb1f50ff0034475c5cbc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d2b159d08415823e597eb041be9d1a328ef0bff97a3d2e7ca7380a2c080f0243" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.2.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "0a7879039873dd893b1a8df48bfafc2668dd32591e00e1dce34c4c5add3cab7c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.7.53-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "845f34db0a23f1d5d0b2e60c12944cd7532e59cffd44a032c584ebab3a089f49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "2c7aa62a195d79229d4381c8bd0174a30502cf3d8124c6e94ee50a7fc8a1e9f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.57-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3ca7f96d1ee70a961b1cea25a3d29114d86a2d2361b59b730322a01b7374fbc8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.57-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "d0158c4dd6565c0c9bca50d2e0bd5fd944d40333725a1c6875ef1840b719abfc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.61-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "e43603b09f8a52d681ceb814c00b655af19da53692ab91671dabbf8071c8f93d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.61-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "3262f23123490e66a6648e78c859665d3176fd64d341531224c7a3656ccd1056" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.8.55-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "a2f990cf61f0086d942632f2455727240baa9378c2e9fa2bdda56ef81f6cf8ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.3.14-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "04969fc26520dc085665bf6256d793ddceb277bd6f2401093fded781d9fa7151" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.41-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "239172718cca32f153ef6fd27e3950795463732b0f24df6282ba6bf207a9c29d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.55-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8478e9dbb6606dfaa7aa08c3f60372d93eedc721c701adb46eb1e4a3d1ef3854" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.2.55-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "eb6d62a449390c91b22a72df5facdae8d6121736931dba75cfd1d2a9063af49d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.7.53-archive.zip" - [[CUDA_Runtime_jll."0.16.0+0".sources]] - hash = "8258afaadbd9744d87070525067c497041dd52c6b22d11ba7297421fc8f6f39d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.61-archive.zip" - -[CUDA_Runtime_jll."0.16.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_102_0", "libnvrtc-builtins", "nvrtc-builtins64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "nvrtc64_112_0", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.2", "nvrtc-builtins64_126", "cupti64_2025.1.1", "nvrtc-builtins64_128"] - - [[CUDA_Runtime_jll."0.16.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8d566b5fe745c46842dc16945cf36686227536decd2302c372be86da37faca68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "7bf5db86cb82f26a6a3cb9e2fa4dc2a131d25885f59fdbc647938929924405db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "992f5e4d95cb499f41e442245efa877dbd60c711451afe680a26700d61eb3843" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8ac63f4079c47707ec958af3a97ceeb18194e16827a2766058f5872f6c3412ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "21718957c2cf000bacd69d36c95708a2319199e39e056f8b4f0f68e3b9f323bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "126fe08fc0df07a7420c2da05a2ae72ea19660fff79bf06de16520d1f915cb83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "32a5ec30be446c1b7228d1bc502b2f029cc8b59a5e362c70d960754fa646778b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d40ac4040aa192183a072a52cedabd23449b7dd67adbe1e760ca08162f765504" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "aa535ceb56690518c89257d985b13d505f951e4bba7591dbfaa179fc2fff329e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "29220664ad272c513d3213133ace6d6590303e46b42a17b05bc2bee90e54a888" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0cdde0058d47b3307bc2d58156cfadce092631a3d24616e1b88d6ef089b5ca73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0bd2e29566d168e05bacbc0965b760ff8508526482d66371d36a97e8a3b20aba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2eb267e6ebbe17e5ebc593bae8b83fa927c3e53cbf43ef5c614eff6c94053d10" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "ee5d20c3b0895dd541c41ccd790299ee922bd6799b35c036d5978fa88f89646e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "0c72707eaa23b0dbe0bb14e346b9700378e4007513b21dd2d0b0dcfa046ae241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d3c3f32be793fbc995754acf12f94fcec5afc8d85d860875b38eed3ff6f97804" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5d048199ee929744cabc29aac9ff5b2005679e86e6f91356ce9234839dcd65aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bd2ff4a5ef69f37e943d20fb5017c7f6d789b6f78da6365fab5021e500e6305a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9cf91d51b2bbfdfea3266bf34c69a825fa4f5c043839ab4dd3698acd38a367d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8f4e3eb72a867a2d5ac0df6e2cc7a482e252423d6052f00cf739357446194f4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b7c8af345d8f1b72fa6283ce00abf8a9e0f2e7cc610b4edf17491eb4bfb9bfc1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9e54c6686b193efa9642e7f6609ce78b064c5d576946478bcff4c024e1acdea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bf7640a559f53a9c19b3f42443da20ef4cb1c28cacf00d5506ee7dcf7e1e6a45" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a24bb837c214a1620924b9721dcc0ce82623626f8cead704aed4eb08038ac5d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "250ae30e878b0c4c1553e7c7f28c2c763902c807b5f493ebc16e6e10c71213f2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "429803c0ea8aec1db0050f7bfd807d519e22c9bf223c19000d6018d930741028" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bf2106087eac3f87b3b01263e6ef1229878ee36108408a7dabc04d5f02f8eff5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "2fed8d9d8fa8c7189dbd9e04dc5c1b7655cd98b834a902a76afc39f7a8635427" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "b57dd2c166d1932cd5cc1e7885ca1e890452e684176ad61b8579c83f6db79fcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "bc8b28217581fdb1c979eac48b24d35a385c7ca778f70cf1257e7760a922d65e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "d5be4fc9b26e07a687249f8a5151fa093f512f1c50a629d52e659ee9ce984aca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "4a39058fd8519444a81cfc7ae055d136f48d1a31ffa41ae255b35b2edd61e13b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "8a09eab5412addc6e132a55bac41ebad0141de3b5b6f6eca3028eb9e49a8cdb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "9fdc70b4271ed9aad4d64cd7076a7d96ec36512d074b9995fe638de669197391" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a63302a077f0248a743a1a7caa7dbd80d0fac56c6cfa9c41fa05fac9b7e5eda5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "a348209c803fa67b7bc216a5b4d7a6f9a117ccc60a8c567eb94cf25ba737ec47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "57a470112cec7e112c95253dde8b3c7184d795dbd92b0bde77a4cb7f8c94c8aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.4.1-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "cc6e0ba958cf23387b462017a24464c72bd901549046133f3d1ebcc3d7444c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.83-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "46eba36c20748b21a5927b569b943337dd18485132119dfb39a5bcda4edb12e2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.90-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "c71e33208740f6bce9f1da8fc7e9fa679ddfc831b5368a121f9c1ada3fa3d980" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.3.90-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "f13b243912d8b07cc0136ad3760cd351553c74c1b54b7a6dbedb1dcc98ee8eb5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.8.93-archive.zip" - [[CUDA_Runtime_jll."0.16.1+0".sources]] - hash = "5680b0a42ddf20f11705ca9c365d002f032ab876d3fe44382eeba633b558ccc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.93-archive.zip" - -[CUDA_Runtime_jll."0.17.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_102_0", "libnvrtc-builtins", "nvrtc-builtins64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "nvrtc64_112_0", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.2", "nvrtc-builtins64_126", "cupti64_2025.1.1", "nvrtc-builtins64_128", "cupti64_2025.2.0", "nvrtc-builtins64_129"] - - [[CUDA_Runtime_jll."0.17.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8d566b5fe745c46842dc16945cf36686227536decd2302c372be86da37faca68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7bf5db86cb82f26a6a3cb9e2fa4dc2a131d25885f59fdbc647938929924405db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "992f5e4d95cb499f41e442245efa877dbd60c711451afe680a26700d61eb3843" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8ac63f4079c47707ec958af3a97ceeb18194e16827a2766058f5872f6c3412ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "21718957c2cf000bacd69d36c95708a2319199e39e056f8b4f0f68e3b9f323bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "126fe08fc0df07a7420c2da05a2ae72ea19660fff79bf06de16520d1f915cb83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "32a5ec30be446c1b7228d1bc502b2f029cc8b59a5e362c70d960754fa646778b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d40ac4040aa192183a072a52cedabd23449b7dd67adbe1e760ca08162f765504" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "aa535ceb56690518c89257d985b13d505f951e4bba7591dbfaa179fc2fff329e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "29220664ad272c513d3213133ace6d6590303e46b42a17b05bc2bee90e54a888" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0cdde0058d47b3307bc2d58156cfadce092631a3d24616e1b88d6ef089b5ca73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0bd2e29566d168e05bacbc0965b760ff8508526482d66371d36a97e8a3b20aba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2eb267e6ebbe17e5ebc593bae8b83fa927c3e53cbf43ef5c614eff6c94053d10" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ee5d20c3b0895dd541c41ccd790299ee922bd6799b35c036d5978fa88f89646e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "0c72707eaa23b0dbe0bb14e346b9700378e4007513b21dd2d0b0dcfa046ae241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d3c3f32be793fbc995754acf12f94fcec5afc8d85d860875b38eed3ff6f97804" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5d048199ee929744cabc29aac9ff5b2005679e86e6f91356ce9234839dcd65aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bd2ff4a5ef69f37e943d20fb5017c7f6d789b6f78da6365fab5021e500e6305a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9cf91d51b2bbfdfea3266bf34c69a825fa4f5c043839ab4dd3698acd38a367d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8f4e3eb72a867a2d5ac0df6e2cc7a482e252423d6052f00cf739357446194f4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b7c8af345d8f1b72fa6283ce00abf8a9e0f2e7cc610b4edf17491eb4bfb9bfc1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9e54c6686b193efa9642e7f6609ce78b064c5d576946478bcff4c024e1acdea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bf7640a559f53a9c19b3f42443da20ef4cb1c28cacf00d5506ee7dcf7e1e6a45" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a24bb837c214a1620924b9721dcc0ce82623626f8cead704aed4eb08038ac5d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "250ae30e878b0c4c1553e7c7f28c2c763902c807b5f493ebc16e6e10c71213f2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "429803c0ea8aec1db0050f7bfd807d519e22c9bf223c19000d6018d930741028" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bf2106087eac3f87b3b01263e6ef1229878ee36108408a7dabc04d5f02f8eff5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2fed8d9d8fa8c7189dbd9e04dc5c1b7655cd98b834a902a76afc39f7a8635427" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b57dd2c166d1932cd5cc1e7885ca1e890452e684176ad61b8579c83f6db79fcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bc8b28217581fdb1c979eac48b24d35a385c7ca778f70cf1257e7760a922d65e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d5be4fc9b26e07a687249f8a5151fa093f512f1c50a629d52e659ee9ce984aca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4a39058fd8519444a81cfc7ae055d136f48d1a31ffa41ae255b35b2edd61e13b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "8a09eab5412addc6e132a55bac41ebad0141de3b5b6f6eca3028eb9e49a8cdb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9fdc70b4271ed9aad4d64cd7076a7d96ec36512d074b9995fe638de669197391" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a63302a077f0248a743a1a7caa7dbd80d0fac56c6cfa9c41fa05fac9b7e5eda5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "a348209c803fa67b7bc216a5b4d7a6f9a117ccc60a8c567eb94cf25ba737ec47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "57a470112cec7e112c95253dde8b3c7184d795dbd92b0bde77a4cb7f8c94c8aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.4.1-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "cc6e0ba958cf23387b462017a24464c72bd901549046133f3d1ebcc3d7444c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.83-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "46eba36c20748b21a5927b569b943337dd18485132119dfb39a5bcda4edb12e2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.90-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c71e33208740f6bce9f1da8fc7e9fa679ddfc831b5368a121f9c1ada3fa3d980" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.3.90-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f13b243912d8b07cc0136ad3760cd351553c74c1b54b7a6dbedb1dcc98ee8eb5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.8.93-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5680b0a42ddf20f11705ca9c365d002f032ab876d3fe44382eeba633b558ccc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "9f88ea0b554c419f454d2d129cd508e15f48404e54a6fc197eb50f2d702c903d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "750bbb8235b5bf9af1b8034d8ff375cb0249a1f7f7507865e957b35c211d7f25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bc51ee77e5891614e070066c0dabc52b609302bac2127aff850020b14f35716b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.9.0.13-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "31c2e800afc3111b966c63918cc9c257f5e7917ae4c881e97a67850a8caf3cb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.4.0.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "48281b4caadb1cf790d44ac76b23c77d06f474c0b1799814f314aafec9258ad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d641c40ff8559c456663e23682bee9cadf2e85d5cc60661213030c98ee1e61f2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.4.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "4f5a6ba0c95b57d0678f0033da329015c8628075e0d54a890250c3b2f12bda38" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.9.5-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "cfe144b33a01e720b9b8112750e11c21ded2964abecf6c4174d160e8cd84aa5a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.9.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "dca18206e609c03e958b3442a9be80769ee475247ecac31bcbd919aef1fd6ef2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c95e241ed2ec06299ab0e07e1fb619972b2ce883fcbbaaefe2149c8ba41c133a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "43c46b5020ef105f6d045037106f102983323bbc0a643921e4bbff4648912636" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.9.0.13-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f3c4955714833b5fc3b86babcbde10dd0b4849717d91803e19e39184a1b6dc4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.4.0.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "e5087640b5c9cd8bc173efb6a21f8388b24da59511cc3d57e60afc5e05d14b50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "89aeaf6d91f181cbf22f31d4063599f398270f6cec6e15e8560a54cfe582f703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.4.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f47db49eeea78d18d0644a67cb076406fd9e65ca70d76b9bc22d8e40c73c7c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.9.5-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "976792d64a23ddb0edeadca777aff202d0da49db4390cecd269256797621501d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.9.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f9f428103dc9de96880d03cff931ffa75e2277b839c186db916f301163b1e225" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d978d828511746103c79562025be7368c3262825d91eba1093ef5d0a511f5717" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "2aee652a88e9a22f62d8fc7cae72cae0c4697c4cc5a3f09bd263d3364bbdf2a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.9.0.13-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "1987e14933231e9b700ba7ed78ecb9d3587a685c6dd607ed81b4e91a4c535d19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.4.0.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "078afec842c99b3a953d62cc76bd74afa2d883dc436e6d642e6440bb1e85eb8e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "c5b4571d42bf27e7775dee35e8b4f5a874bb2a4ed566db4e22996cd565d303eb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.4.40-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "25619c46a2ad642e97835cbfbff1ef558d9538ca786d222651bf5cfd1c8829df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.9.5-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "7eb92a3393a6c78ac97bed6a39954154bb11edfc0f101033b548c9c9ac632384" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.9.41-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b80b6e1e6f42d3646b0fe404e92f04bc13f9b7af899277b8241b1944aa8accc2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.9.19-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "6eab81244b5764c5d7653c58a49d70345560033a53a08c528231cdcc5141cc36" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.9.41-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "20d9c2cd3810c948b875820917b38053dacf200b23cb3b8b8a14ff3569aa1f31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.9.0.13-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "caed5da0d48de61eb0acc600fe29a07c8a850d219ccc0d447ce08786d4564114" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.4.0.6-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "d0411f0b8c07e90d0fb6e01bfa7a54c9cb80f2ddf67e4ded2d96a50e19aadad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.10.19-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "85d9a098231feea58c3728037d8986af85eaa43555cb2f852753ba62c73660c1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.4.40-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "5f50aab32ad988108e50073092ca51fd99c12b8ba82f0cb6ecd44a5b89286508" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.9.5-archive.zip" - [[CUDA_Runtime_jll."0.17.0+0".sources]] - hash = "13e4b2a17206314d643c0c61585566ade5b93751ed0b8f43be030a715dfae1b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.9.41-archive.zip" - -[CUDA_Runtime_jll."0.17.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_102_0", "libnvrtc-builtins", "nvrtc-builtins64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "nvrtc64_112_0", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.2", "nvrtc-builtins64_126", "cupti64_2025.1.1", "nvrtc-builtins64_128", "cupti64_2025.2.1", "nvrtc-builtins64_129"] - - [[CUDA_Runtime_jll."0.17.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8d566b5fe745c46842dc16945cf36686227536decd2302c372be86da37faca68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7bf5db86cb82f26a6a3cb9e2fa4dc2a131d25885f59fdbc647938929924405db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "992f5e4d95cb499f41e442245efa877dbd60c711451afe680a26700d61eb3843" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8ac63f4079c47707ec958af3a97ceeb18194e16827a2766058f5872f6c3412ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "21718957c2cf000bacd69d36c95708a2319199e39e056f8b4f0f68e3b9f323bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "126fe08fc0df07a7420c2da05a2ae72ea19660fff79bf06de16520d1f915cb83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "32a5ec30be446c1b7228d1bc502b2f029cc8b59a5e362c70d960754fa646778b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d40ac4040aa192183a072a52cedabd23449b7dd67adbe1e760ca08162f765504" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "aa535ceb56690518c89257d985b13d505f951e4bba7591dbfaa179fc2fff329e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "29220664ad272c513d3213133ace6d6590303e46b42a17b05bc2bee90e54a888" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0cdde0058d47b3307bc2d58156cfadce092631a3d24616e1b88d6ef089b5ca73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0bd2e29566d168e05bacbc0965b760ff8508526482d66371d36a97e8a3b20aba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2eb267e6ebbe17e5ebc593bae8b83fa927c3e53cbf43ef5c614eff6c94053d10" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ee5d20c3b0895dd541c41ccd790299ee922bd6799b35c036d5978fa88f89646e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0c72707eaa23b0dbe0bb14e346b9700378e4007513b21dd2d0b0dcfa046ae241" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d3c3f32be793fbc995754acf12f94fcec5afc8d85d860875b38eed3ff6f97804" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5d048199ee929744cabc29aac9ff5b2005679e86e6f91356ce9234839dcd65aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bd2ff4a5ef69f37e943d20fb5017c7f6d789b6f78da6365fab5021e500e6305a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9cf91d51b2bbfdfea3266bf34c69a825fa4f5c043839ab4dd3698acd38a367d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8f4e3eb72a867a2d5ac0df6e2cc7a482e252423d6052f00cf739357446194f4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b7c8af345d8f1b72fa6283ce00abf8a9e0f2e7cc610b4edf17491eb4bfb9bfc1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9e54c6686b193efa9642e7f6609ce78b064c5d576946478bcff4c024e1acdea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bf7640a559f53a9c19b3f42443da20ef4cb1c28cacf00d5506ee7dcf7e1e6a45" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a24bb837c214a1620924b9721dcc0ce82623626f8cead704aed4eb08038ac5d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "250ae30e878b0c4c1553e7c7f28c2c763902c807b5f493ebc16e6e10c71213f2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "429803c0ea8aec1db0050f7bfd807d519e22c9bf223c19000d6018d930741028" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bf2106087eac3f87b3b01263e6ef1229878ee36108408a7dabc04d5f02f8eff5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2fed8d9d8fa8c7189dbd9e04dc5c1b7655cd98b834a902a76afc39f7a8635427" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b57dd2c166d1932cd5cc1e7885ca1e890452e684176ad61b8579c83f6db79fcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "bc8b28217581fdb1c979eac48b24d35a385c7ca778f70cf1257e7760a922d65e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d5be4fc9b26e07a687249f8a5151fa093f512f1c50a629d52e659ee9ce984aca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "4a39058fd8519444a81cfc7ae055d136f48d1a31ffa41ae255b35b2edd61e13b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8a09eab5412addc6e132a55bac41ebad0141de3b5b6f6eca3028eb9e49a8cdb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9fdc70b4271ed9aad4d64cd7076a7d96ec36512d074b9995fe638de669197391" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a63302a077f0248a743a1a7caa7dbd80d0fac56c6cfa9c41fa05fac9b7e5eda5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a348209c803fa67b7bc216a5b4d7a6f9a117ccc60a8c567eb94cf25ba737ec47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "57a470112cec7e112c95253dde8b3c7184d795dbd92b0bde77a4cb7f8c94c8aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.4.1-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "cc6e0ba958cf23387b462017a24464c72bd901549046133f3d1ebcc3d7444c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.83-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "46eba36c20748b21a5927b569b943337dd18485132119dfb39a5bcda4edb12e2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.90-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c71e33208740f6bce9f1da8fc7e9fa679ddfc831b5368a121f9c1ada3fa3d980" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.3.90-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f13b243912d8b07cc0136ad3760cd351553c74c1b54b7a6dbedb1dcc98ee8eb5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.8.93-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5680b0a42ddf20f11705ca9c365d002f032ab876d3fe44382eeba633b558ccc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1f6ad42d4f530b24bfa35894ccf6b7209d2354f59101fd62ec4a6192a184ce99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f779a24e8f0177b4ce45cbf118cb470139fb5107858df96689d0a0aa01f0fba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "7a1a5b652e5ef85c82b721d10672fc9a2dbaab44e9bd3c65a69517bf53998c35" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "82913658363892dbc0f2638b070476234476e06e084fed60db861cb7e161a6af" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "49296dd550e05434185a8588ec639f1325b2de413e2321ddd7e56c5182a476ff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "546addc4a9d82b8f23aa9ba9274b6bc0429a63008a31c759884ac24880796057" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b0e65af59b0c2f6c8ed9f5552a9b375890855b7926ae2c0404d15dcf2565bda4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "48281b4caadb1cf790d44ac76b23c77d06f474c0b1799814f314aafec9258ad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "3d3b96f3087dbc43893a28691b172f31725b316d524f5a3c1e6837257c898d06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a83415dcd3e1183afe363d4740f9f0309cfe560c6c08016c2a61468304f4b848" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "392cac3144b52ba14900bc7259ea6405ae6da88a8c704eab9bbbcc9ba4824b07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f893e2c72be81b0d0e3bc33827c785a96db15fd5aafdc51cc187f3df6fdbb657" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "74a884691b2c7e5c8db8bd2a38143fc82f7502f0dd484051809df7953f7ae719" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "2432ef8a7c12d0a9ce3332a8af42b123c07f256390b3390802b1b2c6254c6c74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "785b0952c0f77dd0feb9a674f3fcca3fcf05541bbe27f70a5926da9f85339152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "99bf70149423c42c8dc2649f76f8983101dcf9879d355cfb2582b2adbed84614" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f75938d72153902cf08d1666311f35851e7eb6a16af743b2346bc68d7ba6b341" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "5d992b98f0d3d294e339ed2f65a477a587803c1567598a120349fae52596bf20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e5087640b5c9cd8bc173efb6a21f8388b24da59511cc3d57e60afc5e05d14b50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "45e2fefeee5797c0492d8a9ee26c3dbb7af0cdcefe6f1cd25bd586daa633d9a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b294b6cd0acf5e68078d2fe4d41d95a4073fed780805adca7774bce7cbbe5b65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "a24842165d98660d4ba9fd753395f7c9834445552110fabce4baa4c211fd2c52" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8b422a3b2cb8452cb678181b0bf9d7aa7342df168b5319c5488ae3b8514101fc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "84f8657375c23a425b2d107c3cde1ce75777bff9798b744b78e146fdc02d2de0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "0aa1fce92dbae76c059c27eefb9d0ffb58e1291151e44ff7c7f1fc2dd9376c0d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "fb2d50c791465f333fc2236d2419170cf7a7886f48dd9b967a10f8233c686029" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "28b2597f0901cfafcd050cba0877c1eb5edcd7ebd8164aea356cec832e636ee3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e99b074e6f66034e563508118804599d7579f73afc8424c55ad5fd8d12e085a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "b87637db96e485f4793d7ca8bd2cf07250eca5c86f6c56744a36683418359c03" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "078afec842c99b3a953d62cc76bd74afa2d883dc436e6d642e6440bb1e85eb8e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "db463593ffcbc78f542a7f1ef808da43bf742acae654d970d99a47289c2a83e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "8d1c8a57ba3eaecc3f7c11e29fed275a2f3dca5cea51dd2a24d07ab5d9998583" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "9c9227c1e9122fd8448cafced3b32bc69f40d3c041d25034ea23611a1262852f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "179e9c43b0735ffe67207b3da556eb5a0c50f3047961882b7657d3b822d34ef8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "c96018456dc4db6af6d69d6db0170a2ccc656ddde8c8ce6ee05682c2c5569daa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "227b109663b5e57d2718bcabb24a4ba0d9d4e52d958e327dc476f7c28691be85" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "1aa0644fa53c8ca34cdc73db17bcc73530557bdd3f582c7bfdbd7916c8b48f65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "955ba1f52f7115031f10408ce3cec4c745df41dba8fdf6024c3983d899e9fbbc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.88-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d534d98b0b453a98914dbf3adf47d7e84b55037abf02f87466439e1dcef581ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.9.1.4-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "f26f80bb9abff3269c548e1559e8c2b4ba58ccb8acc6095bbc6404fc962d4b80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.4.1.4-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "d0411f0b8c07e90d0fb6e01bfa7a54c9cb80f2ddf67e4ded2d96a50e19aadad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.10.19-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "e991d64a0bbe3e0bb69ce2adce000244288002b0341894729666d66adb9b4f25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.5.82-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "abb4bfc01198f82fbc956773ccb98c578c03027b6ad425e829355be0c0a11a4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.10.65-archive.zip" - [[CUDA_Runtime_jll."0.17.1+0".sources]] - hash = "ee7175da9628d47ccc92dce6d28d57ca77633e79079a2aee90e2a645edcd1384" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.9.86-archive.zip" - -[CUDA_Runtime_jll."0.18.0+0"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcublas", "cublas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libcupti", "cupti64_102", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_102_0", "libnvrtc-builtins", "nvrtc-builtins64_102", "cudart64_110", "cublas64_11", "libcublasLt", "cublasLt64_11", "cusparse64_11", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "cupti64_2021.2.2", "nvrtc64_112_0", "nvrtc-builtins64_114", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.3.0", "nvrtc-builtins64_118", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusparse64_12", "cupti64_2022.4.1", "nvrtc64_120_0", "nvrtc-builtins64_120", "libnvJitLink", "nvJitLink_120_0", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.3.2", "nvrtc-builtins64_126", "cupti64_2025.1.1", "nvrtc-builtins64_128", "cupti64_2025.2.1", "nvrtc-builtins64_129"] - - [[CUDA_Runtime_jll."0.18.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8d566b5fe745c46842dc16945cf36686227536decd2302c372be86da37faca68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7bf5db86cb82f26a6a3cb9e2fa4dc2a131d25885f59fdbc647938929924405db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "992f5e4d95cb499f41e442245efa877dbd60c711451afe680a26700d61eb3843" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "21718957c2cf000bacd69d36c95708a2319199e39e056f8b4f0f68e3b9f323bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "126fe08fc0df07a7420c2da05a2ae72ea19660fff79bf06de16520d1f915cb83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "32a5ec30be446c1b7228d1bc502b2f029cc8b59a5e362c70d960754fa646778b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d40ac4040aa192183a072a52cedabd23449b7dd67adbe1e760ca08162f765504" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "aa535ceb56690518c89257d985b13d505f951e4bba7591dbfaa179fc2fff329e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "29220664ad272c513d3213133ace6d6590303e46b42a17b05bc2bee90e54a888" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0cdde0058d47b3307bc2d58156cfadce092631a3d24616e1b88d6ef089b5ca73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0bd2e29566d168e05bacbc0965b760ff8508526482d66371d36a97e8a3b20aba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2eb267e6ebbe17e5ebc593bae8b83fa927c3e53cbf43ef5c614eff6c94053d10" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ee5d20c3b0895dd541c41ccd790299ee922bd6799b35c036d5978fa88f89646e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d3c3f32be793fbc995754acf12f94fcec5afc8d85d860875b38eed3ff6f97804" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5d048199ee929744cabc29aac9ff5b2005679e86e6f91356ce9234839dcd65aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bd2ff4a5ef69f37e943d20fb5017c7f6d789b6f78da6365fab5021e500e6305a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9cf91d51b2bbfdfea3266bf34c69a825fa4f5c043839ab4dd3698acd38a367d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8f4e3eb72a867a2d5ac0df6e2cc7a482e252423d6052f00cf739357446194f4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b7c8af345d8f1b72fa6283ce00abf8a9e0f2e7cc610b4edf17491eb4bfb9bfc1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9e54c6686b193efa9642e7f6609ce78b064c5d576946478bcff4c024e1acdea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bf7640a559f53a9c19b3f42443da20ef4cb1c28cacf00d5506ee7dcf7e1e6a45" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a24bb837c214a1620924b9721dcc0ce82623626f8cead704aed4eb08038ac5d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "429803c0ea8aec1db0050f7bfd807d519e22c9bf223c19000d6018d930741028" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bf2106087eac3f87b3b01263e6ef1229878ee36108408a7dabc04d5f02f8eff5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2fed8d9d8fa8c7189dbd9e04dc5c1b7655cd98b834a902a76afc39f7a8635427" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b57dd2c166d1932cd5cc1e7885ca1e890452e684176ad61b8579c83f6db79fcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "bc8b28217581fdb1c979eac48b24d35a385c7ca778f70cf1257e7760a922d65e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d5be4fc9b26e07a687249f8a5151fa093f512f1c50a629d52e659ee9ce984aca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "4a39058fd8519444a81cfc7ae055d136f48d1a31ffa41ae255b35b2edd61e13b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8a09eab5412addc6e132a55bac41ebad0141de3b5b6f6eca3028eb9e49a8cdb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9fdc70b4271ed9aad4d64cd7076a7d96ec36512d074b9995fe638de669197391" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a63302a077f0248a743a1a7caa7dbd80d0fac56c6cfa9c41fa05fac9b7e5eda5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "57a470112cec7e112c95253dde8b3c7184d795dbd92b0bde77a4cb7f8c94c8aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.4.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "cc6e0ba958cf23387b462017a24464c72bd901549046133f3d1ebcc3d7444c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.83-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "46eba36c20748b21a5927b569b943337dd18485132119dfb39a5bcda4edb12e2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.90-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c71e33208740f6bce9f1da8fc7e9fa679ddfc831b5368a121f9c1ada3fa3d980" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.3.90-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f13b243912d8b07cc0136ad3760cd351553c74c1b54b7a6dbedb1dcc98ee8eb5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.8.93-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5680b0a42ddf20f11705ca9c365d002f032ab876d3fe44382eeba633b558ccc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1f6ad42d4f530b24bfa35894ccf6b7209d2354f59101fd62ec4a6192a184ce99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f779a24e8f0177b4ce45cbf118cb470139fb5107858df96689d0a0aa01f0fba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "7a1a5b652e5ef85c82b721d10672fc9a2dbaab44e9bd3c65a69517bf53998c35" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "82913658363892dbc0f2638b070476234476e06e084fed60db861cb7e161a6af" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "546addc4a9d82b8f23aa9ba9274b6bc0429a63008a31c759884ac24880796057" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b0e65af59b0c2f6c8ed9f5552a9b375890855b7926ae2c0404d15dcf2565bda4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "48281b4caadb1cf790d44ac76b23c77d06f474c0b1799814f314aafec9258ad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "3d3b96f3087dbc43893a28691b172f31725b316d524f5a3c1e6837257c898d06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a83415dcd3e1183afe363d4740f9f0309cfe560c6c08016c2a61468304f4b848" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "392cac3144b52ba14900bc7259ea6405ae6da88a8c704eab9bbbcc9ba4824b07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f893e2c72be81b0d0e3bc33827c785a96db15fd5aafdc51cc187f3df6fdbb657" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "74a884691b2c7e5c8db8bd2a38143fc82f7502f0dd484051809df7953f7ae719" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "2432ef8a7c12d0a9ce3332a8af42b123c07f256390b3390802b1b2c6254c6c74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "785b0952c0f77dd0feb9a674f3fcca3fcf05541bbe27f70a5926da9f85339152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f75938d72153902cf08d1666311f35851e7eb6a16af743b2346bc68d7ba6b341" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "5d992b98f0d3d294e339ed2f65a477a587803c1567598a120349fae52596bf20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e5087640b5c9cd8bc173efb6a21f8388b24da59511cc3d57e60afc5e05d14b50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "45e2fefeee5797c0492d8a9ee26c3dbb7af0cdcefe6f1cd25bd586daa633d9a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b294b6cd0acf5e68078d2fe4d41d95a4073fed780805adca7774bce7cbbe5b65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "a24842165d98660d4ba9fd753395f7c9834445552110fabce4baa4c211fd2c52" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8b422a3b2cb8452cb678181b0bf9d7aa7342df168b5319c5488ae3b8514101fc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "84f8657375c23a425b2d107c3cde1ce75777bff9798b744b78e146fdc02d2de0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "0aa1fce92dbae76c059c27eefb9d0ffb58e1291151e44ff7c7f1fc2dd9376c0d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "fb2d50c791465f333fc2236d2419170cf7a7886f48dd9b967a10f8233c686029" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e99b074e6f66034e563508118804599d7579f73afc8424c55ad5fd8d12e085a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "b87637db96e485f4793d7ca8bd2cf07250eca5c86f6c56744a36683418359c03" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "078afec842c99b3a953d62cc76bd74afa2d883dc436e6d642e6440bb1e85eb8e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "db463593ffcbc78f542a7f1ef808da43bf742acae654d970d99a47289c2a83e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "8d1c8a57ba3eaecc3f7c11e29fed275a2f3dca5cea51dd2a24d07ab5d9998583" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "9c9227c1e9122fd8448cafced3b32bc69f40d3c041d25034ea23611a1262852f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "179e9c43b0735ffe67207b3da556eb5a0c50f3047961882b7657d3b822d34ef8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "c96018456dc4db6af6d69d6db0170a2ccc656ddde8c8ce6ee05682c2c5569daa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "227b109663b5e57d2718bcabb24a4ba0d9d4e52d958e327dc476f7c28691be85" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "1aa0644fa53c8ca34cdc73db17bcc73530557bdd3f582c7bfdbd7916c8b48f65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d534d98b0b453a98914dbf3adf47d7e84b55037abf02f87466439e1dcef581ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.9.1.4-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "f26f80bb9abff3269c548e1559e8c2b4ba58ccb8acc6095bbc6404fc962d4b80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.4.1.4-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "d0411f0b8c07e90d0fb6e01bfa7a54c9cb80f2ddf67e4ded2d96a50e19aadad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.10.19-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "e991d64a0bbe3e0bb69ce2adce000244288002b0341894729666d66adb9b4f25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "abb4bfc01198f82fbc956773ccb98c578c03027b6ad425e829355be0c0a11a4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.10.65-archive.zip" - [[CUDA_Runtime_jll."0.18.0+0".sources]] - hash = "ee7175da9628d47ccc92dce6d28d57ca77633e79079a2aee90e2a645edcd1384" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.9.86-archive.zip" - -[CUDA_Runtime_jll."0.18.0+1"] -libraries = ["libcudart", "cudart64_13", "libcufft", "cufft64_12", "libcublas", "cublas64_13", "libcublasLt", "cublasLt64_13", "libcusparse", "cusparse64_12", "libcusolver", "cusolver64_12", "libcusolverMg", "cusolverMg64_12", "libcurand", "curand64_10", "libcupti", "cupti64_2025.3.0", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_130_0", "libnvrtc-builtins", "nvrtc-builtins64_130", "libnvJitLink", "nvJitLink_130_0", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusolver64_11", "cusolverMg64_11", "cupti64_2025.2.1", "nvrtc64_120_0", "nvrtc-builtins64_129", "nvJitLink_120_0", "cupti64_2025.1.1", "nvrtc-builtins64_128", "cupti64_2024.3.2", "nvrtc-builtins64_126", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2022.4.1", "nvrtc-builtins64_120", "cudart64_110", "cufft64_10", "cublas64_11", "cublasLt64_11", "cusparse64_11", "cupti64_2022.3.0", "nvrtc64_112_0", "nvrtc-builtins64_118", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2021.2.2", "nvrtc-builtins64_114", "cudart64_102", "cublas64_10", "cusparse64_10", "cusolver64_10", "cupti64_102", "nvrtc64_102_0", "nvrtc-builtins64_102"] - - [[CUDA_Runtime_jll."0.18.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e411ad2f31a9789dcb2c7742ab40cd334f3f1b6176fa3ae1a7958f171dc6b7ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6bc54a946ea52e4eec566556ff3900329ed2e9eb28e0f8057693a826a055ec4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0abd3f4d4e8104e6cb8364ae0b264bc8b326db6af53e5c1aa0d288b55bc6f181" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-13.0.0.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "adf4a9c89f32a149b76d3db77589d89f75f9b009840b8b5d5c4baa20d71c6798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-12.0.0.15-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ee0dbf473998050bda876cb945634bec87d44b90b05a5550e9c2499ab7c1a5c3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.4.0.35-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "768e61f3b2448d5f05fa8f5465f9b22d7c186f2ec3418697f507d1b9855e8dbf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-12.0.3.29-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "06b1c8da59aaebf87d235e7517e71860358b4eab6afffcdda664dbfb48878864" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.6.2.49-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8f99847076cb608676dd0bae9ccad350f175f62a55b1db41d65ae219bf0e2ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-13.0.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c1cbc0e042b82df75f54d961da3119da61ed62667eacd911e1c3c9f1ab9bb183" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "94b92a417236b43eddf9cc800c1c1cdf9859c81133c6de78d2424234a644552d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7bda038435dad7289fd67d25c8a683d139e51eaa7528bfc3bf73bebee45f8c5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-13.0.0.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0405aad71ec14eaa42b7b270ef7f020d83b79959670f515b70e600df9ddd7c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-12.0.0.15-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "12a0afe1ee73e806924fc6c9bdd33a47a970d31967a634ec9ab2f0662a502ed2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.4.0.35-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4c8450862a909f3c275b903f277b48711fb2c89f027fe8d4b832b3d72a9ecf20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-12.0.3.29-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c6cb4d22d8906e7a8cbe0ef7b7f650ae09213179d5aec1f05c74c64a93e867ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.6.2.49-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6f15f1b1b7ab5325c95941b85ddad0aa30398071d10fe8ad0c6618e5b43c995f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-13.0.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ce1dd7de1c07151bc027bc2acaee95b16669056b7b788e7ac3ef732cc2f4a007" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d1ae61887c0d857f8c0cdb77247ef27fb7c78cc81ecb1a2786e81b7a9bea89a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c8fb12715b9639f51983315cc4b195e272128c675aa3766b13c4f470b892e6c8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-13.0.0.19-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4f0e0c019e1b53166bdeaf52c91c333450ae9dd05fbadc77cffb70a702501b67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-12.0.0.15-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c4db1ed0595fcdba3c4da0f5605ca4c3f4340b6be833d94765994e239c775a32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.4.0.35-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e0aadc965d757c615a50ffb1c48c155f4b6e1bbaf96100a20b2e46964de8f6da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-12.0.3.29-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1a4a35f8bfb453582ee12c5a7160f60150d74bc5fa831340b6257d1faa2b3355" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.6.2.49-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e90265efcc848965a0ae099eb668358ad8e28f210afc249412636c5ff8ff92a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-13.0.39-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1f6ad42d4f530b24bfa35894ccf6b7209d2354f59101fd62ec4a6192a184ce99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f779a24e8f0177b4ce45cbf118cb470139fb5107858df96689d0a0aa01f0fba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7a1a5b652e5ef85c82b721d10672fc9a2dbaab44e9bd3c65a69517bf53998c35" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "82913658363892dbc0f2638b070476234476e06e084fed60db861cb7e161a6af" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "546addc4a9d82b8f23aa9ba9274b6bc0429a63008a31c759884ac24880796057" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b0e65af59b0c2f6c8ed9f5552a9b375890855b7926ae2c0404d15dcf2565bda4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "48281b4caadb1cf790d44ac76b23c77d06f474c0b1799814f314aafec9258ad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3d3b96f3087dbc43893a28691b172f31725b316d524f5a3c1e6837257c898d06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a83415dcd3e1183afe363d4740f9f0309cfe560c6c08016c2a61468304f4b848" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "392cac3144b52ba14900bc7259ea6405ae6da88a8c704eab9bbbcc9ba4824b07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f893e2c72be81b0d0e3bc33827c785a96db15fd5aafdc51cc187f3df6fdbb657" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "74a884691b2c7e5c8db8bd2a38143fc82f7502f0dd484051809df7953f7ae719" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2432ef8a7c12d0a9ce3332a8af42b123c07f256390b3390802b1b2c6254c6c74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "785b0952c0f77dd0feb9a674f3fcca3fcf05541bbe27f70a5926da9f85339152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f75938d72153902cf08d1666311f35851e7eb6a16af743b2346bc68d7ba6b341" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5d992b98f0d3d294e339ed2f65a477a587803c1567598a120349fae52596bf20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e5087640b5c9cd8bc173efb6a21f8388b24da59511cc3d57e60afc5e05d14b50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "45e2fefeee5797c0492d8a9ee26c3dbb7af0cdcefe6f1cd25bd586daa633d9a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b294b6cd0acf5e68078d2fe4d41d95a4073fed780805adca7774bce7cbbe5b65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a24842165d98660d4ba9fd753395f7c9834445552110fabce4baa4c211fd2c52" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8b422a3b2cb8452cb678181b0bf9d7aa7342df168b5319c5488ae3b8514101fc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "84f8657375c23a425b2d107c3cde1ce75777bff9798b744b78e146fdc02d2de0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0aa1fce92dbae76c059c27eefb9d0ffb58e1291151e44ff7c7f1fc2dd9376c0d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "fb2d50c791465f333fc2236d2419170cf7a7886f48dd9b967a10f8233c686029" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e99b074e6f66034e563508118804599d7579f73afc8424c55ad5fd8d12e085a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b87637db96e485f4793d7ca8bd2cf07250eca5c86f6c56744a36683418359c03" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "078afec842c99b3a953d62cc76bd74afa2d883dc436e6d642e6440bb1e85eb8e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "db463593ffcbc78f542a7f1ef808da43bf742acae654d970d99a47289c2a83e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8d1c8a57ba3eaecc3f7c11e29fed275a2f3dca5cea51dd2a24d07ab5d9998583" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9c9227c1e9122fd8448cafced3b32bc69f40d3c041d25034ea23611a1262852f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "179e9c43b0735ffe67207b3da556eb5a0c50f3047961882b7657d3b822d34ef8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c96018456dc4db6af6d69d6db0170a2ccc656ddde8c8ce6ee05682c2c5569daa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "227b109663b5e57d2718bcabb24a4ba0d9d4e52d958e327dc476f7c28691be85" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1aa0644fa53c8ca34cdc73db17bcc73530557bdd3f582c7bfdbd7916c8b48f65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d534d98b0b453a98914dbf3adf47d7e84b55037abf02f87466439e1dcef581ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.9.1.4-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f26f80bb9abff3269c548e1559e8c2b4ba58ccb8acc6095bbc6404fc962d4b80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.4.1.4-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d0411f0b8c07e90d0fb6e01bfa7a54c9cb80f2ddf67e4ded2d96a50e19aadad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.10.19-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e991d64a0bbe3e0bb69ce2adce000244288002b0341894729666d66adb9b4f25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "abb4bfc01198f82fbc956773ccb98c578c03027b6ad425e829355be0c0a11a4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.10.65-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ee7175da9628d47ccc92dce6d28d57ca77633e79079a2aee90e2a645edcd1384" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8d566b5fe745c46842dc16945cf36686227536decd2302c372be86da37faca68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7bf5db86cb82f26a6a3cb9e2fa4dc2a131d25885f59fdbc647938929924405db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "992f5e4d95cb499f41e442245efa877dbd60c711451afe680a26700d61eb3843" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "21718957c2cf000bacd69d36c95708a2319199e39e056f8b4f0f68e3b9f323bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "126fe08fc0df07a7420c2da05a2ae72ea19660fff79bf06de16520d1f915cb83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "32a5ec30be446c1b7228d1bc502b2f029cc8b59a5e362c70d960754fa646778b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d40ac4040aa192183a072a52cedabd23449b7dd67adbe1e760ca08162f765504" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "aa535ceb56690518c89257d985b13d505f951e4bba7591dbfaa179fc2fff329e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "29220664ad272c513d3213133ace6d6590303e46b42a17b05bc2bee90e54a888" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0cdde0058d47b3307bc2d58156cfadce092631a3d24616e1b88d6ef089b5ca73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0bd2e29566d168e05bacbc0965b760ff8508526482d66371d36a97e8a3b20aba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2eb267e6ebbe17e5ebc593bae8b83fa927c3e53cbf43ef5c614eff6c94053d10" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ee5d20c3b0895dd541c41ccd790299ee922bd6799b35c036d5978fa88f89646e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d3c3f32be793fbc995754acf12f94fcec5afc8d85d860875b38eed3ff6f97804" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5d048199ee929744cabc29aac9ff5b2005679e86e6f91356ce9234839dcd65aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bd2ff4a5ef69f37e943d20fb5017c7f6d789b6f78da6365fab5021e500e6305a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9cf91d51b2bbfdfea3266bf34c69a825fa4f5c043839ab4dd3698acd38a367d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8f4e3eb72a867a2d5ac0df6e2cc7a482e252423d6052f00cf739357446194f4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b7c8af345d8f1b72fa6283ce00abf8a9e0f2e7cc610b4edf17491eb4bfb9bfc1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9e54c6686b193efa9642e7f6609ce78b064c5d576946478bcff4c024e1acdea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bf7640a559f53a9c19b3f42443da20ef4cb1c28cacf00d5506ee7dcf7e1e6a45" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a24bb837c214a1620924b9721dcc0ce82623626f8cead704aed4eb08038ac5d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "429803c0ea8aec1db0050f7bfd807d519e22c9bf223c19000d6018d930741028" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bf2106087eac3f87b3b01263e6ef1229878ee36108408a7dabc04d5f02f8eff5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2fed8d9d8fa8c7189dbd9e04dc5c1b7655cd98b834a902a76afc39f7a8635427" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b57dd2c166d1932cd5cc1e7885ca1e890452e684176ad61b8579c83f6db79fcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bc8b28217581fdb1c979eac48b24d35a385c7ca778f70cf1257e7760a922d65e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d5be4fc9b26e07a687249f8a5151fa093f512f1c50a629d52e659ee9ce984aca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4a39058fd8519444a81cfc7ae055d136f48d1a31ffa41ae255b35b2edd61e13b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8a09eab5412addc6e132a55bac41ebad0141de3b5b6f6eca3028eb9e49a8cdb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9fdc70b4271ed9aad4d64cd7076a7d96ec36512d074b9995fe638de669197391" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a63302a077f0248a743a1a7caa7dbd80d0fac56c6cfa9c41fa05fac9b7e5eda5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "57a470112cec7e112c95253dde8b3c7184d795dbd92b0bde77a4cb7f8c94c8aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.4.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "cc6e0ba958cf23387b462017a24464c72bd901549046133f3d1ebcc3d7444c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.83-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "46eba36c20748b21a5927b569b943337dd18485132119dfb39a5bcda4edb12e2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.90-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c71e33208740f6bce9f1da8fc7e9fa679ddfc831b5368a121f9c1ada3fa3d980" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.3.90-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f13b243912d8b07cc0136ad3760cd351553c74c1b54b7a6dbedb1dcc98ee8eb5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.8.93-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5680b0a42ddf20f11705ca9c365d002f032ab876d3fe44382eeba633b558ccc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.18.0+1".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - -[CUDA_Runtime_jll."0.19.0+0"] -libraries = ["libcudart", "cudart64_13", "libcufft", "cufft64_12", "libcublas", "cublas64_13", "libcublasLt", "cublasLt64_13", "libcusparse", "cusparse64_12", "libcusolver", "cusolver64_12", "libcusolverMg", "cusolverMg64_12", "libcurand", "curand64_10", "libcupti", "cupti64_2025.3.0", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_130_0", "libnvrtc-builtins", "nvrtc-builtins64_130", "libnvJitLink", "nvJitLink_130_0", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusolver64_11", "cusolverMg64_11", "cupti64_2025.2.1", "nvrtc64_120_0", "nvrtc-builtins64_129", "nvJitLink_120_0", "cupti64_2025.1.1", "nvrtc-builtins64_128", "cupti64_2024.3.2", "nvrtc-builtins64_126", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2022.4.1", "nvrtc-builtins64_120", "cudart64_110", "cufft64_10", "cublas64_11", "cublasLt64_11", "cusparse64_11", "cupti64_2022.3.0", "nvrtc64_112_0", "nvrtc-builtins64_118", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2021.2.2", "nvrtc-builtins64_114", "cudart64_102", "cublas64_10", "cusparse64_10", "cusolver64_10", "cupti64_102", "nvrtc64_102_0", "nvrtc-builtins64_102"] - - [[CUDA_Runtime_jll."0.19.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e411ad2f31a9789dcb2c7742ab40cd334f3f1b6176fa3ae1a7958f171dc6b7ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6bc54a946ea52e4eec566556ff3900329ed2e9eb28e0f8057693a826a055ec4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0abd3f4d4e8104e6cb8364ae0b264bc8b326db6af53e5c1aa0d288b55bc6f181" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-13.0.0.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "adf4a9c89f32a149b76d3db77589d89f75f9b009840b8b5d5c4baa20d71c6798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-12.0.0.15-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ee0dbf473998050bda876cb945634bec87d44b90b05a5550e9c2499ab7c1a5c3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.4.0.35-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "768e61f3b2448d5f05fa8f5465f9b22d7c186f2ec3418697f507d1b9855e8dbf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-12.0.3.29-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "06b1c8da59aaebf87d235e7517e71860358b4eab6afffcdda664dbfb48878864" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.6.2.49-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8f99847076cb608676dd0bae9ccad350f175f62a55b1db41d65ae219bf0e2ce7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-13.0.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c1cbc0e042b82df75f54d961da3119da61ed62667eacd911e1c3c9f1ab9bb183" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "94b92a417236b43eddf9cc800c1c1cdf9859c81133c6de78d2424234a644552d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7bda038435dad7289fd67d25c8a683d139e51eaa7528bfc3bf73bebee45f8c5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-13.0.0.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0405aad71ec14eaa42b7b270ef7f020d83b79959670f515b70e600df9ddd7c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-12.0.0.15-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "12a0afe1ee73e806924fc6c9bdd33a47a970d31967a634ec9ab2f0662a502ed2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.4.0.35-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4c8450862a909f3c275b903f277b48711fb2c89f027fe8d4b832b3d72a9ecf20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-12.0.3.29-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c6cb4d22d8906e7a8cbe0ef7b7f650ae09213179d5aec1f05c74c64a93e867ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.6.2.49-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6f15f1b1b7ab5325c95941b85ddad0aa30398071d10fe8ad0c6618e5b43c995f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-13.0.39-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ce1dd7de1c07151bc027bc2acaee95b16669056b7b788e7ac3ef732cc2f4a007" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d1ae61887c0d857f8c0cdb77247ef27fb7c78cc81ecb1a2786e81b7a9bea89a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c8fb12715b9639f51983315cc4b195e272128c675aa3766b13c4f470b892e6c8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-13.0.0.19-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4f0e0c019e1b53166bdeaf52c91c333450ae9dd05fbadc77cffb70a702501b67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-12.0.0.15-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c4db1ed0595fcdba3c4da0f5605ca4c3f4340b6be833d94765994e239c775a32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.4.0.35-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e0aadc965d757c615a50ffb1c48c155f4b6e1bbaf96100a20b2e46964de8f6da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-12.0.3.29-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1a4a35f8bfb453582ee12c5a7160f60150d74bc5fa831340b6257d1faa2b3355" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.6.2.49-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e90265efcc848965a0ae099eb668358ad8e28f210afc249412636c5ff8ff92a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-13.0.39-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1f6ad42d4f530b24bfa35894ccf6b7209d2354f59101fd62ec4a6192a184ce99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f779a24e8f0177b4ce45cbf118cb470139fb5107858df96689d0a0aa01f0fba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7a1a5b652e5ef85c82b721d10672fc9a2dbaab44e9bd3c65a69517bf53998c35" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "82913658363892dbc0f2638b070476234476e06e084fed60db861cb7e161a6af" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "546addc4a9d82b8f23aa9ba9274b6bc0429a63008a31c759884ac24880796057" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b0e65af59b0c2f6c8ed9f5552a9b375890855b7926ae2c0404d15dcf2565bda4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "48281b4caadb1cf790d44ac76b23c77d06f474c0b1799814f314aafec9258ad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3d3b96f3087dbc43893a28691b172f31725b316d524f5a3c1e6837257c898d06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a83415dcd3e1183afe363d4740f9f0309cfe560c6c08016c2a61468304f4b848" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "392cac3144b52ba14900bc7259ea6405ae6da88a8c704eab9bbbcc9ba4824b07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f893e2c72be81b0d0e3bc33827c785a96db15fd5aafdc51cc187f3df6fdbb657" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "74a884691b2c7e5c8db8bd2a38143fc82f7502f0dd484051809df7953f7ae719" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2432ef8a7c12d0a9ce3332a8af42b123c07f256390b3390802b1b2c6254c6c74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "785b0952c0f77dd0feb9a674f3fcca3fcf05541bbe27f70a5926da9f85339152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f75938d72153902cf08d1666311f35851e7eb6a16af743b2346bc68d7ba6b341" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5d992b98f0d3d294e339ed2f65a477a587803c1567598a120349fae52596bf20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e5087640b5c9cd8bc173efb6a21f8388b24da59511cc3d57e60afc5e05d14b50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "45e2fefeee5797c0492d8a9ee26c3dbb7af0cdcefe6f1cd25bd586daa633d9a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b294b6cd0acf5e68078d2fe4d41d95a4073fed780805adca7774bce7cbbe5b65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a24842165d98660d4ba9fd753395f7c9834445552110fabce4baa4c211fd2c52" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8b422a3b2cb8452cb678181b0bf9d7aa7342df168b5319c5488ae3b8514101fc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "84f8657375c23a425b2d107c3cde1ce75777bff9798b744b78e146fdc02d2de0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0aa1fce92dbae76c059c27eefb9d0ffb58e1291151e44ff7c7f1fc2dd9376c0d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "fb2d50c791465f333fc2236d2419170cf7a7886f48dd9b967a10f8233c686029" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e99b074e6f66034e563508118804599d7579f73afc8424c55ad5fd8d12e085a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b87637db96e485f4793d7ca8bd2cf07250eca5c86f6c56744a36683418359c03" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "078afec842c99b3a953d62cc76bd74afa2d883dc436e6d642e6440bb1e85eb8e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "db463593ffcbc78f542a7f1ef808da43bf742acae654d970d99a47289c2a83e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8d1c8a57ba3eaecc3f7c11e29fed275a2f3dca5cea51dd2a24d07ab5d9998583" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9c9227c1e9122fd8448cafced3b32bc69f40d3c041d25034ea23611a1262852f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "179e9c43b0735ffe67207b3da556eb5a0c50f3047961882b7657d3b822d34ef8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c96018456dc4db6af6d69d6db0170a2ccc656ddde8c8ce6ee05682c2c5569daa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "227b109663b5e57d2718bcabb24a4ba0d9d4e52d958e327dc476f7c28691be85" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1aa0644fa53c8ca34cdc73db17bcc73530557bdd3f582c7bfdbd7916c8b48f65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d534d98b0b453a98914dbf3adf47d7e84b55037abf02f87466439e1dcef581ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.9.1.4-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f26f80bb9abff3269c548e1559e8c2b4ba58ccb8acc6095bbc6404fc962d4b80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.4.1.4-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d0411f0b8c07e90d0fb6e01bfa7a54c9cb80f2ddf67e4ded2d96a50e19aadad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.10.19-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e991d64a0bbe3e0bb69ce2adce000244288002b0341894729666d66adb9b4f25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "abb4bfc01198f82fbc956773ccb98c578c03027b6ad425e829355be0c0a11a4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.10.65-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ee7175da9628d47ccc92dce6d28d57ca77633e79079a2aee90e2a645edcd1384" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8d566b5fe745c46842dc16945cf36686227536decd2302c372be86da37faca68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7bf5db86cb82f26a6a3cb9e2fa4dc2a131d25885f59fdbc647938929924405db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "992f5e4d95cb499f41e442245efa877dbd60c711451afe680a26700d61eb3843" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "21718957c2cf000bacd69d36c95708a2319199e39e056f8b4f0f68e3b9f323bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "126fe08fc0df07a7420c2da05a2ae72ea19660fff79bf06de16520d1f915cb83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "32a5ec30be446c1b7228d1bc502b2f029cc8b59a5e362c70d960754fa646778b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d40ac4040aa192183a072a52cedabd23449b7dd67adbe1e760ca08162f765504" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "aa535ceb56690518c89257d985b13d505f951e4bba7591dbfaa179fc2fff329e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "29220664ad272c513d3213133ace6d6590303e46b42a17b05bc2bee90e54a888" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0cdde0058d47b3307bc2d58156cfadce092631a3d24616e1b88d6ef089b5ca73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0bd2e29566d168e05bacbc0965b760ff8508526482d66371d36a97e8a3b20aba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2eb267e6ebbe17e5ebc593bae8b83fa927c3e53cbf43ef5c614eff6c94053d10" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ee5d20c3b0895dd541c41ccd790299ee922bd6799b35c036d5978fa88f89646e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d3c3f32be793fbc995754acf12f94fcec5afc8d85d860875b38eed3ff6f97804" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5d048199ee929744cabc29aac9ff5b2005679e86e6f91356ce9234839dcd65aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bd2ff4a5ef69f37e943d20fb5017c7f6d789b6f78da6365fab5021e500e6305a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9cf91d51b2bbfdfea3266bf34c69a825fa4f5c043839ab4dd3698acd38a367d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8f4e3eb72a867a2d5ac0df6e2cc7a482e252423d6052f00cf739357446194f4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b7c8af345d8f1b72fa6283ce00abf8a9e0f2e7cc610b4edf17491eb4bfb9bfc1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9e54c6686b193efa9642e7f6609ce78b064c5d576946478bcff4c024e1acdea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bf7640a559f53a9c19b3f42443da20ef4cb1c28cacf00d5506ee7dcf7e1e6a45" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a24bb837c214a1620924b9721dcc0ce82623626f8cead704aed4eb08038ac5d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "429803c0ea8aec1db0050f7bfd807d519e22c9bf223c19000d6018d930741028" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bf2106087eac3f87b3b01263e6ef1229878ee36108408a7dabc04d5f02f8eff5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2fed8d9d8fa8c7189dbd9e04dc5c1b7655cd98b834a902a76afc39f7a8635427" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b57dd2c166d1932cd5cc1e7885ca1e890452e684176ad61b8579c83f6db79fcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bc8b28217581fdb1c979eac48b24d35a385c7ca778f70cf1257e7760a922d65e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d5be4fc9b26e07a687249f8a5151fa093f512f1c50a629d52e659ee9ce984aca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4a39058fd8519444a81cfc7ae055d136f48d1a31ffa41ae255b35b2edd61e13b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8a09eab5412addc6e132a55bac41ebad0141de3b5b6f6eca3028eb9e49a8cdb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9fdc70b4271ed9aad4d64cd7076a7d96ec36512d074b9995fe638de669197391" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a63302a077f0248a743a1a7caa7dbd80d0fac56c6cfa9c41fa05fac9b7e5eda5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "57a470112cec7e112c95253dde8b3c7184d795dbd92b0bde77a4cb7f8c94c8aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.4.1-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "cc6e0ba958cf23387b462017a24464c72bd901549046133f3d1ebcc3d7444c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.83-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "46eba36c20748b21a5927b569b943337dd18485132119dfb39a5bcda4edb12e2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.90-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c71e33208740f6bce9f1da8fc7e9fa679ddfc831b5368a121f9c1ada3fa3d980" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.3.90-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f13b243912d8b07cc0136ad3760cd351553c74c1b54b7a6dbedb1dcc98ee8eb5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.8.93-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5680b0a42ddf20f11705ca9c365d002f032ab876d3fe44382eeba633b558ccc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.19.0+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - -[CUDA_Runtime_jll."0.19.1+0"] -libraries = ["libcudart", "cudart64_13", "libcufft", "cufft64_12", "libcublas", "cublas64_13", "libcublasLt", "cublasLt64_13", "libcusparse", "cusparse64_12", "libcusolver", "cusolver64_12", "libcusolverMg", "cusolverMg64_12", "libcurand", "curand64_10", "libcupti", "cupti64_2025.3.1", "libnvperf_host", "nvperf_host", "libnvperf_target", "nvperf_target", "libnvrtc", "nvrtc64_130_0", "libnvrtc-builtins", "nvrtc-builtins64_130", "libnvJitLink", "nvJitLink_130_0", "cudart64_12", "cufft64_11", "cublas64_12", "cublasLt64_12", "cusolver64_11", "cusolverMg64_11", "cupti64_2025.2.1", "nvrtc64_120_0", "nvrtc-builtins64_129", "nvJitLink_120_0", "cupti64_2025.1.1", "nvrtc-builtins64_128", "cupti64_2024.3.2", "nvrtc-builtins64_126", "cupti64_2024.2.1", "nvrtc-builtins64_125", "cupti64_2024.1.1", "nvrtc-builtins64_124", "cupti64_2023.3.1", "nvrtc-builtins64_123", "cupti64_2023.2.2", "nvrtc-builtins64_122", "cupti64_2023.1.1", "nvrtc-builtins64_121", "cupti64_2022.4.1", "nvrtc-builtins64_120", "cudart64_110", "cufft64_10", "cublas64_11", "cublasLt64_11", "cusparse64_11", "cupti64_2022.3.0", "nvrtc64_112_0", "nvrtc-builtins64_118", "cupti64_2022.2.1", "nvrtc-builtins64_117", "cupti64_2022.1.1", "nvrtc-builtins64_116", "cupti64_2021.3.1", "nvrtc-builtins64_115", "cupti64_2021.2.2", "nvrtc-builtins64_114", "cudart64_102", "cublas64_10", "cusparse64_10", "cusolver64_10", "cupti64_102", "nvrtc64_102_0", "nvrtc-builtins64_102"] - - [[CUDA_Runtime_jll."0.19.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bc44226f069402ab327bcf9e754660621aa6bc61fb7fc6afe03b794dfaaab658" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "92fb7e0430521517174c4c171173b888aaa8d78d8762e59752dea2ed14a0ad7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-13.0.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "48e35be3cfbf4b4fbc16828eaec8a7048ee789403049dc409f7b643d6259cf7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "00038aac08e1dba6f1933237dbfb217ac6452ae24fab970edcac808f103ca64b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "158c1d7e862282d5218ed82f173ba14679c0f8afa1fe8cb4a3a34a4c0a9a5ff9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-13.0.2.14-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5cdef1238c270f8f148da18587fdba8b9478c596e40f5490bba2b15c94915dd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-12.0.0.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ee0dbf473998050bda876cb945634bec87d44b90b05a5550e9c2499ab7c1a5c3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.4.0.35-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1cd13dcb58c5e4bb0ce47ea8876aba21091c1e67165c616144b2dd6331d252ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-12.0.4.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b9de356c3478329e2589d91284f2a685a36f041060f3cb897441ab46a480a30a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.6.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "25f9763fd60122a4f728eec22ac4e64e46ea8679e140234f15eaec008e6c41a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "17ef1665b63670887eeba7d908da5669fa8c66bb73b5b4c1367f49929c086353" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0b212ac2e49519f8e3bf49c61fc382bcf325603accc7ef45578175315ab1c059" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f6f34d534cce56f91b1496abf51be3b1559ba879985d34eb89c808004b77513a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-13.0.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "01b01e10aa2662ad1b3aeab3317151d7d6d4a650eeade55ded504f6b7fced18e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "decf9977ab114ff195c8cdfce6fbc94aea4a62efdae628092cbb9fd1c31cda1a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6eb4bb6b327d08124d5fbd0732169d63da9d169fbca45ef78914a2a05a09e42d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-13.0.2.14-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5361f3b22a50923204e07f7ff601150dc67aab6b0fff26c47bd3ac0a50c921a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-12.0.0.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "12a0afe1ee73e806924fc6c9bdd33a47a970d31967a634ec9ab2f0662a502ed2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.4.0.35-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "882c480bedd5ec6e416fe0a9edb7bfdd78f6ffa885310870e4a04d8fce8e655d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-12.0.4.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "50c9fb74e8468af559150f3f072cc2793a5ff70792fa79962146096385cf7346" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.6.3.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b7c25896af24ea88309301c8325449cd3d4907b3f1db4060f43a8ca8f4738cdc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f94feb1a0da0c55ceb5c7f039c1f0ffad5d162e0fedfb565efb87771187ddcfd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.88-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "48b1a445cbc2b2b468f872bc698a751d763ef5c06bc03ce559af1bc7e23f9345" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.88-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e739e96415e1fb9a650eaac826f7cd24701e18ae2f7c26b78f3fabaf64c8e39b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-13.0.85-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "61760e24a44937c6c29a20ddea69067b4d3860ccd6a9a0564573f840d96e6c5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.88-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8c50a52467826167e0dbe99936140c52d62272bfc5849fe2d6587d050c8c5d29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-13.0.88-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b03fd06fb14fa33e27fc441433fe74ccee9738b62c62a08d39960cb0ce9f1d14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-13.0.2.14-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4f2695ea50f895618316ee32636f5d0e5e0bc330e74b3e0876bff002af9e1eb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-12.0.0.61-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c4db1ed0595fcdba3c4da0f5605ca4c3f4340b6be833d94765994e239c775a32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.4.0.35-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8fe0aa8b2f8709402a8a7494037cdb648f0be7da1ed14e511cefea88a532ef8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-12.0.4.66-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "21f70385aae76de5c24c6baab4df4337d0bc9e1ce69e9ebad228d87d686a28e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.6.3.3-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4b2cff3cfcec50cab2193f11cee023589b1b3b15388ab38780ea08b7ebbf15e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-13.0.88-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6dda4a82d22a2c173a65c66b4b4c933e3424a56ce845e2864bdca9cc66e6c524" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.88-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1f6ad42d4f530b24bfa35894ccf6b7209d2354f59101fd62ec4a6192a184ce99" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f779a24e8f0177b4ce45cbf118cb470139fb5107858df96689d0a0aa01f0fba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7a1a5b652e5ef85c82b721d10672fc9a2dbaab44e9bd3c65a69517bf53998c35" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "82913658363892dbc0f2638b070476234476e06e084fed60db861cb7e161a6af" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "546addc4a9d82b8f23aa9ba9274b6bc0429a63008a31c759884ac24880796057" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b0e65af59b0c2f6c8ed9f5552a9b375890855b7926ae2c0404d15dcf2565bda4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "48281b4caadb1cf790d44ac76b23c77d06f474c0b1799814f314aafec9258ad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3d3b96f3087dbc43893a28691b172f31725b316d524f5a3c1e6837257c898d06" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a83415dcd3e1183afe363d4740f9f0309cfe560c6c08016c2a61468304f4b848" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "392cac3144b52ba14900bc7259ea6405ae6da88a8c704eab9bbbcc9ba4824b07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f893e2c72be81b0d0e3bc33827c785a96db15fd5aafdc51cc187f3df6fdbb657" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "74a884691b2c7e5c8db8bd2a38143fc82f7502f0dd484051809df7953f7ae719" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2432ef8a7c12d0a9ce3332a8af42b123c07f256390b3390802b1b2c6254c6c74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "785b0952c0f77dd0feb9a674f3fcca3fcf05541bbe27f70a5926da9f85339152" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f75938d72153902cf08d1666311f35851e7eb6a16af743b2346bc68d7ba6b341" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5d992b98f0d3d294e339ed2f65a477a587803c1567598a120349fae52596bf20" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e5087640b5c9cd8bc173efb6a21f8388b24da59511cc3d57e60afc5e05d14b50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "45e2fefeee5797c0492d8a9ee26c3dbb7af0cdcefe6f1cd25bd586daa633d9a0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b294b6cd0acf5e68078d2fe4d41d95a4073fed780805adca7774bce7cbbe5b65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a24842165d98660d4ba9fd753395f7c9834445552110fabce4baa4c211fd2c52" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8b422a3b2cb8452cb678181b0bf9d7aa7342df168b5319c5488ae3b8514101fc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "84f8657375c23a425b2d107c3cde1ce75777bff9798b744b78e146fdc02d2de0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.9.79-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0aa1fce92dbae76c059c27eefb9d0ffb58e1291151e44ff7c7f1fc2dd9376c0d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "fb2d50c791465f333fc2236d2419170cf7a7886f48dd9b967a10f8233c686029" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e99b074e6f66034e563508118804599d7579f73afc8424c55ad5fd8d12e085a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.9.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b87637db96e485f4793d7ca8bd2cf07250eca5c86f6c56744a36683418359c03" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.4.1.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "078afec842c99b3a953d62cc76bd74afa2d883dc436e6d642e6440bb1e85eb8e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.10.19-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "db463593ffcbc78f542a7f1ef808da43bf742acae654d970d99a47289c2a83e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8d1c8a57ba3eaecc3f7c11e29fed275a2f3dca5cea51dd2a24d07ab5d9998583" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.10.65-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9c9227c1e9122fd8448cafced3b32bc69f40d3c041d25034ea23611a1262852f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.9.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "179e9c43b0735ffe67207b3da556eb5a0c50f3047961882b7657d3b822d34ef8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c96018456dc4db6af6d69d6db0170a2ccc656ddde8c8ce6ee05682c2c5569daa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.9.79-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "227b109663b5e57d2718bcabb24a4ba0d9d4e52d958e327dc476f7c28691be85" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1aa0644fa53c8ca34cdc73db17bcc73530557bdd3f582c7bfdbd7916c8b48f65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d534d98b0b453a98914dbf3adf47d7e84b55037abf02f87466439e1dcef581ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.9.1.4-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f26f80bb9abff3269c548e1559e8c2b4ba58ccb8acc6095bbc6404fc962d4b80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.4.1.4-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d0411f0b8c07e90d0fb6e01bfa7a54c9cb80f2ddf67e4ded2d96a50e19aadad6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.10.19-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e991d64a0bbe3e0bb69ce2adce000244288002b0341894729666d66adb9b4f25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "abb4bfc01198f82fbc956773ccb98c578c03027b6ad425e829355be0c0a11a4a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.10.65-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ee7175da9628d47ccc92dce6d28d57ca77633e79079a2aee90e2a645edcd1384" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.9.86-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8d566b5fe745c46842dc16945cf36686227536decd2302c372be86da37faca68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7bf5db86cb82f26a6a3cb9e2fa4dc2a131d25885f59fdbc647938929924405db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "992f5e4d95cb499f41e442245efa877dbd60c711451afe680a26700d61eb3843" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "21718957c2cf000bacd69d36c95708a2319199e39e056f8b4f0f68e3b9f323bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "126fe08fc0df07a7420c2da05a2ae72ea19660fff79bf06de16520d1f915cb83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "32a5ec30be446c1b7228d1bc502b2f029cc8b59a5e362c70d960754fa646778b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d40ac4040aa192183a072a52cedabd23449b7dd67adbe1e760ca08162f765504" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "aa535ceb56690518c89257d985b13d505f951e4bba7591dbfaa179fc2fff329e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "29220664ad272c513d3213133ace6d6590303e46b42a17b05bc2bee90e54a888" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0cdde0058d47b3307bc2d58156cfadce092631a3d24616e1b88d6ef089b5ca73" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0bd2e29566d168e05bacbc0965b760ff8508526482d66371d36a97e8a3b20aba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2eb267e6ebbe17e5ebc593bae8b83fa927c3e53cbf43ef5c614eff6c94053d10" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ee5d20c3b0895dd541c41ccd790299ee922bd6799b35c036d5978fa88f89646e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d3c3f32be793fbc995754acf12f94fcec5afc8d85d860875b38eed3ff6f97804" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5d048199ee929744cabc29aac9ff5b2005679e86e6f91356ce9234839dcd65aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bd2ff4a5ef69f37e943d20fb5017c7f6d789b6f78da6365fab5021e500e6305a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9cf91d51b2bbfdfea3266bf34c69a825fa4f5c043839ab4dd3698acd38a367d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8f4e3eb72a867a2d5ac0df6e2cc7a482e252423d6052f00cf739357446194f4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b7c8af345d8f1b72fa6283ce00abf8a9e0f2e7cc610b4edf17491eb4bfb9bfc1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9e54c6686b193efa9642e7f6609ce78b064c5d576946478bcff4c024e1acdea7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bf7640a559f53a9c19b3f42443da20ef4cb1c28cacf00d5506ee7dcf7e1e6a45" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a24bb837c214a1620924b9721dcc0ce82623626f8cead704aed4eb08038ac5d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "429803c0ea8aec1db0050f7bfd807d519e22c9bf223c19000d6018d930741028" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bf2106087eac3f87b3b01263e6ef1229878ee36108408a7dabc04d5f02f8eff5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2fed8d9d8fa8c7189dbd9e04dc5c1b7655cd98b834a902a76afc39f7a8635427" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b57dd2c166d1932cd5cc1e7885ca1e890452e684176ad61b8579c83f6db79fcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.3.90-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bc8b28217581fdb1c979eac48b24d35a385c7ca778f70cf1257e7760a922d65e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d5be4fc9b26e07a687249f8a5151fa093f512f1c50a629d52e659ee9ce984aca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.93-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4a39058fd8519444a81cfc7ae055d136f48d1a31ffa41ae255b35b2edd61e13b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8a09eab5412addc6e132a55bac41ebad0141de3b5b6f6eca3028eb9e49a8cdb6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.90-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9fdc70b4271ed9aad4d64cd7076a7d96ec36512d074b9995fe638de669197391" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a63302a077f0248a743a1a7caa7dbd80d0fac56c6cfa9c41fa05fac9b7e5eda5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "57a470112cec7e112c95253dde8b3c7184d795dbd92b0bde77a4cb7f8c94c8aa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.4.1-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "cc6e0ba958cf23387b462017a24464c72bd901549046133f3d1ebcc3d7444c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.83-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "46eba36c20748b21a5927b569b943337dd18485132119dfb39a5bcda4edb12e2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.90-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c71e33208740f6bce9f1da8fc7e9fa679ddfc831b5368a121f9c1ada3fa3d980" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.3.90-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f13b243912d8b07cc0136ad3760cd351553c74c1b54b7a6dbedb1dcc98ee8eb5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.8.93-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5680b0a42ddf20f11705ca9c365d002f032ab876d3fe44382eeba633b558ccc0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.93-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" - [[CUDA_Runtime_jll."0.19.1+0".sources]] - hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" - -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "8a862acbff5b33904bfe7ec3e92a553a8312da1db9f651b6cfe14db137a139ce" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-license-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "9523033692cca5a2b29cd69942d69036deedacb8eb3273395662f6024b2c27f9" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvdisasm-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "719b32f039cd8ed6123e1f9e3fa9badcf4c6ba5ac4a0b24a97d2db88e0764e1e" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cuobjdump-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "d3fef316b7d5b215cf11ff0190c69d9e8a2652b9dd37f454c7350110954e3496" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-gdb-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "54d96b9cdba5a53da92b2cdaada27ec7a886b3a6a29e7d33b5fdf429ad788681" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvprof-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "f8f498108e1e4e3fdc40a1cb80cec44bb3da987b2160a3128d3bcf85a8533bbf" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-memcheck-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "2a718596cf1162bf0076d4ec6db52a5f7c3617b7ab7cd243887376e841a99915" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cudart-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "c1c55ba59d8a28a7d56800504c65683a4d392893f35d08ec7bddf6b45efda468" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-driver-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "5aa2bf1e8e9d467dacbff778b0d2d4a7bd31077a443b7a49711cc798562ea37d" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cudart-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "e92834f576241295c74393b478cb7121d9e20cb3454aed26c464c3523eaeadde" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-misc-headers-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "1a0ea57d4c1b1d9394d7e4f6ab94baa2aa49883f4ba2d59a60b750bb88d0fdeb" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvcc-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "319771f42db1d9a4a273bc5ff753148247ece9cf7544d2008d57d9061e6964f9" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cupti-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "3bd27507b8eef4ae9d5faf8671e8843ef7bd4cede82dc76a8e6519390e22a5dc" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cupti-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "b4f9dedf0c21dbc75daadbabfde6aa17a73b6bdad0d5a18fae3da6e9717bfc99" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvtx-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "7425afa9751b073b709f969149babb65411e2ab96bbe1744af0d89a517a6f1a2" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-command-line-tools-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "1e04820f53fb96b737c6b5d92ae2c1c54414e84a87ae9a55a00fc78c05e4e33f" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvprune-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "cf15fd18669b88dfd9e49be6e8189e03936ce993be47dfc88b99d1b3d86d3a6d" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-compiler-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "7d06a0bdd16b16c2384de79e488cde5bb580b3bc9ee46bd1e23d17ce6d260e01" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cufft-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "239060c552e98511b8a752127c57bd86cd1261af5062b99f85d94a12ef61d876" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cufft-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "1cf024814383a2ec21e562e1e89809050dbae36bceed6ee276affe03185ca266" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-curand-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "f6594cd55b89a4e45ca3a382cef99c6bd3d2efb7ab222a82f261a79cc9e066ce" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-curand-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "ede4930b8a7d8098590b3691785cf225fdbb08e3cb7853ca8f0ffc7313e89b3f" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusolver-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "e3d786efc6d92e24c2527a2a76685de4cfc92e609a3b6ab1258cc820a5c867e4" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusolver-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "459f9e41ac458eef3c94ba0a5d367182af83c070454d9e38b3565252c039a827" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusparse-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "3a9ccd17e6916fda5cede14c206a8199fdba27f1118947a1f31cbf33132241df" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusparse-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "fe9cc7cbdab29035371e5f77d190aecd97bbf31ca66b3f62612bf62580417b16" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvrtc-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "5c3bd9bc84170ec0c3465444409e7912046e2523e6a18d331b53901c0e57d229" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvrtc-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "d0299b139a163136432dfb2c028769944b6c5636ad9238614860c196a1c91aea" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cublas/libcublas10_10.2.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "5fa7e3e8fe266fdea7e91778610b7e8d3d85d8950875a4915ce3626c9e564365" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cublas/libcublas-dev_10.2.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "a01a204e6afefb0072424817c7133c5c18a9f3996fbf48f0b31297cb7c07e1ac" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-npp-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "4d572a2472564f5008c3cfe9b24dbef765a1531a73c43436c66a146b4d16cace" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-npp-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "f800974ac6cb3fb6595a08e613fc0f376d7b91f43eed1b5306b0496f9588e441" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvgraph-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "cc2d9897c54f27a20f90bea5df391875b3f8163ec69745fb7546c1ce57e1d718" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvgraph-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "71309637bbc86b3d7f014c5ba5da709b88f69dfc0710aa8caa661b3aa40a51b4" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-libraries-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "9d3e1e4cf097f6e04c7f881b4af1a54c52552fb2828f73f7ae8fa5b9efe32d29" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-libraries-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "c8743e69c84a432c5e6dea6edfcacf1bb6b09b028bee61c8aece7a41d0447265" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvml-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "eeaae6a103cc5d950bf4e774a277d90286492df0e0815e161f7c12291c9aa5ba" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-tools-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "47a1c8c8bde2c763396a68c38cc901217e1606bb536ec5880d4c072c4eee9073" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-toolkit-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "5227774fcb8b10bd2d8714f0a716a75d7a2df240a9f2a49beb76710b1c0fc619" -url = "https://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux_ppc64le.run" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "560d07fdcf4a46717f2242948cd4f92c5f9b6fc7eae10dd996614da913d5ca11" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "51193fff427aad0a3a15223b1a202a6c6f0964fcc6fb0e6c77ca7cd5b6944d20" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_mac.dmg" -[[CUDA_SDK_jll."10.2.89+0".sources]] -hash = "b538271c4d9ffce1a8520bf992d9bd23854f0f29cee67f48c6139e4cf301e253" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_441.22_win10.exe" - -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "560d07fdcf4a46717f2242948cd4f92c5f9b6fc7eae10dd996614da913d5ca11" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "5227774fcb8b10bd2d8714f0a716a75d7a2df240a9f2a49beb76710b1c0fc619" -url = "https://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux_ppc64le.run" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "8a862acbff5b33904bfe7ec3e92a553a8312da1db9f651b6cfe14db137a139ce" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-license-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "9523033692cca5a2b29cd69942d69036deedacb8eb3273395662f6024b2c27f9" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvdisasm-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "719b32f039cd8ed6123e1f9e3fa9badcf4c6ba5ac4a0b24a97d2db88e0764e1e" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cuobjdump-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "d3fef316b7d5b215cf11ff0190c69d9e8a2652b9dd37f454c7350110954e3496" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-gdb-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "54d96b9cdba5a53da92b2cdaada27ec7a886b3a6a29e7d33b5fdf429ad788681" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvprof-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "f8f498108e1e4e3fdc40a1cb80cec44bb3da987b2160a3128d3bcf85a8533bbf" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-memcheck-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "2a718596cf1162bf0076d4ec6db52a5f7c3617b7ab7cd243887376e841a99915" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cudart-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "c1c55ba59d8a28a7d56800504c65683a4d392893f35d08ec7bddf6b45efda468" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-driver-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "5aa2bf1e8e9d467dacbff778b0d2d4a7bd31077a443b7a49711cc798562ea37d" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cudart-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "e92834f576241295c74393b478cb7121d9e20cb3454aed26c464c3523eaeadde" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-misc-headers-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "1a0ea57d4c1b1d9394d7e4f6ab94baa2aa49883f4ba2d59a60b750bb88d0fdeb" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvcc-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "319771f42db1d9a4a273bc5ff753148247ece9cf7544d2008d57d9061e6964f9" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cupti-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "3bd27507b8eef4ae9d5faf8671e8843ef7bd4cede82dc76a8e6519390e22a5dc" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cupti-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "b4f9dedf0c21dbc75daadbabfde6aa17a73b6bdad0d5a18fae3da6e9717bfc99" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvtx-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "7425afa9751b073b709f969149babb65411e2ab96bbe1744af0d89a517a6f1a2" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-command-line-tools-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "1e04820f53fb96b737c6b5d92ae2c1c54414e84a87ae9a55a00fc78c05e4e33f" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvprune-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "cf15fd18669b88dfd9e49be6e8189e03936ce993be47dfc88b99d1b3d86d3a6d" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-compiler-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "7d06a0bdd16b16c2384de79e488cde5bb580b3bc9ee46bd1e23d17ce6d260e01" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cufft-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "239060c552e98511b8a752127c57bd86cd1261af5062b99f85d94a12ef61d876" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cufft-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "1cf024814383a2ec21e562e1e89809050dbae36bceed6ee276affe03185ca266" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-curand-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "f6594cd55b89a4e45ca3a382cef99c6bd3d2efb7ab222a82f261a79cc9e066ce" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-curand-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "ede4930b8a7d8098590b3691785cf225fdbb08e3cb7853ca8f0ffc7313e89b3f" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusolver-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "e3d786efc6d92e24c2527a2a76685de4cfc92e609a3b6ab1258cc820a5c867e4" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusolver-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "459f9e41ac458eef3c94ba0a5d367182af83c070454d9e38b3565252c039a827" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusparse-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "3a9ccd17e6916fda5cede14c206a8199fdba27f1118947a1f31cbf33132241df" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusparse-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "fe9cc7cbdab29035371e5f77d190aecd97bbf31ca66b3f62612bf62580417b16" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvrtc-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "5c3bd9bc84170ec0c3465444409e7912046e2523e6a18d331b53901c0e57d229" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvrtc-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "d0299b139a163136432dfb2c028769944b6c5636ad9238614860c196a1c91aea" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cublas/libcublas10_10.2.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "5fa7e3e8fe266fdea7e91778610b7e8d3d85d8950875a4915ce3626c9e564365" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cublas/libcublas-dev_10.2.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "a01a204e6afefb0072424817c7133c5c18a9f3996fbf48f0b31297cb7c07e1ac" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-npp-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "4d572a2472564f5008c3cfe9b24dbef765a1531a73c43436c66a146b4d16cace" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-npp-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "f800974ac6cb3fb6595a08e613fc0f376d7b91f43eed1b5306b0496f9588e441" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvgraph-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "cc2d9897c54f27a20f90bea5df391875b3f8163ec69745fb7546c1ce57e1d718" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvgraph-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "71309637bbc86b3d7f014c5ba5da709b88f69dfc0710aa8caa661b3aa40a51b4" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-libraries-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "9d3e1e4cf097f6e04c7f881b4af1a54c52552fb2828f73f7ae8fa5b9efe32d29" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-libraries-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "c8743e69c84a432c5e6dea6edfcacf1bb6b09b028bee61c8aece7a41d0447265" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvml-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "eeaae6a103cc5d950bf4e774a277d90286492df0e0815e161f7c12291c9aa5ba" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-tools-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "47a1c8c8bde2c763396a68c38cc901217e1606bb536ec5880d4c072c4eee9073" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-toolkit-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_jll."10.2.89+1".sources]] -hash = "b538271c4d9ffce1a8520bf992d9bd23854f0f29cee67f48c6139e4cf301e253" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_441.22_win10.exe" - -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "150b163bde4975154d6238ae1272c74df81b303dccca1f7637bd91027b65afc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.4.122-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "dd9d51ca6d1772545ba77640f74bd1162ea4ffe223e17c8faa6e0a11ec9b5e2a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "f722199f9cc101c97c6fc809745076645064d36558a5aab56bba5529716e0fe9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "3e0ae31117c82f5e0220662a9ee1df15d2aa79bf6a53bc627ee5898a3e9719ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "2e65c5b8d8aabf5521faf8daab170ddef27d795f61ded58343a9070dffd2ebff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "b664c4cec5bf0518c83c5568fb9bc36d202dff67fce4ee12657043f45b431347" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "0d1d729ac3f52bdd04f197a6cef295b3463c4975d70dbd97f4e1b08a4857f488" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.4.122-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "3f5013ecd3ad3ef1f90f981189826ae9e5aadb7549a99e834c0f6d77c897a7ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "08a763906637778d1c85455bdad4f2c0cb15d4cb0ae1c088dc474cb7ff78af81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "a8f62ffd30747f5481c6abb11a924dd68b8da9b4a72a0821a411d545fd79ebbf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "7cb571fb26fa5ae3c85489a45eb088ade9f6bf01105d651d7eaee9857085b368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "c0e5fe1dc9c45e71fde99071deac6a48a94515b79e59cb0fab4412060b6bac95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "98f495b99c68fae54fe728e72aa3b8e2e5b1d77c9fd4946370cec3b063a7fcf3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.4.122-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "7f5c5e38780d9d44084f05ae091be1ad8672f370a6da17cc3f0a9a55e998163a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "61c93230ea9fd9ae657c57954294380b5e8ee1688778f519ce5d43b728a04b9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "da4078a81d0af984bd42f23c584091968454a0e925c64289f2e5922e02c76131" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "c722734c0b36702a549a3796e76461376ae471d7af7729c1d59565cb08c95ed5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "0e7f4360e75a6f880b2accbfd7dd0cc91e850014ee42ff1c5fcd5060fb14beec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "d721c4bcc5bf8054eb944b7c3203ce5f593523f798559f3f4c1effdd8ed36f48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.4.122-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "e371440535fae634c625a5dd02d18cd4accd11b9166703f9d5a95f7b721f09b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "d97d1266345bcaf4212132bbc19270ee9c10bae37b29647ff5f40620f83fa3ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "ec5e1975147a83da707a1803c1e9af93b02ff8af246d23b733bd5a1662c708a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "6e1a90494f93db97687b8f2b216da0ab3ca4677640c856a35e7d3b12c46c4223" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.4.0.110-archive.zip" -[[CUDA_SDK_jll."11.4.4+0".sources]] -hash = "45d894a95aa26e125f5d002d138c6d9a2f2568edf809fea86d7782657bdec5fc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.5.2.120-archive.zip" - -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "150b163bde4975154d6238ae1272c74df81b303dccca1f7637bd91027b65afc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.4.122-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "dd9d51ca6d1772545ba77640f74bd1162ea4ffe223e17c8faa6e0a11ec9b5e2a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "f722199f9cc101c97c6fc809745076645064d36558a5aab56bba5529716e0fe9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "3e0ae31117c82f5e0220662a9ee1df15d2aa79bf6a53bc627ee5898a3e9719ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "2e65c5b8d8aabf5521faf8daab170ddef27d795f61ded58343a9070dffd2ebff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "b664c4cec5bf0518c83c5568fb9bc36d202dff67fce4ee12657043f45b431347" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "0d1d729ac3f52bdd04f197a6cef295b3463c4975d70dbd97f4e1b08a4857f488" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.4.122-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "3f5013ecd3ad3ef1f90f981189826ae9e5aadb7549a99e834c0f6d77c897a7ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "08a763906637778d1c85455bdad4f2c0cb15d4cb0ae1c088dc474cb7ff78af81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "a8f62ffd30747f5481c6abb11a924dd68b8da9b4a72a0821a411d545fd79ebbf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "7cb571fb26fa5ae3c85489a45eb088ade9f6bf01105d651d7eaee9857085b368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "c0e5fe1dc9c45e71fde99071deac6a48a94515b79e59cb0fab4412060b6bac95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "98f495b99c68fae54fe728e72aa3b8e2e5b1d77c9fd4946370cec3b063a7fcf3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.4.122-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "7f5c5e38780d9d44084f05ae091be1ad8672f370a6da17cc3f0a9a55e998163a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "61c93230ea9fd9ae657c57954294380b5e8ee1688778f519ce5d43b728a04b9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "da4078a81d0af984bd42f23c584091968454a0e925c64289f2e5922e02c76131" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "c722734c0b36702a549a3796e76461376ae471d7af7729c1d59565cb08c95ed5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "0e7f4360e75a6f880b2accbfd7dd0cc91e850014ee42ff1c5fcd5060fb14beec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "d721c4bcc5bf8054eb944b7c3203ce5f593523f798559f3f4c1effdd8ed36f48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.4.122-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "e371440535fae634c625a5dd02d18cd4accd11b9166703f9d5a95f7b721f09b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "d97d1266345bcaf4212132bbc19270ee9c10bae37b29647ff5f40620f83fa3ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "ec5e1975147a83da707a1803c1e9af93b02ff8af246d23b733bd5a1662c708a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "6e1a90494f93db97687b8f2b216da0ab3ca4677640c856a35e7d3b12c46c4223" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.4.0.110-archive.zip" -[[CUDA_SDK_jll."11.4.4+1".sources]] -hash = "45d894a95aa26e125f5d002d138c6d9a2f2568edf809fea86d7782657bdec5fc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.5.2.120-archive.zip" - -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "150b163bde4975154d6238ae1272c74df81b303dccca1f7637bd91027b65afc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.4.122-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "dd9d51ca6d1772545ba77640f74bd1162ea4ffe223e17c8faa6e0a11ec9b5e2a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "f722199f9cc101c97c6fc809745076645064d36558a5aab56bba5529716e0fe9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "3e0ae31117c82f5e0220662a9ee1df15d2aa79bf6a53bc627ee5898a3e9719ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "2e65c5b8d8aabf5521faf8daab170ddef27d795f61ded58343a9070dffd2ebff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "0d1d729ac3f52bdd04f197a6cef295b3463c4975d70dbd97f4e1b08a4857f488" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.4.122-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "3f5013ecd3ad3ef1f90f981189826ae9e5aadb7549a99e834c0f6d77c897a7ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "08a763906637778d1c85455bdad4f2c0cb15d4cb0ae1c088dc474cb7ff78af81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "a8f62ffd30747f5481c6abb11a924dd68b8da9b4a72a0821a411d545fd79ebbf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "7cb571fb26fa5ae3c85489a45eb088ade9f6bf01105d651d7eaee9857085b368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "98f495b99c68fae54fe728e72aa3b8e2e5b1d77c9fd4946370cec3b063a7fcf3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.4.122-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "7f5c5e38780d9d44084f05ae091be1ad8672f370a6da17cc3f0a9a55e998163a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "61c93230ea9fd9ae657c57954294380b5e8ee1688778f519ce5d43b728a04b9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "da4078a81d0af984bd42f23c584091968454a0e925c64289f2e5922e02c76131" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "c722734c0b36702a549a3796e76461376ae471d7af7729c1d59565cb08c95ed5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "d721c4bcc5bf8054eb944b7c3203ce5f593523f798559f3f4c1effdd8ed36f48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.4.122-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "e371440535fae634c625a5dd02d18cd4accd11b9166703f9d5a95f7b721f09b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "d97d1266345bcaf4212132bbc19270ee9c10bae37b29647ff5f40620f83fa3ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "ec5e1975147a83da707a1803c1e9af93b02ff8af246d23b733bd5a1662c708a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" -[[CUDA_SDK_jll."11.4.4+2".sources]] -hash = "6e1a90494f93db97687b8f2b216da0ab3ca4677640c856a35e7d3b12c46c4223" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.4.0.110-archive.zip" - -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "bbe633d6603d5a96a214dcb9f3f6f6fd2fa04d62e53694af97ae0c7afe0121b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.5.62-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "798fa7124d56661d7a211900266f658d4303931936157e863c82cf31aeb27b09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "e7a03b5c0324ccb5040cd494d2e3f1fba508cc437d666f112a6702d75bd80891" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.5.50-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "f66c2632dbbdc6153aed2ae8bbf3291de258f7be5fd53350d469cf6f894aaa5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "5c6bcb73d6e2426e7369e5157387e02f70db3e94b2351c447ce559cba57e36f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "3943941f449e8a9aea465e26a25f3d0315e45a57c5ab993f1d15dac7453dcffc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "f5301a213878c7afbc67da03b09b27e1cb92178483042538f1585df09407214a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.5.62-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "04845b4feb728840823b17aadc2fb579bd8be4e04f1cfe25bb78e8724794cdfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "753ac81cde5a58b7bd4b59d56ab5e0ba973f96d6ffe95c447eb47f170d0c74be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.5.50-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "209ddd276e857cb41e162f3748778dceb224bbab445469480f6578d1b8a199ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "cf2cbc740d9c111d9d266737f62ba4b44cfc84590fe1f9f4bf848b0908296971" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "760295c056951752ba7f4a5a56f4e5afe1538eafbc8ea01c21abe9b8bbd3f09e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "a4faf04025bdaf5b7871ad43f50cbe2ca10baf8665b17b78d32c50aa8ba7ae8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.5.62-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "1ae185d861f7075046e53e8ec69d4b650eef1bc09fdb0c89adf69e48f9b13d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "d3f913393ec4a1648fc5230c766606e1c8a7ca31f7595fd149f5cbeea63bd01a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.5.50-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "57429ab14f4a99fcc2f7160a9d93f39358a4cf0f8e0d0996973883b1f5c1d520" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "cd86f76d41010e7fd37804ba102ec6896de4e51a2724cf44b9e7b22c1aa86429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "4dbc3c0da37ce108faadcaebbe72335984a60ed055b29fa56edfd89aad9d89cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "2a44c359d523317d1c93ba6568ace3c088c83026e2e40d34a97fccd876466b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.5.62-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "2b059697dcc5b3df8ca527612893905cfb91f52fef4988388458060d038d86a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "ccd320d7b4aa8c7006085e003b9763a20a37e101e59dde8bcaf13f1e3b5ec04c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.5.50-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "89a883eee3d6931e9b071c19a9ef07368429b8008fcb0f392229baa3d21b6cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "3ef847675b5cecdd70ede5216b91530bff152478441dc4b1e0d73bfcdb586a06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.5.1.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+0".sources]] -hash = "50bb7bdd84a8ec74d4b2e2a133d8dd0474aa4224c3e7643ed75a7864cf705df6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.5.4.107-archive.zip" - -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "bbe633d6603d5a96a214dcb9f3f6f6fd2fa04d62e53694af97ae0c7afe0121b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.5.62-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "798fa7124d56661d7a211900266f658d4303931936157e863c82cf31aeb27b09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "e7a03b5c0324ccb5040cd494d2e3f1fba508cc437d666f112a6702d75bd80891" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.5.50-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "f66c2632dbbdc6153aed2ae8bbf3291de258f7be5fd53350d469cf6f894aaa5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "5c6bcb73d6e2426e7369e5157387e02f70db3e94b2351c447ce559cba57e36f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "3943941f449e8a9aea465e26a25f3d0315e45a57c5ab993f1d15dac7453dcffc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "f5301a213878c7afbc67da03b09b27e1cb92178483042538f1585df09407214a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.5.62-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "04845b4feb728840823b17aadc2fb579bd8be4e04f1cfe25bb78e8724794cdfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "753ac81cde5a58b7bd4b59d56ab5e0ba973f96d6ffe95c447eb47f170d0c74be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.5.50-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "209ddd276e857cb41e162f3748778dceb224bbab445469480f6578d1b8a199ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "cf2cbc740d9c111d9d266737f62ba4b44cfc84590fe1f9f4bf848b0908296971" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "760295c056951752ba7f4a5a56f4e5afe1538eafbc8ea01c21abe9b8bbd3f09e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "a4faf04025bdaf5b7871ad43f50cbe2ca10baf8665b17b78d32c50aa8ba7ae8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.5.62-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "1ae185d861f7075046e53e8ec69d4b650eef1bc09fdb0c89adf69e48f9b13d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "d3f913393ec4a1648fc5230c766606e1c8a7ca31f7595fd149f5cbeea63bd01a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.5.50-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "57429ab14f4a99fcc2f7160a9d93f39358a4cf0f8e0d0996973883b1f5c1d520" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "cd86f76d41010e7fd37804ba102ec6896de4e51a2724cf44b9e7b22c1aa86429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "4dbc3c0da37ce108faadcaebbe72335984a60ed055b29fa56edfd89aad9d89cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "2a44c359d523317d1c93ba6568ace3c088c83026e2e40d34a97fccd876466b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.5.62-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "2b059697dcc5b3df8ca527612893905cfb91f52fef4988388458060d038d86a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "ccd320d7b4aa8c7006085e003b9763a20a37e101e59dde8bcaf13f1e3b5ec04c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.5.50-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "89a883eee3d6931e9b071c19a9ef07368429b8008fcb0f392229baa3d21b6cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "3ef847675b5cecdd70ede5216b91530bff152478441dc4b1e0d73bfcdb586a06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.5.1.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+1".sources]] -hash = "50bb7bdd84a8ec74d4b2e2a133d8dd0474aa4224c3e7643ed75a7864cf705df6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.5.4.107-archive.zip" - -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "bbe633d6603d5a96a214dcb9f3f6f6fd2fa04d62e53694af97ae0c7afe0121b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.5.62-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "798fa7124d56661d7a211900266f658d4303931936157e863c82cf31aeb27b09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "e7a03b5c0324ccb5040cd494d2e3f1fba508cc437d666f112a6702d75bd80891" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.5.50-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "f66c2632dbbdc6153aed2ae8bbf3291de258f7be5fd53350d469cf6f894aaa5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "5c6bcb73d6e2426e7369e5157387e02f70db3e94b2351c447ce559cba57e36f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "f5301a213878c7afbc67da03b09b27e1cb92178483042538f1585df09407214a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.5.62-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "04845b4feb728840823b17aadc2fb579bd8be4e04f1cfe25bb78e8724794cdfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "753ac81cde5a58b7bd4b59d56ab5e0ba973f96d6ffe95c447eb47f170d0c74be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.5.50-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "209ddd276e857cb41e162f3748778dceb224bbab445469480f6578d1b8a199ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "cf2cbc740d9c111d9d266737f62ba4b44cfc84590fe1f9f4bf848b0908296971" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "a4faf04025bdaf5b7871ad43f50cbe2ca10baf8665b17b78d32c50aa8ba7ae8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.5.62-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "1ae185d861f7075046e53e8ec69d4b650eef1bc09fdb0c89adf69e48f9b13d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "d3f913393ec4a1648fc5230c766606e1c8a7ca31f7595fd149f5cbeea63bd01a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.5.50-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "57429ab14f4a99fcc2f7160a9d93f39358a4cf0f8e0d0996973883b1f5c1d520" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "cd86f76d41010e7fd37804ba102ec6896de4e51a2724cf44b9e7b22c1aa86429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "2a44c359d523317d1c93ba6568ace3c088c83026e2e40d34a97fccd876466b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.5.62-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "2b059697dcc5b3df8ca527612893905cfb91f52fef4988388458060d038d86a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "ccd320d7b4aa8c7006085e003b9763a20a37e101e59dde8bcaf13f1e3b5ec04c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.5.50-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "89a883eee3d6931e9b071c19a9ef07368429b8008fcb0f392229baa3d21b6cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" -[[CUDA_SDK_jll."11.5.2+2".sources]] -hash = "3ef847675b5cecdd70ede5216b91530bff152478441dc4b1e0d73bfcdb586a06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.5.1.107-archive.zip" - -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "14aee04c86a47321b9fee1c86c9a640be7729ed8063663ed0c7dafdd77fb18f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "625c7ce21089a52ae6b0a9a6b7d112b98f219cdcf451b94e6f7e523c437d5db1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "12cbd1279ffe240396cba3c7d8e27fe9b4ee0e0db81850b29462544d83ca23c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "0b1f79447efedef09c54d517eff994995b36d486f642379fd278ddbb4d29f5ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "be4afe097cc38eea91ef02aea233db9fa3ba7a31bc115fc287e10812441ee5c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "ed9f4be96412134195aecbe15b281f3ac8e9b954e0fc62df9279169cf0e0f50b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "cdaa96fc3afe7c552ce31d5b2328072edfbce6c85018455c9e90a572187e84eb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "36c51224b98b7d040f41240cb12f6b43f61f334de3d6cc26d8ca3f35b50df68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "6134b127d84ec38c3d496d34214500e22bc455dd13677a957d6d1e2787a27950" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "5c6bd788e9575fc09f9e687b15123ad4bdde25008425c7f0108e319a952f5273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "b55dc9d7e32319a007374cbb191dba1bce1973857a0ae0cc684a4c87e39ac23a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "377f5acfc5c25a983b0c3043b6fb9da7077d4d571481b62b091e162d8d8fe3c5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "6de184be2cee64b278befc0839d0b08104f19f6d15358e3bd8a92cefca552e20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "1ea90073f8769a8e5a16b4b18245c77fd217ff8d5d484f33475bebda046e5ff5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "72dbcd80bb8acf675c924fbafa9462122743e37aa51a147f3e07cf0d34044292" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "6b9c0df46418b682497feeac9cf56edfc5679e06d60a94158732aac125aa560d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "dd3fbe515b0bca6393de5829fb675f8fae9bfa23f0cd5e94a87643088935aa32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "badbe50dab52403cd152c907c9be7271a25c7e0b2bf7377a1cee13bd63f6c008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "badc95a0e47e9c2866ebf970dae757c827b91c27820fc75dc28a459c0014bb2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "609599e7fc20e20cf53e2cf4f2618e467cb1bc00dcb9d09520cd2251bd3056a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "35dbf8f8f2974973a52b3363fa3936ce952ce94dc2aabca9aaf1f79039a633b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "991f7574ef06eef1f63e94af188d48e360b7ffcebe6fe5b9e088d91b6579009e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "647e78458636d462698fbdbd26c99d4956c917a25a7fd6d2e516a7035a52c857" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.6.3.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+0".sources]] -hash = "9a04433b80bb5374c0dcf21e1988a66d6d61009dd431668e5ef412baf1167796" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.6.2.124-archive.zip" - -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "14aee04c86a47321b9fee1c86c9a640be7729ed8063663ed0c7dafdd77fb18f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "625c7ce21089a52ae6b0a9a6b7d112b98f219cdcf451b94e6f7e523c437d5db1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "12cbd1279ffe240396cba3c7d8e27fe9b4ee0e0db81850b29462544d83ca23c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "0b1f79447efedef09c54d517eff994995b36d486f642379fd278ddbb4d29f5ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "be4afe097cc38eea91ef02aea233db9fa3ba7a31bc115fc287e10812441ee5c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "ed9f4be96412134195aecbe15b281f3ac8e9b954e0fc62df9279169cf0e0f50b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "cdaa96fc3afe7c552ce31d5b2328072edfbce6c85018455c9e90a572187e84eb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "36c51224b98b7d040f41240cb12f6b43f61f334de3d6cc26d8ca3f35b50df68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "6134b127d84ec38c3d496d34214500e22bc455dd13677a957d6d1e2787a27950" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "5c6bd788e9575fc09f9e687b15123ad4bdde25008425c7f0108e319a952f5273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "b55dc9d7e32319a007374cbb191dba1bce1973857a0ae0cc684a4c87e39ac23a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "377f5acfc5c25a983b0c3043b6fb9da7077d4d571481b62b091e162d8d8fe3c5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "6de184be2cee64b278befc0839d0b08104f19f6d15358e3bd8a92cefca552e20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "1ea90073f8769a8e5a16b4b18245c77fd217ff8d5d484f33475bebda046e5ff5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "72dbcd80bb8acf675c924fbafa9462122743e37aa51a147f3e07cf0d34044292" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "6b9c0df46418b682497feeac9cf56edfc5679e06d60a94158732aac125aa560d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "dd3fbe515b0bca6393de5829fb675f8fae9bfa23f0cd5e94a87643088935aa32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "badbe50dab52403cd152c907c9be7271a25c7e0b2bf7377a1cee13bd63f6c008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "badc95a0e47e9c2866ebf970dae757c827b91c27820fc75dc28a459c0014bb2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "609599e7fc20e20cf53e2cf4f2618e467cb1bc00dcb9d09520cd2251bd3056a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "35dbf8f8f2974973a52b3363fa3936ce952ce94dc2aabca9aaf1f79039a633b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "991f7574ef06eef1f63e94af188d48e360b7ffcebe6fe5b9e088d91b6579009e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "647e78458636d462698fbdbd26c99d4956c917a25a7fd6d2e516a7035a52c857" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.6.3.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+1".sources]] -hash = "9a04433b80bb5374c0dcf21e1988a66d6d61009dd431668e5ef412baf1167796" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.6.2.124-archive.zip" - -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "14aee04c86a47321b9fee1c86c9a640be7729ed8063663ed0c7dafdd77fb18f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "625c7ce21089a52ae6b0a9a6b7d112b98f219cdcf451b94e6f7e523c437d5db1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "12cbd1279ffe240396cba3c7d8e27fe9b4ee0e0db81850b29462544d83ca23c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "0b1f79447efedef09c54d517eff994995b36d486f642379fd278ddbb4d29f5ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "be4afe097cc38eea91ef02aea233db9fa3ba7a31bc115fc287e10812441ee5c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "cdaa96fc3afe7c552ce31d5b2328072edfbce6c85018455c9e90a572187e84eb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "36c51224b98b7d040f41240cb12f6b43f61f334de3d6cc26d8ca3f35b50df68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "6134b127d84ec38c3d496d34214500e22bc455dd13677a957d6d1e2787a27950" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "5c6bd788e9575fc09f9e687b15123ad4bdde25008425c7f0108e319a952f5273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "b55dc9d7e32319a007374cbb191dba1bce1973857a0ae0cc684a4c87e39ac23a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "6de184be2cee64b278befc0839d0b08104f19f6d15358e3bd8a92cefca552e20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "1ea90073f8769a8e5a16b4b18245c77fd217ff8d5d484f33475bebda046e5ff5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "72dbcd80bb8acf675c924fbafa9462122743e37aa51a147f3e07cf0d34044292" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "6b9c0df46418b682497feeac9cf56edfc5679e06d60a94158732aac125aa560d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "dd3fbe515b0bca6393de5829fb675f8fae9bfa23f0cd5e94a87643088935aa32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "badc95a0e47e9c2866ebf970dae757c827b91c27820fc75dc28a459c0014bb2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "609599e7fc20e20cf53e2cf4f2618e467cb1bc00dcb9d09520cd2251bd3056a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "35dbf8f8f2974973a52b3363fa3936ce952ce94dc2aabca9aaf1f79039a633b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "991f7574ef06eef1f63e94af188d48e360b7ffcebe6fe5b9e088d91b6579009e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" -[[CUDA_SDK_jll."11.6.2+2".sources]] -hash = "647e78458636d462698fbdbd26c99d4956c917a25a7fd6d2e516a7035a52c857" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.6.3.124-archive.zip" - -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "bf051d7b22581e31fac992c12af1400036d38e6a53e230b08f2aac3fa93d593e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "a345694cf430a668b2fb9aac34e01b373c4283751cd8ee3f91439c8c9613455d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "b8ea7d2a5adb138a9121911dd03eaa7b7d04c96c64d2fcc585c29be2a73ddfef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "94a6bd85e944f89ce0192fae649ab9b213a7cea28d7bafa5f6a1d57c49148f84" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "d90a30dd7e379d55cbc3b893e23c3bdf08b07293bdd2bd6957c4fc1e2ea998ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "ae8877a59d8badf6ed6e61b0b6690dbe516997386061557f5c33ba49de6e7ac9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "5c4c56a91054e0bff1052b1359774c86b2d10f0bd0712d50cdc78b5ea636f6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "345dc2651a8e069a766ee9ceaa7052764964fbb75d17c765bd1f3656f22e45b6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "a60c92d8eb6d014b4f5e961d9d64a6fee9f0b381c6238146b55210d142a501f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "93d9e2ba9819ca19bac6c17e96bfd9bc56524a60372ab9d57286430df1c2265e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "fb822e3c04e0fa1ff84dd236c9e9f5d84658c5b370d8d3ae235a241cc8445183" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "ce1862c4db6726531d7b778b0911ac77b76d2cd4253295d5d6984b0f2bcc0adf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "1137f6b08aac445070ed467e61fb68494339b798a1c6e1929647e87053b05c86" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "f408a0534081a1e8e3cc2b3aaec33f9ba09c7c60bdd8a6d20b3ec69c688a576e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "891de12a4aa2941e95b1d3d84f57ffe38840bc3883d02b1c9ff1777b16ed07d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "f7325009c1e73f7b4f70117073af1e698dcf81ceb07569527760606b348385fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "29499fe94220b91408487df21dc13a7c638482438e631df13cd5f1b28b68c48a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "d157fb48056c896e0474f5e07fd6f51580d27501844f8218135e233de3b927e8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "638ec54f6d180d17c6f70ba45e7694a29f1d7014a434e4f1c081198c04017147" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "6024efc79c78668de3e21b608035e77f1d40dc7bb250630255d627ccb2e51380" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "f8a9be7526d4c201759346911145a026acafb72e664bae9ec8b9690f8ac4c56c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "dcff80bce25f5d3f3b53a3f08b346ff5b38e5274a0e54572f97762e56d619236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "dca9b5ee0021802f02a164f3ea6bd44e552b84bbe1896bebb21e625b811c7006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.7.4.75-archive.zip" -[[CUDA_SDK_jll."11.7.1+0".sources]] -hash = "3e3d88d6dc9d0f01d9c9261b9c055f3a93ddfd65bb8609a92bd57ea9bd9fe6f2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.8.0.2-archive.zip" - -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "bf051d7b22581e31fac992c12af1400036d38e6a53e230b08f2aac3fa93d593e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "a345694cf430a668b2fb9aac34e01b373c4283751cd8ee3f91439c8c9613455d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "b8ea7d2a5adb138a9121911dd03eaa7b7d04c96c64d2fcc585c29be2a73ddfef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "94a6bd85e944f89ce0192fae649ab9b213a7cea28d7bafa5f6a1d57c49148f84" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "d90a30dd7e379d55cbc3b893e23c3bdf08b07293bdd2bd6957c4fc1e2ea998ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "ae8877a59d8badf6ed6e61b0b6690dbe516997386061557f5c33ba49de6e7ac9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "5c4c56a91054e0bff1052b1359774c86b2d10f0bd0712d50cdc78b5ea636f6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "345dc2651a8e069a766ee9ceaa7052764964fbb75d17c765bd1f3656f22e45b6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "a60c92d8eb6d014b4f5e961d9d64a6fee9f0b381c6238146b55210d142a501f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "93d9e2ba9819ca19bac6c17e96bfd9bc56524a60372ab9d57286430df1c2265e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "fb822e3c04e0fa1ff84dd236c9e9f5d84658c5b370d8d3ae235a241cc8445183" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "ce1862c4db6726531d7b778b0911ac77b76d2cd4253295d5d6984b0f2bcc0adf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "1137f6b08aac445070ed467e61fb68494339b798a1c6e1929647e87053b05c86" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "f408a0534081a1e8e3cc2b3aaec33f9ba09c7c60bdd8a6d20b3ec69c688a576e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "891de12a4aa2941e95b1d3d84f57ffe38840bc3883d02b1c9ff1777b16ed07d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "f7325009c1e73f7b4f70117073af1e698dcf81ceb07569527760606b348385fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "29499fe94220b91408487df21dc13a7c638482438e631df13cd5f1b28b68c48a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "d157fb48056c896e0474f5e07fd6f51580d27501844f8218135e233de3b927e8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "638ec54f6d180d17c6f70ba45e7694a29f1d7014a434e4f1c081198c04017147" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "6024efc79c78668de3e21b608035e77f1d40dc7bb250630255d627ccb2e51380" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "f8a9be7526d4c201759346911145a026acafb72e664bae9ec8b9690f8ac4c56c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "dcff80bce25f5d3f3b53a3f08b346ff5b38e5274a0e54572f97762e56d619236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "dca9b5ee0021802f02a164f3ea6bd44e552b84bbe1896bebb21e625b811c7006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.7.4.75-archive.zip" -[[CUDA_SDK_jll."11.7.1+1".sources]] -hash = "3e3d88d6dc9d0f01d9c9261b9c055f3a93ddfd65bb8609a92bd57ea9bd9fe6f2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.8.0.2-archive.zip" - -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "bf051d7b22581e31fac992c12af1400036d38e6a53e230b08f2aac3fa93d593e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "a345694cf430a668b2fb9aac34e01b373c4283751cd8ee3f91439c8c9613455d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "b8ea7d2a5adb138a9121911dd03eaa7b7d04c96c64d2fcc585c29be2a73ddfef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "94a6bd85e944f89ce0192fae649ab9b213a7cea28d7bafa5f6a1d57c49148f84" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "d90a30dd7e379d55cbc3b893e23c3bdf08b07293bdd2bd6957c4fc1e2ea998ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "5c4c56a91054e0bff1052b1359774c86b2d10f0bd0712d50cdc78b5ea636f6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "345dc2651a8e069a766ee9ceaa7052764964fbb75d17c765bd1f3656f22e45b6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "a60c92d8eb6d014b4f5e961d9d64a6fee9f0b381c6238146b55210d142a501f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "93d9e2ba9819ca19bac6c17e96bfd9bc56524a60372ab9d57286430df1c2265e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "fb822e3c04e0fa1ff84dd236c9e9f5d84658c5b370d8d3ae235a241cc8445183" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "1137f6b08aac445070ed467e61fb68494339b798a1c6e1929647e87053b05c86" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "f408a0534081a1e8e3cc2b3aaec33f9ba09c7c60bdd8a6d20b3ec69c688a576e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "891de12a4aa2941e95b1d3d84f57ffe38840bc3883d02b1c9ff1777b16ed07d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "f7325009c1e73f7b4f70117073af1e698dcf81ceb07569527760606b348385fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "29499fe94220b91408487df21dc13a7c638482438e631df13cd5f1b28b68c48a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "638ec54f6d180d17c6f70ba45e7694a29f1d7014a434e4f1c081198c04017147" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "6024efc79c78668de3e21b608035e77f1d40dc7bb250630255d627ccb2e51380" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "f8a9be7526d4c201759346911145a026acafb72e664bae9ec8b9690f8ac4c56c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "dcff80bce25f5d3f3b53a3f08b346ff5b38e5274a0e54572f97762e56d619236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" -[[CUDA_SDK_jll."11.7.1+2".sources]] -hash = "dca9b5ee0021802f02a164f3ea6bd44e552b84bbe1896bebb21e625b811c7006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.7.4.75-archive.zip" - -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "99d77d9e4c75d5e4663e473577f1871e65bca4ea0b9023f544a3556f0c1776c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "28218273db8ffeb3ae4b31bfb4e4d90f0ae3373454c7970703c063dfd0377ba7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "2a03b591f7e6714811f34f807a76be1dea7d68788c898ab4a21ec2ccecf2e368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "6165a58e3b17dba210eb7fa6bab0b7c82aa83d6584e21adc54e9ce820f4a02b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "1aaacf07e4df2dda5f6246763fc89c1bb9af9d4723596f4530826bcae148f9b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "2dd496ef4f974cf73ef293fd3de3b5b5abcaaf36150304c4f7bd0228e3e34e9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "0845942ac7f6fac6081780c32e0d95c883c786638b54d5a8eda05fde8089d532" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "6d40a8f268ddf8befea453a827a140d6ecd1e02a437eb4ddf4fe1d7d35b66918" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "c982c7dd7b6b8f9e8328ae0b67c9d7507ea58b64c893374766f77be3ce58ac6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "b6b067595b9721409092b44d1fc0b5373a0368faed984150aa27545f96adc1dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "ee82495f51873831b5448b6181c05d1d8ef3abb7aa5d9e93c7e4f47fd1e0ee49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "cc559ab9c4972e331b1b90b7ee6ab909c80f818a6f522885109f800ed6d9db1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "2f3b7468c0b20a8de9fe6c93456cf5405f1eab70482964e35bf732aaa09ccaf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "cd0d212a4a49ee1d709fcd1d46eed5b34087d91d2465e342622caf7b173b1e34" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "b7cdd513d4ee079f3ebe78ae1e156b678fa4f7df096459ae5bea8dc63db8a4f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "a630e95396437d0a8643d0184e95ac10a7c85488eff23955c94d1270dd45af2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "4b759ba07830b6394cf6d28c0e0e1a3e8bf88adfd5df575812dc1e1f9308f6d5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "c113d2340e4c91f7ee32e123f6a7736a070b79521bf33787a066fbb626790954" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "cb5608a2a52fbe316bf89373e47c5b801ee4cbdbe8eaea777f8c4dcf4225c65e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "bab943ceddc0d7103b0777953dca8cfb66db35b54fcee75187397345ada6e112" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "472bbce7395e259ac609b6591cf4f01f2c7aae0af2562f77bf1433a3f578c6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "548fe5e0cf6a64568a61713cdb475306ce7445d98dfbbe7f910fd78a7f6b616c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "9961e1770fdde91844938a7046d03d7dfa3c3ff7271f77e9e859ca84d631ebf4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "8eb977d7ed61eaa70a32963f1c2bd63ef92710a5a6486800125dec4ed8ebd6fb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "75f77f308dfd216925e3ec02b2a2a0631d3cc72e023ba52b29b902f508dc6bf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "5cd2ba50234b0743242bab212bf742c114e274fd639ec9d79fd62e1295756d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.8.0.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "caddf3d887a5bfb7db32757016fce18922838c889c80e910d91edd0644039116" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.9.0.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+0".sources]] -hash = "64f9ff04d1660ca0d611c8ac60ace7124f3e647519d67f78f681277e1c9221cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-11.8.86-archive.zip" - -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "99d77d9e4c75d5e4663e473577f1871e65bca4ea0b9023f544a3556f0c1776c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "28218273db8ffeb3ae4b31bfb4e4d90f0ae3373454c7970703c063dfd0377ba7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "2a03b591f7e6714811f34f807a76be1dea7d68788c898ab4a21ec2ccecf2e368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "6165a58e3b17dba210eb7fa6bab0b7c82aa83d6584e21adc54e9ce820f4a02b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "1aaacf07e4df2dda5f6246763fc89c1bb9af9d4723596f4530826bcae148f9b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "2dd496ef4f974cf73ef293fd3de3b5b5abcaaf36150304c4f7bd0228e3e34e9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "0845942ac7f6fac6081780c32e0d95c883c786638b54d5a8eda05fde8089d532" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "6d40a8f268ddf8befea453a827a140d6ecd1e02a437eb4ddf4fe1d7d35b66918" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "c982c7dd7b6b8f9e8328ae0b67c9d7507ea58b64c893374766f77be3ce58ac6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "b6b067595b9721409092b44d1fc0b5373a0368faed984150aa27545f96adc1dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "ee82495f51873831b5448b6181c05d1d8ef3abb7aa5d9e93c7e4f47fd1e0ee49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "cc559ab9c4972e331b1b90b7ee6ab909c80f818a6f522885109f800ed6d9db1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "2f3b7468c0b20a8de9fe6c93456cf5405f1eab70482964e35bf732aaa09ccaf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "cd0d212a4a49ee1d709fcd1d46eed5b34087d91d2465e342622caf7b173b1e34" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "b7cdd513d4ee079f3ebe78ae1e156b678fa4f7df096459ae5bea8dc63db8a4f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "a630e95396437d0a8643d0184e95ac10a7c85488eff23955c94d1270dd45af2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "4b759ba07830b6394cf6d28c0e0e1a3e8bf88adfd5df575812dc1e1f9308f6d5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "c113d2340e4c91f7ee32e123f6a7736a070b79521bf33787a066fbb626790954" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "cb5608a2a52fbe316bf89373e47c5b801ee4cbdbe8eaea777f8c4dcf4225c65e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "bab943ceddc0d7103b0777953dca8cfb66db35b54fcee75187397345ada6e112" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "472bbce7395e259ac609b6591cf4f01f2c7aae0af2562f77bf1433a3f578c6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "548fe5e0cf6a64568a61713cdb475306ce7445d98dfbbe7f910fd78a7f6b616c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "9961e1770fdde91844938a7046d03d7dfa3c3ff7271f77e9e859ca84d631ebf4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "8eb977d7ed61eaa70a32963f1c2bd63ef92710a5a6486800125dec4ed8ebd6fb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "75f77f308dfd216925e3ec02b2a2a0631d3cc72e023ba52b29b902f508dc6bf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "5cd2ba50234b0743242bab212bf742c114e274fd639ec9d79fd62e1295756d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.8.0.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "caddf3d887a5bfb7db32757016fce18922838c889c80e910d91edd0644039116" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.9.0.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+1".sources]] -hash = "64f9ff04d1660ca0d611c8ac60ace7124f3e647519d67f78f681277e1c9221cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-11.8.86-archive.zip" - -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "99d77d9e4c75d5e4663e473577f1871e65bca4ea0b9023f544a3556f0c1776c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "28218273db8ffeb3ae4b31bfb4e4d90f0ae3373454c7970703c063dfd0377ba7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "2a03b591f7e6714811f34f807a76be1dea7d68788c898ab4a21ec2ccecf2e368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "6165a58e3b17dba210eb7fa6bab0b7c82aa83d6584e21adc54e9ce820f4a02b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "1aaacf07e4df2dda5f6246763fc89c1bb9af9d4723596f4530826bcae148f9b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "0845942ac7f6fac6081780c32e0d95c883c786638b54d5a8eda05fde8089d532" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "6d40a8f268ddf8befea453a827a140d6ecd1e02a437eb4ddf4fe1d7d35b66918" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "c982c7dd7b6b8f9e8328ae0b67c9d7507ea58b64c893374766f77be3ce58ac6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "b6b067595b9721409092b44d1fc0b5373a0368faed984150aa27545f96adc1dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "ee82495f51873831b5448b6181c05d1d8ef3abb7aa5d9e93c7e4f47fd1e0ee49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "cc559ab9c4972e331b1b90b7ee6ab909c80f818a6f522885109f800ed6d9db1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "cd0d212a4a49ee1d709fcd1d46eed5b34087d91d2465e342622caf7b173b1e34" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "454c6f6e30176e82590b130971b8d49931db4d16c8cd127eb7bc225e348114bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "9ef1314c2e9b0149c3ffb07559cf1226bfd716515c92e6dbaf400863b3f4d44c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "233c4f3ed5429930284b32c2b755ca01c4f2899e1dbb9036c738af85c874d53b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "090030bc5e4b65cb2d64cdb10964ae555b1db2f3a1c9446db17bf901c303b3f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "0b1ec1096f87a796a0352188b89ac85bce19e97af504b72a2684f254de667d1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "1ef920c64610e03933ed94fc1dd34377c298c35bca83b9e864114dd7ad512c58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "567818017d8eed04c7ea5bd3d7aacadc3008e32d33773feef55260c6473f9920" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "b7cdd513d4ee079f3ebe78ae1e156b678fa4f7df096459ae5bea8dc63db8a4f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "a630e95396437d0a8643d0184e95ac10a7c85488eff23955c94d1270dd45af2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "4b759ba07830b6394cf6d28c0e0e1a3e8bf88adfd5df575812dc1e1f9308f6d5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "c113d2340e4c91f7ee32e123f6a7736a070b79521bf33787a066fbb626790954" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "cb5608a2a52fbe316bf89373e47c5b801ee4cbdbe8eaea777f8c4dcf4225c65e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "472bbce7395e259ac609b6591cf4f01f2c7aae0af2562f77bf1433a3f578c6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "548fe5e0cf6a64568a61713cdb475306ce7445d98dfbbe7f910fd78a7f6b616c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "9961e1770fdde91844938a7046d03d7dfa3c3ff7271f77e9e859ca84d631ebf4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "8eb977d7ed61eaa70a32963f1c2bd63ef92710a5a6486800125dec4ed8ebd6fb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "75f77f308dfd216925e3ec02b2a2a0631d3cc72e023ba52b29b902f508dc6bf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "5cd2ba50234b0743242bab212bf742c114e274fd639ec9d79fd62e1295756d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.8.0.86-archive.zip" -[[CUDA_SDK_jll."11.8.0+2".sources]] -hash = "64f9ff04d1660ca0d611c8ac60ace7124f3e647519d67f78f681277e1c9221cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-11.8.86-archive.zip" - -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "99ab5e0f671490141e0f41724f271dbfad75fb1105532f0726523d4fdcf12783" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "6f032c74da29c8a4738e30e69f42111f754dc7ffde2aa0417cfb3b3813aef0a1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "c775973769480a1e2e1f6dcd3ae8e384e8829bb8afd5669b6f5af9a442b947e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "6ffa51a5e0b2977302204b218337900948b1662e596617a5947e520ff4cf3662" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "8ec3a0b1f4f465f8602a7113b8109fad19433ff03cb4d8e5018c30af29000776" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "b32bcd888bbbbb33f5005ac0e6a11eedaa5b959ecf9ee3249efc171f51a113ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "48663707a6ea2cbf5468b4bd956c650afd5793f0a32f2f8f0775d0a731695495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "12a24d11fe5d77e57adbd9db5a596224a17d6bcee3df7f51a65a3fb01c191028" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "c1c8361fcbec46156df7fb764a7a8b213f06ec0ae926e98316bc4ec63ce3a68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "414c1faea0f537965b3af44631fe2f3a285fdac8d641b8b3c120e48230327ba5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "c8c5b05b8ddf84718c16ebd49076b7759dfac7f8e8118cd25f9b53db9f142ccf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "7a98948ae3de878578acf44a2e164fe8885e51d15001a62b21b58c900e07c5bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "89202c70183641b619dfef9735a2733c84ff8253c0285f8285c5e18653b0a990" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "599e7a9d9cc937fd52775545c9d234bbbd0c361632fe16ce5764edb89740d053" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "8ac9fa2cbaf2ead8c7794b787eea98a7ee94ecf44f99d564e1a4ae349f08a153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "899dde9d02095a6802c81021480dd093ae4a1d2af314ba3cefdd93e8a2eb076b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "f41a552e53842e8fe9d0851f29433c115a0bc05cc44c93bc33a7ad5b91d73a14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "38583e2894b3ccb9231a5396d17b0a7484662f50b22cfa3da788f9fe4b8f4e7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "a34350a0ba18d6d11627ffbff407d356b9505935455bdb5f299b6c3ec5e30dae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "7ef6721a63aed4cd352c0099e68dd9e4da9d46bfefa51e4fbc2502c25e65f9cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "d181eedf77a91dc4dacec561c5735c957d07f8d7fcb69fa70fe35989c1398a82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "4a660ecc7d6651f797279cb5aeeaef90defc33469b2015ef2a15375c7c56aeec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "51def3bad16ad68a33a7fcb3ab75ee8b7c607e025bf1aeb07105377085450691" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "4c753f4b871a62f3586e9c3afa51128445c7b1479da303daebfcbc5a3743e9a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "812a98986560898885d0bf404d2c885019af7cf07c76a91198ee3e63c983eea9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "59a51d922eb358097a3e22d1293843d2f3c2004979ac687469c6846b01b4375f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.0.1.104-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "c79833f8f39c0dfa113418f277d97eb251fc21ba1a2513270ada080e367c2a5e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.0.1.102-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "303405e4184be2cee7ecfbbb3744e33288bcb82f9191f33a58961ee33b53c4f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+0".sources]] -hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "99ab5e0f671490141e0f41724f271dbfad75fb1105532f0726523d4fdcf12783" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "6f032c74da29c8a4738e30e69f42111f754dc7ffde2aa0417cfb3b3813aef0a1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "c775973769480a1e2e1f6dcd3ae8e384e8829bb8afd5669b6f5af9a442b947e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "6ffa51a5e0b2977302204b218337900948b1662e596617a5947e520ff4cf3662" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "8ec3a0b1f4f465f8602a7113b8109fad19433ff03cb4d8e5018c30af29000776" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "b32bcd888bbbbb33f5005ac0e6a11eedaa5b959ecf9ee3249efc171f51a113ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "48663707a6ea2cbf5468b4bd956c650afd5793f0a32f2f8f0775d0a731695495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "12a24d11fe5d77e57adbd9db5a596224a17d6bcee3df7f51a65a3fb01c191028" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "c1c8361fcbec46156df7fb764a7a8b213f06ec0ae926e98316bc4ec63ce3a68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "414c1faea0f537965b3af44631fe2f3a285fdac8d641b8b3c120e48230327ba5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "c8c5b05b8ddf84718c16ebd49076b7759dfac7f8e8118cd25f9b53db9f142ccf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "7a98948ae3de878578acf44a2e164fe8885e51d15001a62b21b58c900e07c5bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "89202c70183641b619dfef9735a2733c84ff8253c0285f8285c5e18653b0a990" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "599e7a9d9cc937fd52775545c9d234bbbd0c361632fe16ce5764edb89740d053" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "8ac9fa2cbaf2ead8c7794b787eea98a7ee94ecf44f99d564e1a4ae349f08a153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "899dde9d02095a6802c81021480dd093ae4a1d2af314ba3cefdd93e8a2eb076b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "f41a552e53842e8fe9d0851f29433c115a0bc05cc44c93bc33a7ad5b91d73a14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "38583e2894b3ccb9231a5396d17b0a7484662f50b22cfa3da788f9fe4b8f4e7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "a34350a0ba18d6d11627ffbff407d356b9505935455bdb5f299b6c3ec5e30dae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "7ef6721a63aed4cd352c0099e68dd9e4da9d46bfefa51e4fbc2502c25e65f9cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "d181eedf77a91dc4dacec561c5735c957d07f8d7fcb69fa70fe35989c1398a82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "4a660ecc7d6651f797279cb5aeeaef90defc33469b2015ef2a15375c7c56aeec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "51def3bad16ad68a33a7fcb3ab75ee8b7c607e025bf1aeb07105377085450691" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "4c753f4b871a62f3586e9c3afa51128445c7b1479da303daebfcbc5a3743e9a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "812a98986560898885d0bf404d2c885019af7cf07c76a91198ee3e63c983eea9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "59a51d922eb358097a3e22d1293843d2f3c2004979ac687469c6846b01b4375f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.0.1.104-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "c79833f8f39c0dfa113418f277d97eb251fc21ba1a2513270ada080e367c2a5e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.0.1.102-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "303405e4184be2cee7ecfbbb3744e33288bcb82f9191f33a58961ee33b53c4f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+1".sources]] -hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "99ab5e0f671490141e0f41724f271dbfad75fb1105532f0726523d4fdcf12783" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "6f032c74da29c8a4738e30e69f42111f754dc7ffde2aa0417cfb3b3813aef0a1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "c775973769480a1e2e1f6dcd3ae8e384e8829bb8afd5669b6f5af9a442b947e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "6ffa51a5e0b2977302204b218337900948b1662e596617a5947e520ff4cf3662" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "8ec3a0b1f4f465f8602a7113b8109fad19433ff03cb4d8e5018c30af29000776" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "48663707a6ea2cbf5468b4bd956c650afd5793f0a32f2f8f0775d0a731695495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "12a24d11fe5d77e57adbd9db5a596224a17d6bcee3df7f51a65a3fb01c191028" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "c1c8361fcbec46156df7fb764a7a8b213f06ec0ae926e98316bc4ec63ce3a68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "414c1faea0f537965b3af44631fe2f3a285fdac8d641b8b3c120e48230327ba5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "c8c5b05b8ddf84718c16ebd49076b7759dfac7f8e8118cd25f9b53db9f142ccf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "7a98948ae3de878578acf44a2e164fe8885e51d15001a62b21b58c900e07c5bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "599e7a9d9cc937fd52775545c9d234bbbd0c361632fe16ce5764edb89740d053" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "c5333a62613f990396496988c4b6021ffdeea2d633bdd980e7a038cc2db0db79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "fef156cad68f94b8180ac20b99f57cbbeeb05107ed42dc160b33a529c2cd010f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "4635668f7b0dfcf78cf497c2132a7a02eebf2c31ef082edf03a9ff9fe985e3f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "cbd65b9b9e9c6b25b4ec7537d8e318c209826244b0d448dac3a5249069b35d61" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "f5345690ded34f3ece4a4232480ff78d646beecc175438c4fe2d5986bef9157a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "db02a7461a8921167b86f2b8702fbea545180840895740f6ff006d7578d22734" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "047a0d78f2253b1026f4afffc3540d5e26b2315841a5e97cc7346abdf87a8359" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "8ac9fa2cbaf2ead8c7794b787eea98a7ee94ecf44f99d564e1a4ae349f08a153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "899dde9d02095a6802c81021480dd093ae4a1d2af314ba3cefdd93e8a2eb076b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "f41a552e53842e8fe9d0851f29433c115a0bc05cc44c93bc33a7ad5b91d73a14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "38583e2894b3ccb9231a5396d17b0a7484662f50b22cfa3da788f9fe4b8f4e7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "a34350a0ba18d6d11627ffbff407d356b9505935455bdb5f299b6c3ec5e30dae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "d181eedf77a91dc4dacec561c5735c957d07f8d7fcb69fa70fe35989c1398a82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "4a660ecc7d6651f797279cb5aeeaef90defc33469b2015ef2a15375c7c56aeec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "51def3bad16ad68a33a7fcb3ab75ee8b7c607e025bf1aeb07105377085450691" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "4c753f4b871a62f3586e9c3afa51128445c7b1479da303daebfcbc5a3743e9a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "812a98986560898885d0bf404d2c885019af7cf07c76a91198ee3e63c983eea9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "59a51d922eb358097a3e22d1293843d2f3c2004979ac687469c6846b01b4375f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.0.1.104-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "303405e4184be2cee7ecfbbb3744e33288bcb82f9191f33a58961ee33b53c4f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_jll."12.0.1+2".sources]] -hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "b84ef3ec3dc1b4891267be25846f0c3ed7f9fa84154d59eba805402b86991baa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "1098b58dac2be496bf9a2766c9cdc17c20848a0dd42fc7283aa9c669c0afda52" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "20ae775b1c78a107fca1cc52f2cba35f55e5296356fe0678937212f70923d77f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "aaf3b1f67bb3d6cafc1ea2b9519ec4285a8312be0f44402c7ac292a6a0d23163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "3fff6cb6eb0e04f96b0b5fca26d97486cacd1ea6d3d0d2fcf8d2982bf0b3eda0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "52c42e32c7961ecf8b8eef0e46fca6701928a935d2d918c788038a8d1b448bd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "d293267a822c8c87a53cee97cccf49b2eb20c53b99f477328dfa1d7d1c5c7f75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "54fc03a5d3682e7f09c04d67f8db84a1921b6144838d9e4281584b556e8bdf68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "9838b259bcc5baae86371a05f336af0f8e5cf8b75b8f7c2532864424e4bf1185" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "22e57945f33e4b995d63899993b7a0f07fb512fc8ecb5279d183da726b3550fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "f0d9d46ac68030d4f0958c4d3f9de462c0ca93a03c6058de6e46575c2e732259" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "3fc2cf6556bc3eb8c01044a089c12ae15fcec8a8beb0886b234c0aa61e4b1356" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "5eb467e72d4a6c4ce76ded7d26cfbaa3410de78a853660e777ec165c14211c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "9312eda8337dafa28b4abbca013d1c8bc530de504dd44c0836ba1050929b20fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "bddd9462467f65e1e766998a75b363643e1e99e7ad1640c4e94f5df7d881e757" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "36ebf3301076b41c826df39816cf3db72e08d857191a87f052dceb2edb68993c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "c8580a12241b20fc46bdf3acfce09d5395bf5dc665df2db4c2d5e9491326b8cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "0af184fce75a6407cdd7d87e9abc51d6740bacb694c2f22a35ce29b71988de16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "f7e0a26f39e65b8ccdac72ee37b74cd91ca6a02dad5e37eb95d6fb916fdfae2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "658523dd6d269eb433b30d863c4c9f267941bb8cffc0927db49d35bb0f166cfd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "54add0d5e2ba36880f47c9a45bdaf9d6b2e41311e40a8d4b933d46f774a6a2fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "2bf3d61e695abc8c4b5dbb06c6b5286cfd4c27037bb5ea7e6ba232a266b6677b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.1.109-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "c4b10ad15fcfd8ae9d8253361026c87db716cf3f6b4ca562f411afe557ca5eec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.1.111-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "44a500778ecf60988525d1f1b8f32fa224b80d771057bdbe7488cc3c662d6d38" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "daf438d2f1f48484428fa06a5d9d72c3f8f1fb6b01c7c38270981ba76ede45dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "027c91b2bf617a769f97ac381369c2e7d9906df6f10d289e40723212680b854b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "36d19f9f0635860f18aa6034359fd661c2a58fe41d891df27b48fb8ac6d42336" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.1.0.40-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "f7e51c1c86298b5ef35d17435234d3ffa8d28e8d10c2439c87bb1875e77f8726" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.0.2-archive.zip" -[[CUDA_SDK_jll."12.1.1+0".sources]] -hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "b84ef3ec3dc1b4891267be25846f0c3ed7f9fa84154d59eba805402b86991baa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "1098b58dac2be496bf9a2766c9cdc17c20848a0dd42fc7283aa9c669c0afda52" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "20ae775b1c78a107fca1cc52f2cba35f55e5296356fe0678937212f70923d77f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "aaf3b1f67bb3d6cafc1ea2b9519ec4285a8312be0f44402c7ac292a6a0d23163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "52c42e32c7961ecf8b8eef0e46fca6701928a935d2d918c788038a8d1b448bd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "d293267a822c8c87a53cee97cccf49b2eb20c53b99f477328dfa1d7d1c5c7f75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "3fff6cb6eb0e04f96b0b5fca26d97486cacd1ea6d3d0d2fcf8d2982bf0b3eda0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "54fc03a5d3682e7f09c04d67f8db84a1921b6144838d9e4281584b556e8bdf68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "9838b259bcc5baae86371a05f336af0f8e5cf8b75b8f7c2532864424e4bf1185" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "22e57945f33e4b995d63899993b7a0f07fb512fc8ecb5279d183da726b3550fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "f0d9d46ac68030d4f0958c4d3f9de462c0ca93a03c6058de6e46575c2e732259" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "5eb467e72d4a6c4ce76ded7d26cfbaa3410de78a853660e777ec165c14211c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "9312eda8337dafa28b4abbca013d1c8bc530de504dd44c0836ba1050929b20fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "3fc2cf6556bc3eb8c01044a089c12ae15fcec8a8beb0886b234c0aa61e4b1356" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "bddd9462467f65e1e766998a75b363643e1e99e7ad1640c4e94f5df7d881e757" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "36ebf3301076b41c826df39816cf3db72e08d857191a87f052dceb2edb68993c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "c8580a12241b20fc46bdf3acfce09d5395bf5dc665df2db4c2d5e9491326b8cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "0af184fce75a6407cdd7d87e9abc51d6740bacb694c2f22a35ce29b71988de16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "658523dd6d269eb433b30d863c4c9f267941bb8cffc0927db49d35bb0f166cfd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "54add0d5e2ba36880f47c9a45bdaf9d6b2e41311e40a8d4b933d46f774a6a2fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "f7e0a26f39e65b8ccdac72ee37b74cd91ca6a02dad5e37eb95d6fb916fdfae2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "2bf3d61e695abc8c4b5dbb06c6b5286cfd4c27037bb5ea7e6ba232a266b6677b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.1.109-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "c4b10ad15fcfd8ae9d8253361026c87db716cf3f6b4ca562f411afe557ca5eec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.1.111-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "44a500778ecf60988525d1f1b8f32fa224b80d771057bdbe7488cc3c662d6d38" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "daf438d2f1f48484428fa06a5d9d72c3f8f1fb6b01c7c38270981ba76ede45dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "36d19f9f0635860f18aa6034359fd661c2a58fe41d891df27b48fb8ac6d42336" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.1.0.40-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "f7e51c1c86298b5ef35d17435234d3ffa8d28e8d10c2439c87bb1875e77f8726" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.0.2-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "027c91b2bf617a769f97ac381369c2e7d9906df6f10d289e40723212680b854b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+1".sources]] -hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "b84ef3ec3dc1b4891267be25846f0c3ed7f9fa84154d59eba805402b86991baa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "1098b58dac2be496bf9a2766c9cdc17c20848a0dd42fc7283aa9c669c0afda52" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "20ae775b1c78a107fca1cc52f2cba35f55e5296356fe0678937212f70923d77f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "aaf3b1f67bb3d6cafc1ea2b9519ec4285a8312be0f44402c7ac292a6a0d23163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "52c42e32c7961ecf8b8eef0e46fca6701928a935d2d918c788038a8d1b448bd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "3fff6cb6eb0e04f96b0b5fca26d97486cacd1ea6d3d0d2fcf8d2982bf0b3eda0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "54fc03a5d3682e7f09c04d67f8db84a1921b6144838d9e4281584b556e8bdf68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "9838b259bcc5baae86371a05f336af0f8e5cf8b75b8f7c2532864424e4bf1185" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "22e57945f33e4b995d63899993b7a0f07fb512fc8ecb5279d183da726b3550fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "f0d9d46ac68030d4f0958c4d3f9de462c0ca93a03c6058de6e46575c2e732259" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "5eb467e72d4a6c4ce76ded7d26cfbaa3410de78a853660e777ec165c14211c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "3fc2cf6556bc3eb8c01044a089c12ae15fcec8a8beb0886b234c0aa61e4b1356" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "5630dafabf1e3c205661d5caae8e229a17819fd928e24015063196617b8e85f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "bf03ce708bf5e4b6fd03401c668985fa21bd8bc12259f961b9f4522e2ad11137" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "9dd50f8856d3abcf0dcc00df8d7115922b30464d9ae46d19c93c35b8e5025471" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "fe522567b7082475f8f2cae12989e9469892d2e7be9d5f65e5112078c781b1c1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "98732b8e98532de8d442e0863054ba7e80e502bb99717b30a5222fc5154e3b06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "70747c485df1dc434fc76eca56868b45144f7822965f70142972450cf0a40b11" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "f95aa99a08cfe543c1e257aa72e0ab1ab1d6aa2392a23a054b75c51160c608ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "bddd9462467f65e1e766998a75b363643e1e99e7ad1640c4e94f5df7d881e757" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.1.109-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "36ebf3301076b41c826df39816cf3db72e08d857191a87f052dceb2edb68993c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.1.111-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "c8580a12241b20fc46bdf3acfce09d5395bf5dc665df2db4c2d5e9491326b8cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "0af184fce75a6407cdd7d87e9abc51d6740bacb694c2f22a35ce29b71988de16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "658523dd6d269eb433b30d863c4c9f267941bb8cffc0927db49d35bb0f166cfd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "f7e0a26f39e65b8ccdac72ee37b74cd91ca6a02dad5e37eb95d6fb916fdfae2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "2bf3d61e695abc8c4b5dbb06c6b5286cfd4c27037bb5ea7e6ba232a266b6677b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.1.109-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "c4b10ad15fcfd8ae9d8253361026c87db716cf3f6b4ca562f411afe557ca5eec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.1.111-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "44a500778ecf60988525d1f1b8f32fa224b80d771057bdbe7488cc3c662d6d38" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "daf438d2f1f48484428fa06a5d9d72c3f8f1fb6b01c7c38270981ba76ede45dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "36d19f9f0635860f18aa6034359fd661c2a58fe41d891df27b48fb8ac6d42336" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.1.0.40-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "027c91b2bf617a769f97ac381369c2e7d9906df6f10d289e40723212680b854b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_jll."12.1.1+2".sources]] -hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "99c5e96d011a07f6c884a7ca26fb51d1794c27050cf22f244a5e46afee6bbd1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "915a52fd0798d63ab49eda08232c02a394488b37e2c46633b755c9a49131ca71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "1911c020da3efb825039d5b3c31fdc6f97e6021192abf6d9482d9a74c8b93fe7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "2b44a08a957031ed1031d29a3aa63fcbbc29bfb97ea2a99c7f5460551b547269" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.131-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "2540edb29dab50d36e5b389b79b2f3a8125393991247e1548e1dc0ade8fde36d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "581e074f3ea377c70702c5286c60f6de4f25004762f10e4f6c974be1522b2e84" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "2d4d5e95e875a61c48554a0575a83ce76b5dad976d1c6b462e9f3560a26245d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "ade38be1264db57789235c4059cf05d36e0e670680b6c0566ea7311152e4c42d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "8c7f2679e8345129dea962f773ad72e62a7f404b6d17769961b906a499b215ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "66488cfc4d030b9e5af7973df7288da13ddc32c628fd9e377ecffc9865168fe4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "739719b7b9a464b37f0587ccd5c4f39a83d53f642cdcaad48a7dd59e5e4c0930" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.4.5-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "2ba28ab14eb42002cfa188be8191d4ba77b4ccefebc1c316e836845cd87e6a56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.91-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "78c8d1b662d110d1162f0cebc412ed256ffba7939d7227e2bb32a3d4d9ee2f69" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.129-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "c5acd29439640bf94a6f5909266b57d24650d3e6944910206f89990dcc1a1929" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.1.129-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "ed9ac8d9395eb424293f080e1f3e0221845010a1d54c464f27667ecae126f904" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.129-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "2998d881f3fb04ec8895ddf3f1f14fe05c1f6a4aa142a518489650b9d9f498c1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.0.5-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "a821f6f498d99b0901daf18ef410d8ce4751695a0c4974e10e245bfe9df421ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.1.2-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "d5ae0c2620d774ae8a2e0a4fc91ad4fb940fb089b4c61cfeeb5d3666dc238e54" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "ba1b39bd463258e3cf9d29091a19eed7fefa359bbedca72e87cf53139c3c03e7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "c7c15e6dbd0190ab9b087f383ca45c5a09c88dc3d54056cd30f0a63c676de105" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "a48e5814e50cb0e25a2f85ae6152161d1d3542f0f709c05ccf3e1450fcd62d5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "35f7e316ed3b8187993d478408e7a7e940083777f77bbb9caec849e4a5dbf605" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.131-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "eb1fd0dc47c6472af180a519aab1df738af7ebf48e756c35718a35a87ef0d61f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "71900ef1be4aa83f8f379981ace9dbc0170c5bb739e88f85a8b7903c1d05b17f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "1d00d3884b12dfe8fbc72d7f27409c7864cb8f0f7d30d7fea1385ec4706a281d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "9cb1bf3f8819fa535f8d91a0e067ad91e35318a21576aa62b18e457075dd3239" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "3badc101e718c6f6fba65fb35f621da5699cf770e3e924c194dc16cea1d7f756" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "a72d889d255a40e56721f9522af93e1ad9494ba4de4e98a8c77fc3c79203ece2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "1d36f83c548330d68a49cfef6b089205339c36d23bdaa373ed875bac1de55822" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "2b4ccc1b1b487e9c0bc51d981adcc1d9e6b4457e4da425772c926b458817c8f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.4.5-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "918974d4262d3fa944a9b710efa4630ddad231c78b1b9fbd9e55e9f01b4defba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.91-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "966727c79482d5bf86c6105e3295a85108339afe9257a3fd0823395986970be9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.129-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "b85017ef4fc6c809872f03e5d11612fe85e52aedd3e5252692aecede6e7f82c1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.1.129-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "88d31c59bdd577db882f961537089ca4963dbbac46fa0fdceb4eca94f8da185c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.129-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "1cc34d47efb2e97ef76517ddf1c791d474a9dc9e80bc6efbfb61e1d84879a4ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.0.5-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "05e714965f8d941f085eda072e332b4411fa2a172e0e50e6456da31cb386c12e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.1.2-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "0a0ea84c30574f8cb8b9f347042f7a4673cf2dfe12bc45d473b9c11ac7a66f6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "0d4a95528b8b94abdecf8e1e81418afc3277ef1955067a6337e4b768ebeae3f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "69dccedb6c922416617615fe3aeb7932ad3c76dd3932ebcd10fd4abef7437006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "40bade525b96ea6ba3b4ac6a96667435a4f301c5e16051b59bccf2a69c992b1d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "1246228748d9a76fff1729d072ca66739cbf2b2275bea563c4ab0c3777d995d1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.131-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "dbe5e4819dbfac1b2ea57644288f69717254ad68a343d458c2c002727f4dac46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "59f78fa65cd140c041193fc10c5a39c9bfce31d538ff38ef47575c4127f7f688" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "26c4285e29db056d2ff37380620aff6285271262a597f6d54536ca11c6df88aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "13f9b6aadf926eb3f6dd4a4f077ec30f187985bdc60959fb7bd45c6d054ab76f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "a33fc213e860c2dd34625b1a2bf00e3ed39dd540f2650c1a5e45420be32664b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "b89f9b1e1f3af1562a1182342df9c91bd3b529bdf497c30a66e21a67a48b8b87" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "5175d6fcbb92963cb047d0a8d26d37e4b8a0e512a5fbc110e852c7a582f13c15" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "b428c83f2f0b7f045fff65955be69fbb6a277821d1ffbe5c1fae0b65eff63559" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.4.5-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "9c0d8f274bb0a4c1115e540bbf72a8622dc0d374a4fe8101837a8466576239c6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.91-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "eefd84e45ce1790f9f66477719f7f5f23d4fa75a0aeac53afaf88d1cc1041801" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.129-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "ad4568be2e01ee4bdd0a27fa6dc10f342c280b3bdf3ee69b0c1da9b2f16a28a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.1.129-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "6f0af568dccdd1db0139f9fa6e9021f46e588d6ea5028c460df112e948228de7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.129-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "d5b702cb1c3b15ec8a2f4f4e2463baedd0ce45d38e65364881f976a8510707c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.0.5-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "8ce6f17f7ad07770db77fe6a81ef144fbb913a5c24595124f96e13ee996239a6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.1.2-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "f1e51a330ba6540d2a54f2c4a443d53676ca9eddb7e088ca111738353bc5e5d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "d51301eb28252a611c327a4df551ac6de09bfc457137519af2bb0af8a32be117" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "851feb95f92a547c5dcf415d1c8dfad3d250475b96e454fe39c32b8531948878" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "cf0240216b30273ef11dced2c2962e02a41eeb66d609f19db5f3f3dc427b9e8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "abbb51597e48c4e94605841af13859601019d60d00bdaacbc0d2a75eacd78983" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.131-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "4214ced663d40cfead0f01627fe21304220a763358d66d2761c09dadca88d498" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "e820916bd2c87b736b9a43125b2fcbdf05049828147b9b93a50564a7965f742f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "9322809b4acc4a6868221280fff8158d653a86a5bbed604fbbc6f4543b147181" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "1b039e91816ffe8fa18943e412294eb5f595b38fd536a588ec26c36214481763" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "5d3f5ab083bc29db18baaef96970e6cc2383938e3b469f1f5df50fd39b40b8e4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "15328d6c3dc8a512c5fa771133bf319a2088f16b7b7491160b13bcaba0943e88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "7838bf3c406b733af4ec624bfbe50bfd2e110c040c8d24c894ba0f71e70250d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "55d1e09e56f01ad936752a5b6dfafeaf43ce81119bcd64605539684925dcee82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.4.5-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "5deb48cb7ec467c7e12d67171bdca3b205b7d03e597126a06a88c6c502d1689c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.91-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "35e32fa7f00f7cc6d7372c05219d6e2981e7253b14f26eb5dfa0ca426a1e9ff0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.129-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "6efdef3433c10c2c515723ec02b939b95d415002bc39879de9d6e68eb6ceaae3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.1.129-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "879d8cb0459b213fc4ca40d0cda1d8094512bcb2778e6307790eb8fb43b3a089" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.129-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "ce5c33fbf37f1dfbe6d1899c22904a17f59fae4c57f7c9ea1aad479bba947761" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.0.5-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "a1ad2a5659c4fe524ba9e6f2cd07298b688f6bb3cb4c6e15d566ca26250a3653" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.1.2-archive.zip" -[[CUDA_SDK_jll."12.2.1+0".sources]] -hash = "ebbac339275aa7ac8464cd0f10ac8ee763d570ba36bc16cf5b5a7a8aed6bc74b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.128-archive.zip" - -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "90fa538e41f7f444896b61d573d502ea501f44126f8ff64442987e192a8a39dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "6c5c3d6e50f3ea14fcd356a83338110882305bffa8d5e4eecbaaf7479599f0d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "9542ff071138d5efd541071ed4211d515b90fc988afdf7ba5b8ff1e863630429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "f5cf2db9d3214d540490c663691b171b11531be98611b4e6b86b208c7ee4f5cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "82aff958dab64a89ec719ae082290b998082719aea6be4de9d642bf2c9fcbc04" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "86f5dde034a89c0ca26f39c6ec14e1ce47c88f7e7852913137153fd45de78f4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "4c27538fb10dc86d0a54ff205e4099204ca2534784605dde80284a59be05d7ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "9503cf76dcb0ca16e8b29771916fc41100906c1c38cfc1c055ab07046cf6a5db" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "654e40c4627a04542554efb2277ee669d1c43df5276866dfde6ba481ae2451fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "ae470775b3c7422b19948a4e85a1d8d1507122c4a60bc2a412d38c29bcc97e08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "e949f93789a8256ab647b95b7d63bf814492003ba28c4d1d915753dcffd2b709" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "35dc58629efbb0af289e28b866f299d464d44fdb2b824b4870421cdfbd5b9153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "ae73ecef99852488cd7cb36ab1f0a1a5e2c43c3b3addc4a9485cb5741fbb0bb0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "fa6f0e0273677c35e5dd025e91171863ba6434e9557b4526f166eeae3146227c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "f28c327c745030e16aa9f41526401d169f5646ffe3de3f1ac533d91929f44e5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "a02cff8dbb77804308db65b1d3dfc155a8a4ec029da3deaaebb73b0d36a7f97c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "fd0cf20c55d7f6d8b55093a2cceb741f4e9b6ee19b937ae2bed5fa2f606e5f87" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "4e434e9ced2efb9a3bc83edca93262eaa54546cf74783658239f2a05b119eb47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "a7ff7086df1ee8a253e8f8b50730738b515b084ec32b57ea1c7cd2154f9e007c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "3dec2a261f3e7fa23537e270cbfe57cdd768c2994db1dadbe0740a26fcb16c31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "dbfc2e5b4f45c47601549f6481955d2629aa1001921ac3dce284a1626f805d6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "6a83fda78793e5328d89ef0258d2f26bba5177ff118b6657a7be38ffd89f10b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "e84dc5ebf92b48aa57e9cfb1be0341534184f106fc45b52bc0bad297761af21e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "cfd23524e8d626a3f85a21c5b58d80eb44d673405174fa2cf18caf851ed0ceed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "a001ccae83160a713332887d8965f271bbc9fcf5d4eb645c3bab8dbea8a4a72e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "4815f6e77ea000b7f7ec50e4c1e2772e3be05a40afcc501c8c7e6d7c4f5f53ac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.1.4-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "9efe4c5cb0a13b00862c7dd860a96216ec8794c311d4648d1291e8dc1d3f6e0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.2.4-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "36d865be0bcd4a8be8bdd48fd24bc8b5d5e5f181ea12631d3c8a52e8321807f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+0".sources]] -hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "90fa538e41f7f444896b61d573d502ea501f44126f8ff64442987e192a8a39dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "6c5c3d6e50f3ea14fcd356a83338110882305bffa8d5e4eecbaaf7479599f0d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "9542ff071138d5efd541071ed4211d515b90fc988afdf7ba5b8ff1e863630429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "f5cf2db9d3214d540490c663691b171b11531be98611b4e6b86b208c7ee4f5cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "82aff958dab64a89ec719ae082290b998082719aea6be4de9d642bf2c9fcbc04" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "4c27538fb10dc86d0a54ff205e4099204ca2534784605dde80284a59be05d7ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "86f5dde034a89c0ca26f39c6ec14e1ce47c88f7e7852913137153fd45de78f4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "9503cf76dcb0ca16e8b29771916fc41100906c1c38cfc1c055ab07046cf6a5db" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "654e40c4627a04542554efb2277ee669d1c43df5276866dfde6ba481ae2451fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "ae470775b3c7422b19948a4e85a1d8d1507122c4a60bc2a412d38c29bcc97e08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "e949f93789a8256ab647b95b7d63bf814492003ba28c4d1d915753dcffd2b709" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "35dc58629efbb0af289e28b866f299d464d44fdb2b824b4870421cdfbd5b9153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "fa6f0e0273677c35e5dd025e91171863ba6434e9557b4526f166eeae3146227c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "ae73ecef99852488cd7cb36ab1f0a1a5e2c43c3b3addc4a9485cb5741fbb0bb0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "ca3956b1528b4b4a637f5e9f2d708e955f23ae4510f7aca4fd30080e3329fb02" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "0941bd2602ecafdfcdc98ce7b84c4396b3f145eee824316dc4885b9d05b6791b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "be4d96927aa52c7468fd0eb15eaac89526f154a164c4a64732afb502a03bcbf8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "1911f27cf6629cbdb9183b35b42e700f7e86447f7950ebb6fe2cbc66fee7cebe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "4503ed0e7f2b24bbe8b47ceef5df44f2ef9ddf707d33bdd561964f1d5ad01cf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "b046373786657d7f8c7a2aca170900d38ec62bd91c728489e2ed62f78e5ac588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "a93303be55363f9e8f2570a1a16abbcf0194f36fd5c894624f73e76d5a3282e2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "3fc0049b56dbfc380eebcaf77cdeddd2a4f1ea71ab89a2caaaf529924d52404d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "f28c327c745030e16aa9f41526401d169f5646ffe3de3f1ac533d91929f44e5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "a02cff8dbb77804308db65b1d3dfc155a8a4ec029da3deaaebb73b0d36a7f97c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "fd0cf20c55d7f6d8b55093a2cceb741f4e9b6ee19b937ae2bed5fa2f606e5f87" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "4e434e9ced2efb9a3bc83edca93262eaa54546cf74783658239f2a05b119eb47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "a7ff7086df1ee8a253e8f8b50730738b515b084ec32b57ea1c7cd2154f9e007c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "dbfc2e5b4f45c47601549f6481955d2629aa1001921ac3dce284a1626f805d6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "3dec2a261f3e7fa23537e270cbfe57cdd768c2994db1dadbe0740a26fcb16c31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "6a83fda78793e5328d89ef0258d2f26bba5177ff118b6657a7be38ffd89f10b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "e84dc5ebf92b48aa57e9cfb1be0341534184f106fc45b52bc0bad297761af21e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "cfd23524e8d626a3f85a21c5b58d80eb44d673405174fa2cf18caf851ed0ceed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "a001ccae83160a713332887d8965f271bbc9fcf5d4eb645c3bab8dbea8a4a72e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "4815f6e77ea000b7f7ec50e4c1e2772e3be05a40afcc501c8c7e6d7c4f5f53ac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.1.4-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "36d865be0bcd4a8be8bdd48fd24bc8b5d5e5f181ea12631d3c8a52e8321807f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_jll."12.2.2+1".sources]] -hash = "9efe4c5cb0a13b00862c7dd860a96216ec8794c311d4648d1291e8dc1d3f6e0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.2.4-archive.zip" - -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "659f8f8fd58eb7f5bc8ba171712147a007a2c8c92f30b21d135cf2d12f80226d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "0dcd864fcef10b7d4591cc545330c411f589b27b12c98c30ac6e3d5e14eb2ee4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "cfedfd2e64aedec65793240c2814bc94463eaafe508bb34776b5d7bee783c899" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "f51ae93f02378d88b5f53b66abad675f0b2e8b4444192b4705a550b1d083de79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "32302154a7ec122defdbb49f1c7cc8777f204c3199d9222f013046be256f72d6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "dfaa7c1bea5e4e833374da2f80156998bc303e8787a6e88d6a9c97fdead6e9a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "37537d1946513d41a0b4b350ee93d4722a52fd56293c66f3dbdb33bf96d799f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "1ba95b8a3c0b44a91ab7f1c5c52a23bad56cd2ca651e4f9c6a820d666ade24e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "6d549612a9c61caf7356d8a13d99a85cfa644269ed856192bea13c7e5f8ce234" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "9dbebdd45130df33685213d8d5c6443ef45b34b9a23cee08d1c8eb54ab662cf9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "793fb630ffeac7aabd241e43cd41d5209fb93e9505cb7937bdd318188d47551f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.2.9-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "f84d33026cc59f6bdfe4ce446b78912499fc4447e8b7b4e3f1617bb0dae2a27e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.11.19-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "8ac8ca5b1ab22e13cbd474ea5dfe24a2d6d1ff02dc5ed06b07648066c7ea34fc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "334470e66d74102fa7a80e7eeb9ab5b80fe4939204a67d4ef64d369fe254cae2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "62b091161967b830cb20cdd73ceb77da28bd88a33db9b734644531f36f3556f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.3.153-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "1f8f47aedb988eea8611eabe085e6f9e177981b4d942e4d45185d90f752eed3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.2.32-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "19e7dedaaa07c451a84cc607711a22a6f852043559f5bd11cd8e50683628a590" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.3.32-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "4ab0f21627156b9e0f681863d4adcfe8924b07eb1a40a6381ef807ff588a6d47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "92f21102652a22ec735bac9ab236dae1b69d808d1391a96ba379bfa4dd83e6b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "1a188bc279ba32d910259bdf9b7106accacba163ce9ef92989af18ca8a50a6ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "354d1ffdd1ce2da61ec2c3fb1b15cdf65270804aba78863d235cc0d69a9c9eec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "33bbf67fbf5cfa5e1a451c3325330fc032a0e58ed31748839993ecb94711a9a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "8dead100bec1dd9b02f56e34dfeae91381422cbf858ce1c9fd1a45fdde946a16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "f7c647b74f2f85f5d9c42d951d810cb7130288b11d25ef7308fb489e1150232f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "06e9e4ba698d9b29f0d36e732264e8f1ce920cbe9b4014227104280f665674f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "eb107e7c12c89c221f34f700fd838d2788d40febb43df45a387653c677a38027" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "66b8e6c69ca9e6368d5e6753bc3a38f51c43d58d3e1fa30fc41cab5af2d58bf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "0e12e3bc044d6b1d0440493e086d7b7ca8c31eafe79e4fe7fbada6dd209d5d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "8a5bd354931778eb18c0ab118c38748c6a5bafa553cf84fee79d07839763c13e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "c6b00cf18831527543f93a2e35d98f3b297d7a5b6896a598995eb4a3fa47f39c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.2.9-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "45a7f4bef97846374cc11c637b4b6b635b8e6abd0a45555ebb3ef5afc3c9c159" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.11.19-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "8de3fee960f55895af53a2817835086c4d0c260628a32120d2987ae4e1b48e9f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "a71dcef7bccd565003120bb5d18cf8adb0ed4428b3a122f1869f4849827234a1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "b086126226b919f6fcacbf1ef547045ea848bbc739bd6524a6bd2aee46110f61" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.3.153-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "00f2a26ea9ce3f4090ac72a3e2659faba6ab000afa1f22f50eeabe72ed4bf5b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.2.32-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "cb77d773e261c0fb298da405036728e18be11f21f45c3ac474b9e3a69ad2ff46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.3.32-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "186094548cb3603f167cac03777bd31c6c02d794dc5312f31b8874e25a515b06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "2802ed389e9c246415a6fc0dc8f8f5bc6cf9f43bcf53f30a921b6e5d80b1e314" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "96b5465af73b77447c3997d923916f7aea0939ffd0d8be42bc197ee8d8965fca" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "4789a039df340581d7a71f5da6af9f222baa2265e8de8ce00365a31ac645adca" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "cce91131e57a901463ce1dc86577fe67db0bf6a17f8aefe3e269fff98689151d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "39f07116b64d8b3b9bf17c65c45d97bf19886eb41847e30c6606751455cbb284" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "98940f1719b2ab1af943293601307b9e87ea71e30809d429fd7dc2e59b294c68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "3d9b4e99966f9e9305b54a55991a64b59d85d804dc3876f0881b538cff09c84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "4cee78d3354f268730e40c04626abb38bfb7329a06feb9ab0ab4fc53b2ffe09a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "8161576c8b9b4eeb23fdb3def3373e17a82f3bf9ee75422c16ffc30f9a9bcec7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "8c1aa8bb711a31d50f613d8594103cfeaf062e9a422094dcf6d18646ecd99f17" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "a301c71de5f8d786b675c4258a8dd4fdc6533468c81f946b327e1a7f1ae859c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "bb83278da1007847a72e8f8ad40186c70a2ead7e48bf9eb387aeda94a8b63672" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.2.9-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "c6867258f4347557435b2dfb7d7e05405cd6a21c954f9ab82a22a1280e93173c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.11.19-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "2923351205c6d078a0678857f507f57e0aeaab9570946faad2ade97362abafc7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "3de3b43a6576a10adac99ac34984c3c623ad6666699aa0531ca239d9d27beee5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "9f61ff29dc5aa272b771ba0691565d73f167ffe544b3d10f42c3f84ae9aa510a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.3.153-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "d2f5e784d4486663e4a0851e3bedd7fab769cf7960a4d37bfb07c2feb43ca4b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.2.32-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "a4c7a739905f42dce324845b5d27cb8402ec84c0d48a7e50b6426891ae62d429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.3.32-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "2c1b04b719e6cbccef1e140c4371c1fb119c66b8e788adf3e10313fdb456ba87" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "afcd59beb68d68115d0b020bca49e75ff3b407a9469d5578c25309e5ef83442e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "074c26ca05bd305ee23fdc56c3e8115d21c7843c5778fb75052791d66ee73711" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "a01396eeb88b52137dd1878e1278a1608f848194a1bb7faa02d6b147894d17a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "90f583b64f97bd600d0f6d81026bee6cfd2712d5b4905d238b0b6ab21a0709c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "c177c59124f4ae41d46950999548931905f6097de57f88df7d2af62dffbdf249" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "1c9e275d10ce496f75efc2337284ab7b6b8c7deb2abc148ea90b0a7ac9ebd9fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "59f237756aa152cd1f18ee49e30cc9138ad6b0b451e338b467684f8c1b512117" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "26309a28f1ea2ad58c8eac6725e39210889d8310e5eecd234fe385056ea4b4cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "17b5efeaf20298ef51ecea0969e8013481717c1d73bb2df5c6a3c994546f9944" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "3dabf99c94d8cadd4efc5163fb53207f8c011e553b08c41cb760d18bbf2e3f0b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "9d7abb0c7df2b9104888ea11539055117023cf7354d6859789c233e6e5df14b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "35c177357715c9c326ee50fa87192dee6b9c25944725ec3107f63675d10df4cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.2.9-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "df838d3a085f3741410f86c90a3da8dc57b38d69d830b198473b04fb0e8cfe06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.11.19-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "e3634e5eb0d9133e92909c525775e43ebc9597b4f6dda1f95d09bea18e4f4c51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "73251d1b23faed1a04a84801beeb643161a1d10c6cdccd5f321a7dda7b105290" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "ae79b3b756a1c2ba848c2931bf0c9ae62746ab7755d110d68a280392999a0b45" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.3.153-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "5b35180d336cb4cdc8d3ee362b91aef986de292bcbdbe1a71dc544dc3bae3b6a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.2.32-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "dd931eb75934550421884d548d1e6c4504a11d4f71df07f1c088158b7b7466b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.3.32-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "a339bb2448d39b74e895a1b5321c58cd235d9c7719fe343f8a2cb00c7f5877d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_jll."12.3.0+0".sources]] -hash = "117ba27dc4086f895bade8d6314d5a2bd835342a6d46fef471b9932807e59e1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.52-archive.zip" - -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "dabd433bbef5f6d1b79f9a7eea909a3c273e20641f07a6a8667f42577462e34d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "0862d4b6a9e753fcfa4802e52ea917c5ae0e9ebdfe7e35bb3c1eb1f6f57857be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "34ab12792d46a839012236608ec446a13f6e7775556f9122a7c33bc742b3b29d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "61ac07de3c24e666932f61467ca79f8ac39560b04ea43b0c270e36bae64cd923" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "3178e8b1a63616e8d4c43d62d151b4e07b02beb85f0a68ce6d8edbf6616734e8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "5cae43cdab5a39dc9c31ecdec4765cc47aa3c097eb49c3b4ebe15a9fa2a81a73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "280ec785dc356b8a61d895c3bc798338d62a3ca280429e48a32ed7d4386ddf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "2ab40ef82d528b0ccdf5326754915f8d89991360d57ca56c58ff1c25c65c2236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "0fc298c934a3081cd5f52d57286b25db81f14b2a370342313b40b157578a3e35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "3be1948414533a6724d79dbfedd1963fb5074a4ed184626cd8735e38d10716f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "46c759ec6faea974cf3218113fdcd2da4e92bc9ab12777d4c3b6c61aaf6c67a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "d56324da1848b172a862f93e48749cf33995d5975e68f88bddae3851250a47ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "655c44679b0d5c6f8756257770d99ba01bf31557a831076c5623b372adaaeadd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "32f921da04a1b76a3dcc0f82e10ae69f58e3ffd4436f29b9bd810456fabb5400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "0d17e438fde6edd93c82fb4069ef94f160b90ae213433d13958cda88995e6d55" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "07f4be950d6d7a8b6cd317a282d5ea5a7829f0ce8e8d2126f9d2387576997d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "5107ffc94d1312075ce06698a7e50671190b6725266660b23bffec1ae7d6d0d1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "dd397f31c66b948d03971c9463487549bc401e7891eeea3c5558bf3d22302613" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "46081476f70995881d8afa3b541c33f10c13bf53a0510de738a6368735a6a94d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "77b22b4b5c54d7649edd62253979e7290314de73f268df152c1c21811ae20084" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "3fa1028791d0bc64532d33b080575f75f80150170fdcf3c0f2fa475da2f37167" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "e14f15f6eb8dc25d37872d713bfb40530b67b68e7b8441078310f40a3aec121f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "bc91e618a3548631ee6a7990d615987ffd480a92b35a73bbb3db5c283d9506d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "44d6f8cfe935686f936a92cd5e0ec2e63e1920bc0e6ccd70c1c7931f407808b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "d077c695f4dfe60e7f6b6e2d5cdc8ecd5a7971b0803ea3687071cf46c3162f5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "1763612518fa9ad2be622d571561142780d05877f780607e83d8bd6f42d5a52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "dc25a4b967c6fa8ddcea1f90448af7d18eb24d332639488fc9ed0316eb60a919" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "0e803fdb13a1201ed4c5202c3c82a7aa0590c65b9075383e9dabe02d4d01e372" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "9ead3b6a606727ca05645f3f6b050d1158358c3bc9e518169666c9766f090306" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "c37af9d07d7adff82096200ad73f96826a7a1153a1318917531abd06d311cbf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "8be94b093fc7c46b1e0a995c19d144c6cdebefb3040fa9ec6aa4dcba1a037d55" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.103-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "73fef685ec993d8abdae25e8b0b96a562811e8e3b8709f3bf97c7388234dd81d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "ad7b454e8a7b9e7fb513dd7fcf73635b8b2023a34b9325c966f8743dcbb8d173" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "1638e76e3b22c3bcb96d63513c1152388b89037906a5bc45d23b6eba19b50da1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.103-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "9f91838c47686e9510d71b05b61661d9026292fabbf7481c6d0aa56dc46a4b61" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "e2ab4695d9cc1ac77973e817711f6452e70af61aad0e5cb5108927681a0adbc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.3.2-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "6cd5fc8ae477ea67c6d11f6c9d04fcf382e43378ee774b8a52b94ac68ee68b8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.0.81-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "9eb456ec5d7c7b7e0b0eeac5c7624380ce249774b4e261eda621881aeb04b5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.1+0".sources]] -hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "dabd433bbef5f6d1b79f9a7eea909a3c273e20641f07a6a8667f42577462e34d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "0862d4b6a9e753fcfa4802e52ea917c5ae0e9ebdfe7e35bb3c1eb1f6f57857be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "34ab12792d46a839012236608ec446a13f6e7775556f9122a7c33bc742b3b29d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "61ac07de3c24e666932f61467ca79f8ac39560b04ea43b0c270e36bae64cd923" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "280ec785dc356b8a61d895c3bc798338d62a3ca280429e48a32ed7d4386ddf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "2ab40ef82d528b0ccdf5326754915f8d89991360d57ca56c58ff1c25c65c2236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "0fc298c934a3081cd5f52d57286b25db81f14b2a370342313b40b157578a3e35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "3be1948414533a6724d79dbfedd1963fb5074a4ed184626cd8735e38d10716f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "46c759ec6faea974cf3218113fdcd2da4e92bc9ab12777d4c3b6c61aaf6c67a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "655c44679b0d5c6f8756257770d99ba01bf31557a831076c5623b372adaaeadd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "32f921da04a1b76a3dcc0f82e10ae69f58e3ffd4436f29b9bd810456fabb5400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "5107ffc94d1312075ce06698a7e50671190b6725266660b23bffec1ae7d6d0d1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "dd397f31c66b948d03971c9463487549bc401e7891eeea3c5558bf3d22302613" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "46081476f70995881d8afa3b541c33f10c13bf53a0510de738a6368735a6a94d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "77b22b4b5c54d7649edd62253979e7290314de73f268df152c1c21811ae20084" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "3fa1028791d0bc64532d33b080575f75f80150170fdcf3c0f2fa475da2f37167" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "e14f15f6eb8dc25d37872d713bfb40530b67b68e7b8441078310f40a3aec121f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "bc91e618a3548631ee6a7990d615987ffd480a92b35a73bbb3db5c283d9506d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "1763612518fa9ad2be622d571561142780d05877f780607e83d8bd6f42d5a52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "dc25a4b967c6fa8ddcea1f90448af7d18eb24d332639488fc9ed0316eb60a919" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "0e803fdb13a1201ed4c5202c3c82a7aa0590c65b9075383e9dabe02d4d01e372" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "9ead3b6a606727ca05645f3f6b050d1158358c3bc9e518169666c9766f090306" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "c37af9d07d7adff82096200ad73f96826a7a1153a1318917531abd06d311cbf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "73fef685ec993d8abdae25e8b0b96a562811e8e3b8709f3bf97c7388234dd81d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "ad7b454e8a7b9e7fb513dd7fcf73635b8b2023a34b9325c966f8743dcbb8d173" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "e2ab4695d9cc1ac77973e817711f6452e70af61aad0e5cb5108927681a0adbc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.3.2-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "6cd5fc8ae477ea67c6d11f6c9d04fcf382e43378ee774b8a52b94ac68ee68b8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.0.81-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "9eb456ec5d7c7b7e0b0eeac5c7624380ce249774b4e261eda621881aeb04b5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+0".sources]] -hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "dabd433bbef5f6d1b79f9a7eea909a3c273e20641f07a6a8667f42577462e34d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "0862d4b6a9e753fcfa4802e52ea917c5ae0e9ebdfe7e35bb3c1eb1f6f57857be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "34ab12792d46a839012236608ec446a13f6e7775556f9122a7c33bc742b3b29d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "61ac07de3c24e666932f61467ca79f8ac39560b04ea43b0c270e36bae64cd923" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "280ec785dc356b8a61d895c3bc798338d62a3ca280429e48a32ed7d4386ddf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "0fc298c934a3081cd5f52d57286b25db81f14b2a370342313b40b157578a3e35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "2ab40ef82d528b0ccdf5326754915f8d89991360d57ca56c58ff1c25c65c2236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "3be1948414533a6724d79dbfedd1963fb5074a4ed184626cd8735e38d10716f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "46c759ec6faea974cf3218113fdcd2da4e92bc9ab12777d4c3b6c61aaf6c67a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "655c44679b0d5c6f8756257770d99ba01bf31557a831076c5623b372adaaeadd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "32f921da04a1b76a3dcc0f82e10ae69f58e3ffd4436f29b9bd810456fabb5400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "5107ffc94d1312075ce06698a7e50671190b6725266660b23bffec1ae7d6d0d1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "46081476f70995881d8afa3b541c33f10c13bf53a0510de738a6368735a6a94d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "dd397f31c66b948d03971c9463487549bc401e7891eeea3c5558bf3d22302613" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "77b22b4b5c54d7649edd62253979e7290314de73f268df152c1c21811ae20084" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "3fa1028791d0bc64532d33b080575f75f80150170fdcf3c0f2fa475da2f37167" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "e14f15f6eb8dc25d37872d713bfb40530b67b68e7b8441078310f40a3aec121f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "bc91e618a3548631ee6a7990d615987ffd480a92b35a73bbb3db5c283d9506d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "1763612518fa9ad2be622d571561142780d05877f780607e83d8bd6f42d5a52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "0e803fdb13a1201ed4c5202c3c82a7aa0590c65b9075383e9dabe02d4d01e372" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "dc25a4b967c6fa8ddcea1f90448af7d18eb24d332639488fc9ed0316eb60a919" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "9ead3b6a606727ca05645f3f6b050d1158358c3bc9e518169666c9766f090306" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "c37af9d07d7adff82096200ad73f96826a7a1153a1318917531abd06d311cbf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "73fef685ec993d8abdae25e8b0b96a562811e8e3b8709f3bf97c7388234dd81d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "ad7b454e8a7b9e7fb513dd7fcf73635b8b2023a34b9325c966f8743dcbb8d173" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "e2ab4695d9cc1ac77973e817711f6452e70af61aad0e5cb5108927681a0adbc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.3.2-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "9eb456ec5d7c7b7e0b0eeac5c7624380ce249774b4e261eda621881aeb04b5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_jll."12.3.2+1".sources]] -hash = "6cd5fc8ae477ea67c6d11f6c9d04fcf382e43378ee774b8a52b94ac68ee68b8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.0.81-archive.zip" - -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "d264448e35b319d56442dc2d10300bc4e3e57eae261f41d56787649f40800ede" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "dc126fb171d996c495756d44d565f7dd927245cbdc7191b9f8d5075d09ada699" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "2f0ece49051460b493384f80239ab1345b0dc4bce169a3261fd070d1465a7089" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "71c8ff1deb26970bcb0256e32a1ff86fd8d4b2687ff0f8db377cb431d6f3efd8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "9ec3199cb6e8ec2a3b3336bf120690e534aee8ab5ddc3ca51e0a01aad9494f48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "059d82e2e804269b5f0161c91f6d875262f728c2b3a29c2600eee97a8d85aa13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "fe4b7ffe5660dacca6d1d84cfa3200c0546df307450225c6bc3cd64d1b67402a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "0ac97fb4acfb957d41199ee1f9e4d1dd07a1af253d2d76b63c83665d6dcf3d7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "19746bd29e151e1e6d1ce7371a30b5218fe150d2a911466c9ae0c382b37886ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "ef718e22a97ba76e58d02e7330b3a3437025b8a135eda57de942038c5148dee8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "8f9ccae530410fe6d17eab5f5b594cfbef42c9781bf715520cc8221942fefe35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.2.65-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "092c1829bc5ca22762a0303f420c2632e52c1bf64dd119e94dac316b9cc9a9fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.0.44-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "371d1c4b648ee5a255872a974f50d98041b1eda135e2e629121b6b334e77b8b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.119-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "4331b4581cbe9e0bbb30e244337a410673f1d2f1284210868372968cdf183ff4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.0.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "9e9fe9d72522cf3de1e9b0b77dbeba0b8920d721b8c85dba6b18e7ddb77f0476" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.0.142-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "42adaf1fec38090cfa42c14c75b16f4c0c3388d529e25ca2f1c81929578049cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.5.2-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "e00e09de998d84d77c5c5273621b0ff92da8fa4634a81062148238619277c157" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.1.89-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "62e2d50c2a688779e01be1743754b65fefee1197b07a21798ec3e936af971d91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "064777547cee873d0cee38ba918c66d8ee397e313fc832ae4745e37061cd37f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "5fc8967116f474889e475925d85ac498698f51dcf627abd91ae395282daf0b97" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "129451060d510965a382707447cb93c9cb6d886a36c5e3b55a824711e9166b2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "eda005b8d78e4e260ee5fb03c1776b9c7c1c6736b28de6553897a501d14715b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "6180125bef2b6274126bddc4d9f6448397112a37152b7a352ff8e3dda35bb435" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "3da7995480715fc30a3dd7bab698cd24e9a91418d9b9c1d4f2051f4302be0e46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "b2498702b99ed3ec31e65cf5df2a837a88de43a44d39f51091b409aeb76a9b38" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "95ff7fe43fe1c9d1951e005555c65a693ba729ec5e9f677f6110eb14b72df72c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "e262654aa69668fb86cae73936ea269efc2a360bf2cfab86d57e5e13f61e985b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "906f245862d977c16698c9e29ced152d997626b2c437fac3017b5e7f54af1347" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "5606844e8ce731dbd00d86a8923c4ea5840133a2e17cd32a2ea1387cbe614cf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "7300ad784024f358138900e298c209c3da45cd0c365a58ec646aec91713d3e92" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.2.65-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "2b68795ce9027c56a63a02c5fc577d883af7f836edfb16bcd7095719b79ef3b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.0.44-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "f912635b13f43c07976701220fc74af35f71b27e69071f0dae9a626fbba6eade" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.119-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "f55a832585e654f785484ce50b5860858dec804c874bea52856aac8e6aeaa186" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.0.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "70c29322a46365359af876afb28510780c8d91a417c978d44d17a3c9777b73a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.0.142-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "8ee966c56a4f3694b0929366e12bf1e80b2affbf525f134bc6892ad78d67f85f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.5.2-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "8a61cc43907aa663d1f81736453afdb693d3c422df5e16db64617efe060a2b27" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.1.89-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "544acb804b1191efaeb821be649390e33c55ac8639639ecbea4483e75ddfbcfd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "1c4af32a0d90e19424411be89b6a1e2380714a727b9d5c6a42528f31567da05e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "768604a77ea563a2aad0c4986b907a58711baa094fd29d1c9d106df67afd0a30" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "5bb3b037be5c175679f9de8469f8701ccff48014c9fb3d7310d6cc5fbc57cc0b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "52a344b372598a305199047f280e360fc45f95192b6d544340587c05acaa74a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "3e705b3df0c8dbe697955a85557fa921de5ab49db6e0f72d1ff54629d306d566" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "cc31691a8af2a5ae27576a4f20366f38f388c6182389fa162c8bc91a7d47aa0d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "83c1ff0fa2c861778ff799726da403d4c65a9c490b5c3761aaf6d47ececa9618" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "167bad08c50312900c099168764b3cf582018eed7db7b180dca85e1b240053d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "008932c8ba93ced7bde5f76581ada8c76a90229fbe6f53a738f4c49ff104954b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "996355a7d575de0665cdf4d0800c21b61d864f9e030fb75bc6390d450631d904" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "b2883c50cf59367639ec032622ca02c6f0dc69a0003fcb2535c59b4a501ad732" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "189921983a0d994604bc15b23feadbec04afe0b07ddaba13917f22b4e5611f43" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.2.65-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "1669a510dcf342b3f8388f1ce8847fd56c781bc779d68cbce62368f31b412b74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.0.44-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "18ffdc9e55b6cf58ab371b7847f0113a7bdf2673765f600cc957104c903f6897" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.119-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "7fe5656d60997f6d090f8b54af72050dbece98cac88c541ae211b157aedc7502" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.0.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "191e13f5e53cf29034add21a86e45be6f847101b5f6d34206de3367f56136a47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.0.142-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "92b02b0a50e595f2224d4a71ad3502ccfb8908e7b76c23c3a3a72adf8624da39" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.5.2-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "f0675ec004373d55b014d72aec35dcc7ce738f9b65c154da5fafa981b1a760b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.1.89-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "733544bc46044825073db3eb84e204aa538503d13b6783218735b9e059447dc6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "2d03f30c04f55a0d1814e00355f4279607d9bf77db613f7b7ee0f3e303902206" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "6c08a5fb2bace6bc0db853dd3ea59d040cc2498b47ed98e63e0ffffa4da00caa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "1034ca43da4afbc79f69269cc60dc081de631e1c0d229d60f045d9516409317a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "4280af9aca3351b4b3ce8962c76bd446b9aff1617698c0cf178e13df78bda8ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "532118bdcf168d80e634daf1407a9819a46e9d6ded180eaae02758565d1a429a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "34f7d7e7843e3a95b35b1d697ea054765edccc73c6b31787a5b68d2261154d2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "6c25db1da8b807f105bde8fe83702370a9141ba3c030ed6e20c25564cad8725c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "37aa58532924573e5d9227be92fead96db73cd470af6ce809e3a2b6cd3ee7a82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "f0bf168e1f52ca727330d60c32828f2cc134d46e44334942f614d34157cf21c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "807c060bbe5175d325d3334fd64fd73d01741a99c65a7460dda74588defdde2a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "2a1d9543fd95e5a7d4b3cd11e56c2d02705e0bab22acfdad72696803580e74b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "4229d2b590e4382e1b36651dde644e04c5a8664f99f53bb43dca967982a84f58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.2.65-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "265761bc01bd1453a0c4f7427dbc301ee1a68cde57fd8b48ee1fc238ebe827d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.0.44-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "f7c76fcc64112309a26d7725d3357e89be2cf2ac69ed90e5653f290ed8e39078" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.119-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "bc800184054b7efecf8dd3c508f5333bdac7c39f271eaf3eaf3be0127fddad51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.0.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "66c7f041f8f59162cb70da1ef3e469b33ed9fbeed18e26a7325887c32039e694" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.0.142-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "a9f1bd4d4a57a3120fd4630c7ba0fe35d5f737471ed42bc6fe20c42cb2ac46e2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.5.2-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "da2c9538aad6a881dfc07255382122e8be31a62e51c0a99c7943918721253f7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.1.89-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "9039b3113ff79589e9c9e8ee0dfd7069aec1965b426e2c5f77f1f78d7b6c5358" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_jll."12.4.0+0".sources]] -hash = "f558101a44a35311ddc7bf0cddff601b341bb70278d443148599a5742ffe5623" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.99-archive.zip" - -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "e1636f27a142d24e73dfd831c54bbf5575b498fd5900648d7372fae46f824fdf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "ae4f9bcb5333b78a84a3babe23feeb8d48c00b6faa21b31477ce4c19f22f39a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "15af54c7d909f6e24db8b557e34276d70778fcb26f1969b7a9fe42abaa919265" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "85d348b08d1e652ac2fd6377d1f837aa1aeaf7f784aa451175fd5ea58fd3b28b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "b719c6b2a8cd330ab0e4361e41dda5493946fb7fa0c4b04c8dbd776fadc3b11b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "9062bec77b9844663692459255f35fe70cf826bce2fc8065278410fc5f27023f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "9f297a160b8a934e8095c4eb2ee1674a3497e06ca6a0a7d6f2cdea983d443c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "fa11c08e39ab35453e07dd5012adc0767408955431fc4acdf64ca4cdd7692646" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "3304e563ed089be1129f79d8e45c9badc8eeba155c8b672f9659f223494edcd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "f5e636944c7817b4f178070daa1259f25b3e84ebd092305d32aa189b21ae37e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "f80c713d690d4f0eef21648d45e47b6de08212a5b3291747f35950564fb37196" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "6e86197149b0c0bd131ad925c165251fff1c054ae477c10b5c45e052789e1a2d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "8407848aea496afd7708c9ed61c6a1d19c56362798341e1adcfeb77d34a5fea7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "e3e2c040a2edc8238bc72c0b600d1b7639b240223d5f3f1fb419162a4c1afb14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "28b297f44bf568b7e477ede212457216c215ffceb53e0610d942e573b95fec05" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "cae11cf45b9443643e82bdaecd51aec9f827db7cdab9498df388471532255480" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "5ceae6170471d7a9e4540796760642747d10d7d4f609dacede90f84927e59618" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "40726bd8bb106dacf5c1aef8815f3561078b13433671fed40dff431d13a34ff1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "5d020dc916a7c5f901802d21ca10ad4d40eaa21c4a1d487ad13a40cab60b4467" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "42ed22ceebcb1840b391cb4369a41e6ed1ae31c5aae0b66fe15ba242db06c4d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "55c3e49dce2cdfadaec23aeb408383d713bc0838e882f22b41931599525af795" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "8f52b2849dcc9a95fb7b2e2eea46afe5c1b459d372f3ce9eff1769845f33e0a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "2ada6d5ec9f0a963de3bf2eb1a5e8d431a40fc4c616e1e51e04d96bbbc2604f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "501efffdb76a9bbeab0bab66834dec310346a73dc16ae839854258f5b2e520fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "71b6102a07676635ec9fd0a34250bbe1c646e5e72d79e57e9072fef411f0d52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "a08da1a0b990ef7eb845655eb51ddc9fc920921da14ee2b32ad8daaebeb1c68b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "171073fd6557360b9db7f8559e17b1bb55679aadd5158681318ed9be67e54667" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "d9076a8261d5c7bd49e7892c76760ddbff0bed9c84e20d86d472d3ac33535495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "81820623c4ad794efbd00a38649af7847b951cd5fce2659d001a525e6f6bb72d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "ec6b7ed538496507b99274b5361f36cf84ad18048892e0c6ebf74336c0181b15" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "0e5ff35535ecb1ed0b482a2ac5e3a20e94722736f023fc802cbfd4900e590746" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "e91905f9a23d749fb8389f8671df67f71f49401d19f955d5029c7ebc3d839f73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "c1c2eeff199aa55b678acd59c0a76a3b44ca99f730e52becfd0373a55c2df2e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "aaab63b12aba7278c4d72072dc71bbdb7773137af5428c7bb0414496ae78632a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "908742d8f3c6fdd6d1d6316a7b919b5c506474f9551f491aa7335cb4f50bffbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "8a8eacddc1c0b9e6530a149e60d33219a18d5be586a5c9dab0996ed1214ab602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "8240b666b0da2aebc58c861410c70f4d5ffe157e7071586314ba0d79200f7519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "a322bb849e8974e759d1287977dd237d4ca240159e70fe3e131df600a7cf4d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "f15613b7c3088299659356456abfe2c3a98eed7eea9d8292fe0ec46726f5ec73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "56d1a741a3c4f5c4b2fe73dd4eb104ab1defaea3382ed5a65e4b5fe202e9c5b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.5.30-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "63101a25268a70380a129c9b05cd5fcfe8cafaf8594b6b358a5e082ce482b679" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.1.117-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "8c0c81125d2f0ef6f42bc46723f2c5565863731cf3a3de3ea3e738ea2d7a938f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+0".sources]] -hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "e1636f27a142d24e73dfd831c54bbf5575b498fd5900648d7372fae46f824fdf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "ae4f9bcb5333b78a84a3babe23feeb8d48c00b6faa21b31477ce4c19f22f39a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "15af54c7d909f6e24db8b557e34276d70778fcb26f1969b7a9fe42abaa919265" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "85d348b08d1e652ac2fd6377d1f837aa1aeaf7f784aa451175fd5ea58fd3b28b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "b719c6b2a8cd330ab0e4361e41dda5493946fb7fa0c4b04c8dbd776fadc3b11b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "9062bec77b9844663692459255f35fe70cf826bce2fc8065278410fc5f27023f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "fa11c08e39ab35453e07dd5012adc0767408955431fc4acdf64ca4cdd7692646" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "9f297a160b8a934e8095c4eb2ee1674a3497e06ca6a0a7d6f2cdea983d443c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "3304e563ed089be1129f79d8e45c9badc8eeba155c8b672f9659f223494edcd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "f5e636944c7817b4f178070daa1259f25b3e84ebd092305d32aa189b21ae37e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "f80c713d690d4f0eef21648d45e47b6de08212a5b3291747f35950564fb37196" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "6e86197149b0c0bd131ad925c165251fff1c054ae477c10b5c45e052789e1a2d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "8407848aea496afd7708c9ed61c6a1d19c56362798341e1adcfeb77d34a5fea7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "e3e2c040a2edc8238bc72c0b600d1b7639b240223d5f3f1fb419162a4c1afb14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "28b297f44bf568b7e477ede212457216c215ffceb53e0610d942e573b95fec05" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "cae11cf45b9443643e82bdaecd51aec9f827db7cdab9498df388471532255480" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "5ceae6170471d7a9e4540796760642747d10d7d4f609dacede90f84927e59618" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "40726bd8bb106dacf5c1aef8815f3561078b13433671fed40dff431d13a34ff1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "5d020dc916a7c5f901802d21ca10ad4d40eaa21c4a1d487ad13a40cab60b4467" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "42ed22ceebcb1840b391cb4369a41e6ed1ae31c5aae0b66fe15ba242db06c4d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "55c3e49dce2cdfadaec23aeb408383d713bc0838e882f22b41931599525af795" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "8f52b2849dcc9a95fb7b2e2eea46afe5c1b459d372f3ce9eff1769845f33e0a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "2ada6d5ec9f0a963de3bf2eb1a5e8d431a40fc4c616e1e51e04d96bbbc2604f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "71b6102a07676635ec9fd0a34250bbe1c646e5e72d79e57e9072fef411f0d52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "a08da1a0b990ef7eb845655eb51ddc9fc920921da14ee2b32ad8daaebeb1c68b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "501efffdb76a9bbeab0bab66834dec310346a73dc16ae839854258f5b2e520fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "23ddd81e43f1522247fcdc1948f3473d2f474a048527c1f20fb3bec345807e2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "a7724c73b8a072886aab25ec80a279fb500d9995a4c02f5e06e4ce2e03b116c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "1ccaf8990080ac498f39799f081af770b476983bc0a24f40f168985379029519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "ffd1d4c587056be277885b696077fd744890a6875d0c27577aed33bd75f43b03" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "d93b5d59c0a18753678fbcce9fa0d83c6b2ff008cebbcb226a2e138b26305aa9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "c3eaaa8ac7e566d0a0452b1451c52d453f4509a236164b2b231cd194dcd2d7a6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "9ec80b22522f8491425f4194f86ac4f74a990207bd1fa85169829be5dd450076" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "9950455d771f18ba4dc4f60de75ed072e04b19d9ea6c01f69b40315b10709194" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "171073fd6557360b9db7f8559e17b1bb55679aadd5158681318ed9be67e54667" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "d9076a8261d5c7bd49e7892c76760ddbff0bed9c84e20d86d472d3ac33535495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "81820623c4ad794efbd00a38649af7847b951cd5fce2659d001a525e6f6bb72d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "ec6b7ed538496507b99274b5361f36cf84ad18048892e0c6ebf74336c0181b15" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "0e5ff35535ecb1ed0b482a2ac5e3a20e94722736f023fc802cbfd4900e590746" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "e91905f9a23d749fb8389f8671df67f71f49401d19f955d5029c7ebc3d839f73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "aaab63b12aba7278c4d72072dc71bbdb7773137af5428c7bb0414496ae78632a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "c1c2eeff199aa55b678acd59c0a76a3b44ca99f730e52becfd0373a55c2df2e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "908742d8f3c6fdd6d1d6316a7b919b5c506474f9551f491aa7335cb4f50bffbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "8a8eacddc1c0b9e6530a149e60d33219a18d5be586a5c9dab0996ed1214ab602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "8240b666b0da2aebc58c861410c70f4d5ffe157e7071586314ba0d79200f7519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "a322bb849e8974e759d1287977dd237d4ca240159e70fe3e131df600a7cf4d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "f15613b7c3088299659356456abfe2c3a98eed7eea9d8292fe0ec46726f5ec73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "56d1a741a3c4f5c4b2fe73dd4eb104ab1defaea3382ed5a65e4b5fe202e9c5b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.5.30-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "8c0c81125d2f0ef6f42bc46723f2c5565863731cf3a3de3ea3e738ea2d7a938f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+1".sources]] -hash = "63101a25268a70380a129c9b05cd5fcfe8cafaf8594b6b358a5e082ce482b679" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.1.117-archive.zip" - -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "e1636f27a142d24e73dfd831c54bbf5575b498fd5900648d7372fae46f824fdf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "ae4f9bcb5333b78a84a3babe23feeb8d48c00b6faa21b31477ce4c19f22f39a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "15af54c7d909f6e24db8b557e34276d70778fcb26f1969b7a9fe42abaa919265" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "85d348b08d1e652ac2fd6377d1f837aa1aeaf7f784aa451175fd5ea58fd3b28b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "b719c6b2a8cd330ab0e4361e41dda5493946fb7fa0c4b04c8dbd776fadc3b11b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "9062bec77b9844663692459255f35fe70cf826bce2fc8065278410fc5f27023f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "fa11c08e39ab35453e07dd5012adc0767408955431fc4acdf64ca4cdd7692646" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "9f297a160b8a934e8095c4eb2ee1674a3497e06ca6a0a7d6f2cdea983d443c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "23ddd81e43f1522247fcdc1948f3473d2f474a048527c1f20fb3bec345807e2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "a7724c73b8a072886aab25ec80a279fb500d9995a4c02f5e06e4ce2e03b116c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "1ccaf8990080ac498f39799f081af770b476983bc0a24f40f168985379029519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "ffd1d4c587056be277885b696077fd744890a6875d0c27577aed33bd75f43b03" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "d93b5d59c0a18753678fbcce9fa0d83c6b2ff008cebbcb226a2e138b26305aa9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "c3eaaa8ac7e566d0a0452b1451c52d453f4509a236164b2b231cd194dcd2d7a6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "9ec80b22522f8491425f4194f86ac4f74a990207bd1fa85169829be5dd450076" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "9950455d771f18ba4dc4f60de75ed072e04b19d9ea6c01f69b40315b10709194" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "171073fd6557360b9db7f8559e17b1bb55679aadd5158681318ed9be67e54667" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "d9076a8261d5c7bd49e7892c76760ddbff0bed9c84e20d86d472d3ac33535495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "81820623c4ad794efbd00a38649af7847b951cd5fce2659d001a525e6f6bb72d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "ec6b7ed538496507b99274b5361f36cf84ad18048892e0c6ebf74336c0181b15" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "0e5ff35535ecb1ed0b482a2ac5e3a20e94722736f023fc802cbfd4900e590746" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "e91905f9a23d749fb8389f8671df67f71f49401d19f955d5029c7ebc3d839f73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "aaab63b12aba7278c4d72072dc71bbdb7773137af5428c7bb0414496ae78632a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "c1c2eeff199aa55b678acd59c0a76a3b44ca99f730e52becfd0373a55c2df2e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "908742d8f3c6fdd6d1d6316a7b919b5c506474f9551f491aa7335cb4f50bffbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "8a8eacddc1c0b9e6530a149e60d33219a18d5be586a5c9dab0996ed1214ab602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "8240b666b0da2aebc58c861410c70f4d5ffe157e7071586314ba0d79200f7519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "a322bb849e8974e759d1287977dd237d4ca240159e70fe3e131df600a7cf4d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "f15613b7c3088299659356456abfe2c3a98eed7eea9d8292fe0ec46726f5ec73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "56d1a741a3c4f5c4b2fe73dd4eb104ab1defaea3382ed5a65e4b5fe202e9c5b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.5.30-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "8c0c81125d2f0ef6f42bc46723f2c5565863731cf3a3de3ea3e738ea2d7a938f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_jll."12.4.1+2".sources]] -hash = "63101a25268a70380a129c9b05cd5fcfe8cafaf8594b6b358a5e082ce482b679" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.1.117-archive.zip" - -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "837c4e27939478ffa3d2ad18f9a109b83c05afbe891769732c5c615e53081fc1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "a56123c8207cc5feeb3fcf8da822f6b5345584ee1bcddaafc8b7a49e8c3d7b13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "aaeb67ca9d9e4a024d8e7974c89c194abe75997b71aedfbf137a5755fe6b3bff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "a701e976e77d6ebb6f986452faa0566cb23e7e6a3465fec1f178324ab8b0a65c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "68bf29e090b3e41c3711eee9892f1c0ba70b7829dd1df6601bc0f3d451aaaf5e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "a5ec46a37399cabdd45404866a9e7e43eff2bcd6987cdff0bdffb5a1a4bb166f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "3b5d0b85ea48108c5a8fbb8611b054bfb8780c561545464b69608e8ee0e6cb80" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "1c20b05a362ce06c65efff864efbffd7d1e02433805a280eaea22b706e5e3de9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "31550666886b39ca15991d6ecdb409d6c18215ccfa60f5d3b692a5d3366cd856" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "5f17ba6912181162adec83b42e76ba6e8c7e0cb9c872e8dacacb09f0b42b3d8e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.2.13-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "46fae345f6c733431d5b660afa34546df552fa6f6d9ccf015f4372048e0090af" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.18-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "5f1f5ae8519481f985c489b49124e2ddb033d29df005d080da7d7601ae18ce73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "01b8b5f1e2ae47b36843c1d6e481cb657097b66f81806c8b8e63ae88458260c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.2.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "53e3e5598c92d00d0c46a270b9070edd23705684958b6494e6a5f841ab4d2613" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.4.1.24-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "63adbc8b71c994761c9b1cb7666baad5c48adfe8806bf4a49941bbdb8fe75cef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.0.116-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "4dfefe155e042d1e00a7a8d847a2d886ca5f39a7019dd14ae72b69aaf6e94986" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "bed1e22c214a48068089882791574b09552a223f87fac8ab5d034630d04a4ce8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "9c95ba87167baad0b4f7cb73629b630819e7e692ae27de21204abf7f15b778d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.2.38-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "850714c86724c6b29e3e236ab7944a365691bb25083857c3ae9685c708d58f17" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "b3a5d62e00f63520ff8c94243335b4a9097c13e91ec83392a6fe0ee181824245" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "1374a78b9598b67e9b57b898bdc4e67992070e40ecaa3f29fd5603c25dbe9d6f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "189c368aba5f75ad5c98a731bb9aae9a9b13329180f572fbd9e231fd833dc639" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "2027c3988f9c39721c34a0273b37c4b492e8dd5da5e778a443b09bf2c8a4f55c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "1fc347434f1bb4d4a36dfceff81cd08b00c97ce0b8ed362f36154b653107f974" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "6055bed7a8d54be987b1756b9f11a552da69b137a917330c8d550b9feeea8aa6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "dd04471910ac534ec2306a7f8ff545eb9f18a0b712824a45aa00f8d38e34bd12" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "f07dc397213b736671aad319bcf0fd5d13beb23e12a4b28c3a5e0f125a07c9cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "93f5b08eafc7d73a9e0625b84e67ad2993171d9baebc67d4eb946ccf6c3b3f3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.2.13-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "c271526a944bdbfcae752306a6be5ba0564804e819598309bfbfe4d0f9fc1c16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.18-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "1d89ba7c0f136600e4dd1596792622eaa9f3d60cda3fd6a6e21cf12bbb702111" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "39773fa8c73af51ec8bc8140675bd065f8efd790e481b40e2916fa91f6e059f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.2.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "e7c4751acbad149c325102ba17446f39ced9e0bf73d400fbcdaad80de996b05b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.4.1.24-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "36f35e2cc9d89fa3109825e5e5caf762d3ea4704b90a27580e756ade7488b63a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.0.116-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "5895e01303f58d5ee2e18d3fbed3db5447342b4d52ca75193666bb1b60be51a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "76a9e6dbdfe5bf0ca2b182e9a4137f6c8157e137d22edc5a5956a17151aa1f4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "2aa830ca87652adfc62ff3e5cf01287867944668b62222c9cc4d242a8be7a338" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.2.38-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "7052855e3624aeb4abf91b0b9deed68f91054f898b85abef1d511c29ce544cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "5d5d71a0c9d838d8a5b8d8b4b34dba12d5c40840dec7e8ca7b6dbc73bc7071e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "4ee35638cdd9848a79fc3edda02a8cba9eca0bd75006ce945663f512ccfdb0d6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "8287049ef36357c6fd05f7131671102dd6243acc075eadc65600ba0def2c5eef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "28eb5da875c783e3c62c23c8949f02f632d3fa1567000045a18c6d83a5439cfc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "a1f28df7c0e2ae374402c1135eb3fc1d55190dd208ffea0c4d777bbd8f23fb80" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "9276882fc535a13cb65488f330959ea7033221d442a16b507eb2b085b69c8070" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "2986bc0ce19808c69745caf8228a0653b641a35d7fe9de9272cc705ce713c43e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "9daef1f0c56f624fcaa2a39ae202cb92e114eaec3580b20d0da88d739ca4bf9a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "08413962b5a35f38c0d1c9a7f65e201ff59aa85841a650141f064eaaff06e841" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.2.13-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "61034f4f9786f866b41162d8a6c2c9449fca9be799f3370c47631aab11762d93" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.18-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "79849e85650834447522b2174cf4e28dd72060440ad8ae4f9c3a27ab79de3c4d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "af012122070ef179c7e31cfbbad12f0831e00c95468f7594980daa422979576c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.2.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "1251089d2ec5507a4da815114bc08c3daed2cd3c508bc4566c322e848c41085f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.4.1.24-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "80e7b3f7b51a0d4c1a43e5aff0261babd1b567966d0dfa87591b26bdd1af95d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.0.116-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "09417ae94cbfe41203b825906083a7658e3ba7b4380fb6de7e896fc741d3046c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "d52d70b860830ed85f2e16b47ed3907127631060f50a75ce9a010a500f7ae9f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.40-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "f2c3630b96405b2a2447fc0f9274a7d8b9602bc804572af0926ccda98033c18a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.2.38-archive.tar.xz" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "748c07d466556b1562cc46a0389948af1e3fd92cc667ebf697bf6a9a30e736de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "c0c33ca6bf16035f592dc5791c47a54515d661c19474afab1735a6ff269414b6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "39ca9868db618af029cbbcf36950fbd02dbbc2e8dcb61758a68ae5ebb70dd6d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "9d9e23d161b2ea9897855cce670af2fde8aefec0aee98ba0367c6413e02a1d73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "dedcf8b84b244932bc34c8d2372eddcacf8103e8f16d820df03ee2ed98b43ce6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.40-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "7f0885f62205b4474ee99916a160b1b5f073e5fb08f669d0b81ea46e259b2573" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "338fb26f6620ab559197b55e6d00923e261e11b9f469cfcbc83d4046d5bb21a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "ff1f3fc068c40c8773909ed6a4a51fda37e6b91341a34165ca7778306f9f6562" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.40-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "0e458e89bb7662b65e8c2f0bf4e15747fd9cb2e3df219661df1343fe53d406dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "cafd968c326c21deaca5f870a8c3dd1b7830809b693fe326a198f5e4bbd5c5ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.2.13-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "c06f0d02d50a53f06094f2c6fac40f5c2a565c5dc45820ef36f7e33b958e7ddb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.18-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "e98ae538fc93472230506a4297c526ce70f69f6c1ed351cb65e759bb29f34003" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "bc1e56c2c93bfbeb0fb0b8e8786abdd2632598546f44b438638807ce53396194" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.2.40-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "6123d3112ed48f48ffaef7daa392a414bdcb5ce7b3503bf6fb5563b24add0b92" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.4.1.24-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "065fcc9b6140d17c63710f7431d9076a8d8a8a1c15906acbe1436318a20b2ce5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.0.116-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "1397be6e24a773dab8550ba9df2231dde2dca7a4a15c48363bd03621a48fee91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "ee18a48db45ff50f0a2e250747734153f970aad8cf1939118afbd96dd195bf3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.40-archive.zip" -[[CUDA_SDK_jll."12.5.0+0".sources]] -hash = "00869e947d16a63d9af6b13dc1121d1d8c5447799b6e984604370ed3a2139a6f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.2.38-archive.zip" - -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "837c4e27939478ffa3d2ad18f9a109b83c05afbe891769732c5c615e53081fc1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "aaeb67ca9d9e4a024d8e7974c89c194abe75997b71aedfbf137a5755fe6b3bff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "52991dfd16427cf7c99b808b3ff259a1064cec11a8663c7a76611704d4990903" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "afced555949fb3be875d467fcbf6903166917aa5ad42672f1ceca0a972d6b49f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "2c86bd1b37bc9b085914076e0db0122c667da32aa62463edd8bdcfc047eb10e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.5.81-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "5bcb6af62e3affac26c7716bc3d91c1b69ecdd86668a7dc62f3a9c7bf25edd11" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.0.159-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "4dfefe155e042d1e00a7a8d847a2d886ca5f39a7019dd14ae72b69aaf6e94986" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "e39aebec1678033184f666d0ab0114c8c55c2e0dfae3e310ede9c42d3ee3957a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.2.81-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "850714c86724c6b29e3e236ab7944a365691bb25083857c3ae9685c708d58f17" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "1374a78b9598b67e9b57b898bdc4e67992070e40ecaa3f29fd5603c25dbe9d6f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "13ff2985c3074239461458a1fe3a44449642b9345360f7a297a95d7e5a3c954c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "4dd0f3e1229998e0aae5d196d8458bb9b80deccae1b5955ff92c7ff9942aa854" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "bd14ce734d61b2545b7a92b0d2212555a747dec0e8e4de9b956cbf0bc05ce4c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.5.81-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "fd5241c8657851d159ac11bab351ed42a2bc2930a447aa5aa21b725f659fd36d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.0.159-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "5895e01303f58d5ee2e18d3fbed3db5447342b4d52ca75193666bb1b60be51a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "559165ea790b5471b5b072f5f97caaace8a7ddacf27280f57a2de9cf7f10c522" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.2.81-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "7052855e3624aeb4abf91b0b9deed68f91054f898b85abef1d511c29ce544cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "4ee35638cdd9848a79fc3edda02a8cba9eca0bd75006ce945663f512ccfdb0d6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "529a79fc189088004e1929961f06c978052aea9cec0db93eecf74e51e3bfe608" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "ab2fa66bce3553b6a497575d476c81105d8d8c3f2b3646eb52a6edb624cc2b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "f76b88164b0642ddf6ff80031ed35bd3b851512b8af405cf6838351c518a8000" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.5.81-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "0a109d01c2a497e18630f06ff5c407c59346d93e5cb7d48916cce6f1de0a1d05" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.0.159-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "09417ae94cbfe41203b825906083a7658e3ba7b4380fb6de7e896fc741d3046c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "1d0da2db76adc55441385e334a439db064b4b2f38b09dc37a29681de973d5a9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.2.81-archive.tar.xz" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "748c07d466556b1562cc46a0389948af1e3fd92cc667ebf697bf6a9a30e736de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "39ca9868db618af029cbbcf36950fbd02dbbc2e8dcb61758a68ae5ebb70dd6d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "9826ff7f00ed6ae9a8787cd6a20b935114bef7a22bb64ad2490dfd5f13eebb30" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "d3de38ab97d772e7a002fdedbf0fc3cb701c18a3602e54d05282337bc70b7707" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "09a8e3438cae3a2f391f3befe7d092bfd2c2157ec4383e5494a2904a2d708ca3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.5.81-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "1aa7e6243dffebeb7aa9c50a64f64c4af37d2eacf639e624ff97f3c3f0cf7dc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.0.159-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "1397be6e24a773dab8550ba9df2231dde2dca7a4a15c48363bd03621a48fee91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_jll."12.5.1+0".sources]] -hash = "c543b35b16ab5bc696cddd7ede02c15714643a1b1458ca2c041efe04c01d9c01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.2.81-archive.zip" - -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "478adda30882b8fbff54d7da109708be5e6a988eafb18d9397868f8d6633981f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "75af44a162ee204adf0afcb81bf0448d64baee787d9d694e92722dbbcd05a42c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "2e46b5b095625686e7909c18678e93e0654aa71b52af544f3aa0d55c260e7f90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "0f6e58132433617ab1ca279e0cfc1d82737d2320061ab7033a6e32f23f9fb25f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "4336a230269db14336ca1f727a0502631390a52d37c17d3bde05ccda5d534406" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "ba60cc8c9cfabb399b70aa49ee3428f7c489330b0aa7c8616121651e56dacc3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "db21efb8e2f3d05196aef2b41378f96955312e539ffa3d0c4bc98baa04128376" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "8ad2a26164cfaea08038363ebe9628503abba5440a708800f013771d1eec0f03" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "e8f85fc2f9a7e32838723f2f138662a87e3d74eb05ff3a864f1059e7400d9bb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "c7c11f19000b06fa722dc601eeb63ae947cb431cbf2bc47f6e20623977026804" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.6.34-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "1bac7ba106e19d7f8d40a60b1eec8decbd9522718db15df043b4329225923d5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.0.22-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "9af45404b4ae48ec44c564c5e2cbb896d89e10b66f68fa32e47dbdb0e62bdb20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.6.28-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "92575006cd1fcb55edc91c5be660de5f94c796d8c840b5827a52d18168fda099" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "625801d29840f6d022b6af73c7db9638c439423d97b504edf83bc27a2bf7ef54" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.4.38-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "ee3ec738f7dccb19d91b0d0714f56090369d4adeae5eade259f84d44281da311" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.2.23-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "ce1981caf8b083b92fba9f16b14a1fba8e8087f702f354155abfd29ee71170e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.1.23-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "11795a3d7fe0ce551aa1ccaaa363b6581f363de8648d8d1b0221c77a6abb4906" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "7e57521fc4065f264bd7fd118d267636c2cdf0e542465f281e767e206cf5a794" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "4beb2ee853f791eddd7365bfa2de71456bfc7ee4a7a49a9b14083207f1905a9c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.3.23-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "90166f9066db13bfb017a7a9a1cea52ac7d2d23637b555192f3f071bededa054" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "061fd21ab9274172094f903708d44af6ecbd0102a77568e3304d76d9fca27308" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "5c5e817580f6e9324928e9d27babb5d0c2880159fbe16ccd1cebba7c5989af5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "cb033b7b180a99485dca32db3f07642577d42fc30943f5cee7a751a971c3d1a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "468c5c31a49740cae8edff724aad10a0f20c5ca7fb9eef54881c01f68a48d713" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "d9bd48904d11a707988201566478eb3dc50b04e40d7eff8db005089c21d1e00c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "611871b70d3ca2a5e64e1bd54365ca616a51fb89013145f210b844edf9e07ae7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "f3c8410ceb349304303c44a8b8385411403db20a6df336ed67bb135683df4f11" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "5fd36dcf809771befc30b6a7b4a652c1e479dc1e6e6f9edc4eb20c26b0eddb02" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "702de338886684a50c98452c8d13ad72e4ddebd534d0026e0ca8a08082747098" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.6.34-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "8c98b14e527e555f969ffacb86baa11eb1a96370ba57e7c8bb5138236136a907" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.0.22-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "27a8d511accf18c58126d71a069974a4d13d0d5ad003be0813b503b85a3ac232" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.6.28-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "1f2346a36ad8b989432583fea0186ba2f6c84bfb0a0cd1b35b7261763161d53f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "2ffbabc3fd9c9bd0a482123673bc5c57c2e805d0ad864678f37cab93551000cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.4.38-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "39f2080143d9d97a3c075c9310c4380350eb44ea96ab59e5b198e4984da6253e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.2.23-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "fce78a19918f61538b0215f32f816e105e3102ddd16917535deec6e9b94e2460" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.1.23-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "f347b67749067c3815821e1fbe6b2aff50f82ac4c97d53a54c575142b117afac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "33d13a47a84401bae9c66a23613a8fd18862affeb13ee402f27779674e8fa857" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "5aea63a5f39ee50e9c5a7658081bf90a7f9c5414a1e37b2c2f9e47d9b7c2b75c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.3.23-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "0985a1a4fe3f1e1b68d90909a1cad922194b111c5c965098978b66038c700436" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "c2efb179cf90aa18c6fd4f7a7103d43ead400f0af1859033a19478a45bca8f62" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "b858cabd5894544e4f5f99f003f030d67633b93c90a09593251e0dd980ff132b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "9b203ba8cf9265efb4a518e6911d2f2a4353a489c11e7c9b4f043b0feb6d2aea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "06112bf1cc0cfb6b881a2e0420cb4611b6d701decbb195fbfb4f0e9966a42006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "7ed318e59165e4d838df65618042b139f7743b80c22f3f28764287732503f52b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "2ebfa603850fd1498189b67d4a00ca6e34aea25dd4d0c761c2bc8ceafa6db26f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "9de86514d4262bd8af499631fac3f40d8a1f002983342990d511219224b6e498" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "7c19bbdea7cf054d0dc42db7c619c754b590006a60284e7ffdfd8be327c69ed1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "32c5b3ab3e98d0539abaedf24f2339bddbee50fc3d13fec79be6328e747ed737" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.6.34-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "a4e5cc7dd46010850330641938b3167c705197d6db7503e97dd43aa6fb1d12fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.0.22-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "d9042f93b5222161df3495bc6eb8cc9516cf618c1bf778b39adf589d46119893" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.6.28-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "ede18730ce95c0c4492a952216470cab2c82163f19d26006c66919f8dcfde58d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "df97eb51b2669c3951d3e3ca41a33a848e1b7461f26eeac7e6cc6b6d043bd82b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.4.38-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "d9981407c6af8a3ed07d956f888426093a34a81fd9199d020c28714509ee050e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.2.23-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "a3c4a3c2f3110adf41db621585ac12fec153bef36be75f06af3a4353566c6455" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.1.23-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "75f6477808e2685eafded60334d1f1d25ab410b84d285303f8486ed3812cdfb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "a25199ea3a109f216e14bb55c5043feac237f6c5adfdc28e709cbad0a6783317" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "85e19a7d31105db44feb986373a079bce0f9aee4b7339d54081d40ed5c6864aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.3.23-archive.tar.xz" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "4fe0460b101887a62fd8ceb1e518926439148c23ec95ef41b694c583031392e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "c66badb16921c4acb7abc38f211d530c2f290bd52c2cbdb5fb12095dc6eab0a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "b6a75a68cd6c8320f9c4a12921c5b05c8995d2e6035c502f24b691f7b9a09b86" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "3c8aceca20d531ab5928027c132cc1f2cd0d4ad119e3d0cba27fce06142f431c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "03282a36fb98c2f227877a62efd04c36b1ab01fb1b676d9edbd0b10179e0a40a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "9ac787efbcd20c4c871038ee5ca1c0757139990b25ea90d368aa9c1759952be6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "700e17949a17db4bc7703f9140c56eb1eb9ec7ee79bba76b072ec17eacada5ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "9a5abccbbd8132417a86f2419f52a93ca48272a9d89336f060225bf955f7ee2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "0838c4b8e0a4ed60af8028b2e57ca18410922df7550bf8eb175d61e384f165d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "c03df7f2f82653d19fcaa391fd27ab135eada49f037b07a217b5e65e6b9722de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.6.34-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "4f38ba0ab036296bcc48727cc3ed27e633911c0fc5dccb60d5131657b1a58002" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.0.22-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "1eb247d48ae39a259e7d65a1bd6face05cedc37cdee3c26d8a5fcf7492c3444a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.6.28-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "5db79007bde6f0cb2d1f062c1c4d51465f6b6a56173e575b140eeae0f9c5ee4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.37-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "3d82c16f8331707aa3ca516a1beaaca0e8169f6e34991d0d824873cfe6197044" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.4.38-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "8ca7f006ecdd89ba1faf7b7eac2c0b6abfabe1c732f4520a82c653f80fc50cff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.2.23-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "fdc4eb5217a6c13d8075cb9c57ab3ebdd4a194358231d90b53c6ab7b19d830fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.1.23-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "4755d260fb95d029f1cbe050a2b881beaf1a0cc2d004f431d7559c40299c3484" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "e7577c412f7ff3d7f6fde50733ef2af6bcfc4e093f8cb4e282129bc55f5aba06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_jll."12.6.0+0".sources]] -hash = "731e97201a96adb53aa8960db0ab694b4fc289dc5d45ae65599e5fabbeda3d6e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.3.23-archive.zip" - -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "478adda30882b8fbff54d7da109708be5e6a988eafb18d9397868f8d6633981f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "f7e2471305e7396597290d3ed3276829f7f56741fee569f9cb3c767bbbcf001c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "080e3a9af99ab8e955f99951034bd13974b19005854a405b3fa81c722d636e81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "f9bbaf8246a30fdccd2e280ad671b0475971feef96236c2c0635f3b3abc2afb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "7011130022fadf51619ac1bc44f3270d55a3c1e613b6e62bba0c33edcf5316ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "cbff0055190f51b6756a2fd13b5269ced3eb16c98b662357c95bdfd5fb48020a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "c0a8798e793e19658b4ad530447f2c6f72334288b6960a89e464df93ff216d75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "99c973550275157fe89cffc36c821df3ce3a4ea75aeabb57c12e8d9331bf20d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "aef606f0c289a36dae84c4c4e9f79f5bf6897f1ba3944037f49347e7c732cad3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "78c4e88a3eddfc6ad7108541a76cb8f80b7c4028d90b9e5d5adc00db47370b88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "225c35b92301b670126ffc7b7aa5df09fbfbe85d3869d17e131523617544e628" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.6.59-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "f3d7ed58fe61214c622a8d8853f65016ed4485a3a8d314edab11f50890a78545" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "4326a763c5a57bdd8ab937ebf430ea04b2bfa5ab5a1e0f02fff16861aa8c26ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.4.69-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "be40783e089213921d99cbf0102f5f4d712e7c4996b6135e41ff35068e9e753d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.3.3-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "0a7f5bb81e65e60775f831990a567394682a209694b396a4e9233a6c91db65e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "db13ef65e65e654f3874c1f849a82fb2900b105a306abd6abfbe3e86f2e72af3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "700a0c2cbd1e591213a2bac6e34ed4ba451224db86bcb782b4f6e052209e348c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "f74f6aee35ef4fb1619bc2a67be943c3d1a84d6746b41788c44a7d3b0d9ae3b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "90166f9066db13bfb017a7a9a1cea52ac7d2d23637b555192f3f071bededa054" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "bcd9b19f291e17d82dc7ffe1d2888a92f5d986cf3ca7305bf8b144edc7a58034" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "c4a8d6ea5f03bb3456d7a626db779d8d53d689477c1645eb26a37ff690d06762" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "9cca71d65e08d1320b727559dcb5cf8637fdfbb742301612b8c447083a13c2c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "33301f54597975af80d358dedd692994646520035f64cd76805c954a8f61a8b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "2a542487ac78e41743fc0cf8bbacfe67f210cb99d5798d89dc08de960f2e88ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "295c15220d5fccb009373946aebe8ac79abbcc33a9c1643ae7f13cba1be2e8df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "51d71efecd4ab1f581300aec69bf67717fbe1dfe69fbacf63714100eb01cfa31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "ae4cc379df9def53dbda3853798c06a3480486cd5962aeb5115c3f4ccac12507" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "0d69d797b00395eed9c1c1d9e2d7090153727aa99832c3e0bed64e1b31178584" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "4f8f3df4e582abba889edc22f162574d199b2a23cb1bbc714a00d5fbb4b0f822" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "f0c49b97b4b1f1f35291e574dcd4d62ba779f578820a25323eaf2a2f080bf518" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.6.59-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "8ac4eec86c2f04083eb7b47b44205530ca8b59823ce360a09366edc4ad1b3535" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "05d1325f6c96e5a796cc4fd22c1fa91d7675b03d4b8103f575176eaeb7c9c9ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.4.69-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "98fbf8839a09f02b151292011e64c3e7960f43640ea8a2a701bda8083cc807f7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.3.3-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "eb0473643b991be77b64b31f5e63437203e1167bbc9274d7f6a6ad5114d048fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "d076aa60d047fbbdd25475befad6716ca2d6d9db039ffcd73bb43c45caf22d0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "999117b1c362a6d032fbc6f19c44732d26ef0bfa58373a28beb2d912329d1ba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "e81f56682cb4d6e837d5527aaf1acd26ab8eace470b5e7a32f9a8d685e7ef2bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "0985a1a4fe3f1e1b68d90909a1cad922194b111c5c965098978b66038c700436" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "0a416361995b2c3aaedd9fe7a91f3902674eb245e286212f1218e4bf2f34b8ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "8a8eb2a78170185755e8ce59ff49aa434e708eb77e9a84aa8e76e3ff921552ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "50163cf147905bfe54a644d61c103cd3555d64e714e136f07392376d867b5eb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "f895c416e195240a9b89790bffc7a905adf2f33f817c19c081f9cbf44bc67f85" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "4c20748fe3ce28071c12eec8a47e01dc0108985aa7ba2052ae695e6635b379d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "09ef48841aa6bfeb7ea04c937499386de1f3d3f5e119d64b3140d9bf4995f550" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "f01ea8b5f0631b64d66570bc6485ed4669ab1f5a6b5366e53d28f6493a3e225a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "dbca520cfc045b946f1f8f69a0f28aaacaafefc97c71f66b579764257ec165b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "601cb7a9807f119d3cd39c095465eed65c7bceb12b316d96fc3527cca975978e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "f79d5f965dc6912b8abb50d20d93032d79bd96dacd65d8649ca750e863ac9185" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "bd7d2464cbb7c66783d7bfbed7130c36caa213f4361cab2f00585fbfc783c434" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.6.59-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "5da4634d4d4c2bf861f89f2efaa2734ceeeef3cb9163f738b45fc4001f9497bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "aef94a995c7afce20eac7de5926c1ccca09a7d592319fa28ce3ea06163158797" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.4.69-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "901db312af40926b0225d88e74a1793e7c0dd367f2de7909a176738f9805f5b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.3.3-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "0901bdf3abc7c3d4143acebb058ba5f95c1dfd092f25ce0c52d6b6974585a564" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "49e32f2e5af793d9a8b5ffef7e1c4e6050a848621c9f64ab3f51091ee0c5bdd6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "ae303c4c0ce235ab84d50c6f5917b1ebb50d3cf22e2614d5a55e1767f841215d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "6970db1c9757f3ae30adba21d7c1306fd5afc4cb034b0739c711691a481d3ed4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "4fe0460b101887a62fd8ceb1e518926439148c23ec95ef41b694c583031392e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "d5873e4c508e05797cefe6d324b131e9ea3e44f41062e15cd7405d3806561a48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "e3c48f5bbaac635d90eb507d3f5169d0d41c6615df0d53e67a9f181f643f7edb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "d1147cacc0567123f34082cb48a9e3d8f77c6010c3aab3286d516c576a9089a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "03ef603c9d69a03861e7f021d46ef2932581d3ed8fee75e9b1a4788f22a1aea2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "ce7bc28fed1c071709bc1bb3e9d93a336b344d96ca3b8388e1a2d46024b6684f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "7e615b0a888e86db15cc405605b88fcb9e79b1406e10e39de1f71fc6de152437" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "e749cf567403ed1137b41d7cb4c8cb5d3e904e9394aba16e85406f75e38daeef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "6c48c79c2e47a84baac36f327ace7b9c128ef1a6d33581c1740cfa8a6aab4cd8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "7579bb575731877072d0004943e81d061e4ef661db53b5da1f46724f95ecfe22" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "00096575f17339b7bf7ef7d8477337cb090206a47f710bb97ec5859604d0b8da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.1.4-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "9216351d17d9c7b4bb3b93ce278d928326ae7e9ab86ddab03b91accd64cb3a7e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.6.59-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "adf734418c21fcf1cdb166e590a0212d49c43bb0c79405b6657fdcb17c5d59bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "f2083a14e7ad307d3833a81785dd2291783207cc3b6f9dea60a47fc1d6c642b3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.4.69-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "652c7784bca05bf58c99268a2fce3369a2c668cb0b769f1d829464deeab243b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.3.3-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "9a5271ce10478945eaa730360226e0c6f408425bb5689d5cf48bb4ca8085a008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.1.54-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "a6f09ebc12113db7e641b8518d8b3435841729715f3c34000a5131a5dc88ef7e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "7b49eb751c7b99d777a173280afadab0707d34ad6e7ee0728fe8160a99d70e29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_jll."12.6.1+0".sources]] -hash = "15c1b28e623598eb75f48d02bfd34efa83b35e3f8d1d5241c93a385d0bea9d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.3.54-archive.zip" - -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "9c3145ef01f73e50c0f5fcf923f0899c847f487c529817daa8f8b1a3ecf20925" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "54d0edf14284249baf8e2db1c26c71d079ad7afd1f41779e22f239ff9e8bf60f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "c2b319299ead62980b6978670498bfb70aad2309fdb581de197a682648ff3b72" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "bf297acf16ddc9340859180c5395689fcd890c1e3295915851de3977f306d601" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "c633bf85f0263ff01fd2c34bd8341e65363faef775b3127dfdac48d74e6d2b8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "9bc74afbd5027d565631c8cdf6e2b9ddb1815d87137d8fdb724ca71596e1a8e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "6839933c940fe023c133f0e2b41a5d02d4068359a1487ec8bcb82ea9a7237d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "82e62a45a622922615a5b0f49462bb47e434a307a6857a9c1505df607c1b80df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "0a7f5bb81e65e60775f831990a567394682a209694b396a4e9233a6c91db65e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "0807ec2335ea358a96f984ce08cc0b3d572b5cc486f9082fc3afa9a1773f2a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "2f6930cc8e2a022723c5a787784b52292e9334fb1487cf743b90b82edea12b55" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "f74f6aee35ef4fb1619bc2a67be943c3d1a84d6746b41788c44a7d3b0d9ae3b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "ab8bd5c346ca69c96ac9afb9d317e8cbc0ec8fc32629ca17b38c14b3dede2fb7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "c75d148dca4d4672a81a83601f06ae7466367ea5c9a4e61cf74fa7396a437eb4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "19972955983cdb8eb01b786c7c03b1f5c92a5dcf27304eda7fcdecab77224c85" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "56abe6ff8e45f1d07433963093557a82ed92689a4ce9bc6f9a5e1c076141c5bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "d5f69d4b4b88d6da0175c9f8ec44b428867a6675dac166de93995b21b69735d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "aafeadb7108b49ed6d432cc471262eafd9c585dfa3317b57815c59a727f872d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "dbf5b1c1cf51327c449123a80f5b4b3551da3470ff8aa8a11a11902887a6dff8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "fb9be60ac1a366cbc2c4675bf8eb4cd332a65f341caaa506952ef71aac80db31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "eb0473643b991be77b64b31f5e63437203e1167bbc9274d7f6a6ad5114d048fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "f09f8b865fa07093400faaf1ca24133cf9014d5eebe9596d667687a9e16400f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "f21bd06242ed75345ee24d3f567c1fdc4bb422a8179ed890ec0d12cf801d0b1c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "e81f56682cb4d6e837d5527aaf1acd26ab8eace470b5e7a32f9a8d685e7ef2bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "cea5f1487b9ff78a01cadd96e950bfe6fe4bc638849fae81b8739adfdde47146" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "a55dcccc834b018b994a9592ca20245e5e14449dbb8c61d76e43347e4bfa21b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "fcee340e703c8dec0b7fc4748a70c4b676f1946f92f0b6584fefd7b1a4c0bd63" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "3083c53ca6fcde4f5a41eebee647fe6b49a408431e1bd53ab5b0a38e4fd2268e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "94e0fb67ac1329b22f1e459aad5bdf0188a65c9f03d8635601fc88180d089199" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "3bd7a77c8c0a7b57c8814127721bea7998b7c7e6f3750cea99f69899ddf302b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "686eb7bf05f3dbff6700606f2d65aba7ad413843f7c62cccd7c1433399280c2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "1d184ca49c315ffef887e949edd3ac40fa14cf6b52c66ac96875b36009e81be1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "0901bdf3abc7c3d4143acebb058ba5f95c1dfd092f25ce0c52d6b6974585a564" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "a8401ac3a2a4da39febd73b5008a2f0388f4facf52168b15dd5aefbed46bd481" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "cb8dc3244b2f501d3b7d4097682ac6a10d1c8ad81611c47e86cb9e6526e4a39d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "6970db1c9757f3ae30adba21d7c1306fd5afc4cb034b0739c711691a481d3ed4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "469b783b6731964170b3d27ae214e97e2a63ec93c57ace3ed4052e6d01261f2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "b9207c09a5d6b34e6bdd8ff2093b3d101ef85f08b34c8ba8d710050b522661ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "f537b70b04f41bf0c3b2f4cc063ae448367accc246aa53f9d40559bcd41d42cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "45f2466ff154a44701388a90913b7d1c4c0ec591f0ec33b3d30464d5c2ffbe8d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "b586c315e32731794f8bc7b3cbccbeb7f535d361f0191b456f730c70ad74612e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "99631d3d918ae426739388ddb1b05a3edae0b13a69e37ae5c517c60947b8bbf5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "b35cd306e7c61ca224eaf5a4d3a0ee2efb1c8fa6b0fb90f5e2315dcd4c356f71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "05ae7a77008ce0ad3be214d128d8bdb23b88387408e7bdf318a0f01c54841806" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.3.3-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "9a5271ce10478945eaa730360226e0c6f408425bb5689d5cf48bb4ca8085a008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.1.54-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "d0ed383bac1a84d5c1e1d6a3076b80bc581e488093fef5655d55c39a198aea29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "58f5819c82a98d7c5418a1e91a622c397f9a30eb99805a2af2571986c614e2c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.2+0".sources]] -hash = "15c1b28e623598eb75f48d02bfd34efa83b35e3f8d1d5241c93a385d0bea9d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.3.54-archive.zip" - -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "9c3145ef01f73e50c0f5fcf923f0899c847f487c529817daa8f8b1a3ecf20925" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "54d0edf14284249baf8e2db1c26c71d079ad7afd1f41779e22f239ff9e8bf60f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "bf297acf16ddc9340859180c5395689fcd890c1e3295915851de3977f306d601" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "c633bf85f0263ff01fd2c34bd8341e65363faef775b3127dfdac48d74e6d2b8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "6839933c940fe023c133f0e2b41a5d02d4068359a1487ec8bcb82ea9a7237d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "0a7f5bb81e65e60775f831990a567394682a209694b396a4e9233a6c91db65e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "0807ec2335ea358a96f984ce08cc0b3d572b5cc486f9082fc3afa9a1773f2a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "f74f6aee35ef4fb1619bc2a67be943c3d1a84d6746b41788c44a7d3b0d9ae3b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "ab8bd5c346ca69c96ac9afb9d317e8cbc0ec8fc32629ca17b38c14b3dede2fb7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "c75d148dca4d4672a81a83601f06ae7466367ea5c9a4e61cf74fa7396a437eb4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "56abe6ff8e45f1d07433963093557a82ed92689a4ce9bc6f9a5e1c076141c5bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "d5f69d4b4b88d6da0175c9f8ec44b428867a6675dac166de93995b21b69735d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "dbf5b1c1cf51327c449123a80f5b4b3551da3470ff8aa8a11a11902887a6dff8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "eb0473643b991be77b64b31f5e63437203e1167bbc9274d7f6a6ad5114d048fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "f09f8b865fa07093400faaf1ca24133cf9014d5eebe9596d667687a9e16400f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "e81f56682cb4d6e837d5527aaf1acd26ab8eace470b5e7a32f9a8d685e7ef2bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "cea5f1487b9ff78a01cadd96e950bfe6fe4bc638849fae81b8739adfdde47146" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "a55dcccc834b018b994a9592ca20245e5e14449dbb8c61d76e43347e4bfa21b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "3083c53ca6fcde4f5a41eebee647fe6b49a408431e1bd53ab5b0a38e4fd2268e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "94e0fb67ac1329b22f1e459aad5bdf0188a65c9f03d8635601fc88180d089199" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "686eb7bf05f3dbff6700606f2d65aba7ad413843f7c62cccd7c1433399280c2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "0901bdf3abc7c3d4143acebb058ba5f95c1dfd092f25ce0c52d6b6974585a564" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "a8401ac3a2a4da39febd73b5008a2f0388f4facf52168b15dd5aefbed46bd481" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "6970db1c9757f3ae30adba21d7c1306fd5afc4cb034b0739c711691a481d3ed4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "469b783b6731964170b3d27ae214e97e2a63ec93c57ace3ed4052e6d01261f2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "b9207c09a5d6b34e6bdd8ff2093b3d101ef85f08b34c8ba8d710050b522661ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "45f2466ff154a44701388a90913b7d1c4c0ec591f0ec33b3d30464d5c2ffbe8d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "b586c315e32731794f8bc7b3cbccbeb7f535d361f0191b456f730c70ad74612e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "b35cd306e7c61ca224eaf5a4d3a0ee2efb1c8fa6b0fb90f5e2315dcd4c356f71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "9a5271ce10478945eaa730360226e0c6f408425bb5689d5cf48bb4ca8085a008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.1.54-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "d0ed383bac1a84d5c1e1d6a3076b80bc581e488093fef5655d55c39a198aea29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" -[[CUDA_SDK_jll."12.6.3+0".sources]] -hash = "15c1b28e623598eb75f48d02bfd34efa83b35e3f8d1d5241c93a385d0bea9d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.3.54-archive.zip" - -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "dce4f2e7720d4432ab0861ede2243f9cbd46bc675008932bc9dcdb871fc7d60b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "5bd3ac35ea8e8ab880e595d5054ee373abf6d9e53dcb8cef0a5c75358dbc0ae2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.57-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "ddf6fe703e5ff5d55eb921841e2ad75f05f794e7cdb650740ffc5518fb9028f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "f2b3e26816f9799b21545637f4520b1119de12550dc3a3910fac9883943e9e1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.57-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "145f8779bd56bdfa214447e5cb1b3a206ec1b7398da460e257f2898fd8604c54" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.61-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "102b74439c32f5be7be8aa983aa0251045cf52cb75a05f4ffe32e13c7480090a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "b3d920e772a79360e8ec8579128bcc8bd8fe5116c8c3af256f0e8219bc4cea0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "8422b4ba0ba87ded97b5daab8d17b044bb408d3902bcaaa62eb9da560f6038f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "df1df922d6af3a01ccfbf4db9125b2c20b9b23bbd4a737be9d2261b241ae77c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.61-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "2353e67ab7982839cede04a6adaa01906cf2f94cd4170cda29f5f383169bf114" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "d634d545a670a43337741e1672b63ef9b989aaba15823f27ee4b4c7f43d790bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.3.14-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "04f54ccb47b8785cd47fbaa6c78cda1521950841a2dbac1d95d7ba6a414bb22b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.41-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "91923b0e38dc3d0e14c667800ebf95ee7cd290387effc7a0a559144004b5504f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "8371ae8dccaac9681cf37155401db155c75183e319c8626800eae8dc756d2d07" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.2.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "de3ff527e803aff2c6a35e1e367b405fdc39ab313468554a72d112d54b37b090" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.7.53-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "020037ee6c5e6ea41352b6a82a22bbdc75616339e9453b70ed3e84df51f6a25e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.3.65-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "ebe1b661906c261fea9cc62d0b91bdabd3a2f6efdae64c7d7d83659652755ef3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "522ac9a54f9a83bdaeb0f6fbdf9a030c379f53f1bb628d0a554fd33003c3a485" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.61-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "00f83dfb3fc88452674a9e816ec11d8a52d0a4de68596d7e130980b461e509cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.5.57-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "bd6842730b2e5663595ab6b8c7b74b96dba6baf500c809431034a70691f00439" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "45a6f64522329448d75e9c6adcd625994fe85f6aff9befe0dd43468aa65cb00a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.57-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "363424b6831b9a20efce8a95f3d0024203f63b17688bd71a9cd9068129b13065" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "75b64bcb5f25ded6df3f37f2596b1ab9404cbdd4ed46d33046aea31a686adb06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.57-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "a02498cc0a4d3571587ac249185f6bdf3095dbead75cc3c3b2f11443c67b0255" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.61-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "dd22436c7c52b9925c483167c37b07ef627770e81b2e39a6db7a4b082176090b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "1856e7d77acec580cf727c542ab30aba8c33cef3c70a14813868aaa0a73027aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "78f3db75aa548ded7ed17821620ae2b02d893a3a1c01aac8a0cb7d4b11d01a4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "03dcbbc31e87e9a7c83a40a4df2f0600d2474331bb3fbdddc5e01fc469fcd385" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.61-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "8342801e13c231f54b8988191e9cbd15ac4f0ecd5c78273aecce3a5885b5ad6b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "62d358b180ffedbfec120b38aa06c23f00e63a99dd254876efeb6533fe84ee1c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.3.14-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "c239667c03cf6ba3af71926518286b95740950b870711d1c44555644dd30d1c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.41-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "561aae0bb1d14266bce879d834ef99ee0230083b3a88ec632baca2412c134d09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "d64d595a9c502a0a49ff95521e9b0f2c9120a7ecd8f1df1915bc17d0445cc65c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.2.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "da9958295f723ceafdcce2a4cde3f250700b39bcc873244b7012c41ca36f10a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.7.53-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "797437cf5223ce2e6d4b363057fdb76e8b384825294442da51ff01d3ced6269a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.3.65-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "f74a025086602ff907d4a6b393bc900c5a4730378ebca718508128aaee06c25c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "875057ce2458cb7cd1f28bcc6571db34e7ae2e396b8be62489212b09b4aa93da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.61-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "cef58342a4de0df41348e909462b8e713285fc89da1357431e3d851a00fb8bb0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.5.57-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "efb22ef0514e88563a8df675ca5a4eaa23e269c5dfe8a5edc4da2aed26d65f18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "b94814dacc8e4e69c8909ac08ae9f8d6831c1a141358a6e9f60583481a49ae2b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.57-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "726d233c4f2bdcb9a1f3e4f662c725eea2443909a3d37e4337921cecce473b4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "32b64454b327718bd8519daf39ad214a0207d9d1a5185c3c528119da1f3f00dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.57-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "03f998e7d6c820479b18397276ac9067f4f757b0f94daec64454fdda373eb272" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.61-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "0e84e6e36a83384db60bfc42bd02de9ba836834a2d3cce345a6385632a6967ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "a2b57b80c2b71b501668fdf3825bd277d6dbad8c731329da72416e3a37a39ea2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "7250876f77fbe8f0cd5f03b356d9d0cd5ee36a3ab70b501e31ec67343da57b28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "1896129dd68be8a5b1cd00495ff008db743a59d8b4fd4d5cf01d463abcad2b0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.61-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "1b6159a02d9d22a85fbedd5e82afc93da082835bf977f7c57ab3ece45e880167" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "62200eba7c5cb946863a0699a264be77437a5f7538a66167752c29a7ccae2849" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.3.14-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "e68c264b48acd122c59ba527b854c3c210b8097086f1dc108bd0469f7d646316" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.41-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "fb56d29e574b5b66cd25ba3b36fe9e91ee718fdd3bcbbb1f50ff0034475c5cbc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "d2b159d08415823e597eb041be9d1a328ef0bff97a3d2e7ca7380a2c080f0243" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.2.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "0a7879039873dd893b1a8df48bfafc2668dd32591e00e1dce34c4c5add3cab7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.7.53-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "65ff2e105c464baf4a0b1ee542e5cc73f63c438bbc37b445362aff73ec5ac0bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.3.65-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "0c736134e3de68bf396ad307b572f3f34c0500ae48111008de6e392e200385c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "845f34db0a23f1d5d0b2e60c12944cd7532e59cffd44a032c584ebab3a089f49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.61-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "a65047691bc89de01591d6417cfa941e490f97d82f4ef3f53b1ef1a5c23ea4ba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.5.57-archive.tar.xz" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "e218372c742d1ff2df9fbef82803e36c4fb05cffb51e9f123b380ad9c51e6965" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "2c7aa62a195d79229d4381c8bd0174a30502cf3d8124c6e94ee50a7fc8a1e9f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.57-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "66f91cfc3ff1042b3e7dfc2525c6f0074452f6a4da03f70bd291ed6f2292e0f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "3ca7f96d1ee70a961b1cea25a3d29114d86a2d2361b59b730322a01b7374fbc8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.57-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "d0158c4dd6565c0c9bca50d2e0bd5fd944d40333725a1c6875ef1840b719abfc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.61-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "3262f23123490e66a6648e78c859665d3176fd64d341531224c7a3656ccd1056" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "68f059dc2ad65a8bacb7ad001fc01ad726ece2eccf57285175ef386a7beaa5da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "d29a925791d40027ca8c8fb15218bad1e46275cba4a512d176f7b8f1be2e509c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "e43603b09f8a52d681ceb814c00b655af19da53692ab91671dabbf8071c8f93d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.61-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "78c53bf359929a796042c542dfa611c8e8398dfb6fdf5d125a16dc02a1d8032a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "a2f990cf61f0086d942632f2455727240baa9378c2e9fa2bdda56ef81f6cf8ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.3.14-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "04969fc26520dc085665bf6256d793ddceb277bd6f2401093fded781d9fa7151" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.41-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "239172718cca32f153ef6fd27e3950795463732b0f24df6282ba6bf207a9c29d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.55-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "8478e9dbb6606dfaa7aa08c3f60372d93eedc721c701adb46eb1e4a3d1ef3854" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.2.55-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "eb6d62a449390c91b22a72df5facdae8d6121736931dba75cfd1d2a9063af49d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.7.53-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "48a40b6e744792c1b7bca7fb03484f379a5bbd8d6abb49956ad611b4cb1ccede" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.3.65-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "8a285933dcde9b0589efc750c2d8520d4f678def3194f348f9901c2f00d0f2a3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "8258afaadbd9744d87070525067c497041dd52c6b22d11ba7297421fc8f6f39d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.61-archive.zip" -[[CUDA_SDK_jll."12.8.0+0".sources]] -hash = "569f1a6c0b8e41ba79e2998800b56626ac2bde80114eb6bfd5eeafc3f210a884" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.5.57-archive.zip" - -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "0740e9e01e4f15e17c5ab8d68bba4f8ec0eb6b84edccba4ac45112d2d2174e4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "8d566b5fe745c46842dc16945cf36686227536decd2302c372be86da37faca68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "dbf41355a0f7a8aa491c1839a6c6ff8df02cdb6c6eefd66360543616c1b4980f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "7bf5db86cb82f26a6a3cb9e2fa4dc2a131d25885f59fdbc647938929924405db" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "8ac63f4079c47707ec958af3a97ceeb18194e16827a2766058f5872f6c3412ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "d68109dcbf59691909c05b01213e5c3d19b4b27f7e7c18e42c6adc0a7f4f6f31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "599a65f7f6d8f245d03a38344bf8c785a7bfbcd40eaa76f80c4608ca801da5f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "992f5e4d95cb499f41e442245efa877dbd60c711451afe680a26700d61eb3843" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "ae3574f052c0e06c95305962668eb1fe6ab571dfbb58b305fdb14d523bb1b240" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "21718957c2cf000bacd69d36c95708a2319199e39e056f8b4f0f68e3b9f323bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "126fe08fc0df07a7420c2da05a2ae72ea19660fff79bf06de16520d1f915cb83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.83-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "32a5ec30be446c1b7228d1bc502b2f029cc8b59a5e362c70d960754fa646778b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "d40ac4040aa192183a072a52cedabd23449b7dd67adbe1e760ca08162f765504" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.3.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "aa535ceb56690518c89257d985b13d505f951e4bba7591dbfaa179fc2fff329e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "0f77078aef0428a77fb6b661d477edb4cbf1c4b9e55f931cf211ea1a504c2949" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.3.100-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "f97b3779e909caa5edf56606432ec1dd3173a5d3d503ef39f367467dbdb006b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "29220664ad272c513d3213133ace6d6590303e46b42a17b05bc2bee90e54a888" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "9f4cfb4a293c329b5b902790814bdf6a652b162fd17510b7ea7d141c123e7bbc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.5.92-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "d2c88dd447a7dcbc8eb1d416c34d88e9df03745dc471b6cfaf93f5ef161d5dbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "0cdde0058d47b3307bc2d58156cfadce092631a3d24616e1b88d6ef089b5ca73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "3b047ac7bc156a1ed2bd8756aa90381a342cf3748743a74e6b8110b9a9319930" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "0bd2e29566d168e05bacbc0965b760ff8508526482d66371d36a97e8a3b20aba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "2eb267e6ebbe17e5ebc593bae8b83fa927c3e53cbf43ef5c614eff6c94053d10" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "0c72707eaa23b0dbe0bb14e346b9700378e4007513b21dd2d0b0dcfa046ae241" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "2168e107e5d77310766e1b055a10af45827fee96c44c53ef97cee295f3de9311" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "79653f75ff8816a97a167e2cb8ee15db29f98ce5c839dbbabc78ff5e4a453161" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "ee5d20c3b0895dd541c41ccd790299ee922bd6799b35c036d5978fa88f89646e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "31e2d5eca280844366a6b62a0540cea683a4badcda9e20ec354fdf57eaffae3f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "d3c3f32be793fbc995754acf12f94fcec5afc8d85d860875b38eed3ff6f97804" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "5d048199ee929744cabc29aac9ff5b2005679e86e6f91356ce9234839dcd65aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.83-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "bd2ff4a5ef69f37e943d20fb5017c7f6d789b6f78da6365fab5021e500e6305a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "9cf91d51b2bbfdfea3266bf34c69a825fa4f5c043839ab4dd3698acd38a367d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.3.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "8f4e3eb72a867a2d5ac0df6e2cc7a482e252423d6052f00cf739357446194f4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "77e849a7f59ef6eb2c874c61006a4e21d5680065226eb19de65b184f2c5e8418" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.3.100-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "e2e7f69f5a733e0fd73e81bfcc52ef04c4eb45ac0c39599cf817d1e6e9f40d26" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "b7c8af345d8f1b72fa6283ce00abf8a9e0f2e7cc610b4edf17491eb4bfb9bfc1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "c0570bcaeb960b44479f25196dacb49804d117a31191a74222194eac26b19953" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.5.92-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "c4fa12bac07c50f81da2089ec1dd2c228350dbd9125075e5c0dde384bf4b0c0f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "9e54c6686b193efa9642e7f6609ce78b064c5d576946478bcff4c024e1acdea7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "8be3b7eb313c65353ccffdca94698c9f207e2889444ec1d38f41917654b6d234" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "bf7640a559f53a9c19b3f42443da20ef4cb1c28cacf00d5506ee7dcf7e1e6a45" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "250ae30e878b0c4c1553e7c7f28c2c763902c807b5f493ebc16e6e10c71213f2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "375839df1c69c3eadfabd0b426dd317993b355a272c3371f52b7a265f9bfbb17" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "141e6f0f28b60b416ca90341079d6cb553a6914308ac15fd8ad0602989702ed6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "a24bb837c214a1620924b9721dcc0ce82623626f8cead704aed4eb08038ac5d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "f57d37f62d3a340efde454d596c97bfa37f342a8ab92ce431935a02a6f34a1e8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "429803c0ea8aec1db0050f7bfd807d519e22c9bf223c19000d6018d930741028" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.4.1-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "bf2106087eac3f87b3b01263e6ef1229878ee36108408a7dabc04d5f02f8eff5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.83-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "2fed8d9d8fa8c7189dbd9e04dc5c1b7655cd98b834a902a76afc39f7a8635427" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "b57dd2c166d1932cd5cc1e7885ca1e890452e684176ad61b8579c83f6db79fcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.3.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "bc8b28217581fdb1c979eac48b24d35a385c7ca778f70cf1257e7760a922d65e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "01684a09d939a3290547ed1403640b7f3520362d16d9e5109d16708444fd5cf2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.3.100-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "97e50883d0998647ce0027edea18c4e2ef06caa4aa61b00a34db270c12a9f717" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "d5be4fc9b26e07a687249f8a5151fa093f512f1c50a629d52e659ee9ce984aca" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.93-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "716c38829983bca34a2c5c294237ded0f423597adc0fdce9fcd954a23c283909" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.5.92-archive.tar.xz" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "bd8548fa1ae82f92910bebc3079e14bd58c5a92aa64596d46bd610a478cb39d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "4a39058fd8519444a81cfc7ae055d136f48d1a31ffa41ae255b35b2edd61e13b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "af6c4b7678cd9f3f3b8eeff7cc44f9d732bfacf70b1bdd03abccc25fec6c1ac1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "8a09eab5412addc6e132a55bac41ebad0141de3b5b6f6eca3028eb9e49a8cdb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "9fdc70b4271ed9aad4d64cd7076a7d96ec36512d074b9995fe638de669197391" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.93-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "a348209c803fa67b7bc216a5b4d7a6f9a117ccc60a8c567eb94cf25ba737ec47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "8504c77c1f28def5d66d7f1c71003bcf02083935c8d490e3538a1dda683222b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "90f9f7137a94e41eb5dd005f05298e556f644afa10ba2e59d6421b18af9c116d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "a63302a077f0248a743a1a7caa7dbd80d0fac56c6cfa9c41fa05fac9b7e5eda5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.93-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "0b0dd24ebdf0ab1c6508df609723629e24821e882267823a6fa5753791fd9230" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.8.93-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "57a470112cec7e112c95253dde8b3c7184d795dbd92b0bde77a4cb7f8c94c8aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.4.1-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "cc6e0ba958cf23387b462017a24464c72bd901549046133f3d1ebcc3d7444c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.83-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "46eba36c20748b21a5927b569b943337dd18485132119dfb39a5bcda4edb12e2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "c71e33208740f6bce9f1da8fc7e9fa679ddfc831b5368a121f9c1ada3fa3d980" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.3.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "f13b243912d8b07cc0136ad3760cd351553c74c1b54b7a6dbedb1dcc98ee8eb5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.8.93-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "03496f131bf2b6685b476e5765f609a43917e0521fe08a3d8604da2ad4d2a390" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.3.100-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "0a9d628d2582bd58c78ba92827cd9613d62790924cde1178719f677fc03b6ee2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "5680b0a42ddf20f11705ca9c365d002f032ab876d3fe44382eeba633b558ccc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.93-archive.zip" -[[CUDA_SDK_jll."12.8.1+0".sources]] -hash = "deb4e42a883da34f6035ac929b7d125da2aaac3878bd48570f1d865fdd77220e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.5.92-archive.zip" - -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "8b1a5095669e94f2f9afd7715533314d418179e9452be61e2fde4c82a3e542aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.9.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "db950a2443a34daa10069c8df1bccec868af3144cb898cd1d903a9ea04cccfa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.37-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "3b2ae7b2e8ed75eb7931b75d361fdfc793ead14e79c43e38340f0b4d17b32810" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.9.26-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "9f88ea0b554c419f454d2d129cd508e15f48404e54a6fc197eb50f2d702c903d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "50fa080f2aee29b390b6dbedcb6aac97442bd97449ebdaae456efc00151e0fe3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "eee6527e35c1744430b58d45226d277536efed015b5ecc24f2fae019fede93e1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.9.40-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "8890dafca93a1e186c7d4b0a38f25b0721a86c0371b0e11fca60bde7fd48ad4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "750bbb8235b5bf9af1b8034d8ff375cb0249a1f7f7507865e957b35c211d7f25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.9.41-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "b89f1b729b3671b907ef059b3997ba28152a13e280a5a457b4749c8c90bb1029" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.9.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "bc51ee77e5891614e070066c0dabc52b609302bac2127aff850020b14f35716b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.9.0.13-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "31c2e800afc3111b966c63918cc9c257f5e7917ae4c881e97a67850a8caf3cb9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.4.0.6-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "48281b4caadb1cf790d44ac76b23c77d06f474c0b1799814f314aafec9258ad6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.10.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "d641c40ff8559c456663e23682bee9cadf2e85d5cc60661213030c98ee1e61f2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.4.40-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "4f5a6ba0c95b57d0678f0033da329015c8628075e0d54a890250c3b2f12bda38" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.9.5-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "6e03bfef68795d264fdc39b21cd6413505f20a34d1bc83c6f8fa18e54273a9e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.4.0.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "a113bbcdaac2753a46a0cabe14a3266d7c481c11ab1e755354247ebf34ee086e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "cfe144b33a01e720b9b8112750e11c21ded2964abecf6c4174d160e8cd84aa5a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.9.41-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "472da90f8d3dc6af9360b33b15aad0dc826fd7ff08f7d206bb2f37de1e240b64" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.4.0.16-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "8c87c2db67130108861609eacd40d30ee109656a7765e5172eab71dd6da4c453" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.9.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "ac1e26bb1c5440f446098356d76d79e0c59816fcf65ddfa850da2b643d48d085" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.37-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "1cd6612ed46a4a5ba297b1fe41902efa392f477b44437572b845b242a2b31319" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.9.26-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "dca18206e609c03e958b3442a9be80769ee475247ecac31bcbd919aef1fd6ef2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "d432a54ef8f68cc01a98ccdfbb34b6df89badbd710f5e0f6408d819c03b6d517" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.41-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "bc268cc7c898c59b5025f4b0eaa325918da914533d9cd29a939a61239d8c5790" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "46d00435acc05e5239084958c26d3d3a8a12133ccd180da163c97a9b29df3b73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.9.40-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "421f43c5aa114a71459e499eb9793c1dead275b5cc9ee23ebc406d56a3cb3430" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "c95e241ed2ec06299ab0e07e1fb619972b2ce883fcbbaaefe2149c8ba41c133a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.9.41-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "8c6ee60c671f6e8e4ceac500ef1e8b6941abcd10fe173d32897ffe1cccdf8079" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.9.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "43c46b5020ef105f6d045037106f102983323bbc0a643921e4bbff4648912636" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.9.0.13-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "f3c4955714833b5fc3b86babcbde10dd0b4849717d91803e19e39184a1b6dc4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.4.0.6-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "e5087640b5c9cd8bc173efb6a21f8388b24da59511cc3d57e60afc5e05d14b50" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.10.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "89aeaf6d91f181cbf22f31d4063599f398270f6cec6e15e8560a54cfe582f703" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.4.40-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "f47db49eeea78d18d0644a67cb076406fd9e65ca70d76b9bc22d8e40c73c7c12" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.9.5-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "9c64b66063e3f2aa8ee4b234f6680d7574e1dbb720a4f5e5ef4bf26445af8fe0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.4.0.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "b30ac599a6488e2a84246dd9cda1daaf19f9ac771fbc01f446e61ab4610b4ff2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "976792d64a23ddb0edeadca777aff202d0da49db4390cecd269256797621501d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.9.41-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "1d74ffa4dd6c20dbc9df8e4072efa92e05309ca26fd10ba443ca268cc2ce8ffe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.4.0.16-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "8c3da24801b500f1d9217d191bb4b63e5d2096c8e7d0b7695e876853180ba82f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.9.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "d6a6520e41b77a5f807a9ac7b8bdeb3320d1abb7d5f5e87cd3f3595d7907f511" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.37-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "7e57983b6b8dd71ecb8d81f50df28c7f2bd25ba47a3a5b0f09796a5c9a8a1e71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.9.26-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "f9f428103dc9de96880d03cff931ffa75e2277b839c186db916f301163b1e225" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "3d3aeae22223aa7a797499ab553ab63b5d5d47c1f78fe0638525a6ae807d9962" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.41-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "42f56860ea7458fe98bc4a719f1619a559f213a4ba5ad9f3d3db8a2f7e23ab11" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "02fc650dbc731280f4937cec75f7d3395a9b8514ab7268de29e04e0ef5a23a1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.9.40-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "38aab20352f984fd4e5e8c736726b7f03c69d5781f4b651adf564f1cf1a81bd7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "d978d828511746103c79562025be7368c3262825d91eba1093ef5d0a511f5717" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.9.41-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "906fb48ce571533a8243a156e5b53b9db1c873fb246e8c354174683dceb59e41" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.9.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "2aee652a88e9a22f62d8fc7cae72cae0c4697c4cc5a3f09bd263d3364bbdf2a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.9.0.13-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "1987e14933231e9b700ba7ed78ecb9d3587a685c6dd607ed81b4e91a4c535d19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.4.0.6-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "078afec842c99b3a953d62cc76bd74afa2d883dc436e6d642e6440bb1e85eb8e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.10.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "c5b4571d42bf27e7775dee35e8b4f5a874bb2a4ed566db4e22996cd565d303eb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.4.40-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "25619c46a2ad642e97835cbfbff1ef558d9538ca786d222651bf5cfd1c8829df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.9.5-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "fee74a2f1597438c776e2ade8197789472184244404c71f891786e640d13f995" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.4.0.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "1b1f26dc74f0ad64335b95a6d86d4e5d20c0920289d51e1cafafd23f836c7915" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.9.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "7eb92a3393a6c78ac97bed6a39954154bb11edfc0f101033b548c9c9ac632384" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.9.41-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "193388e41f8ab1faf84210c400d05fc1554a0f2d08c6b5129d53f5c2dc8ff0eb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.4.0.16-archive.tar.xz" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "17aaa7c6b8f94a417d8f3261780b7e34b9cbdfab7513bce86768623b06aa28b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.9.27-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "f96afe6df898bc8510c48b44668bd9f825731efbf460f3640a922b2b8ae59ccc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.37-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "f70ab180164382140ebb73ac8d6318d1e5d4087d3997617c0052b30ec8b572ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.9.26-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "b80b6e1e6f42d3646b0fe404e92f04bc13f9b7af899277b8241b1944aa8accc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.9.19-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "b83e3d6e57a078ba064051782d6312fbe4a3c8f73d6fe771b768e924a5d95788" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.41-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "ea737b7e9f6091b4119ee85f51496e7906b42e97912569331f035c977ec17979" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.19-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "97554a1b7d814d67add275757b0e2b4b83eb5d8e334fd226b80459eb5eb45334" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.9.40-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "7baa664477a878967acc82a5ba96a39224a2c2fd9c8fb81204d29e3cac5f00bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.9.19-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "6eab81244b5764c5d7653c58a49d70345560033a53a08c528231cdcc5141cc36" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.9.41-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "cd983002d0fa642aab1f858a40e76e1739b3531c878120e6d98de930e450a6a1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.9.27-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "20d9c2cd3810c948b875820917b38053dacf200b23cb3b8b8a14ff3569aa1f31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.9.0.13-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "caed5da0d48de61eb0acc600fe29a07c8a850d219ccc0d447ce08786d4564114" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.4.0.6-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "d0411f0b8c07e90d0fb6e01bfa7a54c9cb80f2ddf67e4ded2d96a50e19aadad6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.10.19-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "85d9a098231feea58c3728037d8986af85eaa43555cb2f852753ba62c73660c1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.4.40-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "5f50aab32ad988108e50073092ca51fd99c12b8ba82f0cb6ecd44a5b89286508" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.9.5-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "c51095c1ee8fb25c50910ad371039c40a004ae6137f87eccad73247fffa81d9f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.4.0.27-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "84b3486b7e2c4520da165646de508ae49b3b49b948bfc5746fecccb3aaebf0ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.9.19-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "13e4b2a17206314d643c0c61585566ade5b93751ed0b8f43be030a715dfae1b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.9.41-archive.zip" -[[CUDA_SDK_jll."12.9.0+0".sources]] -hash = "7b59dd3e8da29c9cd0d871c9fbf18b9fb936dc00dd0d3f32ddb53e5bf44c4584" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.4.0.16-archive.zip" - -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "8b1a5095669e94f2f9afd7715533314d418179e9452be61e2fde4c82a3e542aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.9.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "1f6ad42d4f530b24bfa35894ccf6b7209d2354f59101fd62ec4a6192a184ce99" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "ee0de40e8c18068bfcc53e73510e7e7a1a80555205347940df67fa525d24452f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.9.82-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "f779a24e8f0177b4ce45cbf118cb470139fb5107858df96689d0a0aa01f0fba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "7a1a5b652e5ef85c82b721d10672fc9a2dbaab44e9bd3c65a69517bf53998c35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.86-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "49296dd550e05434185a8588ec639f1325b2de413e2321ddd7e56c5182a476ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.88-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "1ad0866dbfff6a9e2661f5348e4ca4c2a4e40882b90014ab127f2734856ecccb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "a06f0e2959a4dd3dbb62a984dbe77b813397022596f5c62d74ddd83b238571f2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.9.82-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "82913658363892dbc0f2638b070476234476e06e084fed60db861cb7e161a6af" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.9.86-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "e23aad21132ff58b92a22aad372a7048793400b79c625665d325d4ecec6979bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "546addc4a9d82b8f23aa9ba9274b6bc0429a63008a31c759884ac24880796057" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.9.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "b0e65af59b0c2f6c8ed9f5552a9b375890855b7926ae2c0404d15dcf2565bda4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.4.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "48281b4caadb1cf790d44ac76b23c77d06f474c0b1799814f314aafec9258ad6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.10.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "3d3b96f3087dbc43893a28691b172f31725b316d524f5a3c1e6837257c898d06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "a83415dcd3e1183afe363d4740f9f0309cfe560c6c08016c2a61468304f4b848" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.10.65-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "49351448d896854284ec708c14506eaaceb92aa01fbe35c91d5c52ad482e17ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.4.1.87-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "8c50636bfb97e9420905aa795b9fa6e3ad0b30ec6a6c8b0b8db519beb9241ce6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "392cac3144b52ba14900bc7259ea6405ae6da88a8c704eab9bbbcc9ba4824b07" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.9.86-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "ddd8245b2803f5b55211261d7e5d7abf803c05f3b032238d0feaa6e09ea9401d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.4.0.76-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "8c87c2db67130108861609eacd40d30ee109656a7765e5172eab71dd6da4c453" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.9.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "f893e2c72be81b0d0e3bc33827c785a96db15fd5aafdc51cc187f3df6fdbb657" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "91a9ae2935b411d136c2c61ccbbc0df3a83f17cce122d12d262be202217163ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.9.82-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "74a884691b2c7e5c8db8bd2a38143fc82f7502f0dd484051809df7953f7ae719" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "2432ef8a7c12d0a9ce3332a8af42b123c07f256390b3390802b1b2c6254c6c74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.86-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "99bf70149423c42c8dc2649f76f8983101dcf9879d355cfb2582b2adbed84614" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.88-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "531ac94b8b83209657cd14b28d23660df252393fb34c24f5d8919c56c977477e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "69fa4cf2cede678825e0c8032ccd629e17de1b9d8667b05b6702d873fd2fb926" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.9.82-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "785b0952c0f77dd0feb9a674f3fcca3fcf05541bbe27f70a5926da9f85339152" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.9.86-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "2baaba3ff47eceb529ddcc866fc7e647fd02427ef3dbb8bec06689f919c14c69" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "f75938d72153902cf08d1666311f35851e7eb6a16af743b2346bc68d7ba6b341" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.9.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "5d992b98f0d3d294e339ed2f65a477a587803c1567598a120349fae52596bf20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.4.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "e5087640b5c9cd8bc173efb6a21f8388b24da59511cc3d57e60afc5e05d14b50" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.10.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "45e2fefeee5797c0492d8a9ee26c3dbb7af0cdcefe6f1cd25bd586daa633d9a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "b294b6cd0acf5e68078d2fe4d41d95a4073fed780805adca7774bce7cbbe5b65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.10.65-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "50c9f80592eaf4f246c82475143768b848333d9f540782257d42023f5fe68fdf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.4.1.87-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "e26d82b4ce994dc445dc0191b1a5fe68dacc7290bfb9c2133b4979fe90e05433" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "a24842165d98660d4ba9fd753395f7c9834445552110fabce4baa4c211fd2c52" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.9.86-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "a9841bff40e577bec81352054e05c5d98720ae8e2ccfc4863eaac9dd35444c27" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.4.0.76-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "8c3da24801b500f1d9217d191bb4b63e5d2096c8e7d0b7695e876853180ba82f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.9.27-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "8b422a3b2cb8452cb678181b0bf9d7aa7342df168b5319c5488ae3b8514101fc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "2d39ae9309f81a7980df296a93c0e49215c6fb22d316fd9daae211d29a731d27" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.9.82-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "84f8657375c23a425b2d107c3cde1ce75777bff9798b744b78e146fdc02d2de0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "0aa1fce92dbae76c059c27eefb9d0ffb58e1291151e44ff7c7f1fc2dd9376c0d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.86-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "28b2597f0901cfafcd050cba0877c1eb5edcd7ebd8164aea356cec832e636ee3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.88-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "e97e668ead7ebc1fb7e93ffe303019660d0119c4e4d0e8ef26ce012bbbea9b34" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "15e1d6527bf04c162950251940b10b8b8254f68028e2ffc0bfb7ed84bb2e1382" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.9.82-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "fb2d50c791465f333fc2236d2419170cf7a7886f48dd9b967a10f8233c686029" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.9.86-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "281538927b6818d4687fad102c0603ab7b389513c9c129f3e0de8c61ac7f474d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "e99b074e6f66034e563508118804599d7579f73afc8424c55ad5fd8d12e085a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.9.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "b87637db96e485f4793d7ca8bd2cf07250eca5c86f6c56744a36683418359c03" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.4.1.4-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "078afec842c99b3a953d62cc76bd74afa2d883dc436e6d642e6440bb1e85eb8e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.10.19-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "db463593ffcbc78f542a7f1ef808da43bf742acae654d970d99a47289c2a83e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.5.82-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "8d1c8a57ba3eaecc3f7c11e29fed275a2f3dca5cea51dd2a24d07ab5d9998583" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.10.65-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "992d461905366cec4243b26ce7bfe997c0c0eabf53a001333025930a1a0c7237" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.4.1.87-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "e07f47ef3aeb3a3ca995e9070d77d98ad79460216bf2075c9f9018962ae1d03b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "9c9227c1e9122fd8448cafced3b32bc69f40d3c041d25034ea23611a1262852f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.9.86-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "405b5627ffd772d2837ae4ece123fdee841c34894dba2180a1c8e1b84c0f2665" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.4.0.76-archive.tar.xz" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "17aaa7c6b8f94a417d8f3261780b7e34b9cbdfab7513bce86768623b06aa28b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.9.27-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "179e9c43b0735ffe67207b3da556eb5a0c50f3047961882b7657d3b822d34ef8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "1eda43a76a2eac25fce5bdb4b68673b5bda737d54cca5513148c36362ab7c811" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.9.82-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "c96018456dc4db6af6d69d6db0170a2ccc656ddde8c8ce6ee05682c2c5569daa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "227b109663b5e57d2718bcabb24a4ba0d9d4e52d958e327dc476f7c28691be85" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.86-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "955ba1f52f7115031f10408ce3cec4c745df41dba8fdf6024c3983d899e9fbbc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.88-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "1894b70c5487a739c740929263fa3fbca80e53790647abc02b74eac024b97be8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "be23018507f015ca948c503a43a3c48449c0dc1ceaab1e721caf01f024727312" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.9.82-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "1aa0644fa53c8ca34cdc73db17bcc73530557bdd3f582c7bfdbd7916c8b48f65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.9.86-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "b1f366312cb52164dfe7b78463ab085b742f052e74b89e9da08561a8ca8b06e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "d534d98b0b453a98914dbf3adf47d7e84b55037abf02f87466439e1dcef581ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.9.1.4-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "f26f80bb9abff3269c548e1559e8c2b4ba58ccb8acc6095bbc6404fc962d4b80" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.4.1.4-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "d0411f0b8c07e90d0fb6e01bfa7a54c9cb80f2ddf67e4ded2d96a50e19aadad6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.10.19-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "e991d64a0bbe3e0bb69ce2adce000244288002b0341894729666d66adb9b4f25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.5.82-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "abb4bfc01198f82fbc956773ccb98c578c03027b6ad425e829355be0c0a11a4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.10.65-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "cfcfbf59e4e5ce71113c058bd4eba3dd56e4db080932146d4047c0d44b4a558e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.4.1.87-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "b05519f8ce4f02167bfc859358f62eb771d89ac2af3a6952a82317f2af4bc5bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "ee7175da9628d47ccc92dce6d28d57ca77633e79079a2aee90e2a645edcd1384" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.9.86-archive.zip" -[[CUDA_SDK_jll."12.9.1+0".sources]] -hash = "b253241fc88bf30947b8ee068101aca8930960f113d8ee4a9583de021a79ffa1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.4.0.76-archive.zip" - -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "1aa6df471ee885f04aa3920d467395b5e5f665a53d206e74b10bb45abe92f3bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-13.0.50-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "2385804b0a628b98b3ed96a19c803143d5c2e2fcc5139f633450862cf7755d65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "e411ad2f31a9789dcb2c7742ab40cd334f3f1b6176fa3ae1a7958f171dc6b7ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "1862b4a54ae2b6c58b2b662de964308a2b01489ca7d19a83d5db46af36d1908c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "6c67a9f52a707938a114de85437eacef5a59c33e27f6a895deb8df2ea4bfbd58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "3667f056c8b5955fd22022c36c0492fe4c482daa8d5b1afca3825f413f2b1e91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "6bc54a946ea52e4eec566556ff3900329ed2e9eb28e0f8057693a826a055ec4d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "f5f5ebda21f924270cb6603f139fa94497e975d547c2a1dfc80a6ffc053230a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "0abd3f4d4e8104e6cb8364ae0b264bc8b326db6af53e5c1aa0d288b55bc6f181" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-13.0.0.19-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "adf4a9c89f32a149b76d3db77589d89f75f9b009840b8b5d5c4baa20d71c6798" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-12.0.0.15-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "ee0dbf473998050bda876cb945634bec87d44b90b05a5550e9c2499ab7c1a5c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.4.0.35-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "768e61f3b2448d5f05fa8f5465f9b22d7c186f2ec3418697f507d1b9855e8dbf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-12.0.3.29-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "06b1c8da59aaebf87d235e7517e71860358b4eab6afffcdda664dbfb48878864" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.6.2.49-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "1aa810533aa12867486310da006497f02f2daaa9d20f4fb4052973cfb9552120" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-13.0.0.50-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "0cc1cb33b95fc53428c27516df38172be74c6e672dbc98b5269ac64e362f8609" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "8f99847076cb608676dd0bae9ccad350f175f62a55b1db41d65ae219bf0e2ce7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "1724f069109e09ad725135ca2961d1c0ee44638993776e8a990fdd1daaf302f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-13.0.0.40-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "c132e5656e0aa7cb52b4deeb4195adc15ab0763193fc0a90e35a8329f5c22dd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-13.0.50-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "582f6388a01eb22bc259b557dfcd25fae8bad8b8cf31d64cd1b64748f9caa603" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "c1cbc0e042b82df75f54d961da3119da61ed62667eacd911e1c3c9f1ab9bb183" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "34f433913e30ec9fb882da4a4d3c89e71d020dc6f71ca865fd62943d1fd32938" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "1508d13bad46d6d801aafd4f668c76e407b6adc4b7278059eabc80d103b9bb56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "d1ce1496aaef62af1ded7eda8b37b3d08d467f154ffebc23f0d5d8ed39f4ecc9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "94b92a417236b43eddf9cc800c1c1cdf9859c81133c6de78d2424234a644552d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "4317632f9ec8bd253c01937d7513a03a72beb9d52e083a2b45d83f49337ea56c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "7bda038435dad7289fd67d25c8a683d139e51eaa7528bfc3bf73bebee45f8c5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-13.0.0.19-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "0405aad71ec14eaa42b7b270ef7f020d83b79959670f515b70e600df9ddd7c8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-12.0.0.15-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "12a0afe1ee73e806924fc6c9bdd33a47a970d31967a634ec9ab2f0662a502ed2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.4.0.35-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "4c8450862a909f3c275b903f277b48711fb2c89f027fe8d4b832b3d72a9ecf20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-12.0.3.29-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "c6cb4d22d8906e7a8cbe0ef7b7f650ae09213179d5aec1f05c74c64a93e867ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.6.2.49-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "921142ceeac4c9d3bf371e42663a404048714efdc04b5c1ca629807ae9928b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-13.0.0.50-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "1909972ce9c3525c7fa221845e200707c9647a3036eea211dcbdc4730b22846f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "6f15f1b1b7ab5325c95941b85ddad0aa30398071d10fe8ad0c6618e5b43c995f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "6d3c3feef2b0ccaddf0fd6ec0ae0631ca7bb378ff5e243ad2509f0f1a49dcee3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-13.0.0.40-archive.tar.xz" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "ca25a1772b5bcdaf21e29b801e7235710a5fb703570ca24ee63f37b211df5bf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-13.0.50-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "2c2c9dc4e685be3c470bb2a08902b3a6daa97055b18366db3aeaa60ad000282a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "ce1dd7de1c07151bc027bc2acaee95b16669056b7b788e7ac3ef732cc2f4a007" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "4c1f7995fa151ed238a39af6d9a62c9f4ceabc95524e024997961f14802031f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "dd04f5c13ae236768ab0ed40cf08a800ab0d131c6f62195941c5eaed7a298821" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "78e9eb3df5d7723c97396374b4a3e4a60c52465d94a72563b3571a85cec9d425" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "d1ae61887c0d857f8c0cdb77247ef27fb7c78cc81ecb1a2786e81b7a9bea89a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "19f577352500bb81503d143b40f4476756812613bc328e23a070650639f5a84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "c8fb12715b9639f51983315cc4b195e272128c675aa3766b13c4f470b892e6c8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-13.0.0.19-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "4f0e0c019e1b53166bdeaf52c91c333450ae9dd05fbadc77cffb70a702501b67" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-12.0.0.15-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "c4db1ed0595fcdba3c4da0f5605ca4c3f4340b6be833d94765994e239c775a32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.4.0.35-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "e0aadc965d757c615a50ffb1c48c155f4b6e1bbaf96100a20b2e46964de8f6da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-12.0.3.29-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "1a4a35f8bfb453582ee12c5a7160f60150d74bc5fa831340b6257d1faa2b3355" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.6.2.49-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "6a5e811b277623779eb0b17aab387784027bda4e5904757932456ac06b552fc4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-13.0.0.50-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "74231f7142a6ae95624cd973b6d3b4f8a41dbab04e23a68ec4842b889a5b1c4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "e90265efcc848965a0ae099eb668358ad8e28f210afc249412636c5ff8ff92a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_jll."13.0.0+0".sources]] -hash = "fd15935ac90b63c753b2c1ac575d7b0235a414b15651fe18250fbe811cbc717a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-13.0.0.40-archive.zip" - -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "ed845eae8c1767706b6ee91e40c608a03f6f633551a849b63f7346d32d73ee60" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "bc44226f069402ab327bcf9e754660621aa6bc61fb7fc6afe03b794dfaaab658" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.88-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "bd624dcb2089842add8f293efab1d21aa076c98b36d8dcb64347fe08fb03315d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "92fb7e0430521517174c4c171173b888aaa8d78d8762e59752dea2ed14a0ad7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "48e35be3cfbf4b4fbc16828eaec8a7048ee789403049dc409f7b643d6259cf7a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.88-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "0541e0230f724a43d67288ef882c63351d0c302bf567591b7620d40f93c2c93c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "92d441fa7ae41bba92e06c928cacdb32f4703763512f68d10c9c230f09ffe6d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-13.0.87-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "b182d8b0398ba9ff8ee75fc2ffef3ff1e2069e6bec6938bcf02a6c9e69d40456" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "00038aac08e1dba6f1933237dbfb217ac6452ae24fab970edcac808f103ca64b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-13.0.88-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "8eeba425f66fdd17e78d0dff49baa8b3e4599fc0579984eab7ad9c486a95ebf2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "158c1d7e862282d5218ed82f173ba14679c0f8afa1fe8cb4a3a34a4c0a9a5ff9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-13.0.2.14-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "5cdef1238c270f8f148da18587fdba8b9478c596e40f5490bba2b15c94915dd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-12.0.0.61-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "ee0dbf473998050bda876cb945634bec87d44b90b05a5550e9c2499ab7c1a5c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.4.0.35-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "1cd13dcb58c5e4bb0ce47ea8876aba21091c1e67165c616144b2dd6331d252ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-12.0.4.66-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "b9de356c3478329e2589d91284f2a685a36f041060f3cb897441ab46a480a30a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "b99e7e145283667728e5fd1bf99c79ed9825c164d3c4a40f6dc549cb0b0e1333" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-13.0.1.2-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "dc233d88a5cafa095b197e6246b4c468a4581c128da8f951d67e063cdd6bca4c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "25f9763fd60122a4f728eec22ac4e64e46ea8679e140234f15eaec008e6c41a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-13.0.88-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "ebef16a52d31d2de0e888f0fd9c788bfe99be988ebad4927754e5ccdfdae6360" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-13.0.1.86-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "eca22ded176804a78afcba3fe1909e7d473366ee1cb9f3784080df23bc8e74d5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "0b212ac2e49519f8e3bf49c61fc382bcf325603accc7ef45578175315ab1c059" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.88-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "cd0304f70ff905421da2ca0fe53cfc384baa48d6ff6b34f92a80cf723064e827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "f6f34d534cce56f91b1496abf51be3b1559ba879985d34eb89c808004b77513a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "01b01e10aa2662ad1b3aeab3317151d7d6d4a650eeade55ded504f6b7fced18e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.88-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "77e2ef1494270839829d5608352ba67a278e80fdaf4e3cc3c8ac9cb73e1c463c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "71740823e837c2a1a6e314f0fe801f8fa6aef1055220e9a504f6f4c67e21d72b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-13.0.87-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "956e1f1b282522ff40b331e5cea83b5d7a87bd97cd9c2bea3454bb0c6adf5414" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "decf9977ab114ff195c8cdfce6fbc94aea4a62efdae628092cbb9fd1c31cda1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-13.0.88-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "68cc7d0144cdf746d4e76565dca86002979ecab5c5674be01bb3fbd3628531e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "6eb4bb6b327d08124d5fbd0732169d63da9d169fbca45ef78914a2a05a09e42d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-13.0.2.14-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "5361f3b22a50923204e07f7ff601150dc67aab6b0fff26c47bd3ac0a50c921a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-12.0.0.61-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "12a0afe1ee73e806924fc6c9bdd33a47a970d31967a634ec9ab2f0662a502ed2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.4.0.35-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "882c480bedd5ec6e416fe0a9edb7bfdd78f6ffa885310870e4a04d8fce8e655d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-12.0.4.66-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "50c9fb74e8468af559150f3f072cc2793a5ff70792fa79962146096385cf7346" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "6d06bd527b3cb17e354a3d25f9334ff9f972f6af7dc1fe0a7e0f5b87ba6e618a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-13.0.1.2-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "58c304116de3d184cebcc7d04934bff9d99d2276ff28c46372664bc3fcc32976" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "b7c25896af24ea88309301c8325449cd3d4907b3f1db4060f43a8ca8f4738cdc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-13.0.88-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "6132e76ec6064881592b38ef5b2a135237005d8533660ee8f525b120a178d1f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-13.0.1.86-archive.tar.xz" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "f4f5187f7976d8057d76e1e04e72c8b7d0a2a22793107a671ad709b1d8d3408d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "48b1a445cbc2b2b468f872bc698a751d763ef5c06bc03ce559af1bc7e23f9345" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.88-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "cddbc524dc229c708cc989e4ff2d636ba342c695e0f60c1026a1b5f76de4b77b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "e739e96415e1fb9a650eaac826f7cd24701e18ae2f7c26b78f3fabaf64c8e39b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "61760e24a44937c6c29a20ddea69067b4d3860ccd6a9a0564573f840d96e6c5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.88-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "c15885ed180cc6439b92a59fede41082434fdd9baac7280d5f0570f1d0786b04" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "b19b2b5fd534f37c3f0aab49d25ebb28496963aef3e819466bcf0fa20607b0cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-13.0.87-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "b52ca2d51d0e41c317f68f38ce88f4ae7184443eac04203e7a80fd054f2028ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "8c50a52467826167e0dbe99936140c52d62272bfc5849fe2d6587d050c8c5d29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-13.0.88-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "dcca7ce173165d75eb7f5df76672ec598b11f12e583356eaf80b16f6d43ace9f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "b03fd06fb14fa33e27fc441433fe74ccee9738b62c62a08d39960cb0ce9f1d14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-13.0.2.14-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "4f2695ea50f895618316ee32636f5d0e5e0bc330e74b3e0876bff002af9e1eb3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-12.0.0.61-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "c4db1ed0595fcdba3c4da0f5605ca4c3f4340b6be833d94765994e239c775a32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.4.0.35-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "8fe0aa8b2f8709402a8a7494037cdb648f0be7da1ed14e511cefea88a532ef8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-12.0.4.66-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "21f70385aae76de5c24c6baab4df4337d0bc9e1ce69e9ebad228d87d686a28e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.6.3.3-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "cec65b472cdbd97c557cc45cabc5998288b48c166b9e05d95b8ee3e44083906b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-13.0.1.2-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "38c6c854f325b64e7ca0a8b14e1996dedb5abbb38f3580e5c7744b688abdc56e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "4b2cff3cfcec50cab2193f11cee023589b1b3b15388ab38780ea08b7ebbf15e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-13.0.88-archive.zip" -[[CUDA_SDK_jll."13.0.1+0".sources]] -hash = "b8d64f9fb90632e33685529e2b8baee245ca3dcaecab4b8998815ae0f44c5171" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-13.0.1.86-archive.zip" - -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "8a862acbff5b33904bfe7ec3e92a553a8312da1db9f651b6cfe14db137a139ce" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-license-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "9523033692cca5a2b29cd69942d69036deedacb8eb3273395662f6024b2c27f9" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvdisasm-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "719b32f039cd8ed6123e1f9e3fa9badcf4c6ba5ac4a0b24a97d2db88e0764e1e" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cuobjdump-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "d3fef316b7d5b215cf11ff0190c69d9e8a2652b9dd37f454c7350110954e3496" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-gdb-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "54d96b9cdba5a53da92b2cdaada27ec7a886b3a6a29e7d33b5fdf429ad788681" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvprof-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "f8f498108e1e4e3fdc40a1cb80cec44bb3da987b2160a3128d3bcf85a8533bbf" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-memcheck-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "2a718596cf1162bf0076d4ec6db52a5f7c3617b7ab7cd243887376e841a99915" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cudart-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "c1c55ba59d8a28a7d56800504c65683a4d392893f35d08ec7bddf6b45efda468" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-driver-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "5aa2bf1e8e9d467dacbff778b0d2d4a7bd31077a443b7a49711cc798562ea37d" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cudart-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "e92834f576241295c74393b478cb7121d9e20cb3454aed26c464c3523eaeadde" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-misc-headers-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "1a0ea57d4c1b1d9394d7e4f6ab94baa2aa49883f4ba2d59a60b750bb88d0fdeb" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvcc-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "319771f42db1d9a4a273bc5ff753148247ece9cf7544d2008d57d9061e6964f9" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cupti-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "3bd27507b8eef4ae9d5faf8671e8843ef7bd4cede82dc76a8e6519390e22a5dc" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cupti-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "b4f9dedf0c21dbc75daadbabfde6aa17a73b6bdad0d5a18fae3da6e9717bfc99" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvtx-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "7425afa9751b073b709f969149babb65411e2ab96bbe1744af0d89a517a6f1a2" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-command-line-tools-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "1e04820f53fb96b737c6b5d92ae2c1c54414e84a87ae9a55a00fc78c05e4e33f" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvprune-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "cf15fd18669b88dfd9e49be6e8189e03936ce993be47dfc88b99d1b3d86d3a6d" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-compiler-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "7d06a0bdd16b16c2384de79e488cde5bb580b3bc9ee46bd1e23d17ce6d260e01" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cufft-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "239060c552e98511b8a752127c57bd86cd1261af5062b99f85d94a12ef61d876" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cufft-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "1cf024814383a2ec21e562e1e89809050dbae36bceed6ee276affe03185ca266" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-curand-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "f6594cd55b89a4e45ca3a382cef99c6bd3d2efb7ab222a82f261a79cc9e066ce" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-curand-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "ede4930b8a7d8098590b3691785cf225fdbb08e3cb7853ca8f0ffc7313e89b3f" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusolver-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "e3d786efc6d92e24c2527a2a76685de4cfc92e609a3b6ab1258cc820a5c867e4" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusolver-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "459f9e41ac458eef3c94ba0a5d367182af83c070454d9e38b3565252c039a827" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusparse-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "3a9ccd17e6916fda5cede14c206a8199fdba27f1118947a1f31cbf33132241df" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusparse-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "fe9cc7cbdab29035371e5f77d190aecd97bbf31ca66b3f62612bf62580417b16" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvrtc-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "5c3bd9bc84170ec0c3465444409e7912046e2523e6a18d331b53901c0e57d229" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvrtc-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "d0299b139a163136432dfb2c028769944b6c5636ad9238614860c196a1c91aea" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cublas/libcublas10_10.2.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "5fa7e3e8fe266fdea7e91778610b7e8d3d85d8950875a4915ce3626c9e564365" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cublas/libcublas-dev_10.2.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "a01a204e6afefb0072424817c7133c5c18a9f3996fbf48f0b31297cb7c07e1ac" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-npp-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "4d572a2472564f5008c3cfe9b24dbef765a1531a73c43436c66a146b4d16cace" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-npp-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "f800974ac6cb3fb6595a08e613fc0f376d7b91f43eed1b5306b0496f9588e441" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvgraph-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "cc2d9897c54f27a20f90bea5df391875b3f8163ec69745fb7546c1ce57e1d718" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvgraph-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "71309637bbc86b3d7f014c5ba5da709b88f69dfc0710aa8caa661b3aa40a51b4" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-libraries-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "9d3e1e4cf097f6e04c7f881b4af1a54c52552fb2828f73f7ae8fa5b9efe32d29" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-libraries-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "c8743e69c84a432c5e6dea6edfcacf1bb6b09b028bee61c8aece7a41d0447265" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvml-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "eeaae6a103cc5d950bf4e774a277d90286492df0e0815e161f7c12291c9aa5ba" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-tools-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "47a1c8c8bde2c763396a68c38cc901217e1606bb536ec5880d4c072c4eee9073" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-toolkit-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "5227774fcb8b10bd2d8714f0a716a75d7a2df240a9f2a49beb76710b1c0fc619" -url = "https://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux_ppc64le.run" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "560d07fdcf4a46717f2242948cd4f92c5f9b6fc7eae10dd996614da913d5ca11" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "51193fff427aad0a3a15223b1a202a6c6f0964fcc6fb0e6c77ca7cd5b6944d20" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_mac.dmg" -[[CUDA_SDK_static_jll."10.2.89+0".sources]] -hash = "b538271c4d9ffce1a8520bf992d9bd23854f0f29cee67f48c6139e4cf301e253" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_441.22_win10.exe" - -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "560d07fdcf4a46717f2242948cd4f92c5f9b6fc7eae10dd996614da913d5ca11" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux.run" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "5227774fcb8b10bd2d8714f0a716a75d7a2df240a9f2a49beb76710b1c0fc619" -url = "https://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_440.33.01_linux_ppc64le.run" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "8a862acbff5b33904bfe7ec3e92a553a8312da1db9f651b6cfe14db137a139ce" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-license-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "9523033692cca5a2b29cd69942d69036deedacb8eb3273395662f6024b2c27f9" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvdisasm-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "719b32f039cd8ed6123e1f9e3fa9badcf4c6ba5ac4a0b24a97d2db88e0764e1e" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cuobjdump-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "d3fef316b7d5b215cf11ff0190c69d9e8a2652b9dd37f454c7350110954e3496" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-gdb-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "54d96b9cdba5a53da92b2cdaada27ec7a886b3a6a29e7d33b5fdf429ad788681" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvprof-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "f8f498108e1e4e3fdc40a1cb80cec44bb3da987b2160a3128d3bcf85a8533bbf" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-memcheck-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "2a718596cf1162bf0076d4ec6db52a5f7c3617b7ab7cd243887376e841a99915" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cudart-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "c1c55ba59d8a28a7d56800504c65683a4d392893f35d08ec7bddf6b45efda468" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-driver-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "5aa2bf1e8e9d467dacbff778b0d2d4a7bd31077a443b7a49711cc798562ea37d" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cudart-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "e92834f576241295c74393b478cb7121d9e20cb3454aed26c464c3523eaeadde" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-misc-headers-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "1a0ea57d4c1b1d9394d7e4f6ab94baa2aa49883f4ba2d59a60b750bb88d0fdeb" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvcc-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "319771f42db1d9a4a273bc5ff753148247ece9cf7544d2008d57d9061e6964f9" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cupti-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "3bd27507b8eef4ae9d5faf8671e8843ef7bd4cede82dc76a8e6519390e22a5dc" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cupti-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "b4f9dedf0c21dbc75daadbabfde6aa17a73b6bdad0d5a18fae3da6e9717bfc99" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvtx-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "7425afa9751b073b709f969149babb65411e2ab96bbe1744af0d89a517a6f1a2" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-command-line-tools-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "1e04820f53fb96b737c6b5d92ae2c1c54414e84a87ae9a55a00fc78c05e4e33f" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvprune-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "cf15fd18669b88dfd9e49be6e8189e03936ce993be47dfc88b99d1b3d86d3a6d" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-compiler-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "7d06a0bdd16b16c2384de79e488cde5bb580b3bc9ee46bd1e23d17ce6d260e01" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cufft-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "239060c552e98511b8a752127c57bd86cd1261af5062b99f85d94a12ef61d876" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cufft-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "1cf024814383a2ec21e562e1e89809050dbae36bceed6ee276affe03185ca266" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-curand-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "f6594cd55b89a4e45ca3a382cef99c6bd3d2efb7ab222a82f261a79cc9e066ce" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-curand-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "ede4930b8a7d8098590b3691785cf225fdbb08e3cb7853ca8f0ffc7313e89b3f" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusolver-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "e3d786efc6d92e24c2527a2a76685de4cfc92e609a3b6ab1258cc820a5c867e4" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusolver-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "459f9e41ac458eef3c94ba0a5d367182af83c070454d9e38b3565252c039a827" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusparse-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "3a9ccd17e6916fda5cede14c206a8199fdba27f1118947a1f31cbf33132241df" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-cusparse-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "fe9cc7cbdab29035371e5f77d190aecd97bbf31ca66b3f62612bf62580417b16" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvrtc-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "5c3bd9bc84170ec0c3465444409e7912046e2523e6a18d331b53901c0e57d229" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvrtc-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "d0299b139a163136432dfb2c028769944b6c5636ad9238614860c196a1c91aea" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cublas/libcublas10_10.2.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "5fa7e3e8fe266fdea7e91778610b7e8d3d85d8950875a4915ce3626c9e564365" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cublas/libcublas-dev_10.2.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "a01a204e6afefb0072424817c7133c5c18a9f3996fbf48f0b31297cb7c07e1ac" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-npp-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "4d572a2472564f5008c3cfe9b24dbef765a1531a73c43436c66a146b4d16cace" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-npp-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "f800974ac6cb3fb6595a08e613fc0f376d7b91f43eed1b5306b0496f9588e441" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvgraph-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "cc2d9897c54f27a20f90bea5df391875b3f8163ec69745fb7546c1ce57e1d718" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvgraph-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "71309637bbc86b3d7f014c5ba5da709b88f69dfc0710aa8caa661b3aa40a51b4" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-libraries-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "9d3e1e4cf097f6e04c7f881b4af1a54c52552fb2828f73f7ae8fa5b9efe32d29" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-libraries-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "c8743e69c84a432c5e6dea6edfcacf1bb6b09b028bee61c8aece7a41d0447265" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-nvml-dev-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "eeaae6a103cc5d950bf4e774a277d90286492df0e0815e161f7c12291c9aa5ba" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-tools-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "47a1c8c8bde2c763396a68c38cc901217e1606bb536ec5880d4c072c4eee9073" -url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cuda/cuda-toolkit-10-2_10.2.89-1_arm64.deb" -[[CUDA_SDK_static_jll."10.2.89+1".sources]] -hash = "b538271c4d9ffce1a8520bf992d9bd23854f0f29cee67f48c6139e4cf301e253" -url = "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda_10.2.89_441.22_win10.exe" - -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "150b163bde4975154d6238ae1272c74df81b303dccca1f7637bd91027b65afc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.4.122-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "dd9d51ca6d1772545ba77640f74bd1162ea4ffe223e17c8faa6e0a11ec9b5e2a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "f722199f9cc101c97c6fc809745076645064d36558a5aab56bba5529716e0fe9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "3e0ae31117c82f5e0220662a9ee1df15d2aa79bf6a53bc627ee5898a3e9719ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "2e65c5b8d8aabf5521faf8daab170ddef27d795f61ded58343a9070dffd2ebff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "b664c4cec5bf0518c83c5568fb9bc36d202dff67fce4ee12657043f45b431347" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "0d1d729ac3f52bdd04f197a6cef295b3463c4975d70dbd97f4e1b08a4857f488" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.4.122-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "3f5013ecd3ad3ef1f90f981189826ae9e5aadb7549a99e834c0f6d77c897a7ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "08a763906637778d1c85455bdad4f2c0cb15d4cb0ae1c088dc474cb7ff78af81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "a8f62ffd30747f5481c6abb11a924dd68b8da9b4a72a0821a411d545fd79ebbf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "7cb571fb26fa5ae3c85489a45eb088ade9f6bf01105d651d7eaee9857085b368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "c0e5fe1dc9c45e71fde99071deac6a48a94515b79e59cb0fab4412060b6bac95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "98f495b99c68fae54fe728e72aa3b8e2e5b1d77c9fd4946370cec3b063a7fcf3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.4.122-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "7f5c5e38780d9d44084f05ae091be1ad8672f370a6da17cc3f0a9a55e998163a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "61c93230ea9fd9ae657c57954294380b5e8ee1688778f519ce5d43b728a04b9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "da4078a81d0af984bd42f23c584091968454a0e925c64289f2e5922e02c76131" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "c722734c0b36702a549a3796e76461376ae471d7af7729c1d59565cb08c95ed5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "0e7f4360e75a6f880b2accbfd7dd0cc91e850014ee42ff1c5fcd5060fb14beec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "d721c4bcc5bf8054eb944b7c3203ce5f593523f798559f3f4c1effdd8ed36f48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.4.122-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "e371440535fae634c625a5dd02d18cd4accd11b9166703f9d5a95f7b721f09b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "d97d1266345bcaf4212132bbc19270ee9c10bae37b29647ff5f40620f83fa3ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "ec5e1975147a83da707a1803c1e9af93b02ff8af246d23b733bd5a1662c708a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "6e1a90494f93db97687b8f2b216da0ab3ca4677640c856a35e7d3b12c46c4223" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.4.0.110-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+0".sources]] -hash = "45d894a95aa26e125f5d002d138c6d9a2f2568edf809fea86d7782657bdec5fc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.5.2.120-archive.zip" - -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "150b163bde4975154d6238ae1272c74df81b303dccca1f7637bd91027b65afc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.4.122-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "dd9d51ca6d1772545ba77640f74bd1162ea4ffe223e17c8faa6e0a11ec9b5e2a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "f722199f9cc101c97c6fc809745076645064d36558a5aab56bba5529716e0fe9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "3e0ae31117c82f5e0220662a9ee1df15d2aa79bf6a53bc627ee5898a3e9719ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "2e65c5b8d8aabf5521faf8daab170ddef27d795f61ded58343a9070dffd2ebff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "b664c4cec5bf0518c83c5568fb9bc36d202dff67fce4ee12657043f45b431347" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "0d1d729ac3f52bdd04f197a6cef295b3463c4975d70dbd97f4e1b08a4857f488" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.4.122-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "3f5013ecd3ad3ef1f90f981189826ae9e5aadb7549a99e834c0f6d77c897a7ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "08a763906637778d1c85455bdad4f2c0cb15d4cb0ae1c088dc474cb7ff78af81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "a8f62ffd30747f5481c6abb11a924dd68b8da9b4a72a0821a411d545fd79ebbf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "7cb571fb26fa5ae3c85489a45eb088ade9f6bf01105d651d7eaee9857085b368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "c0e5fe1dc9c45e71fde99071deac6a48a94515b79e59cb0fab4412060b6bac95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "98f495b99c68fae54fe728e72aa3b8e2e5b1d77c9fd4946370cec3b063a7fcf3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.4.122-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "7f5c5e38780d9d44084f05ae091be1ad8672f370a6da17cc3f0a9a55e998163a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "61c93230ea9fd9ae657c57954294380b5e8ee1688778f519ce5d43b728a04b9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "da4078a81d0af984bd42f23c584091968454a0e925c64289f2e5922e02c76131" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "c722734c0b36702a549a3796e76461376ae471d7af7729c1d59565cb08c95ed5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "0e7f4360e75a6f880b2accbfd7dd0cc91e850014ee42ff1c5fcd5060fb14beec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.5.2.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "d721c4bcc5bf8054eb944b7c3203ce5f593523f798559f3f4c1effdd8ed36f48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.4.122-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "e371440535fae634c625a5dd02d18cd4accd11b9166703f9d5a95f7b721f09b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "d97d1266345bcaf4212132bbc19270ee9c10bae37b29647ff5f40620f83fa3ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "ec5e1975147a83da707a1803c1e9af93b02ff8af246d23b733bd5a1662c708a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "6e1a90494f93db97687b8f2b216da0ab3ca4677640c856a35e7d3b12c46c4223" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.4.0.110-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+1".sources]] -hash = "45d894a95aa26e125f5d002d138c6d9a2f2568edf809fea86d7782657bdec5fc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.5.2.120-archive.zip" - -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "150b163bde4975154d6238ae1272c74df81b303dccca1f7637bd91027b65afc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.4.122-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "36bd6f1ea8711f69405ebd0b26d1f791a6ef6eb01cc3f01ba4231eb8ec09c208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.4.148-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "dd9d51ca6d1772545ba77640f74bd1162ea4ffe223e17c8faa6e0a11ec9b5e2a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "e589bd0955dc59cf7871dad3446e583316623dd899b67c34b808fbe14cde0209" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "7250fc83b54f9089e67f3b506648fd8e70a9107baed968cb5de169c05831d5e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "6ab9bd7c31a54529762fddc9ebfc4d331a912bf97b47318b0b75bfbd3b8a5551" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "f722199f9cc101c97c6fc809745076645064d36558a5aab56bba5529716e0fe9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "3e0ae31117c82f5e0220662a9ee1df15d2aa79bf6a53bc627ee5898a3e9719ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "5b7e491b583d1914c591447b9cf1b4c02dc33b222874eb89eee4ea8f87929396" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "75044d837ef848460037fc16abe4f2f265791c3888c6d1f7e63366a466b2aee7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "751c585c062f6e1dfcb1bca5898de48d4a247edad478de37eda0c7c62038379a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "0e3ec55be39db99c8769a3f297d190b93c8281afb5b3bc2ca1966ae94d42255f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "0f741c8c74bc19ea03a3a19a6d858d364d86d806fa5941763cafb181d4f9b2f0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "5bae164a8a6969a374f6abe33cc71462e714538c2a818228cf401d0fa6c3c1b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "00bef20a412c9b099e7e48477804ed4c2bda8581b101d19c50559efff79bf269" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "2e65c5b8d8aabf5521faf8daab170ddef27d795f61ded58343a9070dffd2ebff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "0d1d729ac3f52bdd04f197a6cef295b3463c4975d70dbd97f4e1b08a4857f488" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.4.122-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "fb70c6477dce2cfc3ee13d361b76453ad92671be36f98fab50e2510f657eb00e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.4.148-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "3f5013ecd3ad3ef1f90f981189826ae9e5aadb7549a99e834c0f6d77c897a7ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "24687d171f15101109dc428bd2236889bda617377b2a29bdfc0173095bcf28a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "a53c8d2e4454be0e899986a1585f8b1eddf874aac165716d6f98989e53f971d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "6cd970a59ba219c5da1ce39dbf08d7ba491ea17849adfed4ad83cc8409624348" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "08a763906637778d1c85455bdad4f2c0cb15d4cb0ae1c088dc474cb7ff78af81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "a8f62ffd30747f5481c6abb11a924dd68b8da9b4a72a0821a411d545fd79ebbf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "917d9e0f050bd140e279b6e063af3ab92e443572e6baf840e2c1ed6cb5b8e765" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "825d5f72fbcc4ed04bce016009fbe5881fb138b14d55df7190121fb34b7d2845" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "0bbb8a8db38a3a0b97bfc879046dc42dca3defb0f82b1424e23c49bdcc6f26d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "b73d5a8a5a3a9497189b340001a0547d60b6971e42d60aa6d8ca0ae3ec1b0818" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "14589b5f7d7e4e283552a82ea9f7ffc6504e95c10dc33a5834a2aa75bcccb208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "0e2671cbe1cdb8cf4eb11698131c4ef4ce9ae58623595e623bbb3a492d7abe99" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "79721331edb5e17028273cf2280b2e3aedd11c4c8145c2fbd16afeb8c37f74b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "7cb571fb26fa5ae3c85489a45eb088ade9f6bf01105d651d7eaee9857085b368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "98f495b99c68fae54fe728e72aa3b8e2e5b1d77c9fd4946370cec3b063a7fcf3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.4.122-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "d013448f76c22614e458de94b5289807d2d0934b3a5deb073b621401a222c16f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.4.148-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "7f5c5e38780d9d44084f05ae091be1ad8672f370a6da17cc3f0a9a55e998163a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "d66367c166d27ddd6d7ed07f7a492dfed77b6eae505a7037a29537ce3e15eeb3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "c0743a099bfb8c840a20317559668777e9a8ac9664dc121bcd22d76cee08416d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "68743913c877014b4f9a6d7267cc117d443c9990ea583ea837a1c51df1676d7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "61c93230ea9fd9ae657c57954294380b5e8ee1688778f519ce5d43b728a04b9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "da4078a81d0af984bd42f23c584091968454a0e925c64289f2e5922e02c76131" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "d82eb049e72545239c6d64e6bf5afd06b89df06f338165fc5a68a2bf3143472e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.4.152-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "a241a68429a1c33fdd0ba335d81c246079086552c56abb08033dd3dc85c576ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.4.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "7325d4fe77567ee69799902eae7479b8d6518c7722882d683a41b1ebdd8f676d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.6.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "49b7d658dc84fd6669a27907d403b4c93d82f9cc10670e9c990eed29ae6e5ee8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.5.2.100-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "834b508e8979c3f4751a0ddbc62e9c8bc113844e4f82326e73cc42da4adabad9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.5.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "a53d4d80240702a8216903798ced8449f690379b785cc5fee21aeff5e0241dc4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.2.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "93f7fbb8191e4af59aac32adb8ac06d6501bf90ca97e3e01f400314bc320c852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.6.0.120-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "c722734c0b36702a549a3796e76461376ae471d7af7729c1d59565cb08c95ed5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.4.0.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "d721c4bcc5bf8054eb944b7c3203ce5f593523f798559f3f4c1effdd8ed36f48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.4.122-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "e889e38929a95845409ed7dcdb0e6189343af5d17442a3b8c9f2ba297f0d262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.4.148-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "e371440535fae634c625a5dd02d18cd4accd11b9166703f9d5a95f7b721f09b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "74545a99d9a35c53790003006b29b9af5ca52b48f8703fdbc003665b42f5ec39" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "460c9e54bd0b99f4f63243eeb6b2090d17193361575b189c050faa10d465d4a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "9fa3a5a1248ad1247ee78a3d9627f1b2d7173cbde5bdb1635a853624f3f8137e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "d97d1266345bcaf4212132bbc19270ee9c10bae37b29647ff5f40620f83fa3ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "ec5e1975147a83da707a1803c1e9af93b02ff8af246d23b733bd5a1662c708a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "48e3def76ff1842d00051fd035e6487be711ac4019e9dc43f5db3f9e14363f91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.4.152-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "9fdb78035542c4eb9a8e881b8ced959eabfa04894ce2b847d54741120b5f1aaa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.4.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "7ebcfcd9cc327a020f156d9a9f7607ea6a563038834991324230102915bef47c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.6.5.2-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "eaf957a481d0c361724cf796b6bc105e36f9a3d17b7525107a78ff15ea3ddc6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.5.2.100-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "35108db3e9afaac017e1d3460313632850e3627520cf2213b987fa3d4cf6a8ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.5.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "72e456cc8d7e79f514eae95ac9a4acb269e66344d67c5913370a3f0367a1f862" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.2.0.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "bd995a141da804fa0d2c3bce1c6d575e862877e1356041dae326825e5194c176" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.6.0.120-archive.zip" -[[CUDA_SDK_static_jll."11.4.4+2".sources]] -hash = "6e1a90494f93db97687b8f2b216da0ab3ca4677640c856a35e7d3b12c46c4223" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.4.0.110-archive.zip" - -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "bbe633d6603d5a96a214dcb9f3f6f6fd2fa04d62e53694af97ae0c7afe0121b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.5.62-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "798fa7124d56661d7a211900266f658d4303931936157e863c82cf31aeb27b09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "e7a03b5c0324ccb5040cd494d2e3f1fba508cc437d666f112a6702d75bd80891" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.5.50-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "f66c2632dbbdc6153aed2ae8bbf3291de258f7be5fd53350d469cf6f894aaa5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "5c6bcb73d6e2426e7369e5157387e02f70db3e94b2351c447ce559cba57e36f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "3943941f449e8a9aea465e26a25f3d0315e45a57c5ab993f1d15dac7453dcffc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "f5301a213878c7afbc67da03b09b27e1cb92178483042538f1585df09407214a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.5.62-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "04845b4feb728840823b17aadc2fb579bd8be4e04f1cfe25bb78e8724794cdfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "753ac81cde5a58b7bd4b59d56ab5e0ba973f96d6ffe95c447eb47f170d0c74be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.5.50-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "209ddd276e857cb41e162f3748778dceb224bbab445469480f6578d1b8a199ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "cf2cbc740d9c111d9d266737f62ba4b44cfc84590fe1f9f4bf848b0908296971" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "760295c056951752ba7f4a5a56f4e5afe1538eafbc8ea01c21abe9b8bbd3f09e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "a4faf04025bdaf5b7871ad43f50cbe2ca10baf8665b17b78d32c50aa8ba7ae8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.5.62-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "1ae185d861f7075046e53e8ec69d4b650eef1bc09fdb0c89adf69e48f9b13d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "d3f913393ec4a1648fc5230c766606e1c8a7ca31f7595fd149f5cbeea63bd01a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.5.50-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "57429ab14f4a99fcc2f7160a9d93f39358a4cf0f8e0d0996973883b1f5c1d520" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "cd86f76d41010e7fd37804ba102ec6896de4e51a2724cf44b9e7b22c1aa86429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "4dbc3c0da37ce108faadcaebbe72335984a60ed055b29fa56edfd89aad9d89cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "2a44c359d523317d1c93ba6568ace3c088c83026e2e40d34a97fccd876466b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.5.62-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "2b059697dcc5b3df8ca527612893905cfb91f52fef4988388458060d038d86a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "ccd320d7b4aa8c7006085e003b9763a20a37e101e59dde8bcaf13f1e3b5ec04c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.5.50-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "89a883eee3d6931e9b071c19a9ef07368429b8008fcb0f392229baa3d21b6cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "3ef847675b5cecdd70ede5216b91530bff152478441dc4b1e0d73bfcdb586a06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.5.1.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+0".sources]] -hash = "50bb7bdd84a8ec74d4b2e2a133d8dd0474aa4224c3e7643ed75a7864cf705df6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.5.4.107-archive.zip" - -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "bbe633d6603d5a96a214dcb9f3f6f6fd2fa04d62e53694af97ae0c7afe0121b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.5.62-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "798fa7124d56661d7a211900266f658d4303931936157e863c82cf31aeb27b09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "e7a03b5c0324ccb5040cd494d2e3f1fba508cc437d666f112a6702d75bd80891" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.5.50-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "f66c2632dbbdc6153aed2ae8bbf3291de258f7be5fd53350d469cf6f894aaa5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "5c6bcb73d6e2426e7369e5157387e02f70db3e94b2351c447ce559cba57e36f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "3943941f449e8a9aea465e26a25f3d0315e45a57c5ab993f1d15dac7453dcffc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "f5301a213878c7afbc67da03b09b27e1cb92178483042538f1585df09407214a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.5.62-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "04845b4feb728840823b17aadc2fb579bd8be4e04f1cfe25bb78e8724794cdfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "753ac81cde5a58b7bd4b59d56ab5e0ba973f96d6ffe95c447eb47f170d0c74be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.5.50-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "209ddd276e857cb41e162f3748778dceb224bbab445469480f6578d1b8a199ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "cf2cbc740d9c111d9d266737f62ba4b44cfc84590fe1f9f4bf848b0908296971" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "760295c056951752ba7f4a5a56f4e5afe1538eafbc8ea01c21abe9b8bbd3f09e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "a4faf04025bdaf5b7871ad43f50cbe2ca10baf8665b17b78d32c50aa8ba7ae8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.5.62-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "1ae185d861f7075046e53e8ec69d4b650eef1bc09fdb0c89adf69e48f9b13d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "d3f913393ec4a1648fc5230c766606e1c8a7ca31f7595fd149f5cbeea63bd01a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.5.50-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "57429ab14f4a99fcc2f7160a9d93f39358a4cf0f8e0d0996973883b1f5c1d520" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "cd86f76d41010e7fd37804ba102ec6896de4e51a2724cf44b9e7b22c1aa86429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "4dbc3c0da37ce108faadcaebbe72335984a60ed055b29fa56edfd89aad9d89cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.5.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "2a44c359d523317d1c93ba6568ace3c088c83026e2e40d34a97fccd876466b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.5.62-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "2b059697dcc5b3df8ca527612893905cfb91f52fef4988388458060d038d86a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "ccd320d7b4aa8c7006085e003b9763a20a37e101e59dde8bcaf13f1e3b5ec04c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.5.50-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "89a883eee3d6931e9b071c19a9ef07368429b8008fcb0f392229baa3d21b6cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "3ef847675b5cecdd70ede5216b91530bff152478441dc4b1e0d73bfcdb586a06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.5.1.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+1".sources]] -hash = "50bb7bdd84a8ec74d4b2e2a133d8dd0474aa4224c3e7643ed75a7864cf705df6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.5.4.107-archive.zip" - -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "bbe633d6603d5a96a214dcb9f3f6f6fd2fa04d62e53694af97ae0c7afe0121b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.5.62-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "c01bfcfca22063c99fd50122d39383433f4f789e021c7785cd555f59c2632a2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.5.117-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "798fa7124d56661d7a211900266f658d4303931936157e863c82cf31aeb27b09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "1ab09d29571a80f5c26187e78419b424a041ade7c9c108523aad26d6711eb222" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "4072592764717f5c3ac53b95f0bb5f2bf427294b94aa9abda125e51b4fca9e0a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "7b5055db4fbc270a49d69dae6320331d16b3d50f828a9b155e7bf2abe138f273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "e7a03b5c0324ccb5040cd494d2e3f1fba508cc437d666f112a6702d75bd80891" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.5.50-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "f66c2632dbbdc6153aed2ae8bbf3291de258f7be5fd53350d469cf6f894aaa5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "78aa426f8d1bd6a309582268045e92d798dea84ab17b0e41bbf81ed4c6c51c37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "35d13fdeae94b2294c4d83661a663b5bae98e3f9b4aae00be101140a32409047" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "1ba27f135e2f920bb47e22c05e4ef2e0a75e21d9306f5062e44c3d705150a3a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "e2e51dc75c9c5b4476624bf683d50afbcc611f88361392625f017bd3efc545b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "9dd3bfa212a4c8e58a6869c4992e710409d34c46d5a683cf99670d5ef5b1f8de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "4c9e3fec211fa6cc6dd14a7d09237c56f43789e498817cd0839b0e6ef9c498fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "9e768d6278df1b2323e2708bbf53af0bdb2955c0c4688eb69d5e418aea3a9b41" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "5c6bcb73d6e2426e7369e5157387e02f70db3e94b2351c447ce559cba57e36f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "f5301a213878c7afbc67da03b09b27e1cb92178483042538f1585df09407214a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.5.62-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "8f412376f4951df52380d87bb6c22704cb930ac6cef0fe92f2f31604ef744ce7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.5.117-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "04845b4feb728840823b17aadc2fb579bd8be4e04f1cfe25bb78e8724794cdfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "5739768e55551b131fd2bd0ef41806f70400e767cb520c511f11ea33ac940eb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "1dd811c9e8e6bb219a7e0ef63514665f8d7e6253ad93474b5b3594fce85cb191" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "10e7d0794c8efd42fd345355e9ae8680b767b1b8d004c9e9baf2b4ad9b993b59" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "753ac81cde5a58b7bd4b59d56ab5e0ba973f96d6ffe95c447eb47f170d0c74be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.5.50-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "209ddd276e857cb41e162f3748778dceb224bbab445469480f6578d1b8a199ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "bd10849b493902487660d3216a9b1de2c687d0d013085a7194925ff0a8d0461a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "b5353633dcc09e6360e9da14636774eee8cd9db90dd3ca93b77b1a95b104740c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "061cdbeb437510437b4dfcd053834932e60943be996aea0187f6ba36b7cf614f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "5e0e004e33a148bf543fd69df8ad7fcd14ae72c60676679908a6cf164a065651" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "67d0759b1252d9df7953932ed58d01c05a4861121c19bafbb544b585113552ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "1f216cdda56463d333ffe4d52cf18283b3a8d917737698f5c8ed5851120f119a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "f01d662635d7b2001ace6122058159c9583c61db3fc5849a8ae025b9963657ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "cf2cbc740d9c111d9d266737f62ba4b44cfc84590fe1f9f4bf848b0908296971" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "a4faf04025bdaf5b7871ad43f50cbe2ca10baf8665b17b78d32c50aa8ba7ae8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.5.62-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "550f8dfdce3fb6ca723d716abff81e1fd55132a130d284ae2050a0f09f40c93f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.5.117-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "1ae185d861f7075046e53e8ec69d4b650eef1bc09fdb0c89adf69e48f9b13d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "05926807291609f643d4b92706a9ab627f4dd32e4f0c5779b58ba5c737453c43" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "21e9d7941a62806331e94eff3ba22b4bcace3f8227e133580f0367343eb3f3a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "698ccf414b9a7d823dc8d9818df72cac0a10d618ab143b221bbf321ada96ef08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "d3f913393ec4a1648fc5230c766606e1c8a7ca31f7595fd149f5cbeea63bd01a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.5.50-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "57429ab14f4a99fcc2f7160a9d93f39358a4cf0f8e0d0996973883b1f5c1d520" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "c924444459eca0ee5f5748cc80628c0e8759d6cf70c55b5ce2e1b4b37a46d3cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "3ce2d4421f9d8547bedb25c0ae8054ab0bb755384a33eea79dd036a8d4658a7f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.5.114-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "38d7045310487b6f3dad4c6f8c5f6420b4dcf9dbf0171f3ef5f48f3e2f0024f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.7.4.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "e5ea473699697bcfd2a0ab7b807dbc5dd713bfe40221f7356097fb6e2577d73a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.6.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "e8f2cc5e786812cf70bd7bd37a9c78e3341e602c402177d44e7bf07fe7e85142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.7.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "6feba029d8838d17345c38d77b6cd0e7853934106edcc5d5f6ec57646b499d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.2.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "88de7ce848b929439ba1fa1baf487ec56fedc39f8042a862c2f5522fbc1e82a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.0.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "cd86f76d41010e7fd37804ba102ec6896de4e51a2724cf44b9e7b22c1aa86429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.5.1.107-archive.tar.xz" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "2a44c359d523317d1c93ba6568ace3c088c83026e2e40d34a97fccd876466b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.5.62-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "02cd427306ada807c9a8a1f16dd34ddeb58f35c7932bcbe13e1ee2afa882332c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.5.117-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "2b059697dcc5b3df8ca527612893905cfb91f52fef4988388458060d038d86a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "56948dab7b3d39bc9d8231a277a051e57f95efe73f9f6bfeb9f66df2be3d2208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "477ca5d096c2e5a87480cae24951b54e641030cfc3c75ce869e0656e4fcb2142" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "f8dee0ae12696a02a01e95083e1fde8222018f641f7ebf712985fc6c1716f217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "ccd320d7b4aa8c7006085e003b9763a20a37e101e59dde8bcaf13f1e3b5ec04c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.5.50-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "89a883eee3d6931e9b071c19a9ef07368429b8008fcb0f392229baa3d21b6cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "e6c7312b4b8f678828dca2b2e29bd8a1afee83709885bffe0115743219e092ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.5.119-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "b216d0292002b4cc673a374f06576bc062e6566062a32edcdca60716e98f6587" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.5.114-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "a5b2c090e7b3da7b9823aa71ecf76a07344846daf8d26b13a06dba2d8a572c79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.7.4.6-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "f6b846a79772640585cbfc35746ededa1210e1ba7005e075d678a4d84ffd93ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.6.0.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "fa74020026d1cf81b0a3004c823ae40a4f0a02df34041438b992e6058ff97cd2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.7.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "325684ebefb24f7a47c5868a87f8dc38c88812c12f113bd57029b3a715c95405" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.2.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "365a0316da888e0b8cc17b3e958b24b9faefa35e6b5fded7d9083483c1f0c097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.0.107-archive.zip" -[[CUDA_SDK_static_jll."11.5.2+2".sources]] -hash = "3ef847675b5cecdd70ede5216b91530bff152478441dc4b1e0d73bfcdb586a06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.5.1.107-archive.zip" - -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "14aee04c86a47321b9fee1c86c9a640be7729ed8063663ed0c7dafdd77fb18f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "625c7ce21089a52ae6b0a9a6b7d112b98f219cdcf451b94e6f7e523c437d5db1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "12cbd1279ffe240396cba3c7d8e27fe9b4ee0e0db81850b29462544d83ca23c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "0b1f79447efedef09c54d517eff994995b36d486f642379fd278ddbb4d29f5ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "be4afe097cc38eea91ef02aea233db9fa3ba7a31bc115fc287e10812441ee5c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "ed9f4be96412134195aecbe15b281f3ac8e9b954e0fc62df9279169cf0e0f50b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "cdaa96fc3afe7c552ce31d5b2328072edfbce6c85018455c9e90a572187e84eb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "36c51224b98b7d040f41240cb12f6b43f61f334de3d6cc26d8ca3f35b50df68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "6134b127d84ec38c3d496d34214500e22bc455dd13677a957d6d1e2787a27950" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "5c6bd788e9575fc09f9e687b15123ad4bdde25008425c7f0108e319a952f5273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "b55dc9d7e32319a007374cbb191dba1bce1973857a0ae0cc684a4c87e39ac23a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "377f5acfc5c25a983b0c3043b6fb9da7077d4d571481b62b091e162d8d8fe3c5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "6de184be2cee64b278befc0839d0b08104f19f6d15358e3bd8a92cefca552e20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "1ea90073f8769a8e5a16b4b18245c77fd217ff8d5d484f33475bebda046e5ff5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "72dbcd80bb8acf675c924fbafa9462122743e37aa51a147f3e07cf0d34044292" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "6b9c0df46418b682497feeac9cf56edfc5679e06d60a94158732aac125aa560d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "dd3fbe515b0bca6393de5829fb675f8fae9bfa23f0cd5e94a87643088935aa32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "badbe50dab52403cd152c907c9be7271a25c7e0b2bf7377a1cee13bd63f6c008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "badc95a0e47e9c2866ebf970dae757c827b91c27820fc75dc28a459c0014bb2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "609599e7fc20e20cf53e2cf4f2618e467cb1bc00dcb9d09520cd2251bd3056a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "35dbf8f8f2974973a52b3363fa3936ce952ce94dc2aabca9aaf1f79039a633b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "991f7574ef06eef1f63e94af188d48e360b7ffcebe6fe5b9e088d91b6579009e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "647e78458636d462698fbdbd26c99d4956c917a25a7fd6d2e516a7035a52c857" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.6.3.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+0".sources]] -hash = "9a04433b80bb5374c0dcf21e1988a66d6d61009dd431668e5ef412baf1167796" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.6.2.124-archive.zip" - -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "14aee04c86a47321b9fee1c86c9a640be7729ed8063663ed0c7dafdd77fb18f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "625c7ce21089a52ae6b0a9a6b7d112b98f219cdcf451b94e6f7e523c437d5db1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "12cbd1279ffe240396cba3c7d8e27fe9b4ee0e0db81850b29462544d83ca23c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "0b1f79447efedef09c54d517eff994995b36d486f642379fd278ddbb4d29f5ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "be4afe097cc38eea91ef02aea233db9fa3ba7a31bc115fc287e10812441ee5c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "ed9f4be96412134195aecbe15b281f3ac8e9b954e0fc62df9279169cf0e0f50b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "cdaa96fc3afe7c552ce31d5b2328072edfbce6c85018455c9e90a572187e84eb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "36c51224b98b7d040f41240cb12f6b43f61f334de3d6cc26d8ca3f35b50df68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "6134b127d84ec38c3d496d34214500e22bc455dd13677a957d6d1e2787a27950" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "5c6bd788e9575fc09f9e687b15123ad4bdde25008425c7f0108e319a952f5273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "b55dc9d7e32319a007374cbb191dba1bce1973857a0ae0cc684a4c87e39ac23a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "377f5acfc5c25a983b0c3043b6fb9da7077d4d571481b62b091e162d8d8fe3c5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "6de184be2cee64b278befc0839d0b08104f19f6d15358e3bd8a92cefca552e20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "1ea90073f8769a8e5a16b4b18245c77fd217ff8d5d484f33475bebda046e5ff5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "72dbcd80bb8acf675c924fbafa9462122743e37aa51a147f3e07cf0d34044292" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "6b9c0df46418b682497feeac9cf56edfc5679e06d60a94158732aac125aa560d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "dd3fbe515b0bca6393de5829fb675f8fae9bfa23f0cd5e94a87643088935aa32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "badbe50dab52403cd152c907c9be7271a25c7e0b2bf7377a1cee13bd63f6c008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.6.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "badc95a0e47e9c2866ebf970dae757c827b91c27820fc75dc28a459c0014bb2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "609599e7fc20e20cf53e2cf4f2618e467cb1bc00dcb9d09520cd2251bd3056a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "35dbf8f8f2974973a52b3363fa3936ce952ce94dc2aabca9aaf1f79039a633b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "991f7574ef06eef1f63e94af188d48e360b7ffcebe6fe5b9e088d91b6579009e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "647e78458636d462698fbdbd26c99d4956c917a25a7fd6d2e516a7035a52c857" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.6.3.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+1".sources]] -hash = "9a04433b80bb5374c0dcf21e1988a66d6d61009dd431668e5ef412baf1167796" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.6.2.124-archive.zip" - -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "14aee04c86a47321b9fee1c86c9a640be7729ed8063663ed0c7dafdd77fb18f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "734a77b3a26a9d08489d43afb74bad230c7c4a0ed2d17a6317a47cf363dca521" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "625c7ce21089a52ae6b0a9a6b7d112b98f219cdcf451b94e6f7e523c437d5db1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "e56a68900e08dc1165cc8efabba1073087ebd5d8742cd16ef463cb3638b5d1a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "8c81199c5a096869a10c284197cefc1a958df8bf482322a0a48dff9cc82291b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "1645505394a9d186741c7c2e07dea05fc1852bfa6a0663fdc53176ffaedff548" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "12cbd1279ffe240396cba3c7d8e27fe9b4ee0e0db81850b29462544d83ca23c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "0b1f79447efedef09c54d517eff994995b36d486f642379fd278ddbb4d29f5ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "9086e9f0ac56337d8e80d3cd1d78f79633f8725cdd0bb5a9864311a2ba95c1e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "a6d81ec79be73fe23c7cd16054e9f0494e82dd14ee77ef07c4819af6248c5bfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "ea2395ea76a811498863774491721d5c4b491fd1498221ef7cb1ae514e6518cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "95397578c2d18d5df17dafa42cf34d47821953c6d5c9bdba45c7b673ba07276a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "87b1d70ec749db31cabb79ae5034b05883666e1848aa3feca643ea4a68dea47e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "adbd0af1f84aea29859c217e028c1a74a5b3a90acce7d679790efd73aff28462" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "744affcbe5ecc8ca9438f20cf93e43a1648d682f6badfa4494f76ae26a350edc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "be4afe097cc38eea91ef02aea233db9fa3ba7a31bc115fc287e10812441ee5c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "cdaa96fc3afe7c552ce31d5b2328072edfbce6c85018455c9e90a572187e84eb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "96b9b708bd9f636fe60ae811a09a6bbb0d66c72045eb82dff7f4bbf7b6714110" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "36c51224b98b7d040f41240cb12f6b43f61f334de3d6cc26d8ca3f35b50df68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "aac47225b052fd5c316816400a0e4470a8257e3894526e85c1155c81088314e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "d63f1cf84896e16e0a90c97bab56f77a88449233025299ee96a7997b9522fb0f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "972744cd85dcb48fb0d313c7deabee246702e7d35443f96503a56ddee1904d00" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "6134b127d84ec38c3d496d34214500e22bc455dd13677a957d6d1e2787a27950" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "5c6bd788e9575fc09f9e687b15123ad4bdde25008425c7f0108e319a952f5273" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "68b89b68b820c87e32c830b95c7496f814854d213997701f6c0abe78827aa184" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "3c39b6e7a23c19f91f5d25a2a2d752a15407eddc460c1c56a8e7ae7f8864ec4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "81c729d78ef775958a0aadf2a02ee7f56d826e9b4130d564b9ea92aed6f2998d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "db425ae3fccbb68a28f0f461a6a022856081d16d06da3a99e903975a89a5d4b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "162a42c9e98fd3809541a04dc67933b43f2a85d8d9a749ca247d2be049b7c4d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "6b9ab64258e970f6966c133dab767db03dac038cf047641fb677ce9334e53262" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "97a3abd633cb0c7ce941fdb4f98e82ddd064605c2a864ad4c35eabcca1bfe7c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "b55dc9d7e32319a007374cbb191dba1bce1973857a0ae0cc684a4c87e39ac23a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "6de184be2cee64b278befc0839d0b08104f19f6d15358e3bd8a92cefca552e20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "ae0ba7295280c4b2f2a217bc79cc604a3beb20484011dd2db604507f31fde0a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "1ea90073f8769a8e5a16b4b18245c77fd217ff8d5d484f33475bebda046e5ff5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "8e45eac6e94938de807c44d2f846a0e8996a065b0817c2119948193fec279ca6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "cdca0d230967ccf227063841ae984704a1812663bd0074e400eee57ba47d99a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "d4e5e3eef98659f3d1464576d3ec715469918def222cf7f84851ba06716fa8dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "72dbcd80bb8acf675c924fbafa9462122743e37aa51a147f3e07cf0d34044292" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.6.55-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "6b9c0df46418b682497feeac9cf56edfc5679e06d60a94158732aac125aa560d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "140d6587924f95fa6a9fbd7ad9a2d57b276ae71f1738b2b6bebfd0a8317b7e6d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "d7c55c5a600782d3aa10b5a3a898445a57997394ea626e2e4789f7923a927334" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.6.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "8201009b6df0924d599731bcf309190b8e8e3c1eebff0226f12107ca3f5f86dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.9.2.110-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "b132fc468d46a90baac45f8f0484675cc4552120d5912c9c7612d7346c7db9bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "c084db363510f6a2f628401494372edc1a841b0fabf95d80e86b852b27a299f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.9.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "bb0dcef4d8c4e076a724d1a0a7258bffb6e9a9c49357716ed70466b3403eb4e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.3.4.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "4962d79be52338c911fb5612bb2f7562aa41bda0ec474fc096524bf9dd762922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.2.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "dd3fbe515b0bca6393de5829fb675f8fae9bfa23f0cd5e94a87643088935aa32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.6.3.124-archive.tar.xz" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "badc95a0e47e9c2866ebf970dae757c827b91c27820fc75dc28a459c0014bb2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "d73be9aa0d66b282e94c75032763249a753efb9d63de891ae9a1c4a62ed1aca1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "609599e7fc20e20cf53e2cf4f2618e467cb1bc00dcb9d09520cd2251bd3056a7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "ff7d4d4d7a83b2fe1bb3b964a44fdc29261470b239fc9c113e91e6b1bf1e9707" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "ab39ba1495ebe474fb74cea2b520bc4a3c80e6953ebf774c6cd4058c50be94e1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "e318fc6ae9b33e6cc657c655a0c1eff5f56828abbea208728619c9bdfc59eb7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "35dbf8f8f2974973a52b3363fa3936ce952ce94dc2aabca9aaf1f79039a633b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.6.55-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "991f7574ef06eef1f63e94af188d48e360b7ffcebe6fe5b9e088d91b6579009e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "ea5d8de24af80840bcf7d8f91ab1385366ca736485c52910fe269f845711b28f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "24d24151b77b1051be2035176475f33d2b260c8a20a3fe1af99ca312490721a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.6.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "13f5119c43128ccda66ab092bad4435313cf06cb892247e38cb2ec1d8bc96c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.9.2.110-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "d7a613f9bb647695947cdd0514abed09fb82c0934461cedab629f6471f4adaf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "6bbb3c33f76813a96b1cec51d723d0d53704f3b7fedaf6c29f4c84f1bcb73a4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.9.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "80d602eef188a19779b0beabb6f3fd9f8eb52ce8c8c61d31a792351d85053996" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.3.4.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "4c33673bb1de12005b26fbf5139b6b9e25fbf4490839205036e060af27c1f789" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.2.124-archive.zip" -[[CUDA_SDK_static_jll."11.6.2+2".sources]] -hash = "647e78458636d462698fbdbd26c99d4956c917a25a7fd6d2e516a7035a52c857" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.6.3.124-archive.zip" - -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "bf051d7b22581e31fac992c12af1400036d38e6a53e230b08f2aac3fa93d593e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "a345694cf430a668b2fb9aac34e01b373c4283751cd8ee3f91439c8c9613455d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "b8ea7d2a5adb138a9121911dd03eaa7b7d04c96c64d2fcc585c29be2a73ddfef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "94a6bd85e944f89ce0192fae649ab9b213a7cea28d7bafa5f6a1d57c49148f84" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "d90a30dd7e379d55cbc3b893e23c3bdf08b07293bdd2bd6957c4fc1e2ea998ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "ae8877a59d8badf6ed6e61b0b6690dbe516997386061557f5c33ba49de6e7ac9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "5c4c56a91054e0bff1052b1359774c86b2d10f0bd0712d50cdc78b5ea636f6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "345dc2651a8e069a766ee9ceaa7052764964fbb75d17c765bd1f3656f22e45b6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "a60c92d8eb6d014b4f5e961d9d64a6fee9f0b381c6238146b55210d142a501f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "93d9e2ba9819ca19bac6c17e96bfd9bc56524a60372ab9d57286430df1c2265e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "fb822e3c04e0fa1ff84dd236c9e9f5d84658c5b370d8d3ae235a241cc8445183" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "ce1862c4db6726531d7b778b0911ac77b76d2cd4253295d5d6984b0f2bcc0adf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "1137f6b08aac445070ed467e61fb68494339b798a1c6e1929647e87053b05c86" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "f408a0534081a1e8e3cc2b3aaec33f9ba09c7c60bdd8a6d20b3ec69c688a576e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "891de12a4aa2941e95b1d3d84f57ffe38840bc3883d02b1c9ff1777b16ed07d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "f7325009c1e73f7b4f70117073af1e698dcf81ceb07569527760606b348385fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "29499fe94220b91408487df21dc13a7c638482438e631df13cd5f1b28b68c48a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "d157fb48056c896e0474f5e07fd6f51580d27501844f8218135e233de3b927e8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "638ec54f6d180d17c6f70ba45e7694a29f1d7014a434e4f1c081198c04017147" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "6024efc79c78668de3e21b608035e77f1d40dc7bb250630255d627ccb2e51380" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "f8a9be7526d4c201759346911145a026acafb72e664bae9ec8b9690f8ac4c56c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "dcff80bce25f5d3f3b53a3f08b346ff5b38e5274a0e54572f97762e56d619236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "dca9b5ee0021802f02a164f3ea6bd44e552b84bbe1896bebb21e625b811c7006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.7.4.75-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+0".sources]] -hash = "3e3d88d6dc9d0f01d9c9261b9c055f3a93ddfd65bb8609a92bd57ea9bd9fe6f2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.8.0.2-archive.zip" - -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "bf051d7b22581e31fac992c12af1400036d38e6a53e230b08f2aac3fa93d593e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "a345694cf430a668b2fb9aac34e01b373c4283751cd8ee3f91439c8c9613455d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "b8ea7d2a5adb138a9121911dd03eaa7b7d04c96c64d2fcc585c29be2a73ddfef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "94a6bd85e944f89ce0192fae649ab9b213a7cea28d7bafa5f6a1d57c49148f84" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "d90a30dd7e379d55cbc3b893e23c3bdf08b07293bdd2bd6957c4fc1e2ea998ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "ae8877a59d8badf6ed6e61b0b6690dbe516997386061557f5c33ba49de6e7ac9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "5c4c56a91054e0bff1052b1359774c86b2d10f0bd0712d50cdc78b5ea636f6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "345dc2651a8e069a766ee9ceaa7052764964fbb75d17c765bd1f3656f22e45b6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "a60c92d8eb6d014b4f5e961d9d64a6fee9f0b381c6238146b55210d142a501f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "93d9e2ba9819ca19bac6c17e96bfd9bc56524a60372ab9d57286430df1c2265e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "fb822e3c04e0fa1ff84dd236c9e9f5d84658c5b370d8d3ae235a241cc8445183" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "ce1862c4db6726531d7b778b0911ac77b76d2cd4253295d5d6984b0f2bcc0adf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "1137f6b08aac445070ed467e61fb68494339b798a1c6e1929647e87053b05c86" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "f408a0534081a1e8e3cc2b3aaec33f9ba09c7c60bdd8a6d20b3ec69c688a576e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "891de12a4aa2941e95b1d3d84f57ffe38840bc3883d02b1c9ff1777b16ed07d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "f7325009c1e73f7b4f70117073af1e698dcf81ceb07569527760606b348385fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "29499fe94220b91408487df21dc13a7c638482438e631df13cd5f1b28b68c48a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "d157fb48056c896e0474f5e07fd6f51580d27501844f8218135e233de3b927e8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.8.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "638ec54f6d180d17c6f70ba45e7694a29f1d7014a434e4f1c081198c04017147" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "6024efc79c78668de3e21b608035e77f1d40dc7bb250630255d627ccb2e51380" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "f8a9be7526d4c201759346911145a026acafb72e664bae9ec8b9690f8ac4c56c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "dcff80bce25f5d3f3b53a3f08b346ff5b38e5274a0e54572f97762e56d619236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "dca9b5ee0021802f02a164f3ea6bd44e552b84bbe1896bebb21e625b811c7006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.7.4.75-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+1".sources]] -hash = "3e3d88d6dc9d0f01d9c9261b9c055f3a93ddfd65bb8609a92bd57ea9bd9fe6f2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.8.0.2-archive.zip" - -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "bf051d7b22581e31fac992c12af1400036d38e6a53e230b08f2aac3fa93d593e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "7892409299c6865d0652373cb385add31b0faa2e5421a931ae9fbc103e1472ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "a345694cf430a668b2fb9aac34e01b373c4283751cd8ee3f91439c8c9613455d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "7193f5d9b23e91b5cc34df57f7500f891b8461c1ace2d2489beed38da6d22f23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.7.101-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "4a75e5bd6a0e0e664ec5895ba050cf9d7cda08f41db2b6b4c36fb91cfb9627bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "da935b2d88a3e75095981143174026ca1d2a5ea43783240e7312874ae3e73217" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "b8ea7d2a5adb138a9121911dd03eaa7b7d04c96c64d2fcc585c29be2a73ddfef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "94a6bd85e944f89ce0192fae649ab9b213a7cea28d7bafa5f6a1d57c49148f84" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "cd6ed198ef77898bb3025145570d981cc7a0d2bda792e9a70822fcd274b18248" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "232bc60afa687d75825fce271ee8d5b56f2d58528785500448b830d61795840f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "15c117c74bc1401dbc87cc8a9f510155818786c030fc3396f4af6bc425aef6f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "4f1ed4817de6be53474a27c47097eb618a33b5a3e0ad08f5f68abc8b7312aa28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "283323c93050b3904d58417a6dd4055c156407c2df0c064ae81592e532b69a31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "9f56bfdfeccd63f4cde99bc4a573d5ab45e2339cf6a1b2a0fc7ff83ff9775b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "16841f9d4350ca21b6b362d4265983a58e675d64a14f168687b1b68995bec32e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "d90a30dd7e379d55cbc3b893e23c3bdf08b07293bdd2bd6957c4fc1e2ea998ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "5c4c56a91054e0bff1052b1359774c86b2d10f0bd0712d50cdc78b5ea636f6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "0a326ec6b1abcc6e54172a09bf9ba44b3b75ae536eb1287ebf4baa76609012c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "345dc2651a8e069a766ee9ceaa7052764964fbb75d17c765bd1f3656f22e45b6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "6f99b8a421235932974d7b14a20b8e61e7f5e65efc65b73b9f8455ef7627dbce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.7.101-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "0cb5ca0b171bb0e513d1960fde4106457ad6a3d4f770984bfb69d736fb403e83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "daf6a45fd71f80e697720445734a52422fec4eed07664bfa1154c1d84a2f0b71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "a60c92d8eb6d014b4f5e961d9d64a6fee9f0b381c6238146b55210d142a501f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "93d9e2ba9819ca19bac6c17e96bfd9bc56524a60372ab9d57286430df1c2265e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "a99594647a16839612f078913252809fe2cbe3ff23b9023304ddd181f5ad0362" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "2aa8cacf505c2f3cea263193df80e6411cbcb8eca5a46c539821324619fad47f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "89020ee3be5143b10915d78dfc1dbe44aef952c9a0aad44b3bb973288bcf98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "1a80975288256a894a435a9bd2e842bfcb4dbfec3e52741f4808e90ab270828a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "0d483258a04dcbbf845481d6bd15f061e06ba7608d54827eae026039aa9edaa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "45a7645ad81a8874c192b816b227730aeb771443f54a34fa35e3496041ddcc09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "45b65fa9e864d2df5d0d8fd36e5fad28cb3d5793689ea214b310086d034ad4a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "fb822e3c04e0fa1ff84dd236c9e9f5d84658c5b370d8d3ae235a241cc8445183" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "1137f6b08aac445070ed467e61fb68494339b798a1c6e1929647e87053b05c86" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "b7c90ae963e67825b9b518062902d4b80a55a3f3ada6f5bb3a7c19b8e93df024" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "f408a0534081a1e8e3cc2b3aaec33f9ba09c7c60bdd8a6d20b3ec69c688a576e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "42c2f7b9734a18dec5f63b954e3bc1ff45f4283b1707d88e7eb298d40c2a7390" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.7.101-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "59016452808b9b2eb83eeb05bdc0737983a1debb3812513c860869092a8152b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "09e183b991019eb102a8592ab3f3cf64fa1969a4ec42deb96407549938ece485" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "891de12a4aa2941e95b1d3d84f57ffe38840bc3883d02b1c9ff1777b16ed07d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "f7325009c1e73f7b4f70117073af1e698dcf81ceb07569527760606b348385fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "32a94a6993edc24aadeebdae7c4e8fad04a9c7214bd1f505aec16256305feb4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.7.99-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "a98ad5ae882cfcf57439668f7b4fa736d85a0726160bba5c058dfce5f79cc4a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.7.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "3d64f899d4e88bd85ff410aa8fda0fe3c14d0e3acadba9ef550924ac8f34b52d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.10.3.66-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "c6147c67db716824d8b7ff61306ccbf1897e3d5e1399d37e6c5ede0334db4ce9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.7.2.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "ce68130a726152a7f68a0cec85773e4074a2f2049e16ca41e462fde12affda94" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.2.10.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "eb9c08d184226c616a4ff041cec178b29480f8afe034f7537c0d07b6afe84588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.0.1-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "b7f1ba9c18f87db594847b318fa73b5c76945777b5c03a507434bfa6aba2f2a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.4.91-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "29499fe94220b91408487df21dc13a7c638482438e631df13cd5f1b28b68c48a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.7.4.75-archive.tar.xz" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "638ec54f6d180d17c6f70ba45e7694a29f1d7014a434e4f1c081198c04017147" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "1eb967fe01843dbe4b41a43352df193018077dd28b06eb2fd5af897b03f92d5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "6024efc79c78668de3e21b608035e77f1d40dc7bb250630255d627ccb2e51380" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "9d2d98b73cf70165a0c7652b5c764da2816209f519a8c73cdf01733a83502170" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.7.101-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "55aac64b0c81b96628ad9511514c591c33a4649d15d5a579d351be5b89632276" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "be716596ea300a295ab06b92caa92d7a17e4dd23f7a3f9ef0f98f1f81a63d241" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "f8a9be7526d4c201759346911145a026acafb72e664bae9ec8b9690f8ac4c56c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "dcff80bce25f5d3f3b53a3f08b346ff5b38e5274a0e54572f97762e56d619236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "d4b5027eee2e20155ba317b6b62f8fc36b2baa0c23b5c7031d93fa7d5b260fd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.7.99-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "1dc3858fc0e843fff830a260f00c9f2aed61882804735bea8154e577c8da42a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.7.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "f6d80b92b0c4ae077d71ee83aaa5057c4e6419b80e25ef22ff03a80aad700fe0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.10.3.66-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "88643d092d3d8ef30d2b5ca3757ea87577eaefc1268f350507a3b132abeb7f24" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.7.2.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "90e043d540765f410fa8d3d569e95b8eac15940037cd1159335f99d4caab484f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.2.10.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "bfce43d0437ae10a7250c9f173e04e048fc46f9e5c9ed2c2bd4db4e661c77ba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.0.1-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "2827643399b92b87af858bf4b004b4a664bc7e838a18e2143258b93c019487b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.4.91-archive.zip" -[[CUDA_SDK_static_jll."11.7.1+2".sources]] -hash = "dca9b5ee0021802f02a164f3ea6bd44e552b84bbe1896bebb21e625b811c7006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.7.4.75-archive.zip" - -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "99d77d9e4c75d5e4663e473577f1871e65bca4ea0b9023f544a3556f0c1776c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "28218273db8ffeb3ae4b31bfb4e4d90f0ae3373454c7970703c063dfd0377ba7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "2a03b591f7e6714811f34f807a76be1dea7d68788c898ab4a21ec2ccecf2e368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "6165a58e3b17dba210eb7fa6bab0b7c82aa83d6584e21adc54e9ce820f4a02b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "1aaacf07e4df2dda5f6246763fc89c1bb9af9d4723596f4530826bcae148f9b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "2dd496ef4f974cf73ef293fd3de3b5b5abcaaf36150304c4f7bd0228e3e34e9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "0845942ac7f6fac6081780c32e0d95c883c786638b54d5a8eda05fde8089d532" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "6d40a8f268ddf8befea453a827a140d6ecd1e02a437eb4ddf4fe1d7d35b66918" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "c982c7dd7b6b8f9e8328ae0b67c9d7507ea58b64c893374766f77be3ce58ac6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "b6b067595b9721409092b44d1fc0b5373a0368faed984150aa27545f96adc1dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "ee82495f51873831b5448b6181c05d1d8ef3abb7aa5d9e93c7e4f47fd1e0ee49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "cc559ab9c4972e331b1b90b7ee6ab909c80f818a6f522885109f800ed6d9db1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "2f3b7468c0b20a8de9fe6c93456cf5405f1eab70482964e35bf732aaa09ccaf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "cd0d212a4a49ee1d709fcd1d46eed5b34087d91d2465e342622caf7b173b1e34" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "b7cdd513d4ee079f3ebe78ae1e156b678fa4f7df096459ae5bea8dc63db8a4f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "a630e95396437d0a8643d0184e95ac10a7c85488eff23955c94d1270dd45af2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "4b759ba07830b6394cf6d28c0e0e1a3e8bf88adfd5df575812dc1e1f9308f6d5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "c113d2340e4c91f7ee32e123f6a7736a070b79521bf33787a066fbb626790954" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "cb5608a2a52fbe316bf89373e47c5b801ee4cbdbe8eaea777f8c4dcf4225c65e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "bab943ceddc0d7103b0777953dca8cfb66db35b54fcee75187397345ada6e112" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "472bbce7395e259ac609b6591cf4f01f2c7aae0af2562f77bf1433a3f578c6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "548fe5e0cf6a64568a61713cdb475306ce7445d98dfbbe7f910fd78a7f6b616c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "9961e1770fdde91844938a7046d03d7dfa3c3ff7271f77e9e859ca84d631ebf4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "8eb977d7ed61eaa70a32963f1c2bd63ef92710a5a6486800125dec4ed8ebd6fb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "75f77f308dfd216925e3ec02b2a2a0631d3cc72e023ba52b29b902f508dc6bf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "5cd2ba50234b0743242bab212bf742c114e274fd639ec9d79fd62e1295756d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.8.0.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "caddf3d887a5bfb7db32757016fce18922838c889c80e910d91edd0644039116" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.9.0.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+0".sources]] -hash = "64f9ff04d1660ca0d611c8ac60ace7124f3e647519d67f78f681277e1c9221cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-11.8.86-archive.zip" - -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "99d77d9e4c75d5e4663e473577f1871e65bca4ea0b9023f544a3556f0c1776c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "28218273db8ffeb3ae4b31bfb4e4d90f0ae3373454c7970703c063dfd0377ba7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "2a03b591f7e6714811f34f807a76be1dea7d68788c898ab4a21ec2ccecf2e368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "6165a58e3b17dba210eb7fa6bab0b7c82aa83d6584e21adc54e9ce820f4a02b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "1aaacf07e4df2dda5f6246763fc89c1bb9af9d4723596f4530826bcae148f9b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "2dd496ef4f974cf73ef293fd3de3b5b5abcaaf36150304c4f7bd0228e3e34e9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "0845942ac7f6fac6081780c32e0d95c883c786638b54d5a8eda05fde8089d532" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "6d40a8f268ddf8befea453a827a140d6ecd1e02a437eb4ddf4fe1d7d35b66918" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "c982c7dd7b6b8f9e8328ae0b67c9d7507ea58b64c893374766f77be3ce58ac6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "b6b067595b9721409092b44d1fc0b5373a0368faed984150aa27545f96adc1dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "ee82495f51873831b5448b6181c05d1d8ef3abb7aa5d9e93c7e4f47fd1e0ee49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "cc559ab9c4972e331b1b90b7ee6ab909c80f818a6f522885109f800ed6d9db1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "2f3b7468c0b20a8de9fe6c93456cf5405f1eab70482964e35bf732aaa09ccaf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "cd0d212a4a49ee1d709fcd1d46eed5b34087d91d2465e342622caf7b173b1e34" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "b7cdd513d4ee079f3ebe78ae1e156b678fa4f7df096459ae5bea8dc63db8a4f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "a630e95396437d0a8643d0184e95ac10a7c85488eff23955c94d1270dd45af2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "4b759ba07830b6394cf6d28c0e0e1a3e8bf88adfd5df575812dc1e1f9308f6d5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "c113d2340e4c91f7ee32e123f6a7736a070b79521bf33787a066fbb626790954" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "cb5608a2a52fbe316bf89373e47c5b801ee4cbdbe8eaea777f8c4dcf4225c65e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "bab943ceddc0d7103b0777953dca8cfb66db35b54fcee75187397345ada6e112" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-11.9.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "472bbce7395e259ac609b6591cf4f01f2c7aae0af2562f77bf1433a3f578c6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "548fe5e0cf6a64568a61713cdb475306ce7445d98dfbbe7f910fd78a7f6b616c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "9961e1770fdde91844938a7046d03d7dfa3c3ff7271f77e9e859ca84d631ebf4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "8eb977d7ed61eaa70a32963f1c2bd63ef92710a5a6486800125dec4ed8ebd6fb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "75f77f308dfd216925e3ec02b2a2a0631d3cc72e023ba52b29b902f508dc6bf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "5cd2ba50234b0743242bab212bf742c114e274fd639ec9d79fd62e1295756d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.8.0.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "caddf3d887a5bfb7db32757016fce18922838c889c80e910d91edd0644039116" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-11.9.0.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+1".sources]] -hash = "64f9ff04d1660ca0d611c8ac60ace7124f3e647519d67f78f681277e1c9221cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-11.8.86-archive.zip" - -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "99d77d9e4c75d5e4663e473577f1871e65bca4ea0b9023f544a3556f0c1776c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "56129e0c42df03ecb50a7bb23fc3285fa39af1a818f8826b183cf793529098bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "28218273db8ffeb3ae4b31bfb4e4d90f0ae3373454c7970703c063dfd0377ba7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "b2ebc5672aa7b896b5986200d132933c37e72df6b0bf5ac25c9cb18c2c03057f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "9c1a92d012ec7e63334863a70f8c48b25d3a7df13253813318454358eeaa4400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "2a03b591f7e6714811f34f807a76be1dea7d68788c898ab4a21ec2ccecf2e368" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "6165a58e3b17dba210eb7fa6bab0b7c82aa83d6584e21adc54e9ce820f4a02b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "4bde6bdd6550110b91a5b8e442579c26ddf3a4bc9d380bed03daee8bf70a5286" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "d5536917cbb0e2a1a5287e57e7c47e8645117a5a514cdbfd0da686986db71e75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "045e6455c9f8789b1c7ced19957c7904d23c221f4d1d75bb574a2c856aebae98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "eadca0b30a4a2c1f741fde88d6dd611604e488fdb51c676861eabc08d2c4612f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "9d30be251c1a0463b52203f6514dac5062844c606d13e234d1386e80c83db279" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "ed136d960d28001fef1fe896aab56ea3e6a886970ab732274c9306e1bec88c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "9250fe539d4bd6a378581dc0b528e8cfc418b57f28545bf39d70cae762075df7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "1aaacf07e4df2dda5f6246763fc89c1bb9af9d4723596f4530826bcae148f9b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "0845942ac7f6fac6081780c32e0d95c883c786638b54d5a8eda05fde8089d532" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "6d40a8f268ddf8befea453a827a140d6ecd1e02a437eb4ddf4fe1d7d35b66918" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "8c0cc24e09e015079accc3c37c8fffd7bbeb04a688c9958a672785ffb785ffac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "c982c7dd7b6b8f9e8328ae0b67c9d7507ea58b64c893374766f77be3ce58ac6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "48e3bd8f14d5846e0fff88bcd712a6bf0fc9566095ff24462bccdf43506f5d6a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "16fcfac1ef89584a36bf725b1706c51ecf9754acc712600f5f3e70f6ba119c8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "af86ce4c1a69be36b3d3363cbf2c47d752e916bf2690b7d7a845d78da10a02c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "b6b067595b9721409092b44d1fc0b5373a0368faed984150aa27545f96adc1dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "ee82495f51873831b5448b6181c05d1d8ef3abb7aa5d9e93c7e4f47fd1e0ee49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "c4c305c31b38afb66e69c522263e6c04e8a08425330eebf7323a9f9d489d5a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "b76e464506821e4643d536f79c650e07a6c42de075d124fa885e449b138f21d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "27b07d1fa375404ed0f7ce37573de1c8a5ff8c313b9f388ee7b4ff41d4a8409f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "c2203e0e48733acf40b76a7a3ff15d105d8c2f02dc8bb2865eb814e091ba0c5a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "7349ddfc41ceb2f80cd13bc0e26447f05eaf540ae55110cf8b8774ed2860228b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "fa3bcc0a9b1fb8c9c4d9c866284c561be765f101175a37aaaf6b6c25e584dfa1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "1072e26dc118cbf9d6f061eddbff45f2da2eef6c87c2b8a64fd1586af91a2735" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "cc559ab9c4972e331b1b90b7ee6ab909c80f818a6f522885109f800ed6d9db1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "cd0d212a4a49ee1d709fcd1d46eed5b34087d91d2465e342622caf7b173b1e34" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "454c6f6e30176e82590b130971b8d49931db4d16c8cd127eb7bc225e348114bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "e7622a46261df6424e8cd892e1631ef3bbfae90d0aace4a63fd35cdcffa9c788" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "9ef1314c2e9b0149c3ffb07559cf1226bfd716515c92e6dbaf400863b3f4d44c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "a7d2b993dcfdec7bf24cd8e7cee292679bc351d95bc58e99e3394593f708fa80" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "e6cd1a039b5318cabc848840f0e660c4e0971186ae84ff0b2a56246b898ace1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "578604e16d2c687a41fe1beb9eff44a72ad7e0ae9acc147fe28c37e1d3962f8a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "233c4f3ed5429930284b32c2b755ca01c4f2899e1dbb9036c738af85c874d53b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "090030bc5e4b65cb2d64cdb10964ae555b1db2f3a1c9446db17bf901c303b3f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "89f3f8067b1a5812b0c46a24b4a82864516bf7026c951f8ccfe91c2b7c430596" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "0b1ec1096f87a796a0352188b89ac85bce19e97af504b72a2684f254de667d1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "05252a76ee24a73b4def52a52c3a4d08e790f3956b020dfaba56af0cc169b08a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "7337babe858b3b9d267603207da5e450d24d7fdd8173c4c5d303f6586e83611c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "56411f5ce1f7c8a0a6a9db0b50f3454321226ad82abf6a189b176efd86587b77" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "25010c938487032feb4ff8efbe9e60d9cc2fe68e865ce263be0a2542929d16be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "a7795a1f97ea1b7c1e5753294e7ddaecc3e99e18da29e1e9adcbd73e61946365" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "1ef920c64610e03933ed94fc1dd34377c298c35bca83b9e864114dd7ad512c58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "567818017d8eed04c7ea5bd3d7aacadc3008e32d33773feef55260c6473f9920" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "b7cdd513d4ee079f3ebe78ae1e156b678fa4f7df096459ae5bea8dc63db8a4f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "88f496a2f96f5bb2a9cb351e6704dfe6a45e713e571c958a3924b2a02e7adea0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "a630e95396437d0a8643d0184e95ac10a7c85488eff23955c94d1270dd45af2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "d53c7e5da57d1e9df1f5bb3009e4964fbbcc8382906f64153ba4fab2ddeae607" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-11.8.87-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "17d30d924a1d6ff5748a0b6a4e7c25fd39644250cef9184fba520362f70ff798" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "8e6f10a708937283919ebd57ba55a5a3575a751c92f63ac9a99f5bcfda8ac1dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "4b759ba07830b6394cf6d28c0e0e1a3e8bf88adfd5df575812dc1e1f9308f6d5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "c113d2340e4c91f7ee32e123f6a7736a070b79521bf33787a066fbb626790954" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "d81246bc36adb4664a816ebebd2a572b92a74b3a36a830454fc91a13bdad7d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-11.8.89-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "00975421bfa738b026ee1d89d41b76456d221cfe5737399604aca473f89ff922" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "38fe90cbbc7da3dbdcd8c29e0fcd60f69baf580d9b3f71a4ee102e3c7fc30b3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-11.11.3.6-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "e2bec93081e31ee2f0234d2fa93c2b501de29d2143fae287fe729c3318811e56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-10.9.0.58-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "3df3571103b056ab354e616f1c0737b1b2a25a7875b98b1b9bf32dee94449699" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "554a404bc39eb8369b5ad90cc7bb45fdb33dae509bd9a34cb0cbeff831d8569a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.1.48-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "191ae1f26b15955b743f6c4978c8562b973b16671a9f684368d501919f906ce5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-11.7.5.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "cb5608a2a52fbe316bf89373e47c5b801ee4cbdbe8eaea777f8c4dcf4225c65e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-11.8.0.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "472bbce7395e259ac609b6591cf4f01f2c7aae0af2562f77bf1433a3f578c6ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-11.8.86-archive.tar.xz" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "548fe5e0cf6a64568a61713cdb475306ce7445d98dfbbe7f910fd78a7f6b616c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "988cc9e7d3785d4b1975521f312c57c6814cbf15e73a2b7941d961835f2a945e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "9961e1770fdde91844938a7046d03d7dfa3c3ff7271f77e9e859ca84d631ebf4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "a243ffc6b5cfd9ba469bc3dd02208186c4f1956e91d54e9bca295757edd9dafa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-11.8.87-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "4cdd7555f31186e5af0b14ab761838bbc8b5e6441589f5bb326930c7a502dcd3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "56888ecebbac419f1d5e91bff33ea1268fda12a3ce8818b0c6f360521cf07152" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "8eb977d7ed61eaa70a32963f1c2bd63ef92710a5a6486800125dec4ed8ebd6fb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "75f77f308dfd216925e3ec02b2a2a0631d3cc72e023ba52b29b902f508dc6bf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "e5d571247e71e0b0922a929516175844efa9e7ac424ed3c1b764bffb4899d3c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-11.8.89-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "24fdaaa3a80dc1faea90a49213bef2098f0abbad8bd5108fada5b77d7ad00dcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-11.8.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "67b0934a6359e4ee26fff823c356021589d392c4fd49ca12624f570edc08e2b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-11.11.3.6-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "a4071a85e3983bf42ea7a2e9bebe3b0b3c9ac258668580adc32ee1c385f7556f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-10.9.0.58-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "aaccf56d68a63378edc05109c233ed47e185237c8d334f9df136923440a9a6b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.0.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "965298e47640b643827cd6fe4ca5cab3c5a97b4bedc5357e9b6551298d1f9c2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.1.48-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "b51a46f4f6bb9476ffe433a1dedad2c94a546c8a92e70dfed63207b64ff57e50" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-11.7.5.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "5cd2ba50234b0743242bab212bf742c114e274fd639ec9d79fd62e1295756d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-11.8.0.86-archive.zip" -[[CUDA_SDK_static_jll."11.8.0+2".sources]] -hash = "64f9ff04d1660ca0d611c8ac60ace7124f3e647519d67f78f681277e1c9221cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-11.8.86-archive.zip" - -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "99ab5e0f671490141e0f41724f271dbfad75fb1105532f0726523d4fdcf12783" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "6f032c74da29c8a4738e30e69f42111f754dc7ffde2aa0417cfb3b3813aef0a1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "c775973769480a1e2e1f6dcd3ae8e384e8829bb8afd5669b6f5af9a442b947e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "6ffa51a5e0b2977302204b218337900948b1662e596617a5947e520ff4cf3662" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "8ec3a0b1f4f465f8602a7113b8109fad19433ff03cb4d8e5018c30af29000776" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "b32bcd888bbbbb33f5005ac0e6a11eedaa5b959ecf9ee3249efc171f51a113ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "48663707a6ea2cbf5468b4bd956c650afd5793f0a32f2f8f0775d0a731695495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "12a24d11fe5d77e57adbd9db5a596224a17d6bcee3df7f51a65a3fb01c191028" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "c1c8361fcbec46156df7fb764a7a8b213f06ec0ae926e98316bc4ec63ce3a68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "414c1faea0f537965b3af44631fe2f3a285fdac8d641b8b3c120e48230327ba5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "c8c5b05b8ddf84718c16ebd49076b7759dfac7f8e8118cd25f9b53db9f142ccf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "7a98948ae3de878578acf44a2e164fe8885e51d15001a62b21b58c900e07c5bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "89202c70183641b619dfef9735a2733c84ff8253c0285f8285c5e18653b0a990" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "599e7a9d9cc937fd52775545c9d234bbbd0c361632fe16ce5764edb89740d053" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "8ac9fa2cbaf2ead8c7794b787eea98a7ee94ecf44f99d564e1a4ae349f08a153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "899dde9d02095a6802c81021480dd093ae4a1d2af314ba3cefdd93e8a2eb076b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "f41a552e53842e8fe9d0851f29433c115a0bc05cc44c93bc33a7ad5b91d73a14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "38583e2894b3ccb9231a5396d17b0a7484662f50b22cfa3da788f9fe4b8f4e7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "a34350a0ba18d6d11627ffbff407d356b9505935455bdb5f299b6c3ec5e30dae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "7ef6721a63aed4cd352c0099e68dd9e4da9d46bfefa51e4fbc2502c25e65f9cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "d181eedf77a91dc4dacec561c5735c957d07f8d7fcb69fa70fe35989c1398a82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "4a660ecc7d6651f797279cb5aeeaef90defc33469b2015ef2a15375c7c56aeec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "51def3bad16ad68a33a7fcb3ab75ee8b7c607e025bf1aeb07105377085450691" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "4c753f4b871a62f3586e9c3afa51128445c7b1479da303daebfcbc5a3743e9a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "812a98986560898885d0bf404d2c885019af7cf07c76a91198ee3e63c983eea9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "59a51d922eb358097a3e22d1293843d2f3c2004979ac687469c6846b01b4375f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.0.1.104-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "c79833f8f39c0dfa113418f277d97eb251fc21ba1a2513270ada080e367c2a5e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.0.1.102-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "303405e4184be2cee7ecfbbb3744e33288bcb82f9191f33a58961ee33b53c4f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+0".sources]] -hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "99ab5e0f671490141e0f41724f271dbfad75fb1105532f0726523d4fdcf12783" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "6f032c74da29c8a4738e30e69f42111f754dc7ffde2aa0417cfb3b3813aef0a1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "c775973769480a1e2e1f6dcd3ae8e384e8829bb8afd5669b6f5af9a442b947e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "6ffa51a5e0b2977302204b218337900948b1662e596617a5947e520ff4cf3662" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "8ec3a0b1f4f465f8602a7113b8109fad19433ff03cb4d8e5018c30af29000776" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "b32bcd888bbbbb33f5005ac0e6a11eedaa5b959ecf9ee3249efc171f51a113ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "48663707a6ea2cbf5468b4bd956c650afd5793f0a32f2f8f0775d0a731695495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "12a24d11fe5d77e57adbd9db5a596224a17d6bcee3df7f51a65a3fb01c191028" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "c1c8361fcbec46156df7fb764a7a8b213f06ec0ae926e98316bc4ec63ce3a68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "414c1faea0f537965b3af44631fe2f3a285fdac8d641b8b3c120e48230327ba5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "c8c5b05b8ddf84718c16ebd49076b7759dfac7f8e8118cd25f9b53db9f142ccf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "7a98948ae3de878578acf44a2e164fe8885e51d15001a62b21b58c900e07c5bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "89202c70183641b619dfef9735a2733c84ff8253c0285f8285c5e18653b0a990" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "599e7a9d9cc937fd52775545c9d234bbbd0c361632fe16ce5764edb89740d053" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "8ac9fa2cbaf2ead8c7794b787eea98a7ee94ecf44f99d564e1a4ae349f08a153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "899dde9d02095a6802c81021480dd093ae4a1d2af314ba3cefdd93e8a2eb076b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "f41a552e53842e8fe9d0851f29433c115a0bc05cc44c93bc33a7ad5b91d73a14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "38583e2894b3ccb9231a5396d17b0a7484662f50b22cfa3da788f9fe4b8f4e7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "a34350a0ba18d6d11627ffbff407d356b9505935455bdb5f299b6c3ec5e30dae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "7ef6721a63aed4cd352c0099e68dd9e4da9d46bfefa51e4fbc2502c25e65f9cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.0.1.102-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "d181eedf77a91dc4dacec561c5735c957d07f8d7fcb69fa70fe35989c1398a82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "4a660ecc7d6651f797279cb5aeeaef90defc33469b2015ef2a15375c7c56aeec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "51def3bad16ad68a33a7fcb3ab75ee8b7c607e025bf1aeb07105377085450691" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "4c753f4b871a62f3586e9c3afa51128445c7b1479da303daebfcbc5a3743e9a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "812a98986560898885d0bf404d2c885019af7cf07c76a91198ee3e63c983eea9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "59a51d922eb358097a3e22d1293843d2f3c2004979ac687469c6846b01b4375f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.0.1.104-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "c79833f8f39c0dfa113418f277d97eb251fc21ba1a2513270ada080e367c2a5e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.0.1.102-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "303405e4184be2cee7ecfbbb3744e33288bcb82f9191f33a58961ee33b53c4f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+1".sources]] -hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "99ab5e0f671490141e0f41724f271dbfad75fb1105532f0726523d4fdcf12783" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "af047b03ea261db8413fe61cd9c5d480e784b41f286d1cd31925eddaf8b2e84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "6f032c74da29c8a4738e30e69f42111f754dc7ffde2aa0417cfb3b3813aef0a1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "ab0cd16702748861a58668e78fe6ed27d69c649f585a616927e7809a4108881b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "edcd6133f55d04dce7f09c0b9e70b3c2e3b67a4ac526aaaffd98cbdf619fd160" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "c775973769480a1e2e1f6dcd3ae8e384e8829bb8afd5669b6f5af9a442b947e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "6ffa51a5e0b2977302204b218337900948b1662e596617a5947e520ff4cf3662" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "90199c8586a1ee88363358c25e028b1ae301457c5f3e36120a4135b8d941a5d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "9de1b2862f2994c7f730928d715dab442e5de0adba8409d5eabb5cd103a3c0e0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "67f9d7f639762685a93a8d3a12b8625084749fade6a887323fbb53bf6fefc81b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "0052bb2dfbb2d5bbe11c986b4c6f20cd2fb2ec006336829c70976ce6b9cb3f88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "0a890a9dd99c199973d909bd7a4a3614f236810b7b2b713417d1ceeb00cc2c51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "7e457ec82af1819d7ceed3bdc68dd31819a51f9562836e24a7a9baecd71af08f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "e6042e6e8c9f075e6f23a172473a384858dd8d0a1e97950763f96eec329e168b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "8ec3a0b1f4f465f8602a7113b8109fad19433ff03cb4d8e5018c30af29000776" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "48663707a6ea2cbf5468b4bd956c650afd5793f0a32f2f8f0775d0a731695495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "6bbfae3c369ad5b7807e9697000cb60ecc84e4a21af9376b9f42ed56f8ce9c7a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "12a24d11fe5d77e57adbd9db5a596224a17d6bcee3df7f51a65a3fb01c191028" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "21db5f223ba9d6f0c873b81068e6ca9d1dede310ab43d2f200820530aa41ef9b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "c1c8361fcbec46156df7fb764a7a8b213f06ec0ae926e98316bc4ec63ce3a68e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "24d5bdeed953816ea2137393b306dbe1eb269e6411d2d4d50665104357716866" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "9cd7b8e584c74a648147c9cfbedb505165c90187f0eb10a4696541ac0751f2b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "69e46bf5eafa22ba341a61cdb23cb78fa09b43656c77c219a3a53f2ab5105bc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "414c1faea0f537965b3af44631fe2f3a285fdac8d641b8b3c120e48230327ba5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "c8c5b05b8ddf84718c16ebd49076b7759dfac7f8e8118cd25f9b53db9f142ccf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "b6001319eb9ae636a41a1578a86999f596f6e3b68c5a2d3b9f971686dcdc7d28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "2fd04f3345b3010f77120181ea65d0fa507389ca89680d239509e5f38c6bf522" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "54a6b189a76a924b9e34e76124d7a0564f554c5106b9641d9101c9ea55b9b57b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "ca5d8102a3727494ff09c85245d978d034cb6e6f271060f9a342e1bb40c69a5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "14a828fca560d9656c416f5b2a1db492e9d4b7910756f8da64d6e18fa145df4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "1a413618bc7c6cc7c720d149132a8af980cb9fcccc1ddc61d7987b8512432f01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "c5242ffb1297af6829b99351c95b17d340358309e15920100ff1626bfa2beb1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "7a98948ae3de878578acf44a2e164fe8885e51d15001a62b21b58c900e07c5bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "599e7a9d9cc937fd52775545c9d234bbbd0c361632fe16ce5764edb89740d053" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "5e2852073355e56d8cb8b13471dd64b2192ef65d86f4729e79196316d09e9190" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "c5333a62613f990396496988c4b6021ffdeea2d633bdd980e7a038cc2db0db79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "cb333a5ef5da06aa88823501c3269dbde7b3b2aa53b3cf9d76c7ebad9d53a532" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "fef156cad68f94b8180ac20b99f57cbbeeb05107ed42dc160b33a529c2cd010f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "36e00f979177b559fd6b137ecbdf8cf9e5ed6d3e2d9960c3d17e9b375cecf540" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "9540d9b13bc5d576f3ea645cb077b420c672c7197c7e5c9dae3db75d5a671d67" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "27bd736406574ab8c4090725da5b3504905e2e2aed4d1cc1fbf3ddbaf1e2cd18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "4635668f7b0dfcf78cf497c2132a7a02eebf2c31ef082edf03a9ff9fe985e3f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "cbd65b9b9e9c6b25b4ec7537d8e318c209826244b0d448dac3a5249069b35d61" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "3482f78e1170b3ba5ab43b024c56d635721ca01ab9e3f691eb32544c1743eac9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "f5345690ded34f3ece4a4232480ff78d646beecc175438c4fe2d5986bef9157a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "779817bf118e62c6a1b80037b045128f389b80b05bde774b4e7ec9b2b03e86c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "c2ded0d0cf2d2686d31da81488d6e0d56c5d97f8509a3de9a7f41a6636d916de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "4d9b6ef38bd646f9a9219e605b6dc2a33ae2b5a15458b57b297f27938eee9a79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "9ee052656581ea67b37fcbe0430f680530351bfa77a2fd3575f5afc262a6cf26" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "878b02e09d73677365fc9195f282164c80f004921ae33b84c804333c1a28ab9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "db02a7461a8921167b86f2b8702fbea545180840895740f6ff006d7578d22734" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "047a0d78f2253b1026f4afffc3540d5e26b2315841a5e97cc7346abdf87a8359" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "65fd365da945c56562057ab2992582783bfa69f411a69f8bc51635349737821b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "8ac9fa2cbaf2ead8c7794b787eea98a7ee94ecf44f99d564e1a4ae349f08a153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "33b14bd774b0bec908d4758bfb30fcf2020cd0c93ad899376f438113de3df519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "899dde9d02095a6802c81021480dd093ae4a1d2af314ba3cefdd93e8a2eb076b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "df39906fe2320a4b7901b5afe6bc39c43c0cd83871bcd153005166bca3036fba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.0.146-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "04ea3493f4411007f1941eacc2de4af2277804a3d5be2e18f2aea54a362431bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "591da3a8957102934dd4af1c18a4a781c071b7da6a88213ad05edba3393783ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "f41a552e53842e8fe9d0851f29433c115a0bc05cc44c93bc33a7ad5b91d73a14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "38583e2894b3ccb9231a5396d17b0a7484662f50b22cfa3da788f9fe4b8f4e7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "a6af3286a30ffa69ec667886c0e0aa44df23cd32dd77807c39ff8cab1ecc3492" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "fc16a5451538c5c901ba738e89743eb63d0ec6055e9ec892745bb08fc3371cfa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "024561f702d72795f69a8c2a481da8961c85b954c43a3cb9ad66dd6f01ffbf65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.0.2.224-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "2df31984726527989418ffbec944f2c0fcc59707d5c84dd53c04a35c5b93dc95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.1.95-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "d73bfb1fee2cef2d5e72a71777ebe7a21a3002db95fb1f367c573189c3dd0253" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.1.124-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "f707901e02374dd1bbfa5ac8901da799cca5fdc18c088cd4d8a8d7ba1b91e02e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "f0df2c3d36b4529d84f8d447c7640a988f4c52db965b4582abfc282c90173937" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.0.1.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "a34350a0ba18d6d11627ffbff407d356b9505935455bdb5f299b6c3ec5e30dae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.0.1.104-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "d181eedf77a91dc4dacec561c5735c957d07f8d7fcb69fa70fe35989c1398a82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "7b45ef9787670e2676257e769deb60c12467a4751806ed4da49ff6c3826e8939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.0.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "4a660ecc7d6651f797279cb5aeeaef90defc33469b2015ef2a15375c7c56aeec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "f40f5ab0d3a566f30d865903f76b504a168a58adc11cf16e0c53f1c2cea4a588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "51def3bad16ad68a33a7fcb3ab75ee8b7c607e025bf1aeb07105377085450691" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "cc888b32d5e2d6dfbdab00c5ac99bbb35f45cbee6a9e79f679013a550811a322" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.0.146-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "410100486923612c1984e4b4d93b04c9d689f5aca9e93294f1d78e3af745746b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "ac84be4b8657dff366ac949d2a1827ed30ff8a130a46bad92006c4bad6a79be6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "4c753f4b871a62f3586e9c3afa51128445c7b1479da303daebfcbc5a3743e9a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "812a98986560898885d0bf404d2c885019af7cf07c76a91198ee3e63c983eea9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "cd8e8c5be748ad2675040ebcf8435c6431ef6dc08e3313e537d67cc31f370c3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "51abebc3d4bb715b65e8979d1d8d209d955cc56d714d7c8d7561c1a8a7d61186" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "d7094c6ac5a9dfa27bfecca7b0afea8293f0828e1bce895c9b87740674bbc75f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.0.2.224-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "3e284518643b7788c38c0f67a9a34f6310b4558a9e72d71d1e7d95a80d947038" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.1.95-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "e214f386e7313371e1a70928f0cefe315093ee9ecceb48b784fcb8d8ce92bbb9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.1.124-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "f4fd50ca109b8633409c26806dac80f2cb0cf9e8d715158c1addee1403ce9792" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.3.1-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "0721ffa90bcf2d25b46245f76b30a8d948a3a05bca8f63ca0a4380d76ab37233" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.0.1.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "59a51d922eb358097a3e22d1293843d2f3c2004979ac687469c6846b01b4375f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.0.1.104-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "303405e4184be2cee7ecfbbb3744e33288bcb82f9191f33a58961ee33b53c4f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.0.140-archive.zip" -[[CUDA_SDK_static_jll."12.0.1+2".sources]] -hash = "88c4d3ca3fe2275b4ef0212034a67748465af2e9e193560c63c4c251f618caf9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.0.140-archive.zip" - -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "b84ef3ec3dc1b4891267be25846f0c3ed7f9fa84154d59eba805402b86991baa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "1098b58dac2be496bf9a2766c9cdc17c20848a0dd42fc7283aa9c669c0afda52" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "20ae775b1c78a107fca1cc52f2cba35f55e5296356fe0678937212f70923d77f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "aaf3b1f67bb3d6cafc1ea2b9519ec4285a8312be0f44402c7ac292a6a0d23163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "3fff6cb6eb0e04f96b0b5fca26d97486cacd1ea6d3d0d2fcf8d2982bf0b3eda0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "52c42e32c7961ecf8b8eef0e46fca6701928a935d2d918c788038a8d1b448bd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "d293267a822c8c87a53cee97cccf49b2eb20c53b99f477328dfa1d7d1c5c7f75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "54fc03a5d3682e7f09c04d67f8db84a1921b6144838d9e4281584b556e8bdf68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "9838b259bcc5baae86371a05f336af0f8e5cf8b75b8f7c2532864424e4bf1185" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "22e57945f33e4b995d63899993b7a0f07fb512fc8ecb5279d183da726b3550fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "f0d9d46ac68030d4f0958c4d3f9de462c0ca93a03c6058de6e46575c2e732259" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "3fc2cf6556bc3eb8c01044a089c12ae15fcec8a8beb0886b234c0aa61e4b1356" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "5eb467e72d4a6c4ce76ded7d26cfbaa3410de78a853660e777ec165c14211c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "9312eda8337dafa28b4abbca013d1c8bc530de504dd44c0836ba1050929b20fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "bddd9462467f65e1e766998a75b363643e1e99e7ad1640c4e94f5df7d881e757" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "36ebf3301076b41c826df39816cf3db72e08d857191a87f052dceb2edb68993c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "c8580a12241b20fc46bdf3acfce09d5395bf5dc665df2db4c2d5e9491326b8cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "0af184fce75a6407cdd7d87e9abc51d6740bacb694c2f22a35ce29b71988de16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "f7e0a26f39e65b8ccdac72ee37b74cd91ca6a02dad5e37eb95d6fb916fdfae2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "658523dd6d269eb433b30d863c4c9f267941bb8cffc0927db49d35bb0f166cfd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "54add0d5e2ba36880f47c9a45bdaf9d6b2e41311e40a8d4b933d46f774a6a2fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "2bf3d61e695abc8c4b5dbb06c6b5286cfd4c27037bb5ea7e6ba232a266b6677b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.1.109-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "c4b10ad15fcfd8ae9d8253361026c87db716cf3f6b4ca562f411afe557ca5eec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.1.111-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "44a500778ecf60988525d1f1b8f32fa224b80d771057bdbe7488cc3c662d6d38" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "daf438d2f1f48484428fa06a5d9d72c3f8f1fb6b01c7c38270981ba76ede45dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "027c91b2bf617a769f97ac381369c2e7d9906df6f10d289e40723212680b854b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "36d19f9f0635860f18aa6034359fd661c2a58fe41d891df27b48fb8ac6d42336" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.1.0.40-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "f7e51c1c86298b5ef35d17435234d3ffa8d28e8d10c2439c87bb1875e77f8726" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.0.2-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+0".sources]] -hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "b84ef3ec3dc1b4891267be25846f0c3ed7f9fa84154d59eba805402b86991baa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "1098b58dac2be496bf9a2766c9cdc17c20848a0dd42fc7283aa9c669c0afda52" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "20ae775b1c78a107fca1cc52f2cba35f55e5296356fe0678937212f70923d77f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "aaf3b1f67bb3d6cafc1ea2b9519ec4285a8312be0f44402c7ac292a6a0d23163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "52c42e32c7961ecf8b8eef0e46fca6701928a935d2d918c788038a8d1b448bd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "d293267a822c8c87a53cee97cccf49b2eb20c53b99f477328dfa1d7d1c5c7f75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "3fff6cb6eb0e04f96b0b5fca26d97486cacd1ea6d3d0d2fcf8d2982bf0b3eda0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "54fc03a5d3682e7f09c04d67f8db84a1921b6144838d9e4281584b556e8bdf68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "9838b259bcc5baae86371a05f336af0f8e5cf8b75b8f7c2532864424e4bf1185" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "22e57945f33e4b995d63899993b7a0f07fb512fc8ecb5279d183da726b3550fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "f0d9d46ac68030d4f0958c4d3f9de462c0ca93a03c6058de6e46575c2e732259" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "5eb467e72d4a6c4ce76ded7d26cfbaa3410de78a853660e777ec165c14211c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "9312eda8337dafa28b4abbca013d1c8bc530de504dd44c0836ba1050929b20fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "3fc2cf6556bc3eb8c01044a089c12ae15fcec8a8beb0886b234c0aa61e4b1356" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "bddd9462467f65e1e766998a75b363643e1e99e7ad1640c4e94f5df7d881e757" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "36ebf3301076b41c826df39816cf3db72e08d857191a87f052dceb2edb68993c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "c8580a12241b20fc46bdf3acfce09d5395bf5dc665df2db4c2d5e9491326b8cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "0af184fce75a6407cdd7d87e9abc51d6740bacb694c2f22a35ce29b71988de16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "658523dd6d269eb433b30d863c4c9f267941bb8cffc0927db49d35bb0f166cfd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "54add0d5e2ba36880f47c9a45bdaf9d6b2e41311e40a8d4b933d46f774a6a2fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.0.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "f7e0a26f39e65b8ccdac72ee37b74cd91ca6a02dad5e37eb95d6fb916fdfae2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "2bf3d61e695abc8c4b5dbb06c6b5286cfd4c27037bb5ea7e6ba232a266b6677b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.1.109-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "c4b10ad15fcfd8ae9d8253361026c87db716cf3f6b4ca562f411afe557ca5eec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.1.111-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "44a500778ecf60988525d1f1b8f32fa224b80d771057bdbe7488cc3c662d6d38" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "daf438d2f1f48484428fa06a5d9d72c3f8f1fb6b01c7c38270981ba76ede45dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "36d19f9f0635860f18aa6034359fd661c2a58fe41d891df27b48fb8ac6d42336" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.1.0.40-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "f7e51c1c86298b5ef35d17435234d3ffa8d28e8d10c2439c87bb1875e77f8726" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.0.2-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "027c91b2bf617a769f97ac381369c2e7d9906df6f10d289e40723212680b854b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+1".sources]] -hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "b84ef3ec3dc1b4891267be25846f0c3ed7f9fa84154d59eba805402b86991baa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "6096ec878c8c443258d39c6e9cf2decef127f8aa8da594fdc5a336d047ab6bd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "1098b58dac2be496bf9a2766c9cdc17c20848a0dd42fc7283aa9c669c0afda52" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "397594a200619aa748bdd9e1c95bbf01bfddbb00624940c5ed26e43df1bec363" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "f47cbfd3f139e37da7cfd648e5a4f3d3f2d67a6f1515e8c1f9bb135f1ce6a9e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "20ae775b1c78a107fca1cc52f2cba35f55e5296356fe0678937212f70923d77f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "aaf3b1f67bb3d6cafc1ea2b9519ec4285a8312be0f44402c7ac292a6a0d23163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "bb15706aca6760770f0bfb814517f875ab0cfd479bc6b1d5dd7792c5ded8317b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "dfa911da08c37bd521b993bf35c26a9975c4737c77fd8eea92af23be13afa602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "90044d7ad8c44f33cb670c1fe6f2c22246db6c22c2db22c7a172bb61cccb438c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "7136c1d42c7d1fbc29db2f401c8d5f169d4b81cff4d017946d3e6f45077e7b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "9941216fad2d419e6172dbd2ee431d77effe671065c08490782fc286ebb364de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "7169970001e71fbd8ff2678830af9a90edd23d0165f53c829c00a6decfe464f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "ae1f604d6aa753b156e3072519a29938b74b37b727c7bd78fab73add78f83907" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "52c42e32c7961ecf8b8eef0e46fca6701928a935d2d918c788038a8d1b448bd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "3fff6cb6eb0e04f96b0b5fca26d97486cacd1ea6d3d0d2fcf8d2982bf0b3eda0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "21ee6206cf9509e1c1c31be918b1971da8eb1e7c5492804ecd6750105c7db6b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "54fc03a5d3682e7f09c04d67f8db84a1921b6144838d9e4281584b556e8bdf68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "5e50478b7b1e4ffde463d2dafb33df8e52748d469257ae53fffc66249ac9d8b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "9838b259bcc5baae86371a05f336af0f8e5cf8b75b8f7c2532864424e4bf1185" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "197a4ce0e42f41f68fe49ae7d6a7bef9a1f49838785955ef0285a008f6ded365" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "e6e2c4c80e44409cd9006c6f1fd56d7c48c4a8bcd2d130f9405bcb7af16660a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "1c8201b8825f385be4ede895941852b17feff39706b9f950d1ce9502a464b213" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "22e57945f33e4b995d63899993b7a0f07fb512fc8ecb5279d183da726b3550fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "f0d9d46ac68030d4f0958c4d3f9de462c0ca93a03c6058de6e46575c2e732259" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "9b931993944a6fe82a996bf765e14360e1f27c6ee2ca77316be6bb2b26e4bc81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "e38e89cd64d5e63223fee80d8d5f61b5329c42f84a41b27d5348b6824f9be1c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "25f08898e157c2ac2952ff7ce82fa2938580d713494d545a9809ee9aec7cf9f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "2c7c8c5950de601f400d916095248683401c6d26a3e81497d0db0d129ba6730a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "fa3c5424bba7f7ea4bef08278099f2c0cb63eeff80ee51d0fea9965315732817" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "4366b28caf8d44703a491bd654ca2388ad3f122e22fd494396b78707889f538a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "7b767e2294b6ea89cb0163d7f2d37d7c28973d06e0ea1273a650fd1b6933518e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "5eb467e72d4a6c4ce76ded7d26cfbaa3410de78a853660e777ec165c14211c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "3fc2cf6556bc3eb8c01044a089c12ae15fcec8a8beb0886b234c0aa61e4b1356" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "4feb6cf35852dc191e3d20d1522374ecbbe9773d70a52fd58e1674642e1b09bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "5630dafabf1e3c205661d5caae8e229a17819fd928e24015063196617b8e85f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "ca7358c878d217b4982df896e726d49146f00396e3687778409bf022b7ce15e1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "bf03ce708bf5e4b6fd03401c668985fa21bd8bc12259f961b9f4522e2ad11137" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "7a6d7381bada9a77f723945da77187670b443885be539114ad6fef1fcd9a4792" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "16f8614a0478b5d90cf0c9a5aec7c6a28077f8ec11bba09579dc21d05a0e2536" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "c239aa158b1081ae8746bf89ac64f502b8a950106bbe59f2485fd7c3420fd35e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "9dd50f8856d3abcf0dcc00df8d7115922b30464d9ae46d19c93c35b8e5025471" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "fe522567b7082475f8f2cae12989e9469892d2e7be9d5f65e5112078c781b1c1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "6160d7f26427e39d5493c42a7f1bde525db813fcd14669f174d944621e3eb72a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "98732b8e98532de8d442e0863054ba7e80e502bb99717b30a5222fc5154e3b06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "2e395b3cdf4e492101ecabde4b4ea2d75b6e9d36fcbc37b0e9d78f7fefefffaf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "e6bc88cafdf640f2a8483408cf1582297036437746a17c23a86f0341d2ecbe4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "43922977f6bbd83329a2b69df06693f4721e0ff66d904eff220984778a1c8553" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "185c2f5733e8f62bc8eef74e35bdd0031f47c48b5fa615d823c92b0c89ea2873" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "334ada7297132db8042cd4275045dfe88b343c83ffd65449d6c7bc8f138fb5ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "70747c485df1dc434fc76eca56868b45144f7822965f70142972450cf0a40b11" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "f95aa99a08cfe543c1e257aa72e0ab1ab1d6aa2392a23a054b75c51160c608ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "dfcdecc04bd0d3d30b7605433e23b0ff92d498cd0aeaefa55e3c90f9fc68cb95" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "bddd9462467f65e1e766998a75b363643e1e99e7ad1640c4e94f5df7d881e757" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.1.109-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "4a08376f30c2b3c4274fbd40e546738b59c046beb9766c1d76c5f4d192d2aa2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "36ebf3301076b41c826df39816cf3db72e08d857191a87f052dceb2edb68993c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.1.111-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "ead8d9a706b89cd0e4d5243920ccfdf032304187e69f0cc844ec76f7293d4d46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "6e795ec791241e9320ec300657408cbfafbe7e79ceda0da46522cc85ced358f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "9592d0de8a0be49af357b9a7894e073005d9657f3aa23b13b6d665d937d1f90c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "c8580a12241b20fc46bdf3acfce09d5395bf5dc665df2db4c2d5e9491326b8cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "0af184fce75a6407cdd7d87e9abc51d6740bacb694c2f22a35ce29b71988de16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "0b42518c99cc31bb45ccbecde0de6f8d60f846dd822656eeeb56e78a91a35f0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "a03f9530b695114c56fdc8ee9fd3cf004697aef7faec9dc025d0985020562687" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "95d01b8185a3e43dad819c10496df17f36c319f0896a45b1a76407ee31d8df78" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.1.3.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "138ad4dc1d0895a8bf8ed6b32b204dcbda176397a23a044ec76a6785c7452fa4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.2.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "525d997d74b391a3484f9c71e7a6e51a136267b8a2dddbfef1420134f3011827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.2.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "06bb7bdc008de189117f258ebc4c190392be3950afbcd78b40603ff165bdef74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.4.5.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "1cede312d23dd19225cac1124363835127a08d9641f7e2a330056b7c35190703" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.0.106-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "658523dd6d269eb433b30d863c4c9f267941bb8cffc0927db49d35bb0f166cfd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.1.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "f7e0a26f39e65b8ccdac72ee37b74cd91ca6a02dad5e37eb95d6fb916fdfae2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "0a314ce11a20f097ac844ebe7b8d6ca1cfc00dd1d24624d86b51ad09f41625ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.1.105-archive.tar.xz" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "2bf3d61e695abc8c4b5dbb06c6b5286cfd4c27037bb5ea7e6ba232a266b6677b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.1.109-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "99b884fc761a4c8592f819a170947db2dff2cd26fafc350bd4dd3c2b4b9aaf19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "c4b10ad15fcfd8ae9d8253361026c87db716cf3f6b4ca562f411afe557ca5eec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.1.111-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "15d09e7226bc1157c57044af8cc6d01b74847954c856942d93a58f9450f43163" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "3b452d704c92e8af6d59247ee842b2ca8c8e37dd04c015eea59c74c265672074" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "32e6b7a9e49ed132fba2968fdf964f019e6a3c34d796c93d37445b5278ba6216" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "44a500778ecf60988525d1f1b8f32fa224b80d771057bdbe7488cc3c662d6d38" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "daf438d2f1f48484428fa06a5d9d72c3f8f1fb6b01c7c38270981ba76ede45dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "7fa294726483b10815305fe1c07c9ceb23e048fc43bb459775eb68dee82d1a8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "40d6e1620ed8d2437cc92183ea5758f88e6106ba82260a4c6597a016d98bfec7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "c55de20432e3a2469de8cb3999b829f74441d00384e058b2dcfa1a65d8c280ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.1.3.1-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "87cd7a4453a873d011210075bfedf76397ca08f29237354277b07076a9e057b3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.2.54-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "9d899a09c9d227d995b7fd2a4e9f0c16abfe1e0543f41b09ccb05802c9fa107b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.2.106-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "974f0754076678dff903a0f34f50594fa683e54b7ad1ee59b98b86a60a591cdb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.4.5.107-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "882156f87ec1f95938d7b1a35419fbc340e475488dbd45664ef8b8705767c1d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.0.106-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "36d19f9f0635860f18aa6034359fd661c2a58fe41d891df27b48fb8ac6d42336" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.1.0.40-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "027c91b2bf617a769f97ac381369c2e7d9906df6f10d289e40723212680b854b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.1.105-archive.zip" -[[CUDA_SDK_static_jll."12.1.1+2".sources]] -hash = "f89184abc5a1d4a1c12ef202c2524671a3be6d464e0b7d8e9fb67c1a9e714097" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.1.105-archive.zip" - -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "99c5e96d011a07f6c884a7ca26fb51d1794c27050cf22f244a5e46afee6bbd1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "915a52fd0798d63ab49eda08232c02a394488b37e2c46633b755c9a49131ca71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "1911c020da3efb825039d5b3c31fdc6f97e6021192abf6d9482d9a74c8b93fe7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "2b44a08a957031ed1031d29a3aa63fcbbc29bfb97ea2a99c7f5460551b547269" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "2540edb29dab50d36e5b389b79b2f3a8125393991247e1548e1dc0ade8fde36d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "581e074f3ea377c70702c5286c60f6de4f25004762f10e4f6c974be1522b2e84" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "2d4d5e95e875a61c48554a0575a83ce76b5dad976d1c6b462e9f3560a26245d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "ade38be1264db57789235c4059cf05d36e0e670680b6c0566ea7311152e4c42d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "8c7f2679e8345129dea962f773ad72e62a7f404b6d17769961b906a499b215ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "66488cfc4d030b9e5af7973df7288da13ddc32c628fd9e377ecffc9865168fe4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "739719b7b9a464b37f0587ccd5c4f39a83d53f642cdcaad48a7dd59e5e4c0930" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.4.5-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "2ba28ab14eb42002cfa188be8191d4ba77b4ccefebc1c316e836845cd87e6a56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.91-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "78c8d1b662d110d1162f0cebc412ed256ffba7939d7227e2bb32a3d4d9ee2f69" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.129-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "c5acd29439640bf94a6f5909266b57d24650d3e6944910206f89990dcc1a1929" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.1.129-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "ed9ac8d9395eb424293f080e1f3e0221845010a1d54c464f27667ecae126f904" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.129-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "2998d881f3fb04ec8895ddf3f1f14fe05c1f6a4aa142a518489650b9d9f498c1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.0.5-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "a821f6f498d99b0901daf18ef410d8ce4751695a0c4974e10e245bfe9df421ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "d5ae0c2620d774ae8a2e0a4fc91ad4fb940fb089b4c61cfeeb5d3666dc238e54" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "ba1b39bd463258e3cf9d29091a19eed7fefa359bbedca72e87cf53139c3c03e7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "c7c15e6dbd0190ab9b087f383ca45c5a09c88dc3d54056cd30f0a63c676de105" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "a48e5814e50cb0e25a2f85ae6152161d1d3542f0f709c05ccf3e1450fcd62d5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "35f7e316ed3b8187993d478408e7a7e940083777f77bbb9caec849e4a5dbf605" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "eb1fd0dc47c6472af180a519aab1df738af7ebf48e756c35718a35a87ef0d61f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "71900ef1be4aa83f8f379981ace9dbc0170c5bb739e88f85a8b7903c1d05b17f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "1d00d3884b12dfe8fbc72d7f27409c7864cb8f0f7d30d7fea1385ec4706a281d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "9cb1bf3f8819fa535f8d91a0e067ad91e35318a21576aa62b18e457075dd3239" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "3badc101e718c6f6fba65fb35f621da5699cf770e3e924c194dc16cea1d7f756" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "a72d889d255a40e56721f9522af93e1ad9494ba4de4e98a8c77fc3c79203ece2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "1d36f83c548330d68a49cfef6b089205339c36d23bdaa373ed875bac1de55822" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "2b4ccc1b1b487e9c0bc51d981adcc1d9e6b4457e4da425772c926b458817c8f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.4.5-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "918974d4262d3fa944a9b710efa4630ddad231c78b1b9fbd9e55e9f01b4defba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.91-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "966727c79482d5bf86c6105e3295a85108339afe9257a3fd0823395986970be9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.129-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "b85017ef4fc6c809872f03e5d11612fe85e52aedd3e5252692aecede6e7f82c1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.1.129-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "88d31c59bdd577db882f961537089ca4963dbbac46fa0fdceb4eca94f8da185c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.129-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "1cc34d47efb2e97ef76517ddf1c791d474a9dc9e80bc6efbfb61e1d84879a4ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.0.5-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "05e714965f8d941f085eda072e332b4411fa2a172e0e50e6456da31cb386c12e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "0a0ea84c30574f8cb8b9f347042f7a4673cf2dfe12bc45d473b9c11ac7a66f6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "0d4a95528b8b94abdecf8e1e81418afc3277ef1955067a6337e4b768ebeae3f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "69dccedb6c922416617615fe3aeb7932ad3c76dd3932ebcd10fd4abef7437006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "40bade525b96ea6ba3b4ac6a96667435a4f301c5e16051b59bccf2a69c992b1d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "1246228748d9a76fff1729d072ca66739cbf2b2275bea563c4ab0c3777d995d1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "dbe5e4819dbfac1b2ea57644288f69717254ad68a343d458c2c002727f4dac46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "59f78fa65cd140c041193fc10c5a39c9bfce31d538ff38ef47575c4127f7f688" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "26c4285e29db056d2ff37380620aff6285271262a597f6d54536ca11c6df88aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "13f9b6aadf926eb3f6dd4a4f077ec30f187985bdc60959fb7bd45c6d054ab76f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "a33fc213e860c2dd34625b1a2bf00e3ed39dd540f2650c1a5e45420be32664b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "b89f9b1e1f3af1562a1182342df9c91bd3b529bdf497c30a66e21a67a48b8b87" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "5175d6fcbb92963cb047d0a8d26d37e4b8a0e512a5fbc110e852c7a582f13c15" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "b428c83f2f0b7f045fff65955be69fbb6a277821d1ffbe5c1fae0b65eff63559" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.4.5-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "9c0d8f274bb0a4c1115e540bbf72a8622dc0d374a4fe8101837a8466576239c6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.91-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "eefd84e45ce1790f9f66477719f7f5f23d4fa75a0aeac53afaf88d1cc1041801" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.129-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "ad4568be2e01ee4bdd0a27fa6dc10f342c280b3bdf3ee69b0c1da9b2f16a28a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.1.129-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "6f0af568dccdd1db0139f9fa6e9021f46e588d6ea5028c460df112e948228de7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.129-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "d5b702cb1c3b15ec8a2f4f4e2463baedd0ce45d38e65364881f976a8510707c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.0.5-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "8ce6f17f7ad07770db77fe6a81ef144fbb913a5c24595124f96e13ee996239a6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "f1e51a330ba6540d2a54f2c4a443d53676ca9eddb7e088ca111738353bc5e5d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.128-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "d51301eb28252a611c327a4df551ac6de09bfc457137519af2bb0af8a32be117" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "851feb95f92a547c5dcf415d1c8dfad3d250475b96e454fe39c32b8531948878" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "cf0240216b30273ef11dced2c2962e02a41eeb66d609f19db5f3f3dc427b9e8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "abbb51597e48c4e94605841af13859601019d60d00bdaacbc0d2a75eacd78983" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.131-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "4214ced663d40cfead0f01627fe21304220a763358d66d2761c09dadca88d498" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "e820916bd2c87b736b9a43125b2fcbdf05049828147b9b93a50564a7965f742f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "9322809b4acc4a6868221280fff8158d653a86a5bbed604fbbc6f4543b147181" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "1b039e91816ffe8fa18943e412294eb5f595b38fd536a588ec26c36214481763" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "5d3f5ab083bc29db18baaef96970e6cc2383938e3b469f1f5df50fd39b40b8e4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "15328d6c3dc8a512c5fa771133bf319a2088f16b7b7491160b13bcaba0943e88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "7838bf3c406b733af4ec624bfbe50bfd2e110c040c8d24c894ba0f71e70250d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.128-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "55d1e09e56f01ad936752a5b6dfafeaf43ce81119bcd64605539684925dcee82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.4.5-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "5deb48cb7ec467c7e12d67171bdca3b205b7d03e597126a06a88c6c502d1689c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.91-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "35e32fa7f00f7cc6d7372c05219d6e2981e7253b14f26eb5dfa0ca426a1e9ff0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.129-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "6efdef3433c10c2c515723ec02b939b95d415002bc39879de9d6e68eb6ceaae3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.1.129-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "879d8cb0459b213fc4ca40d0cda1d8094512bcb2778e6307790eb8fb43b3a089" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.129-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "ce5c33fbf37f1dfbe6d1899c22904a17f59fae4c57f7c9ea1aad479bba947761" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.0.5-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "a1ad2a5659c4fe524ba9e6f2cd07298b688f6bb3cb4c6e15d566ca26250a3653" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.1.2-archive.zip" -[[CUDA_SDK_static_jll."12.2.1+0".sources]] -hash = "ebbac339275aa7ac8464cd0f10ac8ee763d570ba36bc16cf5b5a7a8aed6bc74b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.128-archive.zip" - -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "90fa538e41f7f444896b61d573d502ea501f44126f8ff64442987e192a8a39dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "6c5c3d6e50f3ea14fcd356a83338110882305bffa8d5e4eecbaaf7479599f0d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "9542ff071138d5efd541071ed4211d515b90fc988afdf7ba5b8ff1e863630429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "f5cf2db9d3214d540490c663691b171b11531be98611b4e6b86b208c7ee4f5cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "82aff958dab64a89ec719ae082290b998082719aea6be4de9d642bf2c9fcbc04" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "86f5dde034a89c0ca26f39c6ec14e1ce47c88f7e7852913137153fd45de78f4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "4c27538fb10dc86d0a54ff205e4099204ca2534784605dde80284a59be05d7ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "9503cf76dcb0ca16e8b29771916fc41100906c1c38cfc1c055ab07046cf6a5db" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "654e40c4627a04542554efb2277ee669d1c43df5276866dfde6ba481ae2451fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "ae470775b3c7422b19948a4e85a1d8d1507122c4a60bc2a412d38c29bcc97e08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "e949f93789a8256ab647b95b7d63bf814492003ba28c4d1d915753dcffd2b709" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "35dc58629efbb0af289e28b866f299d464d44fdb2b824b4870421cdfbd5b9153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "ae73ecef99852488cd7cb36ab1f0a1a5e2c43c3b3addc4a9485cb5741fbb0bb0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "fa6f0e0273677c35e5dd025e91171863ba6434e9557b4526f166eeae3146227c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "f28c327c745030e16aa9f41526401d169f5646ffe3de3f1ac533d91929f44e5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "a02cff8dbb77804308db65b1d3dfc155a8a4ec029da3deaaebb73b0d36a7f97c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "fd0cf20c55d7f6d8b55093a2cceb741f4e9b6ee19b937ae2bed5fa2f606e5f87" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "4e434e9ced2efb9a3bc83edca93262eaa54546cf74783658239f2a05b119eb47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "a7ff7086df1ee8a253e8f8b50730738b515b084ec32b57ea1c7cd2154f9e007c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "3dec2a261f3e7fa23537e270cbfe57cdd768c2994db1dadbe0740a26fcb16c31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "dbfc2e5b4f45c47601549f6481955d2629aa1001921ac3dce284a1626f805d6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "6a83fda78793e5328d89ef0258d2f26bba5177ff118b6657a7be38ffd89f10b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "e84dc5ebf92b48aa57e9cfb1be0341534184f106fc45b52bc0bad297761af21e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "cfd23524e8d626a3f85a21c5b58d80eb44d673405174fa2cf18caf851ed0ceed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "a001ccae83160a713332887d8965f271bbc9fcf5d4eb645c3bab8dbea8a4a72e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "4815f6e77ea000b7f7ec50e4c1e2772e3be05a40afcc501c8c7e6d7c4f5f53ac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.1.4-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "9efe4c5cb0a13b00862c7dd860a96216ec8794c311d4648d1291e8dc1d3f6e0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.2.4-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "36d865be0bcd4a8be8bdd48fd24bc8b5d5e5f181ea12631d3c8a52e8321807f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+0".sources]] -hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" - -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "90fa538e41f7f444896b61d573d502ea501f44126f8ff64442987e192a8a39dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "baebd331249bca0edf36776ead90e6b2024ffee01ea26cd9dd07344bebeaff08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "6c5c3d6e50f3ea14fcd356a83338110882305bffa8d5e4eecbaaf7479599f0d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "b269a3616634c6bbab8b0c3929aae05d9f7d7dc5f0f1a07f35d8847196965b6e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.2.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "3feaab191e1ae3fded02c02b0f24453069ada96b2e3a750251293b36079dc2f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "ca07e223ff3d9954ff2664f90ea1bdfcde1c3cbdcdfd0dbfcd131c36f6ae0449" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "9542ff071138d5efd541071ed4211d515b90fc988afdf7ba5b8ff1e863630429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "f5cf2db9d3214d540490c663691b171b11531be98611b4e6b86b208c7ee4f5cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "d13903b5785f9c2157bec4c0d48f2217bfd9079dae5e9873901e4723a83a31d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "1d02913ab7a1389a13b4f66479be73fe6391df29a53123cf86efba5f88e991d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "56ccf7ffbe7ea204fbb0c5c4c55829ef3fb81b2e811f8073fcd0bbef438b262e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "b146efb8bb500ee82519a7783b55c68c36f2c350a61cbba7d7b642ddc0d68bcb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "105ce31a3e83e8e548e35efe8e3b9f18b4fdb30048d0305015c2cf62257a090c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "7037b9fda9d5e4cebab204e0850a9df7e6f66724f798c4ca17e9af21dcfe9ba3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "042d635487006837e08ebe0c307ee1ccfa026209d0ce2c64183581626c79ff3b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "82aff958dab64a89ec719ae082290b998082719aea6be4de9d642bf2c9fcbc04" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "4c27538fb10dc86d0a54ff205e4099204ca2534784605dde80284a59be05d7ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "1d6339ea90dc0d68e8e3d819c92ca1b3b1a0fab4837587d546a3289c152e5337" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "86f5dde034a89c0ca26f39c6ec14e1ce47c88f7e7852913137153fd45de78f4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "9503cf76dcb0ca16e8b29771916fc41100906c1c38cfc1c055ab07046cf6a5db" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "aa4c0ae347e137f7b373f954b4bf180b5d43d5279afcfa34d6ab8621b8530622" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "654e40c4627a04542554efb2277ee669d1c43df5276866dfde6ba481ae2451fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "74c05cf0f37020c564039e27ea10adab70e6dac0eaaa70bae4b5ff6e84e2d79c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.2.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "cc515b95932445624a21bd179256dd7211c02000f543cc68fee6a99d735f137c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "67a2ccd74368160feac5cd8f1dbf69291d6a83573756b51f56fdd99018ec2103" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "ae470775b3c7422b19948a4e85a1d8d1507122c4a60bc2a412d38c29bcc97e08" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "e949f93789a8256ab647b95b7d63bf814492003ba28c4d1d915753dcffd2b709" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "9a7a75d5187af062babe8c03e3969b112ea57ae01c1331d4dee721ab4b5d0330" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "5f37b3d901403094c68b2bdbc34381f3daaae7504fc92e5e8ab8feefe196f2b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "0883ddfb1460cb69219a80fffe3e1ef02d59caf08ff60fb86453cdabdf5c7318" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "5b001c8e37c1e5e098c54afae5100bff70171bcf5ba245eb423f3c4bac197ffd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "21f2cd0312bc35037fd8a1dde1444af75050e409a316a1502f26a48f00f6db5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "9edc8138ed3f9a06c1a09789073988acae3a8a0efac368904efa3bb044f1e2a6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "623895f34c8a80bbcb2ba2e0f491b1919cb7891480b0284afb5d6c3e7452bf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "35dc58629efbb0af289e28b866f299d464d44fdb2b824b4870421cdfbd5b9153" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "fa6f0e0273677c35e5dd025e91171863ba6434e9557b4526f166eeae3146227c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "5a202c4c460537b3f9a423ea3b4956da1616254222f10cd6b169f1169f1917b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "ae73ecef99852488cd7cb36ab1f0a1a5e2c43c3b3addc4a9485cb5741fbb0bb0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "ca3956b1528b4b4a637f5e9f2d708e955f23ae4510f7aca4fd30080e3329fb02" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "ec0b5100d7c20819a2b775a479478fb571039b5743eddd5d51e1df0edf7fcb37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "0941bd2602ecafdfcdc98ce7b84c4396b3f145eee824316dc4885b9d05b6791b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "2659cc15e8cf0ae04c5500a9db4dade5bcef480030821f4dfdb0ff646252aec4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.2.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "1b127448457a201c74a21077ab2cf0b3291f525ed8570341649c95314468a2d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "94ae6926a92ec3f090daed525e8a8ffbea358cc484b4bb928704536a9986635c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "be4d96927aa52c7468fd0eb15eaac89526f154a164c4a64732afb502a03bcbf8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "1911f27cf6629cbdb9183b35b42e700f7e86447f7950ebb6fe2cbc66fee7cebe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "30056d9fadac1b6b347e316463cbdb0245ef699f0ba51b890f8419827b0d0623" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "4503ed0e7f2b24bbe8b47ceef5df44f2ef9ddf707d33bdd561964f1d5ad01cf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "db001ba7f3e33568846b1c37ccdf54dcea66396975e43720471d799d08e1eb5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "15d1ada050f60a5362b80650ef63be4663bf6749a8c298bfa93009ce4b8113fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "b1430ba8424f638ef1eeb16a602641d68d9929b88f5a6328217da0d660a0694e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "988c5e61477e4425c02b3c162c6e8eaad907452ccbdcd0297040e9c0c0ac12df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "12f3b910e7facb0f4204cdfd9cc1d46e828a6d6d220da36e852bb4be3fa10b15" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "b046373786657d7f8c7a2aca170900d38ec62bd91c728489e2ed62f78e5ac588" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "a93303be55363f9e8f2570a1a16abbcf0194f36fd5c894624f73e76d5a3282e2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "42f0caf3f922464edda5b8c1973ad388a39d606245793c59ebbaefc69cbc327d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "3fc0049b56dbfc380eebcaf77cdeddd2a4f1ea71ab89a2caaaf529924d52404d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "f28c327c745030e16aa9f41526401d169f5646ffe3de3f1ac533d91929f44e5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "11c263e07a0d0cef82d754b0beea3db191654b4f18b74b7ea40777244e6c8246" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "a02cff8dbb77804308db65b1d3dfc155a8a4ec029da3deaaebb73b0d36a7f97c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "d8ed35787533d9bfb0d19f05f05aedf11da5d5964ac19157bdb91ba594667c12" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.2.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "3e9df10648af47cd4b1b985be81da9e4706623b6dd6f640e53f6d8badd84c155" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "38b9253059be117c4593efe43483a34754672c13c58b6d413708ac6336b6ae77" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "fd0cf20c55d7f6d8b55093a2cceb741f4e9b6ee19b937ae2bed5fa2f606e5f87" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "4e434e9ced2efb9a3bc83edca93262eaa54546cf74783658239f2a05b119eb47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "ff478c5f4bf51a76a1d5ca9f6ca2d8f248f3eb04b7656c8de84d69f5b33c0951" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "a16ca8a7283b4eb074ee878fc44c85dab8946ed6d2ff6a8893c409ebff3c8e3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "be6885ddccdf7b5f6efaf4272aef7cffbb5502258e9991cd93c5bc110a38e364" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.2.5.6-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "c4c247f2c3d608aa690ed0237e5e0413455a9ee10a59ce84e2643b44800705cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.8.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "a1e754fe336f12848cb9f4f7b3c13a6bc81df375fe4babfb160936242a71d99d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.3.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "57a1912f8f0f53a192254863d2c5feccb6a878cdf8dfce39594788aca5f46b8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "5068d6909a37bb96989f6af6a197280986eb917398391da2f45df2e47eb44cf6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.2.141-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "a7ff7086df1ee8a253e8f8b50730738b515b084ec32b57ea1c7cd2154f9e007c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "dbfc2e5b4f45c47601549f6481955d2629aa1001921ac3dce284a1626f805d6c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "0d661c092c3f5eafe889ff1bce131f0f2a0ab00e4ee7a06a118cebf8051ad737" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.2.140-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "3dec2a261f3e7fa23537e270cbfe57cdd768c2994db1dadbe0740a26fcb16c31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.2.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "6a83fda78793e5328d89ef0258d2f26bba5177ff118b6657a7be38ffd89f10b0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "c63a17cd542a47aa6734263586e3dab6f1e127779099af92d9d01f220f80d750" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "e84dc5ebf92b48aa57e9cfb1be0341534184f106fc45b52bc0bad297761af21e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "5eb71c13a03b3c1ad6004094b5a17f509ca857b23c36fb40f5def766c8ffa6e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.142-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "140ca9c560f2fa4f6f7275d815d1d6fa6bbf08901a9bae48152f6c5e50c0bb1c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "8ab067d496dcf7f98845c46c8163d7452414a0f012e4e24e91b2b8baa456bb01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "cfd23524e8d626a3f85a21c5b58d80eb44d673405174fa2cf18caf851ed0ceed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "a001ccae83160a713332887d8965f271bbc9fcf5d4eb645c3bab8dbea8a4a72e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "3c02299e9fad2b5fda67301140e841f31db7edac57a57f9233f98d9066d14e32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "1c1d84647d331759bbed4ef820e3ad26866af7383ddcc0ba02d695b9886d7820" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "205f20a1e91a9502ad4b9bca2e66effa76ef14ef5378e1fc5b6e2a223158ac5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.5.6-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "d523ea42f195f16c4b117276797093834a1fffbbcd006c2b24cf31736d995e60" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.103-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "46058aefc4fd8fb120c8565fc6ec5dcc6b4374cf973c2523b5cb8189e51e27bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.141-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "e49095d45121c18f566a06aa9e688088193f892a1a381e6028233b037bbd39fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.2.141-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "70ea2dfc918aa23fadb8e3804cd6f04e80ec19f44eeffa635bf3e69e76b3c046" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.141-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "4815f6e77ea000b7f7ec50e4c1e2772e3be05a40afcc501c8c7e6d7c4f5f53ac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.1.4-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "36d865be0bcd4a8be8bdd48fd24bc8b5d5e5f181ea12631d3c8a52e8321807f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "21795de33dfffefa314ce7461aae3ea7509974848b8acd1842d600ee19278c4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.140-archive.zip" -[[CUDA_SDK_static_jll."12.2.2+1".sources]] -hash = "9efe4c5cb0a13b00862c7dd860a96216ec8794c311d4648d1291e8dc1d3f6e0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.2.4-archive.zip" - -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "659f8f8fd58eb7f5bc8ba171712147a007a2c8c92f30b21d135cf2d12f80226d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "0dcd864fcef10b7d4591cc545330c411f589b27b12c98c30ac6e3d5e14eb2ee4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "cfedfd2e64aedec65793240c2814bc94463eaafe508bb34776b5d7bee783c899" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "f51ae93f02378d88b5f53b66abad675f0b2e8b4444192b4705a550b1d083de79" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "32302154a7ec122defdbb49f1c7cc8777f204c3199d9222f013046be256f72d6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "dfaa7c1bea5e4e833374da2f80156998bc303e8787a6e88d6a9c97fdead6e9a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "37537d1946513d41a0b4b350ee93d4722a52fd56293c66f3dbdb33bf96d799f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "1ba95b8a3c0b44a91ab7f1c5c52a23bad56cd2ca651e4f9c6a820d666ade24e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "6d549612a9c61caf7356d8a13d99a85cfa644269ed856192bea13c7e5f8ce234" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "9dbebdd45130df33685213d8d5c6443ef45b34b9a23cee08d1c8eb54ab662cf9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "793fb630ffeac7aabd241e43cd41d5209fb93e9505cb7937bdd318188d47551f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.2.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "f84d33026cc59f6bdfe4ce446b78912499fc4447e8b7b4e3f1617bb0dae2a27e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.11.19-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "8ac8ca5b1ab22e13cbd474ea5dfe24a2d6d1ff02dc5ed06b07648066c7ea34fc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "334470e66d74102fa7a80e7eeb9ab5b80fe4939204a67d4ef64d369fe254cae2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "62b091161967b830cb20cdd73ceb77da28bd88a33db9b734644531f36f3556f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.1.3.153-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "1f8f47aedb988eea8611eabe085e6f9e177981b4d942e4d45185d90f752eed3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.2.32-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "19e7dedaaa07c451a84cc607711a22a6f852043559f5bd11cd8e50683628a590" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.2.3.32-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "4ab0f21627156b9e0f681863d4adcfe8924b07eb1a40a6381ef807ff588a6d47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "92f21102652a22ec735bac9ab236dae1b69d808d1391a96ba379bfa4dd83e6b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "1a188bc279ba32d910259bdf9b7106accacba163ce9ef92989af18ca8a50a6ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "354d1ffdd1ce2da61ec2c3fb1b15cdf65270804aba78863d235cc0d69a9c9eec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "33bbf67fbf5cfa5e1a451c3325330fc032a0e58ed31748839993ecb94711a9a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "8dead100bec1dd9b02f56e34dfeae91381422cbf858ce1c9fd1a45fdde946a16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "f7c647b74f2f85f5d9c42d951d810cb7130288b11d25ef7308fb489e1150232f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "06e9e4ba698d9b29f0d36e732264e8f1ce920cbe9b4014227104280f665674f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "eb107e7c12c89c221f34f700fd838d2788d40febb43df45a387653c677a38027" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "66b8e6c69ca9e6368d5e6753bc3a38f51c43d58d3e1fa30fc41cab5af2d58bf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "0e12e3bc044d6b1d0440493e086d7b7ca8c31eafe79e4fe7fbada6dd209d5d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "8a5bd354931778eb18c0ab118c38748c6a5bafa553cf84fee79d07839763c13e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "c6b00cf18831527543f93a2e35d98f3b297d7a5b6896a598995eb4a3fa47f39c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.2.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "45a7f4bef97846374cc11c637b4b6b635b8e6abd0a45555ebb3ef5afc3c9c159" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.11.19-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "8de3fee960f55895af53a2817835086c4d0c260628a32120d2987ae4e1b48e9f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "a71dcef7bccd565003120bb5d18cf8adb0ed4428b3a122f1869f4849827234a1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "b086126226b919f6fcacbf1ef547045ea848bbc739bd6524a6bd2aee46110f61" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.1.3.153-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "00f2a26ea9ce3f4090ac72a3e2659faba6ab000afa1f22f50eeabe72ed4bf5b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.2.32-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "cb77d773e261c0fb298da405036728e18be11f21f45c3ac474b9e3a69ad2ff46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.2.3.32-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "186094548cb3603f167cac03777bd31c6c02d794dc5312f31b8874e25a515b06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "2802ed389e9c246415a6fc0dc8f8f5bc6cf9f43bcf53f30a921b6e5d80b1e314" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "96b5465af73b77447c3997d923916f7aea0939ffd0d8be42bc197ee8d8965fca" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "4789a039df340581d7a71f5da6af9f222baa2265e8de8ce00365a31ac645adca" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "cce91131e57a901463ce1dc86577fe67db0bf6a17f8aefe3e269fff98689151d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "39f07116b64d8b3b9bf17c65c45d97bf19886eb41847e30c6606751455cbb284" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "98940f1719b2ab1af943293601307b9e87ea71e30809d429fd7dc2e59b294c68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "3d9b4e99966f9e9305b54a55991a64b59d85d804dc3876f0881b538cff09c84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "4cee78d3354f268730e40c04626abb38bfb7329a06feb9ab0ab4fc53b2ffe09a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "8161576c8b9b4eeb23fdb3def3373e17a82f3bf9ee75422c16ffc30f9a9bcec7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "8c1aa8bb711a31d50f613d8594103cfeaf062e9a422094dcf6d18646ecd99f17" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "a301c71de5f8d786b675c4258a8dd4fdc6533468c81f946b327e1a7f1ae859c2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "bb83278da1007847a72e8f8ad40186c70a2ead7e48bf9eb387aeda94a8b63672" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.2.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "c6867258f4347557435b2dfb7d7e05405cd6a21c954f9ab82a22a1280e93173c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.11.19-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "2923351205c6d078a0678857f507f57e0aeaab9570946faad2ade97362abafc7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "3de3b43a6576a10adac99ac34984c3c623ad6666699aa0531ca239d9d27beee5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "9f61ff29dc5aa272b771ba0691565d73f167ffe544b3d10f42c3f84ae9aa510a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.1.3.153-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "d2f5e784d4486663e4a0851e3bedd7fab769cf7960a4d37bfb07c2feb43ca4b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.2.32-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "a4c7a739905f42dce324845b5d27cb8402ec84c0d48a7e50b6426891ae62d429" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.2.3.32-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "2c1b04b719e6cbccef1e140c4371c1fb119c66b8e788adf3e10313fdb456ba87" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "afcd59beb68d68115d0b020bca49e75ff3b407a9469d5578c25309e5ef83442e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.52-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "074c26ca05bd305ee23fdc56c3e8115d21c7843c5778fb75052791d66ee73711" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "a01396eeb88b52137dd1878e1278a1608f848194a1bb7faa02d6b147894d17a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "90f583b64f97bd600d0f6d81026bee6cfd2712d5b4905d238b0b6ab21a0709c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "c177c59124f4ae41d46950999548931905f6097de57f88df7d2af62dffbdf249" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "1c9e275d10ce496f75efc2337284ab7b6b8c7deb2abc148ea90b0a7ac9ebd9fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "59f237756aa152cd1f18ee49e30cc9138ad6b0b451e338b467684f8c1b512117" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "26309a28f1ea2ad58c8eac6725e39210889d8310e5eecd234fe385056ea4b4cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "17b5efeaf20298ef51ecea0969e8013481717c1d73bb2df5c6a3c994546f9944" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "3dabf99c94d8cadd4efc5163fb53207f8c011e553b08c41cb760d18bbf2e3f0b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "9d7abb0c7df2b9104888ea11539055117023cf7354d6859789c233e6e5df14b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "35c177357715c9c326ee50fa87192dee6b9c25944725ec3107f63675d10df4cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.2.9-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "df838d3a085f3741410f86c90a3da8dc57b38d69d830b198473b04fb0e8cfe06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.11.19-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "e3634e5eb0d9133e92909c525775e43ebc9597b4f6dda1f95d09bea18e4f4c51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "73251d1b23faed1a04a84801beeb643161a1d10c6cdccd5f321a7dda7b105290" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "ae79b3b756a1c2ba848c2931bf0c9ae62746ab7755d110d68a280392999a0b45" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.3.153-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "5b35180d336cb4cdc8d3ee362b91aef986de292bcbdbe1a71dc544dc3bae3b6a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.2.32-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "dd931eb75934550421884d548d1e6c4504a11d4f71df07f1c088158b7b7466b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.3.32-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "a339bb2448d39b74e895a1b5321c58cd235d9c7719fe343f8a2cb00c7f5877d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.3.52-archive.zip" -[[CUDA_SDK_static_jll."12.3.0+0".sources]] -hash = "117ba27dc4086f895bade8d6314d5a2bd835342a6d46fef471b9932807e59e1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.52-archive.zip" - -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "dabd433bbef5f6d1b79f9a7eea909a3c273e20641f07a6a8667f42577462e34d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "0862d4b6a9e753fcfa4802e52ea917c5ae0e9ebdfe7e35bb3c1eb1f6f57857be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "34ab12792d46a839012236608ec446a13f6e7775556f9122a7c33bc742b3b29d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "61ac07de3c24e666932f61467ca79f8ac39560b04ea43b0c270e36bae64cd923" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "3178e8b1a63616e8d4c43d62d151b4e07b02beb85f0a68ce6d8edbf6616734e8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "5cae43cdab5a39dc9c31ecdec4765cc47aa3c097eb49c3b4ebe15a9fa2a81a73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "280ec785dc356b8a61d895c3bc798338d62a3ca280429e48a32ed7d4386ddf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "2ab40ef82d528b0ccdf5326754915f8d89991360d57ca56c58ff1c25c65c2236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "0fc298c934a3081cd5f52d57286b25db81f14b2a370342313b40b157578a3e35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "3be1948414533a6724d79dbfedd1963fb5074a4ed184626cd8735e38d10716f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "46c759ec6faea974cf3218113fdcd2da4e92bc9ab12777d4c3b6c61aaf6c67a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "d56324da1848b172a862f93e48749cf33995d5975e68f88bddae3851250a47ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "655c44679b0d5c6f8756257770d99ba01bf31557a831076c5623b372adaaeadd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "32f921da04a1b76a3dcc0f82e10ae69f58e3ffd4436f29b9bd810456fabb5400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "0d17e438fde6edd93c82fb4069ef94f160b90ae213433d13958cda88995e6d55" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "07f4be950d6d7a8b6cd317a282d5ea5a7829f0ce8e8d2126f9d2387576997d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "5107ffc94d1312075ce06698a7e50671190b6725266660b23bffec1ae7d6d0d1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "dd397f31c66b948d03971c9463487549bc401e7891eeea3c5558bf3d22302613" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "46081476f70995881d8afa3b541c33f10c13bf53a0510de738a6368735a6a94d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "77b22b4b5c54d7649edd62253979e7290314de73f268df152c1c21811ae20084" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "3fa1028791d0bc64532d33b080575f75f80150170fdcf3c0f2fa475da2f37167" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "e14f15f6eb8dc25d37872d713bfb40530b67b68e7b8441078310f40a3aec121f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "bc91e618a3548631ee6a7990d615987ffd480a92b35a73bbb3db5c283d9506d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "44d6f8cfe935686f936a92cd5e0ec2e63e1920bc0e6ccd70c1c7931f407808b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "d077c695f4dfe60e7f6b6e2d5cdc8ecd5a7971b0803ea3687071cf46c3162f5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "1763612518fa9ad2be622d571561142780d05877f780607e83d8bd6f42d5a52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "dc25a4b967c6fa8ddcea1f90448af7d18eb24d332639488fc9ed0316eb60a919" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "0e803fdb13a1201ed4c5202c3c82a7aa0590c65b9075383e9dabe02d4d01e372" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "9ead3b6a606727ca05645f3f6b050d1158358c3bc9e518169666c9766f090306" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "c37af9d07d7adff82096200ad73f96826a7a1153a1318917531abd06d311cbf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "8be94b093fc7c46b1e0a995c19d144c6cdebefb3040fa9ec6aa4dcba1a037d55" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.103-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "73fef685ec993d8abdae25e8b0b96a562811e8e3b8709f3bf97c7388234dd81d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "ad7b454e8a7b9e7fb513dd7fcf73635b8b2023a34b9325c966f8743dcbb8d173" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "1638e76e3b22c3bcb96d63513c1152388b89037906a5bc45d23b6eba19b50da1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.103-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "9f91838c47686e9510d71b05b61661d9026292fabbf7481c6d0aa56dc46a4b61" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "e2ab4695d9cc1ac77973e817711f6452e70af61aad0e5cb5108927681a0adbc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.3.2-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "6cd5fc8ae477ea67c6d11f6c9d04fcf382e43378ee774b8a52b94ac68ee68b8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.0.81-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "9eb456ec5d7c7b7e0b0eeac5c7624380ce249774b4e261eda621881aeb04b5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.1+0".sources]] -hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "dabd433bbef5f6d1b79f9a7eea909a3c273e20641f07a6a8667f42577462e34d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "0862d4b6a9e753fcfa4802e52ea917c5ae0e9ebdfe7e35bb3c1eb1f6f57857be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "34ab12792d46a839012236608ec446a13f6e7775556f9122a7c33bc742b3b29d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "61ac07de3c24e666932f61467ca79f8ac39560b04ea43b0c270e36bae64cd923" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "280ec785dc356b8a61d895c3bc798338d62a3ca280429e48a32ed7d4386ddf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "2ab40ef82d528b0ccdf5326754915f8d89991360d57ca56c58ff1c25c65c2236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "0fc298c934a3081cd5f52d57286b25db81f14b2a370342313b40b157578a3e35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "3be1948414533a6724d79dbfedd1963fb5074a4ed184626cd8735e38d10716f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "46c759ec6faea974cf3218113fdcd2da4e92bc9ab12777d4c3b6c61aaf6c67a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "655c44679b0d5c6f8756257770d99ba01bf31557a831076c5623b372adaaeadd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "32f921da04a1b76a3dcc0f82e10ae69f58e3ffd4436f29b9bd810456fabb5400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "5107ffc94d1312075ce06698a7e50671190b6725266660b23bffec1ae7d6d0d1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "dd397f31c66b948d03971c9463487549bc401e7891eeea3c5558bf3d22302613" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "46081476f70995881d8afa3b541c33f10c13bf53a0510de738a6368735a6a94d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "77b22b4b5c54d7649edd62253979e7290314de73f268df152c1c21811ae20084" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "3fa1028791d0bc64532d33b080575f75f80150170fdcf3c0f2fa475da2f37167" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "e14f15f6eb8dc25d37872d713bfb40530b67b68e7b8441078310f40a3aec121f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "bc91e618a3548631ee6a7990d615987ffd480a92b35a73bbb3db5c283d9506d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "1763612518fa9ad2be622d571561142780d05877f780607e83d8bd6f42d5a52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "dc25a4b967c6fa8ddcea1f90448af7d18eb24d332639488fc9ed0316eb60a919" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "0e803fdb13a1201ed4c5202c3c82a7aa0590c65b9075383e9dabe02d4d01e372" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "9ead3b6a606727ca05645f3f6b050d1158358c3bc9e518169666c9766f090306" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "c37af9d07d7adff82096200ad73f96826a7a1153a1318917531abd06d311cbf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "73fef685ec993d8abdae25e8b0b96a562811e8e3b8709f3bf97c7388234dd81d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "ad7b454e8a7b9e7fb513dd7fcf73635b8b2023a34b9325c966f8743dcbb8d173" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "e2ab4695d9cc1ac77973e817711f6452e70af61aad0e5cb5108927681a0adbc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.3.2-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "6cd5fc8ae477ea67c6d11f6c9d04fcf382e43378ee774b8a52b94ac68ee68b8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.0.81-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "9eb456ec5d7c7b7e0b0eeac5c7624380ce249774b4e261eda621881aeb04b5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+0".sources]] -hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" - -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "dabd433bbef5f6d1b79f9a7eea909a3c273e20641f07a6a8667f42577462e34d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "e37d478d1e7a10490d55fb87a5ef379a18c648f3010e1d3687c4298ddc3e9e19" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "0862d4b6a9e753fcfa4802e52ea917c5ae0e9ebdfe7e35bb3c1eb1f6f57857be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "082c178c1b94671d2feac5f1cc241ea0e8b46860b1fd1aed530eca2d919e4360" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "65dba017ed1dbbe819a6ccc1841a4add4dfbc652603aa89be773888e82a5629e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "34ab12792d46a839012236608ec446a13f6e7775556f9122a7c33bc742b3b29d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "61ac07de3c24e666932f61467ca79f8ac39560b04ea43b0c270e36bae64cd923" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "e65b92b71467efc156bbc3d1ebaf5b14dfbc4e9f269ab2995a37bbf84530666c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "2cb5c340f89d9bad6e0f1fb2a93a8a4962fe106eeb96d8887abd25c1552bd219" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "db057e20e123124fa43e71c97276a8bb02bb14dcdd467e901f542217ca603a48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "ae34384e17563b2bb156f0491ef30a280298509a243e4c32e6edf507606bdb4d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "c271621cba76a12dd3cbddc491416f6cfea975bea695c418abb1f7fe281b8596" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "2705bea3c1ae1f0eeb5850a32b9af58bd9d3ecacca6cd2a557236e11a1c46efa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "280ec785dc356b8a61d895c3bc798338d62a3ca280429e48a32ed7d4386ddf5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "0fc298c934a3081cd5f52d57286b25db81f14b2a370342313b40b157578a3e35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "c66ebf27cf9bcfc584918c98eb7683ea2f5ab68c9c95c361ccb9e27d0520df13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "2ab40ef82d528b0ccdf5326754915f8d89991360d57ca56c58ff1c25c65c2236" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "3be1948414533a6724d79dbfedd1963fb5074a4ed184626cd8735e38d10716f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "23f6ef558bb954dea3ef5b378c3ad28e1da93080890bd8bf1a18a75ae2ee605d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "46c759ec6faea974cf3218113fdcd2da4e92bc9ab12777d4c3b6c61aaf6c67a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "f3fdeb6ed036f6ff4771edc36eed421273780e9e9084f7821f6e85dfbe211c46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "0a5caf3e0cfd44f3aaa235f861c98573ac735f550faf57bda199650551fa27f1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "655c44679b0d5c6f8756257770d99ba01bf31557a831076c5623b372adaaeadd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "32f921da04a1b76a3dcc0f82e10ae69f58e3ffd4436f29b9bd810456fabb5400" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "869d2dc46a291686f8c40f3b98232cddd85e4696be0d7e119ce92ec46e330590" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "bfe394a4f8374d59df406c9ce1b7bc11c6a9449a48a9ed3b30e88e6f35c76ab4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "7ab861a691c82929f7b081f4c575b703ef6d08a5addae3da2684a2b228cd98c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "610f80af681113a0903b82e76092fbf889d14f55dc4fd5c1dcd714de07118d0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "203089b6418ec1dcc5867eed897558ba4202c2891d3d80da0e4cd004c8b90dbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "f2625f9c514985cc5caf0dbec8b4c2be80cf2d16af4c6ff9dabbf02a5bff76ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "5107ffc94d1312075ce06698a7e50671190b6725266660b23bffec1ae7d6d0d1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "46081476f70995881d8afa3b541c33f10c13bf53a0510de738a6368735a6a94d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "b37ab8489d53ad90ad23d73d5b67b41bedf1c2653c42c7adb2f5b8fda3a52344" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "dd397f31c66b948d03971c9463487549bc401e7891eeea3c5558bf3d22302613" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "77b22b4b5c54d7649edd62253979e7290314de73f268df152c1c21811ae20084" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "131e62c60ba979f6870687db99a7537482f6df445915789d2a4799dc4e898b66" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "3fa1028791d0bc64532d33b080575f75f80150170fdcf3c0f2fa475da2f37167" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "a9417e7ef9af4e592099e372b0e6a1714d617866b2fc93c6832da2bdc07a707c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "4c0e6a79a67fb86489be9e0976cc22127ca2ae160b1ad22ac4742d52f0ebe32d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "e14f15f6eb8dc25d37872d713bfb40530b67b68e7b8441078310f40a3aec121f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "bc91e618a3548631ee6a7990d615987ffd480a92b35a73bbb3db5c283d9506d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.3.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "c01d0b46a50e50292afcca33a3b768a900500d5b442925452801331ee0a61644" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "063f0e1a130b35ff662d21c2e05613122146bec2eab4818139eaee5a1c4d94bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.3.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "8bde00bd10cba318998d6aee5677b5094be55c6e77259581495f8b31450c3ec2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.0.12.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "eaf641c5f29b3e8984c489bdfbe57f5c64711446e5ff83486b9e2e3d1da92d37" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.4.107-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "66cfb75fa2941b13b0ac287230f38b686369f9a8eb1eec01690095daf4205939" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.5.4.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "f356b0fff937946e661582362c754bec29314191613d26867db2b1625c06e208" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.2.0.103-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "1763612518fa9ad2be622d571561142780d05877f780607e83d8bd6f42d5a52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "0e803fdb13a1201ed4c5202c3c82a7aa0590c65b9075383e9dabe02d4d01e372" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "cae34a104a8b61f061ba5f133792c28e2f6f6c0b6a726ff15c225a58649816d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.3.101-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "dc25a4b967c6fa8ddcea1f90448af7d18eb24d332639488fc9ed0316eb60a919" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.0.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "9ead3b6a606727ca05645f3f6b050d1158358c3bc9e518169666c9766f090306" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "310a71bc9c92d6e61eeddf3489cc195519665fbfaca16c618b03da0ac5ea9f7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "c37af9d07d7adff82096200ad73f96826a7a1153a1318917531abd06d311cbf0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "fb57c570cbd71c167d8b4227508b39bdf8d2e79a38ba6f669217045d774df027" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "8398faefe86092b434d6be2f0b74addae639965217b8fb8f77099c8d75eb99df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.3.107-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "73fef685ec993d8abdae25e8b0b96a562811e8e3b8709f3bf97c7388234dd81d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "ad7b454e8a7b9e7fb513dd7fcf73635b8b2023a34b9325c966f8743dcbb8d173" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.3.107-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "8674b7e74d20ec9dc7566b9fa72a8ff1b4713c400000021d81d10e7497bc86d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "e29c419a99a2f5e3ea0e7394a58c23536429a26b7eccc3f89f172f7fd2818a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.3.4.1-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "c961016efe08da23f481f76efd8be0c2767496aaa7afead51789460ebac81cee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.12.1-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "8cae76b0ad0ef62623cc6ee2b64646d5628fd3f7cf753c264607462426e1c7d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.4.107-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "698149cd3bbd09ac8c426f95a7598d84e62f4452cde13c1d29f707f8091047b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.4.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "1913315cc0cf73dff68266cd130c67884615ac410d92fa97f1726f71ff7c5a29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.2.0.103-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "e2ab4695d9cc1ac77973e817711f6452e70af61aad0e5cb5108927681a0adbc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.3.2-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "9eb456ec5d7c7b7e0b0eeac5c7624380ce249774b4e261eda621881aeb04b5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "05de293d0f8bb2c23fc5953ae725d2281bca7ddc2971ada55de246265ecc5842" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.3.101-archive.zip" -[[CUDA_SDK_static_jll."12.3.2+1".sources]] -hash = "6cd5fc8ae477ea67c6d11f6c9d04fcf382e43378ee774b8a52b94ac68ee68b8c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.0.81-archive.zip" - -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "d264448e35b319d56442dc2d10300bc4e3e57eae261f41d56787649f40800ede" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "dc126fb171d996c495756d44d565f7dd927245cbdc7191b9f8d5075d09ada699" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "2f0ece49051460b493384f80239ab1345b0dc4bce169a3261fd070d1465a7089" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "71c8ff1deb26970bcb0256e32a1ff86fd8d4b2687ff0f8db377cb431d6f3efd8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "9ec3199cb6e8ec2a3b3336bf120690e534aee8ab5ddc3ca51e0a01aad9494f48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "059d82e2e804269b5f0161c91f6d875262f728c2b3a29c2600eee97a8d85aa13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "fe4b7ffe5660dacca6d1d84cfa3200c0546df307450225c6bc3cd64d1b67402a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "0ac97fb4acfb957d41199ee1f9e4d1dd07a1af253d2d76b63c83665d6dcf3d7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "19746bd29e151e1e6d1ce7371a30b5218fe150d2a911466c9ae0c382b37886ea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "ef718e22a97ba76e58d02e7330b3a3437025b8a135eda57de942038c5148dee8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "8f9ccae530410fe6d17eab5f5b594cfbef42c9781bf715520cc8221942fefe35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.2.65-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "092c1829bc5ca22762a0303f420c2632e52c1bf64dd119e94dac316b9cc9a9fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.0.44-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "371d1c4b648ee5a255872a974f50d98041b1eda135e2e629121b6b334e77b8b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "4331b4581cbe9e0bbb30e244337a410673f1d2f1284210868372968cdf183ff4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.0.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "9e9fe9d72522cf3de1e9b0b77dbeba0b8920d721b8c85dba6b18e7ddb77f0476" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.0.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "42adaf1fec38090cfa42c14c75b16f4c0c3388d529e25ca2f1c81929578049cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "e00e09de998d84d77c5c5273621b0ff92da8fa4634a81062148238619277c157" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.1.89-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "62e2d50c2a688779e01be1743754b65fefee1197b07a21798ec3e936af971d91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "064777547cee873d0cee38ba918c66d8ee397e313fc832ae4745e37061cd37f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "5fc8967116f474889e475925d85ac498698f51dcf627abd91ae395282daf0b97" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "129451060d510965a382707447cb93c9cb6d886a36c5e3b55a824711e9166b2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "eda005b8d78e4e260ee5fb03c1776b9c7c1c6736b28de6553897a501d14715b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "6180125bef2b6274126bddc4d9f6448397112a37152b7a352ff8e3dda35bb435" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "3da7995480715fc30a3dd7bab698cd24e9a91418d9b9c1d4f2051f4302be0e46" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "b2498702b99ed3ec31e65cf5df2a837a88de43a44d39f51091b409aeb76a9b38" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "95ff7fe43fe1c9d1951e005555c65a693ba729ec5e9f677f6110eb14b72df72c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "e262654aa69668fb86cae73936ea269efc2a360bf2cfab86d57e5e13f61e985b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "906f245862d977c16698c9e29ced152d997626b2c437fac3017b5e7f54af1347" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "5606844e8ce731dbd00d86a8923c4ea5840133a2e17cd32a2ea1387cbe614cf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "7300ad784024f358138900e298c209c3da45cd0c365a58ec646aec91713d3e92" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.2.65-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "2b68795ce9027c56a63a02c5fc577d883af7f836edfb16bcd7095719b79ef3b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.0.44-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "f912635b13f43c07976701220fc74af35f71b27e69071f0dae9a626fbba6eade" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "f55a832585e654f785484ce50b5860858dec804c874bea52856aac8e6aeaa186" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.0.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "70c29322a46365359af876afb28510780c8d91a417c978d44d17a3c9777b73a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.0.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "8ee966c56a4f3694b0929366e12bf1e80b2affbf525f134bc6892ad78d67f85f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "8a61cc43907aa663d1f81736453afdb693d3c422df5e16db64617efe060a2b27" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.1.89-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "544acb804b1191efaeb821be649390e33c55ac8639639ecbea4483e75ddfbcfd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "1c4af32a0d90e19424411be89b6a1e2380714a727b9d5c6a42528f31567da05e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "768604a77ea563a2aad0c4986b907a58711baa094fd29d1c9d106df67afd0a30" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "5bb3b037be5c175679f9de8469f8701ccff48014c9fb3d7310d6cc5fbc57cc0b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "52a344b372598a305199047f280e360fc45f95192b6d544340587c05acaa74a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "3e705b3df0c8dbe697955a85557fa921de5ab49db6e0f72d1ff54629d306d566" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "cc31691a8af2a5ae27576a4f20366f38f388c6182389fa162c8bc91a7d47aa0d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "83c1ff0fa2c861778ff799726da403d4c65a9c490b5c3761aaf6d47ececa9618" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "167bad08c50312900c099168764b3cf582018eed7db7b180dca85e1b240053d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "008932c8ba93ced7bde5f76581ada8c76a90229fbe6f53a738f4c49ff104954b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "996355a7d575de0665cdf4d0800c21b61d864f9e030fb75bc6390d450631d904" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "b2883c50cf59367639ec032622ca02c6f0dc69a0003fcb2535c59b4a501ad732" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "189921983a0d994604bc15b23feadbec04afe0b07ddaba13917f22b4e5611f43" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.2.65-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "1669a510dcf342b3f8388f1ce8847fd56c781bc779d68cbce62368f31b412b74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.0.44-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "18ffdc9e55b6cf58ab371b7847f0113a7bdf2673765f600cc957104c903f6897" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.119-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "7fe5656d60997f6d090f8b54af72050dbece98cac88c541ae211b157aedc7502" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.0.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "191e13f5e53cf29034add21a86e45be6f847101b5f6d34206de3367f56136a47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.0.142-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "92b02b0a50e595f2224d4a71ad3502ccfb8908e7b76c23c3a3a72adf8624da39" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.5.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "f0675ec004373d55b014d72aec35dcc7ce738f9b65c154da5fafa981b1a760b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.1.89-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "733544bc46044825073db3eb84e204aa538503d13b6783218735b9e059447dc6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "2d03f30c04f55a0d1814e00355f4279607d9bf77db613f7b7ee0f3e303902206" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.99-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "6c08a5fb2bace6bc0db853dd3ea59d040cc2498b47ed98e63e0ffffa4da00caa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "1034ca43da4afbc79f69269cc60dc081de631e1c0d229d60f045d9516409317a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "4280af9aca3351b4b3ce8962c76bd446b9aff1617698c0cf178e13df78bda8ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "532118bdcf168d80e634daf1407a9819a46e9d6ded180eaae02758565d1a429a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "34f7d7e7843e3a95b35b1d697ea054765edccc73c6b31787a5b68d2261154d2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "6c25db1da8b807f105bde8fe83702370a9141ba3c030ed6e20c25564cad8725c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "37aa58532924573e5d9227be92fead96db73cd470af6ce809e3a2b6cd3ee7a82" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "f0bf168e1f52ca727330d60c32828f2cc134d46e44334942f614d34157cf21c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "807c060bbe5175d325d3334fd64fd73d01741a99c65a7460dda74588defdde2a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "2a1d9543fd95e5a7d4b3cd11e56c2d02705e0bab22acfdad72696803580e74b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "4229d2b590e4382e1b36651dde644e04c5a8664f99f53bb43dca967982a84f58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.2.65-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "265761bc01bd1453a0c4f7427dbc301ee1a68cde57fd8b48ee1fc238ebe827d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.0.44-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "f7c76fcc64112309a26d7725d3357e89be2cf2ac69ed90e5653f290ed8e39078" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.119-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "bc800184054b7efecf8dd3c508f5333bdac7c39f271eaf3eaf3be0127fddad51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.0.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "66c7f041f8f59162cb70da1ef3e469b33ed9fbeed18e26a7325887c32039e694" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.0.142-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "a9f1bd4d4a57a3120fd4630c7ba0fe35d5f737471ed42bc6fe20c42cb2ac46e2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.5.2-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "da2c9538aad6a881dfc07255382122e8be31a62e51c0a99c7943918721253f7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.1.89-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "9039b3113ff79589e9c9e8ee0dfd7069aec1965b426e2c5f77f1f78d7b6c5358" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.4.99-archive.zip" -[[CUDA_SDK_static_jll."12.4.0+0".sources]] -hash = "f558101a44a35311ddc7bf0cddff601b341bb70278d443148599a5742ffe5623" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.99-archive.zip" - -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "e1636f27a142d24e73dfd831c54bbf5575b498fd5900648d7372fae46f824fdf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "ae4f9bcb5333b78a84a3babe23feeb8d48c00b6faa21b31477ce4c19f22f39a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "15af54c7d909f6e24db8b557e34276d70778fcb26f1969b7a9fe42abaa919265" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "85d348b08d1e652ac2fd6377d1f837aa1aeaf7f784aa451175fd5ea58fd3b28b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "b719c6b2a8cd330ab0e4361e41dda5493946fb7fa0c4b04c8dbd776fadc3b11b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "9062bec77b9844663692459255f35fe70cf826bce2fc8065278410fc5f27023f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "9f297a160b8a934e8095c4eb2ee1674a3497e06ca6a0a7d6f2cdea983d443c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "fa11c08e39ab35453e07dd5012adc0767408955431fc4acdf64ca4cdd7692646" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "3304e563ed089be1129f79d8e45c9badc8eeba155c8b672f9659f223494edcd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "f5e636944c7817b4f178070daa1259f25b3e84ebd092305d32aa189b21ae37e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "f80c713d690d4f0eef21648d45e47b6de08212a5b3291747f35950564fb37196" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "6e86197149b0c0bd131ad925c165251fff1c054ae477c10b5c45e052789e1a2d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "8407848aea496afd7708c9ed61c6a1d19c56362798341e1adcfeb77d34a5fea7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "e3e2c040a2edc8238bc72c0b600d1b7639b240223d5f3f1fb419162a4c1afb14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "28b297f44bf568b7e477ede212457216c215ffceb53e0610d942e573b95fec05" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "cae11cf45b9443643e82bdaecd51aec9f827db7cdab9498df388471532255480" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "5ceae6170471d7a9e4540796760642747d10d7d4f609dacede90f84927e59618" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "40726bd8bb106dacf5c1aef8815f3561078b13433671fed40dff431d13a34ff1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "5d020dc916a7c5f901802d21ca10ad4d40eaa21c4a1d487ad13a40cab60b4467" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "42ed22ceebcb1840b391cb4369a41e6ed1ae31c5aae0b66fe15ba242db06c4d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "55c3e49dce2cdfadaec23aeb408383d713bc0838e882f22b41931599525af795" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "8f52b2849dcc9a95fb7b2e2eea46afe5c1b459d372f3ce9eff1769845f33e0a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "2ada6d5ec9f0a963de3bf2eb1a5e8d431a40fc4c616e1e51e04d96bbbc2604f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "501efffdb76a9bbeab0bab66834dec310346a73dc16ae839854258f5b2e520fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "71b6102a07676635ec9fd0a34250bbe1c646e5e72d79e57e9072fef411f0d52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "a08da1a0b990ef7eb845655eb51ddc9fc920921da14ee2b32ad8daaebeb1c68b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "171073fd6557360b9db7f8559e17b1bb55679aadd5158681318ed9be67e54667" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "d9076a8261d5c7bd49e7892c76760ddbff0bed9c84e20d86d472d3ac33535495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "81820623c4ad794efbd00a38649af7847b951cd5fce2659d001a525e6f6bb72d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "ec6b7ed538496507b99274b5361f36cf84ad18048892e0c6ebf74336c0181b15" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "0e5ff35535ecb1ed0b482a2ac5e3a20e94722736f023fc802cbfd4900e590746" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "e91905f9a23d749fb8389f8671df67f71f49401d19f955d5029c7ebc3d839f73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "c1c2eeff199aa55b678acd59c0a76a3b44ca99f730e52becfd0373a55c2df2e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "aaab63b12aba7278c4d72072dc71bbdb7773137af5428c7bb0414496ae78632a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "908742d8f3c6fdd6d1d6316a7b919b5c506474f9551f491aa7335cb4f50bffbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "8a8eacddc1c0b9e6530a149e60d33219a18d5be586a5c9dab0996ed1214ab602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "8240b666b0da2aebc58c861410c70f4d5ffe157e7071586314ba0d79200f7519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "a322bb849e8974e759d1287977dd237d4ca240159e70fe3e131df600a7cf4d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "f15613b7c3088299659356456abfe2c3a98eed7eea9d8292fe0ec46726f5ec73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "56d1a741a3c4f5c4b2fe73dd4eb104ab1defaea3382ed5a65e4b5fe202e9c5b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.5.30-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "63101a25268a70380a129c9b05cd5fcfe8cafaf8594b6b358a5e082ce482b679" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.1.117-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "8c0c81125d2f0ef6f42bc46723f2c5565863731cf3a3de3ea3e738ea2d7a938f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+0".sources]] -hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" - -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "e1636f27a142d24e73dfd831c54bbf5575b498fd5900648d7372fae46f824fdf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "0483bff9a36e7a44465db3cd42874f6f70f019297dcf803fbefcbf58d7448c8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "ae4f9bcb5333b78a84a3babe23feeb8d48c00b6faa21b31477ce4c19f22f39a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "232f4677a30335f4bafcd4a42b61d4cb65060680067e0dce32966d663f4224ac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "44018a76ee5977b603b0a1f3176a8398eaa893008dadf23e82d01733c20b5542" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "15af54c7d909f6e24db8b557e34276d70778fcb26f1969b7a9fe42abaa919265" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "85d348b08d1e652ac2fd6377d1f837aa1aeaf7f784aa451175fd5ea58fd3b28b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "b5e7a984fcf05d3123684d7926e595306d31fbf99f9b19e9a0d268a02fc75827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "b719c6b2a8cd330ab0e4361e41dda5493946fb7fa0c4b04c8dbd776fadc3b11b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "c267c4d2cd42065ae2c30ca41a43ddce4e0ecc5484de23f299e3c397b5506eda" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "0963b4b57fb7fe9217e97b494159ff4719f1abdc407b2dc215d71bae0576bb02" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "f3752abef1ffae7bc9180bd9885905e971cc9c28d7f4d5860731a012e07638a3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "0a35a16e3bc02ba6fe0393e916da087bac079eb998a01666c79533db4f0d37f6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "21b7e5c3afd8c3e761471c644b8bbf36cd528dd0f9d274becbeb09b79dd9bec5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "9062bec77b9844663692459255f35fe70cf826bce2fc8065278410fc5f27023f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "fa11c08e39ab35453e07dd5012adc0767408955431fc4acdf64ca4cdd7692646" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "0e0ec59ee56d3dfa29c66bd4e225b1a6330d42b36545ab4377880009d42b675c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "9f297a160b8a934e8095c4eb2ee1674a3497e06ca6a0a7d6f2cdea983d443c96" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "3304e563ed089be1129f79d8e45c9badc8eeba155c8b672f9659f223494edcd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-ppc64le/cuda_cccl-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "f5e636944c7817b4f178070daa1259f25b3e84ebd092305d32aa189b21ae37e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-ppc64le/cuda_cudart-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "f80c713d690d4f0eef21648d45e47b6de08212a5b3291747f35950564fb37196" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-ppc64le/cuda_cuobjdump-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "6e86197149b0c0bd131ad925c165251fff1c054ae477c10b5c45e052789e1a2d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-ppc64le/cuda_cupti-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "8407848aea496afd7708c9ed61c6a1d19c56362798341e1adcfeb77d34a5fea7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-ppc64le/cuda_nvdisasm-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "e3e2c040a2edc8238bc72c0b600d1b7639b240223d5f3f1fb419162a4c1afb14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-ppc64le/cuda_nvml_dev-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "28b297f44bf568b7e477ede212457216c215ffceb53e0610d942e573b95fec05" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-ppc64le/cuda_nvprune-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "cae11cf45b9443643e82bdaecd51aec9f827db7cdab9498df388471532255480" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-ppc64le/cuda_nvrtc-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "5ceae6170471d7a9e4540796760642747d10d7d4f609dacede90f84927e59618" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-ppc64le/cuda_sanitizer_api-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "40726bd8bb106dacf5c1aef8815f3561078b13433671fed40dff431d13a34ff1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/libcublas-linux-ppc64le-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "5d020dc916a7c5f901802d21ca10ad4d40eaa21c4a1d487ad13a40cab60b4467" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-ppc64le/libcufft-linux-ppc64le-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "42ed22ceebcb1840b391cb4369a41e6ed1ae31c5aae0b66fe15ba242db06c4d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-ppc64le/libcurand-linux-ppc64le-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "55c3e49dce2cdfadaec23aeb408383d713bc0838e882f22b41931599525af795" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-ppc64le/libcusolver-linux-ppc64le-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "8f52b2849dcc9a95fb7b2e2eea46afe5c1b459d372f3ce9eff1769845f33e0a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-ppc64le/libcusparse-linux-ppc64le-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "2ada6d5ec9f0a963de3bf2eb1a5e8d431a40fc4c616e1e51e04d96bbbc2604f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-ppc64le/libnpp-linux-ppc64le-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "71b6102a07676635ec9fd0a34250bbe1c646e5e72d79e57e9072fef411f0d52f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "a08da1a0b990ef7eb845655eb51ddc9fc920921da14ee2b32ad8daaebeb1c68b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-ppc64le/libnvjitlink-linux-ppc64le-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "501efffdb76a9bbeab0bab66834dec310346a73dc16ae839854258f5b2e520fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-ppc64le/libnvjpeg-linux-ppc64le-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "23ddd81e43f1522247fcdc1948f3473d2f474a048527c1f20fb3bec345807e2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "0fc5240b1c2a27169b3fefb1e7390cdb0177cb86469fd545f580cd4cc69c7fde" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "a7724c73b8a072886aab25ec80a279fb500d9995a4c02f5e06e4ce2e03b116c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "93275f4069a05e2342f4648130e039de20900bc3e81d797a7239032ddec5556e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "9e7a26fb7acd86ec8d4b67799a329d9bc6bd48bbf27a89f87df4385eb7fe5758" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.4.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "db97528d051cc8ee4a00e33a5dc8ca098196295862d3dcd264d61ac5ed1ebd2d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "1ccaf8990080ac498f39799f081af770b476983bc0a24f40f168985379029519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "ffd1d4c587056be277885b696077fd744890a6875d0c27577aed33bd75f43b03" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "9fb6f14168c3194225f29f85467d95150ea65ea676f86303c5ea47ef42ff302f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "d93b5d59c0a18753678fbcce9fa0d83c6b2ff008cebbcb226a2e138b26305aa9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "1d3886c1da442325d21424f5c021957bdb0c9c8b0b8aef7bf5ca5a449f60490b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "538735221a110b052d21ebfe57f710572814b4d8a820c125ce63db621f6b973b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "3be3a69ab2b242cfc78ef2f85a14c3d02b04d4e64a4345c75f565d981ae99415" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "82050419231f3ab6252cf4edb6673504adcdd712cb34ab519f7913beadb8526e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "0ae1b89c7c26aa1fc1c59e4b5fd65b37bbefe0914cae3b36e057e8a66bd3c349" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "c3eaaa8ac7e566d0a0452b1451c52d453f4509a236164b2b231cd194dcd2d7a6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "9ec80b22522f8491425f4194f86ac4f74a990207bd1fa85169829be5dd450076" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "104229ab8ed7f585339a4b4e43f7926d8f7478e9b376a376613bbe402dfd5e5b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "9950455d771f18ba4dc4f60de75ed072e04b19d9ea6c01f69b40315b10709194" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "171073fd6557360b9db7f8559e17b1bb55679aadd5158681318ed9be67e54667" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "fb96abcff3544384440b9259f9aeab9bf222a5775348546ef87c68ee02eee379" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "d9076a8261d5c7bd49e7892c76760ddbff0bed9c84e20d86d472d3ac33535495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "62f3a245ade16dfb17c56eaaad4df5f339acaa34d2e05ddc15f49fc30e78663c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "ec0480837e789f14803ae148f5ada2cfbd02216afc832c23d6a38037b88be381" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "81820623c4ad794efbd00a38649af7847b951cd5fce2659d001a525e6f6bb72d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "ec6b7ed538496507b99274b5361f36cf84ad18048892e0c6ebf74336c0181b15" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "f9e4bd972ffee5951577b45524b656eda681407a3c761c57978acec26a3acc25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "0e5ff35535ecb1ed0b482a2ac5e3a20e94722736f023fc802cbfd4900e590746" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "e946460149f1970e8c07472bab447f30054dfcc809eb2809bcd9b0090b0b876f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.4.5.8-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "4087e27f2429d5f1f820ec49ac400391cbfe84c4abfadb95aaf90705ae84e725" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "ee337fa4c53136e336f974ba5d1a9be2a1ec5da674be3bb972a8d645051bbfae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.5.147-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "3344980ec35d4d850cf10909a2b0f5c1fdea7f2c1af0c6ad9b72dbd188391c3c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.1.9-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "098169df5ee6ad441ca22ca7d1168c4adedada57e32238b68db42a9934347534" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.3.1.170-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "e91905f9a23d749fb8389f8671df67f71f49401d19f955d5029c7ebc3d839f73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.2.5.30-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "aaab63b12aba7278c4d72072dc71bbdb7773137af5428c7bb0414496ae78632a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "c85f5c50f18e1b8249a318432dbefdbb752ec81d374a59ab452f8d74acaf6017" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.4.127-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "c1c2eeff199aa55b678acd59c0a76a3b44ca99f730e52becfd0373a55c2df2e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.1.117-archive.tar.xz" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "908742d8f3c6fdd6d1d6316a7b919b5c506474f9551f491aa7335cb4f50bffbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "8a8eacddc1c0b9e6530a149e60d33219a18d5be586a5c9dab0996ed1214ab602" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "6ad8df634d60e4bc96cf6914af71a5708f6460a25a39d0183780c6bdebfa60c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "62a15a4ef3c0641352d7e5c184243d20f9e4992f040538c0f14cd40ec7e5ef7b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "8240b666b0da2aebc58c861410c70f4d5ffe157e7071586314ba0d79200f7519" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "a322bb849e8974e759d1287977dd237d4ca240159e70fe3e131df600a7cf4d32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "f140545e06d0d10780c1382a577db2e2c242db7a2d94970f0e6026b2d01aeb1b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "f15613b7c3088299659356456abfe2c3a98eed7eea9d8292fe0ec46726f5ec73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "698140f12da055a3709eee2e022fcfe7bc8edf31f30115e3f7a5c877a9491de5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.4.5.8-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "df1594afd3de4e23779511eb8eccc1f77faacd9fa64e6154828b9bdd68d9a785" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.1.3-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "24c3b0fb7063e49ccc0ac1bff387c5f4fd9617b72aab3fa3b642f08607770ad3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.5.147-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "e1f98fab494b099beaf39b533a725c241afad5b885a88a01e21c5e0aa8bbf978" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.1.9-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "d1cef671112537a290ef9282f5258b86bc1ae55e76b1995e330d356b6a140d4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.3.1.170-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "56d1a741a3c4f5c4b2fe73dd4eb104ab1defaea3382ed5a65e4b5fe202e9c5b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.5.30-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "8c0c81125d2f0ef6f42bc46723f2c5565863731cf3a3de3ea3e738ea2d7a938f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "d8f4086215f482263dbfbe47a3580e88acbcdacbb284f8aa0c21a8fe408e671d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.4.127-archive.zip" -[[CUDA_SDK_static_jll."12.4.1+1".sources]] -hash = "63101a25268a70380a129c9b05cd5fcfe8cafaf8594b6b358a5e082ce482b679" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.1.117-archive.zip" - -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "837c4e27939478ffa3d2ad18f9a109b83c05afbe891769732c5c615e53081fc1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "a56123c8207cc5feeb3fcf8da822f6b5345584ee1bcddaafc8b7a49e8c3d7b13" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "aaeb67ca9d9e4a024d8e7974c89c194abe75997b71aedfbf137a5755fe6b3bff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "a701e976e77d6ebb6f986452faa0566cb23e7e6a3465fec1f178324ab8b0a65c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "68bf29e090b3e41c3711eee9892f1c0ba70b7829dd1df6601bc0f3d451aaaf5e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "a5ec46a37399cabdd45404866a9e7e43eff2bcd6987cdff0bdffb5a1a4bb166f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "3b5d0b85ea48108c5a8fbb8611b054bfb8780c561545464b69608e8ee0e6cb80" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "1c20b05a362ce06c65efff864efbffd7d1e02433805a280eaea22b706e5e3de9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "31550666886b39ca15991d6ecdb409d6c18215ccfa60f5d3b692a5d3366cd856" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "5f17ba6912181162adec83b42e76ba6e8c7e0cb9c872e8dacacb09f0b42b3d8e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.2.13-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "46fae345f6c733431d5b660afa34546df552fa6f6d9ccf015f4372048e0090af" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.18-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "5f1f5ae8519481f985c489b49124e2ddb033d29df005d080da7d7601ae18ce73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "01b8b5f1e2ae47b36843c1d6e481cb657097b66f81806c8b8e63ae88458260c4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.2.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "53e3e5598c92d00d0c46a270b9070edd23705684958b6494e6a5f841ab4d2613" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.4.1.24-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "63adbc8b71c994761c9b1cb7666baad5c48adfe8806bf4a49941bbdb8fe75cef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.0.116-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "4dfefe155e042d1e00a7a8d847a2d886ca5f39a7019dd14ae72b69aaf6e94986" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "bed1e22c214a48068089882791574b09552a223f87fac8ab5d034630d04a4ce8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "9c95ba87167baad0b4f7cb73629b630819e7e692ae27de21204abf7f15b778d0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.2.38-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "850714c86724c6b29e3e236ab7944a365691bb25083857c3ae9685c708d58f17" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "b3a5d62e00f63520ff8c94243335b4a9097c13e91ec83392a6fe0ee181824245" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "1374a78b9598b67e9b57b898bdc4e67992070e40ecaa3f29fd5603c25dbe9d6f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "189c368aba5f75ad5c98a731bb9aae9a9b13329180f572fbd9e231fd833dc639" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "2027c3988f9c39721c34a0273b37c4b492e8dd5da5e778a443b09bf2c8a4f55c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "1fc347434f1bb4d4a36dfceff81cd08b00c97ce0b8ed362f36154b653107f974" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "6055bed7a8d54be987b1756b9f11a552da69b137a917330c8d550b9feeea8aa6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "dd04471910ac534ec2306a7f8ff545eb9f18a0b712824a45aa00f8d38e34bd12" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "f07dc397213b736671aad319bcf0fd5d13beb23e12a4b28c3a5e0f125a07c9cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "93f5b08eafc7d73a9e0625b84e67ad2993171d9baebc67d4eb946ccf6c3b3f3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.2.13-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "c271526a944bdbfcae752306a6be5ba0564804e819598309bfbfe4d0f9fc1c16" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.18-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "1d89ba7c0f136600e4dd1596792622eaa9f3d60cda3fd6a6e21cf12bbb702111" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "39773fa8c73af51ec8bc8140675bd065f8efd790e481b40e2916fa91f6e059f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.2.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "e7c4751acbad149c325102ba17446f39ced9e0bf73d400fbcdaad80de996b05b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.4.1.24-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "36f35e2cc9d89fa3109825e5e5caf762d3ea4704b90a27580e756ade7488b63a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.0.116-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "5895e01303f58d5ee2e18d3fbed3db5447342b4d52ca75193666bb1b60be51a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "76a9e6dbdfe5bf0ca2b182e9a4137f6c8157e137d22edc5a5956a17151aa1f4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "2aa830ca87652adfc62ff3e5cf01287867944668b62222c9cc4d242a8be7a338" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.2.38-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "7052855e3624aeb4abf91b0b9deed68f91054f898b85abef1d511c29ce544cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "5d5d71a0c9d838d8a5b8d8b4b34dba12d5c40840dec7e8ca7b6dbc73bc7071e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "4ee35638cdd9848a79fc3edda02a8cba9eca0bd75006ce945663f512ccfdb0d6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "8287049ef36357c6fd05f7131671102dd6243acc075eadc65600ba0def2c5eef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "28eb5da875c783e3c62c23c8949f02f632d3fa1567000045a18c6d83a5439cfc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "a1f28df7c0e2ae374402c1135eb3fc1d55190dd208ffea0c4d777bbd8f23fb80" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "9276882fc535a13cb65488f330959ea7033221d442a16b507eb2b085b69c8070" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "2986bc0ce19808c69745caf8228a0653b641a35d7fe9de9272cc705ce713c43e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "9daef1f0c56f624fcaa2a39ae202cb92e114eaec3580b20d0da88d739ca4bf9a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "08413962b5a35f38c0d1c9a7f65e201ff59aa85841a650141f064eaaff06e841" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.2.13-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "61034f4f9786f866b41162d8a6c2c9449fca9be799f3370c47631aab11762d93" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.18-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "79849e85650834447522b2174cf4e28dd72060440ad8ae4f9c3a27ab79de3c4d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "af012122070ef179c7e31cfbbad12f0831e00c95468f7594980daa422979576c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.2.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "1251089d2ec5507a4da815114bc08c3daed2cd3c508bc4566c322e848c41085f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.4.1.24-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "80e7b3f7b51a0d4c1a43e5aff0261babd1b567966d0dfa87591b26bdd1af95d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.0.116-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "09417ae94cbfe41203b825906083a7658e3ba7b4380fb6de7e896fc741d3046c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "d52d70b860830ed85f2e16b47ed3907127631060f50a75ce9a010a500f7ae9f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.40-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "f2c3630b96405b2a2447fc0f9274a7d8b9602bc804572af0926ccda98033c18a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.2.38-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "748c07d466556b1562cc46a0389948af1e3fd92cc667ebf697bf6a9a30e736de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "c0c33ca6bf16035f592dc5791c47a54515d661c19474afab1735a6ff269414b6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "39ca9868db618af029cbbcf36950fbd02dbbc2e8dcb61758a68ae5ebb70dd6d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "9d9e23d161b2ea9897855cce670af2fde8aefec0aee98ba0367c6413e02a1d73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "dedcf8b84b244932bc34c8d2372eddcacf8103e8f16d820df03ee2ed98b43ce6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.40-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "7f0885f62205b4474ee99916a160b1b5f073e5fb08f669d0b81ea46e259b2573" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "338fb26f6620ab559197b55e6d00923e261e11b9f469cfcbc83d4046d5bb21a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "ff1f3fc068c40c8773909ed6a4a51fda37e6b91341a34165ca7778306f9f6562" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.40-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "0e458e89bb7662b65e8c2f0bf4e15747fd9cb2e3df219661df1343fe53d406dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "cafd968c326c21deaca5f870a8c3dd1b7830809b693fe326a198f5e4bbd5c5ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.2.13-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "c06f0d02d50a53f06094f2c6fac40f5c2a565c5dc45820ef36f7e33b958e7ddb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.18-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "e98ae538fc93472230506a4297c526ce70f69f6c1ed351cb65e759bb29f34003" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "bc1e56c2c93bfbeb0fb0b8e8786abdd2632598546f44b438638807ce53396194" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.2.40-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "6123d3112ed48f48ffaef7daa392a414bdcb5ce7b3503bf6fb5563b24add0b92" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.4.1.24-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "065fcc9b6140d17c63710f7431d9076a8d8a8a1c15906acbe1436318a20b2ce5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.0.116-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "1397be6e24a773dab8550ba9df2231dde2dca7a4a15c48363bd03621a48fee91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "ee18a48db45ff50f0a2e250747734153f970aad8cf1939118afbd96dd195bf3d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.40-archive.zip" -[[CUDA_SDK_static_jll."12.5.0+0".sources]] -hash = "00869e947d16a63d9af6b13dc1121d1d8c5447799b6e984604370ed3a2139a6f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.2.38-archive.zip" - -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "837c4e27939478ffa3d2ad18f9a109b83c05afbe891769732c5c615e53081fc1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "2e92179494712a41e9ba979ac81909cccbc7cbbadac9c3e0fd217fd410270df5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "aaeb67ca9d9e4a024d8e7974c89c194abe75997b71aedfbf137a5755fe6b3bff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "5054985d6454cdb1ef67a3baacd19cac98a89fe8d39fd31bd727bfa65eed6b0a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "fa775b95352302585732644bdd3254a210ccbe477fe5ab85f81956299ca40909" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "52991dfd16427cf7c99b808b3ff259a1064cec11a8663c7a76611704d4990903" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "afced555949fb3be875d467fcbf6903166917aa5ad42672f1ceca0a972d6b49f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "2c86bd1b37bc9b085914076e0db0122c667da32aa62463edd8bdcfc047eb10e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.5.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "5cac4f3cf97aebc947442aad606069cb747dc585c5b36cb022770046d984d9da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.5.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "c69cc32712f2396aaf497894945572e8c3e2668b89614e1a56c2d8e3cece4e54" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.3.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "af41597788fd30eb5ccae390be5fe0db59b0a3285a8db97de604a75eeaac93f7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.6.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "f2fae41cd7637e22cb539c79dc44845cbd7ab932f006c5a8faf459a89054bf7f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.3.83-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "2b1c4295f7c5d57b986268086ee3e05b599afcc6fe303ccacf393cda2a7b1aff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "5bcb6af62e3affac26c7716bc3d91c1b69ecdd86668a7dc62f3a9c7bf25edd11" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.0.159-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "4dfefe155e042d1e00a7a8d847a2d886ca5f39a7019dd14ae72b69aaf6e94986" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "cbe265b0b2db1e99468191d9cab896bf94a532dfb41827f17ed8e91d0ea0b5dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "e39aebec1678033184f666d0ab0114c8c55c2e0dfae3e310ede9c42d3ee3957a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.2.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "850714c86724c6b29e3e236ab7944a365691bb25083857c3ae9685c708d58f17" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "fb2108b7af85d7334d06accc44080e4da0a8caec0069b0e89ce4d6a7e08e2d64" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "1374a78b9598b67e9b57b898bdc4e67992070e40ecaa3f29fd5603c25dbe9d6f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "ca4f11504c336146e6b4fd5c6d363607e5c41aaf7cfbd917db7e3e06aa869cab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "76f57ce3e4294fe9f69eb93b04ab294f696d5e7cde996f33929e68fdde7ab462" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "07c6861cef0953997feaca5d897a8b15ab7466f193c9f7c07b6ef34dae710a23" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "13ff2985c3074239461458a1fe3a44449642b9345360f7a297a95d7e5a3c954c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "4dd0f3e1229998e0aae5d196d8458bb9b80deccae1b5955ff92c7ff9942aa854" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "9a10a8cccd427fc6e47ab6632267c72579d19801b3c0fd2066cd9ef3669d9b83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "bd14ce734d61b2545b7a92b0d2212555a747dec0e8e4de9b956cbf0bc05ce4c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.5.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "90d2f6abfc66ce6226cd42af54f0e94adf8c49be3e161cf4cb31c6c01441e42c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.5.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "314e7437de38a69e0ea38db79525174e0fab99c4720532acdfe74efe89804dbb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.3.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "e5dfb488e1a232e35b159d89de01755389e175d1d39e8d1841fbd5ef98457c41" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.6.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "eff8e95800dfb3cc332b26e93e6ecfe6c1c95a4e185ed48adc95fa8d3b6fbd6f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.3.83-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "d1c083686f8dbb7db77160d6a14eef940f587fb8942be024a2f3a32aff1d72cc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "fd5241c8657851d159ac11bab351ed42a2bc2930a447aa5aa21b725f659fd36d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.0.159-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "5895e01303f58d5ee2e18d3fbed3db5447342b4d52ca75193666bb1b60be51a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "359ee281f4e8ef4c50163659d9efd1e4e3b677ad045013ad40af9bb86bcfda68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "559165ea790b5471b5b072f5f97caaace8a7ddacf27280f57a2de9cf7f10c522" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.2.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "7052855e3624aeb4abf91b0b9deed68f91054f898b85abef1d511c29ce544cc2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "4b0421f8cde1d3276682954c20d3a5089c6297cdb2f4f5ea070846a0e7170a25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "4ee35638cdd9848a79fc3edda02a8cba9eca0bd75006ce945663f512ccfdb0d6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "1fe17ad05fa001d06e9a3aacd1720d956a9d370e8d9a25349aee8bfa3d42bf2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "345a80c87627a414516e1bfdd99ec97f6a02039c9b82b2610bc5a93e035ca954" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "b6a2a8f74cb4ccf5f489308b95568e24917fd384471f0e41235d2a48c2d71729" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "529a79fc189088004e1929961f06c978052aea9cec0db93eecf74e51e3bfe608" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "ab2fa66bce3553b6a497575d476c81105d8d8c3f2b3646eb52a6edb624cc2b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "f76b88164b0642ddf6ff80031ed35bd3b851512b8af405cf6838351c518a8000" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.5.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "136491297d7bcedad4449ac442557ae0c583b8408bad4dde5223c4acf387dce1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.5.3.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "50831766eb16a52a803484e746197d604e5e5181fdadbc0fbfaf90ff90e6b18f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.3.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "35584cad6b5908d69ace5bc223e96cadcc7f2940d71468535503033fcbd9a7f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.6.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "846d86d8f4e5af49abd311d158cab5c2affbb47d65942735cca3310d32c55751" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.3.83-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "a93e0e59c378405de53a47363759fdeed30c1c9b23df98a4b86dc375a77e56d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.1.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "0a109d01c2a497e18630f06ff5c407c59346d93e5cb7d48916cce6f1de0a1d05" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.0.159-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "09417ae94cbfe41203b825906083a7658e3ba7b4380fb6de7e896fc741d3046c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.5.39-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "7fcbd26170ee91891e497f728cd25c91c61e23ff490eef2aaf4791b3535cda7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "1d0da2db76adc55441385e334a439db064b4b2f38b09dc37a29681de973d5a9d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.2.81-archive.tar.xz" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "748c07d466556b1562cc46a0389948af1e3fd92cc667ebf697bf6a9a30e736de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "079dd4349ee536a80308bfeb745a75b729d3957a430dd1cd0051bbd26fe4007e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "39ca9868db618af029cbbcf36950fbd02dbbc2e8dcb61758a68ae5ebb70dd6d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "efaaa348b74d697f5f8267c3d49132b43fa71127ed74310696b94c4d26a2eb49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "51cec40087b524478c4d204a102ad5de86cd30d0bd2f9e87339032b55296448b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "2b378494913d9e86c9f6210c2e5389df2fe9de1be1b1dd4a229b86f2bca0cd98" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "9826ff7f00ed6ae9a8787cd6a20b935114bef7a22bb64ad2490dfd5f13eebb30" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "d3de38ab97d772e7a002fdedbf0fc3cb701c18a3602e54d05282337bc70b7707" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "09a8e3438cae3a2f391f3befe7d092bfd2c2157ec4383e5494a2904a2d708ca3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.5.81-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "d3628039eb3d39ba9fe6a5350447b10483dd13d5973b5e4cde1d3e917d457d01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.5.3.2-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "afe77d89bce4ee669516597bfb635adddc156988409ee2e220f7b492fe81201e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.3.61-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "49f1d18d35af5b446b47d81757f822c054058bade9107c4d96e42b06baafaa2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.82-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "2f4d929f206937e9d87d7ef6e5340923e4d8a47db1dbdd560eb968cf53b9ea47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.3.83-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "c526cbf7db1fff65229433733027ef4e8daeec36dc7cd8f3043754ebca704da3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.1.3-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "1aa7e6243dffebeb7aa9c50a64f64c4af37d2eacf639e624ff97f3c3f0cf7dc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.0.159-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "1397be6e24a773dab8550ba9df2231dde2dca7a4a15c48363bd03621a48fee91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.5.39-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "410e0bd78ee7e89e9b0ddbeb6825c898a18d7fb637450db8df6b3fec57c2a5bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.5.82-archive.zip" -[[CUDA_SDK_static_jll."12.5.1+0".sources]] -hash = "c543b35b16ab5bc696cddd7ede02c15714643a1b1458ca2c041efe04c01d9c01" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.2.81-archive.zip" - -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "478adda30882b8fbff54d7da109708be5e6a988eafb18d9397868f8d6633981f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "75af44a162ee204adf0afcb81bf0448d64baee787d9d694e92722dbbcd05a42c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "2e46b5b095625686e7909c18678e93e0654aa71b52af544f3aa0d55c260e7f90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "0f6e58132433617ab1ca279e0cfc1d82737d2320061ab7033a6e32f23f9fb25f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "4336a230269db14336ca1f727a0502631390a52d37c17d3bde05ccda5d534406" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "ba60cc8c9cfabb399b70aa49ee3428f7c489330b0aa7c8616121651e56dacc3e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "db21efb8e2f3d05196aef2b41378f96955312e539ffa3d0c4bc98baa04128376" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "8ad2a26164cfaea08038363ebe9628503abba5440a708800f013771d1eec0f03" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "e8f85fc2f9a7e32838723f2f138662a87e3d74eb05ff3a864f1059e7400d9bb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "c7c11f19000b06fa722dc601eeb63ae947cb431cbf2bc47f6e20623977026804" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.6.34-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "1bac7ba106e19d7f8d40a60b1eec8decbd9522718db15df043b4329225923d5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.0.22-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "9af45404b4ae48ec44c564c5e2cbb896d89e10b66f68fa32e47dbdb0e62bdb20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.6.28-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "92575006cd1fcb55edc91c5be660de5f94c796d8c840b5827a52d18168fda099" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "625801d29840f6d022b6af73c7db9638c439423d97b504edf83bc27a2bf7ef54" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.4.38-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "ee3ec738f7dccb19d91b0d0714f56090369d4adeae5eade259f84d44281da311" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.2.23-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "ce1981caf8b083b92fba9f16b14a1fba8e8087f702f354155abfd29ee71170e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.1.23-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "11795a3d7fe0ce551aa1ccaaa363b6581f363de8648d8d1b0221c77a6abb4906" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "7e57521fc4065f264bd7fd118d267636c2cdf0e542465f281e767e206cf5a794" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "4beb2ee853f791eddd7365bfa2de71456bfc7ee4a7a49a9b14083207f1905a9c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.3.23-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "90166f9066db13bfb017a7a9a1cea52ac7d2d23637b555192f3f071bededa054" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "061fd21ab9274172094f903708d44af6ecbd0102a77568e3304d76d9fca27308" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "5c5e817580f6e9324928e9d27babb5d0c2880159fbe16ccd1cebba7c5989af5c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "cb033b7b180a99485dca32db3f07642577d42fc30943f5cee7a751a971c3d1a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "468c5c31a49740cae8edff724aad10a0f20c5ca7fb9eef54881c01f68a48d713" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "d9bd48904d11a707988201566478eb3dc50b04e40d7eff8db005089c21d1e00c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "611871b70d3ca2a5e64e1bd54365ca616a51fb89013145f210b844edf9e07ae7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "f3c8410ceb349304303c44a8b8385411403db20a6df336ed67bb135683df4f11" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "5fd36dcf809771befc30b6a7b4a652c1e479dc1e6e6f9edc4eb20c26b0eddb02" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "702de338886684a50c98452c8d13ad72e4ddebd534d0026e0ca8a08082747098" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.6.34-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "8c98b14e527e555f969ffacb86baa11eb1a96370ba57e7c8bb5138236136a907" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.0.22-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "27a8d511accf18c58126d71a069974a4d13d0d5ad003be0813b503b85a3ac232" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.6.28-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "1f2346a36ad8b989432583fea0186ba2f6c84bfb0a0cd1b35b7261763161d53f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "2ffbabc3fd9c9bd0a482123673bc5c57c2e805d0ad864678f37cab93551000cf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.4.38-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "39f2080143d9d97a3c075c9310c4380350eb44ea96ab59e5b198e4984da6253e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.2.23-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "fce78a19918f61538b0215f32f816e105e3102ddd16917535deec6e9b94e2460" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.1.23-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "f347b67749067c3815821e1fbe6b2aff50f82ac4c97d53a54c575142b117afac" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "33d13a47a84401bae9c66a23613a8fd18862affeb13ee402f27779674e8fa857" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "5aea63a5f39ee50e9c5a7658081bf90a7f9c5414a1e37b2c2f9e47d9b7c2b75c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.3.23-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "0985a1a4fe3f1e1b68d90909a1cad922194b111c5c965098978b66038c700436" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "c2efb179cf90aa18c6fd4f7a7103d43ead400f0af1859033a19478a45bca8f62" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "b858cabd5894544e4f5f99f003f030d67633b93c90a09593251e0dd980ff132b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "9b203ba8cf9265efb4a518e6911d2f2a4353a489c11e7c9b4f043b0feb6d2aea" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "06112bf1cc0cfb6b881a2e0420cb4611b6d701decbb195fbfb4f0e9966a42006" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "7ed318e59165e4d838df65618042b139f7743b80c22f3f28764287732503f52b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "2ebfa603850fd1498189b67d4a00ca6e34aea25dd4d0c761c2bc8ceafa6db26f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "9de86514d4262bd8af499631fac3f40d8a1f002983342990d511219224b6e498" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "7c19bbdea7cf054d0dc42db7c619c754b590006a60284e7ffdfd8be327c69ed1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "32c5b3ab3e98d0539abaedf24f2339bddbee50fc3d13fec79be6328e747ed737" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.6.34-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "a4e5cc7dd46010850330641938b3167c705197d6db7503e97dd43aa6fb1d12fa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.0.22-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "d9042f93b5222161df3495bc6eb8cc9516cf618c1bf778b39adf589d46119893" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.6.28-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "ede18730ce95c0c4492a952216470cab2c82163f19d26006c66919f8dcfde58d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "df97eb51b2669c3951d3e3ca41a33a848e1b7461f26eeac7e6cc6b6d043bd82b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.4.38-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "d9981407c6af8a3ed07d956f888426093a34a81fd9199d020c28714509ee050e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.2.23-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "a3c4a3c2f3110adf41db621585ac12fec153bef36be75f06af3a4353566c6455" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.1.23-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "75f6477808e2685eafded60334d1f1d25ab410b84d285303f8486ed3812cdfb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "a25199ea3a109f216e14bb55c5043feac237f6c5adfdc28e709cbad0a6783317" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.20-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "85e19a7d31105db44feb986373a079bce0f9aee4b7339d54081d40ed5c6864aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.3.23-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "4fe0460b101887a62fd8ceb1e518926439148c23ec95ef41b694c583031392e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "c66badb16921c4acb7abc38f211d530c2f290bd52c2cbdb5fb12095dc6eab0a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "b6a75a68cd6c8320f9c4a12921c5b05c8995d2e6035c502f24b691f7b9a09b86" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "3c8aceca20d531ab5928027c132cc1f2cd0d4ad119e3d0cba27fce06142f431c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "03282a36fb98c2f227877a62efd04c36b1ab01fb1b676d9edbd0b10179e0a40a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "9ac787efbcd20c4c871038ee5ca1c0757139990b25ea90d368aa9c1759952be6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "700e17949a17db4bc7703f9140c56eb1eb9ec7ee79bba76b072ec17eacada5ef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "9a5abccbbd8132417a86f2419f52a93ca48272a9d89336f060225bf955f7ee2c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "0838c4b8e0a4ed60af8028b2e57ca18410922df7550bf8eb175d61e384f165d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "c03df7f2f82653d19fcaa391fd27ab135eada49f037b07a217b5e65e6b9722de" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.6.34-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "4f38ba0ab036296bcc48727cc3ed27e633911c0fc5dccb60d5131657b1a58002" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.0.22-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "1eb247d48ae39a259e7d65a1bd6face05cedc37cdee3c26d8a5fcf7492c3444a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.6.28-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "5db79007bde6f0cb2d1f062c1c4d51465f6b6a56173e575b140eeae0f9c5ee4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.37-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "3d82c16f8331707aa3ca516a1beaaca0e8169f6e34991d0d824873cfe6197044" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.4.38-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "8ca7f006ecdd89ba1faf7b7eac2c0b6abfabe1c732f4520a82c653f80fc50cff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.2.23-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "fdc4eb5217a6c13d8075cb9c57ab3ebdd4a194358231d90b53c6ab7b19d830fe" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.1.23-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "4755d260fb95d029f1cbe050a2b881beaf1a0cc2d004f431d7559c40299c3484" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "e7577c412f7ff3d7f6fde50733ef2af6bcfc4e093f8cb4e282129bc55f5aba06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.20-archive.zip" -[[CUDA_SDK_static_jll."12.6.0+0".sources]] -hash = "731e97201a96adb53aa8960db0ab694b4fc289dc5d45ae65599e5fabbeda3d6e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.3.23-archive.zip" - -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "478adda30882b8fbff54d7da109708be5e6a988eafb18d9397868f8d6633981f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "f7e2471305e7396597290d3ed3276829f7f56741fee569f9cb3c767bbbcf001c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "080e3a9af99ab8e955f99951034bd13974b19005854a405b3fa81c722d636e81" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "f9bbaf8246a30fdccd2e280ad671b0475971feef96236c2c0635f3b3abc2afb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "7011130022fadf51619ac1bc44f3270d55a3c1e613b6e62bba0c33edcf5316ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "cbff0055190f51b6756a2fd13b5269ced3eb16c98b662357c95bdfd5fb48020a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "c0a8798e793e19658b4ad530447f2c6f72334288b6960a89e464df93ff216d75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "99c973550275157fe89cffc36c821df3ce3a4ea75aeabb57c12e8d9331bf20d9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "aef606f0c289a36dae84c4c4e9f79f5bf6897f1ba3944037f49347e7c732cad3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "78c4e88a3eddfc6ad7108541a76cb8f80b7c4028d90b9e5d5adc00db47370b88" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "225c35b92301b670126ffc7b7aa5df09fbfbe85d3869d17e131523617544e628" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.2.6.59-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "f3d7ed58fe61214c622a8d8853f65016ed4485a3a8d314edab11f50890a78545" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "4326a763c5a57bdd8ab937ebf430ea04b2bfa5ab5a1e0f02fff16861aa8c26ab" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.6.4.69-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "be40783e089213921d99cbf0102f5f4d712e7c4996b6135e41ff35068e9e753d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.3.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "0a7f5bb81e65e60775f831990a567394682a209694b396a4e9233a6c91db65e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "db13ef65e65e654f3874c1f849a82fb2900b105a306abd6abfbe3e86f2e72af3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "700a0c2cbd1e591213a2bac6e34ed4ba451224db86bcb782b4f6e052209e348c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "f74f6aee35ef4fb1619bc2a67be943c3d1a84d6746b41788c44a7d3b0d9ae3b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "90166f9066db13bfb017a7a9a1cea52ac7d2d23637b555192f3f071bededa054" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "bcd9b19f291e17d82dc7ffe1d2888a92f5d986cf3ca7305bf8b144edc7a58034" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "c4a8d6ea5f03bb3456d7a626db779d8d53d689477c1645eb26a37ff690d06762" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "9cca71d65e08d1320b727559dcb5cf8637fdfbb742301612b8c447083a13c2c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "33301f54597975af80d358dedd692994646520035f64cd76805c954a8f61a8b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "2a542487ac78e41743fc0cf8bbacfe67f210cb99d5798d89dc08de960f2e88ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "295c15220d5fccb009373946aebe8ac79abbcc33a9c1643ae7f13cba1be2e8df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "51d71efecd4ab1f581300aec69bf67717fbe1dfe69fbacf63714100eb01cfa31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "ae4cc379df9def53dbda3853798c06a3480486cd5962aeb5115c3f4ccac12507" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "0d69d797b00395eed9c1c1d9e2d7090153727aa99832c3e0bed64e1b31178584" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "4f8f3df4e582abba889edc22f162574d199b2a23cb1bbc714a00d5fbb4b0f822" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "f0c49b97b4b1f1f35291e574dcd4d62ba779f578820a25323eaf2a2f080bf518" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.2.6.59-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "8ac4eec86c2f04083eb7b47b44205530ca8b59823ce360a09366edc4ad1b3535" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "05d1325f6c96e5a796cc4fd22c1fa91d7675b03d4b8103f575176eaeb7c9c9ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.6.4.69-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "98fbf8839a09f02b151292011e64c3e7960f43640ea8a2a701bda8083cc807f7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.3.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "eb0473643b991be77b64b31f5e63437203e1167bbc9274d7f6a6ad5114d048fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "d076aa60d047fbbdd25475befad6716ca2d6d9db039ffcd73bb43c45caf22d0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "999117b1c362a6d032fbc6f19c44732d26ef0bfa58373a28beb2d912329d1ba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "e81f56682cb4d6e837d5527aaf1acd26ab8eace470b5e7a32f9a8d685e7ef2bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "0985a1a4fe3f1e1b68d90909a1cad922194b111c5c965098978b66038c700436" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.6.37-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "0a416361995b2c3aaedd9fe7a91f3902674eb245e286212f1218e4bf2f34b8ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "8a8eb2a78170185755e8ce59ff49aa434e708eb77e9a84aa8e76e3ff921552ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "50163cf147905bfe54a644d61c103cd3555d64e714e136f07392376d867b5eb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "f895c416e195240a9b89790bffc7a905adf2f33f817c19c081f9cbf44bc67f85" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "4c20748fe3ce28071c12eec8a47e01dc0108985aa7ba2052ae695e6635b379d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "09ef48841aa6bfeb7ea04c937499386de1f3d3f5e119d64b3140d9bf4995f550" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "f01ea8b5f0631b64d66570bc6485ed4669ab1f5a6b5366e53d28f6493a3e225a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "dbca520cfc045b946f1f8f69a0f28aaacaafefc97c71f66b579764257ec165b2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "601cb7a9807f119d3cd39c095465eed65c7bceb12b316d96fc3527cca975978e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "f79d5f965dc6912b8abb50d20d93032d79bd96dacd65d8649ca750e863ac9185" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "bd7d2464cbb7c66783d7bfbed7130c36caa213f4361cab2f00585fbfc783c434" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.2.6.59-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "5da4634d4d4c2bf861f89f2efaa2734ceeeef3cb9163f738b45fc4001f9497bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "aef94a995c7afce20eac7de5926c1ccca09a7d592319fa28ce3ea06163158797" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.6.4.69-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "901db312af40926b0225d88e74a1793e7c0dd367f2de7909a176738f9805f5b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.3.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "0901bdf3abc7c3d4143acebb058ba5f95c1dfd092f25ce0c52d6b6974585a564" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "49e32f2e5af793d9a8b5ffef7e1c4e6050a848621c9f64ab3f51091ee0c5bdd6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "ae303c4c0ce235ab84d50c6f5917b1ebb50d3cf22e2614d5a55e1767f841215d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.68-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "6970db1c9757f3ae30adba21d7c1306fd5afc4cb034b0739c711691a481d3ed4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "4fe0460b101887a62fd8ceb1e518926439148c23ec95ef41b694c583031392e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.6.37-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "d5873e4c508e05797cefe6d324b131e9ea3e44f41062e15cd7405d3806561a48" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "e3c48f5bbaac635d90eb507d3f5169d0d41c6615df0d53e67a9f181f643f7edb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "d1147cacc0567123f34082cb48a9e3d8f77c6010c3aab3286d516c576a9089a4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "03ef603c9d69a03861e7f021d46ef2932581d3ed8fee75e9b1a4788f22a1aea2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "ce7bc28fed1c071709bc1bb3e9d93a336b344d96ca3b8388e1a2d46024b6684f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "7e615b0a888e86db15cc405605b88fcb9e79b1406e10e39de1f71fc6de152437" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "e749cf567403ed1137b41d7cb4c8cb5d3e904e9394aba16e85406f75e38daeef" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "6c48c79c2e47a84baac36f327ace7b9c128ef1a6d33581c1740cfa8a6aab4cd8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "7579bb575731877072d0004943e81d061e4ef661db53b5da1f46724f95ecfe22" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "00096575f17339b7bf7ef7d8477337cb090206a47f710bb97ec5859604d0b8da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.1.4-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "9216351d17d9c7b4bb3b93ce278d928326ae7e9ab86ddab03b91accd64cb3a7e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.2.6.59-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "adf734418c21fcf1cdb166e590a0212d49c43bb0c79405b6657fdcb17c5d59bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "f2083a14e7ad307d3833a81785dd2291783207cc3b6f9dea60a47fc1d6c642b3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.6.4.69-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "652c7784bca05bf58c99268a2fce3369a2c668cb0b769f1d829464deeab243b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.3.3-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "9a5271ce10478945eaa730360226e0c6f408425bb5689d5cf48bb4ca8085a008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.1.54-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "a6f09ebc12113db7e641b8518d8b3435841729715f3c34000a5131a5dc88ef7e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "7b49eb751c7b99d777a173280afadab0707d34ad6e7ee0728fe8160a99d70e29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.68-archive.zip" -[[CUDA_SDK_static_jll."12.6.1+0".sources]] -hash = "15c1b28e623598eb75f48d02bfd34efa83b35e3f8d1d5241c93a385d0bea9d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.3.54-archive.zip" - -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "9c3145ef01f73e50c0f5fcf923f0899c847f487c529817daa8f8b1a3ecf20925" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "54d0edf14284249baf8e2db1c26c71d079ad7afd1f41779e22f239ff9e8bf60f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "c2b319299ead62980b6978670498bfb70aad2309fdb581de197a682648ff3b72" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "bf297acf16ddc9340859180c5395689fcd890c1e3295915851de3977f306d601" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "c633bf85f0263ff01fd2c34bd8341e65363faef775b3127dfdac48d74e6d2b8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "9bc74afbd5027d565631c8cdf6e2b9ddb1815d87137d8fdb724ca71596e1a8e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "6839933c940fe023c133f0e2b41a5d02d4068359a1487ec8bcb82ea9a7237d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "82e62a45a622922615a5b0f49462bb47e434a307a6857a9c1505df607c1b80df" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "0a7f5bb81e65e60775f831990a567394682a209694b396a4e9233a6c91db65e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "0807ec2335ea358a96f984ce08cc0b3d572b5cc486f9082fc3afa9a1773f2a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "2f6930cc8e2a022723c5a787784b52292e9334fb1487cf743b90b82edea12b55" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "f74f6aee35ef4fb1619bc2a67be943c3d1a84d6746b41788c44a7d3b0d9ae3b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "ab8bd5c346ca69c96ac9afb9d317e8cbc0ec8fc32629ca17b38c14b3dede2fb7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "c75d148dca4d4672a81a83601f06ae7466367ea5c9a4e61cf74fa7396a437eb4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "19972955983cdb8eb01b786c7c03b1f5c92a5dcf27304eda7fcdecab77224c85" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "56abe6ff8e45f1d07433963093557a82ed92689a4ce9bc6f9a5e1c076141c5bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "d5f69d4b4b88d6da0175c9f8ec44b428867a6675dac166de93995b21b69735d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "aafeadb7108b49ed6d432cc471262eafd9c585dfa3317b57815c59a727f872d4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "dbf5b1c1cf51327c449123a80f5b4b3551da3470ff8aa8a11a11902887a6dff8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "fb9be60ac1a366cbc2c4675bf8eb4cd332a65f341caaa506952ef71aac80db31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "eb0473643b991be77b64b31f5e63437203e1167bbc9274d7f6a6ad5114d048fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "f09f8b865fa07093400faaf1ca24133cf9014d5eebe9596d667687a9e16400f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "f21bd06242ed75345ee24d3f567c1fdc4bb422a8179ed890ec0d12cf801d0b1c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "e81f56682cb4d6e837d5527aaf1acd26ab8eace470b5e7a32f9a8d685e7ef2bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "cea5f1487b9ff78a01cadd96e950bfe6fe4bc638849fae81b8739adfdde47146" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "a55dcccc834b018b994a9592ca20245e5e14449dbb8c61d76e43347e4bfa21b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "fcee340e703c8dec0b7fc4748a70c4b676f1946f92f0b6584fefd7b1a4c0bd63" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "3083c53ca6fcde4f5a41eebee647fe6b49a408431e1bd53ab5b0a38e4fd2268e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "94e0fb67ac1329b22f1e459aad5bdf0188a65c9f03d8635601fc88180d089199" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "3bd7a77c8c0a7b57c8814127721bea7998b7c7e6f3750cea99f69899ddf302b8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "686eb7bf05f3dbff6700606f2d65aba7ad413843f7c62cccd7c1433399280c2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "1d184ca49c315ffef887e949edd3ac40fa14cf6b52c66ac96875b36009e81be1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "0901bdf3abc7c3d4143acebb058ba5f95c1dfd092f25ce0c52d6b6974585a564" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "a8401ac3a2a4da39febd73b5008a2f0388f4facf52168b15dd5aefbed46bd481" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "cb8dc3244b2f501d3b7d4097682ac6a10d1c8ad81611c47e86cb9e6526e4a39d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "6970db1c9757f3ae30adba21d7c1306fd5afc4cb034b0739c711691a481d3ed4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "469b783b6731964170b3d27ae214e97e2a63ec93c57ace3ed4052e6d01261f2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "b9207c09a5d6b34e6bdd8ff2093b3d101ef85f08b34c8ba8d710050b522661ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "f537b70b04f41bf0c3b2f4cc063ae448367accc246aa53f9d40559bcd41d42cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "45f2466ff154a44701388a90913b7d1c4c0ec591f0ec33b3d30464d5c2ffbe8d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "b586c315e32731794f8bc7b3cbccbeb7f535d361f0191b456f730c70ad74612e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "99631d3d918ae426739388ddb1b05a3edae0b13a69e37ae5c517c60947b8bbf5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "b35cd306e7c61ca224eaf5a4d3a0ee2efb1c8fa6b0fb90f5e2315dcd4c356f71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "05ae7a77008ce0ad3be214d128d8bdb23b88387408e7bdf318a0f01c54841806" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.3.3-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "9a5271ce10478945eaa730360226e0c6f408425bb5689d5cf48bb4ca8085a008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.1.54-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "d0ed383bac1a84d5c1e1d6a3076b80bc581e488093fef5655d55c39a198aea29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "58f5819c82a98d7c5418a1e91a622c397f9a30eb99805a2af2571986c614e2c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.2+0".sources]] -hash = "15c1b28e623598eb75f48d02bfd34efa83b35e3f8d1d5241c93a385d0bea9d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.3.54-archive.zip" - -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "9c3145ef01f73e50c0f5fcf923f0899c847f487c529817daa8f8b1a3ecf20925" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "f74689258a60fd9c5bdfa7679458527a55e22442691ba678dcfaeffbf4391ef9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "54d0edf14284249baf8e2db1c26c71d079ad7afd1f41779e22f239ff9e8bf60f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "5ef9aa8229f81e16f243ebe5b710a8b6a871374bbe1aeb5b95c0ed35791592b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.6.80-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "840deff234d9bef20d6856439c49881cb4f29423b214f9ecd2fa59b7ac323817" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.85-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "aeae4d2bdeaaa0b9149f1c6f486d40b248e8f4f5f1fccba42de5ab69337f7252" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "bf297acf16ddc9340859180c5395689fcd890c1e3295915851de3977f306d601" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "c633bf85f0263ff01fd2c34bd8341e65363faef775b3127dfdac48d74e6d2b8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "a4289ba86f0deeccf4e1d94c58559eae4c8184fcb6eaade8fcab45584e6cf402" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.6.85-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "6839933c940fe023c133f0e2b41a5d02d4068359a1487ec8bcb82ea9a7237d57" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "ec682bac6387f9cdfd0c20b25a16cd6ed0b8b3b7ff42be9eaeb41828e3a72572" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.6.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "63a046d51a45388e10612c3fd423bb7fa5127496aa9bb3951a609e8b9d996852" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "981339cc86d7b8779e9a3c17e72d8c5e1a8a2d06c24db692eecabed8e746a3c7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "7cf794bf21c4947d0922e378984fa7939f0811bfc355121be1a0d44cd8695c09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "a9ad797756a7bb9a92bf8a63768dec837af38064ee8be3c32e21382e03604bd8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "0a7f5bb81e65e60775f831990a567394682a209694b396a4e9233a6c91db65e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "0807ec2335ea358a96f984ce08cc0b3d572b5cc486f9082fc3afa9a1773f2a58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "1055077ce594fad6fd86d23604c60c64b673cdc8dd01fae7e0cbec633c35930d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.6.85-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "f74f6aee35ef4fb1619bc2a67be943c3d1a84d6746b41788c44a7d3b0d9ae3b4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "ab8bd5c346ca69c96ac9afb9d317e8cbc0ec8fc32629ca17b38c14b3dede2fb7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "d5b8f6f5a2ab34066c267daf5f73f25d2f24ea25d8fa3dce427c196ff07504e7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "c75d148dca4d4672a81a83601f06ae7466367ea5c9a4e61cf74fa7396a437eb4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "9a3945219e5cf98c8df612681bd1984a9fdad6d86226bb0e99a515d18f736b4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.6.80-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "ef9dfb2c7327e196f8601ed216908de56911578f26e6ab9ac13c3e7dfff784f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.6.85-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "5f9616270bb35bf4bfa519c8ec1097e51e786646800077df2ed0409b3d728b68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "56abe6ff8e45f1d07433963093557a82ed92689a4ce9bc6f9a5e1c076141c5bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "d5f69d4b4b88d6da0175c9f8ec44b428867a6675dac166de93995b21b69735d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "9debdacfd445d7c8c2bb79e90088e45544f3ed194f614d2904ab6a749b7997ca" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.6.85-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "dbf5b1c1cf51327c449123a80f5b4b3551da3470ff8aa8a11a11902887a6dff8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "3324e0a995794704874c71397964c4739667c279d3e3cb183e482476df9b57ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.6.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "beafc176148563833a4271a6913bc318a004037a8b4f5b73904667a33fe6ecb1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "eab273ca1d30659f026600d15cd0492d511408ae2141349cdf2edadd3da2661d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "d7e578143ebd90582873cb4c84f0f29ae1b3f086104a7660f5a63a28a115b9e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "fc790c3d0d194fc96212bde94c8a22016e63a07d048ac6e9e49fdc8cf2a2dfcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "eb0473643b991be77b64b31f5e63437203e1167bbc9274d7f6a6ad5114d048fd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "f09f8b865fa07093400faaf1ca24133cf9014d5eebe9596d667687a9e16400f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "65497b5bf4abd81fa993bf89996e7e9678a801284d8df798ddceb00502972ed6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.6.85-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "e81f56682cb4d6e837d5527aaf1acd26ab8eace470b5e7a32f9a8d685e7ef2bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "cea5f1487b9ff78a01cadd96e950bfe6fe4bc638849fae81b8739adfdde47146" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "c73c8e5bfe8fcd7468d012c9eebff15063005a3bba44423d541d573dc058de58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "a55dcccc834b018b994a9592ca20245e5e14449dbb8c61d76e43347e4bfa21b9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "990b04b1e17c0c29612438b0f31bef94b4c5151f51384a51873a50cb23f88c75" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.6.80-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "aeed7512466923f91f339573c110dd8187a21c110f70fc391510372148de47b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "3083c53ca6fcde4f5a41eebee647fe6b49a408431e1bd53ab5b0a38e4fd2268e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "94e0fb67ac1329b22f1e459aad5bdf0188a65c9f03d8635601fc88180d089199" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "8b8218447645909934712085cad0de259383b5b3f6fd8beea861959fcdcb3663" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.6.85-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "686eb7bf05f3dbff6700606f2d65aba7ad413843f7c62cccd7c1433399280c2f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "84668dcb2159f9efd912a66ed5afe5d6533b72a81bbabc98b26ac7ac7a36105a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.6.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "bce2ae627c9fee47d59850f622e28213aa7dc39fec6759505b9195c858f8701d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.0.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "a189b8456e86a5f53c73f7fd392bf158d81d72a4e94f6853d2056cd67454e858" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.7.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "96bdff422ac078049e70442404a5f4027c64d58881efdfd47eb32d3bcfdd3b44" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "27f5743ca677a8b0144a824f95f6674f39f3effdac50fdd15e050a9a87069d8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.4.2-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "0901bdf3abc7c3d4143acebb058ba5f95c1dfd092f25ce0c52d6b6974585a564" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.1.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "a8401ac3a2a4da39febd73b5008a2f0388f4facf52168b15dd5aefbed46bd481" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.6.77-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "05e5ddcadc46f17e18e22b9b782e6c19f0d8c8e8bd13c37c51d7f8288fa9810e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.6.85-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "6970db1c9757f3ae30adba21d7c1306fd5afc4cb034b0739c711691a481d3ed4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.3.54-archive.tar.xz" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "469b783b6731964170b3d27ae214e97e2a63ec93c57ace3ed4052e6d01261f2e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "7a313bc0c93b1a50bb03aa9783a199ae70c3b66e2d8084da65e8254a8577b925" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "b9207c09a5d6b34e6bdd8ff2093b3d101ef85f08b34c8ba8d710050b522661ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "6b69bad461cd54f6555a11785b6e5878407df5bdc3caeadf2ff729cf45376128" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.6.80-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "3fb9f76b87c37d02f947354be89b718ad5f2c76b6ab47995265bfa3a068a5e14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.6.85-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "f3e52fc4cb3bab0e097c7f5d1ee19ff90bf40f3304aef02281dfde989b5d008c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "45f2466ff154a44701388a90913b7d1c4c0ec591f0ec33b3d30464d5c2ffbe8d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "b586c315e32731794f8bc7b3cbccbeb7f535d361f0191b456f730c70ad74612e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "b1221a95a3758561bc73c56905743730f7459cbaff54a4870aa899fa3489219e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.6.85-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "b35cd306e7c61ca224eaf5a4d3a0ee2efb1c8fa6b0fb90f5e2315dcd4c356f71" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "1a87ec80f8c0e5a39badc87010d479930c5b63abd788b3a05bd688a5980a3d07" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.6.4.1-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "7b3c75e90a907b3a2d215f7c846d67b684c6ddb76369d1bced67d2cdd411014b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.0.4-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "f4554a9bbc933118ff7cde51db2664e17b23ffb5d32715157bee4564bba8bfd7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.7.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "9999cbbf5d3789bb766ed3336dfb8d9be02832ffc5f36b1c37b9aa099ab47604" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.1.2-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "ab409eee74ab63d5f2e78473d5901c0ce4d414161a1b30838d4e0dc857b2452f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.4.2-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "9a5271ce10478945eaa730360226e0c6f408425bb5689d5cf48bb4ca8085a008" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.1.54-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "d0ed383bac1a84d5c1e1d6a3076b80bc581e488093fef5655d55c39a198aea29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.6.77-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "035445b0be5f7cf4b7ee26f0a476de9d25322857b728df270bb11f3e61d0623f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.6.85-archive.zip" -[[CUDA_SDK_static_jll."12.6.3+0".sources]] -hash = "15c1b28e623598eb75f48d02bfd34efa83b35e3f8d1d5241c93a385d0bea9d18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.3.54-archive.zip" - -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "dce4f2e7720d4432ab0861ede2243f9cbd46bc675008932bc9dcdb871fc7d60b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "5bd3ac35ea8e8ab880e595d5054ee373abf6d9e53dcb8cef0a5c75358dbc0ae2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.57-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "ddf6fe703e5ff5d55eb921841e2ad75f05f794e7cdb650740ffc5518fb9028f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "f2b3e26816f9799b21545637f4520b1119de12550dc3a3910fac9883943e9e1e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.57-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "145f8779bd56bdfa214447e5cb1b3a206ec1b7398da460e257f2898fd8604c54" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "102b74439c32f5be7be8aa983aa0251045cf52cb75a05f4ffe32e13c7480090a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "b3d920e772a79360e8ec8579128bcc8bd8fe5116c8c3af256f0e8219bc4cea0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "8422b4ba0ba87ded97b5daab8d17b044bb408d3902bcaaa62eb9da560f6038f9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "df1df922d6af3a01ccfbf4db9125b2c20b9b23bbd4a737be9d2261b241ae77c0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "2353e67ab7982839cede04a6adaa01906cf2f94cd4170cda29f5f383169bf114" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "d634d545a670a43337741e1672b63ef9b989aaba15823f27ee4b4c7f43d790bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.3.14-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "04f54ccb47b8785cd47fbaa6c78cda1521950841a2dbac1d95d7ba6a414bb22b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.41-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "91923b0e38dc3d0e14c667800ebf95ee7cd290387effc7a0a559144004b5504f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "8371ae8dccaac9681cf37155401db155c75183e319c8626800eae8dc756d2d07" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.2.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "de3ff527e803aff2c6a35e1e367b405fdc39ab313468554a72d112d54b37b090" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.7.53-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "020037ee6c5e6ea41352b6a82a22bbdc75616339e9453b70ed3e84df51f6a25e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.3.65-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "ebe1b661906c261fea9cc62d0b91bdabd3a2f6efdae64c7d7d83659652755ef3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "522ac9a54f9a83bdaeb0f6fbdf9a030c379f53f1bb628d0a554fd33003c3a485" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "00f83dfb3fc88452674a9e816ec11d8a52d0a4de68596d7e130980b461e509cb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.5.57-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "bd6842730b2e5663595ab6b8c7b74b96dba6baf500c809431034a70691f00439" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "45a6f64522329448d75e9c6adcd625994fe85f6aff9befe0dd43468aa65cb00a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.57-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "363424b6831b9a20efce8a95f3d0024203f63b17688bd71a9cd9068129b13065" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "75b64bcb5f25ded6df3f37f2596b1ab9404cbdd4ed46d33046aea31a686adb06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.57-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "a02498cc0a4d3571587ac249185f6bdf3095dbead75cc3c3b2f11443c67b0255" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "dd22436c7c52b9925c483167c37b07ef627770e81b2e39a6db7a4b082176090b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "1856e7d77acec580cf727c542ab30aba8c33cef3c70a14813868aaa0a73027aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "78f3db75aa548ded7ed17821620ae2b02d893a3a1c01aac8a0cb7d4b11d01a4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "03dcbbc31e87e9a7c83a40a4df2f0600d2474331bb3fbdddc5e01fc469fcd385" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "8342801e13c231f54b8988191e9cbd15ac4f0ecd5c78273aecce3a5885b5ad6b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "62d358b180ffedbfec120b38aa06c23f00e63a99dd254876efeb6533fe84ee1c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.3.14-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "c239667c03cf6ba3af71926518286b95740950b870711d1c44555644dd30d1c9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.41-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "561aae0bb1d14266bce879d834ef99ee0230083b3a88ec632baca2412c134d09" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "d64d595a9c502a0a49ff95521e9b0f2c9120a7ecd8f1df1915bc17d0445cc65c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.2.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "da9958295f723ceafdcce2a4cde3f250700b39bcc873244b7012c41ca36f10a2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.7.53-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "797437cf5223ce2e6d4b363057fdb76e8b384825294442da51ff01d3ced6269a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.3.65-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "f74a025086602ff907d4a6b393bc900c5a4730378ebca718508128aaee06c25c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "875057ce2458cb7cd1f28bcc6571db34e7ae2e396b8be62489212b09b4aa93da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "cef58342a4de0df41348e909462b8e713285fc89da1357431e3d851a00fb8bb0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.5.57-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "efb22ef0514e88563a8df675ca5a4eaa23e269c5dfe8a5edc4da2aed26d65f18" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "b94814dacc8e4e69c8909ac08ae9f8d6831c1a141358a6e9f60583481a49ae2b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.57-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "726d233c4f2bdcb9a1f3e4f662c725eea2443909a3d37e4337921cecce473b4e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "32b64454b327718bd8519daf39ad214a0207d9d1a5185c3c528119da1f3f00dd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.57-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "03f998e7d6c820479b18397276ac9067f4f757b0f94daec64454fdda373eb272" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "0e84e6e36a83384db60bfc42bd02de9ba836834a2d3cce345a6385632a6967ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "a2b57b80c2b71b501668fdf3825bd277d6dbad8c731329da72416e3a37a39ea2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "7250876f77fbe8f0cd5f03b356d9d0cd5ee36a3ab70b501e31ec67343da57b28" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "1896129dd68be8a5b1cd00495ff008db743a59d8b4fd4d5cf01d463abcad2b0c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "1b6159a02d9d22a85fbedd5e82afc93da082835bf977f7c57ab3ece45e880167" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "62200eba7c5cb946863a0699a264be77437a5f7538a66167752c29a7ccae2849" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.3.14-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "e68c264b48acd122c59ba527b854c3c210b8097086f1dc108bd0469f7d646316" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.41-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "fb56d29e574b5b66cd25ba3b36fe9e91ee718fdd3bcbbb1f50ff0034475c5cbc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "d2b159d08415823e597eb041be9d1a328ef0bff97a3d2e7ca7380a2c080f0243" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.2.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "0a7879039873dd893b1a8df48bfafc2668dd32591e00e1dce34c4c5add3cab7c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.7.53-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "65ff2e105c464baf4a0b1ee542e5cc73f63c438bbc37b445362aff73ec5ac0bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.3.65-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "0c736134e3de68bf396ad307b572f3f34c0500ae48111008de6e392e200385c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.8.55-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "845f34db0a23f1d5d0b2e60c12944cd7532e59cffd44a032c584ebab3a089f49" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.61-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "a65047691bc89de01591d6417cfa941e490f97d82f4ef3f53b1ef1a5c23ea4ba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.5.57-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "e218372c742d1ff2df9fbef82803e36c4fb05cffb51e9f123b380ad9c51e6965" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "2c7aa62a195d79229d4381c8bd0174a30502cf3d8124c6e94ee50a7fc8a1e9f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.57-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "66f91cfc3ff1042b3e7dfc2525c6f0074452f6a4da03f70bd291ed6f2292e0f3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "3ca7f96d1ee70a961b1cea25a3d29114d86a2d2361b59b730322a01b7374fbc8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.57-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "d0158c4dd6565c0c9bca50d2e0bd5fd944d40333725a1c6875ef1840b719abfc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.61-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "3262f23123490e66a6648e78c859665d3176fd64d341531224c7a3656ccd1056" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "68f059dc2ad65a8bacb7ad001fc01ad726ece2eccf57285175ef386a7beaa5da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "d29a925791d40027ca8c8fb15218bad1e46275cba4a512d176f7b8f1be2e509c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "e43603b09f8a52d681ceb814c00b655af19da53692ab91671dabbf8071c8f93d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.61-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "78c53bf359929a796042c542dfa611c8e8398dfb6fdf5d125a16dc02a1d8032a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "a2f990cf61f0086d942632f2455727240baa9378c2e9fa2bdda56ef81f6cf8ad" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.3.14-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "04969fc26520dc085665bf6256d793ddceb277bd6f2401093fded781d9fa7151" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.41-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "239172718cca32f153ef6fd27e3950795463732b0f24df6282ba6bf207a9c29d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.55-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "8478e9dbb6606dfaa7aa08c3f60372d93eedc721c701adb46eb1e4a3d1ef3854" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.2.55-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "eb6d62a449390c91b22a72df5facdae8d6121736931dba75cfd1d2a9063af49d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.7.53-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "48a40b6e744792c1b7bca7fb03484f379a5bbd8d6abb49956ad611b4cb1ccede" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.3.65-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "8a285933dcde9b0589efc750c2d8520d4f678def3194f348f9901c2f00d0f2a3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.8.55-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "8258afaadbd9744d87070525067c497041dd52c6b22d11ba7297421fc8f6f39d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.61-archive.zip" -[[CUDA_SDK_static_jll."12.8.0+0".sources]] -hash = "569f1a6c0b8e41ba79e2998800b56626ac2bde80114eb6bfd5eeafc3f210a884" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.5.57-archive.zip" - -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "0740e9e01e4f15e17c5ab8d68bba4f8ec0eb6b84edccba4ac45112d2d2174e4b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "8d566b5fe745c46842dc16945cf36686227536decd2302c372be86da37faca68" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "dbf41355a0f7a8aa491c1839a6c6ff8df02cdb6c6eefd66360543616c1b4980f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "7bf5db86cb82f26a6a3cb9e2fa4dc2a131d25885f59fdbc647938929924405db" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "8ac63f4079c47707ec958af3a97ceeb18194e16827a2766058f5872f6c3412ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "d68109dcbf59691909c05b01213e5c3d19b4b27f7e7c18e42c6adc0a7f4f6f31" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "599a65f7f6d8f245d03a38344bf8c785a7bfbcd40eaa76f80c4608ca801da5f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "992f5e4d95cb499f41e442245efa877dbd60c711451afe680a26700d61eb3843" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "ae3574f052c0e06c95305962668eb1fe6ab571dfbb58b305fdb14d523bb1b240" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "21718957c2cf000bacd69d36c95708a2319199e39e056f8b4f0f68e3b9f323bb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.8.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "126fe08fc0df07a7420c2da05a2ae72ea19660fff79bf06de16520d1f915cb83" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.3.3.83-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "32a5ec30be446c1b7228d1bc502b2f029cc8b59a5e362c70d960754fa646778b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.9.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "d40ac4040aa192183a072a52cedabd23449b7dd67adbe1e760ca08162f765504" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.3.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "aa535ceb56690518c89257d985b13d505f951e4bba7591dbfaa179fc2fff329e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "0f77078aef0428a77fb6b661d477edb4cbf1c4b9e55f931cf211ea1a504c2949" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.3.3.100-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "f97b3779e909caa5edf56606432ec1dd3173a5d3d503ef39f367467dbdb006b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "29220664ad272c513d3213133ace6d6590303e46b42a17b05bc2bee90e54a888" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "9f4cfb4a293c329b5b902790814bdf6a652b162fd17510b7ea7d141c123e7bbc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.3.5.92-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "d2c88dd447a7dcbc8eb1d416c34d88e9df03745dc471b6cfaf93f5ef161d5dbd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "0cdde0058d47b3307bc2d58156cfadce092631a3d24616e1b88d6ef089b5ca73" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "3b047ac7bc156a1ed2bd8756aa90381a342cf3748743a74e6b8110b9a9319930" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "0bd2e29566d168e05bacbc0965b760ff8508526482d66371d36a97e8a3b20aba" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "2eb267e6ebbe17e5ebc593bae8b83fa927c3e53cbf43ef5c614eff6c94053d10" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "0c72707eaa23b0dbe0bb14e346b9700378e4007513b21dd2d0b0dcfa046ae241" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "2168e107e5d77310766e1b055a10af45827fee96c44c53ef97cee295f3de9311" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "79653f75ff8816a97a167e2cb8ee15db29f98ce5c839dbbabc78ff5e4a453161" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "ee5d20c3b0895dd541c41ccd790299ee922bd6799b35c036d5978fa88f89646e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "31e2d5eca280844366a6b62a0540cea683a4badcda9e20ec354fdf57eaffae3f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "d3c3f32be793fbc995754acf12f94fcec5afc8d85d860875b38eed3ff6f97804" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.8.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "5d048199ee929744cabc29aac9ff5b2005679e86e6f91356ce9234839dcd65aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.3.3.83-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "bd2ff4a5ef69f37e943d20fb5017c7f6d789b6f78da6365fab5021e500e6305a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.9.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "9cf91d51b2bbfdfea3266bf34c69a825fa4f5c043839ab4dd3698acd38a367d2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.3.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "8f4e3eb72a867a2d5ac0df6e2cc7a482e252423d6052f00cf739357446194f4f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "77e849a7f59ef6eb2c874c61006a4e21d5680065226eb19de65b184f2c5e8418" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.3.3.100-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "e2e7f69f5a733e0fd73e81bfcc52ef04c4eb45ac0c39599cf817d1e6e9f40d26" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "b7c8af345d8f1b72fa6283ce00abf8a9e0f2e7cc610b4edf17491eb4bfb9bfc1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "c0570bcaeb960b44479f25196dacb49804d117a31191a74222194eac26b19953" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.3.5.92-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "c4fa12bac07c50f81da2089ec1dd2c228350dbd9125075e5c0dde384bf4b0c0f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "9e54c6686b193efa9642e7f6609ce78b064c5d576946478bcff4c024e1acdea7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "8be3b7eb313c65353ccffdca94698c9f207e2889444ec1d38f41917654b6d234" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "bf7640a559f53a9c19b3f42443da20ef4cb1c28cacf00d5506ee7dcf7e1e6a45" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "250ae30e878b0c4c1553e7c7f28c2c763902c807b5f493ebc16e6e10c71213f2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "375839df1c69c3eadfabd0b426dd317993b355a272c3371f52b7a265f9bfbb17" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "141e6f0f28b60b416ca90341079d6cb553a6914308ac15fd8ad0602989702ed6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "a24bb837c214a1620924b9721dcc0ce82623626f8cead704aed4eb08038ac5d3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "f57d37f62d3a340efde454d596c97bfa37f342a8ab92ce431935a02a6f34a1e8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "429803c0ea8aec1db0050f7bfd807d519e22c9bf223c19000d6018d930741028" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.8.4.1-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "bf2106087eac3f87b3b01263e6ef1229878ee36108408a7dabc04d5f02f8eff5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.3.3.83-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "2fed8d9d8fa8c7189dbd9e04dc5c1b7655cd98b834a902a76afc39f7a8635427" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.9.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "b57dd2c166d1932cd5cc1e7885ca1e890452e684176ad61b8579c83f6db79fcc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.3.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "bc8b28217581fdb1c979eac48b24d35a385c7ca778f70cf1257e7760a922d65e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "01684a09d939a3290547ed1403640b7f3520362d16d9e5109d16708444fd5cf2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.3.3.100-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "97e50883d0998647ce0027edea18c4e2ef06caa4aa61b00a34db270c12a9f717" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.8.90-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "d5be4fc9b26e07a687249f8a5151fa093f512f1c50a629d52e659ee9ce984aca" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.8.93-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "716c38829983bca34a2c5c294237ded0f423597adc0fdce9fcd954a23c283909" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.3.5.92-archive.tar.xz" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "bd8548fa1ae82f92910bebc3079e14bd58c5a92aa64596d46bd610a478cb39d7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "4a39058fd8519444a81cfc7ae055d136f48d1a31ffa41ae255b35b2edd61e13b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "af6c4b7678cd9f3f3b8eeff7cc44f9d732bfacf70b1bdd03abccc25fec6c1ac1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "8a09eab5412addc6e132a55bac41ebad0141de3b5b6f6eca3028eb9e49a8cdb6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "9fdc70b4271ed9aad4d64cd7076a7d96ec36512d074b9995fe638de669197391" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.8.93-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "a348209c803fa67b7bc216a5b4d7a6f9a117ccc60a8c567eb94cf25ba737ec47" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "8504c77c1f28def5d66d7f1c71003bcf02083935c8d490e3538a1dda683222b7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "90f9f7137a94e41eb5dd005f05298e556f644afa10ba2e59d6421b18af9c116d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "a63302a077f0248a743a1a7caa7dbd80d0fac56c6cfa9c41fa05fac9b7e5eda5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.8.93-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "0b0dd24ebdf0ab1c6508df609723629e24821e882267823a6fa5753791fd9230" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.8.93-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "57a470112cec7e112c95253dde8b3c7184d795dbd92b0bde77a4cb7f8c94c8aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.8.4.1-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "cc6e0ba958cf23387b462017a24464c72bd901549046133f3d1ebcc3d7444c90" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.3.3.83-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "46eba36c20748b21a5927b569b943337dd18485132119dfb39a5bcda4edb12e2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.9.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "c71e33208740f6bce9f1da8fc7e9fa679ddfc831b5368a121f9c1ada3fa3d980" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.3.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "f13b243912d8b07cc0136ad3760cd351553c74c1b54b7a6dbedb1dcc98ee8eb5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.8.93-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "03496f131bf2b6685b476e5765f609a43917e0521fe08a3d8604da2ad4d2a390" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.3.3.100-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "0a9d628d2582bd58c78ba92827cd9613d62790924cde1178719f677fc03b6ee2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.8.90-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "5680b0a42ddf20f11705ca9c365d002f032ab876d3fe44382eeba633b558ccc0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.8.93-archive.zip" -[[CUDA_SDK_static_jll."12.8.1+0".sources]] -hash = "deb4e42a883da34f6035ac929b7d125da2aaac3878bd48570f1d865fdd77220e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.3.5.92-archive.zip" - -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "8b1a5095669e94f2f9afd7715533314d418179e9452be61e2fde4c82a3e542aa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-12.9.27-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "1f6ad42d4f530b24bfa35894ccf6b7209d2354f59101fd62ec4a6192a184ce99" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "ee0de40e8c18068bfcc53e73510e7e7a1a80555205347940df67fa525d24452f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-12.9.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "f779a24e8f0177b4ce45cbf118cb470139fb5107858df96689d0a0aa01f0fba1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "7a1a5b652e5ef85c82b721d10672fc9a2dbaab44e9bd3c65a69517bf53998c35" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.86-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "49296dd550e05434185a8588ec639f1325b2de413e2321ddd7e56c5182a476ff" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-12.9.88-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "1ad0866dbfff6a9e2661f5348e4ca4c2a4e40882b90014ab127f2734856ecccb" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "a06f0e2959a4dd3dbb62a984dbe77b813397022596f5c62d74ddd83b238571f2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-12.9.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "82913658363892dbc0f2638b070476234476e06e084fed60db861cb7e161a6af" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-12.9.86-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "e23aad21132ff58b92a22aad372a7048793400b79c625665d325d4ecec6979bf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "546addc4a9d82b8f23aa9ba9274b6bc0429a63008a31c759884ac24880796057" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-12.9.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "b0e65af59b0c2f6c8ed9f5552a9b375890855b7926ae2c0404d15dcf2565bda4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.4.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "48281b4caadb1cf790d44ac76b23c77d06f474c0b1799814f314aafec9258ad6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.10.19-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "3d3b96f3087dbc43893a28691b172f31725b316d524f5a3c1e6837257c898d06" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-11.7.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "a83415dcd3e1183afe363d4740f9f0309cfe560c6c08016c2a61468304f4b848" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.5.10.65-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "49351448d896854284ec708c14506eaaceb92aa01fbe35c91d5c52ad482e17ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-12.4.1.87-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "8c50636bfb97e9420905aa795b9fa6e3ad0b30ec6a6c8b0b8db519beb9241ce6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "392cac3144b52ba14900bc7259ea6405ae6da88a8c704eab9bbbcc9ba4824b07" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-12.9.86-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "ddd8245b2803f5b55211261d7e5d7abf803c05f3b032238d0feaa6e09ea9401d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-12.4.0.76-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "8c87c2db67130108861609eacd40d30ee109656a7765e5172eab71dd6da4c453" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-aarch64/cuda_cccl-linux-aarch64-12.9.27-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "f893e2c72be81b0d0e3bc33827c785a96db15fd5aafdc51cc187f3df6fdbb657" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-aarch64/cuda_cudart-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "91a9ae2935b411d136c2c61ccbbc0df3a83f17cce122d12d262be202217163ee" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-aarch64/cuda_cuobjdump-linux-aarch64-12.9.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "74a884691b2c7e5c8db8bd2a38143fc82f7502f0dd484051809df7953f7ae719" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-aarch64/cuda_cupti-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "2432ef8a7c12d0a9ce3332a8af42b123c07f256390b3390802b1b2c6254c6c74" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.86-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "99bf70149423c42c8dc2649f76f8983101dcf9879d355cfb2582b2adbed84614" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-aarch64/cuda_nvdisasm-linux-aarch64-12.9.88-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "531ac94b8b83209657cd14b28d23660df252393fb34c24f5d8919c56c977477e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-aarch64/cuda_nvml_dev-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "69fa4cf2cede678825e0c8032ccd629e17de1b9d8667b05b6702d873fd2fb926" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-12.9.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "785b0952c0f77dd0feb9a674f3fcca3fcf05541bbe27f70a5926da9f85339152" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-aarch64/cuda_nvrtc-linux-aarch64-12.9.86-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "2baaba3ff47eceb529ddcc866fc7e647fd02427ef3dbb8bec06689f919c14c69" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-aarch64/cuda_sanitizer_api-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "f75938d72153902cf08d1666311f35851e7eb6a16af743b2346bc68d7ba6b341" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-aarch64/libcublas-linux-aarch64-12.9.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "5d992b98f0d3d294e339ed2f65a477a587803c1567598a120349fae52596bf20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-aarch64/libcufft-linux-aarch64-11.4.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "e5087640b5c9cd8bc173efb6a21f8388b24da59511cc3d57e60afc5e05d14b50" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-aarch64/libcurand-linux-aarch64-10.3.10.19-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "45e2fefeee5797c0492d8a9ee26c3dbb7af0cdcefe6f1cd25bd586daa633d9a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-aarch64/libcusolver-linux-aarch64-11.7.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "b294b6cd0acf5e68078d2fe4d41d95a4073fed780805adca7774bce7cbbe5b65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-aarch64/libcusparse-linux-aarch64-12.5.10.65-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "50c9f80592eaf4f246c82475143768b848333d9f540782257d42023f5fe68fdf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-aarch64/libnpp-linux-aarch64-12.4.1.87-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "e26d82b4ce994dc445dc0191b1a5fe68dacc7290bfb9c2133b4979fe90e05433" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-aarch64/cuda_profiler_api-linux-aarch64-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "a24842165d98660d4ba9fd753395f7c9834445552110fabce4baa4c211fd2c52" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-aarch64/libnvjitlink-linux-aarch64-12.9.86-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "a9841bff40e577bec81352054e05c5d98720ae8e2ccfc4863eaac9dd35444c27" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-aarch64/libnvjpeg-linux-aarch64-12.4.0.76-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "8c3da24801b500f1d9217d191bb4b63e5d2096c8e7d0b7695e876853180ba82f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-12.9.27-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "8b422a3b2cb8452cb678181b0bf9d7aa7342df168b5319c5488ae3b8514101fc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "2d39ae9309f81a7980df296a93c0e49215c6fb22d316fd9daae211d29a731d27" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-12.9.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "84f8657375c23a425b2d107c3cde1ce75777bff9798b744b78e146fdc02d2de0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "0aa1fce92dbae76c059c27eefb9d0ffb58e1291151e44ff7c7f1fc2dd9376c0d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.86-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "28b2597f0901cfafcd050cba0877c1eb5edcd7ebd8164aea356cec832e636ee3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-12.9.88-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "e97e668ead7ebc1fb7e93ffe303019660d0119c4e4d0e8ef26ce012bbbea9b34" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "15e1d6527bf04c162950251940b10b8b8254f68028e2ffc0bfb7ed84bb2e1382" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-12.9.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "fb2d50c791465f333fc2236d2419170cf7a7886f48dd9b967a10f8233c686029" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-12.9.86-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "281538927b6818d4687fad102c0603ab7b389513c9c129f3e0de8c61ac7f474d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "e99b074e6f66034e563508118804599d7579f73afc8424c55ad5fd8d12e085a5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-12.9.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "b87637db96e485f4793d7ca8bd2cf07250eca5c86f6c56744a36683418359c03" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-11.4.1.4-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "078afec842c99b3a953d62cc76bd74afa2d883dc436e6d642e6440bb1e85eb8e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.3.10.19-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "db463593ffcbc78f542a7f1ef808da43bf742acae654d970d99a47289c2a83e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-11.7.5.82-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "8d1c8a57ba3eaecc3f7c11e29fed275a2f3dca5cea51dd2a24d07ab5d9998583" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.5.10.65-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "992d461905366cec4243b26ce7bfe997c0c0eabf53a001333025930a1a0c7237" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-12.4.1.87-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "e07f47ef3aeb3a3ca995e9070d77d98ad79460216bf2075c9f9018962ae1d03b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.9.79-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "9c9227c1e9122fd8448cafced3b32bc69f40d3c041d25034ea23611a1262852f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-12.9.86-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "405b5627ffd772d2837ae4ece123fdee841c34894dba2180a1c8e1b84c0f2665" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-12.4.0.76-archive.tar.xz" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "17aaa7c6b8f94a417d8f3261780b7e34b9cbdfab7513bce86768623b06aa28b5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.9.27-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "179e9c43b0735ffe67207b3da556eb5a0c50f3047961882b7657d3b822d34ef8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "1eda43a76a2eac25fce5bdb4b68673b5bda737d54cca5513148c36362ab7c811" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.9.82-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "c96018456dc4db6af6d69d6db0170a2ccc656ddde8c8ce6ee05682c2c5569daa" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "227b109663b5e57d2718bcabb24a4ba0d9d4e52d958e327dc476f7c28691be85" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.86-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "955ba1f52f7115031f10408ce3cec4c745df41dba8fdf6024c3983d899e9fbbc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.9.88-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "1894b70c5487a739c740929263fa3fbca80e53790647abc02b74eac024b97be8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "be23018507f015ca948c503a43a3c48449c0dc1ceaab1e721caf01f024727312" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.9.82-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "1aa0644fa53c8ca34cdc73db17bcc73530557bdd3f582c7bfdbd7916c8b48f65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.9.86-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "b1f366312cb52164dfe7b78463ab085b742f052e74b89e9da08561a8ca8b06e9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "d534d98b0b453a98914dbf3adf47d7e84b55037abf02f87466439e1dcef581ed" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.9.1.4-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "f26f80bb9abff3269c548e1559e8c2b4ba58ccb8acc6095bbc6404fc962d4b80" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.4.1.4-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "d0411f0b8c07e90d0fb6e01bfa7a54c9cb80f2ddf67e4ded2d96a50e19aadad6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.10.19-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "e991d64a0bbe3e0bb69ce2adce000244288002b0341894729666d66adb9b4f25" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.7.5.82-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "abb4bfc01198f82fbc956773ccb98c578c03027b6ad425e829355be0c0a11a4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.5.10.65-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "cfcfbf59e4e5ce71113c058bd4eba3dd56e4db080932146d4047c0d44b4a558e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.4.1.87-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "b05519f8ce4f02167bfc859358f62eb771d89ac2af3a6952a82317f2af4bc5bd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.9.79-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "ee7175da9628d47ccc92dce6d28d57ca77633e79079a2aee90e2a645edcd1384" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.9.86-archive.zip" -[[CUDA_SDK_static_jll."12.9.1+0".sources]] -hash = "b253241fc88bf30947b8ee068101aca8930960f113d8ee4a9583de021a79ffa1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.4.0.76-archive.zip" - -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "1aa6df471ee885f04aa3920d467395b5e5f665a53d206e74b10bb45abe92f3bc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-13.0.50-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "30ffafae23833dafc965cf4e4d034f8553805586959328c64e2c47b3ef3bcd55" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "2385804b0a628b98b3ed96a19c803143d5c2e2fcc5139f633450862cf7755d65" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "e411ad2f31a9789dcb2c7742ab40cd334f3f1b6176fa3ae1a7958f171dc6b7ae" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "cc5ff4a00d3be7c6c86ff740de7672e142ec87fea74e7e46b1b142b59fd2ac51" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "1862b4a54ae2b6c58b2b662de964308a2b01489ca7d19a83d5db46af36d1908c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "6c67a9f52a707938a114de85437eacef5a59c33e27f6a895deb8df2ea4bfbd58" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "3667f056c8b5955fd22022c36c0492fe4c482daa8d5b1afca3825f413f2b1e91" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "6bc54a946ea52e4eec566556ff3900329ed2e9eb28e0f8057693a826a055ec4d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "f5f5ebda21f924270cb6603f139fa94497e975d547c2a1dfc80a6ffc053230a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "0abd3f4d4e8104e6cb8364ae0b264bc8b326db6af53e5c1aa0d288b55bc6f181" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-13.0.0.19-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "adf4a9c89f32a149b76d3db77589d89f75f9b009840b8b5d5c4baa20d71c6798" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-12.0.0.15-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "ee0dbf473998050bda876cb945634bec87d44b90b05a5550e9c2499ab7c1a5c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.4.0.35-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "768e61f3b2448d5f05fa8f5465f9b22d7c186f2ec3418697f507d1b9855e8dbf" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-12.0.3.29-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "06b1c8da59aaebf87d235e7517e71860358b4eab6afffcdda664dbfb48878864" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.6.2.49-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "1aa810533aa12867486310da006497f02f2daaa9d20f4fb4052973cfb9552120" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-13.0.0.50-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "0cc1cb33b95fc53428c27516df38172be74c6e672dbc98b5269ac64e362f8609" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "8f99847076cb608676dd0bae9ccad350f175f62a55b1db41d65ae219bf0e2ce7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "1724f069109e09ad725135ca2961d1c0ee44638993776e8a990fdd1daaf302f5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-13.0.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "c132e5656e0aa7cb52b4deeb4195adc15ab0763193fc0a90e35a8329f5c22dd1" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-13.0.50-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "796da98c6868eb8aa0de5c28f4fb7fb77c2250cd91c9a763a2169faec95fc5dc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "582f6388a01eb22bc259b557dfcd25fae8bad8b8cf31d64cd1b64748f9caa603" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "c1cbc0e042b82df75f54d961da3119da61ed62667eacd911e1c3c9f1ab9bb183" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "3146cee5148535cb06ea5727b6cc1b0d97a85838d1d98514dc6a589ca38e1495" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "34f433913e30ec9fb882da4a4d3c89e71d020dc6f71ca865fd62943d1fd32938" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "1508d13bad46d6d801aafd4f668c76e407b6adc4b7278059eabc80d103b9bb56" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "d1ce1496aaef62af1ded7eda8b37b3d08d467f154ffebc23f0d5d8ed39f4ecc9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "94b92a417236b43eddf9cc800c1c1cdf9859c81133c6de78d2424234a644552d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "4317632f9ec8bd253c01937d7513a03a72beb9d52e083a2b45d83f49337ea56c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-13.0.48-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "7bda038435dad7289fd67d25c8a683d139e51eaa7528bfc3bf73bebee45f8c5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-13.0.0.19-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "0405aad71ec14eaa42b7b270ef7f020d83b79959670f515b70e600df9ddd7c8f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-12.0.0.15-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "12a0afe1ee73e806924fc6c9bdd33a47a970d31967a634ec9ab2f0662a502ed2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.4.0.35-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "4c8450862a909f3c275b903f277b48711fb2c89f027fe8d4b832b3d72a9ecf20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-12.0.3.29-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "c6cb4d22d8906e7a8cbe0ef7b7f650ae09213179d5aec1f05c74c64a93e867ce" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.6.2.49-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "921142ceeac4c9d3bf371e42663a404048714efdc04b5c1ca629807ae9928b14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-13.0.0.50-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "1909972ce9c3525c7fa221845e200707c9647a3036eea211dcbdc4730b22846f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "6f15f1b1b7ab5325c95941b85ddad0aa30398071d10fe8ad0c6618e5b43c995f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-13.0.39-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "6d3c3feef2b0ccaddf0fd6ec0ae0631ca7bb378ff5e243ad2509f0f1a49dcee3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-13.0.0.40-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "ca25a1772b5bcdaf21e29b801e7235710a5fb703570ca24ee63f37b211df5bf7" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-13.0.50-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "82fb29001895810ce02e88b180cbaa90607b852a7f67a63f18f202079eaa2966" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "2c2c9dc4e685be3c470bb2a08902b3a6daa97055b18366db3aeaa60ad000282a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "ce1dd7de1c07151bc027bc2acaee95b16669056b7b788e7ac3ef732cc2f4a007" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "c4b28e3e4c5d2c4f037bdf0be6ea446fe7f45231ce967efb43d8dd56197c7a20" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "4c1f7995fa151ed238a39af6d9a62c9f4ceabc95524e024997961f14802031f8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "dd04f5c13ae236768ab0ed40cf08a800ab0d131c6f62195941c5eaed7a298821" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "78e9eb3df5d7723c97396374b4a3e4a60c52465d94a72563b3571a85cec9d425" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "d1ae61887c0d857f8c0cdb77247ef27fb7c78cc81ecb1a2786e81b7a9bea89a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "19f577352500bb81503d143b40f4476756812613bc328e23a070650639f5a84c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-13.0.48-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "c8fb12715b9639f51983315cc4b195e272128c675aa3766b13c4f470b892e6c8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-13.0.0.19-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "4f0e0c019e1b53166bdeaf52c91c333450ae9dd05fbadc77cffb70a702501b67" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-12.0.0.15-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "c4db1ed0595fcdba3c4da0f5605ca4c3f4340b6be833d94765994e239c775a32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.4.0.35-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "e0aadc965d757c615a50ffb1c48c155f4b6e1bbaf96100a20b2e46964de8f6da" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-12.0.3.29-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "1a4a35f8bfb453582ee12c5a7160f60150d74bc5fa831340b6257d1faa2b3355" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.6.2.49-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "6a5e811b277623779eb0b17aab387784027bda4e5904757932456ac06b552fc4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-13.0.0.50-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "74231f7142a6ae95624cd973b6d3b4f8a41dbab04e23a68ec4842b889a5b1c4a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "e90265efcc848965a0ae099eb668358ad8e28f210afc249412636c5ff8ff92a9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-13.0.39-archive.zip" -[[CUDA_SDK_static_jll."13.0.0+0".sources]] -hash = "fd15935ac90b63c753b2c1ac575d7b0235a414b15651fe18250fbe811cbc717a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-13.0.0.40-archive.zip" - -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "ed845eae8c1767706b6ee91e40c608a03f6f633551a849b63f7346d32d73ee60" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/cuda_cccl-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "bc44226f069402ab327bcf9e754660621aa6bc61fb7fc6afe03b794dfaaab658" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-x86_64/cuda_cudart-linux-x86_64-13.0.88-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "bd624dcb2089842add8f293efab1d21aa076c98b36d8dcb64347fe08fb03315d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-x86_64/cuda_cuobjdump-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "92fb7e0430521517174c4c171173b888aaa8d78d8762e59752dea2ed14a0ad7d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-x86_64/cuda_cupti-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "48e35be3cfbf4b4fbc16828eaec8a7048ee789403049dc409f7b643d6259cf7a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-13.0.88-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "0541e0230f724a43d67288ef882c63351d0c302bf567591b7620d40f93c2c93c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-x86_64/cuda_nvdisasm-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "92d441fa7ae41bba92e06c928cacdb32f4703763512f68d10c9c230f09ffe6d8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-13.0.87-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "b182d8b0398ba9ff8ee75fc2ffef3ff1e2069e6bec6938bcf02a6c9e69d40456" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-x86_64/cuda_nvprune-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "00038aac08e1dba6f1933237dbfb217ac6452ae24fab970edcac808f103ca64b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-x86_64/cuda_nvrtc-linux-x86_64-13.0.88-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "8eeba425f66fdd17e78d0dff49baa8b3e4599fc0579984eab7ad9c486a95ebf2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-x86_64/cuda_sanitizer_api-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "158c1d7e862282d5218ed82f173ba14679c0f8afa1fe8cb4a3a34a4c0a9a5ff9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-x86_64/libcublas-linux-x86_64-13.0.2.14-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "5cdef1238c270f8f148da18587fdba8b9478c596e40f5490bba2b15c94915dd9" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-12.0.0.61-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "ee0dbf473998050bda876cb945634bec87d44b90b05a5550e9c2499ab7c1a5c3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.4.0.35-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "1cd13dcb58c5e4bb0ce47ea8876aba21091c1e67165c616144b2dd6331d252ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-x86_64/libcusolver-linux-x86_64-12.0.4.66-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "b9de356c3478329e2589d91284f2a685a36f041060f3cb897441ab46a480a30a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-x86_64/libcusparse-linux-x86_64-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "b99e7e145283667728e5fd1bf99c79ed9825c164d3c4a40f6dc549cb0b0e1333" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-x86_64/libnpp-linux-x86_64-13.0.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "dc233d88a5cafa095b197e6246b4c468a4581c128da8f951d67e063cdd6bca4c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-x86_64/cuda_profiler_api-linux-x86_64-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "25f9763fd60122a4f728eec22ac4e64e46ea8679e140234f15eaec008e6c41a8" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-x86_64/libnvjitlink-linux-x86_64-13.0.88-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "ebef16a52d31d2de0e888f0fd9c788bfe99be988ebad4927754e5ccdfdae6360" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-x86_64/libnvjpeg-linux-x86_64-13.0.1.86-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "eca22ded176804a78afcba3fe1909e7d473366ee1cb9f3784080df23bc8e74d5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-sbsa/cuda_cccl-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "0b212ac2e49519f8e3bf49c61fc382bcf325603accc7ef45578175315ab1c059" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/linux-sbsa/cuda_cudart-linux-sbsa-13.0.88-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "cd0304f70ff905421da2ca0fe53cfc384baa48d6ff6b34f92a80cf723064e827" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/linux-sbsa/cuda_cuobjdump-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "f6f34d534cce56f91b1496abf51be3b1559ba879985d34eb89c808004b77513a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/linux-sbsa/cuda_cupti-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "01b01e10aa2662ad1b3aeab3317151d7d6d4a650eeade55ded504f6b7fced18e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-13.0.88-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "77e2ef1494270839829d5608352ba67a278e80fdaf4e3cc3c8ac9cb73e1c463c" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/linux-sbsa/cuda_nvdisasm-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "71740823e837c2a1a6e314f0fe801f8fa6aef1055220e9a504f6f4c67e21d72b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-sbsa/cuda_nvml_dev-linux-sbsa-13.0.87-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "956e1f1b282522ff40b331e5cea83b5d7a87bd97cd9c2bea3454bb0c6adf5414" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/cuda_nvprune-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "decf9977ab114ff195c8cdfce6fbc94aea4a62efdae628092cbb9fd1c31cda1a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/linux-sbsa/cuda_nvrtc-linux-sbsa-13.0.88-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "68cc7d0144cdf746d4e76565dca86002979ecab5c5674be01bb3fbd3628531e5" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/linux-sbsa/cuda_sanitizer_api-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "6eb4bb6b327d08124d5fbd0732169d63da9d169fbca45ef78914a2a05a09e42d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-sbsa/libcublas-linux-sbsa-13.0.2.14-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "5361f3b22a50923204e07f7ff601150dc67aab6b0fff26c47bd3ac0a50c921a0" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-sbsa/libcufft-linux-sbsa-12.0.0.61-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "12a0afe1ee73e806924fc6c9bdd33a47a970d31967a634ec9ab2f0662a502ed2" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-sbsa/libcurand-linux-sbsa-10.4.0.35-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "882c480bedd5ec6e416fe0a9edb7bfdd78f6ffa885310870e4a04d8fce8e655d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/linux-sbsa/libcusolver-linux-sbsa-12.0.4.66-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "50c9fb74e8468af559150f3f072cc2793a5ff70792fa79962146096385cf7346" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/linux-sbsa/libcusparse-linux-sbsa-12.6.3.3-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "6d06bd527b3cb17e354a3d25f9334ff9f972f6af7dc1fe0a7e0f5b87ba6e618a" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/linux-sbsa/libnpp-linux-sbsa-13.0.1.2-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "58c304116de3d184cebcc7d04934bff9d99d2276ff28c46372664bc3fcc32976" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-13.0.85-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "b7c25896af24ea88309301c8325449cd3d4907b3f1db4060f43a8ca8f4738cdc" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/linux-sbsa/libnvjitlink-linux-sbsa-13.0.88-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "6132e76ec6064881592b38ef5b2a135237005d8533660ee8f525b120a178d1f4" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/linux-sbsa/libnvjpeg-linux-sbsa-13.0.1.86-archive.tar.xz" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "f4f5187f7976d8057d76e1e04e72c8b7d0a2a22793107a671ad709b1d8d3408d" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "48b1a445cbc2b2b468f872bc698a751d763ef5c06bc03ce559af1bc7e23f9345" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.88-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "cddbc524dc229c708cc989e4ff2d636ba342c695e0f60c1026a1b5f76de4b77b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "e739e96415e1fb9a650eaac826f7cd24701e18ae2f7c26b78f3fabaf64c8e39b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "61760e24a44937c6c29a20ddea69067b4d3860ccd6a9a0564573f840d96e6c5f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.88-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "c15885ed180cc6439b92a59fede41082434fdd9baac7280d5f0570f1d0786b04" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "b19b2b5fd534f37c3f0aab49d25ebb28496963aef3e819466bcf0fa20607b0cd" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-13.0.87-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "b52ca2d51d0e41c317f68f38ce88f4ae7184443eac04203e7a80fd054f2028ec" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "8c50a52467826167e0dbe99936140c52d62272bfc5849fe2d6587d050c8c5d29" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-13.0.88-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "dcca7ce173165d75eb7f5df76672ec598b11f12e583356eaf80b16f6d43ace9f" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "b03fd06fb14fa33e27fc441433fe74ccee9738b62c62a08d39960cb0ce9f1d14" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-13.0.2.14-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "4f2695ea50f895618316ee32636f5d0e5e0bc330e74b3e0876bff002af9e1eb3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-12.0.0.61-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "c4db1ed0595fcdba3c4da0f5605ca4c3f4340b6be833d94765994e239c775a32" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.4.0.35-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "8fe0aa8b2f8709402a8a7494037cdb648f0be7da1ed14e511cefea88a532ef8b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-12.0.4.66-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "21f70385aae76de5c24c6baab4df4337d0bc9e1ce69e9ebad228d87d686a28e6" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.6.3.3-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "cec65b472cdbd97c557cc45cabc5998288b48c166b9e05d95b8ee3e44083906b" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-13.0.1.2-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "38c6c854f325b64e7ca0a8b14e1996dedb5abbb38f3580e5c7744b688abdc56e" -url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-13.0.85-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "4b2cff3cfcec50cab2193f11cee023589b1b3b15388ab38780ea08b7ebbf15e3" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-13.0.88-archive.zip" -[[CUDA_SDK_static_jll."13.0.1+0".sources]] -hash = "b8d64f9fb90632e33685529e2b8baee245ca3dcaecab4b8998815ae0f44c5171" -url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-13.0.1.86-archive.zip" - -[CUDA_compat_jll."0.0.1+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_compat_jll."0.0.1+0".sources]] - hash = "55d7ae104827faa79e975321fe2b60f9dd42fbff65642053443c0e56fdb4c47d" - url = "https://us.download.nvidia.com/tesla/470.57.02/NVIDIA-Linux-x86_64-470.57.02.run" - -[CUDA_compat_jll."0.0.1+1"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_compat_jll."0.0.1+1".sources]] - hash = "55d7ae104827faa79e975321fe2b60f9dd42fbff65642053443c0e56fdb4c47d" - url = "https://us.download.nvidia.com/tesla/470.57.02/NVIDIA-Linux-x86_64-470.57.02.run" - [[CUDA_compat_jll."0.0.1+1".sources]] - hash = "f430c6f898e0e2e1530e75f3770a29fd6b4e5628fea0b305fdd501a1a951b067" - url = "https://us.download.nvidia.com/tesla/470.57.02/NVIDIA-Linux-ppc64le-470.57.02.run" - [[CUDA_compat_jll."0.0.1+1".sources]] - hash = "4b3e51963b88e8de304a6bca68c64954844ed490156a28483e9272eb79a00451" - url = "https://us.download.nvidia.com/tesla/470.57.02/NVIDIA-Linux-aarch64-470.57.02.run" - -[CUDA_compat_jll."11.5.50+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_compat_jll."11.5.50+0".sources]] - hash = "d8eabf75a651266a706c9b00edb75ce7f4097dd1a9185c20ecfaf5375e06ebf9" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-11-5-495.29.05-1.x86_64.rpm" - [[CUDA_compat_jll."11.5.50+0".sources]] - hash = "6a830001cd0ae318b2b0f5b1970ecb799f42b311d6483fff58b332073e19e647" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-11-5-495.29.05-1.ppc64le.rpm" - [[CUDA_compat_jll."11.5.50+0".sources]] - hash = "6aebc19cdab34f36b914875a45bda2ce398485a95e156b37ee7b2699e4bd4276" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-11-5-495.29.05-1.aarch64.rpm" - -[CUDA_compat_jll."11.6.0+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_compat_jll."11.6.0+0".sources]] - hash = "348bb6cd66042bd90bc58f7dd909962c3bc9c3eb7a4ef75aa3178aad9fc00d5a" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-11-6-510.39.01-1.x86_64.rpm" - [[CUDA_compat_jll."11.6.0+0".sources]] - hash = "7407dec3754ac416f6e10b5448756c463e9ab068f588bd30afbfc8fd600c3b45" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-11-6-510.39.01-1.ppc64le.rpm" - [[CUDA_compat_jll."11.6.0+0".sources]] - hash = "7d8eacda7955677839694ffb02f6d1444e2c66a0ff68327e5a82d2f0d8d994ac" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-11-6-510.39.01-1.aarch64.rpm" - -[CUDA_compat_jll."11.7.0+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_compat_jll."11.7.0+0".sources]] - hash = "89e7e27f996aab8b55d6809c8f99003984d69373a17e6c00ba38a1c174e9cf2b" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-11-7-515.43.04-1.x86_64.rpm" - [[CUDA_compat_jll."11.7.0+0".sources]] - hash = "c54a037018f83af7959b6146f5373abb7d46acd20049f80872b431f244fa16e5" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-11-7-515.43.04-1.ppc64le.rpm" - [[CUDA_compat_jll."11.7.0+0".sources]] - hash = "536cc7f3afcef80203a60c2c996effe555c38ee105557c925331eebf64060e7c" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-11-7-515.43.04-1.aarch64.rpm" - -[CUDA_compat_jll."11.8.0+0"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_compat_jll."11.8.0+0".sources]] - hash = "0dad75290f8aa33f6d1ae1e1fa9fcc501bc51a74746b5e9e12082866e322eabf" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-11-8-520.61.05-1.x86_64.rpm" - [[CUDA_compat_jll."11.8.0+0".sources]] - hash = "85dad0fddf28bf3cfcfe63c5dc77ce84acce2100f99afad43ae78143c0277484" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-11-8-520.61.05-1.ppc64le.rpm" - [[CUDA_compat_jll."11.8.0+0".sources]] - hash = "b01278c5cc50cd12b6a828c78417868c30dede086280d519141ff2f1728dd250" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-11-8-520.61.05-1.aarch64.rpm" - -[CUDA_compat_jll."11.8.0+1"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_compat_jll."11.8.0+1".sources]] - hash = "0dad75290f8aa33f6d1ae1e1fa9fcc501bc51a74746b5e9e12082866e322eabf" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-11-8-520.61.05-1.x86_64.rpm" - [[CUDA_compat_jll."11.8.0+1".sources]] - hash = "85dad0fddf28bf3cfcfe63c5dc77ce84acce2100f99afad43ae78143c0277484" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-11-8-520.61.05-1.ppc64le.rpm" - [[CUDA_compat_jll."11.8.0+1".sources]] - hash = "b01278c5cc50cd12b6a828c78417868c30dede086280d519141ff2f1728dd250" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-11-8-520.61.05-1.aarch64.rpm" - -[CUDA_compat_jll."11.8.0+2"] -libraries = ["libcuda", "libnvidia-ptxjitcompiler"] - - [[CUDA_compat_jll."11.8.0+2".sources]] - hash = "0dad75290f8aa33f6d1ae1e1fa9fcc501bc51a74746b5e9e12082866e322eabf" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-compat-11-8-520.61.05-1.x86_64.rpm" - [[CUDA_compat_jll."11.8.0+2".sources]] - hash = "85dad0fddf28bf3cfcfe63c5dc77ce84acce2100f99afad43ae78143c0277484" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/ppc64le/cuda-compat-11-8-520.61.05-1.ppc64le.rpm" - [[CUDA_compat_jll."11.8.0+2".sources]] - hash = "b01278c5cc50cd12b6a828c78417868c30dede086280d519141ff2f1728dd250" - url = "https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-compat-11-8-520.61.05-1.aarch64.rpm" - -[CUDA_jll."9.0.176+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_90", "libcufft", "cufft64_90", "libcufftw", "cufftw64_90", "libcublas", "cublas64_90", "libnvblas", "nvblas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libnvgraph", "nvgraph64_90", "libnppc", "nppc64_90", "libnppial", "nppial64_90", "libnppicc", "nppicc64_90", "libnppicom", "nppicom64_90", "libnppidei", "nppidei64_90", "libnppif", "nppif64_90", "libnppig", "nppig64_90", "libnppim", "nppim64_90", "libnppist", "nppist64_90", "libnppisu", "nppisu64_90", "libnppitc", "nppitc64_90", "libnpps", "npps64_90", "libnvvm", "nvvm64_32_0", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."9.0.176+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - -[CUDA_jll."9.0.176+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_90", "libcufft", "cufft64_90", "libcufftw", "cufftw64_90", "libcublas", "cublas64_90", "libnvblas", "nvblas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libnvgraph", "nvgraph64_90", "libnppc", "nppc64_90", "libnppial", "nppial64_90", "libnppicc", "nppicc64_90", "libnppicom", "nppicom64_90", "libnppidei", "nppidei64_90", "libnppif", "nppif64_90", "libnppig", "nppig64_90", "libnppim", "nppim64_90", "libnppist", "nppist64_90", "libnppisu", "nppisu64_90", "libnppitc", "nppitc64_90", "libnpps", "npps64_90", "libnvvm", "nvvm64_32_0", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."9.0.176+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - -[CUDA_jll."9.0.176+2"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_90", "libcufft", "cufft64_90", "libcufftw", "cufftw64_90", "libcublas", "cublas64_90", "libnvblas", "nvblas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libnvgraph", "nvgraph64_90", "libnppc", "nppc64_90", "libnppial", "nppial64_90", "libnppicc", "nppicc64_90", "libnppicom", "nppicom64_90", "libnppidei", "nppidei64_90", "libnppif", "nppif64_90", "libnppig", "nppig64_90", "libnppim", "nppim64_90", "libnppist", "nppist64_90", "libnppisu", "nppisu64_90", "libnppitc", "nppitc64_90", "libnpps", "npps64_90", "libnvvm", "nvvm64_32_0", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."9.0.176+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - -[CUDA_jll."9.0.176+3"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_90", "libcufft", "cufft64_90", "libcufftw", "cufftw64_90", "libcublas", "cublas64_90", "libnvblas", "nvblas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libnvgraph", "nvgraph64_90", "libnppc", "nppc64_90", "libnppial", "nppial64_90", "libnppicc", "nppicc64_90", "libnppicom", "nppicom64_90", "libnppidei", "nppidei64_90", "libnppif", "nppif64_90", "libnppig", "nppig64_90", "libnppim", "nppim64_90", "libnppist", "nppist64_90", "libnppisu", "nppisu64_90", "libnppitc", "nppitc64_90", "libnpps", "npps64_90", "libnvvm", "nvvm64_32_0", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."9.0.176+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - -[CUDA_jll."9.2.148+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_92", "libcufft", "cufft64_92", "libcufftw", "cufftw64_92", "libcublas", "cublas64_92", "libnvblas", "nvblas64_92", "libcusparse", "cusparse64_92", "libcusolver", "cusolver64_92", "libcurand", "curand64_92", "libnvgraph", "nvgraph64_92", "libnppc", "nppc64_92", "libnppial", "nppial64_92", "libnppicc", "nppicc64_92", "libnppicom", "nppicom64_92", "libnppidei", "nppidei64_92", "libnppif", "nppif64_92", "libnppig", "nppig64_92", "libnppim", "nppim64_92", "libnppist", "nppist64_92", "libnppisu", "nppisu64_92", "libnppitc", "nppitc64_92", "libnpps", "npps64_92", "libnvvm", "nvvm64_32_0", "libcupti", "cupti64_92", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."9.2.148+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - -[CUDA_jll."9.2.148+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_92", "libcufft", "cufft64_92", "libcufftw", "cufftw64_92", "libcublas", "cublas64_92", "libnvblas", "nvblas64_92", "libcusparse", "cusparse64_92", "libcusolver", "cusolver64_92", "libcurand", "curand64_92", "libnvgraph", "nvgraph64_92", "libnppc", "nppc64_92", "libnppial", "nppial64_92", "libnppicc", "nppicc64_92", "libnppicom", "nppicom64_92", "libnppidei", "nppidei64_92", "libnppif", "nppif64_92", "libnppig", "nppig64_92", "libnppim", "nppim64_92", "libnppist", "nppist64_92", "libnppisu", "nppisu64_92", "libnppitc", "nppitc64_92", "libnpps", "npps64_92", "libnvvm", "nvvm64_32_0", "libcupti", "cupti64_92", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."9.2.148+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - -[CUDA_jll."9.2.148+2"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_92", "libcufft", "cufft64_92", "libcufftw", "cufftw64_92", "libcublas", "cublas64_92", "libnvblas", "nvblas64_92", "libcusparse", "cusparse64_92", "libcusolver", "cusolver64_92", "libcurand", "curand64_92", "libnvgraph", "nvgraph64_92", "libnppc", "nppc64_92", "libnppial", "nppial64_92", "libnppicc", "nppicc64_92", "libnppicom", "nppicom64_92", "libnppidei", "nppidei64_92", "libnppif", "nppif64_92", "libnppig", "nppig64_92", "libnppim", "nppim64_92", "libnppist", "nppist64_92", "libnppisu", "nppisu64_92", "libnppitc", "nppitc64_92", "libnpps", "npps64_92", "libnvvm", "nvvm64_32_0", "libcupti", "cupti64_92", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."9.2.148+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - -[CUDA_jll."9.2.148+3"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_92", "libcufft", "cufft64_92", "libcufftw", "cufftw64_92", "libcublas", "cublas64_92", "libnvblas", "nvblas64_92", "libcusparse", "cusparse64_92", "libcusolver", "cusolver64_92", "libcurand", "curand64_92", "libnvgraph", "nvgraph64_92", "libnppc", "nppc64_92", "libnppial", "nppial64_92", "libnppicc", "nppicc64_92", "libnppicom", "nppicom64_92", "libnppidei", "nppidei64_92", "libnppif", "nppif64_92", "libnppig", "nppig64_92", "libnppim", "nppim64_92", "libnppist", "nppist64_92", "libnppisu", "nppisu64_92", "libnppitc", "nppitc64_92", "libnpps", "npps64_92", "libnvvm", "nvvm64_32_0", "libcupti", "cupti64_92", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."9.2.148+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - -[CUDA_jll."10.0.130+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_100", "libcufft", "cufft64_100", "libcufftw", "cufftw64_100", "libcublas", "cublas64_100", "libnvblas", "nvblas64_100", "libcusparse", "cusparse64_100", "libcusolver", "cusolver64_100", "libcurand", "curand64_100", "libnvgraph", "nvgraph64_100", "libnppc", "nppc64_100", "libnppial", "nppial64_100", "libnppicc", "nppicc64_100", "libnppicom", "nppicom64_100", "libnppidei", "nppidei64_100", "libnppif", "nppif64_100", "libnppig", "nppig64_100", "libnppim", "nppim64_100", "libnppist", "nppist64_100", "libnppisu", "nppisu64_100", "libnppitc", "nppitc64_100", "libnpps", "npps64_100", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_100", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.0.130+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - -[CUDA_jll."10.0.130+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_100", "libcufft", "cufft64_100", "libcufftw", "cufftw64_100", "libcublas", "cublas64_100", "libnvblas", "nvblas64_100", "libcusparse", "cusparse64_100", "libcusolver", "cusolver64_100", "libcurand", "curand64_100", "libnvgraph", "nvgraph64_100", "libnppc", "nppc64_100", "libnppial", "nppial64_100", "libnppicc", "nppicc64_100", "libnppicom", "nppicom64_100", "libnppidei", "nppidei64_100", "libnppif", "nppif64_100", "libnppig", "nppig64_100", "libnppim", "nppim64_100", "libnppist", "nppist64_100", "libnppisu", "nppisu64_100", "libnppitc", "nppitc64_100", "libnpps", "npps64_100", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_100", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.0.130+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - -[CUDA_jll."10.0.130+2"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_100", "libcufft", "cufft64_100", "libcufftw", "cufftw64_100", "libcublas", "cublas64_100", "libnvblas", "nvblas64_100", "libcusparse", "cusparse64_100", "libcusolver", "cusolver64_100", "libcurand", "curand64_100", "libnvgraph", "nvgraph64_100", "libnppc", "nppc64_100", "libnppial", "nppial64_100", "libnppicc", "nppicc64_100", "libnppicom", "nppicom64_100", "libnppidei", "nppidei64_100", "libnppif", "nppif64_100", "libnppig", "nppig64_100", "libnppim", "nppim64_100", "libnppist", "nppist64_100", "libnppisu", "nppisu64_100", "libnppitc", "nppitc64_100", "libnpps", "npps64_100", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_100", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.0.130+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - -[CUDA_jll."10.0.130+3"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_100", "libcufft", "cufft64_100", "libcufftw", "cufftw64_100", "libcublas", "cublas64_100", "libnvblas", "nvblas64_100", "libcusparse", "cusparse64_100", "libcusolver", "cusolver64_100", "libcurand", "curand64_100", "libnvgraph", "nvgraph64_100", "libnppc", "nppc64_100", "libnppial", "nppial64_100", "libnppicc", "nppicc64_100", "libnppicom", "nppicom64_100", "libnppidei", "nppidei64_100", "libnppif", "nppif64_100", "libnppig", "nppig64_100", "libnppim", "nppim64_100", "libnppist", "nppist64_100", "libnppisu", "nppisu64_100", "libnppitc", "nppitc64_100", "libnpps", "npps64_100", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_100", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.0.130+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - -[CUDA_jll."10.1.243+0"] -executables = ["nvcc", "cudafe++", "nvprof", "ptxas"] -libraries = ["libcudart", "libcufft", "libcufftw", "libcurand", "libcublas", "libcusolver", "libcusparse", "libnvrtc"] - - [[CUDA_jll."10.1.243+0".sources]] - hash = "965570c92de387cec04d77a2bdce26b6457b027c0b2b12dc537a5ca1c1aa82b3" - url = "https://developer.nvidia.com/compute/cuda/10.1/Prod/cluster_management/cuda_cluster_pkgs_10.1.168_418.67_rhel6.tar.gz" - [[CUDA_jll."10.1.243+0".sources]] - hash = "a53d17c92b81bb8b8f812d0886a8c2ddf2730be6f5f2659aee11c0da207c2331" - url = "https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_10.1.168_mac.dmg" - [[CUDA_jll."10.1.243+0".sources]] - hash = "52450b81a699cb75086e9d3d62abb2a33f823fcf5395444e57ebb5864cc2fd51" - url = "https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_10.1.168_425.25_win10.exe" - -[CUDA_jll."10.1.243+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_101", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_101", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.1.243+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - -[CUDA_jll."10.1.243+2"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_101", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_101", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.1.243+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - -[CUDA_jll."10.1.243+3"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_101", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_101", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.1.243+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - -[CUDA_jll."10.1.243+4"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_101", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_101", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.1.243+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - -[CUDA_jll."10.1.243+5"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_101", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_101", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.1.243+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - -[CUDA_jll."10.2.89+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.2.89+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - -[CUDA_jll."10.2.89+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.2.89+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - -[CUDA_jll."10.2.89+2"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.1.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.2.89+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.2" - -[CUDA_jll."10.2.89+3"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.2.89+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - -[CUDA_jll."10.2.89+4"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.2.89+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - -[CUDA_jll."10.2.89+5"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.2.89+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - -[CUDA_jll."10.2.89+6"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_102", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_10", "libcublasLt", "cublasLt64_10", "libnvblas", "nvblas64_10", "libcusparse", "cusparse64_10", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libnvgraph", "nvgraph64_10", "libnppc", "nppc64_10", "libnppial", "nppial64_10", "libnppicc", "nppicc64_10", "libnppicom", "nppicom64_10", "libnppidei", "nppidei64_10", "libnppif", "nppif64_10", "libnppig", "nppig64_10", "libnppim", "nppim64_10", "libnppist", "nppist64_10", "libnppisu", "nppisu64_10", "libnppitc", "nppitc64_10", "libnpps", "npps64_10", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_102", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."10.2.89+6".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - -[CUDA_jll."11.0.2+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.1.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.0.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.2" - -[CUDA_jll."11.0.2+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.1.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.0.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.2" - -[CUDA_jll."11.0.3+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.1.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.0.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - -[CUDA_jll."11.0.3+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.1.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.0.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - -[CUDA_jll."11.0.3+2"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.1.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.0.3+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - -[CUDA_jll."11.0.3+3"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.1.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.0.3+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - -[CUDA_jll."11.0.3+4"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.1.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.0.3+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - -[CUDA_jll."11.1.0+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.2.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.0" - -[CUDA_jll."11.1.0+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.2.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.0" - -[CUDA_jll."11.1.1+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.2.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.1.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - -[CUDA_jll."11.1.1+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.2.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.1.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - -[CUDA_jll."11.1.1+2"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.2.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.1.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - -[CUDA_jll."11.1.1+3"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_33_0", "libcupti", "cupti64_2020.2.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.1.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - -[CUDA_jll."11.2.0+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2020.3.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.0" - -[CUDA_jll."11.2.0+1"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2020.3.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.0" - -[CUDA_jll."11.2.1+0"] -executables = ["nvdisasm"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2020.3.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.1" - -[CUDA_jll."11.2.1+1"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2020.3.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.1" - -[CUDA_jll."11.2.2+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2020.3.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - -[CUDA_jll."11.3.0+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2021.1.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.3.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.0" - -[CUDA_jll."11.3.1+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2021.1.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.3.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - -[CUDA_jll."11.4.0+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2021.2.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.0" - -[CUDA_jll."11.4.1+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2021.2.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.4.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.1" - -[CUDA_jll."11.4.2+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2021.2.2", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.4.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - -[CUDA_jll."11.4.4+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2021.2.2", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.4.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - -[CUDA_jll."11.5.0+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2021.3.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.5.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.0" - -[CUDA_jll."11.5.1+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2021.3.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.5.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - -[CUDA_jll."11.5.2+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2021.3.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.5.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - -[CUDA_jll."11.6.0+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2022.1.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.6.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - -[CUDA_jll."11.6.2+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2022.1.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.6.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - -[CUDA_jll."11.7.0+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2022.2.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.0" - -[CUDA_jll."11.7.1+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2022.2.1", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.7.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - -[CUDA_jll."11.8.0+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcudart", "cudart64_110", "libcufft", "cufft64_10", "libcufftw", "cufftw64_10", "libcublas", "cublas64_11", "libcublasLt", "cublasLt64_11", "libnvblas", "nvblas64_11", "libcusparse", "cusparse64_11", "libcusolver", "cusolver64_11", "libcusolverMg", "cusolverMg64_11", "libcurand", "curand64_10", "libnppc", "nppc64_11", "libnppial", "nppial64_11", "libnppicc", "nppicc64_11", "libnppidei", "nppidei64_11", "libnppif", "nppif64_11", "libnppig", "nppig64_11", "libnppim", "nppim64_11", "libnppist", "nppist64_11", "libnppisu", "nppisu64_11", "libnppitc", "nppitc64_11", "libnpps", "npps64_11", "libnvvm", "nvvm64_40_0", "libcupti", "cupti64_2022.3.0", "libnvToolsExt", "nvToolsExt64_1"] - - [[CUDA_jll."11.8.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDA_loader_jll."0.1.0+0"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "cupti64_2020.3.1", "cupti64_2021.1.0"] - - [[CUDA_loader_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.0" - -[CUDA_loader_jll."0.1.0+1"] -executables = ["nvdisasm", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "cupti64_2020.3.1", "cupti64_2021.1.0"] - - [[CUDA_loader_jll."0.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.0" - -[CUDA_loader_jll."0.1.0+2"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.0"] - - [[CUDA_loader_jll."0.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.0" - -[CUDA_loader_jll."0.1.0+3"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.0"] - - [[CUDA_loader_jll."0.1.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.1.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.1.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.1.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.1.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.1.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.1.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.1.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.1.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.0" - -[CUDA_loader_jll."0.2.0+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1"] - - [[CUDA_loader_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - -[CUDA_loader_jll."0.2.0+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.0"] - - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_loader_jll."0.2.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.0" - -[CUDA_loader_jll."0.2.0+2"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.1"] - - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_loader_jll."0.2.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.1" - -[CUDA_loader_jll."0.2.1+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2"] - - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_loader_jll."0.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - -[CUDA_loader_jll."0.2.1+1"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.0"] - - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_loader_jll."0.2.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.0" - -[CUDA_loader_jll."0.2.1+2"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1"] - - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_loader_jll."0.2.1+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - -[CUDA_loader_jll."0.2.1+3"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0"] - - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_loader_jll."0.2.1+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - -[CUDA_loader_jll."0.2.1+4"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.0"] - - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.2" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.1" - [[CUDA_loader_jll."0.2.1+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.0" - -[CUDA_loader_jll."0.2.1+5"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.1", "cupti64_2022.2.0"] - - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_loader_jll."0.2.1+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.0" - -[CUDA_loader_jll."0.2.2+0"] -executables = ["ptxas", "nvdisasm", "nvlink", "compute-sanitizer"] -files = ["lib/libcudadevrt.a", "lib/cudadevrt.lib", "share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_32_0", "libcufft", "cufft64_90", "libcublas", "cublas64_90", "libcusparse", "cusparse64_90", "libcusolver", "cusolver64_90", "libcurand", "curand64_90", "libcupti", "cupti64_90", "libnvToolsExt", "nvToolsExt64_1", "cufft64_92", "cublas64_92", "cusparse64_92", "cusolver64_92", "curand64_92", "cupti64_92", "nvvm64_33_0", "cufft64_100", "cublas64_100", "cusparse64_100", "cusolver64_100", "curand64_100", "cupti64_100", "cufft64_10", "cublas64_10", "cusparse64_10", "cusolver64_10", "libcusolverMg", "cusolverMg64_10", "curand64_10", "cupti64_101", "cupti64_102", "cublas64_11", "cusparse64_11", "cupti64_2020.1.1", "cusolver64_11", "cusolverMg64_11", "cupti64_2020.2.1", "nvvm64_40_0", "cupti64_2020.3.1", "cupti64_2021.1.1", "cupti64_2021.2.2", "cupti64_2021.3.1", "cupti64_2022.1.1", "cupti64_2022.2.1", "cupti64_2022.3.0"] - - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.2.148" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.1.1" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.2" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[CUDA_loader_jll."0.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - -[CUDD_jll."3.0.0+0"] -libraries = ["libcudd", "libcudd-3-0-0"] - - [[CUDD_jll."3.0.0+0".sources]] - hash = "b8e966b4562c96a03e7fbea239729587d7b395d53cadcc39a7203b49cf7eeb69" - url = "http://davidkebo.com/source/cudd_versions/cudd-3.0.0.tar.gz" - -[CUDNN_CUDA100_jll."7.6.5+0"] -libraries = ["libcudnn", "cudnn64_7"] - - [[CUDNN_CUDA100_jll."7.6.5+0".sources]] - hash = "28355e395f0b2b93ac2c83b61360b35ba6cd0377e44e78be197b6b61b4b492ba" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.0_20191031/cudnn-10.0-linux-x64-v7.6.5.32.tgz" - [[CUDNN_CUDA100_jll."7.6.5+0".sources]] - hash = "2767db23ae2cd869ac008235e2adab81430f951a92a62160884c80ab5902b9e8" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.0_20191031/cudnn-10.0-windows10-x64-v7.6.5.32.zip" - [[CUDNN_CUDA100_jll."7.6.5+0".sources]] - hash = "6fa0b819374da49102e285ecf7fcb8879df4d0b3cc430cc8b781cdeb41009b47" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.0_20191031/cudnn-10.0-osx-x64-v7.6.5.32.tgz" - -[CUDNN_CUDA101_jll."7.6.5+0"] -libraries = ["libcudnn", "cudnn64_7"] - - [[CUDNN_CUDA101_jll."7.6.5+0".sources]] - hash = "7eaec8039a2c30ab0bc758d303588767693def6bf49b22485a2c00bf2e136cb3" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.1_20191031/cudnn-10.1-linux-x64-v7.6.5.32.tgz" - [[CUDNN_CUDA101_jll."7.6.5+0".sources]] - hash = "5e4275d738cc3a105cf6558b70b8a2ff514989ca1cd17bc8515086e20561a652" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.1_20191031/cudnn-10.1-windows10-x64-v7.6.5.32.zip" - [[CUDNN_CUDA101_jll."7.6.5+0".sources]] - hash = "8ecce28a5ed388a2b9b2d239e08d7c550f53b79288e6d9e5eb4c152bfc711aff" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.1_20191031/cudnn-10.1-osx-x64-v7.6.5.32.tgz" - -[CUDNN_CUDA101_jll."8.0.2+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA101_jll."8.0.2+0".sources]] - hash = "82148a68bd6bdaab93af5e05bb1842b8ccb3ab7de7bed41f609a7616c102213d" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.2.39/10.1_20200626/cudnn-10.1-linux-x64-v8.0.2.39.tgz" - [[CUDNN_CUDA101_jll."8.0.2+0".sources]] - hash = "8196ec4f031356317baeccefbc4f61c8fccb2cf0bdef0a6431438918ddf68fb9" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.2.39/10.1_20200626/cudnn-10.1-linux-ppc64le-v8.0.2.39.tgz" - [[CUDNN_CUDA101_jll."8.0.2+0".sources]] - hash = "4922e878681502c7135e1b9c7702d6d9b05b5c0d5a175bb91d878bf076657948" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.2.39/10.1_20200626/cudnn-10.1-windows10-x64-v8.0.2.39.zip" - -[CUDNN_CUDA101_jll."8.0.3+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA101_jll."8.0.3+0".sources]] - hash = "4752ac6aea4e4d2226061610d6843da6338ef75a93518aa9ce50d0f58df5fb07" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.3.33/10.1_20200825/cudnn-10.1-linux-x64-v8.0.3.33.tgz" - [[CUDNN_CUDA101_jll."8.0.3+0".sources]] - hash = "c546175f6ec86a11ee8fb9ab5526fa8d854322545769a87d35b1a505992f89c3" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.3.33/10.1_20200825/cudnn-10.1-linux-ppc64le-v8.0.3.33.tgz" - [[CUDNN_CUDA101_jll."8.0.3+0".sources]] - hash = "9749e8a8f1dc0cfbb8a70d91825d0c5864426b44c3371ada1e077d8bd86b129f" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.3.33/10.1_20200825/cudnn-10.1-windows10-x64-v8.0.3.33.zip" - -[CUDNN_CUDA101_jll."8.0.4+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA101_jll."8.0.4+0".sources]] - hash = "eb4b888e61715168f57a0a0a21c281ada6856b728e5112618ed15f8637487715" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/10.1_20200923/cudnn-10.1-linux-x64-v8.0.4.30.tgz" - [[CUDNN_CUDA101_jll."8.0.4+0".sources]] - hash = "690811bbf04adef635f4a6f480575fc2a558c4a2c98c85c7090a3a8c60dacea9" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/10.1_20200923/cudnn-10.1-linux-ppc64le-v8.0.4.30.tgz" - [[CUDNN_CUDA101_jll."8.0.4+0".sources]] - hash = "f9a7e6632ac1e2058676eed141d05ce34d8b479df388cdc80334356dce63bac2" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/10.1_20200923/cudnn-10.1-windows10-x64-v8.0.4.30.zip" - -[CUDNN_CUDA102_jll."7.6.5+0"] -libraries = ["libcudnn", "cudnn64_7"] - - [[CUDNN_CUDA102_jll."7.6.5+0".sources]] - hash = "600267f2caaed2fd58eb214ba669d8ea35f396a7d19b94822e6b36f9f7088c20" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.2_20191118/cudnn-10.2-linux-x64-v7.6.5.32.tgz" - [[CUDNN_CUDA102_jll."7.6.5+0".sources]] - hash = "fba812f60c61bc33b81db06cd55e8d769774d036186571d724295c71c9936064" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/10.2_20191118/cudnn-10.2-windows10-x64-v7.6.5.32.zip" - -[CUDNN_CUDA102_jll."8.0.1+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA102_jll."8.0.1+0".sources]] - hash = "0c106ec84f199a0fbcf1199010166986da732f9b0907768c9ac5ea5b120772db" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.1.13/10.2_20200626/cudnn-10.2-linux-x64-v8.0.1.13.tgz" - [[CUDNN_CUDA102_jll."8.0.1+0".sources]] - hash = "0e15a28b4bb1fb97370f406deb14af2deb3e1670d330b5c148cbf7d3c1ff7e0e" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.1.13/10.2_20200626/cudnn-10.2-linux-ppc64le-v8.0.1.13.tgz" - [[CUDNN_CUDA102_jll."8.0.1+0".sources]] - hash = "88382786d0974a786f0b643bb30ed6182e69f04ddbc3228e54ad7509997a11b2" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.1.13/10.2_20200626/cudnn-10.2-windows-x64-v8.0.1.13.zip" - -[CUDNN_CUDA102_jll."8.0.2+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA102_jll."8.0.2+0".sources]] - hash = "c9cbe5c211360f3cfbc0fb104f0e9096b37e53f89392525679f049276b2f701f" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.2.39/10.2_20200626/cudnn-10.2-linux-x64-v8.0.2.39.tgz" - [[CUDNN_CUDA102_jll."8.0.2+0".sources]] - hash = "c32325ff84a8123491f2e58b3694885a9a672005bc21764b38874688c0e43262" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.2.39/10.2_20200626/cudnn-10.2-linux-ppc64le-v8.0.2.39.tgz" - [[CUDNN_CUDA102_jll."8.0.2+0".sources]] - hash = "ba7d544fba2aaa7e6445cc41d6890a890567ea14ca942c13115f7d5654ea451f" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.2.39/10.2_20200626/cudnn-10.2-windows10-x64-v8.0.2.39.zip" - -[CUDNN_CUDA102_jll."8.0.3+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA102_jll."8.0.3+0".sources]] - hash = "b3d487c621e24b5711983b89bb8ad34f0378bdbf8a1a4b86eefaa23b19956dcc" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.3.33/10.2_20200825/cudnn-10.2-linux-x64-v8.0.3.33.tgz" - [[CUDNN_CUDA102_jll."8.0.3+0".sources]] - hash = "ff22c9c37af191c9104989d784427cde744cdde879bfebf3e4e55ca6a9634a11" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.3.33/10.2_20200825/cudnn-10.2-linux-ppc64le-v8.0.3.33.tgz" - [[CUDNN_CUDA102_jll."8.0.3+0".sources]] - hash = "45ffcb6ef3a493995d442a8503186f54c5147a1a3c94fdf9e40846a2ce53b64b" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.3.33/10.2_20200825/cudnn-10.2-windows10-x64-v8.0.3.33.zip" - -[CUDNN_CUDA102_jll."8.0.4+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA102_jll."8.0.4+0".sources]] - hash = "c12c69eb16698eacac40aa46b9ce399d4cd86efb6ff0c105142f8a28fcfb980e" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/10.2_20200923/cudnn-10.2-linux-x64-v8.0.4.30.tgz" - [[CUDNN_CUDA102_jll."8.0.4+0".sources]] - hash = "32a5b92f9e1ef2be90e10f220c4ab144ca59d215eb6a386e93597f447aa6507e" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/10.2_20200923/cudnn-10.2-linux-ppc64le-v8.0.4.30.tgz" - [[CUDNN_CUDA102_jll."8.0.4+0".sources]] - hash = "45dc48f6c19d62e4e4f56da216b72cf69454db374ffb6589aca0cf7c309762fa" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/10.2_20200923/cudnn-10.2-windows10-x64-v8.0.4.30.zip" - -[CUDNN_CUDA102_jll."8.1.0+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA102_jll."8.1.0+0".sources]] - hash = "c5bc617d89198b0fbe485156446be15a08aee37f7aff41c797b120912f2b14b4" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/10.2_20210127/cudnn-10.2-linux-x64-v8.1.0.77.tgz" - [[CUDNN_CUDA102_jll."8.1.0+0".sources]] - hash = "508a7aaad4e9a167b63cc063018541c74e089a1f548715832c50249dc2098dfa" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/10.2_20210127/cudnn-10.2-windows10-x64-v8.1.0.77.zip" - -[CUDNN_CUDA110_jll."8.0.1+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA110_jll."8.0.1+0".sources]] - hash = "03cbe5844ff01b3550ba5d0bbf6eab1c33630f18669978af2a7ebf7366a5c442" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.1.13/11.0_20200626/cudnn-11.0-linux-x64-v8.0.1.13.tgz" - [[CUDNN_CUDA110_jll."8.0.1+0".sources]] - hash = "2529819229eed31c56562b2791f10cba6ce5c729e1d1816933c8ac2b6535075d" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.1.13/11.0_20200626/cudnn-11.0-linux-ppc64le-v8.0.1.13.tgz" - [[CUDNN_CUDA110_jll."8.0.1+0".sources]] - hash = "72cbf300a23fa1ef737dc217d93c7cbcf10ed4a3f5d3be2b4261dfab1ba14d8d" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.1.13/11.0_20200626/cudnn-11.0-windows-x64-v8.0.1.13.zip" - -[CUDNN_CUDA110_jll."8.0.2+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA110_jll."8.0.2+0".sources]] - hash = "672f46288b8edd98f8d156a4f1ff518201ca6de0cff67915ceaa37f6d6d86345" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.2.39/11.0_20200626/cudnn-11.0-linux-x64-v8.0.2.39.tgz" - [[CUDNN_CUDA110_jll."8.0.2+0".sources]] - hash = "b7c1ce5b1191eb007ba3455ea5f497fdce293a646545d8a6ed93e9bb06d7f057" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.2.39/11.0_20200626/cudnn-11.0-linux-ppc64le-v8.0.2.39.tgz" - [[CUDNN_CUDA110_jll."8.0.2+0".sources]] - hash = "3e340edba0b9ce7ad35d8e77cbaee868bba3e4394a3435bd4fa27c81f261ca4c" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.2.39/11.0_20200626/cudnn-11.0-windows-x64-v8.0.2.39.zip" - -[CUDNN_CUDA110_jll."8.0.3+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA110_jll."8.0.3+0".sources]] - hash = "8924bcc4f833734bdd0009050d110ad0c8419d3796010cf7bc515df654f6065a" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.3.33/11.0_20200825/cudnn-11.0-linux-x64-v8.0.3.33.tgz" - [[CUDNN_CUDA110_jll."8.0.3+0".sources]] - hash = "c2d0519831137b43d0eebe07522edb4ef5d62320e65e5d5fa840a9856f25923d" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.3.33/11.0_20200825/cudnn-11.0-linux-ppc64le-v8.0.3.33.tgz" - [[CUDNN_CUDA110_jll."8.0.3+0".sources]] - hash = "67f64109a677fb43ddbf730b1fbf8f9ba9bf0214d3a9e1027ac546255d4ae3c6" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.3.33/11.0_20200825/cudnn-11.0-windows-x64-v8.0.3.33.zip" - -[CUDNN_CUDA110_jll."8.0.4+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA110_jll."8.0.4+0".sources]] - hash = "38a81a28952e314e21577432b0bab68357ef9de7f6c8858f721f78df9ee60c35" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/11.0_20200923/cudnn-11.0-linux-x64-v8.0.4.30.tgz" - [[CUDNN_CUDA110_jll."8.0.4+0".sources]] - hash = "8da8ed689b1a348182ddd3f59b6758a502e11dc6708c33f96e3b4a40e033d2e1" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/11.0_20200923/cudnn-11.0-linux-ppc64le-v8.0.4.30.tgz" - [[CUDNN_CUDA110_jll."8.0.4+0".sources]] - hash = "1b1438b828ce61888b7f1ed3ac506b32137425dd48aed8bc71abd5d4a7006143" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/11.0_20200923/cudnn-11.0-windows-x64-v8.0.4.30.zip" - -[CUDNN_CUDA110_jll."8.1.0+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA110_jll."8.1.0+0".sources]] - hash = "dbe82faf071d91ba9bcf00480146ad33f462482dfee56caf4479c1b8dabe3ecb" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/11.2_20210127/cudnn-11.2-linux-x64-v8.1.0.77.tgz" - [[CUDNN_CUDA110_jll."8.1.0+0".sources]] - hash = "0d3f8fa21959e9f94889841cc8445aecf41d2f3c557091b447313afb43034037" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/11.2_20210127/cudnn-11.2-linux-ppc64le-v8.1.0.77.tgz" - [[CUDNN_CUDA110_jll."8.1.0+0".sources]] - hash = "f5a23402ebed5b2add2ae0dc79df42f055f5851bbb3b1d0f6aa9dcdeeb9346ce" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/11.2_20210127/cudnn-11.2-windows-x64-v8.1.0.77.zip" - -[CUDNN_CUDA111_jll."8.0.4+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA111_jll."8.0.4+0".sources]] - hash = "8f4c662343afce5998ce963500fe3bb167e9a508c1a1a949d821a4b80fa9beab" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/11.1_20200923/cudnn-11.1-linux-x64-v8.0.4.30.tgz" - [[CUDNN_CUDA111_jll."8.0.4+0".sources]] - hash = "b4ddb51610cbae806017616698635a9914c3e1eb14259f3a39ee5c84e7106712" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/11.1_20200923/cudnn-11.1-linux-ppc64le-v8.0.4.30.tgz" - [[CUDNN_CUDA111_jll."8.0.4+0".sources]] - hash = "58bf1fb324d11088a28c3a9f71a38f5dfe167efdf723815dce1867bc03ddaea2" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.0.4/11.1_20200923/cudnn-11.1-windows-x64-v8.0.4.30.zip" - -[CUDNN_CUDA111_jll."8.1.0+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA111_jll."8.1.0+0".sources]] - hash = "dbe82faf071d91ba9bcf00480146ad33f462482dfee56caf4479c1b8dabe3ecb" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/11.2_20210127/cudnn-11.2-linux-x64-v8.1.0.77.tgz" - [[CUDNN_CUDA111_jll."8.1.0+0".sources]] - hash = "0d3f8fa21959e9f94889841cc8445aecf41d2f3c557091b447313afb43034037" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/11.2_20210127/cudnn-11.2-linux-ppc64le-v8.1.0.77.tgz" - [[CUDNN_CUDA111_jll."8.1.0+0".sources]] - hash = "f5a23402ebed5b2add2ae0dc79df42f055f5851bbb3b1d0f6aa9dcdeeb9346ce" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/11.2_20210127/cudnn-11.2-windows-x64-v8.1.0.77.zip" - -[CUDNN_CUDA112_jll."8.1.0+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_CUDA112_jll."8.1.0+0".sources]] - hash = "dbe82faf071d91ba9bcf00480146ad33f462482dfee56caf4479c1b8dabe3ecb" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/11.2_20210127/cudnn-11.2-linux-x64-v8.1.0.77.tgz" - [[CUDNN_CUDA112_jll."8.1.0+0".sources]] - hash = "0d3f8fa21959e9f94889841cc8445aecf41d2f3c557091b447313afb43034037" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/11.2_20210127/cudnn-11.2-linux-ppc64le-v8.1.0.77.tgz" - [[CUDNN_CUDA112_jll."8.1.0+0".sources]] - hash = "f5a23402ebed5b2add2ae0dc79df42f055f5851bbb3b1d0f6aa9dcdeeb9346ce" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.1.0.77/11.2_20210127/cudnn-11.2-windows-x64-v8.1.0.77.zip" - -[CUDNN_CUDA90_jll."7.6.5+0"] -libraries = ["libcudnn", "cudnn64_7"] - - [[CUDNN_CUDA90_jll."7.6.5+0".sources]] - hash = "bd0a4c0090d5b02feec3f195738968690cc2470b9bc6026e6fe8ff245cd261c8" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/9.0_20191031/cudnn-9.0-linux-x64-v7.6.5.32.tgz" - [[CUDNN_CUDA90_jll."7.6.5+0".sources]] - hash = "c7401514a6d7d24e8541f88c12e4328f165b5c5afd010ee462d356cac2158268" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/9.0_20191031/cudnn-9.0-windows10-x64-v7.6.5.32.zip" - -[CUDNN_CUDA92_jll."7.6.5+0"] -libraries = ["libcudnn", "cudnn64_7"] - - [[CUDNN_CUDA92_jll."7.6.5+0".sources]] - hash = "a2a2c7a8ba7b16d323b651766ee37dcfdbc2b50d920f73f8fde85005424960e4" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/9.2_20191031/cudnn-9.2-linux-x64-v7.6.5.32.tgz" - [[CUDNN_CUDA92_jll."7.6.5+0".sources]] - hash = "ffa553df2e9af1703bb7786a784356989dac5c415bf5bca73e52b1789ddd4984" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/7.6.5.32/Production/9.2_20191031/cudnn-9.2-windows10-x64-v7.6.5.32.zip" - -[CUDNN_jll."8.2.0+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.2.0+0".sources]] - hash = "6ecbc98b3795e940ce0831ffb7cd2c0781830fdd6b1911f950bcaf6d569f807c" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/10.2_04222021/cudnn-10.2-linux-x64-v8.2.0.53.tgz" - [[CUDNN_jll."8.2.0+0".sources]] - hash = "1dc2182e2c8ff995e81cf812dd81d628fc5e4b9bcd5eb838ac71acc2928409d8" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/10.2_04222021/cudnn-10.2-windows10-x64-v8.2.0.53.zip" - [[CUDNN_jll."8.2.0+0".sources]] - hash = "7a195dc93a7cda2bdd4d9b73958d259c784be422cd941a9a625aab75309f19dc" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/11.3_04222021/cudnn-11.3-linux-x64-v8.2.0.53.tgz" - [[CUDNN_jll."8.2.0+0".sources]] - hash = "cfe06735671a41a5e25fc7542d740177ac8eab1ab146bd30f19e0fa836895611" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/11.3_04222021/cudnn-11.3-linux-ppc64le-v8.2.0.53.tgz" - [[CUDNN_jll."8.2.0+0".sources]] - hash = "c8f108f8b646fd22ab35da7a7d73e2d977f671a1abd3364d372292102e0d7429" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/11.3_04222021/cudnn-11.3-windows-x64-v8.2.0.53.zip" - -[CUDNN_jll."8.2.0+1"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.2.0+1".sources]] - hash = "6ecbc98b3795e940ce0831ffb7cd2c0781830fdd6b1911f950bcaf6d569f807c" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/10.2_04222021/cudnn-10.2-linux-x64-v8.2.0.53.tgz" - [[CUDNN_jll."8.2.0+1".sources]] - hash = "1dc2182e2c8ff995e81cf812dd81d628fc5e4b9bcd5eb838ac71acc2928409d8" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/10.2_04222021/cudnn-10.2-windows10-x64-v8.2.0.53.zip" - [[CUDNN_jll."8.2.0+1".sources]] - hash = "7a195dc93a7cda2bdd4d9b73958d259c784be422cd941a9a625aab75309f19dc" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/11.3_04222021/cudnn-11.3-linux-x64-v8.2.0.53.tgz" - [[CUDNN_jll."8.2.0+1".sources]] - hash = "cfe06735671a41a5e25fc7542d740177ac8eab1ab146bd30f19e0fa836895611" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/11.3_04222021/cudnn-11.3-linux-ppc64le-v8.2.0.53.tgz" - [[CUDNN_jll."8.2.0+1".sources]] - hash = "c8f108f8b646fd22ab35da7a7d73e2d977f671a1abd3364d372292102e0d7429" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/11.3_04222021/cudnn-11.3-windows-x64-v8.2.0.53.zip" - -[CUDNN_jll."8.2.0+2"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.2.0+2".sources]] - hash = "6ecbc98b3795e940ce0831ffb7cd2c0781830fdd6b1911f950bcaf6d569f807c" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/10.2_04222021/cudnn-10.2-linux-x64-v8.2.0.53.tgz" - [[CUDNN_jll."8.2.0+2".sources]] - hash = "1dc2182e2c8ff995e81cf812dd81d628fc5e4b9bcd5eb838ac71acc2928409d8" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/10.2_04222021/cudnn-10.2-windows10-x64-v8.2.0.53.zip" - [[CUDNN_jll."8.2.0+2".sources]] - hash = "7a195dc93a7cda2bdd4d9b73958d259c784be422cd941a9a625aab75309f19dc" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/11.3_04222021/cudnn-11.3-linux-x64-v8.2.0.53.tgz" - [[CUDNN_jll."8.2.0+2".sources]] - hash = "cfe06735671a41a5e25fc7542d740177ac8eab1ab146bd30f19e0fa836895611" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/11.3_04222021/cudnn-11.3-linux-ppc64le-v8.2.0.53.tgz" - [[CUDNN_jll."8.2.0+2".sources]] - hash = "c8f108f8b646fd22ab35da7a7d73e2d977f671a1abd3364d372292102e0d7429" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.0.53/11.3_04222021/cudnn-11.3-windows-x64-v8.2.0.53.zip" - -[CUDNN_jll."8.2.1+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.2.1+0".sources]] - hash = "fd6321ff3bce4ce0cb3342e5bd38c96dcf3b073d44d0808962711c518b6d61e2" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.1.32/10.2_06072021/cudnn-10.2-linux-x64-v8.2.1.32.tgz" - [[CUDNN_jll."8.2.1+0".sources]] - hash = "3e70876bdcf44f856d9c9dbdbde07ceec43005e97d5ffe83338b255c8466151f" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.1.32/10.2_06072021/cudnn-10.2-windows10-x64-v8.2.1.32.zip" - [[CUDNN_jll."8.2.1+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.2.1+0".sources]] - hash = "4c1619640e5411fb53e87828c62ff429daa608c8f02efb96460b43f743d64bb8" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cudnn/libcudnn8_8.2.1.32-1+cuda10.2_arm64.deb" - [[CUDNN_jll."8.2.1+0".sources]] - hash = "adf7873edbde7fe293f672ebc65fcec299642950797d18b1c3a89855bb23904e" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/c/cudnn/libcudnn8-dev_8.2.1.32-1+cuda10.2_arm64.deb" - [[CUDNN_jll."8.2.1+0".sources]] - hash = "39412acd9ef5dd27954b6b9f5df75bd381c5d7ceb7979af6c743a7f4521f9c77" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.1.32/11.3_06072021/cudnn-11.3-linux-x64-v8.2.1.32.tgz" - [[CUDNN_jll."8.2.1+0".sources]] - hash = "4ee4f2afeaae34fdb06da8d4942a6802aae94ecc51f307292c45966eecbe5fb9" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.1.32/11.3_06072021/cudnn-11.3-linux-ppc64le-v8.2.1.32.tgz" - [[CUDNN_jll."8.2.1+0".sources]] - hash = "5b9bf2dc4670fb1519ef55e13da5123f0b6b39fac5e6138e31388b269808d5f2" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.1.32/11.3_06072021/cudnn-11.3-windows-x64-v8.2.1.32.zip" - [[CUDNN_jll."8.2.1+0".sources]] - hash = "e3a0e570cb8ba01d5d45e6eb1ebe29ff22fd5fb8ad45bfe7a448f4f95065ec1e" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.1.32/11.3_06072021/cudnn-11.3-linux-aarch64sbsa-v8.2.1.32.tgz" - -[CUDNN_jll."8.2.2+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.2.2+0".sources]] - hash = "b4a2067774f509e65a1d8ba3bd86162b9e09de5946bb636887b4cc605dddeb6e" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.2/10.2_07062021/cudnn-10.2-linux-x64-v8.2.2.26.tgz" - [[CUDNN_jll."8.2.2+0".sources]] - hash = "27dee1094c49f4993754ddecd1e3bf4a14b1d4d43951cc5956d2375eb3bcb9f8" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.2/10.2_07062021/cudnn-10.2-windows10-x64-v8.2.2.26.zip" - [[CUDNN_jll."8.2.2+0".sources]] - hash = "fbc631ce19688e87d7d2420403b20db97885b17f718f0f51d7e9fc0905d86e07" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.2/11.4_07062021/cudnn-11.4-linux-x64-v8.2.2.26.tgz" - [[CUDNN_jll."8.2.2+0".sources]] - hash = "b11b9e515a86978dc21ab50a7d2320bfb505cbce9dffa25480225c597c682b43" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.2/11.4_07062021/cudnn-11.4-linux-ppc64le-v8.2.2.26.tgz" - [[CUDNN_jll."8.2.2+0".sources]] - hash = "fce18f1f515a480e33fa3df8bfd8616463ee44b101e6e149d46f29a66c1c306e" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.2/11.4_07062021/cudnn-11.4-windows-x64-v8.2.2.26.zip" - [[CUDNN_jll."8.2.2+0".sources]] - hash = "e240d45d79eecb2257fcb8a219324f19d8e2d6e145fbd035a38d267580d65e9a" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.2/11.4_07062021/cudnn-11.4-linux-aarch64sbsa-v8.2.2.26.tgz" - -[CUDNN_jll."8.2.4+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.2.4+0".sources]] - hash = "d23c94a3115a1c77116a6c127d9175fbf59f723364374f26a34699075f3222f1" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/10.2_20210831/cudnn-10.2-linux-x64-v8.2.4.15.tgz" - [[CUDNN_jll."8.2.4+0".sources]] - hash = "a13eb10cfd7e6b7b8f39d8593038855b911012c29f03990878622bdae873c4a8" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/10.2_20210831/cudnn-10.2-windows10-x64-v8.2.4.15.zip" - [[CUDNN_jll."8.2.4+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.2.4+0".sources]] - hash = "3f08dbe14c3becb9fa1ed85cd4a080efb30edb0c4beb2fc1a2e14da3f2eefb79" - url = "https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/arm64/libcudnn8_8.2.4.15-1+cuda10.2_arm64.deb" - [[CUDNN_jll."8.2.4+0".sources]] - hash = "4816575e8a14baf3fc1619cb01c6dc2afd4f1b39210079d271208088ecc48702" - url = "https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/arm64/libcudnn8-dev_8.2.4.15-1+cuda10.2_arm64.deb" - [[CUDNN_jll."8.2.4+0".sources]] - hash = "0e5d2df890b9967efa6619da421310d97323565a79f05a1a8cb9b7165baad0d7" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/11.4_20210831/cudnn-11.4-linux-x64-v8.2.4.15.tgz" - [[CUDNN_jll."8.2.4+0".sources]] - hash = "af8749ca83fd6bba117c8bee31b787b7f204946e864294030ee0091eb7d3577e" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/11.4_20210831/cudnn-11.4-linux-ppc64le-v8.2.4.15.tgz" - [[CUDNN_jll."8.2.4+0".sources]] - hash = "f01594639de35c380b4e360673ccaf04cdb238578e4b284935ee3d5a45f51f3c" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/11.4_20210831/cudnn-11.4-windows-x64-v8.2.4.15.zip" - [[CUDNN_jll."8.2.4+0".sources]] - hash = "48b11f19e9cd3414ec3c6c357ad228aebbd43282aae372d42cab2af67c32a08b" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/11.4_20210831/cudnn-11.4-linux-aarch64sbsa-v8.2.4.15.tgz" - -[CUDNN_jll."8.2.4+1"] -libraries = ["libcudnn_ops_infer", "cudnn_ops_infer64_8", "libcudnn_ops_train", "cudnn_ops_train64_8", "libcudnn_cnn_infer", "cudnn_cnn_infer64_8", "libcudnn_cnn_train", "cudnn_cnn_train64_8", "libcudnn_adv_infer", "cudnn_adv_infer64_8", "libcudnn_adv_train", "cudnn_adv_train64_8", "libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.2.4+1".sources]] - hash = "d23c94a3115a1c77116a6c127d9175fbf59f723364374f26a34699075f3222f1" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/10.2_20210831/cudnn-10.2-linux-x64-v8.2.4.15.tgz" - [[CUDNN_jll."8.2.4+1".sources]] - hash = "a13eb10cfd7e6b7b8f39d8593038855b911012c29f03990878622bdae873c4a8" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/10.2_20210831/cudnn-10.2-windows10-x64-v8.2.4.15.zip" - [[CUDNN_jll."8.2.4+1".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.2.4+1".sources]] - hash = "3f08dbe14c3becb9fa1ed85cd4a080efb30edb0c4beb2fc1a2e14da3f2eefb79" - url = "https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/arm64/libcudnn8_8.2.4.15-1+cuda10.2_arm64.deb" - [[CUDNN_jll."8.2.4+1".sources]] - hash = "4816575e8a14baf3fc1619cb01c6dc2afd4f1b39210079d271208088ecc48702" - url = "https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/arm64/libcudnn8-dev_8.2.4.15-1+cuda10.2_arm64.deb" - [[CUDNN_jll."8.2.4+1".sources]] - hash = "0e5d2df890b9967efa6619da421310d97323565a79f05a1a8cb9b7165baad0d7" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/11.4_20210831/cudnn-11.4-linux-x64-v8.2.4.15.tgz" - [[CUDNN_jll."8.2.4+1".sources]] - hash = "af8749ca83fd6bba117c8bee31b787b7f204946e864294030ee0091eb7d3577e" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/11.4_20210831/cudnn-11.4-linux-ppc64le-v8.2.4.15.tgz" - [[CUDNN_jll."8.2.4+1".sources]] - hash = "f01594639de35c380b4e360673ccaf04cdb238578e4b284935ee3d5a45f51f3c" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/11.4_20210831/cudnn-11.4-windows-x64-v8.2.4.15.zip" - [[CUDNN_jll."8.2.4+1".sources]] - hash = "48b11f19e9cd3414ec3c6c357ad228aebbd43282aae372d42cab2af67c32a08b" - url = "https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.4/11.4_20210831/cudnn-11.4-linux-aarch64sbsa-v8.2.4.15.tgz" - -[CUDNN_jll."8.3.1+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.3.1+0".sources]] - hash = "5982bb96c2a720268fa44b908feb5258d060ad47f1f6e6030e760d13195ea964" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/10.2/cudnn-linux-x86_64-8.3.1.22_cuda10.2-archive.tar.xz" - [[CUDNN_jll."8.3.1+0".sources]] - hash = "83797cac5c1e6c59bcf6bcd13ae23a3d00f909b19295819fb50063ea3356fadc" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/10.2/cudnn-windows-x86_64-8.3.1.22_cuda10.2-archive.zip" - [[CUDNN_jll."8.3.1+0".sources]] - hash = "f5ff3c69b6a8a9454289b42eca1dd41c3527f70fcf49428eb80502bcf6b02f6e" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/11.5/cudnn-linux-x86_64-8.3.1.22_cuda11.5-archive.tar.xz" - [[CUDNN_jll."8.3.1+0".sources]] - hash = "1d2419a20ee193dc6a3a0ba87e79f408286d3d317c9831cbc1f0b7a268c100b0" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/11.5/cudnn-linux-ppc64le-8.3.1.22_cuda11.5-archive.tar.xz" - [[CUDNN_jll."8.3.1+0".sources]] - hash = "f0d5cb8d899e5405c00c3ea3925d9143a832ea6239bc70309bb2ded2bfb8d824" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/11.5/cudnn-windows-x86_64-8.3.1.22_cuda11.5-archive.zip" - [[CUDNN_jll."8.3.1+0".sources]] - hash = "ff23a881366c0ee79b973a8921c6dd400628a321557550ad4e0a26a21caad263" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/11.5/cudnn-linux-sbsa-8.3.1.22_cuda11.5-archive.tar.xz" - -[CUDNN_jll."8.3.1+1"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.3.1+1".sources]] - hash = "5982bb96c2a720268fa44b908feb5258d060ad47f1f6e6030e760d13195ea964" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/10.2/cudnn-linux-x86_64-8.3.1.22_cuda10.2-archive.tar.xz" - [[CUDNN_jll."8.3.1+1".sources]] - hash = "83797cac5c1e6c59bcf6bcd13ae23a3d00f909b19295819fb50063ea3356fadc" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/10.2/cudnn-windows-x86_64-8.3.1.22_cuda10.2-archive.zip" - [[CUDNN_jll."8.3.1+1".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.3.1+1".sources]] - hash = "f5ff3c69b6a8a9454289b42eca1dd41c3527f70fcf49428eb80502bcf6b02f6e" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/11.5/cudnn-linux-x86_64-8.3.1.22_cuda11.5-archive.tar.xz" - [[CUDNN_jll."8.3.1+1".sources]] - hash = "1d2419a20ee193dc6a3a0ba87e79f408286d3d317c9831cbc1f0b7a268c100b0" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/11.5/cudnn-linux-ppc64le-8.3.1.22_cuda11.5-archive.tar.xz" - [[CUDNN_jll."8.3.1+1".sources]] - hash = "f0d5cb8d899e5405c00c3ea3925d9143a832ea6239bc70309bb2ded2bfb8d824" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/11.5/cudnn-windows-x86_64-8.3.1.22_cuda11.5-archive.zip" - [[CUDNN_jll."8.3.1+1".sources]] - hash = "ff23a881366c0ee79b973a8921c6dd400628a321557550ad4e0a26a21caad263" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.1/local_installers/11.5/cudnn-linux-sbsa-8.3.1.22_cuda11.5-archive.tar.xz" - -[CUDNN_jll."8.3.2+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.3.2+0".sources]] - hash = "d6f56ef9ca8cf8f91eb73210ba6c3dca49ba4446c1661bfafe55c1ec40b669ac" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.2/local_installers/10.2/cudnn-linux-x86_64-8.3.2.44_cuda10.2-archive.tar.xz" - [[CUDNN_jll."8.3.2+0".sources]] - hash = "3810b7a4313614aedd28260785f0ebaa69204bb38fa61e439f75c75a4ba07b3d" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.2/local_installers/10.2/cudnn-windows-x86_64-8.3.2.44_cuda10.2-archive.zip" - [[CUDNN_jll."8.3.2+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.3.2+0".sources]] - hash = "5500953c08c5e5d1dddcfda234f9efbddcdbe43a53b26dc0a82c723fa170c457" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.2/local_installers/11.5/cudnn-linux-x86_64-8.3.2.44_cuda11.5-archive.tar.xz" - [[CUDNN_jll."8.3.2+0".sources]] - hash = "0581bce48023a3ee71c3a819aaefcabe693eca18b61e2521dc5f8e6e71567b1b" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.2/local_installers/11.5/cudnn-linux-ppc64le-8.3.2.44_cuda11.5-archive.tar.xz" - [[CUDNN_jll."8.3.2+0".sources]] - hash = "9e36eef803f1cf9ab24846dc133a3014fdc548775ee29073e8466d415957a1c0" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.2/local_installers/11.5/cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive.zip" - [[CUDNN_jll."8.3.2+0".sources]] - hash = "7eb8c96bfeec98e8aa7cea1e95633d2a9481fc99040eb0311d31bf137a7aa6ea" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.3.2/local_installers/11.5/cudnn-linux-sbsa-8.3.2.44_cuda11.5-archive.tar.xz" - -[CUDNN_jll."8.6.0+0"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.6.0+0".sources]] - hash = "b78b2bfc6ac5aaa771bb6561689424e4ad579bfd255387215c6f2154bd3d47d9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-linux-x86_64-8.6.0.163_cuda10-archive.tar.xz" - [[CUDNN_jll."8.6.0+0".sources]] - hash = "fa34d362b8d61e33a20da2a5b91dbd72e5b6db5b53fd77900b3363f29ee9ccd9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-windows-x86_64-8.6.0.163_cuda10-archive.zip" - [[CUDNN_jll."8.6.0+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.6.0+0".sources]] - hash = "bbc396df47294c657edc09c600674d608cb1bfc80b82dcf4547060c21711159e" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-x86_64-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+0".sources]] - hash = "c8a25e7e3df1bb9c4e18a4f24dd5f25cfd4bbe8b7054e34008e53b2be4f58a80" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-ppc64le-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+0".sources]] - hash = "78b4e5c455c4e8303b5d6c5401916fb0d731ea5da72b040cfa81e0a340040ae3" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-windows-x86_64-8.6.0.163_cuda11-archive.zip" - [[CUDNN_jll."8.6.0+0".sources]] - hash = "a0202278d3cbd4f3adc3f7816bff6071621cb042b0903698b477acac8928ac06" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-sbsa-8.6.0.163_cuda11-archive.tar.xz" - -[CUDNN_jll."8.6.0+1"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.6.0+1".sources]] - hash = "b78b2bfc6ac5aaa771bb6561689424e4ad579bfd255387215c6f2154bd3d47d9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-linux-x86_64-8.6.0.163_cuda10-archive.tar.xz" - [[CUDNN_jll."8.6.0+1".sources]] - hash = "fa34d362b8d61e33a20da2a5b91dbd72e5b6db5b53fd77900b3363f29ee9ccd9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-windows-x86_64-8.6.0.163_cuda10-archive.zip" - [[CUDNN_jll."8.6.0+1".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.6.0+1".sources]] - hash = "bbc396df47294c657edc09c600674d608cb1bfc80b82dcf4547060c21711159e" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-x86_64-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+1".sources]] - hash = "c8a25e7e3df1bb9c4e18a4f24dd5f25cfd4bbe8b7054e34008e53b2be4f58a80" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-ppc64le-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+1".sources]] - hash = "78b4e5c455c4e8303b5d6c5401916fb0d731ea5da72b040cfa81e0a340040ae3" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-windows-x86_64-8.6.0.163_cuda11-archive.zip" - [[CUDNN_jll."8.6.0+1".sources]] - hash = "a0202278d3cbd4f3adc3f7816bff6071621cb042b0903698b477acac8928ac06" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-sbsa-8.6.0.163_cuda11-archive.tar.xz" - -[CUDNN_jll."8.6.0+2"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.6.0+2".sources]] - hash = "b78b2bfc6ac5aaa771bb6561689424e4ad579bfd255387215c6f2154bd3d47d9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-linux-x86_64-8.6.0.163_cuda10-archive.tar.xz" - [[CUDNN_jll."8.6.0+2".sources]] - hash = "fa34d362b8d61e33a20da2a5b91dbd72e5b6db5b53fd77900b3363f29ee9ccd9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-windows-x86_64-8.6.0.163_cuda10-archive.zip" - [[CUDNN_jll."8.6.0+2".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.6.0+2".sources]] - hash = "bbc396df47294c657edc09c600674d608cb1bfc80b82dcf4547060c21711159e" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-x86_64-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+2".sources]] - hash = "c8a25e7e3df1bb9c4e18a4f24dd5f25cfd4bbe8b7054e34008e53b2be4f58a80" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-ppc64le-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+2".sources]] - hash = "78b4e5c455c4e8303b5d6c5401916fb0d731ea5da72b040cfa81e0a340040ae3" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-windows-x86_64-8.6.0.163_cuda11-archive.zip" - [[CUDNN_jll."8.6.0+2".sources]] - hash = "a0202278d3cbd4f3adc3f7816bff6071621cb042b0903698b477acac8928ac06" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-sbsa-8.6.0.163_cuda11-archive.tar.xz" - -[CUDNN_jll."8.6.0+3"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.6.0+3".sources]] - hash = "b78b2bfc6ac5aaa771bb6561689424e4ad579bfd255387215c6f2154bd3d47d9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-linux-x86_64-8.6.0.163_cuda10-archive.tar.xz" - [[CUDNN_jll."8.6.0+3".sources]] - hash = "fa34d362b8d61e33a20da2a5b91dbd72e5b6db5b53fd77900b3363f29ee9ccd9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-windows-x86_64-8.6.0.163_cuda10-archive.zip" - [[CUDNN_jll."8.6.0+3".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.6.0+3".sources]] - hash = "bbc396df47294c657edc09c600674d608cb1bfc80b82dcf4547060c21711159e" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-x86_64-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+3".sources]] - hash = "c8a25e7e3df1bb9c4e18a4f24dd5f25cfd4bbe8b7054e34008e53b2be4f58a80" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-ppc64le-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+3".sources]] - hash = "78b4e5c455c4e8303b5d6c5401916fb0d731ea5da72b040cfa81e0a340040ae3" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-windows-x86_64-8.6.0.163_cuda11-archive.zip" - [[CUDNN_jll."8.6.0+3".sources]] - hash = "a0202278d3cbd4f3adc3f7816bff6071621cb042b0903698b477acac8928ac06" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-sbsa-8.6.0.163_cuda11-archive.tar.xz" - -[CUDNN_jll."8.6.0+4"] -libraries = ["libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.6.0+4".sources]] - hash = "b78b2bfc6ac5aaa771bb6561689424e4ad579bfd255387215c6f2154bd3d47d9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-linux-x86_64-8.6.0.163_cuda10-archive.tar.xz" - [[CUDNN_jll."8.6.0+4".sources]] - hash = "fa34d362b8d61e33a20da2a5b91dbd72e5b6db5b53fd77900b3363f29ee9ccd9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-windows-x86_64-8.6.0.163_cuda10-archive.zip" - [[CUDNN_jll."8.6.0+4".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.6.0+4".sources]] - hash = "bbc396df47294c657edc09c600674d608cb1bfc80b82dcf4547060c21711159e" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-x86_64-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+4".sources]] - hash = "c8a25e7e3df1bb9c4e18a4f24dd5f25cfd4bbe8b7054e34008e53b2be4f58a80" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-ppc64le-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+4".sources]] - hash = "78b4e5c455c4e8303b5d6c5401916fb0d731ea5da72b040cfa81e0a340040ae3" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-windows-x86_64-8.6.0.163_cuda11-archive.zip" - [[CUDNN_jll."8.6.0+4".sources]] - hash = "a0202278d3cbd4f3adc3f7816bff6071621cb042b0903698b477acac8928ac06" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-sbsa-8.6.0.163_cuda11-archive.tar.xz" - -[CUDNN_jll."8.6.0+5"] -libraries = ["libcudnn_ops_infer", "cudnn_ops_infer64_8", "libcudnn_ops_train", "cudnn_ops_train64_8", "libcudnn_cnn_infer", "cudnn_cnn_infer64_8", "libcudnn_cnn_train", "cudnn_cnn_train64_8", "libcudnn_adv_infer", "cudnn_adv_infer64_8", "libcudnn_adv_train", "cudnn_adv_train64_8", "libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.6.0+5".sources]] - hash = "b78b2bfc6ac5aaa771bb6561689424e4ad579bfd255387215c6f2154bd3d47d9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-linux-x86_64-8.6.0.163_cuda10-archive.tar.xz" - [[CUDNN_jll."8.6.0+5".sources]] - hash = "fa34d362b8d61e33a20da2a5b91dbd72e5b6db5b53fd77900b3363f29ee9ccd9" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/10.2/cudnn-windows-x86_64-8.6.0.163_cuda10-archive.zip" - [[CUDNN_jll."8.6.0+5".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.6.0+5".sources]] - hash = "bbc396df47294c657edc09c600674d608cb1bfc80b82dcf4547060c21711159e" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-x86_64-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+5".sources]] - hash = "c8a25e7e3df1bb9c4e18a4f24dd5f25cfd4bbe8b7054e34008e53b2be4f58a80" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-ppc64le-8.6.0.163_cuda11-archive.tar.xz" - [[CUDNN_jll."8.6.0+5".sources]] - hash = "78b4e5c455c4e8303b5d6c5401916fb0d731ea5da72b040cfa81e0a340040ae3" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-windows-x86_64-8.6.0.163_cuda11-archive.zip" - [[CUDNN_jll."8.6.0+5".sources]] - hash = "a0202278d3cbd4f3adc3f7816bff6071621cb042b0903698b477acac8928ac06" - url = "https://developer.nvidia.com/compute/cudnn/secure/8.6.0/local_installers/11.8/cudnn-linux-sbsa-8.6.0.163_cuda11-archive.tar.xz" - -[CUDNN_jll."8.8.1+0"] -libraries = ["libcudnn_ops_infer", "cudnn_ops_infer64_8", "libcudnn_ops_train", "cudnn_ops_train64_8", "libcudnn_cnn_infer", "cudnn_cnn_infer64_8", "libcudnn_cnn_train", "cudnn_cnn_train64_8", "libcudnn_adv_infer", "cudnn_adv_infer64_8", "libcudnn_adv_train", "cudnn_adv_train64_8", "libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.8.1+0".sources]] - hash = "af7584cae0cc5524b5913ef08c29ba6154113c60eb0a37a0590a91b515a8a8f9" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8.1/local_installers/11.8/cudnn-linux-x86_64-8.8.1.3_cuda11-archive.tar.xz" - [[CUDNN_jll."8.8.1+0".sources]] - hash = "d086003d09d5388aa42142f07483a773aa74b602478b0933e24fc63f56f1658f" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8.1/local_installers/11.8/cudnn-linux-ppc64le-8.8.1.3_cuda11-archive.tar.xz" - [[CUDNN_jll."8.8.1+0".sources]] - hash = "5a22c15bf42f5e74971ac619150829aa954b9e38d5daa7d8483c7cce0d704f2c" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8.1/local_installers/11.8/cudnn-windows-x86_64-8.8.1.3_cuda11-archive.zip" - [[CUDNN_jll."8.8.1+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.8.1+0".sources]] - hash = "3b35aaf9a4249886d938d996498c85a19cde9b74657685f2272ec6553e863359" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8.1/local_installers/11.8/cudnn-linux-sbsa-8.8.1.3_cuda11-archive.tar.xz" - [[CUDNN_jll."8.8.1+0".sources]] - hash = "79d77a769c7e7175abc7b5c2ed5c494148c0618a864138722c887f95c623777c" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8.1/local_installers/12.0/cudnn-linux-x86_64-8.8.1.3_cuda12-archive.tar.xz" - [[CUDNN_jll."8.8.1+0".sources]] - hash = "b0e89021a846952cad8cfc674edce2883f6e344ebd47a2394f706b1136715bc7" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8.1/local_installers/12.0/cudnn-linux-ppc64le-8.8.1.3_cuda12-archive.tar.xz" - [[CUDNN_jll."8.8.1+0".sources]] - hash = "ec1a6e1cd98808454b026df0da16bdd08149f2a9120ce8010f55a96e573af9f2" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8.1/local_installers/12.0/cudnn-windows-x86_64-8.8.1.3_cuda12-archive.zip" - [[CUDNN_jll."8.8.1+0".sources]] - hash = "9e3977aa1b9d06eb860b582ac8933630675a0243029c259bfec5bb5699867d20" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.8.1/local_installers/12.0/cudnn-linux-sbsa-8.8.1.3_cuda12-archive.tar.xz" - -[CUDNN_jll."8.9.2+0"] -libraries = ["libcudnn_ops_infer", "cudnn_ops_infer64_8", "libcudnn_ops_train", "cudnn_ops_train64_8", "libcudnn_cnn_infer", "cudnn_cnn_infer64_8", "libcudnn_cnn_train", "cudnn_cnn_train64_8", "libcudnn_adv_infer", "cudnn_adv_infer64_8", "libcudnn_adv_train", "cudnn_adv_train64_8", "libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.9.2+0".sources]] - hash = "39883d1bcab4bd2bf3dac5a2172b38533c1e777e45e35813100059e5091406f6" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.2/local_installers/11.x/cudnn-linux-x86_64-8.9.2.26_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.2+0".sources]] - hash = "cc3267d7a6016949fa62a8f48184a7316a4798f0c192809c8184e441778fe0ce" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.2/local_installers/11.x/cudnn-linux-ppc64le-8.9.2.26_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.2+0".sources]] - hash = "d3daa2297917333857eaaba1213dd9fc05c099d94e88663274a0f37a4e9baf9d" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.2/local_installers/11.x/cudnn-windows-x86_64-8.9.2.26_cuda11-archive.zip" - [[CUDNN_jll."8.9.2+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.9.2+0".sources]] - hash = "ad0a45a7992fe165fef3c8be5eef4080ebad19a2334c29dfb01d605776927293" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.2/local_installers/11.x/cudnn-linux-sbsa-8.9.2.26_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.2+0".sources]] - hash = "ccafd7d15c2bf26187d52d79d9ccf95104f4199980f5075a7c1ee3347948ce32" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.2/local_installers/12.x/cudnn-linux-x86_64-8.9.2.26_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.2+0".sources]] - hash = "4f5e5bd01570c4805b93fb199f8bb6f8475d016948c55abf48fed9ffe89d13e5" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.2/local_installers/12.x/cudnn-linux-ppc64le-8.9.2.26_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.2+0".sources]] - hash = "8cf26fec7362d7fac110df9986a579e932a7e1ae693a11e3fa77cca41ae4d8b9" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.2/local_installers/12.x/cudnn-windows-x86_64-8.9.2.26_cuda12-archive.zip" - [[CUDNN_jll."8.9.2+0".sources]] - hash = "898d00c82f9ad8797bd6f6c639327b320a38fa4aeebfb2b3fbb2db0d38f7e1b0" - url = "https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.2/local_installers/12.x/cudnn-linux-sbsa-8.9.2.26_cuda12-archive.tar.xz" - -[CUDNN_jll."8.9.4+0"] -libraries = ["libcudnn_ops_infer", "cudnn_ops_infer64_8", "libcudnn_ops_train", "cudnn_ops_train64_8", "libcudnn_cnn_infer", "cudnn_cnn_infer64_8", "libcudnn_cnn_train", "cudnn_cnn_train64_8", "libcudnn_adv_infer", "cudnn_adv_infer64_8", "libcudnn_adv_train", "cudnn_adv_train64_8", "libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.9.4+0".sources]] - hash = "e8b41f85e930dc7a51d22aae6ebe493f3b6bc7979465c3ea0996bae2f1240554" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.4.25_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.4+0".sources]] - hash = "88309918adeef54c01261423242d5748f89320e1d61832e429fa4b7126c8c2ec" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.4.25_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.4+0".sources]] - hash = "6aa88fe0e09eec35d8010507716bee1152c2efe55ffb062a82aa320616549fc2" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-8.9.4.25_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.4+0".sources]] - hash = "97dfcff6ddb55a903b0a609634ac2c508da50e0bb6fabc818df8026361d28672" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.4.25_cuda11-archive.zip" - [[CUDNN_jll."8.9.4+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.9.4+0".sources]] - hash = "82d04906c0d6828561bbddc68f8b18cf0a334ef1162f6eff7bc88dc3313e15d1" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.4.25_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.4+0".sources]] - hash = "d5bf263f38e89fae62c4eb579bbc953d97b5bf300f91a3e6d6404df43b2641b6" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.4.25_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.4+0".sources]] - hash = "cad77909d936789efe44c8d348e3dcab9c8fcc95ac622658f9a903794e292375" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-8.9.4.25_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.4+0".sources]] - hash = "c41650cc73de19b1974b58a1de7750182a2a157d9f1f825481fd7a51522ca36c" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.4.25_cuda12-archive.zip" - -[CUDNN_jll."8.9.5+0"] -libraries = ["libcudnn_ops_infer", "cudnn_ops_infer64_8", "libcudnn_ops_train", "cudnn_ops_train64_8", "libcudnn_cnn_infer", "cudnn_cnn_infer64_8", "libcudnn_cnn_train", "cudnn_cnn_train64_8", "libcudnn_adv_infer", "cudnn_adv_infer64_8", "libcudnn_adv_train", "cudnn_adv_train64_8", "libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.9.5+0".sources]] - hash = "bbe10e3c08cd7e4aea1012213781e4fe270e1c908263444f567cafefb2cc6525" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.5.30_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.5+0".sources]] - hash = "d678f8b2903b95de7eeaef38890c5674705864ea049b2b63e90565f2c0ea682f" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.5.30_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.5+0".sources]] - hash = "50e3d38cb70a53bb059da0aefc60e1460729c6988e2697200c43b80d218e556c" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-8.9.5.30_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.5+0".sources]] - hash = "e42aaa92203cc101a1619656ae50852a0d818a06ca99684c5f51ba95bd7a7cf9" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.5.30_cuda11-archive.zip" - [[CUDNN_jll."8.9.5+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.9.5+0".sources]] - hash = "2a2eb89a2ab51071151c6082f1e816c702167a711a9372f9f73a7b5c4b06e01a" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.5.30_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.5+0".sources]] - hash = "38388ec3c99c6646aaf5c707985cd35e25c67f653d780c4081c2df5557ab665f" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.5.30_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.5+0".sources]] - hash = "0491f7b02f55c22077eb678bf314c1f917524bd507cf5b658239bf98a47233a1" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-aarch64/cudnn-linux-aarch64-8.9.5.30_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.5+0".sources]] - hash = "107d3dbec6345e1a3879a151cf3cbf6a2d96162c7b8eeb2ff85b84a67e79e2d1" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-8.9.5.30_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.5+0".sources]] - hash = "be76d407ce0e609f94688aa45bfd5648fd21a4d9f84a588fad10aa4802ca1301" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.5.30_cuda12-archive.zip" - -[CUDNN_jll."8.9.6+0"] -libraries = ["libcudnn_ops_infer", "cudnn_ops_infer64_8", "libcudnn_ops_train", "cudnn_ops_train64_8", "libcudnn_cnn_infer", "cudnn_cnn_infer64_8", "libcudnn_cnn_train", "cudnn_cnn_train64_8", "libcudnn_adv_infer", "cudnn_adv_infer64_8", "libcudnn_adv_train", "cudnn_adv_train64_8", "libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.9.6+0".sources]] - hash = "a0e2ef55e99f4cd647f7d1daaa5aa4504ffa335ba30186d5c3288f2f47df057e" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.6.50_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.6+0".sources]] - hash = "8b6590fea7e194879d74b0feae9dddcec933900794c126a8cdc55acec338e336" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.6.50_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.6+0".sources]] - hash = "9e541661238959c8bba37c05188bb1ae4a28f1dddd760e05da153fa89c92bc11" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-8.9.6.50_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.6+0".sources]] - hash = "f7a013f9181c863d68e67083813ecc87c0f781ef7481467fa20095373798de50" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.6.50_cuda11-archive.zip" - [[CUDNN_jll."8.9.6+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.9.6+0".sources]] - hash = "1722259db95265bb3813438a5a1c6ecd979de89ae4536603904042e124d302d5" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.6.50_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.6+0".sources]] - hash = "2023fccc93226b7ef285a75f02c2c1f0704b7309c15c4b6333a56de896d06852" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.6.50_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.6+0".sources]] - hash = "2f6d0edba45e9667b29d57e3a211000d6dd56a3dd56c54b675351a7532a55dd8" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-8.9.6.50_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.6+0".sources]] - hash = "d995cb38f3dce1ca6d9df405a79cd0f8988940e6c558e78b27b17a3aa8906238" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.6.50_cuda12-archive.zip" - -[CUDNN_jll."8.9.7+0"] -libraries = ["libcudnn_ops_infer", "cudnn_ops_infer64_8", "libcudnn_ops_train", "cudnn_ops_train64_8", "libcudnn_cnn_infer", "cudnn_cnn_infer64_8", "libcudnn_cnn_train", "cudnn_cnn_train64_8", "libcudnn_adv_infer", "cudnn_adv_infer64_8", "libcudnn_adv_train", "cudnn_adv_train64_8", "libcudnn", "cudnn64_8"] - - [[CUDNN_jll."8.9.7+0".sources]] - hash = "a3e2509028cecda0117ce5a0f42106346e82e86d390f4bb9475afc976c77402e" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.7.29_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.7+0".sources]] - hash = "f23fd7d59f9d4f743fa926f317dab0d37f6ea21edb2726ceb607bea45b0f9f36" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.7.29_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.7+0".sources]] - hash = "91c37cfb458f541419e98510f13aaf5975c0232c613e18b776385490074eea17" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-8.9.7.29_cuda11-archive.tar.xz" - [[CUDNN_jll."8.9.7+0".sources]] - hash = "5e45478efe71a96329e6c0d2a3a2f79c747c15b2a51fead4b84c89b02cbf1671" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.7.29_cuda11-archive.zip" - [[CUDNN_jll."8.9.7+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."8.9.7+0".sources]] - hash = "475333625c7e42a7af3ca0b2f7506a106e30c93b1aa0081cd9c13efb6e21e3bb" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.7.29_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.7+0".sources]] - hash = "8574d291b299f9cc0134304473c9933bd098cc717e8d0876f4aba9f9eebe1b76" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-8.9.7.29_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.7+0".sources]] - hash = "e98b7c80010785e5d5ca01ee4ce9b5b0c8c73587ea6f8648be34d3f8d1d47bd1" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-8.9.7.29_cuda12-archive.tar.xz" - [[CUDNN_jll."8.9.7+0".sources]] - hash = "94fc17af8e83a26cc5d231ed23981b28c29c3fc2e87b1844ea3f46486f481df5" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.7.29_cuda12-archive.zip" - -[CUDNN_jll."9.0.0+0"] -libraries = ["libcudnn_graph", "cudnn_graph64_9", "libcudnn_cnn", "cudnn_cnn64_9", "libcudnn_ops", "cudnn_ops64_9", "libcudnn_adv", "cudnn_adv64_9", "libcudnn", "cudnn64_9"] - - [[CUDNN_jll."9.0.0+0".sources]] - hash = "52fa7088deb25d4555e37996b3d767e61d5d4397b7d45cce50bfc54cd8608a63" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.0.0.312_cuda11-archive.tar.xz" - [[CUDNN_jll."9.0.0+0".sources]] - hash = "e8044c8d8932351fd0b0e9794b329ebf68408d7c42cc873ac3e40f6bb6be544d" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-9.0.0.312_cuda11-archive.tar.xz" - [[CUDNN_jll."9.0.0+0".sources]] - hash = "997e53e92e4047373edab0512c1efc7f2067111532abdeab974fe395947ae0ef" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.0.0.312_cuda11-archive.tar.xz" - [[CUDNN_jll."9.0.0+0".sources]] - hash = "a9b223a5cc3822b4d5d3e2a1aff90a55d1138d4714cb503842379fadacb4c305" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.0.0.312_cuda11-archive.zip" - [[CUDNN_jll."9.0.0+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."9.0.0+0".sources]] - hash = "d3890e609d6530ee5b88ff95b60c8e6b1c1ec7fa966ec533925f20f896fcc630" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.0.0.312_cuda12-archive.tar.xz" - [[CUDNN_jll."9.0.0+0".sources]] - hash = "b8ef6f249128e1985893a8787a21de35cb83ec47c6dc6fd1809061dd9a3ffb20" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-9.0.0.312_cuda12-archive.tar.xz" - [[CUDNN_jll."9.0.0+0".sources]] - hash = "430fbf5b513c69e989b3a3a5a572369778ce0c214ce1259af6b935f9cab7dd54" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.0.0.312_cuda12-archive.tar.xz" - [[CUDNN_jll."9.0.0+0".sources]] - hash = "ee40e0bb0d695e4793979cc88cbbe58ad1d83a0584a57a056c9259743fd86992" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.0.0.312_cuda12-archive.zip" - -[CUDNN_jll."9.0.0+1"] -libraries = ["libcudnn_graph", "cudnn_graph64_9", "libcudnn_cnn", "cudnn_cnn64_9", "libcudnn_ops", "cudnn_ops64_9", "libcudnn_adv", "cudnn_adv64_9", "libcudnn", "cudnn64_9", "libcudnn_engines_precompiled", "cudnn_engines_precompiled64_9", "libcudnn_heuristic", "cudnn_heuristic64_9", "libcudnn_engines_runtime_compiled", "cudnn_engines_runtime_compiled64_9"] - - [[CUDNN_jll."9.0.0+1".sources]] - hash = "52fa7088deb25d4555e37996b3d767e61d5d4397b7d45cce50bfc54cd8608a63" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.0.0.312_cuda11-archive.tar.xz" - [[CUDNN_jll."9.0.0+1".sources]] - hash = "e8044c8d8932351fd0b0e9794b329ebf68408d7c42cc873ac3e40f6bb6be544d" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-9.0.0.312_cuda11-archive.tar.xz" - [[CUDNN_jll."9.0.0+1".sources]] - hash = "997e53e92e4047373edab0512c1efc7f2067111532abdeab974fe395947ae0ef" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.0.0.312_cuda11-archive.tar.xz" - [[CUDNN_jll."9.0.0+1".sources]] - hash = "a9b223a5cc3822b4d5d3e2a1aff90a55d1138d4714cb503842379fadacb4c305" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.0.0.312_cuda11-archive.zip" - [[CUDNN_jll."9.0.0+1".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."9.0.0+1".sources]] - hash = "d3890e609d6530ee5b88ff95b60c8e6b1c1ec7fa966ec533925f20f896fcc630" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.0.0.312_cuda12-archive.tar.xz" - [[CUDNN_jll."9.0.0+1".sources]] - hash = "b8ef6f249128e1985893a8787a21de35cb83ec47c6dc6fd1809061dd9a3ffb20" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-ppc64le/cudnn-linux-ppc64le-9.0.0.312_cuda12-archive.tar.xz" - [[CUDNN_jll."9.0.0+1".sources]] - hash = "430fbf5b513c69e989b3a3a5a572369778ce0c214ce1259af6b935f9cab7dd54" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.0.0.312_cuda12-archive.tar.xz" - [[CUDNN_jll."9.0.0+1".sources]] - hash = "ee40e0bb0d695e4793979cc88cbbe58ad1d83a0584a57a056c9259743fd86992" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.0.0.312_cuda12-archive.zip" - -[CUDNN_jll."9.1.1+0"] -libraries = ["libcudnn_graph", "cudnn_graph64_9", "libcudnn_cnn", "cudnn_cnn64_9", "libcudnn_ops", "cudnn_ops64_9", "libcudnn_adv", "cudnn_adv64_9", "libcudnn", "cudnn64_9", "libcudnn_engines_precompiled", "cudnn_engines_precompiled64_9", "libcudnn_heuristic", "cudnn_heuristic64_9", "libcudnn_engines_runtime_compiled", "cudnn_engines_runtime_compiled64_9"] - - [[CUDNN_jll."9.1.1+0".sources]] - hash = "15a8b77123c1911606b45703691ad0990892c6098070ffab0bcaa003183a7dcb" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.1.1.17_cuda11-archive.tar.xz" - [[CUDNN_jll."9.1.1+0".sources]] - hash = "534984ea42f9e754d78aace88d6b5bed124c2557d84350c9488776e4d0dffa56" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.1.1.17_cuda11-archive.tar.xz" - [[CUDNN_jll."9.1.1+0".sources]] - hash = "58cec56a754ffdea3d19c5bec88c4cbbf4d00b94fe1ecbf10a3b3b8fa1d1b00e" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.1.1.17_cuda11-archive.zip" - [[CUDNN_jll."9.1.1+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."9.1.1+0".sources]] - hash = "992b4be26899cc4c618bb1f6989261df7d0a9f9032b2217bf1fce9dd3228c904" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.1.1.17_cuda12-archive.tar.xz" - [[CUDNN_jll."9.1.1+0".sources]] - hash = "03d3969d2cb0182db7167b75edc362384e6b48b6686c318e05022a4f711c7edf" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-aarch64/cudnn-linux-aarch64-9.1.1.17_cuda12-archive.tar.xz" - [[CUDNN_jll."9.1.1+0".sources]] - hash = "19bd66ee9fb30348f18801a398d0bec98b4663866efa244ca122825b3429526c" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.1.1.17_cuda12-archive.tar.xz" - [[CUDNN_jll."9.1.1+0".sources]] - hash = "3f1efb1a82e480594594e8b1fc8075a4852b4ada5a1fea3c8ec4b3ed1e5122ed" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.1.1.17_cuda12-archive.zip" - -[CUDNN_jll."9.4.0+0"] -libraries = ["libcudnn_graph", "cudnn_graph64_9", "libcudnn_cnn", "cudnn_cnn64_9", "libcudnn_ops", "cudnn_ops64_9", "libcudnn_adv", "cudnn_adv64_9", "libcudnn", "cudnn64_9", "libcudnn_engines_precompiled", "cudnn_engines_precompiled64_9", "libcudnn_heuristic", "cudnn_heuristic64_9", "libcudnn_engines_runtime_compiled", "cudnn_engines_runtime_compiled64_9"] - - [[CUDNN_jll."9.4.0+0".sources]] - hash = "34a3c798764b8fc10c7145065798fb530d62073e88a3b0cfdcec458e2ace4467" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.4.0.58_cuda11-archive.tar.xz" - [[CUDNN_jll."9.4.0+0".sources]] - hash = "aa39d5a1d52fbf8c92a5a0c0cdb9b8d2772f99be15ee91c1a22932ac81d0f0dd" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.4.0.58_cuda11-archive.tar.xz" - [[CUDNN_jll."9.4.0+0".sources]] - hash = "2f5389d9769fc7b13fcc08ae050f8f911506e76a3b785abcc53cde97d4b3a5a5" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.4.0.58_cuda11-archive.zip" - [[CUDNN_jll."9.4.0+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."9.4.0+0".sources]] - hash = "1ae128159a8c01b1fd8709050a30813ed9a4dd95824c0d3ddf841c52c8e25218" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.4.0.58_cuda12-archive.tar.xz" - [[CUDNN_jll."9.4.0+0".sources]] - hash = "5914e8845e5dcf41fd8963483f3d54db1f04f2c0be725ed012dde27b9fca2488" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-aarch64/cudnn-linux-aarch64-9.4.0.58_cuda12-archive.tar.xz" - [[CUDNN_jll."9.4.0+0".sources]] - hash = "07c1b686b3dfa3a976dfc03e886fe44190c49c55f05795ea912d49518bf7d0cd" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.4.0.58_cuda12-archive.tar.xz" - [[CUDNN_jll."9.4.0+0".sources]] - hash = "c7c642c8db950d32c283acbb6a3d2aaeb484ae3fcef2eb7fee5523b72303a452" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.4.0.58_cuda12-archive.zip" - -[CUDNN_jll."9.7.0+0"] -libraries = ["libcudnn_graph", "cudnn_graph64_9", "libcudnn_cnn", "cudnn_cnn64_9", "libcudnn_ops", "cudnn_ops64_9", "libcudnn_adv", "cudnn_adv64_9", "libcudnn", "cudnn64_9", "libcudnn_engines_precompiled", "cudnn_engines_precompiled64_9", "libcudnn_heuristic", "cudnn_heuristic64_9", "libcudnn_engines_runtime_compiled", "cudnn_engines_runtime_compiled64_9"] - - [[CUDNN_jll."9.7.0+0".sources]] - hash = "81a3811efb496067e9ca6a8e813ba8652b93726d42d1f2c0c311ddadc730f3aa" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.7.0.66_cuda11-archive.tar.xz" - [[CUDNN_jll."9.7.0+0".sources]] - hash = "84a5ccd80be2dc2cc9411361079fd9f552813e92cd992a603842ee62a9861420" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.7.0.66_cuda11-archive.tar.xz" - [[CUDNN_jll."9.7.0+0".sources]] - hash = "d88f63cb49313eb64fd52a22ce0eac6d42f2d77e1c5f5aa70c0cc3122c31006d" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.7.0.66_cuda11-archive.zip" - [[CUDNN_jll."9.7.0+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."9.7.0+0".sources]] - hash = "937a090757a8605e47235d4410b1609f666d293660a4b81910fc3b6173397cbc" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.7.0.66_cuda12-archive.tar.xz" - [[CUDNN_jll."9.7.0+0".sources]] - hash = "ec899666c6353520c77a97a7879c933322a483bbc8d5b31964c235febdac6fb6" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-aarch64/cudnn-linux-aarch64-9.7.0.66_cuda12-archive.tar.xz" - [[CUDNN_jll."9.7.0+0".sources]] - hash = "05407aa3f721641b1cee03d8de6d11155adedad88f28c985e6e85416547782c2" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.7.0.66_cuda12-archive.tar.xz" - [[CUDNN_jll."9.7.0+0".sources]] - hash = "668998233531f9b210159d259e6c53f44de556658f00845c25993e8aed563608" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.7.0.66_cuda12-archive.zip" - -[CUDNN_jll."9.10.0+0"] -libraries = ["libcudnn_graph", "cudnn_graph64_9", "libcudnn_cnn", "cudnn_cnn64_9", "libcudnn_ops", "cudnn_ops64_9", "libcudnn_adv", "cudnn_adv64_9", "libcudnn", "cudnn64_9", "libcudnn_engines_precompiled", "cudnn_engines_precompiled64_9", "libcudnn_heuristic", "cudnn_heuristic64_9", "libcudnn_engines_runtime_compiled", "cudnn_engines_runtime_compiled64_9"] - - [[CUDNN_jll."9.10.0+0".sources]] - hash = "a0579702b538378243795328c186bb37199618494b498f1b74a5b61304861733" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.10.0.56_cuda11-archive.tar.xz" - [[CUDNN_jll."9.10.0+0".sources]] - hash = "b1a5cfd60c96ce8a09d0c7dc5c5427d874e08cc8813f5bad29755d674c8b0374" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.10.0.56_cuda11-archive.tar.xz" - [[CUDNN_jll."9.10.0+0".sources]] - hash = "01bc3d317d1011f89122154d36eab44c5e98767cde099eabd22adc1551fc87fc" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.10.0.56_cuda11-archive.zip" - [[CUDNN_jll."9.10.0+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."9.10.0+0".sources]] - hash = "cc0ad9eaaf6ef6569b20250111f9df0569816c17076c58aad8aea1661e2fc781" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.10.0.56_cuda12-archive.tar.xz" - [[CUDNN_jll."9.10.0+0".sources]] - hash = "ba9aeffef24e18188e7f10206f8ffaff916406ae5ff47e6c27e768633333d2d0" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-aarch64/cudnn-linux-aarch64-9.10.0.56_cuda12-archive.tar.xz" - [[CUDNN_jll."9.10.0+0".sources]] - hash = "83ccb2a039f266e3aedc4ac6b186ded5f49d1be67e82b445f595eb2ec3cc17eb" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.10.0.56_cuda12-archive.tar.xz" - [[CUDNN_jll."9.10.0+0".sources]] - hash = "214f21e4a6fdc7121b2463f55937ebf097ab7c96232c3d575b39b9b030503fca" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.10.0.56_cuda12-archive.zip" - -[CUDNN_jll."9.12.0+0"] -libraries = ["libcudnn_graph", "cudnn_graph64_9", "libcudnn_cnn", "cudnn_cnn64_9", "libcudnn_ops", "cudnn_ops64_9", "libcudnn_adv", "cudnn_adv64_9", "libcudnn", "cudnn64_9", "libcudnn_engines_precompiled", "cudnn_engines_precompiled64_9", "libcudnn_heuristic", "cudnn_heuristic64_9", "libcudnn_engines_runtime_compiled", "cudnn_engines_runtime_compiled64_9"] - - [[CUDNN_jll."9.12.0+0".sources]] - hash = "21fad1b3a8a3db018868184b2082bd492633ae5101752432d655782bd108b19e" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.12.0.46_cuda12-archive.tar.xz" - [[CUDNN_jll."9.12.0+0".sources]] - hash = "b4a8bbc760f44985f7f4c16784e61432147fc8d7d6135b1fc737aa45d3adaa31" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-aarch64/cudnn-linux-aarch64-9.12.0.46_cuda12-archive.tar.xz" - [[CUDNN_jll."9.12.0+0".sources]] - hash = "af8c670f221bd0837c27452c1a88d31384b459e9dd0947818a06fbafdbef7f69" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.12.0.46_cuda12-archive.tar.xz" - [[CUDNN_jll."9.12.0+0".sources]] - hash = "47e83e940946a13d9707cbdde6886b8750110185354e8a3d9b5e9de52e4bec2e" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.12.0.46_cuda12-archive.zip" - [[CUDNN_jll."9.12.0+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."9.12.0+0".sources]] - hash = "ce92b4058d95c85959b822baa56389126a31678f5068b486523d1aa7f6490fcb" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.12.0.46_cuda13-archive.tar.xz" - [[CUDNN_jll."9.12.0+0".sources]] - hash = "a3c2267bb6e9d9a0b3c2c4d79838436283725366f77a26e5bbeb5067a632b4b2" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-aarch64/cudnn-linux-aarch64-9.12.0.46_cuda13-archive.tar.xz" - [[CUDNN_jll."9.12.0+0".sources]] - hash = "27d9e9c70a5f464ddbacd4fdd433f4e736d6f4b32387c111d77d33b583c46f26" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.12.0.46_cuda13-archive.tar.xz" - [[CUDNN_jll."9.12.0+0".sources]] - hash = "331393e15bb5efd0f4918e99cdd4f098d9e5fc534c58c10f8675b6967bbdc524" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.12.0.46_cuda13-archive.zip" - -[CUDNN_jll."9.13.0+0"] -libraries = ["libcudnn_graph", "cudnn_graph64_9", "libcudnn_cnn", "cudnn_cnn64_9", "libcudnn_ops", "cudnn_ops64_9", "libcudnn_adv", "cudnn_adv64_9", "libcudnn", "cudnn64_9", "libcudnn_engines_precompiled", "cudnn_engines_precompiled64_9", "libcudnn_heuristic", "cudnn_heuristic64_9", "libcudnn_engines_runtime_compiled", "cudnn_engines_runtime_compiled64_9"] - - [[CUDNN_jll."9.13.0+0".sources]] - hash = "28c5c59316464434eb7bafe75fc36285160c28d559a50056ded13394955d1f7d" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.13.0.50_cuda12-archive.tar.xz" - [[CUDNN_jll."9.13.0+0".sources]] - hash = "c4b47fe8b1f936aa5cbc312f2d0707990fe5f55693fb5640c7141d301aa7db4c" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-aarch64/cudnn-linux-aarch64-9.13.0.50_cuda12-archive.tar.xz" - [[CUDNN_jll."9.13.0+0".sources]] - hash = "28f3f86aa102870c5d6804bca1bb1a0dcc1df69d0235c0a4120ae0aa6d14ffc7" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.13.0.50_cuda12-archive.tar.xz" - [[CUDNN_jll."9.13.0+0".sources]] - hash = "827e294e13e352586a5bcf5b2188025fe5cba590df69b8010e97dd30b9a0266f" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.13.0.50_cuda12-archive.zip" - [[CUDNN_jll."9.13.0+0".sources]] - hash = "fd324c6923aa4f45a60413665e0b68bb34a7779d0861849e02d2711ff8efb9a4" - url = "http://www.winimage.com/zLibDll/zlib123dllx64.zip" - [[CUDNN_jll."9.13.0+0".sources]] - hash = "02f47d9456773c80d97ed245efd9eb22bb985dcfdb74559213536035291e7a01" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.13.0.50_cuda13-archive.tar.xz" - [[CUDNN_jll."9.13.0+0".sources]] - hash = "78931057322ab87b72b0a988462568412edfed5bdef1eaf717961351b53cb3d0" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-sbsa/cudnn-linux-sbsa-9.13.0.50_cuda13-archive.tar.xz" - [[CUDNN_jll."9.13.0+0".sources]] - hash = "6314aa4ca21e727bc012fecf2bf7192276ac7b648e1f709f52947496d70808dd" - url = "https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.13.0.50_cuda13-archive.zip" - -[CUDSS_jll."0.1.0+0"] -libraries = ["libcudss", "cudss64_0"] - - [[CUDSS_jll."0.1.0+0".sources]] - hash = "52b5f6b0a2626cde63bc5f0fd24aabb5a260370b6ac18af5e3ce201d79fd673a" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-x86_64/libcudss-linux-x86_64-0.1.0.45_cuda12-archive.tar.xz" - [[CUDSS_jll."0.1.0+0".sources]] - hash = "bfe5eac48753ea286ba3a3d6e11af03a9e576cbf3adc7d602e8824364c089ced" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.1.0.45_cuda12-archive.zip" - -[CUDSS_jll."0.2.0+0"] -libraries = ["libcudss", "cudss64_0"] - - [[CUDSS_jll."0.2.0+0".sources]] - hash = "b6afb777f8737f9e9a6e6461777c75da1613414c09e26da224a696f8b29c3a60" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-x86_64/libcudss-linux-x86_64-0.2.0.12_cuda12-archive.tar.xz" - [[CUDSS_jll."0.2.0+0".sources]] - hash = "c8525aea67246847cb7e4df1f0c860cf969f85fdbbdd693bb57805961fd432fd" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.2.0.12_cuda12-archive.zip" - -[CUDSS_jll."0.2.0+1"] -libraries = ["libcudss", "cudss64_0"] - - [[CUDSS_jll."0.2.0+1".sources]] - hash = "b6afb777f8737f9e9a6e6461777c75da1613414c09e26da224a696f8b29c3a60" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-x86_64/libcudss-linux-x86_64-0.2.0.12_cuda12-archive.tar.xz" - [[CUDSS_jll."0.2.0+1".sources]] - hash = "5c7dac6abeffb37e6aeb6083e13198cc15305d21efbd605e9bf601dd201a9d4f" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-sbsa/libcudss-linux-sbsa-0.2.0.12_cuda12-archive.tar.xz" - [[CUDSS_jll."0.2.0+1".sources]] - hash = "c8525aea67246847cb7e4df1f0c860cf969f85fdbbdd693bb57805961fd432fd" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.2.0.12_cuda12-archive.zip" - -[CUDSS_jll."0.2.1+0"] -libraries = ["libcudss", "cudss64_0"] - - [[CUDSS_jll."0.2.1+0".sources]] - hash = "7b57df176b79d9566f2e1cd92aa30924650bacde96b25cb95392d503ba5e1634" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-x86_64/libcudss-linux-x86_64-0.2.1.3_cuda12-archive.tar.xz" - [[CUDSS_jll."0.2.1+0".sources]] - hash = "12503d270fe969b521bbe615a9ef00805d56487e3b2a4143899c27329c22b4e7" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-sbsa/libcudss-linux-sbsa-0.2.1.3_cuda12-archive.tar.xz" - [[CUDSS_jll."0.2.1+0".sources]] - hash = "0353c12dde22283a3672bf28aeedbc663f76066ac1b22a33930ceb9dcb658983" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.2.1.3_cuda12-archive.zip" - -[CUDSS_jll."0.3.0+0"] -libraries = ["libcudss", "cudss64_0"] - - [[CUDSS_jll."0.3.0+0".sources]] - hash = "acc90b40334cd2e4409ec9e4200c8276f7acd50d61b7349b4ffdaeda4b2bf515" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-x86_64/libcudss-linux-x86_64-0.3.0.9_cuda12-archive.tar.xz" - [[CUDSS_jll."0.3.0+0".sources]] - hash = "857dea350bb19553bbd1f8eb55b1ed80a3783a6e184beb7eb7face8408462eb6" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-aarch64/libcudss-linux-aarch64-0.3.0.9_cuda12-archive.tar.xz" - [[CUDSS_jll."0.3.0+0".sources]] - hash = "6eadd70e6442b43194e697c13080dae3cf1771257a334e7d7b658825a3e73a3b" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-sbsa/libcudss-linux-sbsa-0.3.0.9_cuda12-archive.tar.xz" - [[CUDSS_jll."0.3.0+0".sources]] - hash = "ac0979610d3eda9e6ce803380587118c6ec72b7dc580e6e96392ac065010196f" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.3.0.9_cuda12-archive.zip" - -[CUDSS_jll."0.4.0+0"] -libraries = ["libcudss", "cudss64_0"] - - [[CUDSS_jll."0.4.0+0".sources]] - hash = "64d77f5a3d2fafc99704da0c0e686d920265708358b9ced5755da713f3ff0620" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-x86_64/libcudss-linux-x86_64-0.4.0.2_cuda12-archive.tar.xz" - [[CUDSS_jll."0.4.0+0".sources]] - hash = "915f3a611af8baaa76bfe3c82a2e3ca88f400597ade0566206313a8ec3852cf3" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-aarch64/libcudss-linux-aarch64-0.4.0.2_cuda12-archive.tar.xz" - [[CUDSS_jll."0.4.0+0".sources]] - hash = "b52dfec1ee10bf49c706dd36d4808e7fa02f3c8a85f1c2bb7e0da48dcae51cb0" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-sbsa/libcudss-linux-sbsa-0.4.0.2_cuda12-archive.tar.xz" - [[CUDSS_jll."0.4.0+0".sources]] - hash = "d0801e78eab1be1240198e292bc496bb1804f2068975aaaf80ba31c3e400c625" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.4.0.2_cuda12-archive.zip" - -[CUDSS_jll."0.5.0+0"] -libraries = ["libcudss", "cudss64_0", "libcudss_mtlayer_gomp", "cudss_mtlayer_vcomp140"] - - [[CUDSS_jll."0.5.0+0".sources]] - hash = "5245d2ba26a590839e2f1dd074f87e39ee5cc201c3b29245b35c7060d59c37a5" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-x86_64/libcudss-linux-x86_64-0.5.0.16_cuda12-archive.tar.xz" - [[CUDSS_jll."0.5.0+0".sources]] - hash = "5d07496e90fc0afb334a7e434c86c6083b1e8cf56dc65d70a01bd811e54096d7" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-aarch64/libcudss-linux-aarch64-0.5.0.16_cuda12-archive.tar.xz" - [[CUDSS_jll."0.5.0+0".sources]] - hash = "cb59cfa26b3a4277c55ddc700ef65bffb5369d4afc2cdf08c20a9ae324bed664" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-sbsa/libcudss-linux-sbsa-0.5.0.16_cuda12-archive.tar.xz" - [[CUDSS_jll."0.5.0+0".sources]] - hash = "f9e0394bc839870c7e01abea2cb433a9352adaa91146ec25cca5960905c2c72e" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.5.0.16_cuda12-archive.zip" - -[CUDSS_jll."0.6.0+0"] -libraries = ["libcudss", "cudss64_0"] - - [[CUDSS_jll."0.6.0+0".sources]] - hash = "159ce1d4e3e4bba13b0bd15cf943e44b869c53b7a94f9bac980768c927f02e75" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-x86_64/libcudss-linux-x86_64-0.6.0.5_cuda12-archive.tar.xz" - [[CUDSS_jll."0.6.0+0".sources]] - hash = "e6f5d5122d735f9dbfd42c9eaba067a557a5613ee4a6001806935de11aff4b09" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-aarch64/libcudss-linux-aarch64-0.6.0.5_cuda12-archive.tar.xz" - [[CUDSS_jll."0.6.0+0".sources]] - hash = "b56cd0841c543bb81b2665063967f56cf3a3a22a445ddf1642c7f765f2059b42" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/linux-sbsa/libcudss-linux-sbsa-0.6.0.5_cuda12-archive.tar.xz" - [[CUDSS_jll."0.6.0+0".sources]] - hash = "45319317d9f67fecc9af7e5cf162cb46111f5d35b06871c147fa8f030d7cecc5" - url = "https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.6.0.5_cuda12-archive.zip" - -[CURL_jll."7.81.0+0"] -executables = ["curl"] - - [[CURL_jll."7.81.0+0".sources]] - hash = "ac8e1087711084548d788ef18b9b732c8de887457b81f616fc681d1044b32f98" - url = "https://curl.se/download/curl-7.81.0.tar.gz" - -[CURL_jll."8.5.0+0"] -executables = ["curl"] - - [[CURL_jll."8.5.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[CURL_jll."8.5.0+0".sources]] - hash = "05fc17ff25b793a437a0906e0484b82172a9f4de02be5ed447e0cab8c3475add" - url = "https://curl.se/download/curl-8.5.0.tar.gz" - -[CURL_jll."8.6.0+0"] -executables = ["curl"] - - [[CURL_jll."8.6.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[CURL_jll."8.6.0+0".sources]] - hash = "9c6db808160015f30f3c656c0dec125feb9dc00753596bf858a272b5dd8dc398" - url = "https://curl.se/download/curl-8.6.0.tar.gz" - [[CURL_jll."8.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b03f7d9f17ba18a3de06eb1d64b0d88366d0946//L/LibCURL/CURL/../patches" - -[CURL_jll."8.9.0+0"] -executables = ["curl"] - - [[CURL_jll."8.9.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[CURL_jll."8.9.0+0".sources]] - hash = "14d931fa98a329310dca7b190d047c3d4987674b1f466481f5490e4e12067ba4" - url = "https://curl.se/download/curl-8.9.0.tar.gz" - [[CURL_jll."8.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4818ad3004700709d71de1f51f639001451a473a//L/LibCURL/CURL/../patches" - -[CURL_jll."8.9.1+0"] -executables = ["curl"] - - [[CURL_jll."8.9.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[CURL_jll."8.9.1+0".sources]] - hash = "291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5" - url = "https://curl.se/download/curl-8.9.1.tar.gz" - [[CURL_jll."8.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a7db056cea9a2da2f9509f053028da177568e301//L/LibCURL/CURL/../patches" - -[CURL_jll."8.11.0+0"] -executables = ["curl"] - - [[CURL_jll."8.11.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[CURL_jll."8.11.0+0".sources]] - hash = "264537d90e58d2b09dddc50944baf3c38e7089151c8986715e2aaeaaf2b8118f" - url = "https://curl.se/download/curl-8.11.0.tar.gz" - [[CURL_jll."8.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/384213c6dfaf96f9497973f6ef77aaead94e9fb5//L/LibCURL/CURL/../patches" - -[CURL_jll."8.11.1+0"] -executables = ["curl"] - - [[CURL_jll."8.11.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[CURL_jll."8.11.1+0".sources]] - hash = "a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80" - url = "https://curl.se/download/curl-8.11.1.tar.gz" - [[CURL_jll."8.11.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/28c37099e59605eae010eea3376aeb10d8ec5d7a//L/LibCURL/CURL/../patches" - -[CURL_jll."8.13.0+0"] -executables = ["curl"] - - [[CURL_jll."8.13.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[CURL_jll."8.13.0+0".sources]] - hash = "c261a4db579b289a7501565497658bbd52d3138fdbaccf1490fa918129ab45bc" - url = "https://curl.se/download/curl-8.13.0.tar.gz" - [[CURL_jll."8.13.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/00da19a377b92d16a7e2f55faf227597796cf836//L/LibCURL/CURL/../patches" - [[CURL_jll."8.13.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[CURL_jll."8.14.1+0"] -executables = ["curl"] - - [[CURL_jll."8.14.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[CURL_jll."8.14.1+0".sources]] - hash = "6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4" - url = "https://curl.se/download/curl-8.14.1.tar.gz" - [[CURL_jll."8.14.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/afa459b8f0270e629c1a8335efc06047409850c3//L/LibCURL/CURL/../patches" - [[CURL_jll."8.14.1+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[CURL_jll."8.16.0+0"] -executables = ["curl"] - - [[CURL_jll."8.16.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[CURL_jll."8.16.0+0".sources]] - hash = "a21e20476e39eca5a4fc5cfb00acf84bbc1f5d8443ec3853ad14c26b3c85b970" - url = "https://curl.se/download/curl-8.16.0.tar.gz" - [[CURL_jll."8.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/53a491288f3407c6109c9fb37a557812ce7e8f12//L/LibCURL/CURL/../patches" - -[CUTENSOR_CUDA101_jll."1.0.1+0"] -libraries = ["libcutensor"] - - [[CUTENSOR_CUDA101_jll."1.0.1+0".sources]] - hash = "ca6122b3f15511cd33a5eb7f911cff1553def1d3ff0b9270e62ef08f1a94f2aa" - url = "https://developer.download.nvidia.com/assets/gameworks/downloads/secure/cuTensor/libcutensor-linux-x86_64-1.0.1.tar.gz" - -[CUTENSOR_CUDA101_jll."1.1.0+0"] -libraries = ["libcutensor"] - - [[CUTENSOR_CUDA101_jll."1.1.0+0".sources]] - hash = "621aa5689a6c80dc9e196b628916a1f6993a5593866eda4f1b1668374f91a8c2" - url = "https://developer.download.nvidia.com/compute/cutensor/secure/1.1.0/local_installers/libcutensor-linux-x86_64-1.1.0.tar.gz" - -[CUTENSOR_CUDA101_jll."1.2.0+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA101_jll."1.2.0+0".sources]] - hash = "0b33694d391bca537cad0f349b77b31fe45f668abdaee7de9133ca30d3bded6e" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.0/local_installers/libcutensor-linux-x86_64-1.2.0.tar.gz" - [[CUTENSOR_CUDA101_jll."1.2.0+0".sources]] - hash = "892fa6b3f48bd9f46dcc3001fe702e88605c2b6b65709815aa558e4823539617" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.0/local_installers/libcutensor-linux-ppc64le-1.2.0.tar.gz" - [[CUTENSOR_CUDA101_jll."1.2.0+0".sources]] - hash = "1e1dcffc9a91d88cbe89d039838bf0d0be0e4928751cd03a8274a262ec1ebba3" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.0/local_installers/libcutensor_1.2.0.exe" - -[CUTENSOR_CUDA101_jll."1.2.1+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA101_jll."1.2.1+0".sources]] - hash = "9e8c61d0fee821363c61c105ab0ec33b7f594dd49a79b18eefd509e33004eae2" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor-linux-x86_64-1.2.1.7.tar.gz" - [[CUTENSOR_CUDA101_jll."1.2.1+0".sources]] - hash = "195ae404136e2ad202e50dd4bfd15af0835699ec8b8f7d2ff08a807ccb2ded4a" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor-linux-ppc64le-1.2.1.7.tar.gz" - [[CUTENSOR_CUDA101_jll."1.2.1+0".sources]] - hash = "e548484e2116297a9e35d463c98e26ea37e0645941861e63fe5ffb29436269fb" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor_1.2.1.exe" - -[CUTENSOR_CUDA101_jll."1.2.2+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA101_jll."1.2.2+0".sources]] - hash = "954ee22b80d6b82fd4decd42b7faead86af7c3817653b458620a66174e5b89b6" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-x86_64-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA101_jll."1.2.2+0".sources]] - hash = "d914a721b8a6bbfbf4f2bdea3bb51775e5df39abc383d415b3b06bbde2a47e6e" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-ppc64le-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA101_jll."1.2.2+0".sources]] - hash = "88d3e2c662e601214ef5caa26ca2db0492eab6ec3bf9dc9a746bb1a7b8c3aab2" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor_1.2.2.exe" - -[CUTENSOR_CUDA102_jll."1.0.1+0"] -libraries = ["libcutensor"] - - [[CUTENSOR_CUDA102_jll."1.0.1+0".sources]] - hash = "ca6122b3f15511cd33a5eb7f911cff1553def1d3ff0b9270e62ef08f1a94f2aa" - url = "https://developer.download.nvidia.com/assets/gameworks/downloads/secure/cuTensor/libcutensor-linux-x86_64-1.0.1.tar.gz" - -[CUTENSOR_CUDA102_jll."1.1.0+0"] -libraries = ["libcutensor"] - - [[CUTENSOR_CUDA102_jll."1.1.0+0".sources]] - hash = "621aa5689a6c80dc9e196b628916a1f6993a5593866eda4f1b1668374f91a8c2" - url = "https://developer.download.nvidia.com/compute/cutensor/secure/1.1.0/local_installers/libcutensor-linux-x86_64-1.1.0.tar.gz" - -[CUTENSOR_CUDA102_jll."1.2.0+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA102_jll."1.2.0+0".sources]] - hash = "0b33694d391bca537cad0f349b77b31fe45f668abdaee7de9133ca30d3bded6e" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.0/local_installers/libcutensor-linux-x86_64-1.2.0.tar.gz" - [[CUTENSOR_CUDA102_jll."1.2.0+0".sources]] - hash = "892fa6b3f48bd9f46dcc3001fe702e88605c2b6b65709815aa558e4823539617" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.0/local_installers/libcutensor-linux-ppc64le-1.2.0.tar.gz" - [[CUTENSOR_CUDA102_jll."1.2.0+0".sources]] - hash = "1e1dcffc9a91d88cbe89d039838bf0d0be0e4928751cd03a8274a262ec1ebba3" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.0/local_installers/libcutensor_1.2.0.exe" - -[CUTENSOR_CUDA102_jll."1.2.1+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA102_jll."1.2.1+0".sources]] - hash = "9e8c61d0fee821363c61c105ab0ec33b7f594dd49a79b18eefd509e33004eae2" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor-linux-x86_64-1.2.1.7.tar.gz" - [[CUTENSOR_CUDA102_jll."1.2.1+0".sources]] - hash = "195ae404136e2ad202e50dd4bfd15af0835699ec8b8f7d2ff08a807ccb2ded4a" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor-linux-ppc64le-1.2.1.7.tar.gz" - [[CUTENSOR_CUDA102_jll."1.2.1+0".sources]] - hash = "e548484e2116297a9e35d463c98e26ea37e0645941861e63fe5ffb29436269fb" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor_1.2.1.exe" - -[CUTENSOR_CUDA102_jll."1.2.2+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA102_jll."1.2.2+0".sources]] - hash = "954ee22b80d6b82fd4decd42b7faead86af7c3817653b458620a66174e5b89b6" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-x86_64-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA102_jll."1.2.2+0".sources]] - hash = "d914a721b8a6bbfbf4f2bdea3bb51775e5df39abc383d415b3b06bbde2a47e6e" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-ppc64le-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA102_jll."1.2.2+0".sources]] - hash = "88d3e2c662e601214ef5caa26ca2db0492eab6ec3bf9dc9a746bb1a7b8c3aab2" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor_1.2.2.exe" - -[CUTENSOR_CUDA110_jll."1.1.0+0"] -libraries = ["libcutensor"] - - [[CUTENSOR_CUDA110_jll."1.1.0+0".sources]] - hash = "621aa5689a6c80dc9e196b628916a1f6993a5593866eda4f1b1668374f91a8c2" - url = "https://developer.download.nvidia.com/compute/cutensor/secure/1.1.0/local_installers/libcutensor-linux-x86_64-1.1.0.tar.gz" - -[CUTENSOR_CUDA110_jll."1.2.0+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA110_jll."1.2.0+0".sources]] - hash = "0b33694d391bca537cad0f349b77b31fe45f668abdaee7de9133ca30d3bded6e" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.0/local_installers/libcutensor-linux-x86_64-1.2.0.tar.gz" - [[CUTENSOR_CUDA110_jll."1.2.0+0".sources]] - hash = "892fa6b3f48bd9f46dcc3001fe702e88605c2b6b65709815aa558e4823539617" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.0/local_installers/libcutensor-linux-ppc64le-1.2.0.tar.gz" - [[CUTENSOR_CUDA110_jll."1.2.0+0".sources]] - hash = "1e1dcffc9a91d88cbe89d039838bf0d0be0e4928751cd03a8274a262ec1ebba3" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.0/local_installers/libcutensor_1.2.0.exe" - -[CUTENSOR_CUDA110_jll."1.2.1+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA110_jll."1.2.1+0".sources]] - hash = "9e8c61d0fee821363c61c105ab0ec33b7f594dd49a79b18eefd509e33004eae2" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor-linux-x86_64-1.2.1.7.tar.gz" - [[CUTENSOR_CUDA110_jll."1.2.1+0".sources]] - hash = "195ae404136e2ad202e50dd4bfd15af0835699ec8b8f7d2ff08a807ccb2ded4a" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor-linux-ppc64le-1.2.1.7.tar.gz" - [[CUTENSOR_CUDA110_jll."1.2.1+0".sources]] - hash = "e548484e2116297a9e35d463c98e26ea37e0645941861e63fe5ffb29436269fb" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor_1.2.1.exe" - -[CUTENSOR_CUDA110_jll."1.2.2+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA110_jll."1.2.2+0".sources]] - hash = "954ee22b80d6b82fd4decd42b7faead86af7c3817653b458620a66174e5b89b6" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-x86_64-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA110_jll."1.2.2+0".sources]] - hash = "d914a721b8a6bbfbf4f2bdea3bb51775e5df39abc383d415b3b06bbde2a47e6e" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-ppc64le-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA110_jll."1.2.2+0".sources]] - hash = "88d3e2c662e601214ef5caa26ca2db0492eab6ec3bf9dc9a746bb1a7b8c3aab2" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor_1.2.2.exe" - -[CUTENSOR_CUDA111_jll."1.2.1+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA111_jll."1.2.1+0".sources]] - hash = "9e8c61d0fee821363c61c105ab0ec33b7f594dd49a79b18eefd509e33004eae2" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor-linux-x86_64-1.2.1.7.tar.gz" - [[CUTENSOR_CUDA111_jll."1.2.1+0".sources]] - hash = "195ae404136e2ad202e50dd4bfd15af0835699ec8b8f7d2ff08a807ccb2ded4a" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor-linux-ppc64le-1.2.1.7.tar.gz" - [[CUTENSOR_CUDA111_jll."1.2.1+0".sources]] - hash = "e548484e2116297a9e35d463c98e26ea37e0645941861e63fe5ffb29436269fb" - url = "https://developer.nvidia.com/compute/cutensor/secure/1.2.1/local_installers/libcutensor_1.2.1.exe" - -[CUTENSOR_CUDA111_jll."1.2.2+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA111_jll."1.2.2+0".sources]] - hash = "954ee22b80d6b82fd4decd42b7faead86af7c3817653b458620a66174e5b89b6" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-x86_64-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA111_jll."1.2.2+0".sources]] - hash = "d914a721b8a6bbfbf4f2bdea3bb51775e5df39abc383d415b3b06bbde2a47e6e" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-ppc64le-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA111_jll."1.2.2+0".sources]] - hash = "88d3e2c662e601214ef5caa26ca2db0492eab6ec3bf9dc9a746bb1a7b8c3aab2" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor_1.2.2.exe" - -[CUTENSOR_CUDA112_jll."1.2.2+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_CUDA112_jll."1.2.2+0".sources]] - hash = "954ee22b80d6b82fd4decd42b7faead86af7c3817653b458620a66174e5b89b6" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-x86_64-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA112_jll."1.2.2+0".sources]] - hash = "d914a721b8a6bbfbf4f2bdea3bb51775e5df39abc383d415b3b06bbde2a47e6e" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor-linux-ppc64le-1.2.2.5.tar.gz" - [[CUTENSOR_CUDA112_jll."1.2.2+0".sources]] - hash = "88d3e2c662e601214ef5caa26ca2db0492eab6ec3bf9dc9a746bb1a7b8c3aab2" - url = "https://developer.download.nvidia.com/compute/cutensor/1.2.2/local_installers/libcutensor_1.2.2.exe" - -[CUTENSOR_jll."1.3.0+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_jll."1.3.0+0".sources]] - hash = "80c3124497bd8692fd4e98376589372eee616a55f875a2a28961087322d45d00" - url = "https://developer.download.nvidia.com/compute/cutensor/1.3.0/local_installers/libcutensor-linux-x86_64-1.3.0.3.tar.gz" - [[CUTENSOR_jll."1.3.0+0".sources]] - hash = "5e60569be31be0377fec94392be3c7b844181dbf9b0731dd87e87d0b9ff38258" - url = "https://developer.download.nvidia.com/compute/cutensor/1.3.0/local_installers/libcutensor-linux-ppc64le-1.3.0.3.tar.gz" - [[CUTENSOR_jll."1.3.0+0".sources]] - hash = "599ad469846d9a22d608a768d45c29138c6ba03247593aee56a999306489e840" - url = "https://developer.download.nvidia.com/compute/cutensor/1.3.0/local_installers/libcutensor-windows-x86_64-1.3.0.3.zip" - -[CUTENSOR_jll."1.3.0+1"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_jll."1.3.0+1".sources]] - hash = "80c3124497bd8692fd4e98376589372eee616a55f875a2a28961087322d45d00" - url = "https://developer.download.nvidia.com/compute/cutensor/1.3.0/local_installers/libcutensor-linux-x86_64-1.3.0.3.tar.gz" - [[CUTENSOR_jll."1.3.0+1".sources]] - hash = "5e60569be31be0377fec94392be3c7b844181dbf9b0731dd87e87d0b9ff38258" - url = "https://developer.download.nvidia.com/compute/cutensor/1.3.0/local_installers/libcutensor-linux-ppc64le-1.3.0.3.tar.gz" - [[CUTENSOR_jll."1.3.0+1".sources]] - hash = "599ad469846d9a22d608a768d45c29138c6ba03247593aee56a999306489e840" - url = "https://developer.download.nvidia.com/compute/cutensor/1.3.0/local_installers/libcutensor-windows-x86_64-1.3.0.3.zip" - -[CUTENSOR_jll."1.3.0+2"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_jll."1.3.0+2".sources]] - hash = "80c3124497bd8692fd4e98376589372eee616a55f875a2a28961087322d45d00" - url = "https://developer.download.nvidia.com/compute/cutensor/1.3.0/local_installers/libcutensor-linux-x86_64-1.3.0.3.tar.gz" - [[CUTENSOR_jll."1.3.0+2".sources]] - hash = "5e60569be31be0377fec94392be3c7b844181dbf9b0731dd87e87d0b9ff38258" - url = "https://developer.download.nvidia.com/compute/cutensor/1.3.0/local_installers/libcutensor-linux-ppc64le-1.3.0.3.tar.gz" - [[CUTENSOR_jll."1.3.0+2".sources]] - hash = "599ad469846d9a22d608a768d45c29138c6ba03247593aee56a999306489e840" - url = "https://developer.download.nvidia.com/compute/cutensor/1.3.0/local_installers/libcutensor-windows-x86_64-1.3.0.3.zip" - -[CUTENSOR_jll."1.3.3+0"] -libraries = ["libcutensor", "cutensor"] - - [[CUTENSOR_jll."1.3.3+0".sources]] - hash = "2e9517f31305872a7e496b6aa8ea329acda6b947b0c1eb1250790eaa2d4e2ecc" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.3.3.2-archive.tar.xz" - [[CUTENSOR_jll."1.3.3+0".sources]] - hash = "79f294c4a7933e5acee5f150145c526d6cd4df16eefb63f2d65df1dbc683cd68" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.3.3.2-archive.tar.xz" - [[CUTENSOR_jll."1.3.3+0".sources]] - hash = "3abeacbe7085af7026ca1399a77c681c219c10a1448a062964e97aaac2b05851" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.3.3.2-archive.zip" - [[CUTENSOR_jll."1.3.3+0".sources]] - hash = "0b62d5305abfdfca4776290f16a1796c78c1fa83b203680c012f37d44706fcdb" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.3.3.2-archive.tar.xz" - -[CUTENSOR_jll."1.4.0+0"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."1.4.0+0".sources]] - hash = "467ba189195fcc4b868334fc16a0ae1e51574139605975cc8004cedebf595964" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.4.0.6-archive.tar.xz" - [[CUTENSOR_jll."1.4.0+0".sources]] - hash = "5da44ff2562ab7b9286122653e54f28d2222c8aab4bb02e9bdd4cf7e4b7809be" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.4.0.6-archive.tar.xz" - [[CUTENSOR_jll."1.4.0+0".sources]] - hash = "4f01a8aac2c25177e928c63381a80e3342f214ec86ad66965dcbfe81fc5c901d" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.4.0.6-archive.zip" - [[CUTENSOR_jll."1.4.0+0".sources]] - hash = "6b06d63a5bc49c1660be8c307795f8a901c93dcde7b064455a6c81333c7327f4" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.4.0.6-archive.tar.xz" - -[CUTENSOR_jll."1.4.0+1"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."1.4.0+1".sources]] - hash = "467ba189195fcc4b868334fc16a0ae1e51574139605975cc8004cedebf595964" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.4.0.6-archive.tar.xz" - [[CUTENSOR_jll."1.4.0+1".sources]] - hash = "5da44ff2562ab7b9286122653e54f28d2222c8aab4bb02e9bdd4cf7e4b7809be" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.4.0.6-archive.tar.xz" - [[CUTENSOR_jll."1.4.0+1".sources]] - hash = "4f01a8aac2c25177e928c63381a80e3342f214ec86ad66965dcbfe81fc5c901d" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.4.0.6-archive.zip" - [[CUTENSOR_jll."1.4.0+1".sources]] - hash = "6b06d63a5bc49c1660be8c307795f8a901c93dcde7b064455a6c81333c7327f4" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.4.0.6-archive.tar.xz" - -[CUTENSOR_jll."1.6.1+0"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."1.6.1+0".sources]] - hash = "793b425c30ffd423c4f3a2e94acaf4fcb6752264aa73b74695a002dd2fe94b1a" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.6.1.5-archive.tar.xz" - [[CUTENSOR_jll."1.6.1+0".sources]] - hash = "e895476ab13c4a28bdf018f23299746968564024783c066a2602bc0f09b86e47" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.6.1.5-archive.tar.xz" - [[CUTENSOR_jll."1.6.1+0".sources]] - hash = "36eac790df7b2c7bb4578cb355f1df65d17965ffc9b4f6218d1cdb82f87ab866" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.6.1.5-archive.zip" - [[CUTENSOR_jll."1.6.1+0".sources]] - hash = "f0644bbdca81b890056a7b92714e787333b06a4bd384e4dfbdc3938fbd132e65" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.6.1.5-archive.tar.xz" - -[CUTENSOR_jll."1.6.1+1"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."1.6.1+1".sources]] - hash = "793b425c30ffd423c4f3a2e94acaf4fcb6752264aa73b74695a002dd2fe94b1a" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.6.1.5-archive.tar.xz" - [[CUTENSOR_jll."1.6.1+1".sources]] - hash = "e895476ab13c4a28bdf018f23299746968564024783c066a2602bc0f09b86e47" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.6.1.5-archive.tar.xz" - [[CUTENSOR_jll."1.6.1+1".sources]] - hash = "36eac790df7b2c7bb4578cb355f1df65d17965ffc9b4f6218d1cdb82f87ab866" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.6.1.5-archive.zip" - [[CUTENSOR_jll."1.6.1+1".sources]] - hash = "f0644bbdca81b890056a7b92714e787333b06a4bd384e4dfbdc3938fbd132e65" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.6.1.5-archive.tar.xz" - -[CUTENSOR_jll."1.6.1+2"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."1.6.1+2".sources]] - hash = "793b425c30ffd423c4f3a2e94acaf4fcb6752264aa73b74695a002dd2fe94b1a" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.6.1.5-archive.tar.xz" - [[CUTENSOR_jll."1.6.1+2".sources]] - hash = "e895476ab13c4a28bdf018f23299746968564024783c066a2602bc0f09b86e47" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.6.1.5-archive.tar.xz" - [[CUTENSOR_jll."1.6.1+2".sources]] - hash = "36eac790df7b2c7bb4578cb355f1df65d17965ffc9b4f6218d1cdb82f87ab866" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.6.1.5-archive.zip" - [[CUTENSOR_jll."1.6.1+2".sources]] - hash = "f0644bbdca81b890056a7b92714e787333b06a4bd384e4dfbdc3938fbd132e65" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.6.1.5-archive.tar.xz" - -[CUTENSOR_jll."1.7.0+0"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."1.7.0+0".sources]] - hash = "dd3557891371a19e73e7c955efe5383b0bee954aba6a30e4892b0e7acb9deb26" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.7.0.1-archive.tar.xz" - [[CUTENSOR_jll."1.7.0+0".sources]] - hash = "af4ad5e29dcb636f1bf941ed1fd7fc8053eeec4813fbc0b41581e114438e84c8" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.7.0.1-archive.tar.xz" - [[CUTENSOR_jll."1.7.0+0".sources]] - hash = "cdbb53bcc1c7b20ee0aa2dee781644a324d2d5e8065944039024fe22d6b822ab" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.7.0.1-archive.zip" - [[CUTENSOR_jll."1.7.0+0".sources]] - hash = "c31f8e4386539434a5d1643ebfed74572011783b4e21b62be52003e3a9de3720" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.7.0.1-archive.tar.xz" - -[CUTENSOR_jll."1.7.0+1"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."1.7.0+1".sources]] - hash = "dd3557891371a19e73e7c955efe5383b0bee954aba6a30e4892b0e7acb9deb26" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-1.7.0.1-archive.tar.xz" - [[CUTENSOR_jll."1.7.0+1".sources]] - hash = "af4ad5e29dcb636f1bf941ed1fd7fc8053eeec4813fbc0b41581e114438e84c8" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-1.7.0.1-archive.tar.xz" - [[CUTENSOR_jll."1.7.0+1".sources]] - hash = "c31f8e4386539434a5d1643ebfed74572011783b4e21b62be52003e3a9de3720" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-1.7.0.1-archive.tar.xz" - [[CUTENSOR_jll."1.7.0+1".sources]] - hash = "cdbb53bcc1c7b20ee0aa2dee781644a324d2d5e8065944039024fe22d6b822ab" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-1.7.0.1-archive.zip" - -[CUTENSOR_jll."2.0.0+0"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."2.0.0+0".sources]] - hash = "df6338aed18e5b6ae0c49521053d1606d2a41e187d7f5eccf9180af6bbc4ef68" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.0.0.7-archive.tar.xz" - [[CUTENSOR_jll."2.0.0+0".sources]] - hash = "46108587bb1e88632457f18f26b17d0dddb6923d161285d42307aca7ada471ca" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-2.0.0.7-archive.tar.xz" - [[CUTENSOR_jll."2.0.0+0".sources]] - hash = "071f2d6d94a37ca59835b16340038d48e1c1438ea6ca7c0bfd4730473fdb4473" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.0.0.7-archive.tar.xz" - [[CUTENSOR_jll."2.0.0+0".sources]] - hash = "925a7306fa72f8f59ca9fe765987f0943bbae4ac030f3e8217d53789e0870a35" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.0.0.7-archive.zip" - -[CUTENSOR_jll."2.0.1+0"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."2.0.1+0".sources]] - hash = "ededa12ca622baad706ea0a500a358ea51146535466afabd96e558265dc586a2" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.0.1.2-archive.tar.xz" - [[CUTENSOR_jll."2.0.1+0".sources]] - hash = "7176083a4dad44cb0176771be6efb3775748ad30a39292bf7b4584510f1dd811" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-ppc64le/libcutensor-linux-ppc64le-2.0.1.2-archive.tar.xz" - [[CUTENSOR_jll."2.0.1+0".sources]] - hash = "4214a0f7b44747c738f2b643be06b2b24826bd1bae6af27f29f3c6dec131bdeb" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.0.1.2-archive.tar.xz" - [[CUTENSOR_jll."2.0.1+0".sources]] - hash = "6ba9e03ee76dd0a5ace281ce703baf1175e0884b535924c3af88206d8951e33b" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.0.1.2-archive.zip" - -[CUTENSOR_jll."2.2.0+0"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."2.2.0+0".sources]] - hash = "db76dcbe997615ef8bc1e04c385e9a1e2016430afee7d6a242663baf17108dbf" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.2.0.0-archive.tar.xz" - [[CUTENSOR_jll."2.2.0+0".sources]] - hash = "484791c8967a4137c544304e7d475b1cd753d9aad5d835ae6794f68087b1175a" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.2.0.0-archive.tar.xz" - [[CUTENSOR_jll."2.2.0+0".sources]] - hash = "b1f5c7b399f8124ccf70e4df751e43757b7727e1028ec04a27a4a63efff06885" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.2.0.0-archive.zip" - -[CUTENSOR_jll."2.3.0+0"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."2.3.0+0".sources]] - hash = "8903ea04daa32e25dda1b4d12cbdb475aefb2bb3f2317413b16c96fcadd8fd8b" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.3.0.6_cuda12-archive.tar.xz" - [[CUTENSOR_jll."2.3.0+0".sources]] - hash = "fdf5b10e6d09a30dae7e2956333cdb02c580a9b61d447154b7de8127ed7fa9d8" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.3.0.6_cuda12-archive.tar.xz" - [[CUTENSOR_jll."2.3.0+0".sources]] - hash = "0df80ccbfc1c607290e4ee0ef6f5400deaac674f1937f4609bff9215d1c39aef" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.3.0.6_cuda12-archive.zip" - [[CUTENSOR_jll."2.3.0+0".sources]] - hash = "2d2768520b2d7f76a7081ddbe64c3cf61094e3e668ea296ac943c4f8435a1441" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.3.0.6_cuda13-archive.tar.xz" - [[CUTENSOR_jll."2.3.0+0".sources]] - hash = "380d7b2bf8f3aebbe467225345008ccb27256d60fd1dad38665f4c7d23278a76" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.3.0.6_cuda13-archive.tar.xz" - [[CUTENSOR_jll."2.3.0+0".sources]] - hash = "643998686714108f178d1cd395aada3dd53ac89c29bc91995c42380cc4f66cec" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.3.0.6_cuda13-archive.zip" - -[CUTENSOR_jll."2.3.1+0"] -libraries = ["libcutensor", "cutensor", "libcutensorMg", "cutensorMg"] - - [[CUTENSOR_jll."2.3.1+0".sources]] - hash = "b1d7ad37b24cd66a446ae76ac33bd5125aa58007a604cb64fc9c014a8d685940" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.3.1.0_cuda12-archive.tar.xz" - [[CUTENSOR_jll."2.3.1+0".sources]] - hash = "f3763cdc7b03ca08e348efb6faa35d461537390ce7d059e279e415b33dad8291" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.3.1.0_cuda12-archive.tar.xz" - [[CUTENSOR_jll."2.3.1+0".sources]] - hash = "8df4c1b856c40e72f41d5b92efee5729bf11f00a0e1e3afd546b0d35a360a6cb" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.3.1.0_cuda12-archive.zip" - [[CUTENSOR_jll."2.3.1+0".sources]] - hash = "9cb1125f7de01ca319b5c72edeb7169b679b72beacc90354fb18a14056e24372" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.3.1.0_cuda13-archive.tar.xz" - [[CUTENSOR_jll."2.3.1+0".sources]] - hash = "2e4c24bd1621dac7497ca9edf90bfc5dbdcc38490dafd35821066f96f2934aef" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.3.1.0_cuda13-archive.tar.xz" - [[CUTENSOR_jll."2.3.1+0".sources]] - hash = "8f933694164e310183fffa9cf27d4db43b6edb0fff53b5aa0ab23e705807ac12" - url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.3.1.0_cuda13-archive.zip" - -[CUTEst_jll."0.1.0+0"] -executables = ["sifdecoder", "slct", "clsf"] - - [[CUTEst_jll."0.1.0+0".sources]] - hash = "6583e27f84338447767bbdf4335514c8836ae4ad54f5e66280307e8b57189cff" - url = "https://github.com/ralna/ARCHDefs/archive/v2.0.3x.tar.gz" - [[CUTEst_jll."0.1.0+0".sources]] - hash = "72936047dbea3695af6a15f9193412c22c119a3bc21d925750abf610c5df181b" - url = "https://github.com/ralna/SIFDecode/archive/v2.0.2.tar.gz" - [[CUTEst_jll."0.1.0+0".sources]] - hash = "d21a65c975302296f9856c09034cf46edc5da34b6efd96eed6cc94af6d2c8a55" - url = "https://github.com/ralna/CUTEst/archive/v2.0.3.tar.gz" - -[CUTEst_jll."0.2.0+0"] -executables = ["sifdecoder", "slct", "clsf"] - - [[CUTEst_jll."0.2.0+0".sources]] - hash = "6583e27f84338447767bbdf4335514c8836ae4ad54f5e66280307e8b57189cff" - url = "https://github.com/ralna/ARCHDefs/archive/v2.0.3x.tar.gz" - [[CUTEst_jll."0.2.0+0".sources]] - hash = "3a4aa817e1bf4e3595d0e4378da6172b65f02861f3a7c39f9da632a5cc31b1b2" - url = "https://github.com/ralna/SIFDecode/archive/v2.0.3.tar.gz" - [[CUTEst_jll."0.2.0+0".sources]] - hash = "d21a65c975302296f9856c09034cf46edc5da34b6efd96eed6cc94af6d2c8a55" - url = "https://github.com/ralna/CUTEst/archive/v2.0.3.tar.gz" - -[CUTEst_jll."2.0.3+0"] -executables = ["sifdecoder", "slct", "clsf"] - - [[CUTEst_jll."2.0.3+0".sources]] - hash = "6583e27f84338447767bbdf4335514c8836ae4ad54f5e66280307e8b57189cff" - url = "https://github.com/ralna/ARCHDefs/archive/v2.0.3x.tar.gz" - [[CUTEst_jll."2.0.3+0".sources]] - hash = "3a4aa817e1bf4e3595d0e4378da6172b65f02861f3a7c39f9da632a5cc31b1b2" - url = "https://github.com/ralna/SIFDecode/archive/v2.0.3.tar.gz" - [[CUTEst_jll."2.0.3+0".sources]] - hash = "d21a65c975302296f9856c09034cf46edc5da34b6efd96eed6cc94af6d2c8a55" - url = "https://github.com/ralna/CUTEst/archive/v2.0.3.tar.gz" - -[CUTEst_jll."2.0.4+0"] -executables = ["sifdecoder", "slct", "clsf"] - - [[CUTEst_jll."2.0.4+0".sources]] - hash = "c9465129952d10a4e6fd049c4741b6e968421c1825c8fc924c1402042e2edb50" - url = "https://github.com/ralna/ARCHDefs/archive/v2.0.4x.tar.gz" - [[CUTEst_jll."2.0.4+0".sources]] - hash = "3a4aa817e1bf4e3595d0e4378da6172b65f02861f3a7c39f9da632a5cc31b1b2" - url = "https://github.com/ralna/SIFDecode/archive/v2.0.3.tar.gz" - [[CUTEst_jll."2.0.4+0".sources]] - hash = "d21a65c975302296f9856c09034cf46edc5da34b6efd96eed6cc94af6d2c8a55" - url = "https://github.com/ralna/CUTEst/archive/v2.0.3.tar.gz" - -[CUTEst_jll."2.0.4+1"] -executables = ["sifdecoder", "slct", "clsf"] - - [[CUTEst_jll."2.0.4+1".sources]] - hash = "c9465129952d10a4e6fd049c4741b6e968421c1825c8fc924c1402042e2edb50" - url = "https://github.com/ralna/ARCHDefs/archive/v2.0.4x.tar.gz" - [[CUTEst_jll."2.0.4+1".sources]] - hash = "3a4aa817e1bf4e3595d0e4378da6172b65f02861f3a7c39f9da632a5cc31b1b2" - url = "https://github.com/ralna/SIFDecode/archive/v2.0.3.tar.gz" - [[CUTEst_jll."2.0.4+1".sources]] - hash = "d21a65c975302296f9856c09034cf46edc5da34b6efd96eed6cc94af6d2c8a55" - url = "https://github.com/ralna/CUTEst/archive/v2.0.3.tar.gz" - -[CUTEst_jll."2.0.5+0"] -executables = ["sifdecoder", "slct", "clsf"] - - [[CUTEst_jll."2.0.5+0".sources]] - hash = "d4aa50f72626130f0e4fb6c8d31c622889a0ebbb" - repo = "https://github.com/ralna/ARCHDefs.git" - [[CUTEst_jll."2.0.5+0".sources]] - hash = "affd441e93bd41f076239df2f4237fb13278f6a6" - repo = "https://github.com/ralna/SIFDecode.git" - [[CUTEst_jll."2.0.5+0".sources]] - hash = "e6aff163eafd9424c70dfaf64a287252221cf597" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.0.6+0"] -executables = ["sifdecoder", "slct", "clsf"] - - [[CUTEst_jll."2.0.6+0".sources]] - hash = "5ab94bbbe45e13c1d00acdc09b8b7df470b98c29" - repo = "https://github.com/ralna/ARCHDefs.git" - [[CUTEst_jll."2.0.6+0".sources]] - hash = "42d3241205dc56e1f943687293e95586755a3c10" - repo = "https://github.com/ralna/SIFDecode.git" - [[CUTEst_jll."2.0.6+0".sources]] - hash = "1d2954ef69cfd541d3ec2299d29da7302cb8b6a3" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.0.7+0"] -files = ["bin/helper_functions", "bin/sifdecoder", "lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.0.7+0".sources]] - hash = "5ab94bbbe45e13c1d00acdc09b8b7df470b98c29" - repo = "https://github.com/ralna/ARCHDefs.git" - [[CUTEst_jll."2.0.7+0".sources]] - hash = "42d3241205dc56e1f943687293e95586755a3c10" - repo = "https://github.com/ralna/SIFDecode.git" - [[CUTEst_jll."2.0.7+0".sources]] - hash = "1d2954ef69cfd541d3ec2299d29da7302cb8b6a3" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.0.27+0"] -executables = ["sifdecoder"] - - [[CUTEst_jll."2.0.27+0".sources]] - hash = "fe046f073a657c6f8a063e1875e929110b021d51" - repo = "https://github.com/ralna/ARCHDefs.git" - [[CUTEst_jll."2.0.27+0".sources]] - hash = "d88f40b1c4df2c07981812bb877cf49b92822fcb" - repo = "https://github.com/ralna/SIFDecode.git" - [[CUTEst_jll."2.0.27+0".sources]] - hash = "52274eea4334f2e8058385b3a7c9a8d11c3398b1" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.2.0+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.2.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.2.0+0".sources]] - hash = "05822b4a5d57fa65270b8d6e63c066da6da373d1" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.2.2+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a", "lib/libcutest_quadruple.a"] - - [[CUTEst_jll."2.2.2+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.2.2+0".sources]] - hash = "11aa6742d633ba0877cb496a26b15c18574a3009" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.2.3+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.2.3+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.2.3+0".sources]] - hash = "074fb7b577f36b7cc91a83dcbfe6b9d809c276a3" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.2.4+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.2.4+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.2.4+0".sources]] - hash = "e7fd95d099218326555c2b7afe24b4953a471b16" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.2.5+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.2.5+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.2.5+0".sources]] - hash = "3ec3506693eb2b3d3f862f96cc7c220d458a713f" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.3.0+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.3.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.3.0+0".sources]] - hash = "c7cd6f935f7a3963ea5dbbe48ccf3675a759f96b" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.4.0+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.4.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.4.0+0".sources]] - hash = "c58fb3452ad4ea37795afbea77b33a3d4ce74219" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.5.0+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.5.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.5.0+0".sources]] - hash = "f88657b36af8e89f5921b9d4974ffcc181ed756d" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.5.1+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.5.1+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.5.1+0".sources]] - hash = "73c9663200d2e40cb72102257b552829f99b8f72" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.5.2+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] - - [[CUTEst_jll."2.5.2+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.5.2+0".sources]] - hash = "a10519a9705a0b54594352ce7fbe33d4c5ef6f43" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.5.3+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] -libraries = ["libcutest_single", "libcutest_double"] - - [[CUTEst_jll."2.5.3+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.5.3+0".sources]] - hash = "9fe696355fa50bfa7add79fce8a402d06dd40310" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.5.5+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] -libraries = ["libcutest_single", "libcutest_double"] - - [[CUTEst_jll."2.5.5+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.5.5+0".sources]] - hash = "534ffd6e9c638fceee8d046e4e8937eb41d1bdc1" - repo = "https://github.com/ralna/CUTEst.git" - -[CUTEst_jll."2.5.6+0"] -files = ["lib/libcutest_single.a", "lib/libcutest_double.a"] -libraries = ["libcutest_single", "libcutest_double"] - - [[CUTEst_jll."2.5.6+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[CUTEst_jll."2.5.6+0".sources]] - hash = "c0b28c8fd041228071838c1aed03d4ebbf5e64f6" - repo = "https://github.com/ralna/CUTEst.git" - -[CVRPSEP_jll."0.1.0+0"] -libraries = ["libcvrpsep"] - - [[CVRPSEP_jll."0.1.0+0".sources]] - hash = "c4d1720ffafcc174e39f65c7a90146cb82b68e44" - repo = "https://github.com/chkwon/CVRPSEP.git" - -[CXSparse_jll."4.4.0+0"] -libraries = ["libcxsparse"] - - [[CXSparse_jll."4.4.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[CXSparse_jll."4.4.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - [[CXSparse_jll."4.4.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "16.0.6" - - [[CXSparse_jll."4.4.0+0".sources]] - hash = "13806726cbf470914d012d132a85aea1aff9ee77" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[CXSparse_jll."4.4.1+0"] -libraries = ["libcxsparse"] - - [[CXSparse_jll."4.4.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[CXSparse_jll."4.4.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - [[CXSparse_jll."4.4.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "16.0.6" - - [[CXSparse_jll."4.4.1+0".sources]] - hash = "58e6558408f6a51c08e35a5557d5e68cae32147e" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[CXSparse_jll."5.10.1+0"] -libraries = ["libcxsparse"] - - [[CXSparse_jll."5.10.1+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "a475de1bde7ce9f3f13c5f79b7a423b401d3af2e" - target = "target" - tree_hash = "ef9b7f89f75daf4e42624a48f3550cfbf4e6ea4c" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - -[CXSparse_jll."5.10.1+1"] -libraries = ["libcxsparse"] - - [[CXSparse_jll."5.10.1+1".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[CXSparse_jll."400.400.100+0"] -libraries = ["libcxsparse", "libsuitesparseconfig"] - - [[CXSparse_jll."400.400.100+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[CXSparse_jll."400.400.100+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - [[CXSparse_jll."400.400.100+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "16.0.6" - - [[CXSparse_jll."400.400.100+0".sources]] - hash = "58e6558408f6a51c08e35a5557d5e68cae32147e" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[CXSparse_jll."400.400.100+1"] -libraries = ["libcxsparse", "libsuitesparseconfig"] - - [[CXSparse_jll."400.400.100+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[CXSparse_jll."400.400.100+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - [[CXSparse_jll."400.400.100+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "16.0.6" - - [[CXSparse_jll."400.400.100+1".sources]] - hash = "31572b33461e17eb3836c8cda9b1e5920ab1dfa0" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[CXSparse_jll."400.400.200+0"] -libraries = ["libcxsparse", "libsuitesparseconfig"] - - [[CXSparse_jll."400.400.200+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[CXSparse_jll."400.400.200+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - [[CXSparse_jll."400.400.200+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "16.0.6" - - [[CXSparse_jll."400.400.200+0".sources]] - hash = "b35a1f9318f4bd42085f4b5ea56f29c89d342d4d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[Cairo_jll."1.14.12+0"] -libraries = ["libcairo"] - - [[Cairo_jll."1.14.12+0".sources]] - hash = "8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16" - url = "https://www.cairographics.org/releases/cairo-1.14.12.tar.xz" - [[Cairo_jll."1.14.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c7ee105439947f3ca09d6e6bc506e1d51f903be0//C/Cairo/./bundled" - -[Cairo_jll."1.14.12+1"] -libraries = ["libcairo"] - - [[Cairo_jll."1.14.12+1".sources]] - hash = "8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16" - url = "https://www.cairographics.org/releases/cairo-1.14.12.tar.xz" - [[Cairo_jll."1.14.12+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/281f9a8a93f6ee79b7351b83bd3c73a5bcb506a2//C/Cairo/./bundled" - -[Cairo_jll."1.14.12+2"] -libraries = ["libcairo"] - - [[Cairo_jll."1.14.12+2".sources]] - hash = "8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16" - url = "https://www.cairographics.org/releases/cairo-1.14.12.tar.xz" - [[Cairo_jll."1.14.12+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/281f9a8a93f6ee79b7351b83bd3c73a5bcb506a2//C/Cairo/./bundled" - -[Cairo_jll."1.14.12+3"] -libraries = ["libcairo"] - - [[Cairo_jll."1.14.12+3".sources]] - hash = "8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16" - url = "https://www.cairographics.org/releases/cairo-1.14.12.tar.xz" - [[Cairo_jll."1.14.12+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0842be3f16f7de8aef289df1080cad6c49ede604//C/Cairo/./bundled" - -[Cairo_jll."1.14.12+4"] -libraries = ["libcairo"] - - [[Cairo_jll."1.14.12+4".sources]] - hash = "8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16" - url = "https://www.cairographics.org/releases/cairo-1.14.12.tar.xz" - [[Cairo_jll."1.14.12+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/62ed5860778206608b9ebd11d3171303c5eb18c6//C/Cairo/./bundled" - -[Cairo_jll."1.14.12+5"] -libraries = ["libcairo", "libcairo-gobject"] - - [[Cairo_jll."1.14.12+5".sources]] - hash = "8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16" - url = "https://www.cairographics.org/releases/cairo-1.14.12.tar.xz" - [[Cairo_jll."1.14.12+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/77d12ef9d7e7a823e5d3eddd4dd8b21270824090//C/Cairo/./bundled" - -[Cairo_jll."1.14.12+6"] -libraries = ["libcairo", "libcairo-gobject"] - - [[Cairo_jll."1.14.12+6".sources]] - hash = "8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16" - url = "https://www.cairographics.org/releases/cairo-1.14.12.tar.xz" - -[Cairo_jll."1.16.0+0"] -libraries = ["libcairo", "libcairo-gobject"] - - [[Cairo_jll."1.16.0+0".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - -[Cairo_jll."1.16.0+1"] -libraries = ["libcairo", "libcairo-gobject"] - - [[Cairo_jll."1.16.0+1".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - -[Cairo_jll."1.16.0+2"] -libraries = ["libcairo", "libcairo-gobject"] - - [[Cairo_jll."1.16.0+2".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - -[Cairo_jll."1.16.0+3"] -libraries = ["libcairo", "libcairo-gobject"] - - [[Cairo_jll."1.16.0+3".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - -[Cairo_jll."1.16.0+4"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.16.0+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.16.0+4".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - -[Cairo_jll."1.16.0+5"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.16.0+5".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.16.0+5".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - -[Cairo_jll."1.16.0+6"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.16.0+6".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.16.0+6".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - -[Cairo_jll."1.16.1+0"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.16.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.16.1+0".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - [[Cairo_jll."1.16.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/321f8868b6472078920ac8128fb0b143f313f3a2//C/Cairo/./bundled" - -[Cairo_jll."1.16.1+1"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.16.1+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.16.1+1".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - [[Cairo_jll."1.16.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7eddf232436b72bd2c979ce59b62267436428e2b//C/Cairo/./bundled" - -[Cairo_jll."1.16.1+2"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.16.1+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.16.1+2".sources]] - hash = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331" - url = "https://www.cairographics.org/releases/cairo-1.16.0.tar.xz" - [[Cairo_jll."1.16.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/739d281fff0242f28e2793a290c928beb89690ee//C/Cairo/./bundled" - -[Cairo_jll."1.18.0+0"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.18.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.18.0+0".sources]] - hash = "3909090108bb2db55330e3eb148aebe664735363" - repo = "https://gitlab.freedesktop.org/cairo/cairo.git" - -[Cairo_jll."1.18.0+1"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.18.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.18.0+1".sources]] - hash = "3909090108bb2db55330e3eb148aebe664735363" - repo = "https://gitlab.freedesktop.org/cairo/cairo.git" - -[Cairo_jll."1.18.0+2"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.18.0+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.18.0+2".sources]] - hash = "3909090108bb2db55330e3eb148aebe664735363" - repo = "https://gitlab.freedesktop.org/cairo/cairo.git" - -[Cairo_jll."1.18.2+0"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.18.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.18.2+0".sources]] - hash = "200441e6855854eb4dbf338e44d67b00ababe07f" - repo = "https://gitlab.freedesktop.org/cairo/cairo.git" - -[Cairo_jll."1.18.2+1"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.18.2+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.18.2+1".sources]] - hash = "b9eed915f9a67380e7ef9d8746656455c43f67e2" - repo = "https://gitlab.freedesktop.org/cairo/cairo.git" - -[Cairo_jll."1.18.4+0"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.18.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.18.4+0".sources]] - hash = "445ed8208a6e4823de1226a74ca319d3600e83f6369f99b14265006599c32ccb" - url = "https://cairographics.org/releases/cairo-1.18.4.tar.xz" - -[Cairo_jll."1.18.5+0"] -libraries = ["libcairo-gobject", "libcairo-script-interpreter", "libcairo"] - - [[Cairo_jll."1.18.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Cairo_jll."1.18.5+0".sources]] - hash = "445ed8208a6e4823de1226a74ca319d3600e83f6369f99b14265006599c32ccb" - url = "https://cairographics.org/releases/cairo-1.18.4.tar.xz" - -[Cairomm_jll."1.14.4+0"] -libraries = ["libcairomm-1", "libcairomm-1.0"] - - [[Cairomm_jll."1.14.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Cairomm_jll."1.14.4+0".sources]] - hash = "4749d25a2b2ef67cc0c014caaf5c87fa46792fc4b3ede186fb0fc932d2055158" - url = "https://www.cairographics.org/releases/cairomm-1.14.4.tar.xz" - [[Cairomm_jll."1.14.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/72a9a2030d0e71da85783edf4137ae4352a3a5f1//C/Cairomm/Cairomm@1.14.4/./bundled" - -[Cairomm_jll."1.16.1+0"] -libraries = ["libcairomm-1.16", "libcairomm-1"] - - [[Cairomm_jll."1.16.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Cairomm_jll."1.16.1+0".sources]] - hash = "6f6060d8e98dd4b8acfee2295fddbdd38cf487c07c26aad8d1a83bb9bff4a2c6" - url = "https://www.cairographics.org/releases/cairomm-1.16.1.tar.xz" - -[Cairomm_jll."1.16.2+0"] -libraries = ["libcairomm-1.16", "libcairomm-1"] - - [[Cairomm_jll."1.16.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Cairomm_jll."1.16.2+0".sources]] - hash = "6a63bf98a97dda2b0f55e34d1b5f3fb909ef8b70f9b8d382cb1ff3978e7dc13f" - url = "https://www.cairographics.org/releases/cairomm-1.16.2.tar.xz" - [[Cairomm_jll."1.16.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/587cd15f67c9d4afb5429cef40ddb7755dc2e7fa//C/Cairomm/Cairomm@1.16.2/./bundled" - -[Calcium_jll."0.300.0+0"] -libraries = ["libcalcium"] - - [[Calcium_jll."0.300.0+0".sources]] - hash = "63e8e1ed97d55d045b13bd28d1b7ab1c38239f08acd226866be6233543cb7456" - url = "https://github.com/fredrik-johansson/calcium/archive/refs/tags/0.3.0.tar.gz" - -[Calcium_jll."0.400.0+0"] -libraries = ["libcalcium"] - - [[Calcium_jll."0.400.0+0".sources]] - hash = "019469d2c7991e4077a9b32769451e891b105f763ab71f9c3585ce636df18918" - url = "https://github.com/fredrik-johansson/calcium/archive/refs/tags/0.4.0.tar.gz" - -[Calcium_jll."0.400.100+0"] -libraries = ["libcalcium"] - - [[Calcium_jll."0.400.100+0".sources]] - hash = "5fbc997e8c9e76c88cd85c12a86f0f14c4ebe602e9f7f11e11f0ca1f89c5d81c" - url = "https://github.com/fredrik-johansson/calcium/archive/refs/tags/0.4.1.tar.gz" - -[Calcium_jll."0.400.101+0"] -libraries = ["libcalcium"] - - [[Calcium_jll."0.400.101+0".sources]] - hash = "5fbc997e8c9e76c88cd85c12a86f0f14c4ebe602e9f7f11e11f0ca1f89c5d81c" - url = "https://github.com/fredrik-johansson/calcium/archive/refs/tags/0.4.1.tar.gz" - -[Calcium_jll."0.400.101+1"] -libraries = ["libcalcium"] - - [[Calcium_jll."0.400.101+1".sources]] - hash = "5fbc997e8c9e76c88cd85c12a86f0f14c4ebe602e9f7f11e11f0ca1f89c5d81c" - url = "https://github.com/fredrik-johansson/calcium/archive/refs/tags/0.4.1.tar.gz" - -[Calcium_jll."0.400.102+0"] -libraries = ["libcalcium"] - - [[Calcium_jll."0.400.102+0".sources]] - hash = "5fbc997e8c9e76c88cd85c12a86f0f14c4ebe602e9f7f11e11f0ca1f89c5d81c" - url = "https://github.com/fredrik-johansson/calcium/archive/refs/tags/0.4.1.tar.gz" - -[Calcium_jll."0.401.100+0"] -libraries = ["libcalcium"] - - [[Calcium_jll."0.401.100+0".sources]] - hash = "59a61324a9a113e269d646691a59273b7e784d04" - repo = "https://github.com/fredrik-johansson/calcium.git" - -[Capstone_jll."4.0.2+0"] -executables = ["cstool"] -libraries = ["libcapstone"] - - [[Capstone_jll."4.0.2+0".sources]] - hash = "7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a" - url = "https://github.com/aquynh/capstone/archive/4.0.2.tar.gz" - -[Capstone_jll."4.0.3+0"] -executables = ["cstool"] -libraries = ["libcapstone"] - - [[Capstone_jll."4.0.3+0".sources]] - hash = "7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a" - url = "https://github.com/aquynh/capstone/archive/4.0.2.tar.gz" - -[Cares_jll."1.18.1+0"] -executables = ["acountry", "adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.18.1+0".sources]] - hash = "1a7d52a8a84a9fbffb1be9133c0f6e17217d91ea5a6fa61f6b4729cda78ebbcf" - url = "https://c-ares.org/download/c-ares-1.18.1.tar.gz" - -[Cares_jll."1.19.0+0"] -executables = ["acountry", "adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.19.0+0".sources]] - hash = "bfceba37e23fd531293829002cac0401ef49a6dc55923f7f92236585b7ad1dd3" - url = "https://c-ares.org/download/c-ares-1.19.0.tar.gz" - -[Cares_jll."1.19.1+0"] -executables = ["acountry", "adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.19.1+0".sources]] - hash = "321700399b72ed0e037d0074c629e7741f6b2ec2dda92956abe3e9671d3e268e" - url = "https://c-ares.org/download/c-ares-1.19.1.tar.gz" - -[Cares_jll."1.22.0+0"] -executables = ["adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.22.0+0".sources]] - hash = "ad2e205088083317147c9f9eab5f24b82c3d50927c381a7c963deeb1182dbc21" - url = "https://c-ares.org/download/c-ares-1.22.0.tar.gz" - -[Cares_jll."1.23.0+0"] -executables = ["adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.23.0+0".sources]] - hash = "cb614ecf78b477d35963ebffcf486fc9d55cc3d3216f00700e71b7d4868f79f5" - url = "https://c-ares.org/download/c-ares-1.23.0.tar.gz" - -[Cares_jll."1.24.0+0"] -executables = ["adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.24.0+0".sources]] - hash = "c517de6d5ac9cd55a9b72c1541c3e25b84588421817b5f092850ac09a8df5103" - url = "https://c-ares.org/download/c-ares-1.24.0.tar.gz" - -[Cares_jll."1.25.0+0"] -executables = ["adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.25.0+0".sources]] - hash = "71832b93a48f5ff579c505f4869120c14e57b783275367207f1a98314aa724e5" - url = "https://c-ares.org/download/c-ares-1.25.0.tar.gz" - -[Cares_jll."1.26.0+0"] -executables = ["adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.26.0+0".sources]] - hash = "bed58c4f02b009080ebda6c2467ba469722ac6aebbf4497dc44a83d8c6194e50" - url = "https://c-ares.org/download/c-ares-1.26.0.tar.gz" - -[Cares_jll."1.27.0+0"] -executables = ["adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.27.0+0".sources]] - hash = "0a72be66959955c43e2af2fbd03418e82a2bd5464604ec9a62147e37aceb420b" - url = "https://c-ares.org/download/c-ares-1.27.0.tar.gz" - -[Cares_jll."1.32.2+0"] -executables = ["adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.32.2+0".sources]] - hash = "80c2648f0a2ff0a934e1a8e119fb155ee0aebdd4" - repo = "https://github.com/c-ares/c-ares" - -[Cares_jll."1.32.3+0"] -executables = ["adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.32.3+0".sources]] - hash = "5899dea2b1f8e78f311aaed7db98b82b5537c9f9" - repo = "https://github.com/c-ares/c-ares" - -[Cares_jll."1.33.1+0"] -executables = ["adig", "ahost"] -libraries = ["libcares"] - - [[Cares_jll."1.33.1+0".sources]] - hash = "27b98d96eff6122fb981e338bddef3d6a57d8d44" - repo = "https://github.com/c-ares/c-ares" - -[CasADi_jll."3.5.5+0"] -executables = ["amplexe"] -libraries = ["libcasadi", "libcasadi_nlpsol_ipopt"] - - [[CasADi_jll."3.5.5+0".sources]] - hash = "fadc86444f3c7ab824dc3f2d91d4c0cfe7f9dad5" - repo = "https://github.com/casadi/casadi.git" - [[CasADi_jll."3.5.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/db0537797449b10a4cd9e6c904f111525f475ac4//C/CasADi/./bundled" - -[Catalyst_jll."0.1.0+0"] -executables = ["catalyst_replay"] -libraries = ["libcatalyst"] - - [[Catalyst_jll."0.1.0+0".sources]] - hash = "16dc369855a7c29bb00829cf8ecb16fa3b7ebd4b" - repo = "https://gitlab.kitware.com/paraview/catalyst" - -[Catalyst_jll."2.0.0+0"] -executables = ["catalyst_replay"] -libraries = ["libcatalyst"] - - [[Catalyst_jll."2.0.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2+0" - - [[Catalyst_jll."2.0.0+0".sources]] - hash = "ed6151a298c6bcc888353e2bdf92a40e6ed8de30" - repo = "https://gitlab.kitware.com/paraview/catalyst" - -[Cbc_jll."2.10.3+0"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."2.10.3+0".sources]] - hash = "6fe3addaa76436d479d4431add67b371e11d3e83" - repo = "https://github.com/coin-or/Cbc.git" - [[Cbc_jll."2.10.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ab61588b046e2055767ca626856c5ec7feda57a//./C/Coin-OR/Cbc/./bundled" - -[Cbc_jll."2.10.3+1"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."2.10.3+1".sources]] - hash = "6fe3addaa76436d479d4431add67b371e11d3e83" - repo = "https://github.com/coin-or/Cbc.git" - [[Cbc_jll."2.10.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5606be13268295d6a6f0dc0cb0c77e71ce1aae19//./C/Coin-OR/Cbc/./bundled" - -[Cbc_jll."2.10.3+2"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."2.10.3+2".sources]] - hash = "6fe3addaa76436d479d4431add67b371e11d3e83" - repo = "https://github.com/coin-or/Cbc.git" - [[Cbc_jll."2.10.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b5481ed1e890f2a64e2764851df2ce61b5b92099//./C/Coin-OR/Cbc/./bundled" - -[Cbc_jll."2.10.3+3"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."2.10.3+3".sources]] - hash = "6fe3addaa76436d479d4431add67b371e11d3e83" - repo = "https://github.com/coin-or/Cbc.git" - [[Cbc_jll."2.10.3+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8c70795bca40d849c3d0d286daf48c7598e9129a//./C/Coin-OR/Cbc/./bundled" - -[Cbc_jll."2.10.3+4"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."2.10.3+4".sources]] - hash = "6fe3addaa76436d479d4431add67b371e11d3e83" - repo = "https://github.com/coin-or/Cbc.git" - [[Cbc_jll."2.10.3+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/92e39ec3b755237e034d8d11b5df4dc81d874b8c//./C/Coin-OR/Cbc/./bundled" - -[Cbc_jll."2.10.3+5"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."2.10.3+5".sources]] - hash = "6fe3addaa76436d479d4431add67b371e11d3e83" - repo = "https://github.com/coin-or/Cbc.git" - [[Cbc_jll."2.10.3+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/af2df11ce93d0dee2a25fd0f0d5556d83ee6740c//C/Coin-OR/Cbc/./bundled" - -[Cbc_jll."2.10.5+0"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."2.10.5+0".sources]] - hash = "7b5ccc016f035f56614c8018b20d700978144e9f" - repo = "https://github.com/coin-or/Cbc.git" - [[Cbc_jll."2.10.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e8f748fa4d179a9e418d0de176f993180ccd3091//C/Cbc/./bundled" - -[Cbc_jll."2.10.5+1"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."2.10.5+1".sources]] - hash = "7b5ccc016f035f56614c8018b20d700978144e9f" - repo = "https://github.com/coin-or/Cbc.git" - [[Cbc_jll."2.10.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d6d0907524811c3599b817ad3adcae148f8dedf8//./C/Coin-OR/Cbc/./bundled" - -[Cbc_jll."2.10.5+2"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."2.10.5+2".sources]] - hash = "7b5ccc016f035f56614c8018b20d700978144e9f" - repo = "https://github.com/coin-or/Cbc.git" - -[Cbc_jll."200.1000.500+0"] -executables = ["cbc"] -libraries = ["libCbc", "libCbcSolver"] - - [[Cbc_jll."200.1000.500+0".sources]] - hash = "7b5ccc016f035f56614c8018b20d700978144e9f" - repo = "https://github.com/coin-or/Cbc.git" - -[Cbc_jll."200.1000.500+1"] -executables = ["cbc"] -libraries = ["libCbc", "libOsiCbc", "libCbcSolver"] - - [[Cbc_jll."200.1000.500+1".sources]] - hash = "7b5ccc016f035f56614c8018b20d700978144e9f" - repo = "https://github.com/coin-or/Cbc.git" - -[Cbc_jll."200.1000.501+0"] -executables = ["cbc"] -libraries = ["libCbc", "libOsiCbc", "libCbcSolver"] - - [[Cbc_jll."200.1000.501+0".sources]] - hash = "7b5ccc016f035f56614c8018b20d700978144e9f" - repo = "https://github.com/coin-or/Cbc.git" - -[Cbc_jll."200.1000.800+0"] -executables = ["cbc"] -libraries = ["libCbc", "libOsiCbc", "libCbcSolver"] - - [[Cbc_jll."200.1000.800+0".sources]] - hash = "3c1d759619f38bbd5916380df292cfc1dafba7f5" - repo = "https://github.com/coin-or/Cbc.git" - -[Cbc_jll."200.1000.1200+0"] -executables = ["cbc"] -libraries = ["libCbc", "libOsiCbc", "libCbcSolver"] - - [[Cbc_jll."200.1000.1200+0".sources]] - hash = "782d275a8efa569eb818551561b424948e19653c" - repo = "https://github.com/coin-or/Cbc.git" - -[Ccache_jll."4.2.0+0"] -executables = ["ccache"] - - [[Ccache_jll."4.2.0+0".sources]] - hash = "2f14b11888c39778c93814fc6843fc25ad60ff6ba4eeee3dff29a1bad67ba94f" - url = "https://github.com/ccache/ccache/releases/download/v4.2/ccache-4.2.tar.xz" - -[Ccache_jll."4.7.4+0"] -executables = ["ccache"] - - [[Ccache_jll."4.7.4+0".sources]] - hash = "df0c64d15d3efaf0b4f6837dd6b1467e40eeaaa807db25ce79c3a08a46a84e36" - url = "https://github.com/ccache/ccache/releases/download/v4.7.4/ccache-4.7.4.tar.xz" - [[Ccache_jll."4.7.4+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Ccache_jll."4.9.1+0"] -executables = ["ccache"] - - [[Ccache_jll."4.9.1+0".sources]] - hash = "4c03bc840699127d16c3f0e6112e3f40ce6a230d5873daa78c60a59c7ef59d25" - url = "https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1.tar.xz" - [[Ccache_jll."4.9.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Ccluster_jll."1.1.6+0"] -libraries = ["libccluster"] - - [[Ccluster_jll."1.1.6+0".sources]] - hash = "85b866a5485403d8af944965c531645709c21ee0810adfe720258e5c509332e1" - url = "https://github.com/rimbach/Ccluster/archive/refs/tags/v1.1.6.tar.gz" - -[Ccluster_jll."1.1.7+0"] -libraries = ["libccluster"] - - [[Ccluster_jll."1.1.7+0".sources]] - hash = "725ab22cf7e74afe5a5133ac75ee4a101d7b4ff5f0f25a6b74f5d9bfda8a18d5" - url = "https://github.com/rimbach/Ccluster/archive/refs/tags/v1.1.7.tar.gz" - -[Ccluster_jll."1.1.8+0"] -libraries = ["libccluster"] - - [[Ccluster_jll."1.1.8+0".sources]] - hash = "725ab22cf7e74afe5a5133ac75ee4a101d7b4ff5f0f25a6b74f5d9bfda8a18d5" - url = "https://github.com/rimbach/Ccluster/archive/refs/tags/v1.1.7.tar.gz" - -[CeresSolver_jll."1.14.0+0"] -libraries = ["libceres"] - - [[CeresSolver_jll."1.14.0+0".sources]] - hash = "4744005fc3b902fed886ea418df70690caa8e2ff6b5a90f3dd88a3d291ef8e8e" - url = "http://ceres-solver.org/ceres-solver-1.14.0.tar.gz" - -[CeresSolver_jll."2.1.0+0"] -libraries = ["libceres"] - - [[CeresSolver_jll."2.1.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[CeresSolver_jll."2.1.0+0".sources]] - hash = "f68321e7de8929fbcdb95dd42877531e64f72f66" - repo = "https://github.com/ceres-solver/ceres-solver.git" - -[CeresSolver_jll."2.2.0+0"] -libraries = ["libceres"] - - [[CeresSolver_jll."2.2.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[CeresSolver_jll."2.2.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[CeresSolver_jll."2.2.0+0".sources]] - hash = "125c06882960d87f25f2e0ccb217a949528b017c" - repo = "https://github.com/ceres-solver/ceres-solver.git" - -[Cgl_jll."0.59.10+0"] -libraries = ["libCgl"] - - [[Cgl_jll."0.59.10+0".sources]] - hash = "8152008bfe6bc84e9d46a43472734d40dd79dbb2" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.59.10+1"] -libraries = ["libCgl", "libCgl-1"] - - [[Cgl_jll."0.59.10+1".sources]] - hash = "8152008bfe6bc84e9d46a43472734d40dd79dbb2" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.60.2+0"] -libraries = ["libCgl"] - - [[Cgl_jll."0.60.2+0".sources]] - hash = "6377b88754fafacf24baac28bb27c0623cc14457" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.60.2+1"] -libraries = ["libCgl"] - - [[Cgl_jll."0.60.2+1".sources]] - hash = "6377b88754fafacf24baac28bb27c0623cc14457" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.60.2+2"] -libraries = ["libCgl"] - - [[Cgl_jll."0.60.2+2".sources]] - hash = "6377b88754fafacf24baac28bb27c0623cc14457" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.60.2+3"] -libraries = ["libCgl"] - - [[Cgl_jll."0.60.2+3".sources]] - hash = "6377b88754fafacf24baac28bb27c0623cc14457" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.60.2+4"] -libraries = ["libCgl"] - - [[Cgl_jll."0.60.2+4".sources]] - hash = "6377b88754fafacf24baac28bb27c0623cc14457" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.60.2+5"] -libraries = ["libCgl"] - - [[Cgl_jll."0.60.2+5".sources]] - hash = "6377b88754fafacf24baac28bb27c0623cc14457" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.60.2+6"] -libraries = ["libCgl"] - - [[Cgl_jll."0.60.2+6".sources]] - hash = "6377b88754fafacf24baac28bb27c0623cc14457" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.60.3+0"] -libraries = ["libCgl"] - - [[Cgl_jll."0.60.3+0".sources]] - hash = "31797b2997219934db02a40d501c4b6d8efa7398" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.60.3+1"] -libraries = ["libCgl"] - - [[Cgl_jll."0.60.3+1".sources]] - hash = "31797b2997219934db02a40d501c4b6d8efa7398" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.6000.200+0"] -libraries = ["libCgl"] - - [[Cgl_jll."0.6000.200+0".sources]] - hash = "6377b88754fafacf24baac28bb27c0623cc14457" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.6000.300+0"] -libraries = ["libCgl"] - - [[Cgl_jll."0.6000.300+0".sources]] - hash = "31797b2997219934db02a40d501c4b6d8efa7398" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.6000.600+0"] -libraries = ["libCgl"] - - [[Cgl_jll."0.6000.600+0".sources]] - hash = "8952b9e737e434b730fab5967cd28180b43d7234" - repo = "https://github.com/coin-or/Cgl.git" - -[Cgl_jll."0.6000.900+0"] -libraries = ["libCgl"] - - [[Cgl_jll."0.6000.900+0".sources]] - hash = "1d91b9ccb57eafbb7c07e994089a0f124358ffbd" - repo = "https://github.com/coin-or/Cgl.git" - -[Chafa_jll."1.4.1+0"] -executables = ["chafa"] -libraries = ["libchafa"] - - [[Chafa_jll."1.4.1+0".sources]] - hash = "46d34034f4c96d120e0639f87a26590427cc29e95fe5489e903a48ec96402ba3" - url = "https://hpjansson.org/chafa/releases/chafa-1.4.1.tar.xz" - -[Chafa_jll."1.8.0+0"] -executables = ["chafa"] -libraries = ["libchafa"] - - [[Chafa_jll."1.8.0+0".sources]] - hash = "21ff652d836ba207098c40c459652b2f1de6c8a64fbffc62e7c6319ced32286b" - url = "https://hpjansson.org/chafa/releases/chafa-1.8.0.tar.xz" - -[Check_jll."0.15.1+0"] -libraries = ["libcheck"] - - [[Check_jll."0.15.1+0".sources]] - hash = "c1cc3d64975c0edd8042ab90d881662f1571278f8ea79d8e3c2cc877dac60001" - url = "https://github.com/libcheck/check/releases/download/0.15.1/check-0.15.1.tar.gz" - -[Check_jll."0.15.2+0"] -libraries = ["libcheck"] - - [[Check_jll."0.15.2+0".sources]] - hash = "a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a" - url = "https://github.com/libcheck/check/releases/download/0.15.2/check-0.15.2.tar.gz" - -[Chemfiles_jll."0.9.2+0"] -libraries = ["libchemfiles"] - - [[Chemfiles_jll."0.9.2+0".sources]] - hash = "f0a40c8934cffdc8321bed79ded4cb4de5d5366d1f503a95467e294384521e82" - url = "https://github.com/chemfiles/chemfiles/archive/0.9.2.tar.gz" - [[Chemfiles_jll."0.9.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/628899b39fe8fcb94c1676d47c9e1617ea8c2f4b//C/Chemfiles/./bundled" - -[Chemfiles_jll."0.9.2+1"] -libraries = ["libchemfiles"] - - [[Chemfiles_jll."0.9.2+1".sources]] - hash = "f0a40c8934cffdc8321bed79ded4cb4de5d5366d1f503a95467e294384521e82" - url = "https://github.com/chemfiles/chemfiles/archive/0.9.2.tar.gz" - [[Chemfiles_jll."0.9.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e5f7ed05f8ed5cc9e0242fbd58992a3353bf0ec0//C/Chemfiles/./bundled" - -[Chemfiles_jll."0.9.3+0"] -libraries = ["libchemfiles"] - - [[Chemfiles_jll."0.9.3+0".sources]] - hash = "541878d189886dd52a247be711ab897fc6062c3275c34ee2e76a99b04132c74d" - url = "https://github.com/chemfiles/chemfiles/archive/0.9.3.tar.gz" - -[Chemfiles_jll."0.9.3+1"] -libraries = ["libchemfiles"] - - [[Chemfiles_jll."0.9.3+1".sources]] - hash = "541878d189886dd52a247be711ab897fc6062c3275c34ee2e76a99b04132c74d" - url = "https://github.com/chemfiles/chemfiles/archive/0.9.3.tar.gz" - -[Chemfiles_jll."0.10.0+0"] -libraries = ["libchemfiles"] - - [[Chemfiles_jll."0.10.0+0".sources]] - hash = "521e7b3a4fe007ffca198b276e5c40a0ae4f2824050e29ccf32ef91dce21b102" - url = "https://github.com/chemfiles/chemfiles/archive/0.10.0.tar.gz" - -[Chemfiles_jll."0.10.1+0"] -libraries = ["libchemfiles"] - - [[Chemfiles_jll."0.10.1+0".sources]] - hash = "a1bbc26d8e8c33f52a157df4aece0c07e126a986f29231c4fdcb9a55292dc5b0" - url = "https://github.com/chemfiles/chemfiles/archive/0.10.1.tar.gz" - -[Chemfiles_jll."0.10.2+0"] -libraries = ["libchemfiles"] - - [[Chemfiles_jll."0.10.2+0".sources]] - hash = "2e3b58167f25d561ab19ae06acdc02f26b5640bd6c85e0a5b10fedfec59f5285" - url = "https://github.com/chemfiles/chemfiles/archive/0.10.2.tar.gz" - -[Chemfiles_jll."0.10.3+0"] -libraries = ["libchemfiles"] - - [[Chemfiles_jll."0.10.3+0".sources]] - hash = "5f53d87a668a85bebf04e0e8ace0f1db984573de1c54891ba7d37d31cced0408" - url = "https://github.com/chemfiles/chemfiles/archive/0.10.3.tar.gz" - [[Chemfiles_jll."0.10.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/07d3f1a20daafef06e6cd2cb4fc9261147347655//C/Chemfiles/./patches" - -[Chemfiles_jll."0.10.4+0"] -libraries = ["libchemfiles"] - - [[Chemfiles_jll."0.10.4+0".sources]] - hash = "b8232ddaae2953538274982838aa6c2df87d300f7e2f80e92c171581e06325ba" - url = "https://github.com/chemfiles/chemfiles/releases/download/0.10.4/chemfiles-0.10.4.tar.gz" - -[Chipmunk_jll."7.0.3+0"] -libraries = ["libchipmunk"] - - [[Chipmunk_jll."7.0.3+0".sources]] - hash = "7d10641155864bcf0e7f4c7cf1f0327ec7c1d90d" - repo = "https://github.com/slembcke/Chipmunk2D.git" - [[Chipmunk_jll."7.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b68587683428476f5bf13d3da1f70ec9c364beca//C/Chipmunk/./bundled" - -[Chuffed_jll."0.10.4+0"] -executables = ["fzn-chuffed"] - - [[Chuffed_jll."0.10.4+0".sources]] - hash = "23b9fcee3bb30b11f68d82ef4534040ebae1a8fb" - repo = "https://github.com/chuffed/chuffed.git" - -[Chuffed_jll."0.13.2+0"] -executables = ["fzn-chuffed"] - - [[Chuffed_jll."0.13.2+0".sources]] - hash = "2016f7eb7943a86b9ce93bb70b821d701667a5ca" - repo = "https://github.com/chuffed/chuffed.git" - -[Clang_unified_jll."0.1.0+0"] -executables = ["clang", "clang-15", "clang-16", "clang-17"] -libraries = ["libclang", "libclang-cpp"] - - [[Clang_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[Clang_unified_jll."0.1.0+1"] -executables = ["clang", "clang-15", "clang-16", "clang-17"] -libraries = ["libclang", "libclang-cpp"] - - [[Clang_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[Clang_unified_jll."0.1.0+2"] -executables = ["clang", "clang-15", "clang-16", "clang-17", "clang-18", "clang-19"] -libraries = ["libclang", "libclang-cpp"] - - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "b553c11f9c72d8c45dedee4e458ab0f94647d8df" - target = "target" - tree_hash = "eccee36c048b96760df5b80dd198ef055e45f1c3" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "352b25df5ca5c45965103b0a239759a4c1e736f3" - target = "target" - tree_hash = "3aede999257f0cdc711b3eb037bda968733da3e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[Clang_unified_jll."0.1.0+3"] -executables = ["clang", "clang-15", "clang-16", "clang-17", "clang-18", "clang-19"] -libraries = ["libclang", "libclang-cpp"] - - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "b1d296c1e9253cd3456a5fb66a648da7f962d71d" - target = "target" - tree_hash = "8d2887c54595b5b1b34669cdc53db06aed79aa3f" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "de6b2266259c884f3a361e3d4ed812c400003ed5" - target = "target" - tree_hash = "4d57c17f8601d104d1fb70164b978e02ab03a24d" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[Clang_unified_jll."0.1.0+4"] -executables = ["clang", "clang-15", "clang-16", "clang-17", "clang-18", "clang-19"] -libraries = ["libclang", "libclang-cpp"] - - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "a9d97a8da374f9f2d068a7e8721dd8911ebf88d1" - target = "target" - tree_hash = "151a837c7c89b1b359bb31f8d730fcf3943e32ec" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "3bcb529efc10595217786dc1c0fc19c1084de0f0" - target = "target" - tree_hash = "f3eaa3b5c7d5ddf42e7ce9c9bd056b5613c9cbba" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[Clang_unified_jll."0.1.0+5"] -executables = ["clang", "clang-15", "clang-16", "clang-17", "clang-18", "clang-19"] -libraries = ["libclang", "libclang-cpp"] - - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "17649c7a67e9f5c0c4f232876a86a385785794c7" - target = "target" - tree_hash = "f15ad8272ff26131183b13ff841c6965c88aabea" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[Clang_unified_jll."0.1.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "e70744fc73930157bf26131405150295c7f9930e" - target = "target" - tree_hash = "f5d919900de07a394f87d1b00f4e7e79f2c991f7" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[Clay_jll."0.1.2+0"] -libraries = ["libclay"] - - [[Clay_jll."0.1.2+0".sources]] - hash = "6a9b723dcce154347452491559b34da528cd657f" - repo = "https://github.com/nicbarker/clay.git" - -[Cling_jll."0.9.0+0"] -executables = ["cling"] -libraries = ["libcling"] - - [[Cling_jll."0.9.0+0".sources]] - hash = "859a19cc70aba64df3a20f1b91c84b81547bbf24" - repo = "http://root.cern/git/llvm.git" - [[Cling_jll."0.9.0+0".sources]] - hash = "0e0d27eb409f64af84cc6a85c2fb48d2b5ce8122" - repo = "http://root.cern/git/clang.git" - [[Cling_jll."0.9.0+0".sources]] - hash = "646e3f59550b6a24d81edde5694844a1a8c3fdf4" - repo = "http://root.cern/git/cling.git" - [[Cling_jll."0.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2aec942a4cc28627fc35a05003c16e219d818270//C/Cling/./bundled" - -[Clingcon_jll."5.0.0+0"] -executables = ["clingcon"] -libraries = ["libclingcon"] - - [[Clingcon_jll."5.0.0+0".sources]] - hash = "586b23ceadff349051dd0a58467679a3758199cb" - repo = "https://github.com/potassco/clingcon.git" - -[Clingo_jll."5.4.1+0"] -executables = ["lpconvert", "clingo", "gringo", "reify", "clasp"] - - [[Clingo_jll."5.4.1+0".sources]] - hash = "330932bf5b9c7715bcd722a0c9656fcd20830591" - repo = "https://github.com/potassco/clingo.git" - -[Clingo_jll."5.4.1+1"] -executables = ["lpconvert", "clingo", "gringo", "reify", "clasp"] -libraries = ["libclingo"] - - [[Clingo_jll."5.4.1+1".sources]] - hash = "330932bf5b9c7715bcd722a0c9656fcd20830591" - repo = "https://github.com/potassco/clingo.git" - -[Clingo_jll."5.5.0+0"] -executables = ["lpconvert", "clingo", "gringo", "reify", "clasp"] -libraries = ["libclingo"] - - [[Clingo_jll."5.5.0+0".sources]] - hash = "e1c20131b708439c7e1c317bb96b58e5a527b1a2" - repo = "https://github.com/potassco/clingo.git" - -[Clingo_jll."5.7.1+0"] -executables = ["lpconvert", "clingo", "gringo", "reify", "clasp"] -libraries = ["libclingo"] - - [[Clingo_jll."5.7.1+0".sources]] - hash = "65e056a24ce77caf0d705e7ccd02f04519bcaf48" - repo = "https://github.com/potassco/clingo.git" - -[Clipper2_jll."1.0.4+0"] -libraries = ["libClipper2", "libClipper2Z"] - - [[Clipper2_jll."1.0.4+0".sources]] - hash = "8916ed19e113e1b84fa44d17ead56baef23fc394" - repo = "https://github.com/AngusJohnson/Clipper2.git" - [[Clipper2_jll."1.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/770c0c09f21895ec9cb28473d80834a451401b91//C/Clipper2/./bundled" - -[Clipper2_jll."1.2.2+0"] -libraries = ["libClipper2", "libClipper2Z"] - - [[Clipper2_jll."1.2.2+0".sources]] - hash = "756c5079aacab5837e812a143c59dc48a09f22e7" - repo = "https://github.com/AngusJohnson/Clipper2.git" - [[Clipper2_jll."1.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e219018ec351d83ef2f660e54a603806e982c735//C/Clipper2/./bundled" - -[Clipper_jll."6.4.0+0"] -libraries = ["libcclipper"] - - [[Clipper_jll."6.4.0+0".sources]] - hash = "d9e011161e5f4e161137af19d0f5da6dc5764520" - repo = "https://github.com/SimonDanisch/ClipperBuilder.git" - -[Clipper_jll."6.4.2+0"] -libraries = ["libcclipper"] - - [[Clipper_jll."6.4.2+0".sources]] - hash = "a14320d82194807c4480ce59c98aa71cd4175a5156645c4e2b3edd330b930627" - url = "https://downloads.sourceforge.net/project/polyclipping/clipper_ver6.4.2.zip" - [[Clipper_jll."6.4.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7674111760992441b3af17d4c79ebc9999c00285//C/Clipper/./cwrapper" - -[Clipper_jll."6.4.2+1"] -libraries = ["libcclipper"] - - [[Clipper_jll."6.4.2+1".sources]] - hash = "a14320d82194807c4480ce59c98aa71cd4175a5156645c4e2b3edd330b930627" - url = "https://downloads.sourceforge.net/project/polyclipping/clipper_ver6.4.2.zip" - [[Clipper_jll."6.4.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f965f4e3bc060e1ec3e39bdeaa45b9ea93243f9f//C/Clipper/./cwrapper" - -[Clipper_jll."6.4.3+0"] -libraries = ["libcclipper"] - - [[Clipper_jll."6.4.3+0".sources]] - hash = "a14320d82194807c4480ce59c98aa71cd4175a5156645c4e2b3edd330b930627" - url = "https://downloads.sourceforge.net/project/polyclipping/clipper_ver6.4.2.zip" - [[Clipper_jll."6.4.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dd0e58a58668c7c4ed3a4ad96261e0fe243263a5//C/Clipper/./cwrapper" - -[Clp_jll."1.16.11+0"] -libraries = ["libClp", "libClp-1", "libOsiClp", "libOsiClp-1", "libClpSolver", "libClpSolver-1"] - - [[Clp_jll."1.16.11+0".sources]] - hash = "aae123d7a3c633a382b7cb9c1f4f78ed6559a10b" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.16.11+1"] -libraries = ["libClp", "libClp-1", "libOsiClp", "libOsiClp-1", "libClpSolver", "libClpSolver-1"] - - [[Clp_jll."1.16.11+1".sources]] - hash = "aae123d7a3c633a382b7cb9c1f4f78ed6559a10b" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.16.11+2"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.16.11+2".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[Clp_jll."1.16.11+2".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[Clp_jll."1.16.11+2".sources]] - hash = "aae123d7a3c633a382b7cb9c1f4f78ed6559a10b" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.16.11+3"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.16.11+3".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[Clp_jll."1.16.11+3".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[Clp_jll."1.16.11+3".sources]] - hash = "aae123d7a3c633a382b7cb9c1f4f78ed6559a10b" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.3+0"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.3+0".sources]] - hash = "27f61df3a85e327b8f7f15f8f40b0f415f4cc4e9" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.3+1"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.3+1".sources]] - hash = "27f61df3a85e327b8f7f15f8f40b0f415f4cc4e9" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.3+2"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.3+2".sources]] - hash = "27f61df3a85e327b8f7f15f8f40b0f415f4cc4e9" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.5+0"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.5+0".sources]] - hash = "aae123d7a3c633a382b7cb9c1f4f78ed6559a10b" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.5+1"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.5+1".sources]] - hash = "29a3d29d94f102e9029eb4be72cde2bfd378d752" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.5+2"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.5+2".sources]] - hash = "29a3d29d94f102e9029eb4be72cde2bfd378d752" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.6+0"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.6+0".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.6+1"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.6+1".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[Clp_jll."1.17.6+1".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[Clp_jll."1.17.6+1".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.6+2"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.6+2".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[Clp_jll."1.17.6+2".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[Clp_jll."1.17.6+2".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.6+3"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.6+3".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[Clp_jll."1.17.6+3".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[Clp_jll."1.17.6+3".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.6+4"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.6+4".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[Clp_jll."1.17.6+4".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[Clp_jll."1.17.6+4".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.6+5"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.6+5".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[Clp_jll."1.17.6+5".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[Clp_jll."1.17.6+5".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.6+6"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.6+6".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[Clp_jll."1.17.6+6".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[Clp_jll."1.17.6+6".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."1.17.6+7"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."1.17.6+7".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[Clp_jll."1.17.6+7".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[Clp_jll."1.17.6+7".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."100.1700.600+0"] -executables = ["clp"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."100.1700.600+0".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."100.1700.601+0"] -executables = ["clp"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."100.1700.601+0".sources]] - hash = "756ddd3ed813eb1fa8b2d1b4fe813e6a4d7aa1eb" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."100.1700.700+0"] -executables = ["clp"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."100.1700.700+0".sources]] - hash = "1c2586a08d33ecc59ed67d319c29044802c0866b" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."100.1700.700+1"] -executables = ["clp"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."100.1700.700+1".sources]] - hash = "1c2586a08d33ecc59ed67d319c29044802c0866b" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."100.1700.900+0"] -executables = ["clp"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."100.1700.900+0".sources]] - hash = "7b9daa62d4c2710a368a17385913ce59d8c67b68" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."100.1700.901+0"] -executables = ["clp"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."100.1700.901+0".sources]] - hash = "7b9daa62d4c2710a368a17385913ce59d8c67b68" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."100.1700.1000+0"] -executables = ["clp"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."100.1700.1000+0".sources]] - hash = "9a3efaa9ecefeb2a6088a447c9f66c6f31edbed9" - repo = "https://github.com/coin-or/Clp.git" - -[Clp_jll."100.1700.1000+1"] -executables = ["clp"] -libraries = ["libClp", "libOsiClp", "libClpSolver"] - - [[Clp_jll."100.1700.1000+1".sources]] - hash = "9a3efaa9ecefeb2a6088a447c9f66c6f31edbed9" - repo = "https://github.com/coin-or/Clp.git" - -[ClustalO_jll."1.2.4+0"] -executables = ["clustalo"] - - [[ClustalO_jll."1.2.4+0".sources]] - hash = "d21fab82d380638c568c9427ed39cb42dd87d93b" - repo = "https://github.com/GSLBiotech/clustal-omega.git" - -[CoinUtils_jll."2.10.14+0"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.10.14+0".sources]] - hash = "f01efb018b4c8300634f268e8029f5414208f05c" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."2.10.14+1"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.10.14+1".sources]] - hash = "f01efb018b4c8300634f268e8029f5414208f05c" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."2.11.3+0"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.11.3+0".sources]] - hash = "ea66474879246f299e977802c94a0e45334e7afb" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."2.11.3+1"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.11.3+1".sources]] - hash = "ea66474879246f299e977802c94a0e45334e7afb" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."2.11.3+2"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.11.3+2".sources]] - hash = "ea66474879246f299e977802c94a0e45334e7afb" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."2.11.3+3"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.11.3+3".sources]] - hash = "ea66474879246f299e977802c94a0e45334e7afb" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."2.11.3+4"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.11.3+4".sources]] - hash = "ea66474879246f299e977802c94a0e45334e7afb" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."2.11.4+0"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.11.4+0".sources]] - hash = "f709081c9b57cc2dd32579d804b30689ca789982" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."2.11.4+1"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.11.4+1".sources]] - hash = "f709081c9b57cc2dd32579d804b30689ca789982" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."2.11.4+2"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."2.11.4+2".sources]] - hash = "f709081c9b57cc2dd32579d804b30689ca789982" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."200.1100.400+0"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."200.1100.400+0".sources]] - hash = "f709081c9b57cc2dd32579d804b30689ca789982" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."200.1100.600+0"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."200.1100.600+0".sources]] - hash = "26e9639ed9897e13e89169870dbe910296a9783b" - repo = "https://github.com/coin-or/CoinUtils.git" - -[CoinUtils_jll."200.1100.1100+0"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."200.1100.1100+0".sources]] - hash = "27da344479f38c82112d738501643dcb229e4ee96a5f87d4f406456bdc1b2cb4" - url = "https://github.com/coin-or/CoinUtils/archive/refs/tags/releases/2.11.11.tar.gz" - -[CoinUtils_jll."200.1100.1200+0"] -libraries = ["libCoinUtils"] - - [[CoinUtils_jll."200.1100.1200+0".sources]] - hash = "cc644574ef1899f14b7318e6cdb7f460bbee5212" - repo = "https://github.com/coin-or/CoinUtils.git" - -[ColPack_jll."0.1.0+0"] -libraries = ["libColPack"] - - [[ColPack_jll."0.1.0+0".sources]] - hash = "c8674588c8204e9f05a2c6adea21a28f7b56f490" - repo = "https://github.com/michel2323/ColPack.git" - -[ColPack_jll."0.2.0+0"] -libraries = ["libColPack"] - - [[ColPack_jll."0.2.0+0".sources]] - hash = "e2290dff4dc27985b9c1e5f45ae08e67f488798f" - repo = "https://github.com/michel2323/ColPack.git" - -[ColPack_jll."0.3.0+0"] -libraries = ["libColPack"] - - [[ColPack_jll."0.3.0+0".sources]] - hash = "b22020d3915abc06753fafe7005e539f11d46924" - repo = "https://github.com/michel2323/ColPack.git" - -[ColPack_jll."0.4.0+0"] -executables = ["ColPack"] -libraries = ["libcolpack"] - - [[ColPack_jll."0.4.0+0".sources]] - hash = "114a6eb793f539edfe28a47af457c4a641f6ec16" - repo = "https://github.com/amontoison/ColPack.git" - -[ColPack_jll."0.4.1+0"] -executables = ["ColPack"] -libraries = ["libcolpack"] - - [[ColPack_jll."0.4.1+0".sources]] - hash = "d873bad2a269355ccf30924ad18bd53a6abfe590" - repo = "https://github.com/amontoison/ColPack.git" - -[ColPack_jll."0.4.2+0"] -executables = ["ColPack"] -libraries = ["libcolpack"] - - [[ColPack_jll."0.4.2+0".sources]] - hash = "707282d64b11c7f29e87b05df5edca72d31ab05e" - repo = "https://github.com/amontoison/ColPack.git" - -[ColPack_jll."0.4.3+0"] -executables = ["ColPack"] -libraries = ["libcolpack"] - - [[ColPack_jll."0.4.3+0".sources]] - hash = "b8487f1430d6a2d4d9704cd8cbbb9cd4c6882761" - repo = "https://github.com/amontoison/ColPack.git" - -[Compose_jll."2.17.0+0"] -executables = ["compose", "test_read_hdf5", "test_read_opacity"] - - [[Compose_jll."2.17.0+0".sources]] - hash = "f3f68203a50bb898abe31ee0b3dc750a1f1164c9e5d7fb9c4546b4eaa0cd172b" - url = "https://compose.obspm.fr/download/code/codehdf5.zip" - [[Compose_jll."2.17.0+0".sources]] - hash = "d5aa9cb98faf17b6d9d98544ced475922c138ce79bb5282f995496e9927ec4b1" - url = "https://compose.obspm.fr/home" - [[Compose_jll."2.17.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f238f5e6e3d53c3391e799cc558301730b0a5d45//C/Compose/./bundled" - -[Conduit_jll."0.8.0+0"] -libraries = ["libconduit", "libconduit_blueprint", "libconduit_relay"] - - [[Conduit_jll."0.8.0+0".sources]] - hash = "0607dcf9ced44f95e0b9549f5bbf7a332afd84597c52e293d7ca8d83117b5119" - url = "https://github.com/LLNL/conduit/releases/download/v0.8.0/conduit-v0.8.0-src-with-blt.tar.gz" - -[Conduit_jll."0.8.1+0"] -libraries = ["libconduit", "libconduit_blueprint", "libconduit_relay"] - - [[Conduit_jll."0.8.1+0".sources]] - hash = "488f22135a35136de592173131d123f7813818b7336c3b18e04646318ad3cbee" - url = "https://github.com/LLNL/conduit/releases/download/v0.8.1/conduit-v0.8.1-src-with-blt.tar.gz" - -[Conduit_jll."0.9.3+0"] -libraries = ["libconduit", "libconduit_blueprint", "libconduit_relay"] - - [[Conduit_jll."0.9.3+0".sources]] - hash = "2968fa8df6e6c43800c019a008ef064ee9995dc2ff448b72dc5017c188a2e6d4" - url = "https://github.com/LLNL/conduit/releases/download/v0.9.3/conduit-v0.9.3-src-with-blt.tar.gz" - -[Conduit_jll."0.9.5+0"] -executables = ["conduit_adjset_validate", "conduit_blueprint_verify", "conduit_generate_data", "conduit_relay_io_convert", "conduit_relay_io_ls"] -libraries = ["libconduit", "libconduit_blueprint", "libconduit_relay"] - - [[Conduit_jll."0.9.5+0".sources]] - hash = "d93294efbf0936da5a27941e13486aa1a04a74a59285786a2303eed19a24265a" - url = "https://github.com/LLNL/conduit/releases/download/v0.9.5/conduit-v0.9.5-src-with-blt.tar.gz" - [[Conduit_jll."0.9.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bbb23ffd16fefed2b72f8aa0a774fe262e8b76e8//C/Conduit/bundled" - -[ConnectFourSolver_jll."0.1.0+0"] -libraries = ["libconnect4jl"] - - [[ConnectFourSolver_jll."0.1.0+0".sources]] - hash = "db9b13d14951d35e4f3f21e4f2ecaa93a906f277" - repo = "https://github.com/findmyway/connect4.git" - [[ConnectFourSolver_jll."0.1.0+0".sources]] - hash = "965c8fab2214f8ce1b3d449d088561a6de61be42543b48c3bbadaed5b02bf824" - url = "https://julialang-s3.julialang.org/bin/linux/armv7l/1.3/julia-1.3.1-linux-armv7l.tar.gz" - [[ConnectFourSolver_jll."0.1.0+0".sources]] - hash = "faa707c8343780a6fe5eaf13490355e8190acf8e2c189b9e7ecbddb0fa2643ad" - url = "https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.1-linux-x86_64.tar.gz" - [[ConnectFourSolver_jll."0.1.0+0".sources]] - hash = "f2e5359f03314656c06e2a0a28a497f62e78f027dbe7f5155a5710b4914439b1" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-apple-darwin14.tar.gz" - [[ConnectFourSolver_jll."0.1.0+0".sources]] - hash = "c7b2db68156150d0e882e98e39269301d7bf56660f4fc2e38ed2734a7a8d1551" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-w64-mingw32.tar.gz" - -[ConnectFourSolver_jll."0.2.0+0"] -libraries = ["libconnect4jl"] - - [[ConnectFourSolver_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[ConnectFourSolver_jll."0.2.0+0".sources]] - hash = "d84c8a48b6c2d2cabe0a780d51758980f8084992" - repo = "https://github.com/findmyway/connect4.git" - -[Conspire_jll."0.1.0+0"] -libraries = ["conspire_wrapper"] - - [[Conspire_jll."0.1.0+0".sources]] - hash = "5f178e0dce4af644b44bcd4c2599e24efc2de35f" - repo = "https://github.com/mrbuche/Conspire.jl.git" - -[CoolProp_jll."6.4.1+0"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."6.4.1+0".sources]] - hash = "b10b2be2f88675b7e46cae653880be93558009c8970d23e50ea917ce095791f6" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/6.4.1/source/CoolProp_sources.zip" - -[CoolProp_jll."6.4.1+1"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."6.4.1+1".sources]] - hash = "b10b2be2f88675b7e46cae653880be93558009c8970d23e50ea917ce095791f6" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/6.4.1/source/CoolProp_sources.zip" - -[CoolProp_jll."6.4.2+0"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."6.4.2+0".sources]] - hash = "b10b2be2f88675b7e46cae653880be93558009c8970d23e50ea917ce095791f6" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/6.4.1/source/CoolProp_sources.zip" - -[CoolProp_jll."6.4.3+0"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."6.4.3+0".sources]] - hash = "7d43ef778e5e245720261311fe86c8a1492a7dc49c0155408344117a81465f7d" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/6.4.3/source/CoolProp_sources.zip" - -[CoolProp_jll."6.5.0+0"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."6.5.0+0".sources]] - hash = "ea3475c26c90ce33386e7e686c36de42f1167b37879eff1c5c9d1943063d740d" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/6.5.0/source/CoolProp_sources.zip" - -[CoolProp_jll."6.6.0+0"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."6.6.0+0".sources]] - hash = "ba3077ad24b36617fd7ab24310ce646a65bcbc8fde47f8de128cde2c72124b84" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/6.6.0/source/CoolProp_sources.zip" - -[CoolProp_jll."6.7.0+0"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."6.7.0+0".sources]] - hash = "11a02fe660c5c19f691398f7a71aaf6360cf4648f4ad57fd41bde74f51efd4ab" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/6.7.0/source/CoolProp_sources.zip" - -[CoolProp_jll."6.8.0+0"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."6.8.0+0".sources]] - hash = "316fd20508b4d0ec3b2264b5393149ba2993ba3577dce7cf86f062835b449687" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/6.8.0/source/CoolProp_sources.zip" - [[CoolProp_jll."6.8.0+0".sources]] - hash = "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz" - -[CoolProp_jll."7.0.0+0"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."7.0.0+0".sources]] - hash = "10686adf06780d24a9d5dbccbf7b8f8a8abb84801b51f3f17e620a37cffedcd7" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/7.0.0/source/CoolProp_sources.zip" - [[CoolProp_jll."7.0.0+0".sources]] - hash = "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz" - -[CoolProp_jll."7.1.0+0"] -libraries = ["libCoolProp"] - - [[CoolProp_jll."7.1.0+0".sources]] - hash = "cfcdaf02042e693ed5329ea444704ab1765a24502beb83adb657a92da53b66d5" - url = "https://sourceforge.net/projects/coolprop/files/CoolProp/7.1.0/source/CoolProp_sources.zip" - [[CoolProp_jll."7.1.0+0".sources]] - hash = "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz" - -[Couenne_jll."0.5.8+0"] -executables = ["couenne"] -libraries = ["libCouenne"] - - [[Couenne_jll."0.5.8+0".sources]] - hash = "7154f7a9b3cd84be378d02b483d090b76fc79ce8" - repo = "https://github.com/coin-or/Couenne.git" - [[Couenne_jll."0.5.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8be19820afa24ff817185f3c53c4d20786a8add3//C/Coin-OR/Couenne/./bundled" - -[Couenne_jll."0.500.801+0"] -executables = ["couenne"] -libraries = ["libCouenne"] - - [[Couenne_jll."0.500.801+0".sources]] - hash = "7154f7a9b3cd84be378d02b483d090b76fc79ce8" - repo = "https://github.com/coin-or/Couenne.git" - [[Couenne_jll."0.500.801+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cdac70b46905724e14461040f979895fda96c698//C/Coin-OR/Couenne/./bundled" - -[Couenne_jll."0.500.802+0"] -executables = ["couenne"] -libraries = ["libCouenne"] - - [[Couenne_jll."0.500.802+0".sources]] - hash = "7154f7a9b3cd84be378d02b483d090b76fc79ce8" - repo = "https://github.com/coin-or/Couenne.git" - [[Couenne_jll."0.500.802+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/056c7be0b102fe81087b902e5303ac7cb1b745d6//C/Coin-OR/Couenne/./bundled" - -[CoverM_jll."0.6.1+0"] -executables = ["coverm"] - - [[CoverM_jll."0.6.1+0".sources]] - hash = "0056336d4b245064a23e5b40197b29607fb1fe56" - repo = "https://github.com/wwood/CoverM" - -[CoverM_jll."0.7.0+0"] -executables = ["coverm"] - - [[CoverM_jll."0.7.0+0".sources]] - hash = "5edadabe744b3b92911179614468c43630450699" - repo = "https://github.com/wwood/CoverM" - -[CovidSim_jll."0.8.0+0"] -executables = ["CovidSim"] - - [[CovidSim_jll."0.8.0+0".sources]] - hash = "51959a733cbb856e4019031994deba2b1a7a9e4a" - repo = "https://github.com/mrc-ide/covid-sim.git" - [[CovidSim_jll."0.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0297caf0beb0508ef7ec7e81f15a7dc74b11b920//C/CovidSim/./bundled" - -[CovidSim_jll."0.8.0+1"] -executables = ["CovidSim"] - - [[CovidSim_jll."0.8.0+1".sources]] - hash = "51959a733cbb856e4019031994deba2b1a7a9e4a" - repo = "https://github.com/mrc-ide/covid-sim.git" - [[CovidSim_jll."0.8.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5af1e80ced3fb0798b3af6170844ab4518ab08d6//C/CovidSim/./bundled" - -[CryptoMiniSat_jll."5.8.0+0"] -executables = ["cryptominisat5", "cryptominisat5win", "cryptominisat5_simple"] -libraries = ["libcryptominisat5", "libcryptominisat5win", "libipasircryptominisat5"] - - [[CryptoMiniSat_jll."5.8.0+0".sources]] - hash = "e7079937ed2bfe9160a104378e5a344028e4ab78" - repo = "https://github.com/msoos/cryptominisat.git" - [[CryptoMiniSat_jll."5.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/659f46eb52dac49e1e2c0ea37ca3571f8b8d8837//C/CryptoMiniSat/./bundled" - -[CryptoMiniSat_jll."5.8.1+0"] -executables = ["cryptominisat5", "cryptominisat5win", "cryptominisat5_simple"] -libraries = ["libcryptominisat5", "libcryptominisat5win", "libipasircryptominisat5"] - - [[CryptoMiniSat_jll."5.8.1+0".sources]] - hash = "e7079937ed2bfe9160a104378e5a344028e4ab78" - repo = "https://github.com/msoos/cryptominisat.git" - [[CryptoMiniSat_jll."5.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/45823023c2c0878c86d48eb8ed43702bee6746c9//C/CryptoMiniSat/./bundled" - -[CryptoMiniSat_jll."5.8.2+0"] -executables = ["cryptominisat5", "cryptominisat5win", "cryptominisat5_simple"] -libraries = ["libcryptominisat5", "libcryptominisat5win", "libipasircryptominisat5"] - - [[CryptoMiniSat_jll."5.8.2+0".sources]] - hash = "e7079937ed2bfe9160a104378e5a344028e4ab78" - repo = "https://github.com/msoos/cryptominisat.git" - [[CryptoMiniSat_jll."5.8.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5fedfb4c55e5981f6a3eb4be782ff6b96ba8add2//C/CryptoMiniSat/./bundled" - -[CryptoMiniSat_jll."5.11.4+0"] -executables = ["cryptominisat5", "cryptominisat5win", "cryptominisat5_simple"] -libraries = ["libcryptominisat5", "libcryptominisat5win", "libipasircryptominisat5"] - - [[CryptoMiniSat_jll."5.11.4+0".sources]] - hash = "219a457501fd0796bd871bd6b3735b130598430c" - repo = "https://github.com/msoos/cryptominisat.git" - [[CryptoMiniSat_jll."5.11.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1cbcbe6435f7b2d0fe51d4415e12022a388c8cff//C/CryptoMiniSat/./bundled" - -[Cuba_jll."4.2.0+0"] -libraries = ["libcuba"] - - [[Cuba_jll."4.2.0+0".sources]] - hash = "9ec75f3ce2b881d5a34713462cf1cee9be1f90df" - repo = "https://github.com/giordano/cuba.git" - -[Cuba_jll."4.2.0+1"] -libraries = ["libcuba"] - - [[Cuba_jll."4.2.0+1".sources]] - hash = "6a1b2d4e38908370f190077657215715c23ae138" - repo = "https://github.com/giordano/cuba.git" - -[Cuba_jll."4.2.0+2"] -libraries = ["libcuba"] - - [[Cuba_jll."4.2.0+2".sources]] - hash = "6a1b2d4e38908370f190077657215715c23ae138" - repo = "https://github.com/giordano/cuba.git" - -[Cuba_jll."4.2.1+0"] -libraries = ["libcuba"] - - [[Cuba_jll."4.2.1+0".sources]] - hash = "41396231713b1d77de713b7103aa567cc7dee99e" - repo = "https://github.com/giordano/cuba.git" - -[Cuba_jll."4.2.2+0"] -libraries = ["libcuba"] - - [[Cuba_jll."4.2.2+0".sources]] - hash = "41396231713b1d77de713b7103aa567cc7dee99e" - repo = "https://github.com/giordano/cuba.git" - -[Cuba_jll."4.2.2+1"] -libraries = ["libcuba"] - - [[Cuba_jll."4.2.2+1".sources]] - hash = "3de82ee4d172c9a356539ff2755372d80729677f" - repo = "https://github.com/giordano/cuba.git" - -[CutBranching_jll."0.1.1+0"] -libraries = ["libmiscb", "miscblib"] - - [[CutBranching_jll."0.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[CutBranching_jll."0.1.1+0".sources]] - hash = "727975876b918ff71bae2c71442b2564cfaf2081" - repo = "https://github.com/claud10cv/CutBranching.git" - -[CvxCompress_jll."1.0.0+0"] -libraries = ["libcvxcompress"] - - [[CvxCompress_jll."1.0.0+0".sources]] - hash = "55e072862196e917e3ecece81f014e93d60cdf81" - repo = "https://github.com/ChevronETC/CvxCompress.git" - [[CvxCompress_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/529f225a515595a1a63c95b1c5e8eb1d91099db1//C/CvxCompress/./bundled" - -[CvxCompress_jll."1.1.0+0"] -files = ["include/CvxCompress.hxx"] -libraries = ["libcvxcompress"] - - [[CvxCompress_jll."1.1.0+0".sources]] - hash = "04dc59a4fab76ac612580ac69a9266e15db4fe17" - repo = "https://github.com/ChevronETC/CvxCompress.git" - [[CvxCompress_jll."1.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/92559a8302a34380881e10060b9a6fcd9898a370//C/CvxCompress/./bundled" - -[CvxCompress_jll."1.2.0+0"] -files = ["include/CvxCompress.hxx"] -libraries = ["libcvxcompress"] - - [[CvxCompress_jll."1.2.0+0".sources]] - hash = "132984d055be77cb166fe2e75dc77f4fd082e544" - repo = "https://github.com/ChevronETC/CvxCompress.git" - [[CvxCompress_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/62da75fc058dffed61f1bacf84b125e86e0298af//C/CvxCompress/./bundled" - -[CvxCompress_jll."1.2.1+0"] -files = ["include/CvxCompress.hxx"] -libraries = ["libcvxcompress"] - - [[CvxCompress_jll."1.2.1+0".sources]] - hash = "3d686fef6a2a08edaaece541ba852f43cf59abf1" - repo = "https://github.com/ChevronETC/CvxCompress.git" - [[CvxCompress_jll."1.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/38bfde29ffab05cd8b9c623203039e95461875bc//C/CvxCompress/./bundled" - -[CyrusSASL_jll."2.1.27+0"] -libraries = ["libanonymous", "libplain", "libscram", "libotp", "libdigestmd5", "libcrammd5", "libntlm", "libsasl2"] - - [[CyrusSASL_jll."2.1.27+0".sources]] - hash = "26866b1549b00ffd020f188a43c258017fa1c382b3ddadd8201536f72efb05d5" - url = "https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.27/cyrus-sasl-2.1.27.tar.gz" - [[CyrusSASL_jll."2.1.27+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1d802f035880572df8877b37ee37ee33e0a412e6//C/CyrusSASL/./bundled" - -[CyrusSASL_jll."2.1.28+0"] -libraries = ["libanonymous", "libplain", "libscram", "libotp", "libdigestmd5", "libcrammd5", "libntlm", "libsasl2"] - - [[CyrusSASL_jll."2.1.28+0".sources]] - hash = "7ccfc6abd01ed67c1a0924b353e526f1b766b21f42d4562ee635a8ebfc5bb38c" - url = "https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.28/cyrus-sasl-2.1.28.tar.gz" - [[CyrusSASL_jll."2.1.28+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0158baeb51a6d1c8d534e6a5906f3ed7925f4502//C/CyrusSASL/./bundled" - -[CyrusSASL_jll."2.1.29+0"] -libraries = ["libanonymous", "libplain", "libscram", "libotp", "libdigestmd5", "libcrammd5", "libntlm", "libsasl2"] - - [[CyrusSASL_jll."2.1.29+0".sources]] - hash = "7ccfc6abd01ed67c1a0924b353e526f1b766b21f42d4562ee635a8ebfc5bb38c" - url = "https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.28/cyrus-sasl-2.1.28.tar.gz" - [[CyrusSASL_jll."2.1.29+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a494a968d412c38bd43075da5815efa304b31a6//C/CyrusSASL/./bundled" - -[D3_jll."7.9.0+0"] -files = ["node_modules/d3/dist/d3.js"] - -[DACE_jll."0.1.0+0"] -libraries = ["libdace"] - - [[DACE_jll."0.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[DACE_jll."0.1.0+0".sources]] - hash = "9fe534f9b27c147a171bce1ad7dc8b4706a9457e" - repo = "https://github.com/a-ev/dace.git" - [[DACE_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8e9e42c0c36f412dcd69fc5cfb0fcefe17322085//D/DACE/./bundled" - -[DACE_jll."0.2.0+0"] -libraries = ["libdace"] - - [[DACE_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[DACE_jll."0.2.0+0".sources]] - hash = "1d3b35beac7389feeef14364c0cc2f63541eff4e" - repo = "https://github.com/a-ev/dace.git" - [[DACE_jll."0.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/259c9d89a451b9f3c3d1bf5051bbf627e63f3c50//D/DACE/./bundled" - -[DACE_jll."0.3.0+0"] -libraries = ["libdace"] - - [[DACE_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[DACE_jll."0.3.0+0".sources]] - hash = "94a812054f280db762a41a6bb807085ad2380c15" - repo = "https://github.com/a-ev/dace.git" - [[DACE_jll."0.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c6e160c70e94bd540dc3efbae239bba96924915//D/DACE/./bundled" - -[DACE_jll."0.4.0+0"] -libraries = ["libdace"] - - [[DACE_jll."0.4.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[DACE_jll."0.4.0+0".sources]] - hash = "4056c47f1081ba16d2cf05a2435368a425ad10bb" - repo = "https://github.com/a-ev/dace.git" - [[DACE_jll."0.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f9a668092b867f133b08543d11c27d7d5d68f57c//D/DACE/./bundled" - -[DACE_jll."0.5.0+0"] -libraries = ["libdace"] - - [[DACE_jll."0.5.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[DACE_jll."0.5.0+0".sources]] - hash = "3e2d3f4cf0f42eafcd7178106206c26196c17006" - repo = "https://github.com/a-ev/dace.git" - [[DACE_jll."0.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/70be88da16089a8dad7b912fd2c58298e74f75a7//D/DACE/./bundled" - -[DACE_jll."0.6.0+0"] -libraries = ["libdace"] - - [[DACE_jll."0.6.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[DACE_jll."0.6.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[DACE_jll."0.6.0+0".sources]] - hash = "b8518928976a381b982446a1d2caa965ec9a53c9" - repo = "https://github.com/a-ev/dace.git" - [[DACE_jll."0.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5ee755e6277be918b131f1fe8a8cbd166c2aceba//D/DACE/./bundled" - -[DACE_jll."0.7.0+0"] -libraries = ["libdace"] - - [[DACE_jll."0.7.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[DACE_jll."0.7.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[DACE_jll."0.7.0+0".sources]] - hash = "b92c7396a582b26b8f15407e74685fff63a07195" - repo = "https://github.com/a-ev/dace.git" - -[DACE_jll."0.7.1+0"] -libraries = ["libdace"] - - [[DACE_jll."0.7.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[DACE_jll."0.7.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[DACE_jll."0.7.1+0".sources]] - hash = "bc26842ae5c6936f9e008a2dc0d9227a8d982acc" - repo = "https://github.com/a-ev/dace.git" - -[DAQP_jll."0.0.1+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.0.1+0".sources]] - hash = "324c9117b4de2f74ad0774ae2da102ded1081014" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.1.0+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.1.0+0".sources]] - hash = "2a66a313eb684a149371fa55d60ac782f4aeedaa" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.2.0+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.2.0+0".sources]] - hash = "ff75b939c52eb9628f91e76ee3b92c8049a3115d" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.3.0+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.3.0+0".sources]] - hash = "40966d6850319f1dd6ccf118f1838d8d2365074b" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.3.1+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.3.1+0".sources]] - hash = "b12a39de2e0ba38ee3d3efebcaea46aa06999690" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.4.0+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.4.0+0".sources]] - hash = "6e7e0838146d86f46877eb84ed76631842e7b8d5" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.4.1+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.4.1+0".sources]] - hash = "384e9ce6e1d31b0e63a5000d52438a3d9f5c743b" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.4.2+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.4.2+0".sources]] - hash = "1c5388acc3a497b3bf6abd4bff2ec01191ec1c0d" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.5.0+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.5.0+0".sources]] - hash = "5a15a3d16731d3d50f867218c1b281567db556fd" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.6.0+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.6.0+0".sources]] - hash = "56491101d09a994f2ce12c67ea981c3bd12d6939" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.7.0+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.7.0+0".sources]] - hash = "1ad574e0505a882c1434a981b79e732e361bdd94" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.7.1+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.7.1+0".sources]] - hash = "4a92f0e016c90fcc4116e28d80ee27547b526a81" - repo = "https://github.com/darnstrom/daqp.git" - -[DAQP_jll."0.7.2+0"] -libraries = ["libdaqp"] - - [[DAQP_jll."0.7.2+0".sources]] - hash = "ffae90d9b5e0b4c88fddc4a10f1ec792abafa5d5" - repo = "https://github.com/darnstrom/daqp.git" - -[DASKR_jll."1.0.0+0"] -libraries = ["libdaskr"] - - [[DASKR_jll."1.0.0+0".sources]] - hash = "5472e98c954062ea69d19bd16d1cb8a8835497d6b0df18fe5753bae61d151774" - url = "https://www.netlib.org/ode/daskr.tgz" - -[DBCtoDBF_jll."1.0.0+0"] -executables = ["dbc2dbf"] - - [[DBCtoDBF_jll."1.0.0+0".sources]] - hash = "b5333eb8378b5fae64b5de5f827e4335bade35cf" - repo = "https://github.com/lego-yaw/DBCtoDBF.git" - -[DDSCAT_jll."7.3.3+0"] -executables = ["ddscat"] - - [[DDSCAT_jll."7.3.3+0".sources]] - hash = "06f2673a45fcff20b8ed9f37d5bedeb84604d7a9fb10f627096833163769d1e7" - url = "http://ddscat.wikidot.com/local--files/downloads/ddscat7.3.3_220120.tgz" - -[DGGRID7_jll."0.9.0+0"] -executables = ["dggrid"] - - [[DGGRID7_jll."0.9.0+0".sources]] - hash = "0dabdfd3f8fd6ac27626064a94c483e610d578bb" - repo = "https://github.com/allixender/DGGRID.git" - -[DGGRID7_jll."0.9.1+0"] -executables = ["dggrid"] - - [[DGGRID7_jll."0.9.1+0".sources]] - hash = "4f24e9de46f9e669af4cba94d9d148b557a1de11" - repo = "https://github.com/sahrk/DGGRID.git" - -[DSDP_jll."0.0.1+0"] -libraries = ["libdsdp"] - - [[DSDP_jll."0.0.1+0".sources]] - hash = "8915e55456f1a7cc5c970ad157d094a5fb399737cf192dfe79b89c2d94d97a8a" - url = "https://www.mcs.anl.gov/hs/software/DSDP/DSDP5.8.zip" - [[DSDP_jll."0.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1521cc4b6c44f7dd52114436fcedc9e3b28176ec//D/DSDP/./bundled" - -[DSSP_jll."4.3.1+0"] -executables = ["mkdssp"] - - [[DSSP_jll."4.3.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[DSSP_jll."4.3.1+0".build_dependencies]] - name = "libmcfp_jll" - target = "target" - version = "*" - [[DSSP_jll."4.3.1+0".build_dependencies]] - name = "boost_jll" - target = "host" - version = "*" - - [[DSSP_jll."4.3.1+0".sources]] - hash = "b87ef206a071e6f086c8dc01551afd5e9b23eb43" - repo = "https://github.com/PDB-REDO/dssp" - [[DSSP_jll."4.3.1+0".sources]] - hash = "836aed6ea9a227b37e5b0d9cbcb1253f545d0778" - repo = "https://github.com/PDB-REDO/libcifpp" - [[DSSP_jll."4.3.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[DSSP_jll."4.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e14f34d473d38fd3f90fb5b1500471379591eb9c//D/DSSP/./bundled" - -[DSSP_jll."4.4.0+0"] -executables = ["mkdssp"] - - [[DSSP_jll."4.4.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[DSSP_jll."4.4.0+0".build_dependencies]] - name = "libmcfp_jll" - target = "target" - version = "*" - [[DSSP_jll."4.4.0+0".build_dependencies]] - name = "boost_jll" - target = "host" - version = "*" - - [[DSSP_jll."4.4.0+0".sources]] - hash = "c5ec1f2ddc800e7054d47a952b1ce21449f1d6b8" - repo = "https://github.com/PDB-REDO/dssp" - [[DSSP_jll."4.4.0+0".sources]] - hash = "836aed6ea9a227b37e5b0d9cbcb1253f545d0778" - repo = "https://github.com/PDB-REDO/libcifpp" - [[DSSP_jll."4.4.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[DSSP_jll."4.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9dbe6ad935f7f98c5609e5243292c0dcafb978de//D/DSSP/./bundled" - -[DSSP_jll."4.4.0+1"] -executables = ["mkdssp"] -files = ["share/libcifpp/dssp-extension.dic", "share/libcifpp/mmcif_ddl.dic", "share/libcifpp/mmcif_ma.dic", "share/libcifpp/mmcif_pdbx.dic"] - - [[DSSP_jll."4.4.0+1".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[DSSP_jll."4.4.0+1".build_dependencies]] - name = "libmcfp_jll" - target = "target" - version = "*" - [[DSSP_jll."4.4.0+1".build_dependencies]] - name = "boost_jll" - target = "host" - version = "*" - - [[DSSP_jll."4.4.0+1".sources]] - hash = "c5ec1f2ddc800e7054d47a952b1ce21449f1d6b8" - repo = "https://github.com/PDB-REDO/dssp" - [[DSSP_jll."4.4.0+1".sources]] - hash = "836aed6ea9a227b37e5b0d9cbcb1253f545d0778" - repo = "https://github.com/PDB-REDO/libcifpp" - [[DSSP_jll."4.4.0+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[DSSP_jll."4.4.0+1".sources]] - hash = "fa897e3b23eaebf19878c7ba41180c7ce706d4333a528775e9daa047988b1cfe" - url = "https://github.com/PDB-REDO/dssp/releases/download/v4.4.0/mkdssp-4.4.0.exe" - [[DSSP_jll."4.4.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/23f74e27b64797a2657cfd3bda5753c4f166ec78//D/DSSP/./bundled" - -[Dalton_jll."2020.1.0+0"] -executables = ["dalton", "dalton.x"] - - [[Dalton_jll."2020.1.0+0".sources]] - hash = "9d7c5e435b75a9695d5ac8714121d12e6486149f" - repo = "https://gitlab.com/dalton/dalton/" - [[Dalton_jll."2020.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7de222052ab5b82f42cfa2cb5903bec50231b878//D/Dalton/./bundled" - -[Darknet_CUDA_jll."2020.6.5+0"] -libraries = ["libdarknet"] - - [[Darknet_CUDA_jll."2020.6.5+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Darknet_CUDA_jll."2020.6.5+0".sources]] - hash = "e18a6374822fe3c9b95f2b6a4086decbdfbd1c589f2481ce5704a4384044ea6f" - url = "https://github.com/AlexeyAB/darknet/archive/3708b2e47d355ba0a206fd7a06bbc5a6e38af4ff.zip" - [[Darknet_CUDA_jll."2020.6.5+0".sources]] - hash = "79de5b5085a33bc144b87028e998a1d295a15c3424d6d45b25defe500f616974" - url = "https://github.com/JuliaGPU/CUDABuilder/releases/download/v0.3.0/CUDNN+CUDA10.1.v7.6.5.x86_64-linux-gnu.tar.gz" - [[Darknet_CUDA_jll."2020.6.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ffdd194337c03e476342ec4549ec642ff1f4d0a//D/Darknet_CUDA/./bundled" - -[Darknet_jll."2019.11.15+0"] -libraries = ["libdarknet"] - - [[Darknet_jll."2019.11.15+0".sources]] - hash = "d77017462ae49f9ce2540c3e47589e68b2ce565573bf7d2f011b560bc989fbfa" - url = "https://github.com/AlexeyAB/darknet/archive/71e835458904f782a905a06d28b4558d9e9830b4.zip" - [[Darknet_jll."2019.11.15+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e71090ffa020ab987334faeea60df02f1988dc1c//D/Darknet/./bundled" - -[Darknet_jll."2019.11.15+1"] -libraries = ["libdarknet"] - - [[Darknet_jll."2019.11.15+1".sources]] - hash = "d77017462ae49f9ce2540c3e47589e68b2ce565573bf7d2f011b560bc989fbfa" - url = "https://github.com/AlexeyAB/darknet/archive/71e835458904f782a905a06d28b4558d9e9830b4.zip" - [[Darknet_jll."2019.11.15+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6a1fa466357535f67bbf485ef404e5373295bfa0//D/Darknet/./bundled" - -[Darknet_jll."2020.6.5+0"] -libraries = ["libdarknet"] - - [[Darknet_jll."2020.6.5+0".sources]] - hash = "e18a6374822fe3c9b95f2b6a4086decbdfbd1c589f2481ce5704a4384044ea6f" - url = "https://github.com/AlexeyAB/darknet/archive/3708b2e47d355ba0a206fd7a06bbc5a6e38af4ff.zip" - -[Darknet_jll."2020.6.5+1"] -libraries = ["libdarknet"] - - [[Darknet_jll."2020.6.5+1".sources]] - hash = "e18a6374822fe3c9b95f2b6a4086decbdfbd1c589f2481ce5704a4384044ea6f" - url = "https://github.com/AlexeyAB/darknet/archive/3708b2e47d355ba0a206fd7a06bbc5a6e38af4ff.zip" - -[Darknet_jll."2021.10.29+0"] -libraries = ["libdarknet"] - - [[Darknet_jll."2021.10.29+0".sources]] - hash = "9d40b619756be9521bc2ccd81808f502daaa3e9a" - repo = "https://github.com/AlexeyAB/darknet.git" - -[Darknet_jll."2021.10.29+1"] -libraries = ["libdarknet"] - - [[Darknet_jll."2021.10.29+1".sources]] - hash = "9d40b619756be9521bc2ccd81808f502daaa3e9a" - repo = "https://github.com/AlexeyAB/darknet.git" - -[DataEcon_jll."0.1.0+0"] -executables = ["sqlite3"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.1.0+0".sources]] - hash = "c99b6b8ea8a5d500ba8d091b384d58a815b7db01" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[DataEcon_jll."0.2.0+0"] -executables = ["sqlite3"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.2.0+0".sources]] - hash = "177cf3678233f6c6f8707e184eed7e816c7ad448" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[DataEcon_jll."0.2.1+0"] -executables = ["sqlite3"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.2.1+0".sources]] - hash = "b70ca2ddf9bde70a9e395e6f97e79f29a26f840f" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[DataEcon_jll."0.2.2+0"] -executables = ["sqlite3"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.2.2+0".sources]] - hash = "c5d2f2a43ac3f5fee51e21005c3b600140b0b5af" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[DataEcon_jll."0.2.3+0"] -executables = ["sqlite3"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.2.3+0".sources]] - hash = "e940b33a33f1ff173495af5e19a022733fc7b159" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[DataEcon_jll."0.2.4+0"] -executables = ["sqlite3"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.2.4+0".sources]] - hash = "8c37f65f803c7fc5d3c5df961c4bdefdfcd7ff3a" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[DataEcon_jll."0.3.0+0"] -executables = ["sqlite3", "desh", "daec2csv"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.3.0+0".sources]] - hash = "074f9e050aa0e207def0b2999446c331019deacf" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[DataEcon_jll."0.3.1+0"] -executables = ["sqlite3", "desh", "daec2csv"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.3.1+0".sources]] - hash = "d58732b8a1cb3a4d9a82796bce3c5732f74086ca" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[DataEcon_jll."0.3.2+0"] -executables = ["sqlite3", "desh", "daec2csv"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.3.2+0".sources]] - hash = "cdd5b471c189a0ab1d8b1c813a599fd5d3ff4430" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[DataEcon_jll."0.4.0+0"] -executables = ["sqlite3", "desh", "daec2csv"] -files = ["include/daec.h"] -libraries = ["libdaec", "daec"] - - [[DataEcon_jll."0.4.0+0".sources]] - hash = "1a108688a044380f808bebf64079e32dbb9cd1a4" - repo = "https://github.com/bankofcanada/DataEcon.git" - -[Dbus_jll."1.12.16+0"] -libraries = ["libdbus-1"] - - [[Dbus_jll."1.12.16+0".sources]] - hash = "54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec80" - url = "https://dbus.freedesktop.org/releases/dbus/dbus-1.12.16.tar.gz" - -[Dbus_jll."1.12.16+1"] -executables = ["dbus-daemon"] -libraries = ["libdbus-1"] - - [[Dbus_jll."1.12.16+1".sources]] - hash = "54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec80" - url = "https://dbus.freedesktop.org/releases/dbus/dbus-1.12.16.tar.gz" - -[Dbus_jll."1.12.16+2"] -executables = ["dbus-daemon"] -libraries = ["libdbus-1"] - - [[Dbus_jll."1.12.16+2".sources]] - hash = "54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec80" - url = "https://dbus.freedesktop.org/releases/dbus/dbus-1.12.16.tar.gz" - -[Dbus_jll."1.12.16+3"] -executables = ["dbus-daemon"] -libraries = ["libdbus-1"] - - [[Dbus_jll."1.12.16+3".sources]] - hash = "54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec80" - url = "https://dbus.freedesktop.org/releases/dbus/dbus-1.12.16.tar.gz" - -[Dbus_jll."1.14.10+0"] -executables = ["dbus-daemon"] -libraries = ["libdbus-1"] - - [[Dbus_jll."1.14.10+0".sources]] - hash = "ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f" - url = "https://dbus.freedesktop.org/releases/dbus/dbus-1.14.10.tar.xz" - -[Dbus_jll."1.16.2+0"] -executables = ["dbus-daemon"] -libraries = ["libdbus-1"] - - [[Dbus_jll."1.16.2+0".sources]] - hash = "0ba2a1a4b16afe7bceb2c07e9ce99a8c2c3508e5dec290dbb643384bd6beb7e2" - url = "https://dbus.freedesktop.org/releases/dbus/dbus-1.16.2.tar.xz" - -[[DebianGlibc_jll."2.33.0+0".sources]] -hash = "2e2556000e105dbd57f0b6b2a32ff2cf173bde4f0d85dffccfd8b7e51a0677ff" -url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.33.tar.xz" -[[DebianGlibc_jll."2.33.0+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d4304d4222b74bf392f87db91ce3164027c32adc//G/Glibc/DebianGlibc@2.33/./bundled" -[[DebianGlibc_jll."2.33.0+0".sources]] -hash = "c4dd741a08918861796cf62a8d3209a56d41d807344a7db481b73a4d17f726bc" -url = "http://deb.debian.org/debian/pool/main/g/glibc/glibc_2.33-7.debian.tar.xz" - -[[DebianGlibc_jll."2.33.0+1".sources]] -hash = "2e2556000e105dbd57f0b6b2a32ff2cf173bde4f0d85dffccfd8b7e51a0677ff" -url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.33.tar.xz" -[[DebianGlibc_jll."2.33.0+1".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6d9aeb26403c42a28e8bacff3a66d2bfbba70c65//G/Glibc/DebianGlibc@2.33/./bundled" -[[DebianGlibc_jll."2.33.0+1".sources]] -hash = "c4dd741a08918861796cf62a8d3209a56d41d807344a7db481b73a4d17f726bc" -url = "http://deb.debian.org/debian/pool/main/g/glibc/glibc_2.33-7.debian.tar.xz" - -[[DebianGlibc_jll."2.38.0+0".sources]] -hash = "fb82998998b2b29965467bc1b69d152e9c307d2cf301c9eafb4555b770ef3fd2" -url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.38.tar.xz" -[[DebianGlibc_jll."2.38.0+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/da54da30edeff6022ce3e0241f5c3c64231966c3//G/Glibc/DebianGlibc@2.38/./bundled" -[[DebianGlibc_jll."2.38.0+0".sources]] -hash = "72a64bc334e9d74f9475ee307166c5112a88251c498a9244069ddeccf63f8c03" -url = "http://deb.debian.org/debian/pool/main/g/glibc/glibc_2.38-6.debian.tar.xz" - -[DecFP_jll."2.0.2+0"] -libraries = ["libbid"] - - [[DecFP_jll."2.0.2+0".sources]] - hash = "93c0c78e0989df88f8540bf38d6743734804cef1e40706fd8fe5c6a03f79e173" - url = "https://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz" - [[DecFP_jll."2.0.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ef623104d78302999855cf2b13885090bd3ad7a6//D/DecFP/./bundled" - -[DecFP_jll."2.0.3+0"] -libraries = ["libbid"] - - [[DecFP_jll."2.0.3+0".sources]] - hash = "93c0c78e0989df88f8540bf38d6743734804cef1e40706fd8fe5c6a03f79e173" - url = "https://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz" - [[DecFP_jll."2.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5d82fb66563624c634f191109d15eb46836baafe//D/DecFP/./bundled" - -[DecFP_jll."2.0.3+1"] -libraries = ["libbid"] - - [[DecFP_jll."2.0.3+1".sources]] - hash = "93c0c78e0989df88f8540bf38d6743734804cef1e40706fd8fe5c6a03f79e173" - url = "https://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz" - [[DecFP_jll."2.0.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1b6531f540809c05338d17298825925ca74628d9//D/DecFP/./bundled" - -[DecompUtil_jll."0.1.1+0"] -libraries = ["libdecomputil"] - - [[DecompUtil_jll."0.1.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[DecompUtil_jll."0.1.1+0".sources]] - hash = "97ec11c300f0dd28f74199d09d5d0952ca21f384" - repo = "https://github.com/dev10110/DecompUtil_C.git" - -[DecompUtil_jll."0.1.2+0"] -libraries = ["libdecomputil"] - - [[DecompUtil_jll."0.1.2+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[DecompUtil_jll."0.1.2+0".sources]] - hash = "8ecb3b66a57d293508716105661edc48b9d4e9a4" - repo = "https://github.com/dev10110/DecompUtil_C.git" - -[Deldir_jll."0.1.15+0"] -libraries = ["libdeldir"] - - [[Deldir_jll."0.1.15+0".sources]] - hash = "571011c208829f47ecd9f92a19fd94a8eb59de5a2645ab8c62e73926ade30710" - url = "https://cran.r-project.org/src/contrib/Archive/deldir/deldir_0.1-15.tar.gz" - -[Deno_jll."1.9.2+0"] -executables = ["deno"] - - [[Deno_jll."1.9.2+0".sources]] - hash = "05c69483ff0b98c7b26666e35672b71f3dcde1df523db10ccee60510275be1c5" - url = "https://github.com/denoland/deno/releases/download/v1.9.2/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.9.2+0".sources]] - hash = "6facc63a33c575a016ec51c911ea0c1f09d51021d42b57d610a2185f26974bae" - url = "https://github.com/denoland/deno/releases/download/v1.9.2/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.9.2+0".sources]] - hash = "2725784bbccbef854b18ff25d4cf5ef6e0e85be783973edabad62d785fa009e3" - url = "https://github.com/denoland/deno/releases/download/v1.9.2/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.9.2+0".sources]] - hash = "555d928670a147e7048685ab8bcb75bc96237bd2511965d4d897ed4bb52e0373" - url = "https://github.com/denoland/deno/releases/download/v1.9.2/deno_src.tar.gz" - -[Deno_jll."1.10.1+0"] -executables = ["deno"] - - [[Deno_jll."1.10.1+0".sources]] - hash = "cd82598abdefade06c9df0fc5644313213f118eceb9e42f984ec59323d8aec51" - url = "https://github.com/denoland/deno/releases/download/v1.10.1/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.10.1+0".sources]] - hash = "214e998a5eb69710440cc9671270869ae89019172a90127c91e146a50c23bb88" - url = "https://github.com/denoland/deno/releases/download/v1.10.1/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.10.1+0".sources]] - hash = "312559f818915a60584863420e4f7f74779fcbbdebae31868335dfa09e094dc0" - url = "https://github.com/denoland/deno/releases/download/v1.10.1/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.10.1+0".sources]] - hash = "947fa815f24d85d70bc3196c1180abe846ab104c9213c6b2b1a42c4a065ef5a5" - url = "https://github.com/denoland/deno/releases/download/v1.10.1/deno_src.tar.gz" - -[Deno_jll."1.10.2+0"] -executables = ["deno"] - - [[Deno_jll."1.10.2+0".sources]] - hash = "ec6f1e50df9dc32f493d53b3d5befe5d42e7eeba87ae9be75c331f900c3f2453" - url = "https://github.com/denoland/deno/releases/download/v1.10.2/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.10.2+0".sources]] - hash = "ae8dde90c83de9b12ca110db324cf29f87b471ddfc06be1df9c18dcbd8a1413c" - url = "https://github.com/denoland/deno/releases/download/v1.10.2/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.10.2+0".sources]] - hash = "03bd14a0e506929769367b0bb604404dc37afad881db8f39d1b24df031856f2a" - url = "https://github.com/denoland/deno/releases/download/v1.10.2/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.10.2+0".sources]] - hash = "16c32ecff8c8e6169bcfd79f4a7ebd8fc3c79bba88cfd970befd4020c2ca1e34" - url = "https://github.com/denoland/deno/releases/download/v1.10.2/deno_src.tar.gz" - -[Deno_jll."1.10.3+0"] -executables = ["deno"] - - [[Deno_jll."1.10.3+0".sources]] - hash = "7b278d41356ad0b36e79f9f444bd3e6b8e308fd08cb4ea381e085390825db22d" - url = "https://github.com/denoland/deno/releases/download/v1.10.3/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.10.3+0".sources]] - hash = "22aafee051291725ac9c02301eaa861f5c3375d0bdc41b2475d6745d94eb7907" - url = "https://github.com/denoland/deno/releases/download/v1.10.3/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.10.3+0".sources]] - hash = "0836022ddc35fe931884e182fa72614d927d851629f590c19d58a39f31d6cda7" - url = "https://github.com/denoland/deno/releases/download/v1.10.3/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.10.3+0".sources]] - hash = "056c2ad93df0b1a19ef1c6d168f12f48bdf0e58a5c7f11ed7a3bb3646789c7b7" - url = "https://github.com/denoland/deno/releases/download/v1.10.3/deno_src.tar.gz" - -[Deno_jll."1.11.0+0"] -executables = ["deno"] - - [[Deno_jll."1.11.0+0".sources]] - hash = "dcee5d89abdf35385c2a7f723e38daf22ce7711af7f5a38d1075bb677c6484f7" - url = "https://github.com/denoland/deno/releases/download/v1.11.0/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.11.0+0".sources]] - hash = "f1f5870af3414bde6b2d6973bb96be40a50a4de60024ef4e5883074b0aa4fc57" - url = "https://github.com/denoland/deno/releases/download/v1.11.0/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.11.0+0".sources]] - hash = "b59eb247780c6f1aaf43bfa963fed5ee0c3ac2412341d673ee55ca4ac3825324" - url = "https://github.com/denoland/deno/releases/download/v1.11.0/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.11.0+0".sources]] - hash = "3ea1b4ac084fdc79fc8bdb0af0e6d2223f719bfeabbe8f2f556a490fee2b7405" - url = "https://github.com/denoland/deno/releases/download/v1.11.0/deno_src.tar.gz" - -[Deno_jll."1.11.4+0"] -executables = ["deno"] - - [[Deno_jll."1.11.4+0".sources]] - hash = "277fc71be8ecd04b9ae9e4867291b2765ad2f1a2983e94221594a59672e0c5ec" - url = "https://github.com/denoland/deno/releases/download/v1.11.4/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.11.4+0".sources]] - hash = "e46fb730cff11e2adb77e94cf2e83e4c9a491ef49a5396f512327afef99c1217" - url = "https://github.com/denoland/deno/releases/download/v1.11.4/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.11.4+0".sources]] - hash = "b8bfa173e31ee120e7afb180580f9c80fe20d46cc24eeb3455b8b62f982fd408" - url = "https://github.com/denoland/deno/releases/download/v1.11.4/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.11.4+0".sources]] - hash = "f760a9fdc61ab2aed904015e8393d625f4d387f04279ae93a3966dbd12f1a8fe" - url = "https://github.com/denoland/deno/releases/download/v1.11.4/deno_src.tar.gz" - -[Deno_jll."1.12.0+0"] -executables = ["deno"] - - [[Deno_jll."1.12.0+0".sources]] - hash = "f3c6807ae9e90a84538a74c096ff692aae7ce90e9d5bb3ba7cfa70a9ffbc859e" - url = "https://github.com/denoland/deno/releases/download/v1.12.0/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.12.0+0".sources]] - hash = "782cdee40d841ab256f11b88dd21943bee20aadc76b90254f870a70d8e9be3fd" - url = "https://github.com/denoland/deno/releases/download/v1.12.0/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.12.0+0".sources]] - hash = "f95e414ca6aaafbdf05a45e764e8e833246651bb9795e98785a343dcf4d2be82" - url = "https://github.com/denoland/deno/releases/download/v1.12.0/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.12.0+0".sources]] - hash = "5208781164573bed2a3f438c72cbbe4c88209a0795d996d07a1984193420535c" - url = "https://github.com/denoland/deno/releases/download/v1.12.0/deno_src.tar.gz" - -[Deno_jll."1.12.2+0"] -executables = ["deno"] - - [[Deno_jll."1.12.2+0".sources]] - hash = "9f4c17ed999e1fcda8a3710666f6a7688e73c6f75f00c0f6ccf21e7765a2611e" - url = "https://github.com/denoland/deno/releases/download/v1.12.2/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.12.2+0".sources]] - hash = "854f85a6b3d126eaa30648bc374e2f938d368cf5b5d3607a8ec845630ef62f33" - url = "https://github.com/denoland/deno/releases/download/v1.12.2/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.12.2+0".sources]] - hash = "489dbc3a8c9a5f15005faab520ce1c7c326cc93b431734c11cb7b6731beb6c46" - url = "https://github.com/denoland/deno/releases/download/v1.12.2/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.12.2+0".sources]] - hash = "4ac5a1a29d8490220c5c35eb6eb35675eb01abf3022a1fb88e4620d7ba481734" - url = "https://github.com/denoland/deno/releases/download/v1.12.2/deno_src.tar.gz" - -[Deno_jll."1.14.0+0"] -executables = ["deno"] - - [[Deno_jll."1.14.0+0".sources]] - hash = "66e6b562f5cc6fc23d340e6f418140ff61ed59a3db096ab522a8f5a7c640108c" - url = "https://github.com/denoland/deno/releases/download/v1.14.0/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.14.0+0".sources]] - hash = "9f0f3057041bd20ce398b9e5104cd771e27568787a8db2b33466e6f73ef98375" - url = "https://github.com/denoland/deno/releases/download/v1.14.0/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.14.0+0".sources]] - hash = "0110cbb67ff044e9192239456813e48aa437adb27ffcb5899cdde38e1fc79076" - url = "https://github.com/denoland/deno/releases/download/v1.14.0/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.14.0+0".sources]] - hash = "56f370825f019e4bdb95f354a49576c057f90ef1cc07b7491566763b2147edc6" - url = "https://github.com/denoland/deno/releases/download/v1.14.0/deno_src.tar.gz" - -[Deno_jll."1.14.3+0"] -executables = ["deno"] - - [[Deno_jll."1.14.3+0".sources]] - hash = "416415b4751443d33ab085b9d98e361920da430068bf72c84844923909cb2441" - url = "https://github.com/denoland/deno/releases/download/v1.14.3/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.14.3+0".sources]] - hash = "3b1a43def350a723a15f60e03cd532ff1ab340578b7f5694be18d9794bc5c2a6" - url = "https://github.com/denoland/deno/releases/download/v1.14.3/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.14.3+0".sources]] - hash = "9a1e54cada9f034fc70661d433da13a53d62b3fc100a9d12a283a6cab2beff46" - url = "https://github.com/denoland/deno/releases/download/v1.14.3/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.14.3+0".sources]] - hash = "996735a88d62bfcabf2dcb4b2f7f6205fac8462f84e60b1c2d9986dd70c7aef2" - url = "https://github.com/denoland/deno/releases/download/v1.14.3/deno_src.tar.gz" - -[Deno_jll."1.15.2+0"] -executables = ["deno"] - - [[Deno_jll."1.15.2+0".sources]] - hash = "dd64ab38c5d0a70f83ad63c0297c8cdbb4ac667d43eb6e48731dce5bd4635bfd" - url = "https://github.com/denoland/deno/releases/download/v1.15.2/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.15.2+0".sources]] - hash = "7eead3d9ecebd08048657805028d744ae87a2d341f18f4c2db76213dead0931d" - url = "https://github.com/denoland/deno/releases/download/v1.15.2/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.15.2+0".sources]] - hash = "f28e5fb999aeb48ae18f4d81d08414ad2b6879378c7f2c6a2181db1e40675f64" - url = "https://github.com/denoland/deno/releases/download/v1.15.2/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.15.2+0".sources]] - hash = "16862a52a7c359e001b69c1252cb7fc37fdccb956350fb211956f59dab489b3b" - url = "https://github.com/denoland/deno/releases/download/v1.15.2/deno_src.tar.gz" - -[Deno_jll."1.15.3+0"] -executables = ["deno"] - - [[Deno_jll."1.15.3+0".sources]] - hash = "f728d29af38b7fe22aab5b46b629c90a02f407888241e46ef1741141ec10ffe1" - url = "https://github.com/denoland/deno/releases/download/v1.15.3/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.15.3+0".sources]] - hash = "45110e5a48f2c7f381d3d41c5a62c29f49e82090cfb7bece6a9051ad38f0e904" - url = "https://github.com/denoland/deno/releases/download/v1.15.3/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.15.3+0".sources]] - hash = "8f19eb888a4a2a9748cefc4fa0cedc13778f7ad3174fd544bb0a9e85896d31a6" - url = "https://github.com/denoland/deno/releases/download/v1.15.3/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.15.3+0".sources]] - hash = "680176b8671152ae2d66a32b7814d0a77039038ac59bd893904204ba2155e9f3" - url = "https://github.com/denoland/deno/releases/download/v1.15.3/deno_src.tar.gz" - -[Deno_jll."1.16.3+0"] -executables = ["deno"] - - [[Deno_jll."1.16.3+0".sources]] - hash = "cf37225189bcc2ac32f80999a59a9325cafe19e9a8de85b6a9c1ec5be2dbc16d" - url = "https://github.com/denoland/deno/releases/download/v1.16.3/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.16.3+0".sources]] - hash = "fa5ff854e5dadee3aadc1007408565b85fd80ab42c6e30d959e51bfee8ee79e5" - url = "https://github.com/denoland/deno/releases/download/v1.16.3/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.16.3+0".sources]] - hash = "bfa9bdaa41f20ace6a8ad862068874583c0dd8c70ebf4064033372bb17981058" - url = "https://github.com/denoland/deno/releases/download/v1.16.3/deno-aarch64-apple-darwin.zip" - [[Deno_jll."1.16.3+0".sources]] - hash = "f1de6fda3cd30da44a35cbb3548f85ed9f93b0c8d1973b107810d56e6a6f5318" - url = "https://github.com/denoland/deno/releases/download/v1.16.3/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.16.3+0".sources]] - hash = "dd3f8a2f072530aba3d67bc9cc14eb3ee48418ae263ac9dbe37612c16300bd4b" - url = "https://github.com/denoland/deno/releases/download/v1.16.3/deno_src.tar.gz" - -[Deno_jll."1.20.4+0"] -executables = ["deno"] - - [[Deno_jll."1.20.4+0".sources]] - hash = "c77f735729611deaf6300a8aca4c2049debc29f612e78acdd91c2adce648079e" - url = "https://github.com/denoland/deno/releases/download/v1.20.4/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.20.4+0".sources]] - hash = "6f7490795e9ef28b65b1a3dbdaacd9e625b4f158ca0bd5f37ea97baf8ec31c13" - url = "https://github.com/denoland/deno/releases/download/v1.20.4/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.20.4+0".sources]] - hash = "4fce74da80649fe4eac866f14b6ae202bce3a22118b8df3157023800c209b64b" - url = "https://github.com/denoland/deno/releases/download/v1.20.4/deno-aarch64-apple-darwin.zip" - [[Deno_jll."1.20.4+0".sources]] - hash = "bcc5acd083f8991977535c70290ba572bb38474551fc0798016c0c43039e880d" - url = "https://github.com/denoland/deno/releases/download/v1.20.4/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.20.4+0".sources]] - hash = "921aff769d9e54e30a33fb80dfe6db5b9bfc464cfc041083d9f17a78662bd1ac" - url = "https://github.com/denoland/deno/releases/download/v1.20.4/deno_src.tar.gz" - -[Deno_jll."1.28.1+0"] -executables = ["deno"] - - [[Deno_jll."1.28.1+0".sources]] - hash = "cf54d2edd8bb2619dd10fa3b93d4f8e483ca8821ab3854c491770e555a6668cf" - url = "https://github.com/denoland/deno/releases/download/v1.28.1/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.28.1+0".sources]] - hash = "53431f110aa28e83c46278802cc81661035a640c3e69084c7593fb397277b535" - url = "https://github.com/denoland/deno/releases/download/v1.28.1/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.28.1+0".sources]] - hash = "a7655ca86abf854bc2230798ae57cf1b13492aa144601f9fb127ccce876dea03" - url = "https://github.com/denoland/deno/releases/download/v1.28.1/deno-aarch64-apple-darwin.zip" - [[Deno_jll."1.28.1+0".sources]] - hash = "779a5a417fa2e5d9cb0e8258b6eeadf9eb04909d8e311e86ff621bcd3deb72c9" - url = "https://github.com/denoland/deno/releases/download/v1.28.1/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.28.1+0".sources]] - hash = "1f5c0ee6c805508316f065f1540ca95f887d040d531c4bba688c656bd3bd6abd" - url = "https://github.com/denoland/deno/releases/download/v1.28.1/deno_src.tar.gz" - -[Deno_jll."1.33.4+0"] -executables = ["deno"] - - [[Deno_jll."1.33.4+0".sources]] - hash = "2e62448732a8481cae7af6637ddd37289e5baa6f22cd8e2f8197e25991869257" - url = "https://github.com/denoland/deno/releases/download/v1.33.4/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."1.33.4+0".sources]] - hash = "13aa4b3e5f652be2e436798105e5e4a48dbfd398cfc297384e9708a43c9b3337" - url = "https://github.com/LukeChannings/deno-arm64/releases/download/v1.33.4/deno-linux-arm64.zip" - [[Deno_jll."1.33.4+0".sources]] - hash = "1e2d79b4a237443e201578fc825052245d2a71c9a17e2a5d1327fa35f9e8fc0e" - url = "https://github.com/denoland/deno/releases/download/v1.33.4/deno-x86_64-apple-darwin.zip" - [[Deno_jll."1.33.4+0".sources]] - hash = "ea504cac8ba53ef583d0f912d7834f4bff88eb647cfb10cb1dd24962b1dc062d" - url = "https://github.com/denoland/deno/releases/download/v1.33.4/deno-aarch64-apple-darwin.zip" - [[Deno_jll."1.33.4+0".sources]] - hash = "f66842f3ed2b906f0db503b2eebd53c87240ade0dd3045919a7a2ba12962c0e4" - url = "https://github.com/denoland/deno/releases/download/v1.33.4/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."1.33.4+0".sources]] - hash = "d7d4d525e4f8973a23754654925b14f2a215baff4d3dd183e75047a3dac957ac" - url = "https://github.com/denoland/deno/releases/download/v1.33.4/deno_src.tar.gz" - -[Deno_jll."2.0.0+0"] -executables = ["deno"] - - [[Deno_jll."2.0.0+0".sources]] - hash = "d201b812bbc6cc2565012e52c2a9cb9965d768afd28bbc2ba29ae667bf7250a6" - url = "https://github.com/denoland/deno/releases/download/v2.0.0/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."2.0.0+0".sources]] - hash = "a76ada742b4e7670b1c50783cd01be200a38ae2439be583dd07c8069d387f99e" - url = "https://github.com/denoland/deno/releases/download/v2.0.0/deno-aarch64-unknown-linux-gnu.zip" - [[Deno_jll."2.0.0+0".sources]] - hash = "b74d019d948e50e3eebde16d9c67d5633f46636af04adbb7fca1b5a37232dd80" - url = "https://github.com/denoland/deno/releases/download/v2.0.0/deno-x86_64-apple-darwin.zip" - [[Deno_jll."2.0.0+0".sources]] - hash = "ad122b1c8c823378469fb4972c0cc6dafc01353dfa5c7303d199bdc1dee9d5e9" - url = "https://github.com/denoland/deno/releases/download/v2.0.0/deno-aarch64-apple-darwin.zip" - [[Deno_jll."2.0.0+0".sources]] - hash = "34ea525eeaae3ef2eb72e5f7c237fbf844fa900e6b8e666c5db2553f56f9d382" - url = "https://github.com/denoland/deno/releases/download/v2.0.0/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."2.0.0+0".sources]] - hash = "7456e2340d363a50a90cb30695a0c0c930969db0bbd0996eb62fd1dcb9637546" - url = "https://github.com/denoland/deno/releases/download/v2.0.0/deno_src.tar.gz" - -[Deno_jll."2.2.6+0"] -executables = ["deno"] - - [[Deno_jll."2.2.6+0".sources]] - hash = "2bc96c49f5ceb5a74add43f16381e2a2ab5f509c5a5665c5533a661a4141e650" - url = "https://github.com/denoland/deno/releases/download/v2.2.6/deno-x86_64-unknown-linux-gnu.zip" - [[Deno_jll."2.2.6+0".sources]] - hash = "6fbb81191c38488de73f4a8612d856d4eeb45165121dd57c6f68a46de82d30aa" - url = "https://github.com/denoland/deno/releases/download/v2.2.6/deno-aarch64-unknown-linux-gnu.zip" - [[Deno_jll."2.2.6+0".sources]] - hash = "85eaa0d3f8e76931ca4b03f3d5befcb2ad72942db2a3233e3abf2dab58db52bc" - url = "https://github.com/denoland/deno/releases/download/v2.2.6/deno-x86_64-apple-darwin.zip" - [[Deno_jll."2.2.6+0".sources]] - hash = "4459182bd23c28958c807f06645e371ec8a34cddb70a1d99680e75cca76d6e86" - url = "https://github.com/denoland/deno/releases/download/v2.2.6/deno-aarch64-apple-darwin.zip" - [[Deno_jll."2.2.6+0".sources]] - hash = "e0229e239b4b3ffd356a7731dcab9e277c7750669c27515c4c22cd21b1c0108d" - url = "https://github.com/denoland/deno/releases/download/v2.2.6/deno-x86_64-pc-windows-msvc.zip" - [[Deno_jll."2.2.6+0".sources]] - hash = "e3a0763f10d8f0ec511f2617456c7e0eee130c2b7a6787abbbab3baf29bc98e8" - url = "https://github.com/denoland/deno/releases/download/v2.2.6/deno_src.tar.gz" - -[Dex_jll."2.23.0+0"] -executables = ["example-app", "grpc-client", "dex"] - - [[Dex_jll."2.23.0+0".sources]] - hash = "d820fd45d80cef74d4c65f5fcc5766ddb1fa514e" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.23.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a52dc932866744dd9c1dd742f7dc0ac678a04279//D/Dex/bundled" - -[Dex_jll."2.23.0+1"] -executables = ["example-app", "grpc-client", "dex"] -files = ["share/webtemplates.tar.gz"] - - [[Dex_jll."2.23.0+1".sources]] - hash = "d820fd45d80cef74d4c65f5fcc5766ddb1fa514e" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.23.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d3ce74fe0ff14812f2a7dfed2937f8b35cbc2e04//D/Dex/bundled" - -[Dex_jll."2.27.0+0"] -executables = ["dex"] -files = ["share/webtemplates.tar.gz"] - - [[Dex_jll."2.27.0+0".sources]] - hash = "0f9e2888ab65c5b18c4881eaeeb7e38d997e1d92" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.27.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/676b27086d8b71b47a16b30f7653da062b9db39e//D/Dex/bundled" - -[Dex_jll."2.28.1+0"] -executables = ["dex"] -files = ["share/webtemplates.tar.gz"] - - [[Dex_jll."2.28.1+0".sources]] - hash = "510ee05334923aab2bb598f97c7a6d8eb53d53c6" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.28.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f7eb91e8d9bafb8d00b0c3e30b9dd60e291bfead//D/Dex/bundled" - -[Dex_jll."2.28.1+1"] -executables = ["dex"] -files = ["share/webtemplates.tar.gz"] - - [[Dex_jll."2.28.1+1".sources]] - hash = "510ee05334923aab2bb598f97c7a6d8eb53d53c6" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.28.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e68fbb9d259d8f4de97cb62c6d672111fbbb0240//D/Dex/bundled" - -[Dex_jll."2.30.2+0"] -executables = ["dex"] -files = ["share/webtemplates.tar.gz"] - - [[Dex_jll."2.30.2+0".sources]] - hash = "6e30b362b7238d5de80b8277bb47ece3994fec95" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.30.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dfb30e987b4c5852146b4e7c616ef64e66dbb3e8//D/Dex/bundled" - -[Dex_jll."2.30.2+1"] -executables = ["dex"] -files = ["share/webtemplates.tar.gz"] - - [[Dex_jll."2.30.2+1".sources]] - hash = "6e30b362b7238d5de80b8277bb47ece3994fec95" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.30.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ce5c849c7efd4c7eb045c5f60b0ddc90acdd56f0//D/Dex/bundled" - -[Dex_jll."2.30.2+2"] -executables = ["dex"] -files = ["share/webtemplates.tar.gz"] - - [[Dex_jll."2.30.2+2".sources]] - hash = "6e30b362b7238d5de80b8277bb47ece3994fec95" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.30.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/82723866669a67b885b188345b676acca2129d0a//D/Dex/bundled" - -[Dex_jll."2.41.1+0"] -executables = ["dex"] -files = ["share/webtemplates.tar.gz"] - - [[Dex_jll."2.41.1+0".sources]] - hash = "43956db7fd75c488a82c70cf231f44287300a75d" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.41.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/439418833ed57c9fcaed991e64144b1c1e656f13//D/Dex/bundled" - -[Dex_jll."2.43.1+0"] -executables = ["dex"] -files = ["share/webtemplates.tar.gz"] - - [[Dex_jll."2.43.1+0".sources]] - hash = "6e602d3315ea09d0cdeef6b51e61f2fd4ae52502" - repo = "https://github.com/dexidp/dex.git" - [[Dex_jll."2.43.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8566233c15144054c69ccd9bd8e842eb61d5eec2//D/Dex/bundled" - -[Diamond_jll."2.1.6+0"] -executables = ["diamond"] - - [[Diamond_jll."2.1.6+0".sources]] - hash = "0540f86d3d5965cf9a6ef8871068999ef61211dc" - repo = "https://github.com/bbuchfink/diamond.git" - -[Diamond_jll."2.1.7+0"] -executables = ["diamond"] - - [[Diamond_jll."2.1.7+0".sources]] - hash = "14f355071e5c8627fd6ab5b795cacfc91cb5a215" - repo = "https://github.com/bbuchfink/diamond.git" - -[Diamond_jll."2.1.8+0"] -executables = ["diamond"] - - [[Diamond_jll."2.1.8+0".sources]] - hash = "af4fc6484250c497c6b1f1a08f734764dc5d2ed4" - repo = "https://github.com/bbuchfink/diamond.git" - -[Diamond_jll."2.1.9+0"] -executables = ["diamond"] - - [[Diamond_jll."2.1.9+0".sources]] - hash = "ba088282666c06db0665dafc4851df45eae701f6" - repo = "https://github.com/bbuchfink/diamond.git" - -[Dierckx_jll."0.0.1+0"] -libraries = ["libddierckx"] - - [[Dierckx_jll."0.0.1+0".sources]] - hash = "0728bd66a5251cfeff17a72280ae5a40ec14add217f94868d1415b3c469b610a" - url = "https://github.com/scipy/scipy/releases/download/v1.5.1/scipy-1.5.1.tar.xz" - -[Dierckx_jll."0.1.0+0"] -libraries = ["libddierckx"] - - [[Dierckx_jll."0.1.0+0".sources]] - hash = "ee5d018ecad0364289efe3301f6445d7ef548637e0e14d0205bbf363f0dfe66a" - url = "https://github.com/scipy/scipy/releases/download/v1.7.2/scipy-1.7.2.tar.xz" - -[Dierckx_jll."0.1.1+0"] -libraries = ["libddierckx"] - - [[Dierckx_jll."0.1.1+0".sources]] - hash = "033a75ddad1463970c96a88063a1df87ccfddd526437136b6ee81ff0312ebdf6" - url = "https://github.com/scipy/scipy/releases/download/v1.15.1/scipy-1.15.1.tar.gz" - -[Dierckx_jll."0.1.2+0"] -libraries = ["libddierckx"] - - [[Dierckx_jll."0.1.2+0".sources]] - hash = "ee5d018ecad0364289efe3301f6445d7ef548637e0e14d0205bbf363f0dfe66a" - url = "https://github.com/scipy/scipy/releases/download/v1.7.2/scipy-1.7.2.tar.xz" - -[Dierckx_jll."0.2.0+0"] -libraries = ["libddierckx"] - - [[Dierckx_jll."0.2.0+0".sources]] - hash = "033a75ddad1463970c96a88063a1df87ccfddd526437136b6ee81ff0312ebdf6" - url = "https://github.com/scipy/scipy/releases/download/v1.15.1/scipy-1.15.1.tar.gz" - -[DirectQhullHelper_jll."0.1.0+0"] -libraries = ["libDirectQhullHelper"] - - [[DirectQhullHelper_jll."0.1.0+0".sources]] - hash = "026813b733ed1926855b1cb0ec3a53e4fa75c207" - repo = "https://github.com/JuhaHeiskala/DirectQhullHelper.git" - -[Doxygen_jll."1.9.2+0"] -executables = ["doxygen"] - - [[Doxygen_jll."1.9.2+0".sources]] - hash = "40f429241027ea60f978f730229d22e971786172fdb4dc74db6406e7f6c034b3" - url = "https://github.com/doxygen/doxygen/archive/refs/tags/Release_1_9_2.tar.gz" - [[Doxygen_jll."1.9.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/38dc13f68f5d66932a23952860245ba2255d8418//D/Doxygen/./bundled" - -[Doxygen_jll."1.10.0+0"] -executables = ["doxygen"] - - [[Doxygen_jll."1.10.0+0".sources]] - hash = "dd7c556b4d96ca5e682534bc1f1a78a5cfabce0c425b14c1b8549802686a4442" - url = "https://github.com/doxygen/doxygen/releases/download/Release_1_10_0/doxygen-1.10.0.src.tar.gz" - [[Doxygen_jll."1.10.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Doxygen_jll."1.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df937bd1246f63e076c85452ff4fd1ca76ba5dc5//D/Doxygen/./bundled" - -[DuckDB_jll."0.2.1+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.2.1+0".sources]] - hash = "d9bceddc7209a7e0b5c0402958d1191e19a491e7" - repo = "https://github.com/cwida/duckdb.git" - -[DuckDB_jll."0.2.9+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.2.9+0".sources]] - hash = "ede74256ca8811ae37001d238c4ffb156861c408453e95e02096773465619ccf" - url = "https://github.com/duckdb/duckdb/archive/refs/tags/v0.2.9.tar.gz" - -[DuckDB_jll."0.3.0+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.3.0+0".sources]] - hash = "4BD9BDAC208C4492F3A522FE500AF0A02345809E8BA36E8B00A9BE38151B3A5F" - url = "https://github.com/duckdb/duckdb/archive/refs/tags/v0.3.0.tar.gz" - -[DuckDB_jll."0.3.1+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.3.1+0".sources]] - hash = "ae2367d0a393be59e137ffa975f48f60b113b2a72aacc24fbc59afa0cbc3a511" - url = "https://github.com/duckdb/duckdb/archive/refs/tags/v0.3.1.tar.gz" - -[DuckDB_jll."0.3.1+1"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.3.1+1".sources]] - hash = "ae2367d0a393be59e137ffa975f48f60b113b2a72aacc24fbc59afa0cbc3a511" - url = "https://github.com/duckdb/duckdb/archive/refs/tags/v0.3.1.tar.gz" - -[DuckDB_jll."0.3.1+2"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.3.1+2".sources]] - hash = "ae2367d0a393be59e137ffa975f48f60b113b2a72aacc24fbc59afa0cbc3a511" - url = "https://github.com/duckdb/duckdb/archive/refs/tags/v0.3.1.tar.gz" - [[DuckDB_jll."0.3.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2768e91e58ff25666f2ea81ab770de19b0f86282//D/DuckDB/./bundled" - -[DuckDB_jll."0.3.1+3"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.3.1+3".sources]] - hash = "88aa81c6b1b851c538145e6431ea766a6e0ef435" - repo = "https://github.com/duckdb/duckdb.git" - [[DuckDB_jll."0.3.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e6a24a8f70d92c20b776cb1e24e1dd109cf502d0//D/DuckDB/./bundled" - -[DuckDB_jll."0.3.2+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.3.2+0".sources]] - hash = "88aa81c6b1b851c538145e6431ea766a6e0ef435" - repo = "https://github.com/duckdb/duckdb.git" - [[DuckDB_jll."0.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/718f348ed80bd9a0f073c8ee5f624339ca02ac1a//D/DuckDB/./bundled" - -[DuckDB_jll."0.3.3+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.3.3+0".sources]] - hash = "fe9ba80039e4a0f20eb8d7fb7d6d9a4984156cbd" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.3.4+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.3.4+0".sources]] - hash = "662041e2b43283bfcfeed984af7c3eaa85fb4996" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.4.0+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.4.0+0".sources]] - hash = "da9ee490df829a96bfbcfcd737f95f8dbc707d0a" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.5.0+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.5.0+0".sources]] - hash = "109f932c41fba9d61189e01ab0e5496cb9749506" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.5.1+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.5.1+0".sources]] - hash = "7c111322de1095436350f95e33c5553b09302165" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.6.0+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.6.0+0".sources]] - hash = "2213f9c946073a6df1242aa1bc339ee46bd45716" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.6.1+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.6.1+0".sources]] - hash = "919cad22e8090087ae33625661f26a5fc78d188b" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.7.0+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.7.0+0".sources]] - hash = "f7827396d70232a0434c91142809deef6e0b6092" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.7.0+1"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.7.0+1".sources]] - hash = "f7827396d70232a0434c91142809deef6e0b6092" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.7.1+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.7.1+0".sources]] - hash = "ae9bcc347c37bcaaede2ee28fa7883b1477df778" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.8.0+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.8.0+0".sources]] - hash = "e8e4cea5ec9d1a84c1f516d0f0674f8785a3e786" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.8.1+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.8.1+0".sources]] - hash = "6536a772329002b05decbfc0a9d3f606e0ec7f55" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.9.1+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.9.1+0".sources]] - hash = "401c8061c6ece35949cac58c7770cc755710ca86" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.9.2+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.9.2+0".sources]] - hash = "3c695d7ba94d95d9facee48d395f46ed0bd72b46" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.10.0+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.10.0+0".sources]] - hash = "21389fa53053fb36c4d37d922e34041b46969576" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.10.1+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.10.1+0".sources]] - hash = "4a89d97db8a5a23a15f3025c8d2d2885337c2637" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.10.2+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.10.2+0".sources]] - hash = "1601d94f94a7e0d2eb805a94803eb1e3afbbe4ed" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."0.10.3+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."0.10.3+0".sources]] - hash = "1323e95677e571cfacd56e3dd1fe6d3220a76512" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.0.0+0"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.0.0+0".sources]] - hash = "1f98600c2cf8722a6d2f2d805bb4af5e701319fc" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.0.0+1"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.0.0+1".sources]] - hash = "1f98600c2cf8722a6d2f2d805bb4af5e701319fc" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.0.0+2"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.0.0+2".sources]] - hash = "1f98600c2cf8722a6d2f2d805bb4af5e701319fc" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.0.0+3"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.0.0+3".sources]] - hash = "1f98600c2cf8722a6d2f2d805bb4af5e701319fc" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.1.0+0"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.1.0+0".sources]] - hash = "fa5c2fe15f3da5f32397b009196c0895fce60820" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.1.2+0"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.1.2+0".sources]] - hash = "f680b7d08f56183391b581077d4baf589e1cc8bd" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.2.0+0"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.2.0+0".sources]] - hash = "5f5512b827df6397afd31daedb4bbdee76520019" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.2.1+0"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.2.1+0".sources]] - hash = "8e52ec43959ab363643d63cb78ee214577111da4" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.2.2+0"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.2.2+0".sources]] - hash = "7c039464e452ddc3330e2691d3fa6d305521d09b" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.3.0+0"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.3.0+0".sources]] - hash = "71c5c07cdd295e9409c0505885033ae9eb6b5ddd" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.3.1+0"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.3.1+0".sources]] - hash = "2063dda3e6bd955c364ce8e61939c6248a907be6" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.3.1+1"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.3.1+1".sources]] - hash = "2063dda3e6bd955c364ce8e61939c6248a907be6" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.3.1+2"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.3.1+2".sources]] - hash = "2063dda3e6bd955c364ce8e61939c6248a907be6" - repo = "https://github.com/duckdb/duckdb.git" - -[DuckDB_jll."1.3.2+0"] -executables = ["duckdb"] -libraries = ["libduckdb"] - - [[DuckDB_jll."1.3.2+0".sources]] - hash = "0b83e5d2f68bc02dfefde74b846bd039f078affa" - repo = "https://github.com/duckdb/duckdb.git" - -[Dune_jll."3.17.1+0"] -executables = ["dune"] - - [[Dune_jll."3.17.1+0".build_dependencies]] - name = "OCaml_jll" - target = "target" - version = "5.3.0" - - [[Dune_jll."3.17.1+0".sources]] - hash = "6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" - url = "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz" - -[Dust_jll."0.8.3+0"] -executables = ["dust"] - - [[Dust_jll."0.8.3+0".sources]] - hash = "1e07203546274276503a4510adcf5dc6eacd5d1e20604fcd55a353b3b63c1213" - url = "https://github.com/bootandy/dust/archive/refs/tags/v0.8.3.tar.gz" - -[DynamO_jll."1.7.6+0"] -executables = ["dynarun", "dynamod", "dynapotential", "dynahist_rw"] - - [[DynamO_jll."1.7.6+0".sources]] - hash = "99c9abc35b3665d9c3c94d625f1661824c456f90b8e023926d49092fbf7c59de" - url = "https://github.com/toastedcrumpets/DynamO/archive/refs/tags/dynamo-1-7-6.tar.gz" - -[DynarePreprocessor_jll."4.8.0+0"] -executables = ["dynare-preprocessor"] - - [[DynarePreprocessor_jll."4.8.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[DynarePreprocessor_jll."4.8.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[DynarePreprocessor_jll."4.8.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - - [[DynarePreprocessor_jll."4.8.0+0".sources]] - hash = "a8fce06dc46ca09329e6899e1fde47f2cd81809b" - repo = "https://git.dynare.org/Dynare/preprocessor.git" - [[DynarePreprocessor_jll."4.8.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[DynarePreprocessor_jll."4.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7956241c43e02abfd6249f6d947b0109efff0613//D/DynarePreprocessor/./bundled" - -[DynarePreprocessor_jll."6.0.0+0"] -executables = ["dynare-preprocessor"] - - [[DynarePreprocessor_jll."6.0.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[DynarePreprocessor_jll."6.0.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[DynarePreprocessor_jll."6.0.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - - [[DynarePreprocessor_jll."6.0.0+0".sources]] - hash = "285a4389a3a368774124c9ae66ed7fc367592946" - repo = "https://git.dynare.org/Dynare/preprocessor.git" - [[DynarePreprocessor_jll."6.0.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[DynarePreprocessor_jll."6.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ce2fb4a47e820e0a8e4eaf5b9b6c9391995985d3//D/DynarePreprocessor/./bundled" - -[DynarePreprocessor_jll."6.0.2+0"] -executables = ["dynare-preprocessor"] - - [[DynarePreprocessor_jll."6.0.2+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[DynarePreprocessor_jll."6.0.2+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[DynarePreprocessor_jll."6.0.2+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - - [[DynarePreprocessor_jll."6.0.2+0".sources]] - hash = "00fd9dadb6dde5929c224c74e0a43715554a2c05" - repo = "https://git.dynare.org/Dynare/preprocessor.git" - -[DynarePreprocessor_jll."6.1.0+0"] -executables = ["dynare-preprocessor"] - - [[DynarePreprocessor_jll."6.1.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[DynarePreprocessor_jll."6.1.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[DynarePreprocessor_jll."6.1.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - - [[DynarePreprocessor_jll."6.1.0+0".sources]] - hash = "4807a6c8806b650094f8a1fc8bc7435e94d38305" - repo = "https://git.dynare.org/Dynare/preprocessor.git" - [[DynarePreprocessor_jll."6.1.0+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[DynarePreprocessor_jll."6.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/08edc5fb58ccbe81e9e8d670bc1e727985e2a143//D/DynarePreprocessor/./bundled" - -[DynarePreprocessor_jll."6.2.0+0"] -executables = ["dynare-preprocessor"] - - [[DynarePreprocessor_jll."6.2.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[DynarePreprocessor_jll."6.2.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[DynarePreprocessor_jll."6.2.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - - [[DynarePreprocessor_jll."6.2.0+0".sources]] - hash = "b0cb1a728cc25f574879042971e94bc49834d96e" - repo = "https://git.dynare.org/Dynare/preprocessor.git" - [[DynarePreprocessor_jll."6.2.0+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - -[DynarePreprocessor_jll."6.3.0+0"] -executables = ["dynare-preprocessor"] - - [[DynarePreprocessor_jll."6.3.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[DynarePreprocessor_jll."6.3.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[DynarePreprocessor_jll."6.3.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - - [[DynarePreprocessor_jll."6.3.0+0".sources]] - hash = "07f5de36795bf62807e63f0f66f1841a70172d4a" - repo = "https://git.dynare.org/Dynare/preprocessor.git" - [[DynarePreprocessor_jll."6.3.0+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - -[DynarePreprocessor_jll."6.4.0+0"] -executables = ["dynare-preprocessor"] - - [[DynarePreprocessor_jll."6.4.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[DynarePreprocessor_jll."6.4.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[DynarePreprocessor_jll."6.4.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - - [[DynarePreprocessor_jll."6.4.0+0".sources]] - hash = "8d72527518523620050e819e9cd59afc76862ab9" - repo = "https://git.dynare.org/Dynare/preprocessor.git" - [[DynarePreprocessor_jll."6.4.0+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - -[DynarePreprocessor_jll."7.0.0+0"] -executables = ["dynare-preprocessor"] - - [[DynarePreprocessor_jll."7.0.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[DynarePreprocessor_jll."7.0.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - - [[DynarePreprocessor_jll."7.0.0+0".sources]] - hash = "e4ba46115a6d896b1cdec043bd5612628f7c43a5" - repo = "https://git.dynare.org/Dynare/preprocessor.git" - -[ECOS_jll."2.0.5+0"] -libraries = ["libecos"] - - [[ECOS_jll."2.0.5+0".sources]] - hash = "fcdbcc8dd221b8b2a556b2d90f52e47a749c9695" - repo = "https://github.com/embotech/ecos.git" - -[ECOS_jll."2.0.5+1"] -libraries = ["libecos"] - - [[ECOS_jll."2.0.5+1".sources]] - hash = "fcdbcc8dd221b8b2a556b2d90f52e47a749c9695" - repo = "https://github.com/embotech/ecos.git" - -[ECOS_jll."2.0.7+0"] -libraries = ["libecos"] - - [[ECOS_jll."2.0.7+0".sources]] - hash = "2954b2a640f2194bf91dbf51e682be17012d7698" - repo = "https://github.com/embotech/ecos.git" - -[ECOS_jll."2.0.8+0"] -libraries = ["libecos"] - - [[ECOS_jll."2.0.8+0".sources]] - hash = "3b98fe0376ceeeb8310a06694b0a84ac59920f3f" - repo = "https://github.com/embotech/ecos.git" - -[ECOS_jll."2.0.8+1"] -libraries = ["libecos"] - - [[ECOS_jll."2.0.8+1".sources]] - hash = "3b98fe0376ceeeb8310a06694b0a84ac59920f3f" - repo = "https://github.com/embotech/ecos.git" - -[ECOS_jll."200.0.800+0"] -libraries = ["libecos"] - - [[ECOS_jll."200.0.800+0".sources]] - hash = "3b98fe0376ceeeb8310a06694b0a84ac59920f3f" - repo = "https://github.com/embotech/ecos.git" - -[ECharts_jll."5.5.1+0"] -files = ["node_modules/echarts/dist/echarts.js"] - -[EDFlib_jll."1.16.0+0"] -libraries = ["libedflib"] - - [[EDFlib_jll."1.16.0+0".sources]] - hash = "cc9f9cc63869fa5742a7dd7e1aa3ff69fedcd4547f2c56ada43d4a4bfa4c6a4e" - url = "https://www.teuniz.net/edflib/edflib_116.tar.gz" - -[EDFlib_jll."1.16.0+1"] -libraries = ["libedflib"] - - [[EDFlib_jll."1.16.0+1".sources]] - hash = "cc9f9cc63869fa5742a7dd7e1aa3ff69fedcd4547f2c56ada43d4a4bfa4c6a4e" - url = "https://www.teuniz.net/edflib/edflib_116.tar.gz" - -[EDFlib_jll."1.26.0+0"] -files = ["include/edflib.h"] -libraries = ["libedf"] - - [[EDFlib_jll."1.26.0+0".sources]] - hash = "e9e37aa561fa094cb759b4da6d4741f0092d7851a375ee877c18f993150443a8" - url = "https://www.teuniz.net/edflib/edflib_126.tar.gz" - [[EDFlib_jll."1.26.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0f39936768d886b295365db44018a7152414ae5//E/EDFlib/./bundled" - -[ELFIO_jll."3.12.0+0"] -files = ["include/elfio/elfio.hpp"] - - [[ELFIO_jll."3.12.0+0".sources]] - hash = "8ae6cec5d60495822ecd57d736f66149da9b1830" - repo = "https://github.com/serge1/ELFIO.git" - -[ERFA_jll."1.7.0+0"] -libraries = ["liberfa"] - - [[ERFA_jll."1.7.0+0".sources]] - hash = "f0787e30e848750c0cbfc14827de6fc7f69a2d5ef0fc653504e74b8967a764e0" - url = "https://github.com/liberfa/erfa/releases/download/v1.7.0/erfa-1.7.0.tar.gz" - -[ERFA_jll."1.7.1+0"] -libraries = ["liberfa"] - - [[ERFA_jll."1.7.1+0".sources]] - hash = "80239ae9ba4bf7f328f7f64baec7fc38e587058b3ef9cea9331c751de0b98783" - url = "https://github.com/liberfa/erfa/releases/download/v1.7.1/erfa-1.7.1.tar.gz" - -[ERFA_jll."1.7.2+0"] -libraries = ["liberfa"] - - [[ERFA_jll."1.7.2+0".sources]] - hash = "b85ee6f723c8c01a7da85982a5f53838e8133f65ebf98ddf70a454e95cbaf96e" - url = "https://github.com/liberfa/erfa/releases/download/v1.7.2/erfa-1.7.2.tar.gz" - -[ERFA_jll."1.7.3+0"] -libraries = ["liberfa"] - - [[ERFA_jll."1.7.3+0".sources]] - hash = "80311221c96b45151f9a68517acc2b54b548b49d740e53cf409a6bc7502bd86b" - url = "https://github.com/liberfa/erfa/releases/download/v1.7.3/erfa-1.7.3.tar.gz" - -[ERFA_jll."2.0.0+0"] -libraries = ["liberfa"] - - [[ERFA_jll."2.0.0+0".sources]] - hash = "75cb0a2cc1561d24203d9d0e67c21f105e45a70181d57f158e64a46a50ccd515" - url = "https://github.com/liberfa/erfa/releases/download/v2.0.0/erfa-2.0.0.tar.gz" - -[EarCut_jll."2.1.5+0"] -libraries = ["libearcut"] - - [[EarCut_jll."2.1.5+0".sources]] - hash = "cfa4233e26ac785a89954a72b4e2e84312b389c2" - repo = "https://github.com/SimonDanisch/EarCutBuilder.git" - -[EarCut_jll."2.1.5+1"] -libraries = ["libearcut"] - - [[EarCut_jll."2.1.5+1".sources]] - hash = "cfa4233e26ac785a89954a72b4e2e84312b389c2" - repo = "https://github.com/SimonDanisch/EarCutBuilder.git" - -[EarCut_jll."2.2.3+0"] -libraries = ["libearcut"] - - [[EarCut_jll."2.2.3+0".sources]] - hash = "b28acde132cdb8e0ef536a96ca7ada8a651f9169" - repo = "https://github.com/mapbox/earcut.hpp.git" - [[EarCut_jll."2.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e9ec714d786c4c841a80bdf75b84570c5bda7a1//E/EarCut/./bundled" - -[EarCut_jll."2.2.4+0"] -libraries = ["libearcut"] - - [[EarCut_jll."2.2.4+0".sources]] - hash = "4811a2b69b91f6127a75e780de6e2113609ddabb" - repo = "https://github.com/mapbox/earcut.hpp.git" - [[EarCut_jll."2.2.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/53ca769ed8f434e3b32b09b722a38ee1367c589e//E/EarCut/./bundled" - -[Edlib_jll."1.2.6+0"] -libraries = ["libedlib"] - - [[Edlib_jll."1.2.6+0".sources]] - hash = "ba4272ba68fcdbe31cbc10853de1841701e4e60a" - repo = "https://github.com/Martinsos/edlib.git" - -[[Eigen_jll."3.3.7+0".sources]] -hash = "9f13cf90dedbe3e52a19f43000d71fdf72e986beb9a5436dddcd61ff9d77a3ce" -url = "https://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2" - -[[Eigen_jll."3.3.7+1".sources]] -hash = "685adf14bd8e9c015b78097c1dc22f2f01343756f196acdc76a678e1ae352e11" -url = "https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.bz2" - -[[Eigen_jll."3.3.9+0".sources]] -hash = "0fa5cafe78f66d2b501b43016858070d52ba47bd9b1016b0165a7b8e04675677" -url = "https://gitlab.com/libeigen/eigen/-/archive/3.3.9/eigen-3.3.9.tar.bz2" - -[[Eigen_jll."3.4.0+0".sources]] -hash = "3147391d946bb4b6c68edd901f2add6ac1f31f8c" -repo = "https://gitlab.com/libeigen/eigen.git" - -[EinsteinToolkit_jll."2024.11.0+0"] -executables = ["cactus_sim"] - - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "b11bff7a6af94460d73e6a20ae2242df73e334c9" - repo = "https://bitbucket.org/cactuscode/cactus.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "49a9d71ec54e97eead7b057bae247f734678ce81" - repo = "https://bitbucket.org/cactuscode/cactusbase.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "7a208b0de559749c565f6d3fabbba579cf6ccbac" - repo = "https://bitbucket.org/cactuscode/cactusconnect.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "5934bfbaa993d0f41bd673b416a2096d9baf0ea3" - repo = "https://bitbucket.org/cactuscode/cactuselliptic.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "8cc66913ebe8f7dbb6143e7580b624e39e6d7351" - repo = "https://bitbucket.org/cactuscode/cactusexamples.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "cb8c7d2960ec53547864bd9a87eb190443f29a59" - repo = "https://bitbucket.org/cactuscode/cactusio.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "1656493dd917821cf9933c7dac4de8f9d1a28c88" - repo = "https://bitbucket.org/cactuscode/cactusnumerical.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "a8e3236308f968b2cdf9a91a065ed220ddd6aedb" - repo = "https://bitbucket.org/cactuscode/cactuspugh.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "63f958be245119746095b4c993413ace4650fe62" - repo = "https://bitbucket.org/cactuscode/cactuspughio.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "e5fc4370f7ace3352b7b242a5fe8a2ab788fe39f" - repo = "https://bitbucket.org/cactuscode/cactustest.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "474e6b1e9cc8005d1cb38878b617a22a2c44b2ca" - repo = "https://bitbucket.org/cactuscode/cactusutils.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "35443f5eb3cd1086ccb6c4548bcced526caded70" - repo = "https://bitbucket.org/cactuscode/cactuswave.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "99c01a80219af62195e9dcc674e436c5f8309dbe" - repo = "https://github.com/einsteintoolkit/Carpet.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "b7d79de8b744005b5513ee6d76822ad7db33a4a8" - repo = "https://bitbucket.org/einsteintoolkit/einsteinanalysis.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "db5777d1f921254d3e8d489c5b2e2b1c336113ef" - repo = "https://bitbucket.org/einsteintoolkit/einsteinbase.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "dc6b13d4a835384e2bdca51a4478bd87a3f26676" - repo = "https://bitbucket.org/einsteintoolkit/einsteineos.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "25f1178eb3c2aedfcc92cc460cd2834c6d7369ed" - repo = "https://bitbucket.org/einsteintoolkit/einsteinevolve.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "a308525882c0072c14a139b2892b035e1bf7fd95" - repo = "https://bitbucket.org/einsteintoolkit/einsteinexamples.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "32a4a3d2d4463c10fb2b6a977e0ebbaa75b43034" - repo = "https://bitbucket.org/einsteintoolkit/einsteininitialdata.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "01d568fb7ae258e6822af450353d5a7dc3401168" - repo = "https://bitbucket.org/einsteintoolkit/einsteinutils" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "79a3aab9527f1ca280639657958fa1e6f724bcad" - repo = "https://github.com/barrywardell/EinsteinExact.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "b259730780518efa6333550963c40cee3455dd2c" - repo = "https://github.com/EinsteinToolkit/ExternalLibraries-FFTW3" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "827085fe750ebfc7359f083614a124915883ca5b" - repo = "https://github.com/EinsteinToolkit/ExternalLibraries-GSL" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "eeb204b3db68212286641cfe03e7184bcada23f0" - repo = "https://github.com/EinsteinToolkit/ExternalLibraries-HDF5" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "8f1b760e35aa8815852e55cdb41779f4583da28f" - repo = "https://github.com/EinsteinToolkit/ExternalLibraries-MPI" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "1acebb973c547dc8d1c189a652c88c058b8be486" - repo = "https://github.com/EinsteinToolkit/ExternalLibraries-OpenBLAS" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "3fb3343feae2c72cb109dbdeb26db280bf731c70" - repo = "https://github.com/EinsteinToolkit/ExternalLibraries-hwloc" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "d5c1c5510d18759d7604e5d0bde0e8fd400e664c" - repo = "https://github.com/EinsteinToolkit/ExternalLibraries-libjpeg" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "554c0bbbf54cb3ce3157045f24cfd8af71f27054" - repo = "https://github.com/EinsteinToolkit/ExternalLibraries-pthreads" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "d15d828036caf2b45a76ea977c1ab47d5658626e" - repo = "https://github.com/EinsteinToolkit/ExternalLibraries-zlib" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "6853fe9ae29276621746325d125fa6239460921d" - repo = "https://github.com/GRHayL/GRHayL.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "0b1170359736408423e35674713c1d93a8ac1586" - repo = "https://github.com/GRHayL/GRHayLET.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "7cf7799ac9746380dffcad29f07a894e992776c1" - repo = "https://github.com/dboyer7/TOVola.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "b4b2b40103a706a29f8f6b3910110a30afff75aa" - repo = "https://github.com/ianhinder/Kranc.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "3733ef58dca5906abbfb3cbffcc19131048f7e71" - repo = "https://bitbucket.org/llamacode/llama.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "46157bbd3a716dc36c31fde08b1eaea6cabb1ca4" - repo = "https://bitbucket.org/einsteintoolkit/mclachlan.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "535f5975d3ee289400c10c7d761035c63a594a87" - repo = "https://bitbucket.org/cactuscode/numerical.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "bc662c6dfde296b8a3f2c32c825bd28da0efaded" - repo = "https://bitbucket.org/einsteintoolkit/pittnullcode.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "36c1afcfc6305dea54cae62dd3193567e330bb52" - repo = "https://bitbucket.org/canuda/lean_public.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "79d9ee27a2035e07fa28f67d9fef2bbc6a746912" - repo = "https://bitbucket.org/canuda/Proca.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "06b6062740a98f4ec5cfbe8b7d70a165ec87eeda" - repo = "https://bitbucket.org/canuda/Scalar.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "c88af8a391c0c7e235aac0750d3529912d2db0ba" - repo = "https://github.com/wofti/CactusSgrid.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "7802e89105d8b077e848e62a2e10ed50a79ed8cd" - repo = "https://bitbucket.org/zach_etienne/wvuthorns.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - hash = "378d2a0e90e37b3d9ac477488ccb370bc0ae22fd" - repo = "https://bitbucket.org/zach_etienne/wvuthorns_diagnostics.git" - [[EinsteinToolkit_jll."2024.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7f2f4218653f9763d578afad3fa7ccf75752081b//E/EinsteinToolkit/bundled" - -[Eiscor_jll."0.2.0+0"] -libraries = ["libeiscor", "eiscor"] - - [[Eiscor_jll."0.2.0+0".sources]] - hash = "618b5f9ae5a890e90910d520abb27866d3cc252f" - repo = "https://github.com/andreasnoack/eiscor.git" - -[Elemental_jll."0.87.7+0"] -libraries = ["libEl", "libElSuiteSparse"] - - [[Elemental_jll."0.87.7+0".sources]] - hash = "477e503a7a840cc1a75173552711b980505a0b06" - repo = "https://github.com/elemental/Elemental.git" - -[Elemental_jll."0.87.7+1"] -libraries = ["libEl", "libElSuiteSparse"] - - [[Elemental_jll."0.87.7+1".sources]] - hash = "477e503a7a840cc1a75173552711b980505a0b06" - repo = "https://github.com/elemental/Elemental.git" - -[Elemental_jll."0.87.8+0"] -libraries = ["libEl", "libElSuiteSparse"] - - [[Elemental_jll."0.87.8+0".sources]] - hash = "6eb15a0da2a4998bf1cf971ae231b78e06d989d9" - repo = "https://github.com/elemental/Elemental.git" - -[Elemental_jll."0.87.9+0"] -libraries = ["libEl", "libElSuiteSparse"] - - [[Elemental_jll."0.87.9+0".sources]] - hash = "6eb15a0da2a4998bf1cf971ae231b78e06d989d9" - repo = "https://github.com/elemental/Elemental.git" - -[Elemental_jll."1.3.3+0"] -libraries = ["libHydrogen_CXX"] - - [[Elemental_jll."1.3.3+0".sources]] - hash = "38505fbf3b9f4a511fb35b0776144f336616fe38" - repo = "https://github.com/LLNL/Elemental.git" - [[Elemental_jll."1.3.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1210ead67392e066cab27cb912acf4bac4a43ca7//E/Elemental/bundled" - -[Elfutils_jll."0.177.0+0"] -libraries = ["libasm", "libdw", "libelf"] - - [[Elfutils_jll."0.177.0+0".sources]] - hash = "fa489deccbcae7d8c920f60d85906124c1989c591196d90e0fd668e3dc05042e" - url = "https://sourceware.org/elfutils/ftp/0.177/elfutils-0.177.tar.bz2" - -[Elfutils_jll."0.177.0+1"] -libraries = ["libasm", "libdw", "libelf"] - - [[Elfutils_jll."0.177.0+1".sources]] - hash = "fa489deccbcae7d8c920f60d85906124c1989c591196d90e0fd668e3dc05042e" - url = "https://sourceware.org/elfutils/ftp/0.177/elfutils-0.177.tar.bz2" - -[Elfutils_jll."0.179.0+0"] -libraries = ["libasm", "libdw", "libelf"] - - [[Elfutils_jll."0.179.0+0".sources]] - hash = "25a545566cbacaa37ae6222e58f1c48ea4570f53ba991886e2f5ce96e22a23a2" - url = "https://sourceware.org/elfutils/ftp/0.179/elfutils-0.179.tar.bz2" - [[Elfutils_jll."0.179.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6bf512b5bc4226f8250fa0137f6fa5c1a13fbd29//E/Elfutils/./bundled" - -[Elfutils_jll."0.182.0+0"] -libraries = ["libasm", "libdw", "libelf"] - - [[Elfutils_jll."0.182.0+0".sources]] - hash = "ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d9146b8858" - url = "https://sourceware.org/elfutils/ftp/0.182/elfutils-0.182.tar.bz2" - [[Elfutils_jll."0.182.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3b67902abeb91b80533ab306ee7e2dcb5ac256a1//E/Elfutils/./bundled" - -[Elfutils_jll."0.182.0+1"] -executables = ["eu-addr2line", "eu-ar", "eu-elfclassify", "eu-elfcmp", "eu-elfcompress", "eu-elflint", "eu-findtextrel", "eu-make-debug-archive", "eu-nm", "eu-objdump", "eu-ranlib", "eu-readelf", "eu-size", "eu-stack", "eu-strings", "eu-strip", "eu-unstrip"] -libraries = ["libasm", "libdw", "libelf"] - - [[Elfutils_jll."0.182.0+1".sources]] - hash = "ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d9146b8858" - url = "https://sourceware.org/elfutils/ftp/0.182/elfutils-0.182.tar.bz2" - [[Elfutils_jll."0.182.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ff783d4de309ff9b32fb4405be4c38b0e7301516//E/Elfutils/./bundled" - -[Elfutils_jll."0.189.0+0"] -executables = ["eu-addr2line", "eu-ar", "eu-elfclassify", "eu-elfcmp", "eu-elfcompress", "eu-elflint", "eu-findtextrel", "eu-make-debug-archive", "eu-nm", "eu-objdump", "eu-ranlib", "eu-readelf", "eu-size", "eu-stack", "eu-strings", "eu-strip", "eu-unstrip"] -libraries = ["libasm", "libdw", "libelf"] - - [[Elfutils_jll."0.189.0+0".sources]] - hash = "39bd8f1a338e2b7cd4abc3ff11a0eddc6e690f69578a57478d8179b4148708c8" - url = "https://sourceware.org/elfutils/ftp/0.189/elfutils-0.189.tar.bz2" - [[Elfutils_jll."0.189.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ee3fb9458c840cd036bd8b5356de796f6124026//E/Elfutils/./bundled" - -[Elfutils_jll."0.189.0+1"] -executables = ["eu-addr2line", "eu-ar", "eu-elfclassify", "eu-elfcmp", "eu-elfcompress", "eu-elflint", "eu-findtextrel", "eu-make-debug-archive", "eu-nm", "eu-objdump", "eu-ranlib", "eu-readelf", "eu-size", "eu-stack", "eu-strings", "eu-strip", "eu-unstrip"] -libraries = ["libasm", "libdw", "libelf"] - - [[Elfutils_jll."0.189.0+1".sources]] - hash = "39bd8f1a338e2b7cd4abc3ff11a0eddc6e690f69578a57478d8179b4148708c8" - url = "https://sourceware.org/elfutils/ftp/0.189/elfutils-0.189.tar.bz2" - [[Elfutils_jll."0.189.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a1a2a94a3dd249905948b66d235535d2d7944b46//E/Elfutils/./bundled" - -[Emoslib_jll."4.5.9+0"] -files = ["lib/libemos.a"] - - [[Emoslib_jll."4.5.9+0".sources]] - hash = "e57e02c636dc8f5ccb862a103789b1e927bc985b1e0f2b05abf4f64e86d2f67f" - url = "https://confluence.ecmwf.int/download/attachments/3473472/libemos-4.5.9-Source.tar.gz" - -[Entwine_jll."2.1.0+0"] -executables = ["entwine"] -libraries = ["libentwine"] - - [[Entwine_jll."2.1.0+0".sources]] - hash = "c12989e417182aa43a574d58eac284d4ea422abd5ac041504f55f635905e9b32" - url = "https://github.com/connormanning/entwine/archive/refs/tags/2.1.0.tar.gz" - [[Entwine_jll."2.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b15a45949bf007072af7a2f335fe6e49165f7627//E/Entwine/./bundled" - -[Entwine_jll."2.2.0+0"] -executables = ["entwine"] -libraries = ["libentwine"] - - [[Entwine_jll."2.2.0+0".sources]] - hash = "c019a88be22c72690b7b608fef6ac2dc2dc2c113611a7a82c85828827801b653" - url = "https://github.com/connormanning/entwine/archive/refs/tags/2.2.0.tar.gz" - [[Entwine_jll."2.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5fe2bcca7e034f9cd51e7ab47440600d8a111373//E/Entwine/./bundled" - -[EpollShim_jll."0.0.20230411+0"] -libraries = ["libepoll-shim"] - - [[EpollShim_jll."0.0.20230411+0".sources]] - hash = "538cf422ee062eca456c5455f666ae5c41c3c519" - repo = "https://github.com/jiixyj/epoll-shim.git" - -[EpollShim_jll."0.0.20230411+1"] -libraries = ["libepoll-shim"] - - [[EpollShim_jll."0.0.20230411+1".sources]] - hash = "538cf422ee062eca456c5455f666ae5c41c3c519" - repo = "https://github.com/jiixyj/epoll-shim.git" - -[Exafmmt_jll."0.1.1+0"] -libraries = ["libExafmm64", "libExafmm32"] - - [[Exafmmt_jll."0.1.1+0".sources]] - hash = "359558a6ae7b82ea936f44a33400fa6ca7e27e52" - repo = "https://github.com/JoshuaTetzner/exafmm-t.git" - -[Exiv2_jll."0.27.4+0"] -executables = ["exiv2"] -libraries = ["libexiv2"] - - [[Exiv2_jll."0.27.4+0".sources]] - hash = "9fb2752c92f63c9853e0bef9768f21138eeac046280f40ded5f37d06a34880d9" - url = "https://github.com/Exiv2/exiv2/archive/refs/tags/v0.27.4.tar.gz" - [[Exiv2_jll."0.27.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0847352e40da2bfb790e3e696dc26777379ce2b6//E/Exiv2/./bundled" - -[Exodus_jll."0.1.0+0"] -libraries = ["libexodus"] - - [[Exodus_jll."0.1.0+0".sources]] - hash = "1452c325ab5d507d000397c713a5b0c4dc57bf81" - repo = "https://github.com/gsjaardema/seacas.git" - -[Exodus_jll."0.1.1+0"] -libraries = ["libexodus"] - - [[Exodus_jll."0.1.1+0".sources]] - hash = "a1da779b061fbdc750f18bcae29295dc5064cb74" - repo = "https://github.com/gsjaardema/seacas.git" - -[Exodus_jll."8.19.0+0"] -executables = ["nem_slice", "nem_spread", "exodiff", "epu"] -libraries = ["libexodus"] - - [[Exodus_jll."8.19.0+0".sources]] - hash = "cfc1edd1e1602fd1edc8da90053b66e92499c8e9" - repo = "https://github.com/gsjaardema/seacas.git" - [[Exodus_jll."8.19.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/010f6f2a395ae57e0606699d71db3b5fc9414138//E/Exodus/bundled" - -[Exodus_jll."8.19.1+0"] -executables = ["nem_slice", "nem_spread", "exodiff", "epu"] -libraries = ["libexodus"] - - [[Exodus_jll."8.19.1+0".sources]] - hash = "cfc1edd1e1602fd1edc8da90053b66e92499c8e9" - repo = "https://github.com/gsjaardema/seacas.git" - [[Exodus_jll."8.19.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f4cb1e6974ddf8b78987d1221cda75e51b7a9df4//E/Exodus/bundled" - -[Exodus_jll."9.4.0+0"] -executables = ["epu", "exodiff", "nem_slice", "nem_spread"] -libraries = ["libexodus"] - - [[Exodus_jll."9.4.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Exodus_jll."9.4.0+0".sources]] - hash = "2f0c364b145df6fb8ac5cb29f80a72b24732b7f4" - repo = "https://github.com/gsjaardema/seacas.git" - [[Exodus_jll."9.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/99340602914259c2733f4a076f2e26f2c1506815//E/Exodus/bundled" - -[Expat_jll."2.2.7+0"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.2.7+0".sources]] - hash = "30e3f40acf9a8fdbd5c379bdcc8d1178a1d9af306de29fc8ece922bc4c57bef8" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.xz" - -[Expat_jll."2.2.7+1"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.2.7+1".sources]] - hash = "30e3f40acf9a8fdbd5c379bdcc8d1178a1d9af306de29fc8ece922bc4c57bef8" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.xz" - -[Expat_jll."2.2.7+2"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.2.7+2".sources]] - hash = "30e3f40acf9a8fdbd5c379bdcc8d1178a1d9af306de29fc8ece922bc4c57bef8" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.xz" - -[Expat_jll."2.2.7+3"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.2.7+3".sources]] - hash = "30e3f40acf9a8fdbd5c379bdcc8d1178a1d9af306de29fc8ece922bc4c57bef8" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.xz" - -[Expat_jll."2.2.7+4"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.2.7+4".sources]] - hash = "30e3f40acf9a8fdbd5c379bdcc8d1178a1d9af306de29fc8ece922bc4c57bef8" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.xz" - -[Expat_jll."2.2.7+5"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.2.7+5".sources]] - hash = "30e3f40acf9a8fdbd5c379bdcc8d1178a1d9af306de29fc8ece922bc4c57bef8" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.xz" - -[Expat_jll."2.2.7+6"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.2.7+6".sources]] - hash = "30e3f40acf9a8fdbd5c379bdcc8d1178a1d9af306de29fc8ece922bc4c57bef8" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_2_7/expat-2.2.7.tar.xz" - -[Expat_jll."2.2.10+0"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.2.10+0".sources]] - hash = "5dfe538f8b5b63f03e98edac520d7d9a6a4d22e482e5c96d4d06fcc5485c25f2" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_2_10/expat-2.2.10.tar.xz" - -[Expat_jll."2.2.10+1"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.2.10+1".sources]] - hash = "5dfe538f8b5b63f03e98edac520d7d9a6a4d22e482e5c96d4d06fcc5485c25f2" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_2_10/expat-2.2.10.tar.xz" - -[Expat_jll."2.4.4+0"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.4.4+0".sources]] - hash = "b5d25d6e373351c2ed19b562b4732d01d2589ac8c8e9e7962d8df1207cc311b8" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_4_4/expat-2.4.4.tar.xz" - -[Expat_jll."2.4.8+0"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.4.8+0".sources]] - hash = "f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_4_8/expat-2.4.8.tar.xz" - -[Expat_jll."2.5.0+0"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.5.0+0".sources]] - hash = "ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.xz" - -[Expat_jll."2.6.2+0"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.6.2+0".sources]] - hash = "ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.xz" - -[Expat_jll."2.6.4+0"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.6.4+0".sources]] - hash = "a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.tar.xz" - -[Expat_jll."2.6.4+1"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.6.4+1".sources]] - hash = "a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.tar.xz" - -[Expat_jll."2.6.4+2"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.6.4+2".sources]] - hash = "a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.tar.xz" - -[Expat_jll."2.6.4+3"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.6.4+3".sources]] - hash = "a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.tar.xz" - -[Expat_jll."2.6.5+0"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.6.5+0".sources]] - hash = "a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.tar.xz" - -[Expat_jll."2.7.1+0"] -executables = ["xmlwf"] -libraries = ["libexpat"] - - [[Expat_jll."2.7.1+0".sources]] - hash = "354552544b8f99012e5062f7d570ec77f14b412a3ff5c7d8d0dae62c0d217c30" - url = "https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.tar.xz" - -[Extrae_jll."4.0.2+0"] -executables = ["extrae-cmd", "extrae-header", "extrae-loader"] -libraries = ["libseqtrace", "libpttrace", "libcudatrace"] - - [[Extrae_jll."4.0.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Extrae_jll."4.0.2+0".sources]] - hash = "5eb2a8ad56aca035b1e13b021a944143e59e6b4a" - repo = "https://github.com/bsc-performance-tools/extrae" - [[Extrae_jll."4.0.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b0f44bd93f5ffb65144f6277a7f89ab101be4aa7//E/Extrae/bundled" - -[Extrae_jll."4.0.3+0"] -executables = ["extrae-cmd", "extrae-header", "extrae-loader"] -libraries = ["libseqtrace", "libpttrace"] - - [[Extrae_jll."4.0.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[Extrae_jll."4.0.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[Extrae_jll."4.0.3+0".sources]] - hash = "b5139a07dbb1f4aa9758c1d62d54e42c01125bcfa9aa0cb9ee4f863afae93db1" - url = "https://ftp.tools.bsc.es/extrae/extrae-4.0.3-src.tar.bz2" - [[Extrae_jll."4.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0218ceaa6c6829ebafe4441d2853b85421296bb3//E/Extrae/bundled" - -[Extrae_jll."4.1.2+0"] -executables = ["extrae-cmd", "extrae-header", "extrae-loader", "mpi2prv"] -libraries = ["libseqtrace", "libpttrace"] - - [[Extrae_jll."4.1.2+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.19.0" - [[Extrae_jll."4.1.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[Extrae_jll."4.1.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - - [[Extrae_jll."4.1.2+0".sources]] - hash = "adbc1d3aefde7649262426d471237dc96f070b93be850a6f15280ed86fd0b952" - url = "https://ftp.tools.bsc.es/extrae/extrae-4.1.2-src.tar.bz2" - [[Extrae_jll."4.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a197f3120fc9f2fb9cbe0496bca1167481d4292e//E/Extrae/bundled" - -[Extrae_jll."4.1.2+1"] -executables = ["extrae-cmd", "extrae-header", "extrae-loader", "mpi2prv"] -libraries = ["libseqtrace", "libpttrace"] - - [[Extrae_jll."4.1.2+1".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.19.0" - [[Extrae_jll."4.1.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[Extrae_jll."4.1.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[Extrae_jll."4.1.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[Extrae_jll."4.1.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[Extrae_jll."4.1.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[Extrae_jll."4.1.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[Extrae_jll."4.1.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.1" - - [[Extrae_jll."4.1.2+1".sources]] - hash = "adbc1d3aefde7649262426d471237dc96f070b93be850a6f15280ed86fd0b952" - url = "https://ftp.tools.bsc.es/extrae/extrae-4.1.2-src.tar.bz2" - [[Extrae_jll."4.1.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4094e442304fcc83e56bc728b0150e2866a18b6//E/Extrae/bundled" - -[Extrae_jll."4.2.0+0"] -executables = ["extrae-cmd", "extrae-header", "extrae-loader", "mpi2prv", "mpimpi2prv"] -libraries = ["libseqtrace", "libpttrace", "libcudatrace", "libptcudatrace", "libmpitrace", "libptmpitrace", "libcudampitrace", "libptcudampitrace"] - - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.19.0" - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[Extrae_jll."4.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - - [[Extrae_jll."4.2.0+0".sources]] - hash = "7b83a1ed008440bbc1bda88297d2d0e9256780db1cf8401b3c12718451f8919a" - url = "https://ftp.tools.bsc.es/extrae/extrae-4.2.0-src.tar.bz2" - [[Extrae_jll."4.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eacec492ce28538e855147fbe1a5ad29d7de4f41//E/Extrae/bundled" - -[FAMSA_jll."2.2.2+0"] -executables = ["famsa"] - - [[FAMSA_jll."2.2.2+0".sources]] - hash = "7eb7612c661362747709021e3a9ff2c2d89bbdca" - repo = "https://github.com/refresh-bio/FAMSA" - [[FAMSA_jll."2.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2a1d0ead666233b879d3a45c99f530c163a916e2//F/FAMSA/./bundled" - -[FAMSA_jll."2.2.2+1"] -executables = ["famsa"] - - [[FAMSA_jll."2.2.2+1".sources]] - hash = "7eb7612c661362747709021e3a9ff2c2d89bbdca" - repo = "https://github.com/refresh-bio/FAMSA" - [[FAMSA_jll."2.2.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3cae7c5ad3b0dc7f49d5c30214ff1a2d6c60d11c//F/FAMSA/./bundled" - -[FFLAS_FFPACK_jll."2.5.0+0"] -files = ["bin/fflas-ffpack-config", "include/fflas-ffpack/fflas-ffpack-config.h"] - - [[FFLAS_FFPACK_jll."2.5.0+0".sources]] - hash = "dafb4c0835824d28e4f823748579be6e4c8889c9570c6ce9cce1e186c3ebbb23" - url = "https://github.com/linbox-team/fflas-ffpack/releases/download/v2.5.0/fflas-ffpack-2.5.0.tar.gz" - [[FFLAS_FFPACK_jll."2.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/38c01ed07b14ece90ab72a882fce0b1a1fa274f8//F/FFLAS_FFPACK/./bundled" - -[FFLAS_FFPACK_jll."2.5.0+1"] -files = ["bin/fflas-ffpack-config", "include/fflas-ffpack/fflas-ffpack-config.h"] - - [[FFLAS_FFPACK_jll."2.5.0+1".sources]] - hash = "dafb4c0835824d28e4f823748579be6e4c8889c9570c6ce9cce1e186c3ebbb23" - url = "https://github.com/linbox-team/fflas-ffpack/releases/download/v2.5.0/fflas-ffpack-2.5.0.tar.gz" - [[FFLAS_FFPACK_jll."2.5.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/afb5d86d98a2662b450074ab3e6a2e15e5bb3ce2//F/FFLAS_FFPACK/./bundled" - -[FFLAS_FFPACK_jll."2.5.0+2"] -files = ["bin/fflas-ffpack-config", "include/fflas-ffpack/fflas-ffpack-config.h"] - - [[FFLAS_FFPACK_jll."2.5.0+2".sources]] - hash = "dafb4c0835824d28e4f823748579be6e4c8889c9570c6ce9cce1e186c3ebbb23" - url = "https://github.com/linbox-team/fflas-ffpack/releases/download/v2.5.0/fflas-ffpack-2.5.0.tar.gz" - [[FFLAS_FFPACK_jll."2.5.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0783e17bbe39ed57ef5587210bbe0e6d0bebc256//F/FFLAS_FFPACK/./bundled" - -[FFMPEG_jll."4.1.0+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "swresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.1.0+0".sources]] - hash = "b684fb43244a5c4caae652af9022ed5d85ce15210835bce054a33fb26033a1a5" - url = "https://ffmpeg.org/releases/ffmpeg-4.1.tar.bz2" - -[FFMPEG_jll."4.1.0+1"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.1.0+1".sources]] - hash = "b684fb43244a5c4caae652af9022ed5d85ce15210835bce054a33fb26033a1a5" - url = "https://ffmpeg.org/releases/ffmpeg-4.1.tar.bz2" - -[FFMPEG_jll."4.1.0+2"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.1.0+2".sources]] - hash = "b684fb43244a5c4caae652af9022ed5d85ce15210835bce054a33fb26033a1a5" - url = "https://ffmpeg.org/releases/ffmpeg-4.1.tar.bz2" - -[FFMPEG_jll."4.1.0+3"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.1.0+3".sources]] - hash = "b684fb43244a5c4caae652af9022ed5d85ce15210835bce054a33fb26033a1a5" - url = "https://ffmpeg.org/releases/ffmpeg-4.1.tar.bz2" - -[FFMPEG_jll."4.3.1+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.3.1+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.3.1+0".sources]] - hash = "a7e87112fc49ad5b59e26726e3a7cae0ffae511cba5376c579ba3cb04483d6e2" - url = "https://ffmpeg.org/releases/ffmpeg-4.3.tar.bz2" - -[FFMPEG_jll."4.3.1+1"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.3.1+1".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.3.1+1".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.3.1+1".sources]] - hash = "a7e87112fc49ad5b59e26726e3a7cae0ffae511cba5376c579ba3cb04483d6e2" - url = "https://ffmpeg.org/releases/ffmpeg-4.3.tar.bz2" - -[FFMPEG_jll."4.3.1+2"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.3.1+2".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.3.1+2".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.3.1+2".sources]] - hash = "ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb" - url = "https://ffmpeg.org/releases/ffmpeg-4.3.1.tar.xz" - -[FFMPEG_jll."4.3.1+3"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.3.1+3".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.3.1+3".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.3.1+3".sources]] - hash = "ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb" - url = "https://ffmpeg.org/releases/ffmpeg-4.3.1.tar.xz" - -[FFMPEG_jll."4.3.1+4"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.3.1+4".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.3.1+4".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.3.1+4".sources]] - hash = "ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb" - url = "https://ffmpeg.org/releases/ffmpeg-4.3.1.tar.xz" - -[FFMPEG_jll."4.4.0+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.4.0+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.4.0+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.4.0+0".sources]] - hash = "06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909" - url = "https://ffmpeg.org/releases/ffmpeg-4.4.tar.xz" - -[FFMPEG_jll."4.4.2+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.4.2+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."4.4.2+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.4.2+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.4.2+0".sources]] - hash = "af419a7f88adbc56c758ab19b4c708afbcae15ef09606b82b855291f6a6faa93" - url = "https://ffmpeg.org/releases/ffmpeg-4.4.2.tar.xz" - -[FFMPEG_jll."4.4.2+1"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.4.2+1".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."4.4.2+1".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.4.2+1".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.4.2+1".sources]] - hash = "af419a7f88adbc56c758ab19b4c708afbcae15ef09606b82b855291f6a6faa93" - url = "https://ffmpeg.org/releases/ffmpeg-4.4.2.tar.xz" - -[FFMPEG_jll."4.4.2+2"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.4.2+2".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."4.4.2+2".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.4.2+2".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.4.2+2".sources]] - hash = "af419a7f88adbc56c758ab19b4c708afbcae15ef09606b82b855291f6a6faa93" - url = "https://ffmpeg.org/releases/ffmpeg-4.4.2.tar.xz" - -[FFMPEG_jll."4.4.4+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.4.4+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."4.4.4+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.4.4+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.4.4+0".sources]] - hash = "e80b380d595c809060f66f96a5d849511ef4a76a26b76eacf5778b94c3570309" - url = "https://ffmpeg.org/releases/ffmpeg-4.4.4.tar.xz" - -[FFMPEG_jll."4.4.4+1"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavresample", "avresample", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."4.4.4+1".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."4.4.4+1".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."4.4.4+1".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."4.4.4+1".sources]] - hash = "e80b380d595c809060f66f96a5d849511ef4a76a26b76eacf5778b94c3570309" - url = "https://ffmpeg.org/releases/ffmpeg-4.4.4.tar.xz" - -[FFMPEG_jll."6.1.1+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."6.1.1+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."6.1.1+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."6.1.1+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."6.1.1+0".sources]] - hash = "8684f4b00f94b85461884c3719382f1261f0d9eb3d59640a1f4ac0873616f968" - url = "https://ffmpeg.org/releases/ffmpeg-6.1.1.tar.xz" - [[FFMPEG_jll."6.1.1+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[FFMPEG_jll."6.1.2+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."6.1.2+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."6.1.2+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."6.1.2+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."6.1.2+0".sources]] - hash = "3b624649725ecdc565c903ca6643d41f33bd49239922e45c9b1442c63dca4e38" - url = "https://ffmpeg.org/releases/ffmpeg-6.1.2.tar.xz" - [[FFMPEG_jll."6.1.2+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[FFMPEG_jll."6.1.3+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."6.1.3+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."6.1.3+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."6.1.3+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."6.1.3+0".sources]] - hash = "3b624649725ecdc565c903ca6643d41f33bd49239922e45c9b1442c63dca4e38" - url = "https://ffmpeg.org/releases/ffmpeg-6.1.2.tar.xz" - [[FFMPEG_jll."6.1.3+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[FFMPEG_jll."7.1.0+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."7.1.0+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."7.1.0+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."7.1.0+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."7.1.0+0".sources]] - hash = "40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6" - url = "https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz" - [[FFMPEG_jll."7.1.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[FFMPEG_jll."7.1.1+0"] -executables = ["ffmpeg", "ffprobe"] -libraries = ["libavcodec", "avcodec", "libavdevice", "avdevice", "libavfilter", "avfilter", "libavformat", "avformat", "libavutil", "avutil", "libpostproc", "postproc", "libswresample", "swresample", "libswscale", "swscale"] - - [[FFMPEG_jll."7.1.1+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFMPEG_jll."7.1.1+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFMPEG_jll."7.1.1+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFMPEG_jll."7.1.1+0".sources]] - hash = "733984395e0dbbe5c046abda2dc49a5544e7e0e1e2366bba849222ae9e3a03b1" - url = "https://ffmpeg.org/releases/ffmpeg-7.1.1.tar.xz" - [[FFMPEG_jll."7.1.1+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[FFTW_jll."3.3.9+0"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.9+0".sources]] - hash = "3db033dbc8a703ed644e6973d82bf0497a15a77dc071a4391cfb844b119e7b4c" - url = "http://fftw.org/~stevenj/fftw-3.3.9-alpha1.tar.gz" - -[FFTW_jll."3.3.9+1"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.9+1".sources]] - hash = "3db033dbc8a703ed644e6973d82bf0497a15a77dc071a4391cfb844b119e7b4c" - url = "http://fftw.org/~stevenj/fftw-3.3.9-alpha1.tar.gz" - -[FFTW_jll."3.3.9+2"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.9+2".sources]] - hash = "33554751aae030b8adac2ae29384f5f4a103e02d71955aa45d613b3695eff042" - url = "http://fftw.org/~stevenj/fftw-3.3.9.tar.gz" - -[FFTW_jll."3.3.9+3"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.9+3".sources]] - hash = "33554751aae030b8adac2ae29384f5f4a103e02d71955aa45d613b3695eff042" - url = "http://fftw.org/~stevenj/fftw-3.3.9.tar.gz" - -[FFTW_jll."3.3.9+4"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.9+4".sources]] - hash = "33554751aae030b8adac2ae29384f5f4a103e02d71955aa45d613b3695eff042" - url = "http://fftw.org/~stevenj/fftw-3.3.9.tar.gz" - -[FFTW_jll."3.3.9+5"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.9+5".sources]] - hash = "33554751aae030b8adac2ae29384f5f4a103e02d71955aa45d613b3695eff042" - url = "http://fftw.org/~stevenj/fftw-3.3.9.tar.gz" - -[FFTW_jll."3.3.9+6"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.9+6".sources]] - hash = "33554751aae030b8adac2ae29384f5f4a103e02d71955aa45d613b3695eff042" - url = "http://fftw.org/~stevenj/fftw-3.3.9.tar.gz" - -[FFTW_jll."3.3.9+7"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.9+7".sources]] - hash = "bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d" - url = "http://fftw.org/fftw-3.3.9.tar.gz" - -[FFTW_jll."3.3.9+8"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.9+8".sources]] - hash = "bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d" - url = "http://fftw.org/fftw-3.3.9.tar.gz" - -[FFTW_jll."3.3.10+0"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.10+0".sources]] - hash = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" - url = "http://fftw.org/fftw-3.3.10.tar.gz" - -[FFTW_jll."3.3.10+1"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.10+1".sources]] - hash = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" - url = "http://fftw.org/fftw-3.3.10.tar.gz" - -[FFTW_jll."3.3.10+2"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.10+2".sources]] - hash = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" - url = "http://fftw.org/fftw-3.3.10.tar.gz" - -[FFTW_jll."3.3.10+3"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.10+3".sources]] - hash = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" - url = "http://fftw.org/fftw-3.3.10.tar.gz" - -[FFTW_jll."3.3.11+0"] -libraries = ["libfftw3", "libfftw3f"] - - [[FFTW_jll."3.3.11+0".sources]] - hash = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" - url = "http://fftw.org/fftw-3.3.10.tar.gz" - -[FFplay_jll."4.3.1+0"] -executables = ["ffplay"] - - [[FFplay_jll."4.3.1+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFplay_jll."4.3.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[FFplay_jll."4.3.1+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFplay_jll."4.3.1+0".sources]] - hash = "ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb" - url = "https://ffmpeg.org/releases/ffmpeg-4.3.1.tar.xz" - -[FFplay_jll."4.4.4+0"] -executables = ["ffplay"] - - [[FFplay_jll."4.4.4+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFplay_jll."4.4.4+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFplay_jll."4.4.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[FFplay_jll."4.4.4+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFplay_jll."4.4.4+0".sources]] - hash = "e80b380d595c809060f66f96a5d849511ef4a76a26b76eacf5778b94c3570309" - url = "https://ffmpeg.org/releases/ffmpeg-4.4.4.tar.xz" - -[FFplay_jll."7.1.0+0"] -executables = ["ffplay"] - - [[FFplay_jll."7.1.0+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[FFplay_jll."7.1.0+0".build_dependencies]] - name = "nv_codec_headers_jll" - target = "target" - version = "*" - [[FFplay_jll."7.1.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[FFplay_jll."7.1.0+0".build_dependencies]] - name = "LibVPX_jll" - target = "target" - version = "*" - - [[FFplay_jll."7.1.0+0".sources]] - hash = "40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6" - url = "https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz" - [[FFplay_jll."7.1.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[FGlT_jll."1.0.0+0"] -libraries = ["libfglt"] - - [[FGlT_jll."1.0.0+0".sources]] - hash = "c3c0c683a76fef56473314527760b74ffd271455" - repo = "https://github.com/fcdimitr/fglt.git" - -[FLAC_jll."1.3.3+0"] -executables = ["metaflac", "flac"] -libraries = ["libFLAC", "libFLAC++"] - - [[FLAC_jll."1.3.3+0".sources]] - hash = "213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748" - url = "https://downloads.xiph.org/releases/flac/flac-1.3.3.tar.xz" - -[FLAC_jll."1.3.3+1"] -executables = ["metaflac", "flac"] -libraries = ["libFLAC", "libFLAC++"] - - [[FLAC_jll."1.3.3+1".sources]] - hash = "213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748" - url = "https://downloads.xiph.org/releases/flac/flac-1.3.3.tar.xz" - -[FLAC_jll."1.3.3+2"] -executables = ["metaflac", "flac"] -libraries = ["libFLAC", "libFLAC++"] - - [[FLAC_jll."1.3.3+2".sources]] - hash = "213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748" - url = "https://downloads.xiph.org/releases/flac/flac-1.3.3.tar.xz" - [[FLAC_jll."1.3.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c586629f9b7b183ad98319e7bde041bc8f6b79e6//F/FLAC/./bundled" - -[FLAC_jll."1.3.4+0"] -executables = ["metaflac", "flac"] -libraries = ["libFLAC", "libFLAC++"] - - [[FLAC_jll."1.3.4+0".sources]] - hash = "213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748" - url = "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.3.tar.xz" - [[FLAC_jll."1.3.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f8197cd734b3bb776f3088d291bb6c74647e3d4b//F/FLAC/./bundled" - -[FLAC_jll."1.3.4+1"] -executables = ["metaflac", "flac"] -libraries = ["libFLAC", "libFLAC++"] - - [[FLAC_jll."1.3.4+1".sources]] - hash = "8ff0607e75a322dd7cd6ec48f4f225471404ae2730d0ea945127b1355155e737" - url = "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.4.tar.xz" - [[FLAC_jll."1.3.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/42f62534eaf8bcdc6b4948e1227e62ebb2cd8f57//F/FLAC/./bundled" - -[FLAC_jll."1.3.4+2"] -executables = ["metaflac", "flac"] -libraries = ["libFLAC", "libFLAC++"] - - [[FLAC_jll."1.3.4+2".sources]] - hash = "8ff0607e75a322dd7cd6ec48f4f225471404ae2730d0ea945127b1355155e737" - url = "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.4.tar.xz" - [[FLAC_jll."1.3.4+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/05398459224af6999ea14268668f6b8258a16c0a//F/FLAC/./bundled" - -[FLAC_jll."1.4.2+0"] -executables = ["metaflac", "flac"] -libraries = ["libFLAC", "libFLAC++"] - - [[FLAC_jll."1.4.2+0".sources]] - hash = "e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4" - url = "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.4.2.tar.xz" - [[FLAC_jll."1.4.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8eb7a9e8abf5b4af391f54126e5039676c3a8fa8//F/FLAC/./bundled" - -[FLAC_jll."1.4.3+0"] -executables = ["metaflac", "flac"] -libraries = ["libFLAC", "libFLAC++"] - - [[FLAC_jll."1.4.3+0".sources]] - hash = "6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70" - url = "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.4.3.tar.xz" - -[FLANN_jll."1.9.1+0"] -libraries = ["libflann_cpp", "libflann"] - - [[FLANN_jll."1.9.1+0".sources]] - hash = "b23b5f4e71139faa3bcb39e6bbcc76967fbaf308c4ee9d4f5bfbeceaa76cc5d3" - url = "https://github.com/mariusmuja/flann/archive/1.9.1.tar.gz" - [[FLANN_jll."1.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0b02e9b43985f312cfd44b6c97d2a7a5610a99db//F/FLANN/./bundled" - -[FLANN_jll."1.9.2+0"] -libraries = ["libflann_cpp", "libflann"] - - [[FLANN_jll."1.9.2+0".sources]] - hash = "c50f296b0b27e14667d272b37acc63f949b305c4" - repo = "https://github.com/flann-lib/flann.git" - -[FLEXPART_jll."10.4.0+0"] -executables = ["FLEXPART"] - - [[FLEXPART_jll."10.4.0+0".sources]] - hash = "3d7eebf7c4909f59db5ec32c524f88fb846e9fe5" - repo = "https://www.flexpart.eu/gitmob/flexpart" - [[FLEXPART_jll."10.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/354e6423fce959903085231f30c2c815eadec713//F/FLEXPART/./bundled" - -[FLEXPART_jll."10.4.0+1"] -executables = ["FLEXPART"] - - [[FLEXPART_jll."10.4.0+1".sources]] - hash = "3d7eebf7c4909f59db5ec32c524f88fb846e9fe5" - repo = "https://www.flexpart.eu/gitmob/flexpart" - [[FLEXPART_jll."10.4.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9760778c33270aee0c084c95de1951d352e0e1f6//F/FLEXPART/./bundled" - -[FLEXPART_jll."10.4.2+0"] -executables = ["FLEXPART"] - - [[FLEXPART_jll."10.4.2+0".sources]] - hash = "8ad70c708b59dad8f4adabf7ab51dd110ace76d1" - repo = "https://www.flexpart.eu/gitmob/flexpart" - [[FLEXPART_jll."10.4.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/204e3891956a3833895909b9a7e3370e5e8c7937//F/FLEXPART/./bundled" - -[FLEXPART_jll."10.4.2+1"] -executables = ["FLEXPART"] - - [[FLEXPART_jll."10.4.2+1".sources]] - hash = "8ad70c708b59dad8f4adabf7ab51dd110ace76d1" - repo = "https://www.flexpart.eu/gitmob/flexpart" - [[FLEXPART_jll."10.4.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e734483568fbbef387021cc46ee369d3c8ca1e02//F/FLEXPART/./bundled" - -[FLEXPART_jll."11.0.0+0"] -executables = ["FLEXPART_ETA"] - - [[FLEXPART_jll."11.0.0+0".sources]] - hash = "59eb95e770490f551425cdb30432f82693d585bc" - repo = "https://gitlab.phaidra.org/flexpart/flexpart" - [[FLEXPART_jll."11.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/75eeb7b608532135ff8439834f391ad280aac932//F/FLEXPART/./bundled" - -[FLINT_jll."0.0.1+0"] -libraries = ["libflint"] - - [[FLINT_jll."0.0.1+0".sources]] - hash = "dd1021a6cbaca75d94e6e066c26a3a5622884a7c" - repo = "https://github.com/wbhart/flint2.git" - -[FLINT_jll."0.0.2+0"] -libraries = ["libflint"] - - [[FLINT_jll."0.0.2+0".sources]] - hash = "f465622699d5c4c22bb3617596f8ae86e4570652" - repo = "https://github.com/wbhart/flint2.git" - -[FLINT_jll."2.6.0+0"] -libraries = ["libflint"] - - [[FLINT_jll."2.6.0+0".sources]] - hash = "1d0a2da90620cb8fa1adc79bc5e39e494381afc7" - repo = "https://github.com/wbhart/flint2.git" - -[FLINT_jll."2.6.2+0"] -libraries = ["libflint"] - - [[FLINT_jll."2.6.2+0".sources]] - hash = "5f9b45113c3b50c10564a04e9dd929eb8ad96488b5eb901db5723cd21bbae1da" - url = "http://www.flintlib.org/flint-2.6.2.tar.gz" - -[FLINT_jll."2.6.3+0"] -libraries = ["libflint"] - - [[FLINT_jll."2.6.3+0".sources]] - hash = "ce1a750a01fa53715cad934856d4b2ed76f1d1520bac0527ace7d5b53e342ee3" - url = "http://www.flintlib.org/flint-2.6.3.tar.gz" - -[FLINT_jll."2.6.3+1"] -libraries = ["libflint"] - - [[FLINT_jll."2.6.3+1".sources]] - hash = "ce1a750a01fa53715cad934856d4b2ed76f1d1520bac0527ace7d5b53e342ee3" - url = "http://www.flintlib.org/flint-2.6.3.tar.gz" - -[FLINT_jll."2.6.999+0"] -libraries = ["libflint"] - - [[FLINT_jll."2.6.999+0".sources]] - hash = "60401a410e335f3c243ec069f5c72a2d8365a626" - repo = "https://github.com/wbhart/flint2.git" - -[FLINT_jll."200.690.0+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.690.0+0".sources]] - hash = "60401a410e335f3c243ec069f5c72a2d8365a626" - repo = "https://github.com/wbhart/flint2.git" - -[FLINT_jll."200.700.0+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.700.0+0".sources]] - hash = "c1885e64faf0eccc0d48e0a4346ae7c862e858dcb6809890232cbba0b917d2e3" - url = "https://github.com/wbhart/flint2/archive/v2.7.0.tar.gz" - -[FLINT_jll."200.700.100+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.700.100+0".sources]] - hash = "186e2fd9ab67df8a05b122fb018269b382e4babcdb17353c4be1fe364dca481e" - url = "https://www.flintlib.org/flint-2.7.1.tar.gz" - -[FLINT_jll."200.790.0+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.790.0+0".sources]] - hash = "d4750a20fbb6243f50c500c60006c7e39a9522667330a9d0f748abe248f7df0d" - url = "https://github.com/wbhart/flint2/archive/refs/tags/v2.8.0-dev.tar.gz" - -[FLINT_jll."200.800.0+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.0+0".sources]] - hash = "32b9bed06a43c69cc97a2afcb043b6efb6d03b5b4845482d1d65a25b1b6b91bd" - url = "https://github.com/wbhart/flint2/archive/refs/tags/v2.8.0.tar.gz" - -[FLINT_jll."200.800.0+1"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.0+1".sources]] - hash = "32b9bed06a43c69cc97a2afcb043b6efb6d03b5b4845482d1d65a25b1b6b91bd" - url = "https://github.com/wbhart/flint2/archive/refs/tags/v2.8.0.tar.gz" - [[FLINT_jll."200.800.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bed1dd9face0ff9d49e4bb34e435788ab886be4c//F/FLINT/./bundled" - -[FLINT_jll."200.800.100+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.100+0".sources]] - hash = "e3ef7bc1fa9b89f2df72fa6501cac21f518e6f15" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.800.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/826c6d376971b84d26fdf30ac3b14f2a11833910//F/FLINT/./bundled" - -[FLINT_jll."200.800.101+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.101+0".sources]] - hash = "e3ef7bc1fa9b89f2df72fa6501cac21f518e6f15" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.800.101+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1725ab5b921e75608126a5ff9644b6a29eed53a1//F/FLINT/./bundled" - -[FLINT_jll."200.800.300+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.300+0".sources]] - hash = "b3ecb8fe3d20a25963968831551b2c9c6ec04b2e" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.800.300+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5132a0323b92ec20112950fb4bd69c19b61a756f//F/FLINT/./bundled" - -[FLINT_jll."200.800.301+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.301+0".sources]] - hash = "b3ecb8fe3d20a25963968831551b2c9c6ec04b2e" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.800.301+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5bd170c55193d5dcb807cb219984d770cacbf2de//F/FLINT/./bundled" - -[FLINT_jll."200.800.400+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.400+0".sources]] - hash = "432ce475efb1fa846518abf98a182ff5fa3bce4c" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.800.400+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/40c92adaf135c250f199fef76352f8f12189bc5f//F/FLINT/./bundled" - -[FLINT_jll."200.800.401+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.401+0".sources]] - hash = "432ce475efb1fa846518abf98a182ff5fa3bce4c" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.800.401+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2059d0866c2331d3b121023d115e43981655585c//F/FLINT/./bundled" - -[FLINT_jll."200.800.401+1"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.401+1".sources]] - hash = "432ce475efb1fa846518abf98a182ff5fa3bce4c" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.800.401+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/750e6c51e56a196c1343befd00e1bbf0a60fd8d9//F/FLINT/./bundled" - -[FLINT_jll."200.800.500+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.800.500+0".sources]] - hash = "25aad90b890e2cb4a3a949f6311f0713449bb125" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.800.500+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/01b1afd0e5c628af76ab5cce6cc484ae0c2e41e6//F/FLINT/./bundled" - -[FLINT_jll."200.900.0+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.0+0".sources]] - hash = "e143df4b0f19d2f841e36234a12b69f48c4359b9" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.900.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/81d2ae234739dbf030d0fef37dd9f0375daab727//F/FLINT/./bundled" - -[FLINT_jll."200.900.1+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.1+0".sources]] - hash = "e143df4b0f19d2f841e36234a12b69f48c4359b9" - repo = "https://github.com/wbhart/flint2.git" - [[FLINT_jll."200.900.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f13b155efc1e2c2089a1140ca1ed8c52f829508b//F/FLINT/./bundled" - -[FLINT_jll."200.900.2+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.2+0".sources]] - hash = "abe952e2397ea7b42b41d2eb1b74795e7921ac2c" - repo = "https://github.com/flintlib/flint2.git" - -[FLINT_jll."200.900.3+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.3+0".sources]] - hash = "6922c6cd26b0d627afec5d1eb043238daf3ef970" - repo = "https://github.com/flintlib/flint2.git" - -[FLINT_jll."200.900.4+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.4+0".sources]] - hash = "fe4ecf8a99b9b7c52ad2b861e79c9c9aac5c1a0a" - repo = "https://github.com/flintlib/flint2.git" - -[FLINT_jll."200.900.5+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.5+0".sources]] - hash = "fe4ecf8a99b9b7c52ad2b861e79c9c9aac5c1a0a" - repo = "https://github.com/flintlib/flint2.git" - [[FLINT_jll."200.900.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a63db374031eb1e056ad52042a0ba98d0269fd39//F/FLINT/./bundled" - -[FLINT_jll."200.900.6+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.6+0".sources]] - hash = "fe4ecf8a99b9b7c52ad2b861e79c9c9aac5c1a0a" - repo = "https://github.com/flintlib/flint2.git" - [[FLINT_jll."200.900.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/844afd22b7b733cd2218be1f610bba0931e29cfa//F/FLINT/./bundled" - -[FLINT_jll."200.900.7+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.7+0".sources]] - hash = "fe4ecf8a99b9b7c52ad2b861e79c9c9aac5c1a0a" - repo = "https://github.com/flintlib/flint2.git" - [[FLINT_jll."200.900.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1bda6e63d0a77b46782736b6c3727cdeb4e7e03d//F/FLINT/./bundled" - -[FLINT_jll."200.900.8+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.8+0".sources]] - hash = "fe4ecf8a99b9b7c52ad2b861e79c9c9aac5c1a0a" - repo = "https://github.com/flintlib/flint2.git" - [[FLINT_jll."200.900.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fea21cd38ac181ad637f2ab6c4b211ee227a23c2//F/FLINT/./bundled" - -[FLINT_jll."200.900.9+0"] -libraries = ["libflint"] - - [[FLINT_jll."200.900.9+0".sources]] - hash = "fe4ecf8a99b9b7c52ad2b861e79c9c9aac5c1a0a" - repo = "https://github.com/flintlib/flint2.git" - [[FLINT_jll."200.900.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aeb95642ec93e59560d6545da53721c3238059da//F/FLINT/./bundled" - -[FLINT_jll."300.0.0+0"] -libraries = ["libflint"] - - [[FLINT_jll."300.0.0+0".sources]] - hash = "904aeb3752dae4f23b635f1633e9261dc042ffe2" - repo = "https://github.com/flintlib/flint2.git" - -[FLINT_jll."300.100.100+0"] -libraries = ["libflint"] - - [[FLINT_jll."300.100.100+0".sources]] - hash = "f1ec31e79c1923823f87afa524a060a880da6afa" - repo = "https://github.com/flintlib/flint.git" - -[FLINT_jll."300.100.300+0"] -libraries = ["libflint"] - - [[FLINT_jll."300.100.300+0".sources]] - hash = "a300f5a741b8f12cf9b6d4236631f62260f805a4" - repo = "https://github.com/flintlib/flint.git" - -[FLINT_jll."300.100.301+0"] -libraries = ["libflint"] - - [[FLINT_jll."300.100.301+0".sources]] - hash = "a300f5a741b8f12cf9b6d4236631f62260f805a4" - repo = "https://github.com/flintlib/flint.git" - -[FLINT_jll."300.200.0+0"] -libraries = ["libflint"] - - [[FLINT_jll."300.200.0+0".sources]] - hash = "6d182c4a05d3d6bfc611565d6331d02f94066a3be32df36ed880264afa9c30f4" - url = "https://github.com/flintlib/flint/releases/download/v3.2.0/flint-3.2.0.tar.gz" - [[FLINT_jll."300.200.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d9f618ceb6667e8615e13d1ee8a4a59b63582419//F/FLINT/./bundled" - -[FLINT_jll."300.200.100+0"] -libraries = ["libflint"] - - [[FLINT_jll."300.200.100+0".sources]] - hash = "ca7be46d77972277eb6fe0c4f767548432f56bb534aa17d6dba2d7cce15cd23f" - url = "https://github.com/flintlib/flint/releases/download/v3.2.1/flint-3.2.1.tar.gz" - [[FLINT_jll."300.200.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2127869f30316cf481031a6537aafe598b032835//F/FLINT/./bundled" - -[FLINT_jll."300.200.201+0"] -libraries = ["libflint"] - - [[FLINT_jll."300.200.201+0".sources]] - hash = "577d7729e4c2e79ca1e894ad2ce34bc73516a92f623d42562694817f888a17eb" - url = "https://github.com/flintlib/flint/releases/download/v3.2.2/flint-3.2.2.tar.gz" - [[FLINT_jll."300.200.201+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7f520d0f7e152c53363881bbb2f67200f08c4594//F/FLINT/./bundled" - -[FLINT_jll."301.300.0+0"] -libraries = ["libflint"] - - [[FLINT_jll."301.300.0+0".sources]] - hash = "d9ae0f1318253727068270dbfa3c4b55155e3f4b7be6ca9c056e58f2838f15b3" - url = "https://github.com/flintlib/flint/releases/download/v3.3.0/flint-3.3.0.tar.gz" - -[FLINT_jll."301.300.100+0"] -libraries = ["libflint"] - - [[FLINT_jll."301.300.100+0".sources]] - hash = "64d70e513076cfa971e0410b58c1da5d35112913e9a56b44e2c681b459d3eafb" - url = "https://github.com/flintlib/flint/releases/download/v3.3.1/flint-3.3.1.tar.gz" - -[FLINT_jll."301.300.101+0"] -libraries = ["libflint"] - - [[FLINT_jll."301.300.101+0".sources]] - hash = "64d70e513076cfa971e0410b58c1da5d35112913e9a56b44e2c681b459d3eafb" - url = "https://github.com/flintlib/flint/releases/download/v3.3.1/flint-3.3.1.tar.gz" - -[FLINT_jll."301.300.102+0"] -libraries = ["libflint"] - - [[FLINT_jll."301.300.102+0".sources]] - hash = "64d70e513076cfa971e0410b58c1da5d35112913e9a56b44e2c681b459d3eafb" - url = "https://github.com/flintlib/flint/releases/download/v3.3.1/flint-3.3.1.tar.gz" - [[FLINT_jll."301.300.102+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ef45567fca8cad642c513238369a6ea3987e7101//F/FLINT/./bundled" - -[FLTK_jll."1.3.8+0"] -libraries = ["libfltk", "libfltk_forms", "libfltk_gl", "libfltk_images"] - - [[FLTK_jll."1.3.8+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[FLTK_jll."1.3.8+0".sources]] - hash = "f3c1102b07eb0e7a50538f9fc9037c18387165bc70d4b626e94ab725b9d4d1bf" - url = "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.gz" - -[FMM2D_jll."1.0.0+0"] -libraries = ["libfmm2d"] - - [[FMM2D_jll."1.0.0+0".sources]] - hash = "a01cb178c0ad459e316ab56f125af3b64fb6fd4a" - repo = "https://github.com/flatironinstitute/fmm2d.git" - -[FMM2D_jll."1.1.0+0"] -libraries = ["libfmm2d"] - - [[FMM2D_jll."1.1.0+0".sources]] - hash = "887907742394467587358a81a22b537edb58acf7" - repo = "https://github.com/flatironinstitute/fmm2d.git" - -[FMM3D_jll."0.0.1+0"] -libraries = ["libfmm3d"] - - [[FMM3D_jll."0.0.1+0".sources]] - hash = "2fd129984e48abe437fddd12013dc434563a773a" - repo = "https://github.com/flatironinstitute/FMM3D.git" - -[FMM3D_jll."0.1.0+0"] -libraries = ["libfmm3d"] - - [[FMM3D_jll."0.1.0+0".sources]] - hash = "e42473a8091d33a83cbdb631cff4660ce7f94a96" - repo = "https://github.com/flatironinstitute/FMM3D.git" - -[FMM3D_jll."1.0.1+0"] -libraries = ["libfmm3d"] - - [[FMM3D_jll."1.0.1+0".sources]] - hash = "9228240c090d1b8386617728ffa14372fe967b1a" - repo = "https://github.com/flatironinstitute/FMM3D.git" - -[FMUComplianceChecker_jll."2.0.4+0"] -executables = ["fmuCheck"] - - [[FMUComplianceChecker_jll."2.0.4+0".sources]] - hash = "db4607e7b6230d9b7f2e394e6ec132e90cee19ae6625997c09d946ab61dda156" - url = "https://github.com/modelica-tools/FMUComplianceChecker/archive/f0fd0b2ca78c415a725b028deec46c1962799f1d.zip" - [[FMUComplianceChecker_jll."2.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dc7fd34c5fdbc85d484a9b6e3c630a7bbe1d2d3b//F/FMUComplianceChecker/./bundled" - -[FORM_jll."4.3.0+0"] -executables = ["parform", "tform", "form"] - - [[FORM_jll."4.3.0+0".sources]] - hash = "6cc038c6bc9e318ed2971dd99c9d64990b72f4ad" - repo = "https://github.com/vermaseren/form.git" - -[FP16_jll."0.0.20210320+0"] -files = ["include/fp16.h"] - - [[FP16_jll."0.0.20210320+0".sources]] - hash = "0a92994d729ff76a58f692d3028ca1b64b145d91" - repo = "https://github.com/Maratyszcza/FP16.git" - -[FXdiv_jll."0.0.20181117+0"] -files = ["include/fxdiv.h"] - - [[FXdiv_jll."0.0.20181117+0".sources]] - hash = "b742d1143724d646cd0f914646f1240eacf5bd73" - repo = "https://github.com/Maratyszcza/FXdiv.git" - -[Faiss_CUDA_jll."1.9.0+0"] -files = ["include/faiss/Index.h", "include/faiss/c_api/faiss_c.h", "include/faiss/gpu/GpuIndex.h", "include/faiss/c_api/gpu/GpuIndex_c.h"] -libraries = ["libfaiss", "faiss", "libfaiss_c", "faiss_c"] - - [[Faiss_CUDA_jll."1.9.0+0".build_dependencies]] - name = "MKL_Headers_jll" - target = "target" - version = "*" - [[Faiss_CUDA_jll."1.9.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.28.1" - [[Faiss_CUDA_jll."1.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[Faiss_CUDA_jll."1.9.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[Faiss_CUDA_jll."1.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[Faiss_CUDA_jll."1.9.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - - [[Faiss_CUDA_jll."1.9.0+0".sources]] - hash = "d243e628880676332263347817b3fe7f474b8b5b" - repo = "https://github.com/facebookresearch/faiss.git" - [[Faiss_CUDA_jll."1.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/836792ac00a7165d565a7f4e78234257ac9a32c7//F/Faiss/bundled" - -[Faiss_CUDA_jll."1.9.0+1"] -files = ["include/faiss/Index.h", "include/faiss/c_api/faiss_c.h", "include/faiss/gpu/GpuIndex.h", "include/faiss/c_api/gpu/GpuIndex_c.h"] -libraries = ["libfaiss", "faiss", "libfaiss_c", "faiss_c"] - - [[Faiss_CUDA_jll."1.9.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2" - [[Faiss_CUDA_jll."1.9.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[Faiss_CUDA_jll."1.9.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[Faiss_CUDA_jll."1.9.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[Faiss_CUDA_jll."1.9.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - - [[Faiss_CUDA_jll."1.9.0+1".sources]] - hash = "d243e628880676332263347817b3fe7f474b8b5b" - repo = "https://github.com/facebookresearch/faiss.git" - [[Faiss_CUDA_jll."1.9.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/334df79335424690bdbb9bdc432bc65affa92c8e//F/Faiss/bundled" - -[Faiss_jll."1.9.0+0"] -files = ["include/faiss/Index.h", "include/faiss/c_api/faiss_c.h"] -libraries = ["libfaiss", "faiss", "libfaiss_c", "faiss_c"] - - [[Faiss_jll."1.9.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2" - - [[Faiss_jll."1.9.0+0".sources]] - hash = "d243e628880676332263347817b3fe7f474b8b5b" - repo = "https://github.com/facebookresearch/faiss.git" - [[Faiss_jll."1.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/334df79335424690bdbb9bdc432bc65affa92c8e//F/Faiss/bundled" - -[FastANI_jll."1.33.0+0"] -executables = ["fastANI"] - - [[FastANI_jll."1.33.0+0".sources]] - hash = "6531da0957344d2a56e3eeb9bb83fea02cc4abe0" - repo = "https://github.com/ParBLiSS/FastANI.git" - -[FastCDR_jll."1.0.27+0"] -libraries = ["libfastcdr"] - - [[FastCDR_jll."1.0.27+0".sources]] - hash = "5d782877435b569e0ed38541f362e212c9123dd4" - repo = "https://github.com/eProsima/Fast-CDR.git" - -[FastHadamardStructuredTransforms_jll."0.0.1+0"] -libraries = ["libfasttransforms"] - - [[FastHadamardStructuredTransforms_jll."0.0.1+0".sources]] - hash = "5e7c023fbb89dc3c4d1bcaa41a97fc4a7bd37078" - repo = "https://gitlab.inria.fr/SketchedLearning/fasttransformsc.git" - [[FastHadamardStructuredTransforms_jll."0.0.1+0".sources]] - hash = "fba727a3ff72c862260460631ae1cc8e3e44e861" - repo = "https://github.com/FALCONN-LIB/FFHT.git" - -[FastME_jll."2.1.6+0"] -executables = ["fastme", "fastmeMP"] - - [[FastME_jll."2.1.6+0".sources]] - hash = "4d0ecf8e1f06bd22e25e57dc362594548c3e10d4" - repo = "https://gite.lirmm.fr/atgc/FastME.git" - -[FastNoise2_jll."0.9.4+0"] -libraries = ["libFastNoise"] - - [[FastNoise2_jll."0.9.4+0".sources]] - hash = "e1bf4a2ea7d36efff0ae5b471c6311088f5fa5ab40a52021a79dda2563bdaa42" - url = "https://github.com/Auburn/FastNoise2/archive/refs/tags/v0.9.4-alpha.tar.gz" - -[FastTransforms_jll."0.2.12+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.2.12+0".sources]] - hash = "640c39f148d757760c2658d96ae86e46a568cb3971410c736ce85b0725f28e8a" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.2.12.tar.gz" - -[FastTransforms_jll."0.2.13+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.2.13+0".sources]] - hash = "d1145aaf8a22e861697a57f23998e862eecf2e5e2e0bc15fabd6e521fb469cea" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.2.13.tar.gz" - -[FastTransforms_jll."0.2.13+1"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.2.13+1".sources]] - hash = "d1145aaf8a22e861697a57f23998e862eecf2e5e2e0bc15fabd6e521fb469cea" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.2.13.tar.gz" - -[FastTransforms_jll."0.3.0+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.3.0+0".sources]] - hash = "33baf524c45ae59f149783ada628212bb45a2865e067e424134c7ef0fd49ed9a" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.3.0.tar.gz" - -[FastTransforms_jll."0.3.1+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.3.1+0".sources]] - hash = "2b41f69b176cf1fc0a69f8d4b5ec62f5e20426eeb13ddf85a0b406d9e581758f" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.3.1.tar.gz" - -[FastTransforms_jll."0.3.2+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.3.2+0".sources]] - hash = "ef401079751e570d3dcfd4ac3c40e7d7d5858a44ea66c62808cf319a68c223c8" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.3.2.tar.gz" - -[FastTransforms_jll."0.3.3+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.3.3+0".sources]] - hash = "4566fd59d29f4bff4d68814334d8bc603056932d462e40bb22acaacbf353763a" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.3.3.tar.gz" - -[FastTransforms_jll."0.4.0+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.4.0+0".sources]] - hash = "0a7c85a0f10acc0d57f9498925f941b79eff68b942eb89067f973ba08fb7a1bc" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.4.0.tar.gz" - -[FastTransforms_jll."0.4.1+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.4.1+0".sources]] - hash = "5d30b3b9cb8e1260072b81831e4beeb73e5a956fa8952df8281e9dab399bbbb4" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.4.1.tar.gz" - -[FastTransforms_jll."0.5.0+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.5.0+0".sources]] - hash = "9556d0037bd5348a33f15ad6100e32053b6e22cab16a97c504f30d6c52fd0efd" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.5.0.tar.gz" - -[FastTransforms_jll."0.5.1+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.5.1+0".sources]] - hash = "bee3c4f0d33487f0b0ad44fcaea24bd064a83e415faa46b4d237c40631dd1523" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.5.1.tar.gz" - -[FastTransforms_jll."0.5.2+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.5.2+0".sources]] - hash = "985a0061ab937ef2e611c50e0a22e58e0f563f020464425358a040ef8a413e74" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.5.2.tar.gz" - -[FastTransforms_jll."0.5.3+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.5.3+0".sources]] - hash = "3a1a608a15a1079227c06e6c8c1a65b9ce8b50ae7216a0ceeeb7c974d64f5b8f" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.5.3.tar.gz" - -[FastTransforms_jll."0.5.4+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.5.4+0".sources]] - hash = "3e9932215acc973a9e2f7379bf1424243effa9bdf0a6a26fd2c65b8fc7e916e6" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.5.4.tar.gz" - -[FastTransforms_jll."0.5.4+1"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.5.4+1".sources]] - hash = "3e9932215acc973a9e2f7379bf1424243effa9bdf0a6a26fd2c65b8fc7e916e6" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.5.4.tar.gz" - -[FastTransforms_jll."0.6.0+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.6.0+0".sources]] - hash = "ae2db2fa808ca17c5dc5ac25b079eba2dbe598d061b9b4e14c948680870abc3c" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.6.0.tar.gz" - -[FastTransforms_jll."0.6.1+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.6.1+0".sources]] - hash = "4ee42f264626b335e3f8bed7a10935d54393589813d8558802f0eae9ca46d36e" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.6.1.tar.gz" - -[FastTransforms_jll."0.6.2+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.6.2+0".sources]] - hash = "fd00befcb0c20ba962a8744a7b9139355071ee95be70420de005b7c0f6e023aa" - url = "https://github.com/MikaelSlevinsky/FastTransforms/archive/v0.6.2.tar.gz" - -[FastTransforms_jll."0.6.3+0"] -libraries = ["libfasttransforms"] - - [[FastTransforms_jll."0.6.3+0".sources]] - hash = "abd33bc1e99f9e75cff7ade1154ecc2f4cec6a62" - repo = "https://github.com/MikaelSlevinsky/FastTransforms.git" - -[FastTree_jll."2.1.11+0"] -executables = ["fasttree", "fasttree_noSSE", "fasttreeMP", "fasttreeMP_noSSE"] - - [[FastTree_jll."2.1.11+0".sources]] - hash = "9026ae550307374be92913d3098f8d44187d30bea07902b9dcbfb123eaa2050f" - url = "http://www.microbesonline.org/fasttree/FastTree-2.1.11.c" - -[FastTree_jll."2.1.11+1"] -executables = ["fasttree", "fasttree_noSSE", "fasttreeMP", "fasttreeMP_noSSE", "fasttree_double", "fasttree_double_noSSE", "fasttreeMP_double", "fasttreeMP_double_noSSE"] - - [[FastTree_jll."2.1.11+1".sources]] - hash = "9026ae550307374be92913d3098f8d44187d30bea07902b9dcbfb123eaa2050f" - url = "http://www.microbesonline.org/fasttree/FastTree-2.1.11.c" - -[Fastscapelib_jll."2.8.4+0"] -libraries = ["libfastscapelib_fortran"] - - [[Fastscapelib_jll."2.8.4+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[Fastscapelib_jll."2.8.4+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Fastscapelib_jll."2.8.4+0".sources]] - hash = "b4d13f4703c0d682b38c513c6754f0d0813c076f" - repo = "https://github.com/fastscape-lem/fastscapelib-fortran.git" - -[FireFly_jll."2.0.3+0"] -libraries = ["libfirefly"] - - [[FireFly_jll."2.0.3+0".sources]] - hash = "f0b0b316790fbe23b88dd7b759220944bc77302d" - repo = "https://gitlab.com/firefly-library/firefly.git" - -[FlangClassic_RTLib_jll."13.0.0+0"] -libraries = ["libflang", "libflangrti", "libompstub"] - - [[FlangClassic_RTLib_jll."13.0.0+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - - [[FlangClassic_RTLib_jll."13.0.0+0".sources]] - hash = "a459f3ca34b244c6c1e59d6495e8ec90952c2448" - repo = "https://github.com/flang-compiler/flang.git" - [[FlangClassic_RTLib_jll."13.0.0+0".sources]] - hash = "528906c87cd4cae63a52c3170365cb382daf94cb" - repo = "https://github.com/flang-compiler/classic-flang-llvm-project.git" - [[FlangClassic_RTLib_jll."13.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d7d5cf906a2529827143fe3e75cdbe5a30fc3998//F/FlangClassic/bundled" - -[FlangClassic_RTLib_jll."13.0.0+1"] -libraries = ["libflang", "libflangrti", "libompstub"] - - [[FlangClassic_RTLib_jll."13.0.0+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - - [[FlangClassic_RTLib_jll."13.0.0+1".sources]] - hash = "a459f3ca34b244c6c1e59d6495e8ec90952c2448" - repo = "https://github.com/flang-compiler/flang.git" - [[FlangClassic_RTLib_jll."13.0.0+1".sources]] - hash = "528906c87cd4cae63a52c3170365cb382daf94cb" - repo = "https://github.com/flang-compiler/classic-flang-llvm-project.git" - [[FlangClassic_RTLib_jll."13.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/566bbdbeed1b1aab1039afb459731231854cf513//F/FlangClassic/bundled" - -[FlangClassic_jll."13.0.0+0"] -executables = ["flang", "flang1", "flang2"] - - [[FlangClassic_jll."13.0.0+0".sources]] - hash = "a459f3ca34b244c6c1e59d6495e8ec90952c2448" - repo = "https://github.com/flang-compiler/flang.git" - [[FlangClassic_jll."13.0.0+0".sources]] - hash = "528906c87cd4cae63a52c3170365cb382daf94cb" - repo = "https://github.com/flang-compiler/classic-flang-llvm-project.git" - [[FlangClassic_jll."13.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb19bc5680d81327825f6dd34f7c062e5e139855//F/FlangClassic/./bundled" - -[FlangClassic_jll."13.0.0+1"] -executables = ["flang", "flang1", "flang2"] - - [[FlangClassic_jll."13.0.0+1".sources]] - hash = "a459f3ca34b244c6c1e59d6495e8ec90952c2448" - repo = "https://github.com/flang-compiler/flang.git" - [[FlangClassic_jll."13.0.0+1".sources]] - hash = "528906c87cd4cae63a52c3170365cb382daf94cb" - repo = "https://github.com/flang-compiler/classic-flang-llvm-project.git" - [[FlangClassic_jll."13.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d7d5cf906a2529827143fe3e75cdbe5a30fc3998//F/FlangClassic/bundled" - -[FlangClassic_jll."13.0.0+2"] -executables = ["flang", "flang1", "flang2"] - - [[FlangClassic_jll."13.0.0+2".sources]] - hash = "a459f3ca34b244c6c1e59d6495e8ec90952c2448" - repo = "https://github.com/flang-compiler/flang.git" - [[FlangClassic_jll."13.0.0+2".sources]] - hash = "528906c87cd4cae63a52c3170365cb382daf94cb" - repo = "https://github.com/flang-compiler/classic-flang-llvm-project.git" - [[FlangClassic_jll."13.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/566bbdbeed1b1aab1039afb459731231854cf513//F/FlangClassic/bundled" - -[Flavio_jll."0.1.0+0"] -libraries = ["libflavioso"] - - [[Flavio_jll."0.1.0+0".sources]] - hash = "639ff6e5a9660a3dd4f2c046c1f13906cf45ddcb" - repo = "https://github.com/mrbuche/Flavio.jl.git" - -[FlexExtract_jll."7.1.2+0"] -executables = ["calc_etadot"] - - [[FlexExtract_jll."7.1.2+0".build_dependencies]] - name = "Emoslib_jll" - target = "target" - version = "*" - - [[FlexExtract_jll."7.1.2+0".sources]] - hash = "e0005c99ac81d12faa45a8ff799debbd592b0dc0" - repo = "https://www.flexpart.eu/gitmob/flex_extract" - [[FlexExtract_jll."7.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b19263a35a0086295bb391fbd2e312bca9d1891//F/FlexExtract/./bundled" - -[FlowCutterPACE17_jll."0.0.1+0"] -executables = ["flow_cutter_pace17"] - - [[FlowCutterPACE17_jll."0.0.1+0".sources]] - hash = "fd405a2b003c9a93838e0488728addc0610a769f" - repo = "https://github.com/kit-algo/flow-cutter-pace17.git" - -[FlowCutterPACE17_jll."0.0.2+0"] -executables = ["flow_cutter_pace17"] - - [[FlowCutterPACE17_jll."0.0.2+0".sources]] - hash = "fd405a2b003c9a93838e0488728addc0610a769f" - repo = "https://github.com/kit-algo/flow-cutter-pace17.git" - -[Flowstar_jll."2.1.0+0"] -executables = ["flowstar"] - - [[Flowstar_jll."2.1.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[Flowstar_jll."2.1.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - - [[Flowstar_jll."2.1.0+0".sources]] - hash = "642b17a55c6725d4bfc5b98900802e3b82f37fbbe9fb9028f1110c669a5afc86" - url = "https://www.cs.colorado.edu/~xich8622/src/flowstar-2.1.0.tar.gz" - [[Flowstar_jll."2.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c091eb74f90d74a9ca98cc690f03121285413a82//F/Flowstar/./bundled" - -[Fmt_jll."9.1.0+0"] -libraries = ["libfmt"] - - [[Fmt_jll."9.1.0+0".sources]] - hash = "a33701196adfad74917046096bf5a2aa0ab0bb50" - repo = "https://github.com/fmtlib/fmt.git" - -[Fmt_jll."11.0.1+0"] -libraries = ["libfmt"] - - [[Fmt_jll."11.0.1+0".sources]] - hash = "b50e685db996c167e6c831dcef582aba6e14276a" - repo = "https://github.com/fmtlib/fmt.git" - -[Fmt_jll."11.0.2+0"] -libraries = ["libfmt"] - - [[Fmt_jll."11.0.2+0".sources]] - hash = "0c9fce2ffefecfdce794e1859584e25877b7b592" - repo = "https://github.com/fmtlib/fmt.git" - -[Fmt_jll."11.1.1+0"] -libraries = ["libfmt"] - - [[Fmt_jll."11.1.1+0".sources]] - hash = "e3ddede6c4ee818825c4e5a6dfa1d384860c27d9" - repo = "https://github.com/fmtlib/fmt.git" - -[Foldseek_jll."4.0.0+0"] -executables = ["foldseek"] - - [[Foldseek_jll."4.0.0+0".sources]] - hash = "53465f07cdeed1f7fda08ee7f188327cb57c37ba" - repo = "https://github.com/steineggerlab/foldseek" - [[Foldseek_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8a807eab4f705ad46c16d46a30b4bdbceb9c7472//F/Foldseek/./bundled" - -[Foldseek_jll."5.0.0+0"] -executables = ["foldseek"] - - [[Foldseek_jll."5.0.0+0".sources]] - hash = "53465f07cdeed1f7fda08ee7f188327cb57c37ba" - repo = "https://github.com/steineggerlab/foldseek" - [[Foldseek_jll."5.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f29bab196458d9bf882e99e61414839302fa7ab3//F/Foldseek/./bundled" - -[Foldseek_jll."6.0.0+0"] -executables = ["foldseek"] - - [[Foldseek_jll."6.0.0+0".sources]] - hash = "29e2557970c39c8e689601ecaae2279fff4faa17" - repo = "https://github.com/steineggerlab/foldseek" - [[Foldseek_jll."6.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a878debd9ad49ca67c82b0abbceb7ca72b5e0d6b//F/Foldseek/./bundled" - -[Foldseek_jll."7.0.0+0"] -executables = ["foldseek"] - - [[Foldseek_jll."7.0.0+0".sources]] - hash = "04e0ec84ce220a7f9cab9d309a8daa99ee052fce" - repo = "https://github.com/steineggerlab/foldseek" - [[Foldseek_jll."7.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/561dd93bd28b58e2da2058dcad5910f2d19eeb96//F/Foldseek/./bundled" - -[Foldseek_jll."8.0.0+0"] -executables = ["foldseek"] - - [[Foldseek_jll."8.0.0+0".sources]] - hash = "946841ff3b15531349a9883358b3a3052b368da9" - repo = "https://github.com/steineggerlab/foldseek" - [[Foldseek_jll."8.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c2a71b6491bd2dfcba371f317e8c0bcded9e1aac//F/Foldseek/./bundled" - -[Foldseek_jll."10.0.0+0"] -executables = ["foldseek"] - - [[Foldseek_jll."10.0.0+0".sources]] - hash = "941cd33ff0771cd2e3f144e3293e22a2b87e9fda" - repo = "https://github.com/steineggerlab/foldseek" - [[Foldseek_jll."10.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3d8ac27a5f4ac92d22d5ec73d663d1fbb5c6156//F/Foldseek/./bundled" - -[Fontconfig_jll."2.13.1+0"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+0".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/871826a3cc8736d9048c05a900fdf3d8625946e3//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+1"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+1".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/58f3598577b1747f27ca28341087fcc26e964d1c//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+2"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+2".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d2bb1550148a084720bef1cb60ce4ab599218605//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+3"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+3".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/281f9a8a93f6ee79b7351b83bd3c73a5bcb506a2//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+4"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+4".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c8f7eef23a8a21f07127d950eeac36e128589cfd//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+5"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+5".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3bf670438b0afca5f069cea1d1223e54ee2357ae//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+6"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+6".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4b850c014ec083f5c6be707d2e201b322b32b304//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+7"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+7".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f8094c3574e3885019f09d0a06a8b1fbc785c471//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+8"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+8".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/95d29daef6f00955c90bcbacdd344f64ecc84996//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+9"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+9".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/30489908c8d02ad76cdf9362d59a8735185506e4//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+10"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+10".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+10".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/811ec274c027d60afa991fd36283f975626ba188//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+11"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+11".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+11".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea6a6989d1a15419b31336b3255c2dadee0eb894//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+12"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+12".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+12".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d2359cf08d08b33c9c85719f66f356bea57a502a//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+13"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+13".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+13".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/258b071c63878b73ebfc3dc758f926f485cc235f//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.1+14"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.1+14".sources]] - hash = "f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.bz2" - [[Fontconfig_jll."2.13.1+14".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9ff1af2b06d5c4df79d5356aefff0ac154c8f623//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.93+0"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.93+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[Fontconfig_jll."2.13.93+0".sources]] - hash = "ea968631eadc5739bc7c8856cef5c77da812d1f67b763f5e51b57b8026c1a0a0" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.93.tar.xz" - [[Fontconfig_jll."2.13.93+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d936efb0feaa2665c1b25766d2a1bc2258738d6d//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.13.96+0"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.13.96+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[Fontconfig_jll."2.13.96+0".sources]] - hash = "d816a920384aa91bc0ebf20c3b51c59c2153fdf65de0b5564bf9e8473443d637" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.96.tar.xz" - [[Fontconfig_jll."2.13.96+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f33279b56a13c91a82dcb16c9b0397de42d79b9d//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.15.0+0"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.15.0+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[Fontconfig_jll."2.15.0+0".sources]] - hash = "63a0658d0e06e0fa886106452b58ef04f21f58202ea02a94c39de0d3335d7c0e" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.15.0.tar.xz" - [[Fontconfig_jll."2.15.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3db1836e66480e537c5fb63731315555c4c7d66d//F/Fontconfig/./bundled" - -[Fontconfig_jll."2.16.0+0"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.16.0+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[Fontconfig_jll."2.16.0+0".sources]] - hash = "6a33dc555cc9ba8b10caf7695878ef134eeb36d0af366041f639b1da9b6ed220" - url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.16.0.tar.xz" - [[Fontconfig_jll."2.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/68b885b63c74c67f77e009bb1ac571900310d35d//F/Fontconfig/bundled" - -[Fontconfig_jll."2.17.1+0"] -executables = ["fc-cache", "fc-cat", "fc-conflist", "fc-list", "fc-match", "fc-pattern", "fc-query", "fc-scan", "fc-validate"] -files = ["etc/fonts/fonts.conf"] -libraries = ["libfontconfig"] - - [[Fontconfig_jll."2.17.1+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[Fontconfig_jll."2.17.1+0".sources]] - hash = "9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c026fa541" - url = "https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontconfig/2.17.1/fontconfig-2.17.1.tar.xz" - [[Fontconfig_jll."2.17.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/90f21293afafe559321d32d0a36385ecf6ec2d6e//F/Fontconfig/bundled" - -[FriBidi_jll."1.0.5+0"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.5+0".sources]] - hash = "6a64f2a687f5c4f203a46fa659f43dd43d1f8b845df8d723107e8a7e6158e4ce" - url = "https://github.com/fribidi/fribidi/releases/download/v1.0.5/fribidi-1.0.5.tar.bz2" - -[FriBidi_jll."1.0.5+1"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.5+1".sources]] - hash = "6a64f2a687f5c4f203a46fa659f43dd43d1f8b845df8d723107e8a7e6158e4ce" - url = "https://github.com/fribidi/fribidi/releases/download/v1.0.5/fribidi-1.0.5.tar.bz2" - -[FriBidi_jll."1.0.5+2"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.5+2".sources]] - hash = "0f849e344d446934b4ecdbe9edc32abd29029731" - repo = "https://github.com/fribidi/fribidi.git" - -[FriBidi_jll."1.0.5+3"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.5+3".sources]] - hash = "0f849e344d446934b4ecdbe9edc32abd29029731" - repo = "https://github.com/fribidi/fribidi.git" - -[FriBidi_jll."1.0.5+4"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.5+4".sources]] - hash = "0f849e344d446934b4ecdbe9edc32abd29029731" - repo = "https://github.com/fribidi/fribidi.git" - -[FriBidi_jll."1.0.5+5"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.5+5".sources]] - hash = "0f849e344d446934b4ecdbe9edc32abd29029731" - repo = "https://github.com/fribidi/fribidi.git" - -[FriBidi_jll."1.0.5+6"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.5+6".sources]] - hash = "0f849e344d446934b4ecdbe9edc32abd29029731" - repo = "https://github.com/fribidi/fribidi.git" - -[FriBidi_jll."1.0.10+0"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.10+0".sources]] - hash = "5464c284034da9c058269377b7f5013bb089f553" - repo = "https://github.com/fribidi/fribidi.git" - -[FriBidi_jll."1.0.14+0"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.14+0".sources]] - hash = "bca04dc3cd3af85a9d9220c430737333634d622a" - repo = "https://github.com/fribidi/fribidi.git" - -[FriBidi_jll."1.0.16+0"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.16+0".sources]] - hash = "68162babff4f39c4e2dc164a5e825af93bda9983" - repo = "https://github.com/fribidi/fribidi.git" - -[FriBidi_jll."1.0.17+0"] -executables = ["fribidi"] -libraries = ["libfribidi"] - - [[FriBidi_jll."1.0.17+0".sources]] - hash = "68162babff4f39c4e2dc164a5e825af93bda9983" - repo = "https://github.com/fribidi/fribidi.git" - -[FuzzifiED_jll."0.10.4+0"] -libraries = ["libfuzzified", "libfuzzifino"] - - [[FuzzifiED_jll."0.10.4+0".sources]] - hash = "32970bd69f9cc2a17e840399fb973a01535078c0" - repo = "https://github.com/mankai-chow/FuzzifiED_Fortran.git" - -[FuzzifiED_jll."0.10.5+0"] -libraries = ["libfuzzified", "libfuzzifino"] - - [[FuzzifiED_jll."0.10.5+0".sources]] - hash = "32970bd69f9cc2a17e840399fb973a01535078c0" - repo = "https://github.com/mankai-chow/FuzzifiED_Fortran.git" - -[FuzzifiED_jll."0.10.6+0"] -libraries = ["libfuzzified", "libfuzzifino"] - - [[FuzzifiED_jll."0.10.6+0".sources]] - hash = "262616b86d71a4d5dcf10c0608c789d4cf45f6d8" - repo = "https://github.com/FuzzifiED/FuzzifiED_Fortran.git" - -[FuzzifiED_jll."1.0.0+0"] -libraries = ["libfuzzified", "libfuzzifino"] - - [[FuzzifiED_jll."1.0.0+0".sources]] - hash = "a81b1fa6b1560ab0046ec139dec0d0d355e56b34" - repo = "https://github.com/FuzzifiED/FuzzifiED_Fortran.git" - -[FuzzifiED_jll."1.0.3+0"] -libraries = ["libfuzzified", "libfuzzifino"] - - [[FuzzifiED_jll."1.0.3+0".sources]] - hash = "79ca80b574404534fa31291bd03b0444712d6e9d" - repo = "https://github.com/FuzzifiED/FuzzifiED_Fortran.git" - -[GALAHAD_jll."4.1.1+0"] -libraries = ["libgalahad_single", "libgalahad_double"] - - [[GALAHAD_jll."4.1.1+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."4.1.1+0".sources]] - hash = "33214d72ac384e77682dc2a947a9d99bdca87009" - repo = "https://github.com/ralna/GALAHAD.git" - -[GALAHAD_jll."4.2.0+0"] -libraries = ["libgalahad_single", "libgalahad_double"] - - [[GALAHAD_jll."4.2.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."4.2.0+0".sources]] - hash = "0a5c178015e77ec56787f32cd10a3693595041da" - repo = "https://github.com/ralna/GALAHAD.git" - -[GALAHAD_jll."5.0.0+0"] -libraries = ["libgalahad_single", "libgalahad_double"] - - [[GALAHAD_jll."5.0.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."5.0.0+0".sources]] - hash = "de372716543357bb25e77ffae3234cf43feb7f0d" - repo = "https://github.com/ralna/GALAHAD.git" - -[GALAHAD_jll."5.0.1+0"] -libraries = ["libgalahad_single", "libgalahad_double", "libgalahad_single_64", "libgalahad_double_64"] - - [[GALAHAD_jll."5.0.1+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."5.0.1+0".sources]] - hash = "a24845adcc8ff3efc511dd1d10ea71b670e2019c" - repo = "https://github.com/ralna/GALAHAD.git" - -[GALAHAD_jll."5.0.2+0"] -libraries = ["libgalahad_single", "libgalahad_double", "libgalahad_single_64", "libgalahad_double_64"] - - [[GALAHAD_jll."5.0.2+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."5.0.2+0".sources]] - hash = "b4df018e0d0fc9fb0ae47a3c7a3c1b28426192bb" - repo = "https://github.com/ralna/GALAHAD.git" - -[GALAHAD_jll."5.1.0+0"] -libraries = ["libgalahad_single", "libgalahad_double", "libgalahad_single_64", "libgalahad_double_64"] - - [[GALAHAD_jll."5.1.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."5.1.0+0".sources]] - hash = "f58979d7adda78e6e2d34b3996ed7c1745b92248" - repo = "https://github.com/ralna/GALAHAD.git" - -[GALAHAD_jll."5.1.1+0"] -libraries = ["libgalahad_single", "libgalahad_double", "libgalahad_single_64", "libgalahad_double_64"] - - [[GALAHAD_jll."5.1.1+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."5.1.1+0".sources]] - hash = "5c29ddffe5bfedf1f4637e5f9fea148692853265" - repo = "https://github.com/ralna/GALAHAD.git" - -[GALAHAD_jll."5.2.0+0"] -libraries = ["libgalahad_single", "libgalahad_double", "libgalahad_single_64", "libgalahad_double_64"] - - [[GALAHAD_jll."5.2.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."5.2.0+0".sources]] - hash = "49a63f9ad78ce41843df0387bae82792ed5db223" - repo = "https://github.com/ralna/GALAHAD.git" - -[GALAHAD_jll."5.2.2+0"] -libraries = ["libgalahad_single", "libgalahad_double", "libgalahad_single_64", "libgalahad_double_64"] - - [[GALAHAD_jll."5.2.2+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."5.2.2+0".sources]] - hash = "d88eec219f4dbde2efeb32bda27b1c32a82655c0" - repo = "https://github.com/ralna/GALAHAD.git" - -[GALAHAD_jll."5.3.0+0"] -executables = ["buildspec", "galahad_error", "runarc_sif_single", "runarc_sif_double", "runbgo_sif_single", "runbgo_sif_double", "runblls_sif_single", "runblls_sif_double", "runbllsb_sif_single", "runbllsb_sif_double", "runbqp_qplib_single", "runbqp_qplib_double", "runbqp_sif_single", "runbqp_sif_double", "runbqpb_qplib_single", "runbqpb_qplib_double", "runbqpb_sif_single", "runbqpb_sif_double", "runccqp_qplib_single", "runccqp_qplib_double", "runccqp_sif_single", "runccqp_sif_double", "runclls_sif_single", "runclls_sif_double", "runcdqp_qplib_single", "runcdqp_qplib_double", "runcdqp_sif_single", "runcdqp_sif_double", "runcqp_qplib_single", "runcqp_qplib_double", "runcqp_sif_single", "runcqp_sif_double", "rundemo_sif_single", "rundemo_sif_double", "rundgo_sif_single", "rundgo_sif_double", "rundlp_qplib_single", "rundlp_qplib_double", "rundlp_sif_single", "rundlp_sif_double", "rundps_sif_single", "rundps_sif_double", "rundqp_qplib_single", "rundqp_qplib_double", "rundqp_sif_single", "rundqp_sif_double", "runeqp_sif_single", "runeqp_sif_double", "runexpo_sif_single", "runexpo_sif_double", "runfdh_sif_single", "runfdh_sif_double", "runfiltrane_sif_single", "runfiltrane_sif_double", "rungltr_sif_single", "rungltr_sif_double", "runglrt_sif_single", "runglrt_sif_double", "runl1qp_sif_single", "runl1qp_sif_double", "runl2rt_sif_single", "runl2rt_sif_double", "runlancelot_sif_single", "runlancelot_sif_double", "run_lancelot_simple_single", "run_lancelot_simple_double", "runlancelot_steering_sif_single", "runlancelot_steering_sif_double", "runlls_sif_single", "runlls_sif_double", "runlpb_qplib_single", "runlpb_qplib_double", "runlpb_sif_single", "runlpb_sif_double", "runlpa_qplib_single", "runlpa_qplib_double", "runlpa_sif_single", "runlpa_sif_double", "runlpqp_sif_single", "runlpqp_sif_double", "runlqr_sif_single", "runlqr_sif_double", "runlqt_sif_single", "runlqt_sif_double", "runlsrt_sif_single", "runlsrt_sif_double", "runlstr_sif_single", "runlstr_sif_double", "runmiqr_sif_single", "runmiqr_sif_double", "runnls_sif_single", "runnls_sif_double", "runnodend_sif_single", "runnodend_sif_double", "runpresolve_sif_single", "runpresolve_sif_double", "runqp_qplib_single", "runqp_qplib_double", "runqp_sif_single", "runqp_sif_double", "runqpa_qplib_single", "runqpa_qplib_double", "runqpa_sif_single", "runqpa_sif_double", "runqpb_qplib_single", "runqpb_qplib_double", "runqpb_sif_single", "runqpb_sif_double", "runqpc_qplib_single", "runqpc_qplib_double", "runqpc_sif_single", "runqpc_sif_double"] -libraries = ["libgalahad_single", "libgalahad_double", "libgalahad_single_64", "libgalahad_double_64"] - - [[GALAHAD_jll."5.3.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[GALAHAD_jll."5.3.0+0".sources]] - hash = "17cecabc1aae869dc80b071d7c6c93e15222c21f" - repo = "https://github.com/ralna/GALAHAD.git" - -[GANAK_jll."1.0.0+0"] -executables = ["ganak"] - - [[GANAK_jll."1.0.0+0".sources]] - hash = "1aa12a37aa2e65043948a986abe55911aaa5d2fb" - repo = "https://github.com/meelgroup/ganak.git" - -[GAP_jll."4.11.0+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."4.11.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - - [[GAP_jll."4.11.0+0".sources]] - hash = "a20c8f40883c8656a240317d732229dbe7c3b5ab" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."4.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/96c75b43c0dc91ace914c8e4d31507332022eac2//G/GAP/./bundled" - -[GAP_jll."4.11.0+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."4.11.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - - [[GAP_jll."4.11.0+1".sources]] - hash = "069a6497424113dc5e5ffe133be9da5bfe6acb24" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."4.11.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/843f0e9b1b466247914010181c47b03fa067bc4a//G/GAP/./bundled" - -[GAP_jll."4.11.0+2"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."4.11.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - - [[GAP_jll."4.11.0+2".sources]] - hash = "069a6497424113dc5e5ffe133be9da5bfe6acb24" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."4.11.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1a1a431bf2556d9a3033780c82a7867870b30b18//G/GAP/./bundled" - -[GAP_jll."400.1100.0+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1100.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1100.0+0".sources]] - hash = "7a2dfbec79d3d20a4ac4d5f174eaf35aa34387d7" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1100.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/12fafe7dbded8520768d72406067e5061fc9908e//G/GAP/./bundled" - -[GAP_jll."400.1100.1+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1100.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1100.1+0".sources]] - hash = "42b0b58709ccb7272de7ad467ecd6f05f570c817" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1100.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c44e2be38447a3b7f76b7cfe42603356e39322ff//G/GAP/./bundled" - -[GAP_jll."400.1100.100+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1100.100+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1100.100+0".sources]] - hash = "2b6e2ed90fcae4deb347284136427105361123ac96d30d699db7e97d094685ce" - url = "https://github.com/gap-system/gap/releases/download/v4.11.1/gap-4.11.1-core.tar.gz" - [[GAP_jll."400.1100.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5c3c34bb4c7eb489f2ed428f7ecfd4c634afcaac//G/GAP/./bundled" - -[GAP_jll."400.1190.0+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1190.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1190.0+0".sources]] - hash = "a9b5db7c1361d336363e2f6bdf6ee83fc248c10b" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1190.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/75b883454b7b484dbc15060f172f437c05c5ec21//G/GAP/./bundled" - -[GAP_jll."400.1190.1+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1190.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1190.1+0".sources]] - hash = "a9b5db7c1361d336363e2f6bdf6ee83fc248c10b" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1190.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9cc20fa6c4a17d670f6435540d485dca27012d52//G/GAP/./bundled" - -[GAP_jll."400.1190.2+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1190.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1190.2+0".sources]] - hash = "07838a262265a24ee55eb508bbe4ed9ec64c473f" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1190.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/248e45cf9e2ae0a6f38819c103463a49b88cc893//G/GAP/./bundled" - -[GAP_jll."400.1190.3+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1190.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1190.3+0".sources]] - hash = "ab43b5637fd21ac00f0ae131439e5888be69514c" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1190.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c97418cb129f058ba7b8a09bdec8f27aa641e1f4//G/GAP/./bundled" - -[GAP_jll."400.1190.4+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1190.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1190.4+0".sources]] - hash = "5dc76ddf1c854c40384964c7683a5e2ff8c8b785" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1190.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bb692fc90ecc0f41482bb439f24ac56ea90dfdb9//G/GAP/./bundled" - -[GAP_jll."400.1190.105+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1190.105+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1190.105+0".sources]] - hash = "1acc687282c70418f0f825d8c169d03234aa1c6c" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1190.105+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3db246ce88d47ad5dc8efd7f35c54df82dc4ad9//G/GAP/GAP@1.3-1.6/../bundled" - -[GAP_jll."400.1190.107+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1190.107+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - - [[GAP_jll."400.1190.107+0".sources]] - hash = "1acc687282c70418f0f825d8c169d03234aa1c6c" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1190.107+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d923580c8e5011f12eb2557aa01a14b06a5e08cc//G/GAP/GAP@1.7/../bundled" - -[GAP_jll."400.1190.205+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1190.205+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[GAP_jll."400.1190.205+0".sources]] - hash = "3c581ce4d4f9fb5cf68f963d2b71dd8b9f6cb349" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1190.205+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/458aa9f9048f1f827bfb28f039508d162e41c7b6//G/GAP/GAP@1.3-1.6/../bundled" - -[GAP_jll."400.1190.207+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1190.207+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - - [[GAP_jll."400.1190.207+0".sources]] - hash = "3c581ce4d4f9fb5cf68f963d2b71dd8b9f6cb349" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1190.207+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1fb6f331cc37a467db7ce8a3f7e7ec96c6d2bec7//G/GAP/GAP@1.7/../bundled" - -[GAP_jll."400.1191.0+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1191.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1191.0+0".sources]] - hash = "401c797476b787e748a3890be4ce95ae4e5d52ae" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1191.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6cd9212d9d96ae034920488462da54c2799d598b//G/GAP/./bundled" - -[GAP_jll."400.1191.1+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1191.1+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1191.1+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1191.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1191.1+0".sources]] - hash = "401c797476b787e748a3890be4ce95ae4e5d52ae" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1191.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1b24c78c7a02651f77f7a19b1ba293d87255a25a//G/GAP/./bundled" - -[GAP_jll."400.1191.1+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1191.1+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1191.1+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1191.1+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1191.1+1".sources]] - hash = "401c797476b787e748a3890be4ce95ae4e5d52ae" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1191.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e8a5e40f6e3ad09197894e22a293169c7747381//G/GAP/./bundled" - -[GAP_jll."400.1191.1+2"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1191.1+2".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1191.1+2".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1191.1+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1191.1+2".sources]] - hash = "401c797476b787e748a3890be4ce95ae4e5d52ae" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1191.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0a1e5b92771d96539c0d3fbdb9024f1dcadbf0b8//G/GAP/./bundled" - -[GAP_jll."400.1192.0+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1192.0+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.0+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1192.0+0".sources]] - hash = "c67fb7d89cafeb9231facd80f85426199e0d62db" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1192.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/340d7f399bb3155408cc8401838425fd463c93ed//G/GAP/./bundled" - -[GAP_jll."400.1192.0+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1192.0+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.0+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1192.0+1".sources]] - hash = "c67fb7d89cafeb9231facd80f85426199e0d62db" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1192.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8c66d849b333787fa7b9090039b0d48bf6ebec7f//G/GAP/./bundled" - -[GAP_jll."400.1192.1+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1192.1+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.1+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1192.1+0".sources]] - hash = "977fb055cf3793aa4c329e3d6ea765774fecc8ac" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1192.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3a7e6e96749d0ae8168df0099b0a13660ba9dfb5//G/GAP/./bundled" - -[GAP_jll."400.1192.2+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1192.2+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.2+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1192.2+0".sources]] - hash = "977fb055cf3793aa4c329e3d6ea765774fecc8ac" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1192.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1eaa802a3b235860313cd8242ea5a457dfed17cf//G/GAP/./bundled" - -[GAP_jll."400.1192.2+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1192.2+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.2+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1192.2+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1192.2+1".sources]] - hash = "977fb055cf3793aa4c329e3d6ea765774fecc8ac" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1192.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d760b212f22f6b61e76c5e3be554e83a0c5acd11//G/GAP/./bundled" - -[GAP_jll."400.1200.0+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.0+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.0+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1200.0+0".sources]] - hash = "7ba252e2bc68ceccb5d267118d47fa5ca20bc513" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1200.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2df480d912a5c9e1fcc64b1f72ae4063fc9fa843//G/GAP/./bundled" - -[GAP_jll."400.1200.0+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.0+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.0+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1200.0+1".sources]] - hash = "7ba252e2bc68ceccb5d267118d47fa5ca20bc513" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1200.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1f11f0b3321ce7e9a44395ed367ff3b6d6971bf8//G/GAP/./bundled" - -[GAP_jll."400.1200.0+2"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.0+2".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.0+2".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1200.0+2".sources]] - hash = "7ba252e2bc68ceccb5d267118d47fa5ca20bc513" - repo = "https://github.com/gap-system/gap.git" - [[GAP_jll."400.1200.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ae8c471de8132bc0b806954e060d452a432d3ef//G/GAP/./bundled" - -[GAP_jll."400.1200.100+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.100+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.100+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.100+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1200.100+0".sources]] - hash = "1e8e823578e8f1018af592b39bd6f3be1402b482d98f1efb3e24fe6e2f55c926" - url = "https://github.com/gap-system/gap/releases/download/v4.12.1/gap-4.12.1-core.tar.gz" - [[GAP_jll."400.1200.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b12374bad946d5132082d9961379b0be2a95b370//G/GAP/./bundled" - -[GAP_jll."400.1200.101+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.101+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.101+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.101+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1200.101+0".sources]] - hash = "1e8e823578e8f1018af592b39bd6f3be1402b482d98f1efb3e24fe6e2f55c926" - url = "https://github.com/gap-system/gap/releases/download/v4.12.1/gap-4.12.1-core.tar.gz" - [[GAP_jll."400.1200.101+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/786ef38d21ee52616afac1bf81793b8f3bf0e220//G/GAP/./bundled" - -[GAP_jll."400.1200.101+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.101+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.101+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.101+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1200.101+1".sources]] - hash = "1e8e823578e8f1018af592b39bd6f3be1402b482d98f1efb3e24fe6e2f55c926" - url = "https://github.com/gap-system/gap/releases/download/v4.12.1/gap-4.12.1-core.tar.gz" - [[GAP_jll."400.1200.101+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3311aae0701f3fcc647a604c06c3fbb1dae1d74c//G/GAP/./bundled" - -[GAP_jll."400.1200.102+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.102+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.102+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.102+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1200.102+0".sources]] - hash = "1e8e823578e8f1018af592b39bd6f3be1402b482d98f1efb3e24fe6e2f55c926" - url = "https://github.com/gap-system/gap/releases/download/v4.12.1/gap-4.12.1-core.tar.gz" - [[GAP_jll."400.1200.102+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8d0c4b6f7ace5e6c7d12cbc8013d00467420bb27//G/GAP/./bundled" - -[GAP_jll."400.1200.200+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1200.200+0".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/61ede7d9a45ee10433be6a6e8ed823c82f2b00d4//G/GAP/./bundled" - -[GAP_jll."400.1200.200+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_jll."400.1200.200+1".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/66f42b623dddf7ce8cc1c07fc782f849b9b858ee//G/GAP/./bundled" - -[GAP_jll."400.1200.200+2"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+2".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+2".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.2" - - [[GAP_jll."400.1200.200+2".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0cd1bc2a5d5659a74dd14fc1c562fe388343c00e//G/GAP/./bundled" - -[GAP_jll."400.1200.200+3"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+3".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+3".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+3".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.3" - - [[GAP_jll."400.1200.200+3".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/beb861771ab1ae4f2e666bb04dbb91e0d6289bb1//G/GAP/./bundled" - -[GAP_jll."400.1200.200+4"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+4".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+4".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+4".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.4" - - [[GAP_jll."400.1200.200+4".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/900744d3814224ee1940768f534e2553a951ea68//G/GAP/./bundled" - -[GAP_jll."400.1200.200+5"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+5".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+5".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+5".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.4" - - [[GAP_jll."400.1200.200+5".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5578d90437c28af78c12ee6137f6553cb8b5c3b5//G/GAP/./bundled" - -[GAP_jll."400.1200.200+6"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+6".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+6".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+6".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.5" - - [[GAP_jll."400.1200.200+6".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/db3192ee31e39118fe5cf63bdc14b5cf590eebea//G/GAP/./bundled" - -[GAP_jll."400.1200.200+7"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+7".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+7".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+7".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - - [[GAP_jll."400.1200.200+7".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/43c94336437b800aac8fbac3b22cf450a684158b//G/GAP/./bundled" - -[GAP_jll."400.1200.200+8"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+8".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+8".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+8".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[GAP_jll."400.1200.200+8".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ca76db5226381f5d803a1de436d0db7dc47c9d03//G/GAP/./bundled" - -[GAP_jll."400.1200.200+9"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1200.200+9".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+9".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1200.200+9".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[GAP_jll."400.1200.200+9".sources]] - hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" - url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" - [[GAP_jll."400.1200.200+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b1c2929f5f0bc02b7baa412e0ae2a735b84a9f35//G/GAP/./bundled" - -[GAP_jll."400.1300.0+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1300.0+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.0+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[GAP_jll."400.1300.0+0".sources]] - hash = "6e6433b56c43ac4b2dab098bfb146dae1cb0dab62ae48a1a2144354af239c121" - url = "https://github.com/gap-system/gap/releases/download/v4.13.0/gap-4.13.0-core.tar.gz" - [[GAP_jll."400.1300.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b79a9a15749cf8ec32a0003088b5e09e74456513//G/GAP/./bundled" - -[GAP_jll."400.1300.0+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1300.0+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.0+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[GAP_jll."400.1300.0+1".sources]] - hash = "6e6433b56c43ac4b2dab098bfb146dae1cb0dab62ae48a1a2144354af239c121" - url = "https://github.com/gap-system/gap/releases/download/v4.13.0/gap-4.13.0-core.tar.gz" - [[GAP_jll."400.1300.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/344ef2b41c77047858d2f481db3539a9e7e5530b//G/GAP/./bundled" - -[GAP_jll."400.1300.0+2"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1300.0+2".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.0+2".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[GAP_jll."400.1300.0+2".sources]] - hash = "6e6433b56c43ac4b2dab098bfb146dae1cb0dab62ae48a1a2144354af239c121" - url = "https://github.com/gap-system/gap/releases/download/v4.13.0/gap-4.13.0-core.tar.gz" - [[GAP_jll."400.1300.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fdd65f97a4a62ccb3bce711a9400c1100cccec4a//G/GAP/./bundled" - -[GAP_jll."400.1300.100+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1300.100+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.100+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.100+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[GAP_jll."400.1300.100+0".sources]] - hash = "3bd0b5e52ea6984c22d6f6003b2a5805a843659ddbfd8da6ee50609338703451" - url = "https://github.com/gap-system/gap/releases/download/v4.13.1/gap-4.13.1-core.tar.gz" - [[GAP_jll."400.1300.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0855b6288b28c8ecb52696d6d28891c872cc5ab//G/GAP/./bundled" - -[GAP_jll."400.1300.101+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1300.101+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.101+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.101+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.10" - - [[GAP_jll."400.1300.101+0".sources]] - hash = "3bd0b5e52ea6984c22d6f6003b2a5805a843659ddbfd8da6ee50609338703451" - url = "https://github.com/gap-system/gap/releases/download/v4.13.1/gap-4.13.1-core.tar.gz" - [[GAP_jll."400.1300.101+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a44003c3881c55dbf6bddad853667a37e5ba9168//G/GAP/./bundled" - -[GAP_jll."400.1300.101+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1300.101+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.101+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.101+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - - [[GAP_jll."400.1300.101+1".sources]] - hash = "3bd0b5e52ea6984c22d6f6003b2a5805a843659ddbfd8da6ee50609338703451" - url = "https://github.com/gap-system/gap/releases/download/v4.13.1/gap-4.13.1-core.tar.gz" - [[GAP_jll."400.1300.101+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9b637032c46356e4663463285d3805d2d2575209//G/GAP/./bundled" - -[GAP_jll."400.1300.102+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1300.102+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.102+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.102+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - - [[GAP_jll."400.1300.102+0".sources]] - hash = "3bd0b5e52ea6984c22d6f6003b2a5805a843659ddbfd8da6ee50609338703451" - url = "https://github.com/gap-system/gap/releases/download/v4.13.1/gap-4.13.1-core.tar.gz" - [[GAP_jll."400.1300.102+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bdc50096ed0f63b84cbf3c36c2df0f697f37e9ce//G/GAP/./bundled" - -[GAP_jll."400.1300.102+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1300.102+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.102+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.102+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - - [[GAP_jll."400.1300.102+1".sources]] - hash = "3bd0b5e52ea6984c22d6f6003b2a5805a843659ddbfd8da6ee50609338703451" - url = "https://github.com/gap-system/gap/releases/download/v4.13.1/gap-4.13.1-core.tar.gz" - [[GAP_jll."400.1300.102+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3222c94638649473ac65afd75450c26df6e76bf2//G/GAP/./bundled" - -[GAP_jll."400.1300.102+2"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1300.102+2".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.102+2".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1300.102+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - - [[GAP_jll."400.1300.102+2".sources]] - hash = "3bd0b5e52ea6984c22d6f6003b2a5805a843659ddbfd8da6ee50609338703451" - url = "https://github.com/gap-system/gap/releases/download/v4.13.1/gap-4.13.1-core.tar.gz" - [[GAP_jll."400.1300.102+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9fab122c5fffaf9cd1bb05e53493a6804983d9cc//G/GAP/./bundled" - -[GAP_jll."400.1400.0+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.0+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.0+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[GAP_jll."400.1400.0+0".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f0d822835b77f5a601f6809a60e42318a201f229//G/GAP/./bundled" - -[GAP_jll."400.1400.0+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.0+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.0+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[GAP_jll."400.1400.0+1".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/897a0a881bec2996ac65424d85ad2fb2e97850b8//G/GAP/./bundled" - -[GAP_jll."400.1400.1+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.1+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.1+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[GAP_jll."400.1400.1+0".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3a503800bb1ec77c6da14748bddaa7368b2f836//G/GAP/./bundled" - -[GAP_jll."400.1400.2+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.2+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.2+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[GAP_jll."400.1400.2+0".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a355e8ef3f9471699e54f602a7a9d601bd1a7e6d//G/GAP/./bundled" - -[GAP_jll."400.1400.2+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.2+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.2+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.2+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.14" - - [[GAP_jll."400.1400.2+1".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/52be8ffcefcd2f4c15056819814771862d134272//G/GAP/./bundled" - -[GAP_jll."400.1400.2+2"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.2+2".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.2+2".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.2+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - - [[GAP_jll."400.1400.2+2".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c0095fac82d755964e0873c935dfeb2b7b2c4a7e//G/GAP/./bundled" - -[GAP_jll."400.1400.3+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.3+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.3+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - - [[GAP_jll."400.1400.3+0".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/805e84fa384d2e13af037801ed29f6998d8480df//G/GAP/./bundled" - -[GAP_jll."400.1400.4+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.4+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.4+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.16" - - [[GAP_jll."400.1400.4+0".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/45b23d0d8e05228c6a1b372a782bdef24e909b30//G/GAP/./bundled" - -[GAP_jll."400.1400.5+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.5+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.5+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.17" - - [[GAP_jll."400.1400.5+0".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5914b1fa1ed6a823bc03ae23b256b1a9fddd311a//G/GAP/./bundled" - -[GAP_jll."400.1400.5+1"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.5+1".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.5+1".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.5+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.17" - - [[GAP_jll."400.1400.5+1".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/66c47dbb0b079efdfcbf23638c24a014dd919c10//G/GAP/./bundled" - -[GAP_jll."400.1400.5+2"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1400.5+2".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.5+2".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1400.5+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - - [[GAP_jll."400.1400.5+2".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1400.5+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/375f21a627b22cdb31e9ad4ede1fe6ca6950d861//G/GAP/./bundled" - -[GAP_jll."400.1401.5+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1401.5+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1401.5+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1401.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - - [[GAP_jll."400.1401.5+0".sources]] - hash = "81ecfc6f6df044739ba34ec306cc25e847967d94f1c645b093cc21749ccc1e49" - url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0-core.tar.gz" - [[GAP_jll."400.1401.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/007489b417a0ae912bce8ac2dd94611d38a3b8b8//G/GAP/./bundled" - -[GAP_jll."400.1500.0+0"] -executables = ["gap"] -libraries = ["libgap"] - - [[GAP_jll."400.1500.0+0".build_dependencies]] - name = "GMP_jll" - target = "host" - version = "*" - [[GAP_jll."400.1500.0+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - [[GAP_jll."400.1500.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.20" - - [[GAP_jll."400.1500.0+0".sources]] - hash = "5f299fe8ae092a0ed85033f348b1df031cf0e2fb4fb9184c21e92210303c125c" - url = "https://github.com/gap-system/gap/releases/download/v4.15.0/gap-4.15.0-core.tar.gz" - [[GAP_jll."400.1500.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9df1165d12fbb72da0f41960b7d966b9e0ccd4f6//G/GAP/./bundled" - -[[GAP_lib_jll."4.11.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."4.11.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."4.11.0+0".sources]] -hash = "069a6497424113dc5e5ffe133be9da5bfe6acb24" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."4.11.0+0".sources]] -hash = "29ab6e2752f39d22e3f0a19e5bcbfec1710993b4cfd52337a0ca10fda6a76537" -url = "https://github.com/gap-system/gap/releases/download/v4.11.0/packages-required-v4.11.0.tar.gz" - -[[GAP_lib_jll."4.11.0+1".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."4.11.0+1".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."4.11.0+1".sources]] -hash = "9ec24ed6221b2429bc0a79457814c1b1bda09df4" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."4.11.0+1".sources]] -hash = "29ab6e2752f39d22e3f0a19e5bcbfec1710993b4cfd52337a0ca10fda6a76537" -url = "https://github.com/gap-system/gap/releases/download/v4.11.0/packages-required-v4.11.0.tar.gz" - -[[GAP_lib_jll."400.1100.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1100.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1100.0+0".sources]] -hash = "7a2dfbec79d3d20a4ac4d5f174eaf35aa34387d7" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1100.0+0".sources]] -hash = "29ab6e2752f39d22e3f0a19e5bcbfec1710993b4cfd52337a0ca10fda6a76537" -url = "https://github.com/gap-system/gap/releases/download/v4.11.0/packages-required-v4.11.0.tar.gz" - -[[GAP_lib_jll."400.1100.100+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1100.100+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1100.100+0".sources]] -hash = "2b6e2ed90fcae4deb347284136427105361123ac96d30d699db7e97d094685ce" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/gap-4.11.1-core.tar.gz" -[[GAP_lib_jll."400.1100.100+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1190.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1190.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1190.0+0".sources]] -hash = "a9b5db7c1361d336363e2f6bdf6ee83fc248c10b" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1190.0+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1190.2+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1190.2+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1190.2+0".sources]] -hash = "07838a262265a24ee55eb508bbe4ed9ec64c473f" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1190.2+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1190.3+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1190.3+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1190.3+0".sources]] -hash = "ab43b5637fd21ac00f0ae131439e5888be69514c" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1190.3+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1190.4+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1190.4+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1190.4+0".sources]] -hash = "5dc76ddf1c854c40384964c7683a5e2ff8c8b785" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1190.4+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1190.100+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1190.100+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1190.100+0".sources]] -hash = "1acc687282c70418f0f825d8c169d03234aa1c6c" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1190.100+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1190.200+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1190.200+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1190.200+0".sources]] -hash = "3c581ce4d4f9fb5cf68f963d2b71dd8b9f6cb349" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1190.200+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1191.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1191.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1191.0+0".sources]] -hash = "401c797476b787e748a3890be4ce95ae4e5d52ae" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1191.0+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1192.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1192.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1192.0+0".sources]] -hash = "c67fb7d89cafeb9231facd80f85426199e0d62db" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1192.0+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1192.1+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1192.1+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1192.1+0".sources]] -hash = "977fb055cf3793aa4c329e3d6ea765774fecc8ac" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1192.1+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1192.2+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1192.2+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1192.2+0".sources]] -hash = "977fb055cf3793aa4c329e3d6ea765774fecc8ac" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1192.2+0".sources]] -hash = "5f66ac4053db34e4c0ebca25dd7666b891c812c084082db6cc28c551c57a3792" -url = "https://github.com/gap-system/gap/releases/download/v4.11.1/packages-required-v4.11.1.tar.gz" - -[[GAP_lib_jll."400.1200.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1200.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1200.0+0".sources]] -hash = "7ba252e2bc68ceccb5d267118d47fa5ca20bc513" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1200.0+0".sources]] -hash = "2f2b19406d5926ccdd0957da52ca36824fcd8252193a5a5d2677463516ec8cf1" -url = "https://github.com/gap-system/gap/releases/download/v4.12.0/packages-required-v4.12.0.tar.gz" - -[[GAP_lib_jll."400.1200.0+1".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1200.0+1".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1200.0+1".sources]] -hash = "7ba252e2bc68ceccb5d267118d47fa5ca20bc513" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1200.0+1".sources]] -hash = "2f2b19406d5926ccdd0957da52ca36824fcd8252193a5a5d2677463516ec8cf1" -url = "https://github.com/gap-system/gap/releases/download/v4.12.0/packages-required-v4.12.0.tar.gz" - -[[GAP_lib_jll."400.1200.0+2".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1200.0+2".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1200.0+2".sources]] -hash = "7ba252e2bc68ceccb5d267118d47fa5ca20bc513" -repo = "https://github.com/gap-system/gap.git" -[[GAP_lib_jll."400.1200.0+2".sources]] -hash = "2f2b19406d5926ccdd0957da52ca36824fcd8252193a5a5d2677463516ec8cf1" -url = "https://github.com/gap-system/gap/releases/download/v4.12.0/packages-required-v4.12.0.tar.gz" - -[[GAP_lib_jll."400.1201.100+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1201.100+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1201.100+0".sources]] -hash = "1e8e823578e8f1018af592b39bd6f3be1402b482d98f1efb3e24fe6e2f55c926" -url = "https://github.com/gap-system/gap/releases/download/v4.12.1/gap-4.12.1-core.tar.gz" -[[GAP_lib_jll."400.1201.100+0".sources]] -hash = "86d24a1a2208d57822b9aed159b2d5c1306e1a800c6440c6a0d4566e65829c57" -url = "https://github.com/gap-system/gap/releases/download/v4.12.1/packages-required-v4.12.1.tar.gz" - -[[GAP_lib_jll."400.1201.101+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1201.101+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1201.101+0".sources]] -hash = "1e8e823578e8f1018af592b39bd6f3be1402b482d98f1efb3e24fe6e2f55c926" -url = "https://github.com/gap-system/gap/releases/download/v4.12.1/gap-4.12.1-core.tar.gz" -[[GAP_lib_jll."400.1201.101+0".sources]] -hash = "86d24a1a2208d57822b9aed159b2d5c1306e1a800c6440c6a0d4566e65829c57" -url = "https://github.com/gap-system/gap/releases/download/v4.12.1/packages-required-v4.12.1.tar.gz" - -[[GAP_lib_jll."400.1201.102+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1201.102+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1201.102+0".sources]] -hash = "1e8e823578e8f1018af592b39bd6f3be1402b482d98f1efb3e24fe6e2f55c926" -url = "https://github.com/gap-system/gap/releases/download/v4.12.1/gap-4.12.1-core.tar.gz" -[[GAP_lib_jll."400.1201.102+0".sources]] -hash = "86d24a1a2208d57822b9aed159b2d5c1306e1a800c6440c6a0d4566e65829c57" -url = "https://github.com/gap-system/gap/releases/download/v4.12.1/packages-required-v4.12.1.tar.gz" -[[GAP_lib_jll."400.1201.102+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/be75e22e66245dc7e6e03eef5c9f8456afa4414e//G/GAP_lib/./bundled" - -[[GAP_lib_jll."400.1201.200+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1201.200+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1201.200+0".sources]] -hash = "5d73e77f0b2bbe8dd0233dfad48666aeb1fcbffd84c5dbb58c8ea2a8dd9687b5" -url = "https://github.com/gap-system/gap/releases/download/v4.12.2/gap-4.12.2-core.tar.gz" -[[GAP_lib_jll."400.1201.200+0".sources]] -hash = "1fa911d305c458470c1fb555c385402f09cccf1d2d372ab9c416ae7c4a8ebf6d" -url = "https://github.com/gap-system/gap/releases/download/v4.12.2/packages-required-v4.12.2.tar.gz" - -[[GAP_lib_jll."400.1300.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1300.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1300.0+0".sources]] -hash = "6e6433b56c43ac4b2dab098bfb146dae1cb0dab62ae48a1a2144354af239c121" -url = "https://github.com/gap-system/gap/releases/download/v4.13.0/gap-4.13.0-core.tar.gz" -[[GAP_lib_jll."400.1300.0+0".sources]] -hash = "b0472bed62875bc80ca9c0ae661fac3183b0eed8bacea5dc462d15c43dc3abd4" -url = "https://github.com/gap-system/gap/releases/download/v4.13.0/packages-required-v4.13.0.tar.gz" - -[[GAP_lib_jll."400.1300.100+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1300.100+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1300.100+0".sources]] -hash = "3bd0b5e52ea6984c22d6f6003b2a5805a843659ddbfd8da6ee50609338703451" -url = "https://github.com/gap-system/gap/releases/download/v4.13.1/gap-4.13.1-core.tar.gz" -[[GAP_lib_jll."400.1300.100+0".sources]] -hash = "0d412462cfc75c7f2894004439af4863901f1d18c9e98ad326419418fddc3139" -url = "https://github.com/gap-system/gap/releases/download/v4.13.1/packages-required-v4.13.1.tar.gz" - -[[GAP_lib_jll."400.1400.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1400.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1400.0+0".sources]] -hash = "845f5272c26feb1b8eb9ef294bf0545f264c1fe5a19b0601bbc65d79d9506487" -url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0.tar.gz" - -[[GAP_lib_jll."400.1400.1+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1400.1+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1400.1+0".sources]] -hash = "845f5272c26feb1b8eb9ef294bf0545f264c1fe5a19b0601bbc65d79d9506487" -url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0.tar.gz" -[[GAP_lib_jll."400.1400.1+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a355e8ef3f9471699e54f602a7a9d601bd1a7e6d//G/GAP_lib/./bundled" - -[[GAP_lib_jll."400.1400.2+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1400.2+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1400.2+0".sources]] -hash = "845f5272c26feb1b8eb9ef294bf0545f264c1fe5a19b0601bbc65d79d9506487" -url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0.tar.gz" -[[GAP_lib_jll."400.1400.2+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/178d99b199b08f04a1c1d2b89a150df3b654da5c//G/GAP_lib/./bundled" - -[[GAP_lib_jll."400.1400.3+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1400.3+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1400.3+0".sources]] -hash = "845f5272c26feb1b8eb9ef294bf0545f264c1fe5a19b0601bbc65d79d9506487" -url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0.tar.gz" -[[GAP_lib_jll."400.1400.3+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c626ba84ccdc7c81e4704ab9c2ec65f9548e38fc//G/GAP_lib/./bundled" - -[[GAP_lib_jll."400.1400.4+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1400.4+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1400.4+0".sources]] -hash = "845f5272c26feb1b8eb9ef294bf0545f264c1fe5a19b0601bbc65d79d9506487" -url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0.tar.gz" -[[GAP_lib_jll."400.1400.4+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/27b7d4c1604d56908a6a319b68b445581035ff46//G/GAP_lib/./bundled" - -[[GAP_lib_jll."400.1400.5+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1400.5+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1400.5+0".sources]] -hash = "845f5272c26feb1b8eb9ef294bf0545f264c1fe5a19b0601bbc65d79d9506487" -url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0.tar.gz" -[[GAP_lib_jll."400.1400.5+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3a35adc79ba2f2011273a3f90184fe2b41c2e39c//G/GAP_lib/./bundled" - -[[GAP_lib_jll."400.1401.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1401.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1401.0+0".sources]] -hash = "845f5272c26feb1b8eb9ef294bf0545f264c1fe5a19b0601bbc65d79d9506487" -url = "https://github.com/gap-system/gap/releases/download/v4.14.0/gap-4.14.0.tar.gz" -[[GAP_lib_jll."400.1401.0+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c932183dcdc4ae86fbfe5ac99e7f85caebf9c53//G/GAP_lib/./bundled" - -[[GAP_lib_jll."400.1500.0+0".build_dependencies]] -name = "Zlib_jll" -target = "target" -version = "*" -[[GAP_lib_jll."400.1500.0+0".build_dependencies]] -name = "GMP_jll" -target = "target" -version = "*" - -[[GAP_lib_jll."400.1500.0+0".sources]] -hash = "93c7df97df1265c0f9ea6a9b5578b12289d5ab3aed2936cfd592710cfa73609e" -url = "https://github.com/gap-system/gap/releases/download/v4.15.0/gap-4.15.0.tar.gz" - -[GAP_pkg_ace_jll."500.600.100+0"] -executables = ["ace"] - - [[GAP_pkg_ace_jll."500.600.100+0".sources]] - hash = "17b8e969a20a1c1bb0dae75ead60dd463b41a59e688d913e30999b2f2248b7f7" - url = "https://github.com/gap-packages/ace/releases/download/v5.6.1/ace-5.6.1.tar.gz" - -[GAP_pkg_ace_jll."500.600.200+0"] -executables = ["ace"] - - [[GAP_pkg_ace_jll."500.600.200+0".sources]] - hash = "9cc94cd6327147b8b538341ba7594e4252a80ca7c960ac6749224efa437c9b66" - url = "https://github.com/gap-packages/ace/releases/download/v5.6.2/ace-5.6.2.tar.gz" - -[GAP_pkg_ace_jll."500.600.201+0"] -executables = ["ace"] - - [[GAP_pkg_ace_jll."500.600.201+0".sources]] - hash = "9cc94cd6327147b8b538341ba7594e4252a80ca7c960ac6749224efa437c9b66" - url = "https://github.com/gap-packages/ace/releases/download/v5.6.2/ace-5.6.2.tar.gz" - -[GAP_pkg_ace_jll."501.70000.0+0"] -executables = ["ace"] - - [[GAP_pkg_ace_jll."501.70000.0+0".sources]] - hash = "7123e4100f1340a791d20bca1a8d9e6d9f09fe74a1c5fb15f1723899a1bb4553" - url = "https://github.com/gap-packages/ace/releases/download/v5.7.0/ace-5.7.0.tar.gz" - -[GAP_pkg_anupq_jll."300.200.600+0"] -executables = ["pq"] - - [[GAP_pkg_anupq_jll."300.200.600+0".sources]] - hash = "9df9f662c4df3b32916c61e0becd2d04162b75150368b2dadc50f1c432ca8579" - url = "https://github.com/gap-packages/anupq/releases/download/v3.2.6/anupq-3.2.6.tar.gz" - -[GAP_pkg_anupq_jll."300.300.0+0"] -executables = ["pq"] - - [[GAP_pkg_anupq_jll."300.300.0+0".sources]] - hash = "8276e5191308d3a96c968bde53eed2d0a5af3de374d5f82bd378aa608f5e3e23" - url = "https://github.com/gap-packages/anupq/releases/download/v3.3.0/anupq-3.3.0.tar.gz" - -[GAP_pkg_anupq_jll."300.300.100+0"] -executables = ["pq"] - - [[GAP_pkg_anupq_jll."300.300.100+0".sources]] - hash = "fba1526f9e904e13ee7a9b980c795fbf27a8276c6734d684c1f91ebb3a1926b6" - url = "https://github.com/gap-packages/anupq/releases/download/v3.3.1/anupq-3.3.1.tar.gz" - -[GAP_pkg_anupq_jll."300.300.101+0"] -executables = ["pq"] - - [[GAP_pkg_anupq_jll."300.300.101+0".sources]] - hash = "fba1526f9e904e13ee7a9b980c795fbf27a8276c6734d684c1f91ebb3a1926b6" - url = "https://github.com/gap-packages/anupq/releases/download/v3.3.1/anupq-3.3.1.tar.gz" - -[GAP_pkg_anupq_jll."301.30200.0+0"] -executables = ["pq"] - - [[GAP_pkg_anupq_jll."301.30200.0+0".sources]] - hash = "2ee92fc2314ad139cc6800a8a21e5dfbde04a6182f4867dc32c20024b2ac3bca" - url = "https://github.com/gap-packages/anupq/releases/download/v3.3.2/anupq-3.3.2.tar.gz" - -[GAP_pkg_browse_jll."100.800.1200+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.1200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a713b572a3a6659c9e3e3952c86c05e3c59dc9e0//G/GAP_pkg/GAP_pkg_browse/../bundled" - [[GAP_pkg_browse_jll."100.800.1200+0".sources]] - hash = "6ee674b3f1877e550bacb302335fca7c707f4eb742428d8be7781f8aa77c8b9b" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.12.tar.bz2" - -[GAP_pkg_browse_jll."100.800.1200+1"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.1200+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14742c03516d39d9e2b2a6375bebcc2bdf2cf6a//G/GAP_pkg/GAP_pkg_browse/../bundled" - [[GAP_pkg_browse_jll."100.800.1200+1".sources]] - hash = "6ee674b3f1877e550bacb302335fca7c707f4eb742428d8be7781f8aa77c8b9b" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.12.tar.bz2" - -[GAP_pkg_browse_jll."100.800.1300+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.1300+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f322e485ead9421d10d6fec1dd578805c45b57cd//G/GAP_pkg/GAP_pkg_browse/../bundled" - [[GAP_pkg_browse_jll."100.800.1300+0".sources]] - hash = "118d1f7fb67044c103cf44673ade8de57e4289a906dd01e15d7562dd0aface5b" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.13.tar.bz2" - -[GAP_pkg_browse_jll."100.800.1301+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.1301+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_browse/../bundled" - [[GAP_pkg_browse_jll."100.800.1301+0".sources]] - hash = "118d1f7fb67044c103cf44673ade8de57e4289a906dd01e15d7562dd0aface5b" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.13.tar.bz2" - -[GAP_pkg_browse_jll."100.800.1400+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.1400+0".sources]] - hash = "f600ca9286170f8fbc2f4c08694ec1067be3a1b2c3ce0f67a36e3a88b0cf6d5d" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.14.tar.bz2" - -[GAP_pkg_browse_jll."100.800.1400+1"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.1400+1".sources]] - hash = "f600ca9286170f8fbc2f4c08694ec1067be3a1b2c3ce0f67a36e3a88b0cf6d5d" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.14.tar.bz2" - -[GAP_pkg_browse_jll."100.800.1800+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.1800+0".sources]] - hash = "14d00406f95ef3764beaaf5de8ea01f030e8d2492ad05e9fa1fe06574dbfebfe" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.18.tar.bz2" - -[GAP_pkg_browse_jll."100.800.1800+1"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.1800+1".sources]] - hash = "14d00406f95ef3764beaaf5de8ea01f030e8d2492ad05e9fa1fe06574dbfebfe" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.18.tar.bz2" - -[GAP_pkg_browse_jll."100.800.1900+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.1900+0".sources]] - hash = "5eb792caca5a7ef4e0c04e272963c956bb23743defc573d49ede2f169662ccdb" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.19.tar.bz2" - -[GAP_pkg_browse_jll."100.800.2100+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.2100+0".sources]] - hash = "3305f92e78598b1ffeef373c707921c32f8250858108c248caeef4b8fc874960" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.21.tar.bz2" - -[GAP_pkg_browse_jll."100.800.2101+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.2101+0".sources]] - hash = "3305f92e78598b1ffeef373c707921c32f8250858108c248caeef4b8fc874960" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.21.tar.bz2" - -[GAP_pkg_browse_jll."100.800.2101+1"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.2101+1".sources]] - hash = "3305f92e78598b1ffeef373c707921c32f8250858108c248caeef4b8fc874960" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.21.tar.bz2" - -[GAP_pkg_browse_jll."100.800.2102+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.2102+0".sources]] - hash = "3305f92e78598b1ffeef373c707921c32f8250858108c248caeef4b8fc874960" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.21.tar.bz2" - -[GAP_pkg_browse_jll."100.800.2103+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."100.800.2103+0".sources]] - hash = "3305f92e78598b1ffeef373c707921c32f8250858108c248caeef4b8fc874960" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.21.tar.bz2" - -[GAP_pkg_browse_jll."101.82100.0+0"] -files = ["lib/gap/ncurses.so"] - - [[GAP_pkg_browse_jll."101.82100.0+0".sources]] - hash = "3305f92e78598b1ffeef373c707921c32f8250858108c248caeef4b8fc874960" - url = "https://www.math.rwth-aachen.de/~Browse/Browse-1.8.21.tar.bz2" - -[GAP_pkg_caratinterface_jll."200.300.700+0"] -executables = ["Add", "Aut_grp", "Bravais_catalog", "Bravais_equiv", "Bravais_grp", "Bravais_inclusions", "Bravais_type", "Conj", "Conj_bravais", "Conjugated", "Conv", "Datei", "Elt", "Extensions", "Extract", "First_perfect", "Form_elt", "Form_space", "Formtovec", "Full", "Gauss", "Graph", "Idem", "Inv", "Invar_space", "Is_finite", "Isometry", "KSubgroups", "KSupergroups", "Kron", "Long_solve", "Ltm", "Mink_red", "Minpol", "Modp", "Mtl", "Mul", "Name", "Normalizer", "Normalizer_in_N", "Normlin", "Orbit", "Order", "P_lse_solve", "Pair_red", "Pdet", "Perfect_neighbours", "Polyeder", "Presentation", "Q_catalog", "QtoZ", "Red_gen", "Rein", "Rest_short", "Reverse_name", "Rform", "Same_generators", "Scalarmul", "Scpr", "Short", "Short_reduce", "Shortest", "Signature", "Simplify_mat", "Standard_affine_form", "Sublattices", "Symbol", "TSubgroups", "TSupergroups", "Torsionfree", "Tr", "Tr_bravais", "Trace", "Trbifo", "Vectoform", "Vector_systems", "Vor_vertices", "ZZprog", "Z_equiv", "Zass_main"] - - [[GAP_pkg_caratinterface_jll."200.300.700+0".sources]] - hash = "fdbc0f86befd8bf575c93475b33f58329ce99fe2ef97ba69af1478bc8664059c" - url = "https://www.math.uni-bielefeld.de/~gaehler/gap/CaratInterface/CaratInterface-2.3.7.tar.gz" - [[GAP_pkg_caratinterface_jll."200.300.700+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b92e4f80b810c63d90c353b666d1ec65720cb508//G/GAP_pkg/GAP_pkg_caratinterface/./bundled" - -[GAP_pkg_caratinterface_jll."200.300.701+0"] -executables = ["Add", "Aut_grp", "Bravais_catalog", "Bravais_equiv", "Bravais_grp", "Bravais_inclusions", "Bravais_type", "Conj", "Conj_bravais", "Conjugated", "Conv", "Datei", "Elt", "Extensions", "Extract", "First_perfect", "Form_elt", "Form_space", "Formtovec", "Full", "Gauss", "Graph", "Idem", "Inv", "Invar_space", "Is_finite", "Isometry", "KSubgroups", "KSupergroups", "Kron", "Long_solve", "Ltm", "Mink_red", "Minpol", "Modp", "Mtl", "Mul", "Name", "Normalizer", "Normalizer_in_N", "Normlin", "Orbit", "Order", "P_lse_solve", "Pair_red", "Pdet", "Perfect_neighbours", "Polyeder", "Presentation", "Q_catalog", "QtoZ", "Red_gen", "Rein", "Rest_short", "Reverse_name", "Rform", "Same_generators", "Scalarmul", "Scpr", "Short", "Short_reduce", "Shortest", "Signature", "Simplify_mat", "Standard_affine_form", "Sublattices", "Symbol", "TSubgroups", "TSupergroups", "Torsionfree", "Tr", "Tr_bravais", "Trace", "Trbifo", "Vectoform", "Vector_systems", "Vor_vertices", "ZZprog", "Z_equiv", "Zass_main"] - - [[GAP_pkg_caratinterface_jll."200.300.701+0".sources]] - hash = "fdbc0f86befd8bf575c93475b33f58329ce99fe2ef97ba69af1478bc8664059c" - url = "https://www.math.uni-bielefeld.de/~gaehler/gap/CaratInterface/CaratInterface-2.3.7.tar.gz" - [[GAP_pkg_caratinterface_jll."200.300.701+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6048e8f3200e73bcd182381d1c322cdfd7d7bada//G/GAP_pkg/GAP_pkg_caratinterface/./bundled" - -[GAP_pkg_caratinterface_jll."200.300.702+0"] -executables = ["Add", "Aut_grp", "Bravais_catalog", "Bravais_equiv", "Bravais_grp", "Bravais_inclusions", "Bravais_type", "Conj", "Conj_bravais", "Conjugated", "Conv", "Datei", "Elt", "Extensions", "Extract", "First_perfect", "Form_elt", "Form_space", "Formtovec", "Full", "Gauss", "Graph", "Idem", "Inv", "Invar_space", "Is_finite", "Isometry", "KSubgroups", "KSupergroups", "Kron", "Long_solve", "Ltm", "Mink_red", "Minpol", "Modp", "Mtl", "Mul", "Name", "Normalizer", "Normalizer_in_N", "Normlin", "Orbit", "Order", "P_lse_solve", "Pair_red", "Pdet", "Perfect_neighbours", "Polyeder", "Presentation", "Q_catalog", "QtoZ", "Red_gen", "Rein", "Rest_short", "Reverse_name", "Rform", "Same_generators", "Scalarmul", "Scpr", "Short", "Short_reduce", "Shortest", "Signature", "Simplify_mat", "Standard_affine_form", "Sublattices", "Symbol", "TSubgroups", "TSupergroups", "Torsionfree", "Tr", "Tr_bravais", "Trace", "Trbifo", "Vectoform", "Vector_systems", "Vor_vertices", "ZZprog", "Z_equiv", "Zass_main"] - - [[GAP_pkg_caratinterface_jll."200.300.702+0".sources]] - hash = "fdbc0f86befd8bf575c93475b33f58329ce99fe2ef97ba69af1478bc8664059c" - url = "https://www.math.uni-bielefeld.de/~gaehler/gap/CaratInterface/CaratInterface-2.3.7.tar.gz" - [[GAP_pkg_caratinterface_jll."200.300.702+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/52f645c34e7e0e28740f723c57b887147ecf77a3//G/GAP_pkg/GAP_pkg_caratinterface/./bundled" - -[GAP_pkg_caratinterface_jll."201.30700.0+0"] -executables = ["Add", "Aut_grp", "Bravais_catalog", "Bravais_equiv", "Bravais_grp", "Bravais_inclusions", "Bravais_type", "Conj", "Conj_bravais", "Conjugated", "Conv", "Datei", "Elt", "Extensions", "Extract", "First_perfect", "Form_elt", "Form_space", "Formtovec", "Full", "Gauss", "Graph", "Idem", "Inv", "Invar_space", "Is_finite", "Isometry", "KSubgroups", "KSupergroups", "Kron", "Long_solve", "Ltm", "Mink_red", "Minpol", "Modp", "Mtl", "Mul", "Name", "Normalizer", "Normalizer_in_N", "Normlin", "Orbit", "Order", "P_lse_solve", "Pair_red", "Pdet", "Perfect_neighbours", "Polyeder", "Presentation", "Q_catalog", "QtoZ", "Red_gen", "Rein", "Rest_short", "Reverse_name", "Rform", "Same_generators", "Scalarmul", "Scpr", "Short", "Short_reduce", "Shortest", "Signature", "Simplify_mat", "Standard_affine_form", "Sublattices", "Symbol", "TSubgroups", "TSupergroups", "Torsionfree", "Tr", "Tr_bravais", "Trace", "Trbifo", "Vectoform", "Vector_systems", "Vor_vertices", "ZZprog", "Z_equiv", "Zass_main"] - - [[GAP_pkg_caratinterface_jll."201.30700.0+0".sources]] - hash = "fdbc0f86befd8bf575c93475b33f58329ce99fe2ef97ba69af1478bc8664059c" - url = "https://www.math.uni-bielefeld.de/~gaehler/gap/CaratInterface/CaratInterface-2.3.7.tar.gz" - [[GAP_pkg_caratinterface_jll."201.30700.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/60113b79e15ac7a5a47579d37f492c0425eae548//G/GAP_pkg/GAP_pkg_caratinterface/./bundled" - -[GAP_pkg_cddinterface_jll."202200.1100.100+0"] -files = ["lib/gap/CddInterface.so"] - - [[GAP_pkg_cddinterface_jll."202200.1100.100+0".sources]] - hash = "7c2d18f178b1e3d3f682bac970b61e9b68a5120d8b64f0e3e928d818eb1b9de9" - url = "https://github.com/homalg-project/CddInterface/releases/download/v2022.11.01/CddInterface-2022.11.01.tar.gz" - -[GAP_pkg_cddinterface_jll."202200.1100.101+0"] -files = ["lib/gap/CddInterface.so"] - - [[GAP_pkg_cddinterface_jll."202200.1100.101+0".sources]] - hash = "7c2d18f178b1e3d3f682bac970b61e9b68a5120d8b64f0e3e928d818eb1b9de9" - url = "https://github.com/homalg-project/CddInterface/releases/download/v2022.11.01/CddInterface-2022.11.01.tar.gz" - -[GAP_pkg_cddinterface_jll."202400.900.200+0"] -files = ["lib/gap/CddInterface.so"] - - [[GAP_pkg_cddinterface_jll."202400.900.200+0".sources]] - hash = "5a59b6306c2b4e75d499cf1465c0b38a22cc275aa76defcfe62aaa365e1b69d1" - url = "https://github.com/homalg-project/CddInterface/releases/download/v2024.09.02/CddInterface-2024.09.02.tar.gz" - -[GAP_pkg_cddinterface_jll."202400.900.200+1"] -files = ["lib/gap/CddInterface.so"] - - [[GAP_pkg_cddinterface_jll."202400.900.200+1".sources]] - hash = "5a59b6306c2b4e75d499cf1465c0b38a22cc275aa76defcfe62aaa365e1b69d1" - url = "https://github.com/homalg-project/CddInterface/releases/download/v2024.09.02/CddInterface-2024.09.02.tar.gz" - -[GAP_pkg_cddinterface_jll."202400.900.200+2"] -files = ["lib/gap/CddInterface.so"] - - [[GAP_pkg_cddinterface_jll."202400.900.200+2".sources]] - hash = "5a59b6306c2b4e75d499cf1465c0b38a22cc275aa76defcfe62aaa365e1b69d1" - url = "https://github.com/homalg-project/CddInterface/releases/download/v2024.09.02/CddInterface-2024.09.02.tar.gz" - -[GAP_pkg_cddinterface_jll."202400.900.201+0"] -files = ["lib/gap/CddInterface.so"] - - [[GAP_pkg_cddinterface_jll."202400.900.201+0".sources]] - hash = "5a59b6306c2b4e75d499cf1465c0b38a22cc275aa76defcfe62aaa365e1b69d1" - url = "https://github.com/homalg-project/CddInterface/releases/download/v2024.09.02/CddInterface-2024.09.02.tar.gz" - -[GAP_pkg_cddinterface_jll."202400.900.202+0"] -files = ["lib/gap/CddInterface.so"] - - [[GAP_pkg_cddinterface_jll."202400.900.202+0".sources]] - hash = "5a59b6306c2b4e75d499cf1465c0b38a22cc275aa76defcfe62aaa365e1b69d1" - url = "https://github.com/homalg-project/CddInterface/releases/download/v2024.09.02/CddInterface-2024.09.02.tar.gz" - -[GAP_pkg_cddinterface_jll."202400.900.203+0"] -files = ["lib/gap/CddInterface.so"] - - [[GAP_pkg_cddinterface_jll."202400.900.203+0".sources]] - hash = "5a59b6306c2b4e75d499cf1465c0b38a22cc275aa76defcfe62aaa365e1b69d1" - url = "https://github.com/homalg-project/CddInterface/releases/download/v2024.09.02/CddInterface-2024.09.02.tar.gz" - -[GAP_pkg_cddinterface_jll."202501.62400.0+0"] -files = ["lib/gap/CddInterface.so"] - - [[GAP_pkg_cddinterface_jll."202501.62400.0+0".sources]] - hash = "fc3f4ae2b4cb27152bf82d3a64a3aec63be283c83090e586204540a12b0d4883" - url = "https://github.com/homalg-project/CddInterface/releases/download/v2025.06.24/CddInterface-2025.06.24.tar.gz" - -[GAP_pkg_cohomolo_jll."100.600.1100+0"] -executables = ["calcpres.gap", "cohomology.gap", "conrun", "crrun", "egrun", "execcmd.gap", "extprun", "gprun", "grrun", "matcalc", "normrun", "nqmrun", "nqrun", "pcrun", "readrels", "scrun", "selgen", "sylrun"] - - [[GAP_pkg_cohomolo_jll."100.600.1100+0".sources]] - hash = "63e9ff01c73e3c263b57407075a77d7981bbb32b6a1b611610f092781db5d7e5" - url = "https://github.com/gap-packages/cohomolo/releases/download/v1.6.11/cohomolo-1.6.11.tar.gz" - -[GAP_pkg_cohomolo_jll."100.600.1101+0"] -executables = ["calcpres.gap", "cohomology.gap", "conrun", "crrun", "egrun", "execcmd.gap", "extprun", "gprun", "grrun", "matcalc", "normrun", "nqmrun", "nqrun", "pcrun", "readrels", "scrun", "selgen", "sylrun"] - - [[GAP_pkg_cohomolo_jll."100.600.1101+0".sources]] - hash = "63e9ff01c73e3c263b57407075a77d7981bbb32b6a1b611610f092781db5d7e5" - url = "https://github.com/gap-packages/cohomolo/releases/download/v1.6.11/cohomolo-1.6.11.tar.gz" - -[GAP_pkg_cohomolo_jll."101.61100.0+0"] -executables = ["calcpres.gap", "cohomology.gap", "conrun", "crrun", "egrun", "execcmd.gap", "extprun", "gprun", "grrun", "matcalc", "normrun", "nqmrun", "nqrun", "pcrun", "readrels", "scrun", "selgen", "sylrun"] - - [[GAP_pkg_cohomolo_jll."101.61100.0+0".sources]] - hash = "63e9ff01c73e3c263b57407075a77d7981bbb32b6a1b611610f092781db5d7e5" - url = "https://github.com/gap-packages/cohomolo/releases/download/v1.6.11/cohomolo-1.6.11.tar.gz" - -[GAP_pkg_crypting_jll."0.1000.401+0"] -files = ["lib/gap/crypting.so"] - - [[GAP_pkg_crypting_jll."0.1000.401+0".sources]] - hash = "bbeaad5835567378f1ce65df900d96b94d74aee40d34bc827879ad78e38e2b28" - url = "https://github.com/gap-packages/crypting/releases/download/v0.10.4/crypting-0.10.4.tar.gz" - -[GAP_pkg_crypting_jll."0.1000.402+0"] -files = ["lib/gap/crypting.so"] - - [[GAP_pkg_crypting_jll."0.1000.402+0".sources]] - hash = "bbeaad5835567378f1ce65df900d96b94d74aee40d34bc827879ad78e38e2b28" - url = "https://github.com/gap-packages/crypting/releases/download/v0.10.4/crypting-0.10.4.tar.gz" - -[GAP_pkg_crypting_jll."0.1000.500+0"] -files = ["lib/gap/crypting.so"] - - [[GAP_pkg_crypting_jll."0.1000.500+0".sources]] - hash = "bbb8d321bc1e616a975960a7ecdddb8478f70e9ccc3d6e77c7c30283153aafc5" - url = "https://github.com/gap-packages/crypting/releases/download/v0.10.5/crypting-0.10.5.tar.gz" - -[GAP_pkg_crypting_jll."0.1000.500+1"] -files = ["lib/gap/crypting.so"] - - [[GAP_pkg_crypting_jll."0.1000.500+1".sources]] - hash = "bbb8d321bc1e616a975960a7ecdddb8478f70e9ccc3d6e77c7c30283153aafc5" - url = "https://github.com/gap-packages/crypting/releases/download/v0.10.5/crypting-0.10.5.tar.gz" - -[GAP_pkg_crypting_jll."0.1000.501+0"] -files = ["lib/gap/crypting.so"] - - [[GAP_pkg_crypting_jll."0.1000.501+0".sources]] - hash = "bbb8d321bc1e616a975960a7ecdddb8478f70e9ccc3d6e77c7c30283153aafc5" - url = "https://github.com/gap-packages/crypting/releases/download/v0.10.5/crypting-0.10.5.tar.gz" - -[GAP_pkg_crypting_jll."0.1000.502+0"] -files = ["lib/gap/crypting.so"] - - [[GAP_pkg_crypting_jll."0.1000.502+0".sources]] - hash = "bbb8d321bc1e616a975960a7ecdddb8478f70e9ccc3d6e77c7c30283153aafc5" - url = "https://github.com/gap-packages/crypting/releases/download/v0.10.5/crypting-0.10.5.tar.gz" - -[GAP_pkg_crypting_jll."1.100600.0+0"] -files = ["lib/gap/crypting.so"] - - [[GAP_pkg_crypting_jll."1.100600.0+0".sources]] - hash = "946b05c75e877de8aea71b5bf0af74f79b392064793fda7322e4895073e7cf6a" - url = "https://github.com/gap-packages/crypting/releases/download/v0.10.6/crypting-0.10.6.tar.gz" - -[GAP_pkg_curlinterface_jll."200.400.0+0"] -files = ["lib/gap/curl.so"] - - [[GAP_pkg_curlinterface_jll."200.400.0+0".sources]] - hash = "6f758ad512edf033ba8892875c3216cf111feb5b856909b84889cad89c78a4ff" - url = "https://github.com/gap-packages/curlInterface/releases/download/v2.4.0/curlInterface-2.4.0.tar.gz" - -[GAP_pkg_curlinterface_jll."200.400.1+0"] -files = ["lib/gap/curl.so"] - - [[GAP_pkg_curlinterface_jll."200.400.1+0".sources]] - hash = "6f758ad512edf033ba8892875c3216cf111feb5b856909b84889cad89c78a4ff" - url = "https://github.com/gap-packages/curlInterface/releases/download/v2.4.0/curlInterface-2.4.0.tar.gz" - -[GAP_pkg_curlinterface_jll."200.400.2+0"] -files = ["lib/gap/curl.so"] - - [[GAP_pkg_curlinterface_jll."200.400.2+0".sources]] - hash = "6f758ad512edf033ba8892875c3216cf111feb5b856909b84889cad89c78a4ff" - url = "https://github.com/gap-packages/curlInterface/releases/download/v2.4.0/curlInterface-2.4.0.tar.gz" - -[GAP_pkg_curlinterface_jll."201.40200.0+0"] -files = ["lib/gap/curl.so"] - - [[GAP_pkg_curlinterface_jll."201.40200.0+0".sources]] - hash = "973d4b518bb25295fa36e367c54fd257adb7af4723634f039f53dae507855756" - url = "https://github.com/gap-packages/curlInterface/releases/download/v2.4.2/curlInterface-2.4.2.tar.gz" - -[GAP_pkg_cvec_jll."200.700.400+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.700.400+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/39959cbb3243f7d0387865db14ca0843477e6189//G/GAP_pkg/GAP_pkg_cvec/../bundled" - [[GAP_pkg_cvec_jll."200.700.400+0".sources]] - hash = "9b1188868935e64a8059966af6c33b5e08fb514aa12567362575d3e96cc942eb" - url = "https://github.com/gap-packages/cvec/releases/download/v2.7.4/cvec-2.7.4.tar.bz2" - -[GAP_pkg_cvec_jll."200.700.500+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.700.500+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c04b84f4310e6cb76e214f662bbdd16bc8b4e3a4//G/GAP_pkg/GAP_pkg_cvec/../bundled" - [[GAP_pkg_cvec_jll."200.700.500+0".sources]] - hash = "b9b51356e88f5a4bbdb25edaa41738338567dcdaa0b8a04e4b2807803953e5c5" - url = "https://github.com/gap-packages/cvec/releases/download/v2.7.5/cvec-2.7.5.tar.bz2" - -[GAP_pkg_cvec_jll."200.700.500+1"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.700.500+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14742c03516d39d9e2b2a6375bebcc2bdf2cf6a//G/GAP_pkg/GAP_pkg_cvec/../bundled" - [[GAP_pkg_cvec_jll."200.700.500+1".sources]] - hash = "b9b51356e88f5a4bbdb25edaa41738338567dcdaa0b8a04e4b2807803953e5c5" - url = "https://github.com/gap-packages/cvec/releases/download/v2.7.5/cvec-2.7.5.tar.bz2" - -[GAP_pkg_cvec_jll."200.700.501+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.700.501+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_cvec/../bundled" - [[GAP_pkg_cvec_jll."200.700.501+0".sources]] - hash = "b9b51356e88f5a4bbdb25edaa41738338567dcdaa0b8a04e4b2807803953e5c5" - url = "https://github.com/gap-packages/cvec/releases/download/v2.7.5/cvec-2.7.5.tar.bz2" - -[GAP_pkg_cvec_jll."200.700.600+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.700.600+0".sources]] - hash = "a06b10295a8a109b27a8f48d86d92ad94e0efcde1f37b6b7d88efbb297b8bd5e" - url = "https://github.com/gap-packages/cvec/releases/download/v2.7.6/cvec-2.7.6.tar.gz" - -[GAP_pkg_cvec_jll."200.700.600+1"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.700.600+1".sources]] - hash = "a06b10295a8a109b27a8f48d86d92ad94e0efcde1f37b6b7d88efbb297b8bd5e" - url = "https://github.com/gap-packages/cvec/releases/download/v2.7.6/cvec-2.7.6.tar.gz" - -[GAP_pkg_cvec_jll."200.700.601+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.700.601+0".sources]] - hash = "a06b10295a8a109b27a8f48d86d92ad94e0efcde1f37b6b7d88efbb297b8bd5e" - url = "https://github.com/gap-packages/cvec/releases/download/v2.7.6/cvec-2.7.6.tar.gz" - -[GAP_pkg_cvec_jll."200.700.601+1"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.700.601+1".sources]] - hash = "a06b10295a8a109b27a8f48d86d92ad94e0efcde1f37b6b7d88efbb297b8bd5e" - url = "https://github.com/gap-packages/cvec/releases/download/v2.7.6/cvec-2.7.6.tar.gz" - -[GAP_pkg_cvec_jll."200.700.602+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.700.602+0".sources]] - hash = "a06b10295a8a109b27a8f48d86d92ad94e0efcde1f37b6b7d88efbb297b8bd5e" - url = "https://github.com/gap-packages/cvec/releases/download/v2.7.6/cvec-2.7.6.tar.gz" - -[GAP_pkg_cvec_jll."200.800.100+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.800.100+0".sources]] - hash = "74b7bfbe669d1a912ccf048bbe5e3c5164d54adc564caedc54d1a46cc7bf4b8f" - url = "https://github.com/gap-packages/cvec/releases/download/v2.8.1/cvec-2.8.1.tar.gz" - -[GAP_pkg_cvec_jll."200.800.200+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.800.200+0".sources]] - hash = "6232ed29003713263ec95b0c562d710cf3fd18015266dc34a4b51581c2a1461b" - url = "https://github.com/gap-packages/cvec/releases/download/v2.8.2/cvec-2.8.2.tar.gz" - -[GAP_pkg_cvec_jll."200.800.200+1"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.800.200+1".sources]] - hash = "6232ed29003713263ec95b0c562d710cf3fd18015266dc34a4b51581c2a1461b" - url = "https://github.com/gap-packages/cvec/releases/download/v2.8.2/cvec-2.8.2.tar.gz" - -[GAP_pkg_cvec_jll."200.800.201+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.800.201+0".sources]] - hash = "6232ed29003713263ec95b0c562d710cf3fd18015266dc34a4b51581c2a1461b" - url = "https://github.com/gap-packages/cvec/releases/download/v2.8.2/cvec-2.8.2.tar.gz" - -[GAP_pkg_cvec_jll."200.800.202+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."200.800.202+0".sources]] - hash = "6232ed29003713263ec95b0c562d710cf3fd18015266dc34a4b51581c2a1461b" - url = "https://github.com/gap-packages/cvec/releases/download/v2.8.2/cvec-2.8.2.tar.gz" - -[GAP_pkg_cvec_jll."201.80400.0+0"] -files = ["lib/gap/cvec.so"] - - [[GAP_pkg_cvec_jll."201.80400.0+0".sources]] - hash = "0df5c9d9b5e55002f596e79a4a799d09554d4964683fbd8f813ed2f9d2f5635f" - url = "https://github.com/gap-packages/cvec/releases/download/v2.8.4/cvec-2.8.4.tar.gz" - -[GAP_pkg_datastructures_jll."0.200.600+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.200.600+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cd8513a04b4e2aaf0731e50a0301ae195415bd18//G/GAP_pkg/GAP_pkg_datastructures/../bundled" - [[GAP_pkg_datastructures_jll."0.200.600+0".sources]] - hash = "fa05bd5ece4392c78927c7069e8db6fbd0712f73f1b1a00b2d2a2eae712b6fbe" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.2.6/datastructures-0.2.6.tar.gz" - -[GAP_pkg_datastructures_jll."0.200.600+1"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.200.600+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14742c03516d39d9e2b2a6375bebcc2bdf2cf6a//G/GAP_pkg/GAP_pkg_datastructures/../bundled" - [[GAP_pkg_datastructures_jll."0.200.600+1".sources]] - hash = "fa05bd5ece4392c78927c7069e8db6fbd0712f73f1b1a00b2d2a2eae712b6fbe" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.2.6/datastructures-0.2.6.tar.gz" - -[GAP_pkg_datastructures_jll."0.200.601+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.200.601+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_datastructures/../bundled" - [[GAP_pkg_datastructures_jll."0.200.601+0".sources]] - hash = "fa05bd5ece4392c78927c7069e8db6fbd0712f73f1b1a00b2d2a2eae712b6fbe" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.2.6/datastructures-0.2.6.tar.gz" - -[GAP_pkg_datastructures_jll."0.200.700+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.200.700+0".sources]] - hash = "82900ec59f5411228b9b272f9943ebf73296f4a7c1fb979066ae5396624ae376" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.2.7/datastructures-0.2.7.tar.gz" - -[GAP_pkg_datastructures_jll."0.200.700+1"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.200.700+1".sources]] - hash = "82900ec59f5411228b9b272f9943ebf73296f4a7c1fb979066ae5396624ae376" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.2.7/datastructures-0.2.7.tar.gz" - -[GAP_pkg_datastructures_jll."0.200.701+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.200.701+0".sources]] - hash = "82900ec59f5411228b9b272f9943ebf73296f4a7c1fb979066ae5396624ae376" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.2.7/datastructures-0.2.7.tar.gz" - -[GAP_pkg_datastructures_jll."0.200.701+1"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.200.701+1".sources]] - hash = "82900ec59f5411228b9b272f9943ebf73296f4a7c1fb979066ae5396624ae376" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.2.7/datastructures-0.2.7.tar.gz" - -[GAP_pkg_datastructures_jll."0.300.0+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.300.0+0".sources]] - hash = "452798be2e3cc6f9f78e876c20120ae55f2ec40661654ac1e12d478e99b393bb" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.3.0/datastructures-0.3.0.tar.gz" - -[GAP_pkg_datastructures_jll."0.300.1+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.300.1+0".sources]] - hash = "452798be2e3cc6f9f78e876c20120ae55f2ec40661654ac1e12d478e99b393bb" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.3.0/datastructures-0.3.0.tar.gz" - -[GAP_pkg_datastructures_jll."0.300.100+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.300.100+0".sources]] - hash = "0d4fba02f80e7c5eada63fae0402effbbe2ccbeb4d204c1d826cc85e67a582b0" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.3.1/datastructures-0.3.1.tar.gz" - -[GAP_pkg_datastructures_jll."0.300.100+1"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.300.100+1".sources]] - hash = "0d4fba02f80e7c5eada63fae0402effbbe2ccbeb4d204c1d826cc85e67a582b0" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.3.1/datastructures-0.3.1.tar.gz" - -[GAP_pkg_datastructures_jll."0.300.101+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.300.101+0".sources]] - hash = "0d4fba02f80e7c5eada63fae0402effbbe2ccbeb4d204c1d826cc85e67a582b0" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.3.1/datastructures-0.3.1.tar.gz" - -[GAP_pkg_datastructures_jll."0.300.102+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."0.300.102+0".sources]] - hash = "0d4fba02f80e7c5eada63fae0402effbbe2ccbeb4d204c1d826cc85e67a582b0" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.3.1/datastructures-0.3.1.tar.gz" - -[GAP_pkg_datastructures_jll."1.30300.0+0"] -files = ["lib/gap/datastructures.so"] - - [[GAP_pkg_datastructures_jll."1.30300.0+0".sources]] - hash = "c0231ad18ae23a4da6c62373df5032c3bd284dae922e05362551fe55a6a14c0d" - url = "https://github.com/gap-packages/datastructures/releases/download/v0.3.3/datastructures-0.3.3.tar.gz" - -[GAP_pkg_deepthought_jll."100.0.600+0"] -files = ["lib/gap/DeepThought.so"] - - [[GAP_pkg_deepthought_jll."100.0.600+0".sources]] - hash = "d07f23ab21f3faa3cd0505e5a042c74226d8efa3d0f6ef9d0b29cd8025f0c775" - url = "https://github.com/gap-packages/DeepThought/releases/download/v1.0.6/DeepThought-1.0.6.tar.gz" - -[GAP_pkg_deepthought_jll."100.0.601+0"] -files = ["lib/gap/DeepThought.so"] - - [[GAP_pkg_deepthought_jll."100.0.601+0".sources]] - hash = "d07f23ab21f3faa3cd0505e5a042c74226d8efa3d0f6ef9d0b29cd8025f0c775" - url = "https://github.com/gap-packages/DeepThought/releases/download/v1.0.6/DeepThought-1.0.6.tar.gz" - -[GAP_pkg_deepthought_jll."100.0.700+0"] -files = ["lib/gap/DeepThought.so"] - - [[GAP_pkg_deepthought_jll."100.0.700+0".sources]] - hash = "01d89babd2f62307bb0c4fe42303c6c645192ca6141ce02299c1c240e92ea93a" - url = "https://github.com/gap-packages/DeepThought/releases/download/v1.0.7/DeepThought-1.0.7.tar.gz" - -[GAP_pkg_deepthought_jll."100.0.700+1"] -files = ["lib/gap/DeepThought.so"] - - [[GAP_pkg_deepthought_jll."100.0.700+1".sources]] - hash = "01d89babd2f62307bb0c4fe42303c6c645192ca6141ce02299c1c240e92ea93a" - url = "https://github.com/gap-packages/DeepThought/releases/download/v1.0.7/DeepThought-1.0.7.tar.gz" - -[GAP_pkg_deepthought_jll."100.0.701+0"] -files = ["lib/gap/DeepThought.so"] - - [[GAP_pkg_deepthought_jll."100.0.701+0".sources]] - hash = "01d89babd2f62307bb0c4fe42303c6c645192ca6141ce02299c1c240e92ea93a" - url = "https://github.com/gap-packages/DeepThought/releases/download/v1.0.7/DeepThought-1.0.7.tar.gz" - -[GAP_pkg_deepthought_jll."100.0.702+0"] -files = ["lib/gap/DeepThought.so"] - - [[GAP_pkg_deepthought_jll."100.0.702+0".sources]] - hash = "01d89babd2f62307bb0c4fe42303c6c645192ca6141ce02299c1c240e92ea93a" - url = "https://github.com/gap-packages/DeepThought/releases/download/v1.0.7/DeepThought-1.0.7.tar.gz" - -[GAP_pkg_deepthought_jll."101.900.0+0"] -files = ["lib/gap/DeepThought.so"] - - [[GAP_pkg_deepthought_jll."101.900.0+0".sources]] - hash = "4eda8cddaa8987473b963c740d6f1f647099a92112a1e7c8bba4fff7515fb5e4" - url = "https://github.com/gap-packages/DeepThought/releases/download/v1.0.9/DeepThought-1.0.9.tar.gz" - -[GAP_pkg_digraphs_jll."100.400.100+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.400.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/63e4ee95084ec4edea8f12068fff786e19c20fad//G/GAP_pkg/GAP_pkg_digraphs/../bundled" - [[GAP_pkg_digraphs_jll."100.400.100+0".sources]] - hash = "eb6a567fb066153c17e1a3d8f86d26c3470f572cbfb651c9104726f098cdb473" - url = "https://github.com/gap-packages/digraphs/releases/download/v1.4.1/digraphs-1.4.1.tar.gz" - -[GAP_pkg_digraphs_jll."100.400.101+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.400.101+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_digraphs/../bundled" - [[GAP_pkg_digraphs_jll."100.400.101+0".sources]] - hash = "eb6a567fb066153c17e1a3d8f86d26c3470f572cbfb651c9104726f098cdb473" - url = "https://github.com/gap-packages/digraphs/releases/download/v1.4.1/digraphs-1.4.1.tar.gz" - -[GAP_pkg_digraphs_jll."100.500.300+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.500.300+0".sources]] - hash = "1781320032c37f5334ff5c80bf6857085de54cdae7a5f6db3e6daea47b8570cc" - url = "https://github.com/gap-packages/digraphs/releases/download/v1.5.3/digraphs-1.5.3.tar.gz" - -[GAP_pkg_digraphs_jll."100.500.300+1"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.500.300+1".sources]] - hash = "1781320032c37f5334ff5c80bf6857085de54cdae7a5f6db3e6daea47b8570cc" - url = "https://github.com/gap-packages/digraphs/releases/download/v1.5.3/digraphs-1.5.3.tar.gz" - -[GAP_pkg_digraphs_jll."100.600.0+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.600.0+0".sources]] - hash = "7a3a5a06ce64e4e36ded30d8a5372e19739a6547b8905f492eba990969ab646f" - url = "https://github.com/gap-packages/digraphs/releases/download/v1.6.0/digraphs-1.6.0.tar.gz" - -[GAP_pkg_digraphs_jll."100.600.0+1"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.600.0+1".sources]] - hash = "7a3a5a06ce64e4e36ded30d8a5372e19739a6547b8905f492eba990969ab646f" - url = "https://github.com/gap-packages/digraphs/releases/download/v1.6.0/digraphs-1.6.0.tar.gz" - -[GAP_pkg_digraphs_jll."100.600.100+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.600.100+0".sources]] - hash = "f5297d8aadd7ea7496725ec60591c515110b93d35fd74cd7c7aecac5a7578089" - url = "https://github.com/digraphs/Digraphs/releases/download/v1.6.1/digraphs-1.6.1.tar.gz" - -[GAP_pkg_digraphs_jll."100.700.100+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.700.100+0".sources]] - hash = "58331be5192d23f0af617822cedd77b0f613e7db7aba345d6d9eec226c4b8514" - url = "https://github.com/digraphs/Digraphs/releases/download/v1.7.1/digraphs-1.7.1.tar.gz" - -[GAP_pkg_digraphs_jll."100.900.0+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.900.0+0".sources]] - hash = "08dcc08be73a042f85ec1694111f91b1026b3241483f74f7100b308bbf9c4f11" - url = "https://github.com/digraphs/Digraphs/releases/download/v1.9.0/digraphs-1.9.0.tar.gz" - -[GAP_pkg_digraphs_jll."100.900.0+1"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.900.0+1".sources]] - hash = "08dcc08be73a042f85ec1694111f91b1026b3241483f74f7100b308bbf9c4f11" - url = "https://github.com/digraphs/Digraphs/releases/download/v1.9.0/digraphs-1.9.0.tar.gz" - -[GAP_pkg_digraphs_jll."100.900.1+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.900.1+0".sources]] - hash = "08dcc08be73a042f85ec1694111f91b1026b3241483f74f7100b308bbf9c4f11" - url = "https://github.com/digraphs/Digraphs/releases/download/v1.9.0/digraphs-1.9.0.tar.gz" - -[GAP_pkg_digraphs_jll."100.900.2+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."100.900.2+0".sources]] - hash = "08dcc08be73a042f85ec1694111f91b1026b3241483f74f7100b308bbf9c4f11" - url = "https://github.com/digraphs/Digraphs/releases/download/v1.9.0/digraphs-1.9.0.tar.gz" - -[GAP_pkg_digraphs_jll."101.130100.0+0"] -files = ["lib/gap/digraphs.so"] - - [[GAP_pkg_digraphs_jll."101.130100.0+0".sources]] - hash = "b965094b187b448c36edac9eb8400809adcd3045df7067aea47ba3dd5fec7396" - url = "https://github.com/digraphs/Digraphs/releases/download/v1.13.1/digraphs-1.13.1.tar.gz" - -[GAP_pkg_edim_jll."100.300.500+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.500+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c82ba34edd62cda8ac2fc82e7f0207f717fe2290//G/GAP_pkg/GAP_pkg_edim/../bundled" - [[GAP_pkg_edim_jll."100.300.500+0".sources]] - hash = "edf63b708f84fa0b6940014a616cd4734f4474b3493280e65fc9d2f27ae4d322" - url = "http://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.5.tar.bz2" - -[GAP_pkg_edim_jll."100.300.500+1"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.500+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14742c03516d39d9e2b2a6375bebcc2bdf2cf6a//G/GAP_pkg/GAP_pkg_edim/../bundled" - [[GAP_pkg_edim_jll."100.300.500+1".sources]] - hash = "edf63b708f84fa0b6940014a616cd4734f4474b3493280e65fc9d2f27ae4d322" - url = "http://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.5.tar.bz2" - -[GAP_pkg_edim_jll."100.300.501+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.501+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_edim/../bundled" - [[GAP_pkg_edim_jll."100.300.501+0".sources]] - hash = "edf63b708f84fa0b6940014a616cd4734f4474b3493280e65fc9d2f27ae4d322" - url = "http://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.5.tar.bz2" - -[GAP_pkg_edim_jll."100.300.502+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.502+0".sources]] - hash = "edf63b708f84fa0b6940014a616cd4734f4474b3493280e65fc9d2f27ae4d322" - url = "http://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.5.tar.bz2" - -[GAP_pkg_edim_jll."100.300.502+1"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.502+1".sources]] - hash = "edf63b708f84fa0b6940014a616cd4734f4474b3493280e65fc9d2f27ae4d322" - url = "http://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.5.tar.bz2" - -[GAP_pkg_edim_jll."100.300.600+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.600+0".sources]] - hash = "d99d9e4a9fdb5e3a8535592d334b5afa99154215753e83f6b3aabbae07ec94f6" - url = "http://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.6.tar.bz2" - -[GAP_pkg_edim_jll."100.300.600+1"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.600+1".sources]] - hash = "d99d9e4a9fdb5e3a8535592d334b5afa99154215753e83f6b3aabbae07ec94f6" - url = "http://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.6.tar.bz2" - -[GAP_pkg_edim_jll."100.300.601+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.601+0".sources]] - hash = "d99d9e4a9fdb5e3a8535592d334b5afa99154215753e83f6b3aabbae07ec94f6" - url = "https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.6.tar.bz2" - -[GAP_pkg_edim_jll."100.300.800+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.800+0".sources]] - hash = "b59bb607bc9831b8224410946c33b12b82b252c662803835197821c2fb18f9e2" - url = "https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.8.tar.bz2" - -[GAP_pkg_edim_jll."100.300.801+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.801+0".sources]] - hash = "b59bb607bc9831b8224410946c33b12b82b252c662803835197821c2fb18f9e2" - url = "https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.8.tar.bz2" - -[GAP_pkg_edim_jll."100.300.801+1"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.801+1".sources]] - hash = "b59bb607bc9831b8224410946c33b12b82b252c662803835197821c2fb18f9e2" - url = "https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.8.tar.bz2" - -[GAP_pkg_edim_jll."100.300.802+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.802+0".sources]] - hash = "b59bb607bc9831b8224410946c33b12b82b252c662803835197821c2fb18f9e2" - url = "https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.8.tar.bz2" - -[GAP_pkg_edim_jll."100.300.803+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."100.300.803+0".sources]] - hash = "b59bb607bc9831b8224410946c33b12b82b252c662803835197821c2fb18f9e2" - url = "https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.8.tar.bz2" - -[GAP_pkg_edim_jll."101.30800.0+0"] -files = ["lib/gap/ediv.so"] - - [[GAP_pkg_edim_jll."101.30800.0+0".sources]] - hash = "b59bb607bc9831b8224410946c33b12b82b252c662803835197821c2fb18f9e2" - url = "https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/EDIM-1.3.8.tar.bz2" - -[GAP_pkg_ferret_jll."100.0.500+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.500+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/39959cbb3243f7d0387865db14ca0843477e6189//G/GAP_pkg/GAP_pkg_ferret/../bundled" - [[GAP_pkg_ferret_jll."100.0.500+0".sources]] - hash = "08ae9cd65c5e086962ca9025d5d51e03b1cc1ccaa39f52aeeff47bf79c6c17e8" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.5/ferret-1.0.5.tar.gz" - -[GAP_pkg_ferret_jll."100.0.501+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.501+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c04b84f4310e6cb76e214f662bbdd16bc8b4e3a4//G/GAP_pkg/GAP_pkg_ferret/../bundled" - [[GAP_pkg_ferret_jll."100.0.501+0".sources]] - hash = "08ae9cd65c5e086962ca9025d5d51e03b1cc1ccaa39f52aeeff47bf79c6c17e8" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.5/ferret-1.0.5.tar.gz" - -[GAP_pkg_ferret_jll."100.0.501+1"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.501+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14742c03516d39d9e2b2a6375bebcc2bdf2cf6a//G/GAP_pkg/GAP_pkg_ferret/../bundled" - [[GAP_pkg_ferret_jll."100.0.501+1".sources]] - hash = "08ae9cd65c5e086962ca9025d5d51e03b1cc1ccaa39f52aeeff47bf79c6c17e8" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.5/ferret-1.0.5.tar.gz" - -[GAP_pkg_ferret_jll."100.0.502+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.502+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_ferret/../bundled" - [[GAP_pkg_ferret_jll."100.0.502+0".sources]] - hash = "08ae9cd65c5e086962ca9025d5d51e03b1cc1ccaa39f52aeeff47bf79c6c17e8" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.5/ferret-1.0.5.tar.gz" - -[GAP_pkg_ferret_jll."100.0.800+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.800+0".sources]] - hash = "a8e7f58c73d14580b4a8564515989322ac8faee072d66f012433013eb43516fc" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.8/ferret-1.0.8.tar.gz" - -[GAP_pkg_ferret_jll."100.0.800+1"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.800+1".sources]] - hash = "a8e7f58c73d14580b4a8564515989322ac8faee072d66f012433013eb43516fc" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.8/ferret-1.0.8.tar.gz" - -[GAP_pkg_ferret_jll."100.0.900+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.900+0".sources]] - hash = "ec332222e2858410f861b0b184fab13aaf251e7c91977e45f7bb9dfd3a56e424" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.9/ferret-1.0.9.tar.gz" - -[GAP_pkg_ferret_jll."100.0.900+1"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.900+1".sources]] - hash = "ec332222e2858410f861b0b184fab13aaf251e7c91977e45f7bb9dfd3a56e424" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.9/ferret-1.0.9.tar.gz" - -[GAP_pkg_ferret_jll."100.0.901+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.901+0".sources]] - hash = "ec332222e2858410f861b0b184fab13aaf251e7c91977e45f7bb9dfd3a56e424" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.9/ferret-1.0.9.tar.gz" - -[GAP_pkg_ferret_jll."100.0.1000+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.1000+0".sources]] - hash = "4eed3189feb25a6acdc89a0903b4261225190997b6f958d4b389ddfe5dc40b5d" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.10/ferret-1.0.10.tar.gz" - -[GAP_pkg_ferret_jll."100.0.1400+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.1400+0".sources]] - hash = "6e9b7e5aa98dbcafaf5630560b53d42c53dd97d4c7137c2bcf80045c4710d995" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.14/ferret-1.0.14.tar.gz" - -[GAP_pkg_ferret_jll."100.0.1400+1"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.1400+1".sources]] - hash = "6e9b7e5aa98dbcafaf5630560b53d42c53dd97d4c7137c2bcf80045c4710d995" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.14/ferret-1.0.14.tar.gz" - -[GAP_pkg_ferret_jll."100.0.1401+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.1401+0".sources]] - hash = "6e9b7e5aa98dbcafaf5630560b53d42c53dd97d4c7137c2bcf80045c4710d995" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.14/ferret-1.0.14.tar.gz" - -[GAP_pkg_ferret_jll."100.0.1402+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."100.0.1402+0".sources]] - hash = "6e9b7e5aa98dbcafaf5630560b53d42c53dd97d4c7137c2bcf80045c4710d995" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.14/ferret-1.0.14.tar.gz" - -[GAP_pkg_ferret_jll."101.1500.0+0"] -files = ["lib/gap/ferret.so"] - - [[GAP_pkg_ferret_jll."101.1500.0+0".sources]] - hash = "2850f3c13114cb4c05f8da16104d63db94452fe2c7fb642caa7a7ad863e802a0" - url = "https://github.com/gap-packages/ferret/releases/download/v1.0.15/ferret-1.0.15.tar.gz" - -[GAP_pkg_float_jll."100.0.300+0"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.300+0".sources]] - hash = "a0afd65441844ba3a02670f6057d79c3aba77b9a5d0ec6861e215a33bd2b9405" - url = "https://github.com/gap-packages/float/releases/download/v1.0.3/float-1.0.3.tar.gz" - -[GAP_pkg_float_jll."100.0.300+1"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.300+1".sources]] - hash = "a0afd65441844ba3a02670f6057d79c3aba77b9a5d0ec6861e215a33bd2b9405" - url = "https://github.com/gap-packages/float/releases/download/v1.0.3/float-1.0.3.tar.gz" - -[GAP_pkg_float_jll."100.0.301+0"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.301+0".sources]] - hash = "a0afd65441844ba3a02670f6057d79c3aba77b9a5d0ec6861e215a33bd2b9405" - url = "https://github.com/gap-packages/float/releases/download/v1.0.3/float-1.0.3.tar.gz" - -[GAP_pkg_float_jll."100.0.301+1"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.301+1".sources]] - hash = "a0afd65441844ba3a02670f6057d79c3aba77b9a5d0ec6861e215a33bd2b9405" - url = "https://github.com/gap-packages/float/releases/download/v1.0.3/float-1.0.3.tar.gz" - -[GAP_pkg_float_jll."100.0.302+0"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.302+0".sources]] - hash = "a0afd65441844ba3a02670f6057d79c3aba77b9a5d0ec6861e215a33bd2b9405" - url = "https://github.com/gap-packages/float/releases/download/v1.0.3/float-1.0.3.tar.gz" - -[GAP_pkg_float_jll."100.0.400+0"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.400+0".sources]] - hash = "dcdca5c2cb6428cf7d257e2ef71ec98f2b3eb62d3b2907fda416ac9ecf65e63e" - url = "https://github.com/gap-packages/float/releases/download/v1.0.4/float-1.0.4.tar.gz" - -[GAP_pkg_float_jll."100.0.500+0"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.500+0".sources]] - hash = "d7c07cc3fe892c2fd8a808624ee3e24d5412e44e38325a7e946bab821d3b75a0" - url = "https://github.com/gap-packages/float/releases/download/v1.0.5/float-1.0.5.tar.gz" - -[GAP_pkg_float_jll."100.0.500+1"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.500+1".sources]] - hash = "d7c07cc3fe892c2fd8a808624ee3e24d5412e44e38325a7e946bab821d3b75a0" - url = "https://github.com/gap-packages/float/releases/download/v1.0.5/float-1.0.5.tar.gz" - -[GAP_pkg_float_jll."100.0.501+0"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.501+0".sources]] - hash = "d7c07cc3fe892c2fd8a808624ee3e24d5412e44e38325a7e946bab821d3b75a0" - url = "https://github.com/gap-packages/float/releases/download/v1.0.5/float-1.0.5.tar.gz" - -[GAP_pkg_float_jll."100.0.502+0"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."100.0.502+0".sources]] - hash = "d7c07cc3fe892c2fd8a808624ee3e24d5412e44e38325a7e946bab821d3b75a0" - url = "https://github.com/gap-packages/float/releases/download/v1.0.5/float-1.0.5.tar.gz" - -[GAP_pkg_float_jll."101.900.0+0"] -files = ["lib/gap/float.so"] - - [[GAP_pkg_float_jll."101.900.0+0".sources]] - hash = "cf4e87714ef774d5d760ef252f81bcfe6d0b3bb726ae263c602c68cd5d3a495b" - url = "https://github.com/gap-packages/float/releases/download/v1.0.9/float-1.0.9.tar.gz" - -[GAP_pkg_fplsa_jll."100.200.500+0"] -executables = ["fplsa4"] - - [[GAP_pkg_fplsa_jll."100.200.500+0".sources]] - hash = "a6fac07a4af350cae94907c22f5c74b7d02effa5aa565ff141a47d9170c9b39a" - url = "https://github.com/gap-packages/FPLSA/releases/download/v1.2.5/FPLSA-1.2.5.tar.gz" - -[GAP_pkg_fplsa_jll."100.200.600+0"] -executables = ["fplsa4"] - - [[GAP_pkg_fplsa_jll."100.200.600+0".sources]] - hash = "cd9fb93eb4198955070d836575e15f6e156c7fee417fef9c42c8fc3502ba422f" - url = "https://github.com/gap-packages/FPLSA/releases/download/v1.2.6/FPLSA-1.2.6.tar.gz" - -[GAP_pkg_fplsa_jll."100.200.601+0"] -executables = ["fplsa4"] - - [[GAP_pkg_fplsa_jll."100.200.601+0".sources]] - hash = "cd9fb93eb4198955070d836575e15f6e156c7fee417fef9c42c8fc3502ba422f" - url = "https://github.com/gap-packages/FPLSA/releases/download/v1.2.6/FPLSA-1.2.6.tar.gz" - -[GAP_pkg_fplsa_jll."101.20700.0+0"] -executables = ["fplsa4"] - - [[GAP_pkg_fplsa_jll."101.20700.0+0".sources]] - hash = "eb3400869479a547c80f7b461ce0dceec5d480fa7042f2abffc2fd8d3df05fc3" - url = "https://github.com/gap-packages/FPLSA/releases/download/v1.2.7/FPLSA-1.2.7.tar.gz" - -[GAP_pkg_gauss_jll."202200.1100.100+0"] -files = ["lib/gap/gauss.so"] - - [[GAP_pkg_gauss_jll."202200.1100.100+0".sources]] - hash = "d59beab7aeafd6c74b73a7fff45e67991708f1dfbb5252a6526dc27f88457c9c" - url = "https://github.com/homalg-project/homalg_project/releases/download/Gauss-2022.11-01/Gauss-2022.11-01.tar.gz" - -[GAP_pkg_gauss_jll."202300.200.400+0"] -files = ["lib/gap/gauss.so"] - - [[GAP_pkg_gauss_jll."202300.200.400+0".sources]] - hash = "04f2194fe8663a4548bb10fc1a7f1a923bc75cfbc6b5c2947be2c2a2b8e85936" - url = "https://github.com/homalg-project/homalg_project/releases/download/Gauss-2023.02-04/Gauss-2023.02-04.tar.gz" - -[GAP_pkg_gauss_jll."202400.1100.100+0"] -files = ["lib/gap/gauss.so"] - - [[GAP_pkg_gauss_jll."202400.1100.100+0".sources]] - hash = "67b0e5d72395036a79630f959a8ab06cd19ac1c58569fee241d1790be8c0689f" - url = "https://github.com/homalg-project/homalg_project/releases/download/Gauss-2024.11-01/Gauss-2024.11-01.tar.gz" - -[GAP_pkg_gauss_jll."202400.1100.100+1"] -files = ["lib/gap/gauss.so"] - - [[GAP_pkg_gauss_jll."202400.1100.100+1".sources]] - hash = "67b0e5d72395036a79630f959a8ab06cd19ac1c58569fee241d1790be8c0689f" - url = "https://github.com/homalg-project/homalg_project/releases/download/Gauss-2024.11-01/Gauss-2024.11-01.tar.gz" - -[GAP_pkg_gauss_jll."202400.1100.101+0"] -files = ["lib/gap/gauss.so"] - - [[GAP_pkg_gauss_jll."202400.1100.101+0".sources]] - hash = "67b0e5d72395036a79630f959a8ab06cd19ac1c58569fee241d1790be8c0689f" - url = "https://github.com/homalg-project/homalg_project/releases/download/Gauss-2024.11-01/Gauss-2024.11-01.tar.gz" - -[GAP_pkg_gauss_jll."202400.1100.102+0"] -files = ["lib/gap/gauss.so"] - - [[GAP_pkg_gauss_jll."202400.1100.102+0".sources]] - hash = "67b0e5d72395036a79630f959a8ab06cd19ac1c58569fee241d1790be8c0689f" - url = "https://github.com/homalg-project/homalg_project/releases/download/Gauss-2024.11-01/Gauss-2024.11-01.tar.gz" - -[GAP_pkg_gauss_jll."202401.110100.0+0"] -files = ["lib/gap/gauss.so"] - - [[GAP_pkg_gauss_jll."202401.110100.0+0".sources]] - hash = "67b0e5d72395036a79630f959a8ab06cd19ac1c58569fee241d1790be8c0689f" - url = "https://github.com/homalg-project/homalg_project/releases/download/Gauss-2024.11-01/Gauss-2024.11-01.tar.gz" - -[GAP_pkg_guava_jll."300.1700.0+0"] -executables = ["desauto", "leonconv", "minimum-weight", "wtdist"] - - [[GAP_pkg_guava_jll."300.1700.0+0".sources]] - hash = "4f5b2495ac44684bc6318d52ed25e934aff05a14a8e24add242e167c461624a8" - url = "https://github.com/gap-packages/guava/releases/download/v3.17/guava-3.17.tar.gz" - -[GAP_pkg_guava_jll."300.1800.0+0"] -executables = ["desauto", "leonconv", "minimum-weight", "wtdist"] - - [[GAP_pkg_guava_jll."300.1800.0+0".sources]] - hash = "d2ec6474d5e85c0b997970cf4f4576970d8cc18fbcf8310ea28e7ba300c9ba5d" - url = "https://github.com/gap-packages/guava/releases/download/v3.18/guava-3.18.tar.gz" - -[GAP_pkg_guava_jll."300.1900.0+0"] -executables = ["desauto", "leonconv", "minimum-weight", "wtdist"] - - [[GAP_pkg_guava_jll."300.1900.0+0".sources]] - hash = "653fa83dfb97702eab0936c2e8db6d293a4d55fd73f8e5e6f3847ee19da3fe3d" - url = "https://github.com/gap-packages/guava/releases/download/v3.19/guava-3.19.tar.gz" - -[GAP_pkg_guava_jll."300.1900.1+0"] -executables = ["desauto", "leonconv", "minimum-weight", "wtdist"] - - [[GAP_pkg_guava_jll."300.1900.1+0".sources]] - hash = "653fa83dfb97702eab0936c2e8db6d293a4d55fd73f8e5e6f3847ee19da3fe3d" - url = "https://github.com/gap-packages/guava/releases/download/v3.19/guava-3.19.tar.gz" - -[GAP_pkg_guava_jll."301.200000.0+0"] -executables = ["desauto", "leonconv", "minimum-weight", "wtdist"] - - [[GAP_pkg_guava_jll."301.200000.0+0".sources]] - hash = "a6a19aae3dc8d32569d2c98715c3de84df88e65819ce70bdb7595850de5cbe56" - url = "https://github.com/gap-packages/guava/releases/download/v3.20/guava-3.20.tar.gz" - -[GAP_pkg_io_jll."400.700.100+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.700.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/39959cbb3243f7d0387865db14ca0843477e6189//G/GAP_pkg/GAP_pkg_io/../bundled" - [[GAP_pkg_io_jll."400.700.100+0".sources]] - hash = "622de44d4c9d6f6fd9423f73ba44f0d1ce52f8339c3e13b1f216dfe6880660b7" - url = "https://github.com/gap-packages/io/releases/download/v4.7.1/io-4.7.1.tar.bz2" - -[GAP_pkg_io_jll."400.700.200+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.700.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c04b84f4310e6cb76e214f662bbdd16bc8b4e3a4//G/GAP_pkg/GAP_pkg_io/../bundled" - [[GAP_pkg_io_jll."400.700.200+0".sources]] - hash = "f541c312a85b2786326142d50d636a8ded12a2b56141f52b02025b843f177c3e" - url = "https://github.com/gap-packages/io/releases/download/v4.7.2/io-4.7.2.tar.bz2" - -[GAP_pkg_io_jll."400.700.200+1"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.700.200+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14742c03516d39d9e2b2a6375bebcc2bdf2cf6a//G/GAP_pkg/GAP_pkg_io/../bundled" - [[GAP_pkg_io_jll."400.700.200+1".sources]] - hash = "f541c312a85b2786326142d50d636a8ded12a2b56141f52b02025b843f177c3e" - url = "https://github.com/gap-packages/io/releases/download/v4.7.2/io-4.7.2.tar.bz2" - -[GAP_pkg_io_jll."400.700.201+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.700.201+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_io/../bundled" - [[GAP_pkg_io_jll."400.700.201+0".sources]] - hash = "f541c312a85b2786326142d50d636a8ded12a2b56141f52b02025b843f177c3e" - url = "https://github.com/gap-packages/io/releases/download/v4.7.2/io-4.7.2.tar.bz2" - -[GAP_pkg_io_jll."400.700.202+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.700.202+0".sources]] - hash = "9769d930c57d9793f3b2354ac6c43fb12b0f85c1dfabb435c7891c0518262513" - url = "https://github.com/gap-packages/io/releases/download/v4.7.2/io-4.7.2.tar.gz" - -[GAP_pkg_io_jll."400.700.202+1"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.700.202+1".sources]] - hash = "9769d930c57d9793f3b2354ac6c43fb12b0f85c1dfabb435c7891c0518262513" - url = "https://github.com/gap-packages/io/releases/download/v4.7.2/io-4.7.2.tar.gz" - -[GAP_pkg_io_jll."400.800.0+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.800.0+0".sources]] - hash = "c8a788ff26ffd9a1c3dc89c06b086dadf00c30250d6ef6f0ef138dd2c04c26df" - url = "https://github.com/gap-packages/io/releases/download/v4.8.0/io-4.8.0.tar.gz" - -[GAP_pkg_io_jll."400.800.0+1"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.800.0+1".sources]] - hash = "c8a788ff26ffd9a1c3dc89c06b086dadf00c30250d6ef6f0ef138dd2c04c26df" - url = "https://github.com/gap-packages/io/releases/download/v4.8.0/io-4.8.0.tar.gz" - -[GAP_pkg_io_jll."400.800.1+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.800.1+0".sources]] - hash = "c8a788ff26ffd9a1c3dc89c06b086dadf00c30250d6ef6f0ef138dd2c04c26df" - url = "https://github.com/gap-packages/io/releases/download/v4.8.0/io-4.8.0.tar.gz" - -[GAP_pkg_io_jll."400.800.200+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.800.200+0".sources]] - hash = "858bccff87fc149a5db66af49e9b071f397c3fe8840d6f972f0b24f81b59f69d" - url = "https://github.com/gap-packages/io/releases/download/v4.8.2/io-4.8.2.tar.gz" - -[GAP_pkg_io_jll."400.900.100+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.900.100+0".sources]] - hash = "edb0a8ab61ad36664e2ddaab38af052ad3e063479dfdb7985a10ebb8b1c7795b" - url = "https://github.com/gap-packages/io/releases/download/v4.9.1/io-4.9.1.tar.gz" - -[GAP_pkg_io_jll."400.900.100+1"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.900.100+1".sources]] - hash = "edb0a8ab61ad36664e2ddaab38af052ad3e063479dfdb7985a10ebb8b1c7795b" - url = "https://github.com/gap-packages/io/releases/download/v4.9.1/io-4.9.1.tar.gz" - -[GAP_pkg_io_jll."400.900.101+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.900.101+0".sources]] - hash = "edb0a8ab61ad36664e2ddaab38af052ad3e063479dfdb7985a10ebb8b1c7795b" - url = "https://github.com/gap-packages/io/releases/download/v4.9.1/io-4.9.1.tar.gz" - -[GAP_pkg_io_jll."400.900.102+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."400.900.102+0".sources]] - hash = "edb0a8ab61ad36664e2ddaab38af052ad3e063479dfdb7985a10ebb8b1c7795b" - url = "https://github.com/gap-packages/io/releases/download/v4.9.1/io-4.9.1.tar.gz" - -[GAP_pkg_io_jll."401.90300.0+0"] -files = ["lib/gap/io.so"] - - [[GAP_pkg_io_jll."401.90300.0+0".sources]] - hash = "842926c02ecdfcc16ff31468c376dcf4fbb7faa5094e637c83d7b00a503900c3" - url = "https://github.com/gap-packages/io/releases/download/v4.9.3/io-4.9.3.tar.gz" - -[GAP_pkg_json_jll."200.0.200+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.0.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d9681fa0f431bf7f8f95f62c548b016d1b6a0976//G/GAP_pkg/GAP_pkg_json/../bundled" - [[GAP_pkg_json_jll."200.0.200+0".sources]] - hash = "da69122fc99c412ebeca0635439a74498797834696c54e1b27efebe921b6a66a" - url = "https://github.com/gap-packages/json/releases/download/v2.0.2/json-2.0.2.tar.gz" - -[GAP_pkg_json_jll."200.0.200+1"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.0.200+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14742c03516d39d9e2b2a6375bebcc2bdf2cf6a//G/GAP_pkg/GAP_pkg_json/../bundled" - [[GAP_pkg_json_jll."200.0.200+1".sources]] - hash = "da69122fc99c412ebeca0635439a74498797834696c54e1b27efebe921b6a66a" - url = "https://github.com/gap-packages/json/releases/download/v2.0.2/json-2.0.2.tar.gz" - -[GAP_pkg_json_jll."200.0.201+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.0.201+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_json/../bundled" - [[GAP_pkg_json_jll."200.0.201+0".sources]] - hash = "da69122fc99c412ebeca0635439a74498797834696c54e1b27efebe921b6a66a" - url = "https://github.com/gap-packages/json/releases/download/v2.0.2/json-2.0.2.tar.gz" - -[GAP_pkg_json_jll."200.100.0+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.100.0+0".sources]] - hash = "12d82c7cf1454526f1b9d998117d15d96c80e8c164aae728b921f41f04df8e44" - url = "https://github.com/gap-packages/json/releases/download/v2.1.0/json-2.1.0.tar.gz" - -[GAP_pkg_json_jll."200.100.0+1"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.100.0+1".sources]] - hash = "12d82c7cf1454526f1b9d998117d15d96c80e8c164aae728b921f41f04df8e44" - url = "https://github.com/gap-packages/json/releases/download/v2.1.0/json-2.1.0.tar.gz" - -[GAP_pkg_json_jll."200.100.100+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.100.100+0".sources]] - hash = "b126fa3a76bbe050b261fd5ee415b46f14e9edbb67598ef45dc3f9c8ed8a9eb1" - url = "https://github.com/gap-packages/json/releases/download/v2.1.1/json-2.1.1.tar.gz" - -[GAP_pkg_json_jll."200.100.100+1"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.100.100+1".sources]] - hash = "b126fa3a76bbe050b261fd5ee415b46f14e9edbb67598ef45dc3f9c8ed8a9eb1" - url = "https://github.com/gap-packages/json/releases/download/v2.1.1/json-2.1.1.tar.gz" - -[GAP_pkg_json_jll."200.100.101+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.100.101+0".sources]] - hash = "b126fa3a76bbe050b261fd5ee415b46f14e9edbb67598ef45dc3f9c8ed8a9eb1" - url = "https://github.com/gap-packages/json/releases/download/v2.1.1/json-2.1.1.tar.gz" - -[GAP_pkg_json_jll."200.200.0+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.200.0+0".sources]] - hash = "94c9f9fcf0631d053f4d297c9d7cb42f7d704e1897ee5f48bfb183715b6c8a1a" - url = "https://github.com/gap-packages/json/releases/download/v2.2.0/json-2.2.0.tar.gz" - -[GAP_pkg_json_jll."200.200.200+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.200.200+0".sources]] - hash = "4991f1f1fadba4b2369ba808a5976b722261ea1dbe11d15339260983684c953b" - url = "https://github.com/gap-packages/json/releases/download/v2.2.2/json-2.2.2.tar.gz" - -[GAP_pkg_json_jll."200.200.200+1"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.200.200+1".sources]] - hash = "4991f1f1fadba4b2369ba808a5976b722261ea1dbe11d15339260983684c953b" - url = "https://github.com/gap-packages/json/releases/download/v2.2.2/json-2.2.2.tar.gz" - -[GAP_pkg_json_jll."200.200.201+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.200.201+0".sources]] - hash = "4991f1f1fadba4b2369ba808a5976b722261ea1dbe11d15339260983684c953b" - url = "https://github.com/gap-packages/json/releases/download/v2.2.2/json-2.2.2.tar.gz" - -[GAP_pkg_json_jll."200.200.202+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."200.200.202+0".sources]] - hash = "4991f1f1fadba4b2369ba808a5976b722261ea1dbe11d15339260983684c953b" - url = "https://github.com/gap-packages/json/releases/download/v2.2.2/json-2.2.2.tar.gz" - -[GAP_pkg_json_jll."201.20300.0+0"] -files = ["lib/gap/json.so"] - - [[GAP_pkg_json_jll."201.20300.0+0".sources]] - hash = "a504a50d662c3d1167e25aba9be2f528a2f907c832a4dd452e7e915a3ebc5f39" - url = "https://github.com/gap-packages/json/releases/download/v2.2.3/json-2.2.3.tar.gz" - -[GAP_pkg_juliainterface_jll."0.700.0+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.700.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.700.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c04b84f4310e6cb76e214f662bbdd16bc8b4e3a4//G/GAP_pkg/GAP_pkg_juliainterface/../bundled" - [[GAP_pkg_juliainterface_jll."0.700.0+0".sources]] - hash = "02de69a677054e4bad52fe1bc612071d1aeeb18a" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.700.0+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.700.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.700.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14742c03516d39d9e2b2a6375bebcc2bdf2cf6a//G/GAP_pkg/GAP_pkg_juliainterface/../bundled" - [[GAP_pkg_juliainterface_jll."0.700.0+1".sources]] - hash = "02de69a677054e4bad52fe1bc612071d1aeeb18a" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.700.100+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.700.100+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.700.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0fca4d9eba8084de698ee53cc6864d5e2edf6a4d//G/GAP_pkg/GAP_pkg_juliainterface/../bundled" - [[GAP_pkg_juliainterface_jll."0.700.100+0".sources]] - hash = "ce9df14f7af1d0c9d9ce0ce1e588f9b5ed1845ed" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.700.100+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.700.100+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.700.100+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e8a5e40f6e3ad09197894e22a293169c7747381//G/GAP_pkg/GAP_pkg_juliainterface/../bundled" - [[GAP_pkg_juliainterface_jll."0.700.100+1".sources]] - hash = "ce9df14f7af1d0c9d9ce0ce1e588f9b5ed1845ed" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.700.300+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.700.300+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.700.300+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/72d86b746c316b22cba465036eae011fafbac885//G/GAP_pkg/GAP_pkg_juliainterface/../bundled" - [[GAP_pkg_juliainterface_jll."0.700.300+0".sources]] - hash = "baa0589573a9b56a01d850c1c0b5a381fbec07bb" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.700.300+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.700.300+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.700.300+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6eda1f0fdd01b15a59a3c7d1269a8c133ffb3506//G/GAP_pkg/GAP_pkg_juliainterface/../bundled" - [[GAP_pkg_juliainterface_jll."0.700.300+1".sources]] - hash = "baa0589573a9b56a01d850c1c0b5a381fbec07bb" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.700.301+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.700.301+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.700.301+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_juliainterface/../bundled" - [[GAP_pkg_juliainterface_jll."0.700.301+0".sources]] - hash = "baa0589573a9b56a01d850c1c0b5a381fbec07bb" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.0+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.800.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/83a9c5db39770414f244ca1285911f8d4798b7f4//G/GAP_pkg/GAP_pkg_juliainterface/../bundled" - [[GAP_pkg_juliainterface_jll."0.800.0+0".sources]] - hash = "576b5eaaefc4fa6b0b7b48f977dd4395f65e0ab7" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.200+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.200+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.800.200+0".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.200+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.200+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.800.200+1".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.201+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.201+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.800.201+0".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.201+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.201+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.800.201+1".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.201+2"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.201+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.800.201+2".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.202+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.202+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.800.202+0".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.202+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.202+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[GAP_pkg_juliainterface_jll."0.800.202+1".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.202+2"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.202+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.2" - - [[GAP_pkg_juliainterface_jll."0.800.202+2".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.202+3"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.202+3".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.3" - - [[GAP_pkg_juliainterface_jll."0.800.202+3".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.202+4"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.202+4".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.4" - - [[GAP_pkg_juliainterface_jll."0.800.202+4".sources]] - hash = "62c1e9aedc4408c8f57ea2a9df8ce980a9c41d31" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.300+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.300+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.4" - - [[GAP_pkg_juliainterface_jll."0.800.300+0".sources]] - hash = "38af454942a1924b39f30f00a8a64622dd06ce32" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.300+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.300+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.5" - - [[GAP_pkg_juliainterface_jll."0.800.300+1".sources]] - hash = "38af454942a1924b39f30f00a8a64622dd06ce32" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.300+2"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.300+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - - [[GAP_pkg_juliainterface_jll."0.800.300+2".sources]] - hash = "38af454942a1924b39f30f00a8a64622dd06ce32" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.800.300+3"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.800.300+3".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[GAP_pkg_juliainterface_jll."0.800.300+3".sources]] - hash = "38af454942a1924b39f30f00a8a64622dd06ce32" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.900.0+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.900.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[GAP_pkg_juliainterface_jll."0.900.0+0".sources]] - hash = "bc4b5c2374299564184fb79f00fedbba4a255d39" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.900.100+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.900.100+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - - [[GAP_pkg_juliainterface_jll."0.900.100+0".sources]] - hash = "aafaa2e48bed14a4997c8a930f77ece2eeddbbfe" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1200.0+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1200.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - - [[GAP_pkg_juliainterface_jll."0.1200.0+0".sources]] - hash = "1123f35f9d46c62c22fed279b2876f4ea6ca9a12" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.0+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[GAP_pkg_juliainterface_jll."0.1300.0+0".sources]] - hash = "1123f35f9d46c62c22fed279b2876f4ea6ca9a12" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.1+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[GAP_pkg_juliainterface_jll."0.1300.1+0".sources]] - hash = "19922966dbe38652696798a1986d0b7fc6520cd6" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.2+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[GAP_pkg_juliainterface_jll."0.1300.2+0".sources]] - hash = "99ddda8e451b7d9c201d5d126a37b4ba138593e7" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.100+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.100+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.13" - - [[GAP_pkg_juliainterface_jll."0.1300.100+0".sources]] - hash = "013ffbc413dbc6d4b66ced46e3003d4c1880c138" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.100+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.100+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.14" - - [[GAP_pkg_juliainterface_jll."0.1300.100+1".sources]] - hash = "013ffbc413dbc6d4b66ced46e3003d4c1880c138" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.101+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.101+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - - [[GAP_pkg_juliainterface_jll."0.1300.101+0".sources]] - hash = "013ffbc413dbc6d4b66ced46e3003d4c1880c138" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.102+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.102+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - - [[GAP_pkg_juliainterface_jll."0.1300.102+0".sources]] - hash = "c33287b416ca30fcc386a6b192d67c1955fdae8f" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.103+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.103+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.16" - - [[GAP_pkg_juliainterface_jll."0.1300.103+0".sources]] - hash = "c33287b416ca30fcc386a6b192d67c1955fdae8f" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.103+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.103+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - - [[GAP_pkg_juliainterface_jll."0.1300.103+1".sources]] - hash = "c33287b416ca30fcc386a6b192d67c1955fdae8f" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.104+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.104+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.17" - - [[GAP_pkg_juliainterface_jll."0.1300.104+0".sources]] - hash = "c33287b416ca30fcc386a6b192d67c1955fdae8f" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1300.104+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1300.104+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.18" - - [[GAP_pkg_juliainterface_jll."0.1300.104+1".sources]] - hash = "c33287b416ca30fcc386a6b192d67c1955fdae8f" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1400.100+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1400.100+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.18" - - [[GAP_pkg_juliainterface_jll."0.1400.100+0".sources]] - hash = "93b12dd37e581320232e892c18db9048f8c9ad83" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1400.100+1"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1400.100+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - - [[GAP_pkg_juliainterface_jll."0.1400.100+1".sources]] - hash = "93b12dd37e581320232e892c18db9048f8c9ad83" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1400.200+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1400.200+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - - [[GAP_pkg_juliainterface_jll."0.1400.200+0".sources]] - hash = "364a42d7cec574b7b67269879c4dcbb9c5c2c9fc" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1500.0+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1500.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - - [[GAP_pkg_juliainterface_jll."0.1500.0+0".sources]] - hash = "364a42d7cec574b7b67269879c4dcbb9c5c2c9fc" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.1500.300+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.1500.300+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - - [[GAP_pkg_juliainterface_jll."0.1500.300+0".sources]] - hash = "43ec515a9c5e8f087e32c87e5412c600b8329a85" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_juliainterface_jll."0.160000.0+0"] -files = ["lib/gap/JuliaInterface.so"] - - [[GAP_pkg_juliainterface_jll."0.160000.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.20" - - [[GAP_pkg_juliainterface_jll."0.160000.0+0".sources]] - hash = "43ec515a9c5e8f087e32c87e5412c600b8329a85" - repo = "https://github.com/oscar-system/GAP.jl" - -[GAP_pkg_kbmag_jll."100.500.1100+0"] -executables = ["autcos", "autgroup", "fsaand", "fsaandnot", "fsabfs", "fsaconcat", "fsacount", "fsaenumerate", "fsaexists", "fsafilter", "fsagrowth", "fsalabmin", "fsalequal", "fsamin", "fsanot", "fsaor", "fsaprune", "fsareverse", "fsastar", "fsaswapcoords", "gpaxioms", "gpcheckmult", "gpchecksubwa", "gpcomp", "gpdifflabs", "gpgenmult", "gpgenmult2", "gpgeowa", "gpmakefsa", "gpmakesubwa", "gpmicomp", "gpmigenmult", "gpmigenmult2", "gpmigmdet", "gpmimult", "gpmimult2", "gpminkb", "gpmult", "gpmult2", "gpsubpres", "gpsubwa", "gpwa", "kbprog", "kbprogcos", "makecosfile", "midfadeterminize", "nfadeterminize", "ppgap", "ppgap4", "wordreduce"] - - [[GAP_pkg_kbmag_jll."100.500.1100+0".sources]] - hash = "3112924625b3b2b5d0ae1a84fe7babccaaa900b0044dca37fbf33f8b3f455682" - url = "https://github.com/gap-packages/kbmag/releases/download/v1.5.11/kbmag-1.5.11.tar.gz" - -[GAP_pkg_kbmag_jll."100.500.1101+0"] -executables = ["autcos", "autgroup", "fsaand", "fsaandnot", "fsabfs", "fsaconcat", "fsacount", "fsaenumerate", "fsaexists", "fsafilter", "fsagrowth", "fsalabmin", "fsalequal", "fsamin", "fsanot", "fsaor", "fsaprune", "fsareverse", "fsastar", "fsaswapcoords", "gpaxioms", "gpcheckmult", "gpchecksubwa", "gpcomp", "gpdifflabs", "gpgenmult", "gpgenmult2", "gpgeowa", "gpmakefsa", "gpmakesubwa", "gpmicomp", "gpmigenmult", "gpmigenmult2", "gpmigmdet", "gpmimult", "gpmimult2", "gpminkb", "gpmult", "gpmult2", "gpsubpres", "gpsubwa", "gpwa", "kbprog", "kbprogcos", "makecosfile", "midfadeterminize", "nfadeterminize", "ppgap", "ppgap4", "wordreduce"] - - [[GAP_pkg_kbmag_jll."100.500.1101+0".sources]] - hash = "3112924625b3b2b5d0ae1a84fe7babccaaa900b0044dca37fbf33f8b3f455682" - url = "https://github.com/gap-packages/kbmag/releases/download/v1.5.11/kbmag-1.5.11.tar.gz" - -[GAP_pkg_kbmag_jll."101.51100.0+0"] -executables = ["autcos", "autgroup", "fsaand", "fsaandnot", "fsabfs", "fsaconcat", "fsacount", "fsaenumerate", "fsaexists", "fsafilter", "fsagrowth", "fsalabmin", "fsalequal", "fsamin", "fsanot", "fsaor", "fsaprune", "fsareverse", "fsastar", "fsaswapcoords", "gpaxioms", "gpcheckmult", "gpchecksubwa", "gpcomp", "gpdifflabs", "gpgenmult", "gpgenmult2", "gpgeowa", "gpmakefsa", "gpmakesubwa", "gpmicomp", "gpmigenmult", "gpmigenmult2", "gpmigmdet", "gpmimult", "gpmimult2", "gpminkb", "gpmult", "gpmult2", "gpsubpres", "gpsubwa", "gpwa", "kbprog", "kbprogcos", "makecosfile", "midfadeterminize", "nfadeterminize", "ppgap", "ppgap4", "wordreduce"] - - [[GAP_pkg_kbmag_jll."101.51100.0+0".sources]] - hash = "3112924625b3b2b5d0ae1a84fe7babccaaa900b0044dca37fbf33f8b3f455682" - url = "https://github.com/gap-packages/kbmag/releases/download/v1.5.11/kbmag-1.5.11.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.0+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cbfcc752600f6c4b1766f479207f46aba7b5dc2a//G/GAP_pkg/GAP_pkg_normalizinterface/../bundled" - [[GAP_pkg_normalizinterface_jll."100.300.0+0".sources]] - hash = "5fd7a1e13bbd48cd119456745f00f8208cd09109c0f6614f0165e1965b92afdd" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.0/NormalizInterface-1.3.0.tar.bz2" - -[GAP_pkg_normalizinterface_jll."100.300.1+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_normalizinterface/../bundled" - [[GAP_pkg_normalizinterface_jll."100.300.1+0".sources]] - hash = "5fd7a1e13bbd48cd119456745f00f8208cd09109c0f6614f0165e1965b92afdd" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.0/NormalizInterface-1.3.0.tar.bz2" - -[GAP_pkg_normalizinterface_jll."100.300.400+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.400+0".sources]] - hash = "1d4e80afca2a4ea596a26dc63201d87f6e49853813e8f10bf5f5fd677d23a60f" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.4/NormalizInterface-1.3.4.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.400+1"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.400+1".sources]] - hash = "1d4e80afca2a4ea596a26dc63201d87f6e49853813e8f10bf5f5fd677d23a60f" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.4/NormalizInterface-1.3.4.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.401+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.401+0".sources]] - hash = "1d4e80afca2a4ea596a26dc63201d87f6e49853813e8f10bf5f5fd677d23a60f" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.4/NormalizInterface-1.3.4.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.401+1"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.401+1".sources]] - hash = "1d4e80afca2a4ea596a26dc63201d87f6e49853813e8f10bf5f5fd677d23a60f" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.4/NormalizInterface-1.3.4.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.500+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.500+0".sources]] - hash = "3a5caa2c77f557a8ef5f18be4c0fc2a97487e4f71ae49b58ec76dab7ac55bd8a" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.5/NormalizInterface-1.3.5.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.600+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.600+0".sources]] - hash = "61da1ed3382a526ebc0d91fc46deaa884b70ece170d4d1eb16acc10a252f37b3" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.6/NormalizInterface-1.3.6.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.700+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.700+0".sources]] - hash = "286700d82a2b5a240ff8474990cecfb22526a80b0f28252a95f4792ccde4cb6b" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.7/NormalizInterface-1.3.7.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.700+1"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.700+1".sources]] - hash = "286700d82a2b5a240ff8474990cecfb22526a80b0f28252a95f4792ccde4cb6b" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.7/NormalizInterface-1.3.7.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.701+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.701+0".sources]] - hash = "286700d82a2b5a240ff8474990cecfb22526a80b0f28252a95f4792ccde4cb6b" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.7/NormalizInterface-1.3.7.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.702+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.702+0".sources]] - hash = "286700d82a2b5a240ff8474990cecfb22526a80b0f28252a95f4792ccde4cb6b" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.7/NormalizInterface-1.3.7.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.703+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.703+0".sources]] - hash = "286700d82a2b5a240ff8474990cecfb22526a80b0f28252a95f4792ccde4cb6b" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.7/NormalizInterface-1.3.7.tar.gz" - -[GAP_pkg_normalizinterface_jll."100.300.704+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."100.300.704+0".sources]] - hash = "286700d82a2b5a240ff8474990cecfb22526a80b0f28252a95f4792ccde4cb6b" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.3.7/NormalizInterface-1.3.7.tar.gz" - -[GAP_pkg_normalizinterface_jll."101.40100.0+0"] -files = ["lib/gap/NormalizInterface.so"] - - [[GAP_pkg_normalizinterface_jll."101.40100.0+0".sources]] - hash = "b186c1719f9110bbf96600283a7ab201851ab46571c00487be004a264063b572" - url = "https://github.com/gap-packages/NormalizInterface/releases/download/v1.4.1/NormalizInterface-1.4.1.tar.gz" - -[GAP_pkg_nq_jll."200.500.500+0"] -executables = ["nq"] - - [[GAP_pkg_nq_jll."200.500.500+0".sources]] - hash = "b7a8fa12c02db78dc05ce047b451e7855345608bbfb0d11eb105056527694e42" - url = "https://github.com/gap-packages/nq/releases/download/v2.5.5/nq-2.5.5.tar.bz2" - [[GAP_pkg_nq_jll."200.500.500+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e648889234799b38136713d529782a570e8f8e06//G/GAP_pkg/GAP_pkg_nq/../bundled" - -[GAP_pkg_nq_jll."200.500.501+0"] -executables = ["nq"] - - [[GAP_pkg_nq_jll."200.500.501+0".sources]] - hash = "b7a8fa12c02db78dc05ce047b451e7855345608bbfb0d11eb105056527694e42" - url = "https://github.com/gap-packages/nq/releases/download/v2.5.5/nq-2.5.5.tar.bz2" - [[GAP_pkg_nq_jll."200.500.501+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_nq/../bundled" - -[GAP_pkg_nq_jll."200.500.800+0"] -executables = ["nq"] - - [[GAP_pkg_nq_jll."200.500.800+0".sources]] - hash = "3fd6d0f976638e953e4504f85d868c3f2aab29d72c645908d3dedd24839fa94d" - url = "https://github.com/gap-packages/nq/releases/download/v2.5.8/nq-2.5.8.tar.gz" - -[GAP_pkg_nq_jll."200.500.800+1"] -executables = ["nq"] - - [[GAP_pkg_nq_jll."200.500.800+1".sources]] - hash = "3fd6d0f976638e953e4504f85d868c3f2aab29d72c645908d3dedd24839fa94d" - url = "https://github.com/gap-packages/nq/releases/download/v2.5.8/nq-2.5.8.tar.gz" - -[GAP_pkg_nq_jll."200.500.900+0"] -executables = ["nq"] - - [[GAP_pkg_nq_jll."200.500.900+0".sources]] - hash = "0db49d81173dccd36fb80525fd61fac6213a3843837ae0eac9867161e26ebad8" - url = "https://github.com/gap-packages/nq/releases/download/v2.5.9/nq-2.5.9.tar.gz" - -[GAP_pkg_nq_jll."200.500.1100+0"] -executables = ["nq"] - - [[GAP_pkg_nq_jll."200.500.1100+0".sources]] - hash = "6a8ad97023d90564d789be55b12bbc68d26a3714126f46bc75b415eec8f0f406" - url = "https://github.com/gap-packages/nq/releases/download/v2.5.11/nq-2.5.11.tar.gz" - -[GAP_pkg_nq_jll."200.500.1101+0"] -executables = ["nq"] - - [[GAP_pkg_nq_jll."200.500.1101+0".sources]] - hash = "6a8ad97023d90564d789be55b12bbc68d26a3714126f46bc75b415eec8f0f406" - url = "https://github.com/gap-packages/nq/releases/download/v2.5.11/nq-2.5.11.tar.gz" - -[GAP_pkg_nq_jll."201.51100.0+0"] -executables = ["nq"] - - [[GAP_pkg_nq_jll."201.51100.0+0".sources]] - hash = "6a8ad97023d90564d789be55b12bbc68d26a3714126f46bc75b415eec8f0f406" - url = "https://github.com/gap-packages/nq/releases/download/v2.5.11/nq-2.5.11.tar.gz" - -[GAP_pkg_orb_jll."400.800.400+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.800.400+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e9bfd9888e1d113f44204f4a8aa9ebd23765bfd9//G/GAP_pkg/GAP_pkg_orb/../bundled" - [[GAP_pkg_orb_jll."400.800.400+0".sources]] - hash = "5d44d52cf7ae7ab6ad1208d6ed563f3dc73df10e31a71024a1f9b7ba7dd71427" - url = "https://github.com/gap-packages/orb/releases/download/v4.8.4/orb-4.8.4.tar.gz" - -[GAP_pkg_orb_jll."400.800.400+1"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.800.400+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14742c03516d39d9e2b2a6375bebcc2bdf2cf6a//G/GAP_pkg/GAP_pkg_orb/../bundled" - [[GAP_pkg_orb_jll."400.800.400+1".sources]] - hash = "5d44d52cf7ae7ab6ad1208d6ed563f3dc73df10e31a71024a1f9b7ba7dd71427" - url = "https://github.com/gap-packages/orb/releases/download/v4.8.4/orb-4.8.4.tar.gz" - -[GAP_pkg_orb_jll."400.800.401+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.800.401+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dab4fd5c1ea3d46820915bfbd9ec315223a4fe4//G/GAP_pkg/GAP_pkg_orb/../bundled" - [[GAP_pkg_orb_jll."400.800.401+0".sources]] - hash = "5d44d52cf7ae7ab6ad1208d6ed563f3dc73df10e31a71024a1f9b7ba7dd71427" - url = "https://github.com/gap-packages/orb/releases/download/v4.8.4/orb-4.8.4.tar.gz" - -[GAP_pkg_orb_jll."400.800.500+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.800.500+0".sources]] - hash = "1c88a8ee980cdfd135c83eac9ebf8f35a2961eee3fb7e97d229e595831a0a6db" - url = "https://github.com/gap-packages/orb/releases/download/v4.8.5/orb-4.8.5.tar.gz" - -[GAP_pkg_orb_jll."400.800.500+1"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.800.500+1".sources]] - hash = "1c88a8ee980cdfd135c83eac9ebf8f35a2961eee3fb7e97d229e595831a0a6db" - url = "https://github.com/gap-packages/orb/releases/download/v4.8.5/orb-4.8.5.tar.gz" - -[GAP_pkg_orb_jll."400.900.0+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.900.0+0".sources]] - hash = "a1f81707743cbbf5eddecf0b195293b308987f17c7795690c65b5e4a92dfbc1f" - url = "https://github.com/gap-packages/orb/releases/download/v4.9.0/orb-4.9.0.tar.gz" - -[GAP_pkg_orb_jll."400.900.0+1"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.900.0+1".sources]] - hash = "a1f81707743cbbf5eddecf0b195293b308987f17c7795690c65b5e4a92dfbc1f" - url = "https://github.com/gap-packages/orb/releases/download/v4.9.0/orb-4.9.0.tar.gz" - -[GAP_pkg_orb_jll."400.900.1+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.900.1+0".sources]] - hash = "a1f81707743cbbf5eddecf0b195293b308987f17c7795690c65b5e4a92dfbc1f" - url = "https://github.com/gap-packages/orb/releases/download/v4.9.0/orb-4.9.0.tar.gz" - -[GAP_pkg_orb_jll."400.900.2+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.900.2+0".sources]] - hash = "a1f81707743cbbf5eddecf0b195293b308987f17c7795690c65b5e4a92dfbc1f" - url = "https://github.com/gap-packages/orb/releases/download/v4.9.0/orb-4.9.0.tar.gz" - -[GAP_pkg_orb_jll."400.900.100+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.900.100+0".sources]] - hash = "747b963f1125b51244b279ed090f2a15d480d88beb4782b1ae0307fbc3daed8a" - url = "https://github.com/gap-packages/orb/releases/download/v4.9.1/orb-4.9.1.tar.gz" - -[GAP_pkg_orb_jll."400.900.100+1"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.900.100+1".sources]] - hash = "747b963f1125b51244b279ed090f2a15d480d88beb4782b1ae0307fbc3daed8a" - url = "https://github.com/gap-packages/orb/releases/download/v4.9.1/orb-4.9.1.tar.gz" - -[GAP_pkg_orb_jll."400.900.101+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.900.101+0".sources]] - hash = "747b963f1125b51244b279ed090f2a15d480d88beb4782b1ae0307fbc3daed8a" - url = "https://github.com/gap-packages/orb/releases/download/v4.9.1/orb-4.9.1.tar.gz" - -[GAP_pkg_orb_jll."400.900.102+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."400.900.102+0".sources]] - hash = "747b963f1125b51244b279ed090f2a15d480d88beb4782b1ae0307fbc3daed8a" - url = "https://github.com/gap-packages/orb/releases/download/v4.9.1/orb-4.9.1.tar.gz" - -[GAP_pkg_orb_jll."501.100.0+0"] -files = ["lib/gap/orb.so"] - - [[GAP_pkg_orb_jll."501.100.0+0".sources]] - hash = "3f8430f5ba49bab1ce69d13894fff30bc1dd04bbf371e4a872740c93c51fd246" - url = "https://github.com/gap-packages/orb/releases/download/v5.0.1/orb-5.0.1.tar.gz" - -[GAP_pkg_profiling_jll."200.600.0+0"] -files = ["lib/gap/profiling.so"] - - [[GAP_pkg_profiling_jll."200.600.0+0".sources]] - hash = "6bdb7e3e908c45d4b683be4fbb60a733ec75a171c242e16251d5ed8602cac43a" - url = "https://github.com/gap-packages/profiling/releases/download/v2.6.0/profiling-2.6.0.tar.gz" - -[GAP_pkg_profiling_jll."200.600.0+1"] -files = ["lib/gap/profiling.so"] - - [[GAP_pkg_profiling_jll."200.600.0+1".sources]] - hash = "6bdb7e3e908c45d4b683be4fbb60a733ec75a171c242e16251d5ed8602cac43a" - url = "https://github.com/gap-packages/profiling/releases/download/v2.6.0/profiling-2.6.0.tar.gz" - -[GAP_pkg_profiling_jll."200.600.1+0"] -files = ["lib/gap/profiling.so"] - - [[GAP_pkg_profiling_jll."200.600.1+0".sources]] - hash = "6bdb7e3e908c45d4b683be4fbb60a733ec75a171c242e16251d5ed8602cac43a" - url = "https://github.com/gap-packages/profiling/releases/download/v2.6.0/profiling-2.6.0.tar.gz" - -[GAP_pkg_profiling_jll."200.600.2+0"] -files = ["lib/gap/profiling.so"] - - [[GAP_pkg_profiling_jll."200.600.2+0".sources]] - hash = "6bdb7e3e908c45d4b683be4fbb60a733ec75a171c242e16251d5ed8602cac43a" - url = "https://github.com/gap-packages/profiling/releases/download/v2.6.0/profiling-2.6.0.tar.gz" - -[GAP_pkg_profiling_jll."201.60200.0+0"] -files = ["lib/gap/profiling.so"] - - [[GAP_pkg_profiling_jll."201.60200.0+0".sources]] - hash = "bc8bb0839ee400915df1c809ba9ba131c34bd022d194db4d4828115d7dbf8e99" - url = "https://github.com/gap-packages/profiling/releases/download/v2.6.2/profiling-2.6.2.tar.gz" - -[GAP_pkg_semigroups_jll."500.400.0+0"] -files = ["lib/gap/semigroups.so"] - - [[GAP_pkg_semigroups_jll."500.400.0+0".sources]] - hash = "9a22d6c6cd2a99392e286b6a4636258cdf50a308655dc11f444696aa4880d98e" - url = "https://github.com/semigroups/Semigroups/releases/download/v5.4.0/semigroups-5.4.0.tar.gz" - -[GAP_pkg_semigroups_jll."500.400.1+0"] -files = ["lib/gap/semigroups.so"] - - [[GAP_pkg_semigroups_jll."500.400.1+0".sources]] - hash = "9a22d6c6cd2a99392e286b6a4636258cdf50a308655dc11f444696aa4880d98e" - url = "https://github.com/semigroups/Semigroups/releases/download/v5.4.0/semigroups-5.4.0.tar.gz" - -[GAP_pkg_semigroups_jll."500.400.2+0"] -files = ["lib/gap/semigroups.so"] - - [[GAP_pkg_semigroups_jll."500.400.2+0".sources]] - hash = "9a22d6c6cd2a99392e286b6a4636258cdf50a308655dc11f444696aa4880d98e" - url = "https://github.com/semigroups/Semigroups/releases/download/v5.4.0/semigroups-5.4.0.tar.gz" - -[GAP_pkg_semigroups_jll."500.400.3+0"] -files = ["lib/gap/semigroups.so"] - - [[GAP_pkg_semigroups_jll."500.400.3+0".sources]] - hash = "9a22d6c6cd2a99392e286b6a4636258cdf50a308655dc11f444696aa4880d98e" - url = "https://github.com/semigroups/Semigroups/releases/download/v5.4.0/semigroups-5.4.0.tar.gz" - -[GAP_pkg_semigroups_jll."500.400.4+0"] -files = ["lib/gap/semigroups.so"] - - [[GAP_pkg_semigroups_jll."500.400.4+0".sources]] - hash = "9a22d6c6cd2a99392e286b6a4636258cdf50a308655dc11f444696aa4880d98e" - url = "https://github.com/semigroups/Semigroups/releases/download/v5.4.0/semigroups-5.4.0.tar.gz" - -[GAP_pkg_semigroups_jll."501.50400.0+0"] -files = ["lib/gap/semigroups.so"] - - [[GAP_pkg_semigroups_jll."501.50400.0+0".sources]] - hash = "df0488b14af106338009c0ae7dc8b7def9052fb3619a6ba53c31f60cc0731353" - url = "https://github.com/semigroups/Semigroups/releases/download/v5.5.4/semigroups-5.5.4.tar.gz" - -[GAP_pkg_simpcomp_jll."200.100.1400+0"] -executables = ["bistellar"] - - [[GAP_pkg_simpcomp_jll."200.100.1400+0".sources]] - hash = "2a1a33068b038776d6932f13b5eb63d32b0799906a2ec190f585b2931d724dcd" - url = "https://github.com/simpcomp-team/simpcomp/releases/download/v2.1.14/simpcomp-2.1.14.tar.gz" - -[GAP_pkg_simpcomp_jll."200.100.1401+0"] -executables = ["bistellar"] - - [[GAP_pkg_simpcomp_jll."200.100.1401+0".sources]] - hash = "2a1a33068b038776d6932f13b5eb63d32b0799906a2ec190f585b2931d724dcd" - url = "https://github.com/simpcomp-team/simpcomp/releases/download/v2.1.14/simpcomp-2.1.14.tar.gz" - -[GAP_pkg_simpcomp_jll."201.11400.0+0"] -executables = ["bistellar"] - - [[GAP_pkg_simpcomp_jll."201.11400.0+0".sources]] - hash = "2a1a33068b038776d6932f13b5eb63d32b0799906a2ec190f585b2931d724dcd" - url = "https://github.com/simpcomp-team/simpcomp/releases/download/v2.1.14/simpcomp-2.1.14.tar.gz" - -[GAP_pkg_zeromqinterface_jll."0.1600.0+0"] -files = ["lib/gap/zeromqinterface.so"] - - [[GAP_pkg_zeromqinterface_jll."0.1600.0+0".sources]] - hash = "da9fc9ee04ba701b224d0809fdf4fc5b9782d9399326982273f77419fb3bd400" - url = "https://github.com/gap-packages/ZeroMQInterface/releases/download/v0.16/ZeroMQInterface-0.16.tar.gz" - -[GAP_pkg_zeromqinterface_jll."0.1600.1+0"] -files = ["lib/gap/zeromqinterface.so"] - - [[GAP_pkg_zeromqinterface_jll."0.1600.1+0".sources]] - hash = "da9fc9ee04ba701b224d0809fdf4fc5b9782d9399326982273f77419fb3bd400" - url = "https://github.com/gap-packages/ZeroMQInterface/releases/download/v0.16/ZeroMQInterface-0.16.tar.gz" - -[GAP_pkg_zeromqinterface_jll."0.1600.2+0"] -files = ["lib/gap/zeromqinterface.so"] - - [[GAP_pkg_zeromqinterface_jll."0.1600.2+0".sources]] - hash = "da9fc9ee04ba701b224d0809fdf4fc5b9782d9399326982273f77419fb3bd400" - url = "https://github.com/gap-packages/ZeroMQInterface/releases/download/v0.16/ZeroMQInterface-0.16.tar.gz" - -[GAP_pkg_zeromqinterface_jll."1.170000.0+0"] -files = ["lib/gap/zeromqinterface.so"] - - [[GAP_pkg_zeromqinterface_jll."1.170000.0+0".sources]] - hash = "d77e979dc3a0b18e95fe2b61f45e5a765cb5661d52507019cf307929f50f65a9" - url = "https://github.com/gap-packages/ZeroMQInterface/releases/download/v0.17/ZeroMQInterface-0.17.tar.gz" - -[GASNet_conduit_smp_jll."2024.5.0+0"] -files = ["include/gasnet.h"] -libraries = ["libgasnet-smp-seq", "libgasnet-smp-par", "libgasnet-smp-parsync"] - - [[GASNet_conduit_smp_jll."2024.5.0+0".sources]] - hash = "f945e80f71d340664766b66290496d230e021df5e5cd88f404d101258446daa9" - url = "https://gasnet.lbl.gov/EX/GASNet-2024.5.0.tar.gz" - -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "8a839df71bea7b2c411447b41b917f2142482df171733ddb92d615cec2f0f43a" -url = "http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.25.0_rc1.tar.bz2" -[[GCCBootstrap_jll."9.4.0+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b1469b44df4c63961a6c0f0387a89ef4ef24aa26//G/GCCBootstrap/./bundled" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "c95da32f440378d7751dd95533186f7fc05ceb4fb65eb5b85234e6299eb9838e" -url = "http://mirrors.kernel.org/gnu/gcc/gcc-9.4.0/gcc-9.4.0.tar.xz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" -url = "https://mirrors.kernel.org/gnu/mpfr/mpfr-4.1.0.tar.xz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459" -url = "https://mirrors.kernel.org/gnu/mpc/mpc-1.2.1.tar.gz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "fcf78dd9656c10eb8cf9fbd5f59a0b6b01386205fe1934b3b287a0a1898145c0" -url = "https://gcc.gnu.org/pub/gcc/infrastructure/isl-0.24.tar.bz2" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2" -url = "https://mirrors.kernel.org/gnu/gmp/gmp-6.2.1.tar.xz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "ff2e0ea5c536650aef64447c3aaa49c1a25e8f1db4ec4f7da700d3176f512ba8" -url = "http://mirrors.kernel.org/pub/linux/kernel/v4.x/linux-4.1.49.tar.xz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2" -url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.19.tar.xz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "9b969322012d796dc23dda27a35866034fa67d8fb67e0e2c45c913c3d43219dd" -url = "https://musl.libc.org/releases/musl-1.2.2.tar.gz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "1929b94b402f5ff4d7d37a9fe88daa9cc55515a6134805c104d1794ae22a4181" -url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v9.0.0.tar.bz2" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff" -url = "https://github.com/madler/zlib/archive/refs/tags/v1.2.11.tar.gz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d" -url = "http://mirrors.kernel.org/gnu/ncurses/ncurses-6.2.tar.gz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" -url = "http://mirrors.kernel.org/gnu/libiconv/libiconv-1.16.tar.gz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "d20fcbb537e02dcf1383197ba05bd0734ef7bf5db06bdb241eb69b7d16b73192" -url = "http://mirrors.kernel.org/gnu/gettext/gettext-0.21.tar.xz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577" -url = "http://mirrors.kernel.org/gnu/binutils/binutils-2.29.1.tar.xz" -[[GCCBootstrap_jll."9.4.0+0".sources]] -hash = "e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024" -url = "http://mirrors.kernel.org/gnu/binutils/binutils-2.38.tar.xz" - -[GDAL_jll."3.0.3+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.3+0".sources]] - hash = "fe9bbe1cd4f74a4917dec9585a91d9018d3a3b61e379aa9a1b709e278dde11d6" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.3/gdal-3.0.3.tar.gz" - [[GDAL_jll."3.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5556c40c31653bd1ef6994a406a4bec7371a6c3e//G/GDAL/./bundled" - -[GDAL_jll."3.0.3+1"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.3+1".sources]] - hash = "fe9bbe1cd4f74a4917dec9585a91d9018d3a3b61e379aa9a1b709e278dde11d6" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.3/gdal-3.0.3.tar.gz" - [[GDAL_jll."3.0.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/20f626bac0a15af4169cf26e02ad9126695834a2//G/GDAL/./bundled" - -[GDAL_jll."3.0.4+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.4+0".sources]] - hash = "fc15d2b9107b250305a1e0bd8421dd9ec1ba7ac73421e4509267052995af5e83" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.4/gdal-3.0.4.tar.gz" - [[GDAL_jll."3.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f59f2c158afbacdc93cc92e6cb23ec67b13578a7//G/GDAL/./bundled" - -[GDAL_jll."3.0.4+1"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.4+1".sources]] - hash = "fc15d2b9107b250305a1e0bd8421dd9ec1ba7ac73421e4509267052995af5e83" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.4/gdal-3.0.4.tar.gz" - [[GDAL_jll."3.0.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b65d76b0004ebb7a3b0256639cc1fdca34cad5a9//G/GDAL/./bundled" - -[GDAL_jll."3.0.4+2"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.4+2".sources]] - hash = "fc15d2b9107b250305a1e0bd8421dd9ec1ba7ac73421e4509267052995af5e83" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.4/gdal-3.0.4.tar.gz" - [[GDAL_jll."3.0.4+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/14361cc0c37cb6458e08c7fb04449bbae6bc7b4d//G/GDAL/./bundled" - -[GDAL_jll."3.0.4+3"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.4+3".sources]] - hash = "fc15d2b9107b250305a1e0bd8421dd9ec1ba7ac73421e4509267052995af5e83" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.4/gdal-3.0.4.tar.gz" - [[GDAL_jll."3.0.4+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/09f0668097bf0b17f1e585997db207a614eb7ccf//G/GDAL/./bundled" - -[GDAL_jll."3.0.4+4"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.4+4".sources]] - hash = "fc15d2b9107b250305a1e0bd8421dd9ec1ba7ac73421e4509267052995af5e83" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.4/gdal-3.0.4.tar.gz" - [[GDAL_jll."3.0.4+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bb96d1b1eed1afc0d3af1a72fe9e1fcab17a5032//G/GDAL/./bundled" - -[GDAL_jll."3.0.4+5"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.4+5".sources]] - hash = "fc15d2b9107b250305a1e0bd8421dd9ec1ba7ac73421e4509267052995af5e83" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.4/gdal-3.0.4.tar.gz" - [[GDAL_jll."3.0.4+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd589e2caf85fbb718909d0b2906312b01d8476f//G/GDAL/./bundled" - -[GDAL_jll."3.0.4+6"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.4+6".sources]] - hash = "fc15d2b9107b250305a1e0bd8421dd9ec1ba7ac73421e4509267052995af5e83" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.4/gdal-3.0.4.tar.gz" - [[GDAL_jll."3.0.4+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dd3209befb4abe81b1ebbc65e24de1eeb56b9cf4//G/GDAL/./bundled" - -[GDAL_jll."3.0.4+7"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.0.4+7".sources]] - hash = "fc15d2b9107b250305a1e0bd8421dd9ec1ba7ac73421e4509267052995af5e83" - url = "https://github.com/OSGeo/gdal/releases/download/v3.0.4/gdal-3.0.4.tar.gz" - [[GDAL_jll."3.0.4+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3ae456f9c8b81e38f97ca475555a251df0e4d3e0//G/GDAL/./bundled" - -[GDAL_jll."3.2.0+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.2.0+0".sources]] - hash = "66dbab444f9fad113245cef241e52c4ab3e1f315e59759820e16a67e94931347" - url = "https://github.com/OSGeo/gdal/releases/download/v3.2.0/gdal-3.2.0.tar.gz" - [[GDAL_jll."3.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b4af48a09c457b1627e777e2ab6dfcf4d84a66c7//G/GDAL/./bundled" - -[GDAL_jll."3.2.0+1"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.2.0+1".sources]] - hash = "66dbab444f9fad113245cef241e52c4ab3e1f315e59759820e16a67e94931347" - url = "https://github.com/OSGeo/gdal/releases/download/v3.2.0/gdal-3.2.0.tar.gz" - [[GDAL_jll."3.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ef110731424c1afe656fd61571281181e7635c2//G/GDAL/./bundled" - -[GDAL_jll."3.2.0+2"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.2.0+2".sources]] - hash = "66dbab444f9fad113245cef241e52c4ab3e1f315e59759820e16a67e94931347" - url = "https://github.com/OSGeo/gdal/releases/download/v3.2.0/gdal-3.2.0.tar.gz" - [[GDAL_jll."3.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/98965b58d03c9cf942cc5184bc8e544bd4eede6b//G/GDAL/./bundled" - -[GDAL_jll."3.2.1+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."3.2.1+0".sources]] - hash = "43d40ba940e3927e38f9e98062ff62f9fa993ceade82f26f16fab7e73edb572e" - url = "https://github.com/OSGeo/gdal/releases/download/v3.2.1/gdal-3.2.1.tar.gz" - [[GDAL_jll."3.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/27836590f0c0d28146c0010de9a485531a2e9327//G/GDAL/./bundled" - -[GDAL_jll."300.201.100+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.201.100+0".sources]] - hash = "43d40ba940e3927e38f9e98062ff62f9fa993ceade82f26f16fab7e73edb572e" - url = "https://github.com/OSGeo/gdal/releases/download/v3.2.1/gdal-3.2.1.tar.gz" - [[GDAL_jll."300.201.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/38b64bd1162fe3bb84375c5044a4ff8c71f1cafb//G/GDAL/GDAL@julia-1.3/../bundled" - -[GDAL_jll."300.201.100+1"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.201.100+1".sources]] - hash = "43d40ba940e3927e38f9e98062ff62f9fa993ceade82f26f16fab7e73edb572e" - url = "https://github.com/OSGeo/gdal/releases/download/v3.2.1/gdal-3.2.1.tar.gz" - [[GDAL_jll."300.201.100+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/625b731e3b69cca87fbf39bc16d3fee7a1fff394//G/GDAL/GDAL@julia-1.3/../bundled" - -[GDAL_jll."300.202.100+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.202.100+0".sources]] - hash = "43d40ba940e3927e38f9e98062ff62f9fa993ceade82f26f16fab7e73edb572e" - url = "https://github.com/OSGeo/gdal/releases/download/v3.2.1/gdal-3.2.1.tar.gz" - [[GDAL_jll."300.202.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/909ca3bea2fbece569b022b714798df073dac09f//G/GDAL/GDAL@julia-1.6/../bundled" - -[GDAL_jll."300.400.100+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.400.100+0".sources]] - hash = "e360387bc25ec24940f46afbeada48002d72c74aaf9eccf2a40e8d74e711a2e4" - url = "https://github.com/OSGeo/gdal/releases/download/v3.4.1/gdal-3.4.1.tar.gz" - [[GDAL_jll."300.400.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6d762fdf274f87f59f31b1de52cee929983fc7a4//G/GDAL/./bundled" - -[GDAL_jll."300.500.0+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.500.0+0".sources]] - hash = "3affc513b8aa5a76b996eca55f45cb3e32acacf4a262ce4f686d4c8bba7ced40" - url = "https://github.com/OSGeo/gdal/releases/download/v3.5.0/gdal-3.5.0.tar.gz" - [[GDAL_jll."300.500.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7289473d58445a58f358c48e77aab0f7540c0223//G/GDAL/./bundled" - -[GDAL_jll."300.500.0+1"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.500.0+1".sources]] - hash = "3affc513b8aa5a76b996eca55f45cb3e32acacf4a262ce4f686d4c8bba7ced40" - url = "https://github.com/OSGeo/gdal/releases/download/v3.5.0/gdal-3.5.0.tar.gz" - [[GDAL_jll."300.500.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/088cbff2566c32a17f503ab2191205469f1baeb1//G/GDAL/./bundled" - -[GDAL_jll."300.500.1+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.500.1+0".sources]] - hash = "3affc513b8aa5a76b996eca55f45cb3e32acacf4a262ce4f686d4c8bba7ced40" - url = "https://github.com/OSGeo/gdal/releases/download/v3.5.0/gdal-3.5.0.tar.gz" - [[GDAL_jll."300.500.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b6440379db649bc4f0c2ae959506a5ffa66b47a2//G/GDAL/./bundled" - -[GDAL_jll."300.500.100+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.500.100+0".sources]] - hash = "7c4406ca010dc8632703a0a326f39e9db25d9f1f6ebaaeca64a963e3fac123d1" - url = "https://github.com/OSGeo/gdal/releases/download/v3.5.1/gdal-3.5.1.tar.gz" - [[GDAL_jll."300.500.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/686f62df16883f3db5e020a5f7c51cd5cc8f76bc//G/GDAL/./bundled" - -[GDAL_jll."300.500.101+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.500.101+0".sources]] - hash = "7c4406ca010dc8632703a0a326f39e9db25d9f1f6ebaaeca64a963e3fac123d1" - url = "https://github.com/OSGeo/gdal/releases/download/v3.5.1/gdal-3.5.1.tar.gz" - -[GDAL_jll."300.500.102+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.500.102+0".sources]] - hash = "7c4406ca010dc8632703a0a326f39e9db25d9f1f6ebaaeca64a963e3fac123d1" - url = "https://github.com/OSGeo/gdal/releases/download/v3.5.1/gdal-3.5.1.tar.gz" - -[GDAL_jll."300.500.103+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.500.103+0".sources]] - hash = "7c4406ca010dc8632703a0a326f39e9db25d9f1f6ebaaeca64a963e3fac123d1" - url = "https://github.com/OSGeo/gdal/releases/download/v3.5.1/gdal-3.5.1.tar.gz" - -[GDAL_jll."300.500.200+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."300.500.200+0".sources]] - hash = "fbd696e1b2a858fbd2eb3718db16b14ed9ba82521d3578770d480c74fe1146d2" - url = "https://github.com/OSGeo/gdal/releases/download/v3.5.2/gdal-3.5.2.tar.gz" - -[GDAL_jll."301.600.0+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.600.0+0".sources]] - hash = "0d6a79eec0c6afb97c7172e429ec05c9d15d3917987ad686a914b292c83531db" - url = "https://github.com/OSGeo/gdal/releases/download/v3.6.0/gdal-3.6.0.tar.gz" - [[GDAL_jll."301.600.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[GDAL_jll."301.600.100+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.600.100+0".sources]] - hash = "2e2bf9116ec76100a7de6d2a2f939466291dead007b905089eb37ffdbce593e1" - url = "https://github.com/OSGeo/gdal/releases/download/v3.6.1/gdal-3.6.1.tar.gz" - [[GDAL_jll."301.600.100+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[GDAL_jll."301.600.200+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.600.200+0".sources]] - hash = "cd5bf004af85b88414676b0d5694d3192414e556961ee3d47164f3298078a818" - url = "https://github.com/OSGeo/gdal/releases/download/v3.6.2/gdal-3.6.2.tar.gz" - [[GDAL_jll."301.600.200+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[GDAL_jll."301.700.200+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.700.200+0".sources]] - hash = "f74cd4144199fd7667e5c151a251cdbad1f44641" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.700.200+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.700.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/48186208bb34a64e1c1cbc950b5d7587e368bb7f//G/GDAL/./bundled" - -[GDAL_jll."301.800.200+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.800.200+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.800.200+0".sources]] - hash = "f74cd4144199fd7667e5c151a251cdbad1f44641" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.800.200+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.800.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/18413b89feaf52ebfa9afea2ca2c2cfa238e6369//G/GDAL/./bundled" - -[GDAL_jll."301.800.300+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.800.300+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.800.300+0".sources]] - hash = "654f4907abbbf6bf4226d58a8c067d134eaf3ce9" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.800.300+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.800.300+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dc31f1d5925725e35cf2afba1ca2fe34c95e8e7e//G/GDAL/./bundled" - -[GDAL_jll."301.800.400+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.800.400+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.800.400+0".sources]] - hash = "c2d2a61739ca770bae5a26be3eeb25a045dd3458" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.800.400+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.800.400+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d2dd243ffcb6c15b198f121a83bb51247b21445a//G/GDAL/./bundled" - -[GDAL_jll."301.800.401+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.800.401+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.800.401+0".sources]] - hash = "c2d2a61739ca770bae5a26be3eeb25a045dd3458" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.800.401+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.800.401+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d9d91b7cc0d0d082c1d001ae58765445af25637e//G/GDAL/./bundled" - -[GDAL_jll."301.800.500+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.800.500+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.800.500+0".sources]] - hash = "1d418c1c1a1655c9f0afc944d6c928a60a7ad99a" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.800.500+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.800.500+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f9a840e607f34ec28fcf3cfb742f793894166597//G/GDAL/./bundled" - -[GDAL_jll."301.900.0+0"] -executables = ["gdal_contour", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex"] -libraries = ["libgdal"] - - [[GDAL_jll."301.900.0+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.900.0+0".sources]] - hash = "bb5ea618e23e498e79e8b8e6bd7215ad94bb2103" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.900.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.900.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e665b2be7737e704a9d0834b6ce1c82f01a01b4e//G/GDAL/./bundled" - -[GDAL_jll."301.901.0+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."301.901.0+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.901.0+0".sources]] - hash = "bb5ea618e23e498e79e8b8e6bd7215ad94bb2103" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.901.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.901.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/193f46f8283f9e53ede5cb4ee7c48a6922b0934f//G/GDAL/./bundled" - -[GDAL_jll."301.901.100+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."301.901.100+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.901.100+0".sources]] - hash = "01ac70772b997ab87d2312e2036eb66faf6b0508" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.901.100+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.901.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0687c0882349c27ba6a0946b9f48d7fe69e6e8a1//G/GDAL/./bundled" - -[GDAL_jll."301.901.101+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."301.901.101+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.901.101+0".sources]] - hash = "01ac70772b997ab87d2312e2036eb66faf6b0508" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.901.101+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.901.101+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f9aef544092705867d00c19ab41037e308312630//G/GDAL/./bundled" - -[GDAL_jll."301.901.200+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."301.901.200+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.901.200+0".sources]] - hash = "3aae5b4cf30c958ab339157b4f8115922e2f2562" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.901.200+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.901.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2a5e608ec51c58d0ccd86b4f66bca37efb485c22//G/GDAL/./bundled" - -[GDAL_jll."301.901.201+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."301.901.201+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.901.201+0".sources]] - hash = "3aae5b4cf30c958ab339157b4f8115922e2f2562" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.901.201+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.901.201+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2383e3f666fdc9aa697848317a2d63f4a92401dd//G/GDAL/./bundled" - -[GDAL_jll."301.902.200+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."301.902.200+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.902.200+0".sources]] - hash = "3aae5b4cf30c958ab339157b4f8115922e2f2562" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.902.200+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.902.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dbe00be88ad3a1451944ca9df49692b1bac5a2a5//G/GDAL/./bundled" - -[GDAL_jll."301.902.300+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."301.902.300+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.902.300+0".sources]] - hash = "501754d048e07b07932ec268b6ed3c43ea0819e3" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.902.300+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.902.300+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/efa0c574e0b1eb1fe62ae0ef16ee5c5b80fa887a//G/GDAL/./bundled" - -[GDAL_jll."301.1000.0+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."301.1000.0+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."301.1000.0+0".sources]] - hash = "35a44cc570cdf4dbd55611e4bd61da76e56bc221" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."301.1000.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."301.1000.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cf3f9ff99b1156232b3302d1e17b3d6796a505e7//G/GDAL/./bundled" - -[GDAL_jll."302.1000.0+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."302.1000.0+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."302.1000.0+0".sources]] - hash = "35a44cc570cdf4dbd55611e4bd61da76e56bc221" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."302.1000.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."302.1000.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a35117b73228a0f9dac9f724732b0ac9a218e13c//G/GDAL/./bundled" - -[GDAL_jll."302.1000.100+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."302.1000.100+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[GDAL_jll."302.1000.100+0".sources]] - hash = "9b7a7c8ffa7b7aff696974c432d4254a809b3efe" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."302.1000.100+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."302.1000.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/baec8b282c730aa038d3a3dd77275c83b0697fd5//G/GDAL/./bundled" - -[GDAL_jll."302.1000.200+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."302.1000.200+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - - [[GDAL_jll."302.1000.200+0".sources]] - hash = "e31053b64d9db2e0dc6f8eec0982908a2087eedf" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."302.1000.200+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."302.1000.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3303f027b69247f0cb5094ab60b1111bb2a7f5b8//G/GDAL/./bundled" - -[GDAL_jll."302.1000.300+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."302.1000.300+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - - [[GDAL_jll."302.1000.300+0".sources]] - hash = "ed29baf16d20bccbe331d809e0bafd7afde03360" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."302.1000.300+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."302.1000.300+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c81796dba3c72c5a344a7b139a4be96fe689758//G/GDAL/./bundled" - -[GDAL_jll."303.1100.0+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."303.1100.0+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - [[GDAL_jll."303.1100.0+0".build_dependencies]] - name = "exprtk_jll" - target = "target" - version = "*" - - [[GDAL_jll."303.1100.0+0".sources]] - hash = "447eb5238bb6ef2837e68bf2ec742c64007b680b" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."303.1100.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."303.1100.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c8bf5ae08eb5c89942beea45f5e0f514e31e0905//G/GDAL/./bundled" - [[GDAL_jll."303.1100.0+0".sources]] - hash = "35603ceb28b5476225b7d7e9ded8273164cdf12735d576db373f8af1f004a944" - url = "https://github.com/OSGeo/gdal/commit/7d28a4091c54e456ff13f6713f8769da3d1fae54.patch" - -[GDAL_jll."303.1100.100+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."303.1100.100+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - [[GDAL_jll."303.1100.100+0".build_dependencies]] - name = "exprtk_jll" - target = "target" - version = "*" - - [[GDAL_jll."303.1100.100+0".sources]] - hash = "226b7732b4672deaf35d6a16a39216047358f7d8" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."303.1100.100+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."303.1100.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/44989f9701c59c198602dfe820b2186c2241b7d8//G/GDAL/./bundled" - -[GDAL_jll."303.1100.300+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."303.1100.300+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - [[GDAL_jll."303.1100.300+0".build_dependencies]] - name = "exprtk_jll" - target = "target" - version = "*" - - [[GDAL_jll."303.1100.300+0".sources]] - hash = "20be66345f7dd2d8e368684abb22b0f6355e8cf0" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."303.1100.300+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."303.1100.300+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b1409f5db0f3480ea6c0f1bfc8c4ddd9f346ae6c//G/GDAL/./bundled" - -[GDAL_jll."303.1100.400+0"] -executables = ["gdal_contour", "gdal_create", "gdal_footprint", "gdal_grid", "gdal_rasterize", "gdal_translate", "gdal_viewshed", "gdaladdo", "gdalbuildvrt", "gdaldem", "gdalenhance", "gdalinfo", "gdallocationinfo", "gdalmanage", "gdalmdiminfo", "gdalmdimtranslate", "gdalsrsinfo", "gdaltindex", "gdaltransform", "gdalwarp", "gnmanalyse", "gnmmanage", "nearblack", "ogr2ogr", "ogrinfo", "ogrlineref", "ogrtindex", "sozip"] -libraries = ["libgdal"] - - [[GDAL_jll."303.1100.400+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - [[GDAL_jll."303.1100.400+0".build_dependencies]] - name = "exprtk_jll" - target = "target" - version = "*" - - [[GDAL_jll."303.1100.400+0".sources]] - hash = "dde6141aeec6e3e823b8af9a930f9bb096bfbda2" - repo = "https://github.com/OSGeo/gdal.git" - [[GDAL_jll."303.1100.400+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GDAL_jll."303.1100.400+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/20ae3179f13aa2b4bff0d60ecde7d25906ca0d0c//G/GDAL/./bundled" - -[GDB_jll."10.1.0+0"] -executables = ["gdbserver", "gdb"] - - [[GDB_jll."10.1.0+0".sources]] - hash = "f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0" - url = "https://ftp.gnu.org/gnu/gdb/gdb-10.1.tar.xz" - -[GDB_jll."10.1.0+1"] -executables = ["gdbserver", "gdb"] - - [[GDB_jll."10.1.0+1".sources]] - hash = "f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0" - url = "https://ftp.gnu.org/gnu/gdb/gdb-10.1.tar.xz" - -[GDB_jll."12.1.0+0"] -executables = ["gdbserver", "gdb"] - - [[GDB_jll."12.1.0+0".sources]] - hash = "0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed" - url = "https://ftp.gnu.org/gnu/gdb/gdb-12.1.tar.xz" - [[GDB_jll."12.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/84166477a45df957f05d3cd5202c7a09e5351b3f//G/GDB/./bundled" - -[GDB_jll."12.1.0+1"] -executables = ["gdbserver", "gdb"] - - [[GDB_jll."12.1.0+1".sources]] - hash = "0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed" - url = "https://ftp.gnu.org/gnu/gdb/gdb-12.1.tar.xz" - [[GDB_jll."12.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ed9cc4d0cec8d3bbc973a47cb227c42180261782//G/GDB/./bundled" - -[GDB_jll."12.1.1+0"] -executables = ["gdbserver", "gdb"] - - [[GDB_jll."12.1.1+0".sources]] - hash = "0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed" - url = "https://ftp.gnu.org/gnu/gdb/gdb-12.1.tar.xz" - [[GDB_jll."12.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ec1048624df3384239070cb8bca103b6a4780764//G/GDB/./bundled" - -[GEOS_jll."3.8.0+0"] -libraries = ["libgeos_c", "libgeos"] - - [[GEOS_jll."3.8.0+0".sources]] - hash = "99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5" - url = "http://download.osgeo.org/geos/geos-3.8.0.tar.bz2" - -[GEOS_jll."3.8.0+1"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-8"] - - [[GEOS_jll."3.8.0+1".sources]] - hash = "99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5" - url = "http://download.osgeo.org/geos/geos-3.8.0.tar.bz2" - [[GEOS_jll."3.8.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/867d1d4bdc402bfe6cda0e81bf4fcad1c6930c6f//G/GEOS/./bundled" - -[GEOS_jll."3.8.0+2"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-8"] - - [[GEOS_jll."3.8.0+2".sources]] - hash = "99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5" - url = "http://download.osgeo.org/geos/geos-3.8.0.tar.bz2" - [[GEOS_jll."3.8.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/64213e13a6ba02d0c69ccd4e7203e9f269f1a506//G/GEOS/./bundled" - -[GEOS_jll."3.8.0+3"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-8"] - - [[GEOS_jll."3.8.0+3".sources]] - hash = "99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5" - url = "http://download.osgeo.org/geos/geos-3.8.0.tar.bz2" - [[GEOS_jll."3.8.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4bb29c1faab43db92fcbae72f23bd5680476b88//G/GEOS/./bundled" - -[GEOS_jll."3.8.0+4"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-8"] - - [[GEOS_jll."3.8.0+4".sources]] - hash = "99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5" - url = "http://download.osgeo.org/geos/geos-3.8.0.tar.bz2" - [[GEOS_jll."3.8.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/53af578fc0c8bec768ac2d51c044fb268f163e1e//G/GEOS/./bundled" - -[GEOS_jll."3.8.1+0"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-8"] - - [[GEOS_jll."3.8.1+0".sources]] - hash = "4258af4308deb9dbb5047379026b4cd9838513627cb943a44e16c40e42ae17f7" - url = "http://download.osgeo.org/geos/geos-3.8.1.tar.bz2" - -[GEOS_jll."3.9.0+0"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-9"] - - [[GEOS_jll."3.9.0+0".sources]] - hash = "bd8082cf12f45f27630193c78bdb5a3cba847b81e72b20268356c2a4fc065269" - url = "http://download.osgeo.org/geos/geos-3.9.0.tar.bz2" - -[GEOS_jll."3.10.0+0"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-10"] - - [[GEOS_jll."3.10.0+0".sources]] - hash = "097d70e3c8f688e59633ceb8d38ad5c9b0d7ead5729adeb925dbc489437abe13" - url = "http://download.osgeo.org/geos/geos-3.10.0.tar.bz2" - -[GEOS_jll."3.10.2+0"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-10"] - - [[GEOS_jll."3.10.2+0".sources]] - hash = "50bbc599ac386b4c2b3962dcc411f0040a61f204aaef4eba7225ecdd0cf45715" - url = "http://download.osgeo.org/geos/geos-3.10.2.tar.bz2" - -[GEOS_jll."3.11.0+0"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-11"] - - [[GEOS_jll."3.11.0+0".sources]] - hash = "79ab8cabf4aa8604d161557b52e3e4d84575acdc0d08cb09ab3f7aaefa4d858a" - url = "http://download.osgeo.org/geos/geos-3.11.0.tar.bz2" - -[GEOS_jll."3.11.2+0"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-11"] - - [[GEOS_jll."3.11.2+0".sources]] - hash = "b1f077669481c5a3e62affc49e96eb06f281987a5d36fdab225217e5b825e4cc" - url = "http://download.osgeo.org/geos/geos-3.11.2.tar.bz2" - -[GEOS_jll."3.12.0+0"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-12"] - - [[GEOS_jll."3.12.0+0".sources]] - hash = "d96db96011259178a35555a0f6d6e75a739e52a495a6b2aa5efb3d75390fbc39" - url = "http://download.osgeo.org/geos/geos-3.12.0.tar.bz2" - -[GEOS_jll."3.12.1+0"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-12"] - - [[GEOS_jll."3.12.1+0".sources]] - hash = "d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03" - url = "http://download.osgeo.org/geos/geos-3.12.1.tar.bz2" - -[GEOS_jll."3.12.2+0"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-12"] - - [[GEOS_jll."3.12.2+0".sources]] - hash = "34c7770bf0090ee88488af98767d08e779f124fa33437e0aabec8abd4609fec6" - url = "http://download.osgeo.org/geos/geos-3.12.2.tar.bz2" - -[GEOS_jll."3.13.0+0"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-13"] - - [[GEOS_jll."3.13.0+0".sources]] - hash = "47ec83ff334d672b9e4426695f15da6e6368244214971fabf386ff8ef6df39e4" - url = "http://download.osgeo.org/geos/geos-3.13.0.tar.bz2" - -[GEOS_jll."3.13.1+0"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-13"] - - [[GEOS_jll."3.13.1+0".sources]] - hash = "47ec83ff334d672b9e4426695f15da6e6368244214971fabf386ff8ef6df39e4" - url = "http://download.osgeo.org/geos/geos-3.13.0.tar.bz2" - -[GEOS_jll."3.13.1+1"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-13"] - - [[GEOS_jll."3.13.1+1".sources]] - hash = "df2c50503295f325e7c8d7b783aca8ba4773919cde984193850cf9e361dfd28c" - url = "http://download.osgeo.org/geos/geos-3.13.1.tar.bz2" - -[GEOS_jll."3.14.0+0"] -executables = ["geosop"] -libraries = ["libgeos_c", "libgeos", "libgeos-3-14"] - - [[GEOS_jll."3.14.0+0".sources]] - hash = "fe85286b1977121894794b36a7464d05049361bedabf972e70d8f9bf1e3ce928" - url = "http://download.osgeo.org/geos/geos-3.14.0.tar.bz2" - [[GEOS_jll."3.14.0+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[GEOS_jll."3.14.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ba5ecd4e9ac338825c6e32ec25a6e8d1ed41dbd4//G/GEOS/bundled" - -[GLEW_jll."2.1.0+1"] -libraries = ["libGLEW", "glew32"] - - [[GLEW_jll."2.1.0+1".sources]] - hash = "04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95" - url = "https://github.com/nigels-com/glew/releases/download/glew-2.1.0/glew-2.1.0.tgz" - -[GLEW_jll."2.1.0+2"] -libraries = ["libGLEW", "glew32"] - - [[GLEW_jll."2.1.0+2".sources]] - hash = "04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95" - url = "https://github.com/nigels-com/glew/releases/download/glew-2.1.0/glew-2.1.0.tgz" - -[GLEW_jll."2.1.0+3"] -libraries = ["libGLEW", "glew32"] - - [[GLEW_jll."2.1.0+3".sources]] - hash = "04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95" - url = "https://github.com/nigels-com/glew/releases/download/glew-2.1.0/glew-2.1.0.tgz" - -[GLEW_jll."2.1.0+4"] -libraries = ["libGLEW", "glew32"] - - [[GLEW_jll."2.1.0+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLEW_jll."2.1.0+4".sources]] - hash = "04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95" - url = "https://github.com/nigels-com/glew/releases/download/glew-2.1.0/glew-2.1.0.tgz" - -[GLEW_jll."2.2.0+0"] -libraries = ["libGLEW", "glew32"] - - [[GLEW_jll."2.2.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLEW_jll."2.2.0+0".sources]] - hash = "d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1" - url = "https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0.tgz" - -[GLFW_jll."3.3.0+0"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.0+0".sources]] - hash = "36fda4cb173e3eb2928c976b0e9b5014e2e5d12b9b787efa0aa29ffc41c37c4a" - url = "https://github.com/glfw/glfw/releases/download/3.3/glfw-3.3.zip" - -[GLFW_jll."3.3.0+1"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.0+1".sources]] - hash = "36fda4cb173e3eb2928c976b0e9b5014e2e5d12b9b787efa0aa29ffc41c37c4a" - url = "https://github.com/glfw/glfw/releases/download/3.3/glfw-3.3.zip" - -[GLFW_jll."3.3.2+0"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.2+0".sources]] - hash = "08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7" - url = "https://github.com/glfw/glfw/releases/download/3.3.2/glfw-3.3.2.zip" - -[GLFW_jll."3.3.2+1"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.2+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.3.2+1".sources]] - hash = "08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7" - url = "https://github.com/glfw/glfw/releases/download/3.3.2/glfw-3.3.2.zip" - -[GLFW_jll."3.3.3+0"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.3.3+0".sources]] - hash = "723087ad45b40cd333be7d1a2cd5e09a28facb7f3acdb69f3e5613bd20543977" - url = "https://github.com/glfw/glfw/releases/download/3.3.3/glfw-3.3.3.zip" - -[GLFW_jll."3.3.4+0"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.3.4+0".sources]] - hash = "bbd2c42c660b725e9755eb417e40b373f0d4c03138c9b2e210d02cd308bd99cd" - url = "https://github.com/glfw/glfw/releases/download/3.3.4/glfw-3.3.4.zip" - -[GLFW_jll."3.3.5+0"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.3.5+0".sources]] - hash = "bbd2c42c660b725e9755eb417e40b373f0d4c03138c9b2e210d02cd308bd99cd" - url = "https://github.com/glfw/glfw/releases/download/3.3.4/glfw-3.3.4.zip" - -[GLFW_jll."3.3.5+1"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.5+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.3.5+1".sources]] - hash = "98a8639cfcd4f9ed2748cfa531c217e0364b64884b43e3336c62c58802eaa34f" - url = "https://github.com/glfw/glfw/releases/download/3.3.5/glfw-3.3.5.zip" - -[GLFW_jll."3.3.6+0"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.3.6+0".sources]] - hash = "45537305d44c0a9f3612d4ec4a48414547cf854bff3ed613078f7ec648a12781" - url = "https://github.com/glfw/glfw/releases/download/3.3.6/glfw-3.3.6.zip" - -[GLFW_jll."3.3.8+0"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.8+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.3.8+0".sources]] - hash = "4d025083cc4a3dd1f91ab9b9ba4f5807193823e565a5bcf4be202669d9911ea6" - url = "https://github.com/glfw/glfw/releases/download/3.3.8/glfw-3.3.8.zip" - -[GLFW_jll."3.3.9+0"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.3.9+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.3.9+0".sources]] - hash = "55261410f8c3a9cc47ce8303468a90f40a653cd8f25fb968b12440624fb26d08" - url = "https://github.com/glfw/glfw/releases/download/3.3.9/glfw-3.3.9.zip" - -[GLFW_jll."3.4.0+0"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.4.0+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GLFW_jll."3.4.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.4.0+0".sources]] - hash = "b5ec004b2712fd08e8861dc271428f048775200a2df719ccf575143ba749a3e9" - url = "https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip" - -[GLFW_jll."3.4.0+1"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.4.0+1".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GLFW_jll."3.4.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.4.0+1".sources]] - hash = "b5ec004b2712fd08e8861dc271428f048775200a2df719ccf575143ba749a3e9" - url = "https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip" - -[GLFW_jll."3.4.0+2"] -libraries = ["libglfw", "glfw3"] - - [[GLFW_jll."3.4.0+2".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GLFW_jll."3.4.0+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GLFW_jll."3.4.0+2".sources]] - hash = "b5ec004b2712fd08e8861dc271428f048775200a2df719ccf575143ba749a3e9" - url = "https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip" - -[GLPK_jll."4.64.0+0"] -libraries = ["libglpk"] - - [[GLPK_jll."4.64.0+0".sources]] - hash = "539267f40ea3e09c3b76a31c8747f559e8a097ec0cda8f1a3778eec3e4c3cc24" - url = "http://ftpmirror.gnu.org/gnu/glpk/glpk-4.64.tar.gz" - -[GLPK_jll."4.65.0+0"] -libraries = ["libglpk"] - - [[GLPK_jll."4.65.0+0".sources]] - hash = "4281e29b628864dfe48d393a7bedd781e5b475387c20d8b0158f329994721a10" - url = "http://ftpmirror.gnu.org/gnu/glpk/glpk-4.65.tar.gz" - -[GLPK_jll."4.65.0+1"] -libraries = ["libglpk"] - - [[GLPK_jll."4.65.0+1".sources]] - hash = "4281e29b628864dfe48d393a7bedd781e5b475387c20d8b0158f329994721a10" - url = "http://ftpmirror.gnu.org/gnu/glpk/glpk-4.65.tar.gz" - -[GLPK_jll."5.0.0+0"] -libraries = ["libglpk"] - - [[GLPK_jll."5.0.0+0".sources]] - hash = "4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15" - url = "http://ftpmirror.gnu.org/gnu/glpk/glpk-5.0.tar.gz" - -[GLPK_jll."5.0.1+0"] -libraries = ["libglpk"] - - [[GLPK_jll."5.0.1+0".sources]] - hash = "4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15" - url = "http://ftpmirror.gnu.org/gnu/glpk/glpk-5.0.tar.gz" - -[GLPK_jll."5.0.1+1"] -libraries = ["libglpk"] - - [[GLPK_jll."5.0.1+1".sources]] - hash = "4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15" - url = "http://ftpmirror.gnu.org/gnu/glpk/glpk-5.0.tar.gz" - -[GLU_jll."9.0.1+0"] -libraries = ["libGLU"] - - [[GLU_jll."9.0.1+0".sources]] - hash = "d77f0cae59ce18bc7bba7b1f0c0b605224c23783" - repo = "https://salsa.debian.org/xorg-team/lib/libglu.git" - -[GMAT_jll."2020.0.0+0"] -executables = ["GmatConsole"] -libraries = ["libGmatFunction", "libGmatUtil", "libScriptTools", "libCInterface", "libGmatBase", "libGmatEstimation", "libDataInterface", "libYukonOptimizer", "libThrustFile", "libEphemPropagator", "libExtraPropagators", "libNewParameters", "libFormation", "libPolyhedronGravity", "libStation", "libSaveCommand", "libEventLocator", "libProductionPropagators", "libEKF"] - - [[GMAT_jll."2020.0.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - uuid = "28df3c45-c428-5900-9ff8-a3135698ca75" - version = "*" - - [[GMAT_jll."2020.0.0+0".sources]] - hash = "943f403ac04d958b313b1d99d64fd09e3fa8e4c65363809d5bb88dd8c66e43e4" - url = "https://downloads.sourceforge.net/project/gmat/GMAT/GMAT-R2020a/GMAT-src-R2020a.zip" - [[GMAT_jll."2020.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a585ed43f99bd1abf3a0f7b6842b2c9684fd385//G/GMAT/./bundled" - -[GMP_jll."6.1.2+0"] -libraries = ["libgmp"] - - [[GMP_jll."6.1.2+0".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1d5bfb92562a583988e630875d6ad5b6fcbe2873//G/GMP/./bundled" - -[GMP_jll."6.1.2+1"] -libraries = ["libgmp"] - - [[GMP_jll."6.1.2+1".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/61231dfa1c90ac62df033e81150ec7b3d9c804e1//G/GMP/./bundled" - -[GMP_jll."6.1.2+2"] -libraries = ["libgmp"] - - [[GMP_jll."6.1.2+2".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0e76c90c02d0a93994eabcc11566ae29d6be5e53//G/GMP/./bundled" - -[GMP_jll."6.1.2+3"] -libraries = ["libgmp"] - - [[GMP_jll."6.1.2+3".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cae91bc0f021e5a8083f06c61621e23dbb0f2dd9//G/GMP/./bundled" - -[GMP_jll."6.1.2+4"] -libraries = ["libgmp"] - - [[GMP_jll."6.1.2+4".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/54aedbf6660df8616197470048df4d46827051b9//G/GMP/./bundled" - -[GMP_jll."6.1.2+5"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.1.2+5".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7146a50bb3c7e3a9a43fac46b0486528c8b14b5d//G/GMP/./bundled" - -[GMP_jll."6.1.2+6"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.1.2+6".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fcb5d3ce85029e1690779e566de7e7d15263a16b//G/GMP/./bundled" - -[GMP_jll."6.1.2+7"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.1.2+7".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d361dba251a7e8ce28ae391c24443d41daf48fa5//G/GMP@6.1.2/./bundled" - -[GMP_jll."6.1.2+8"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.1.2+8".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0255518a123781071d7974b8e1190213cf652cf0//G/GMP@6.1.2/./bundled" - -[GMP_jll."6.1.2+9"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.1.2+9".sources]] - hash = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" - url = "https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2" - [[GMP_jll."6.1.2+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4b27ab1f7ee4fa4d9970cf79f107185bf481d6a9//G/GMP/GMP@6.1.2/./bundled" - -[GMP_jll."6.2.0+0"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.0+0".sources]] - hash = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" - url = "https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2" - [[GMP_jll."6.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/415ead0b551a6b8e2ce92693c3747203a2f1968f//G/GMP/./bundled" - -[GMP_jll."6.2.0+1"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.0+1".sources]] - hash = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" - url = "https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2" - [[GMP_jll."6.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/14a3c65cc3192101e67c33288550988232e39afe//G/GMP/./bundled" - -[GMP_jll."6.2.0+2"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.0+2".sources]] - hash = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" - url = "https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2" - [[GMP_jll."6.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3718607054f7e430e9944862b04b4b50621a1a89//G/GMP/./bundled" - -[GMP_jll."6.2.0+3"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.0+3".sources]] - hash = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" - url = "https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2" - [[GMP_jll."6.2.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ab81814504f1ba974e1c66ee9c82fd156607455c//G/GMP/./bundled" - -[GMP_jll."6.2.0+4"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.0+4".sources]] - hash = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" - url = "https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2" - [[GMP_jll."6.2.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0e1f22858c2fe12b489dd15d5e591cf82b029bb7//G/GMP/./bundled" - -[GMP_jll."6.2.0+5"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.0+5".sources]] - hash = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" - url = "https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2" - [[GMP_jll."6.2.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1dc84dd71c2ed634f996399fcbae864ee6007b5a//G/GMP@6.2.0/./bundled" - -[GMP_jll."6.2.0+6"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.0+6".sources]] - hash = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" - url = "https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2" - [[GMP_jll."6.2.0+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4b2e2efbc24eb429ac365c4d750e5c37e22c4c7d//G/GMP/GMP@6.2.0/./bundled" - -[GMP_jll."6.2.0+7"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.0+7".sources]] - hash = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" - url = "https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2" - [[GMP_jll."6.2.0+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4b27ab1f7ee4fa4d9970cf79f107185bf481d6a9//G/GMP/GMP@6.2.0/./bundled" - -[GMP_jll."6.2.0+8"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.0+8".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[GMP_jll."6.2.0+8".sources]] - hash = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" - url = "https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2" - [[GMP_jll."6.2.0+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/58225f305aeea5c219e19f6396237445bd9c32cd//G/GMP/GMP@6.2.0/./bundled" - -[GMP_jll."6.2.1+0"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.1+0".sources]] - hash = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" - url = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2" - [[GMP_jll."6.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4b27ab1f7ee4fa4d9970cf79f107185bf481d6a9//G/GMP/GMP@6.2.1/./bundled" - -[GMP_jll."6.2.1+1"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.1+1".sources]] - hash = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" - url = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2" - [[GMP_jll."6.2.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1fe18336ec2b0a9dc634785b89f1004eb81205e4//G/GMP/GMP@6.2.1/./bundled" - -[GMP_jll."6.2.1+2"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.1+2".sources]] - hash = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" - url = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2" - [[GMP_jll."6.2.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/928a8105412131d9a4b9858e7975af871b2f0a9c//G/GMP/GMP@6.2.1/./bundled" - -[GMP_jll."6.2.1+3"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.1+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[GMP_jll."6.2.1+3".sources]] - hash = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" - url = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2" - [[GMP_jll."6.2.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2086725079f853186fa211422882d197c2178cc1//G/GMP/GMP@6.2.1/./bundled" - -[GMP_jll."6.2.1+4"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.1+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[GMP_jll."6.2.1+4".sources]] - hash = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" - url = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2" - [[GMP_jll."6.2.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/40a4238fe8f60b69db0783a05f36f40c6da2e76a//G/GMP/GMP@6.2.1/./bundled" - -[GMP_jll."6.2.1+5"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.1+5".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[GMP_jll."6.2.1+5".sources]] - hash = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" - url = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2" - [[GMP_jll."6.2.1+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6673aa6aea567a03b9ddda5c3c346285b983349a//G/GMP/GMP@6.2.1/./bundled" - -[GMP_jll."6.2.1+6"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.1+6".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[GMP_jll."6.2.1+6".sources]] - hash = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" - url = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2" - [[GMP_jll."6.2.1+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5937e559a60b5249c626a715af5c84431d4a3f5c//G/GMP/GMP@6.2.1/./bundled" - -[GMP_jll."6.2.1+7"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.1+7".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[GMP_jll."6.2.1+7".sources]] - hash = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" - url = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2" - [[GMP_jll."6.2.1+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/12e6c2260703afa6de31006d79a49b98e12c8104//G/GMP/GMP@6.2.1/./bundled" - -[GMP_jll."6.2.1+8"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.2.1+8".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[GMP_jll."6.2.1+8".sources]] - hash = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" - url = "https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2" - [[GMP_jll."6.2.1+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c52e41b25b1d4c30b6024444ad1b0d3a1f051d57//G/GMP/GMP@6.2.1/./bundled" - -[GMP_jll."6.3.0+0"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.3.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[GMP_jll."6.3.0+0".sources]] - hash = "ac28211a7cfb609bae2e2c8d6058d66c8fe96434f740cf6fe2e47b000d1c20cb" - url = "https://gmplib.org/download/gmp/gmp-6.3.0.tar.bz2" - [[GMP_jll."6.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/622d39e6e7dda2f775fb913be316b3a349ac23e3//G/GMP/GMP@6.3.0/./bundled" - -[GMP_jll."6.3.0+1"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.3.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[GMP_jll."6.3.0+1".sources]] - hash = "ac28211a7cfb609bae2e2c8d6058d66c8fe96434f740cf6fe2e47b000d1c20cb" - url = "https://gmplib.org/download/gmp/gmp-6.3.0.tar.bz2" - [[GMP_jll."6.3.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/35b2930bde27f59a9f1ef0e66184acf68d412ab0//G/GMP/GMP@6.3.0/./bundled" - -[GMP_jll."6.3.0+2"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.3.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[GMP_jll."6.3.0+2".sources]] - hash = "ac28211a7cfb609bae2e2c8d6058d66c8fe96434f740cf6fe2e47b000d1c20cb" - url = "https://gmplib.org/download/gmp/gmp-6.3.0.tar.bz2" - [[GMP_jll."6.3.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c52e41b25b1d4c30b6024444ad1b0d3a1f051d57//G/GMP/GMP@6.3.0/./bundled" - -[GMP_jll."6.3.0+3"] -libraries = ["libgmp", "libgmpxx"] - - [[GMP_jll."6.3.0+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[GMP_jll."6.3.0+3".sources]] - hash = "ac28211a7cfb609bae2e2c8d6058d66c8fe96434f740cf6fe2e47b000d1c20cb" - url = "https://gmplib.org/download/gmp/gmp-6.3.0.tar.bz2" - [[GMP_jll."6.3.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4c38fdf863d8e1c4ab3a1871d9d9d02056dd14a7//G/GMP/GMP@6.3.0/./bundled" - -[GMT_jll."6.4.0+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.4.0+0".sources]] - hash = "2414ba21f2acb722a0082c389e6517126092ba7c" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.4.0+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.4.0+0".sources]] - hash = "d4e208dca88fbf42cba1bb440fbd96ea2f932185c86001f327ed0c7b65d27af1" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.1/dcw-gmt-2.1.1.tar.gz" - -[GMT_jll."6.4.1+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.4.1+0".sources]] - hash = "02d24df3402a20e23100920ede49285a9594e2a7" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.4.1+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.4.1+0".sources]] - hash = "d4e208dca88fbf42cba1bb440fbd96ea2f932185c86001f327ed0c7b65d27af1" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.1/dcw-gmt-2.1.1.tar.gz" - -[GMT_jll."6.4.1+1"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.4.1+1".sources]] - hash = "02adf702a73d5e2ce0772fc6be69a934ff5b4719" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.4.1+1".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.4.1+1".sources]] - hash = "d4e208dca88fbf42cba1bb440fbd96ea2f932185c86001f327ed0c7b65d27af1" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.1/dcw-gmt-2.1.1.tar.gz" - -[GMT_jll."6.4.1+2"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.4.1+2".sources]] - hash = "02adf702a73d5e2ce0772fc6be69a934ff5b4719" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.4.1+2".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.4.1+2".sources]] - hash = "d4e208dca88fbf42cba1bb440fbd96ea2f932185c86001f327ed0c7b65d27af1" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.1/dcw-gmt-2.1.1.tar.gz" - -[GMT_jll."6.4.2+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.4.2+0".sources]] - hash = "3543cbf43d0ac6b91e931fe256bc5a75b4211757" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.4.2+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.4.2+0".sources]] - hash = "d4e208dca88fbf42cba1bb440fbd96ea2f932185c86001f327ed0c7b65d27af1" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.1/dcw-gmt-2.1.1.tar.gz" - -[GMT_jll."6.4.2+1"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.4.2+1".sources]] - hash = "c9c8ac0a4a30ab1ea0e73aeacdcd0192d2789926" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.4.2+1".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.4.2+1".sources]] - hash = "4bb840d075c8ba3e14aeb41cf17c24236bff787566314f9ff758ab9977745d99" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.2/dcw-gmt-2.1.2.tar.gz" - -[GMT_jll."6.4.3+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.4.3+0".sources]] - hash = "9313a044396fd723d8d058f91b750b6831374419" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.4.3+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.4.3+0".sources]] - hash = "4bb840d075c8ba3e14aeb41cf17c24236bff787566314f9ff758ab9977745d99" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.2/dcw-gmt-2.1.2.tar.gz" - -[GMT_jll."6.5.0+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.5.0+0".sources]] - hash = "24ae8e7f8727c12d94cc6cf77aa99a51c9b03a35" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.5.0+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.5.0+0".sources]] - hash = "4bb840d075c8ba3e14aeb41cf17c24236bff787566314f9ff758ab9977745d99" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.2/dcw-gmt-2.1.2.tar.gz" - -[GMT_jll."6.5.1+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.5.1+0".sources]] - hash = "f46befb54715bd17b29b8e995f0c797855d10911" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.5.1+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.5.1+0".sources]] - hash = "4bb840d075c8ba3e14aeb41cf17c24236bff787566314f9ff758ab9977745d99" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.2/dcw-gmt-2.1.2.tar.gz" - -[GMT_jll."6.5.2+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.5.2+0".sources]] - hash = "eec0fc5b982ac9d721c2b99a7a15bc390da4379e" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.5.2+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.5.2+0".sources]] - hash = "4bb840d075c8ba3e14aeb41cf17c24236bff787566314f9ff758ab9977745d99" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.2/dcw-gmt-2.1.2.tar.gz" - -[GMT_jll."6.5.2+1"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.5.2+1".sources]] - hash = "157a1eae7d6079def72846f50b24954a50961788" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.5.2+1".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.5.2+1".sources]] - hash = "4bb840d075c8ba3e14aeb41cf17c24236bff787566314f9ff758ab9977745d99" - url = "https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.2/dcw-gmt-2.1.2.tar.gz" - -[GMT_jll."6.5.2+2"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.5.2+2".sources]] - hash = "2629b65b2e179ea9fbe001ee6a42da01c8adfa53" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.5.2+2".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.5.2+2".sources]] - hash = "096E64535A7E3CC1F870A9D6A569B5BAC63040B602D04F4077D41B62EC0F7BBB" - url = "https://github.com/GenericMappingTools/DCW-type-files/releases/download/new/dcw-gmt-2.2.0_plus.tar.gz" - -[GMT_jll."6.5.3+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.5.3+0".sources]] - hash = "504e6d226ba1da344137d610a5256042b7cd2638" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.5.3+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.5.3+0".sources]] - hash = "096E64535A7E3CC1F870A9D6A569B5BAC63040B602D04F4077D41B62EC0F7BBB" - url = "https://github.com/GenericMappingTools/DCW-type-files/releases/download/new/dcw-gmt-2.2.0_plus.tar.gz" - -[GMT_jll."6.5.3+1"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.5.3+1".sources]] - hash = "05824aff994b776a5f342f1d0ee01ae9c5b6eb74" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.5.3+1".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.5.3+1".sources]] - hash = "096E64535A7E3CC1F870A9D6A569B5BAC63040B602D04F4077D41B62EC0F7BBB" - url = "https://github.com/GenericMappingTools/DCW-type-files/releases/download/new/dcw-gmt-2.2.0_plus.tar.gz" - -[GMT_jll."6.5.4+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.5.4+0".sources]] - hash = "1ed5e1bf4be46714e4124f9c1935e5bb14a6fb99" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.5.4+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.5.4+0".sources]] - hash = "096E64535A7E3CC1F870A9D6A569B5BAC63040B602D04F4077D41B62EC0F7BBB" - url = "https://github.com/GenericMappingTools/DCW-type-files/releases/download/new/dcw-gmt-2.2.0_plus.tar.gz" - -[GMT_jll."6.6.0+0"] -executables = ["gmt"] -libraries = ["libpostscriptlight", "postscriptlight", "libgmt", "gmt"] - - [[GMT_jll."6.6.0+0".sources]] - hash = "7026382558e11f89e2238bb345e1d0af325c12aa" - repo = "https://github.com/GenericMappingTools/gmt" - [[GMT_jll."6.6.0+0".sources]] - hash = "9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f" - url = "https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz" - [[GMT_jll."6.6.0+0".sources]] - hash = "096E64535A7E3CC1F870A9D6A569B5BAC63040B602D04F4077D41B62EC0F7BBB" - url = "https://github.com/GenericMappingTools/DCW-type-files/releases/download/new/dcw-gmt-2.2.0_plus.tar.gz" - -[GNUMake_jll."4.3.0+0"] -executables = ["make"] - - [[GNUMake_jll."4.3.0+0".sources]] - hash = "e05fdde47c5f7ca45cb697e973894ff4f5d79e13b750ed57d7b66d8defc78e19" - url = "https://ftp.gnu.org/gnu/make/make-4.3.tar.gz" - [[GNUMake_jll."4.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1a92eb39e5e49de3582ae4756cd05d734041e4d8//G/GNUMake/./bundled" - -[GNUMake_jll."4.3.0+1"] -executables = ["make"] - - [[GNUMake_jll."4.3.0+1".sources]] - hash = "e05fdde47c5f7ca45cb697e973894ff4f5d79e13b750ed57d7b66d8defc78e19" - url = "https://ftp.gnu.org/gnu/make/make-4.3.tar.gz" - [[GNUMake_jll."4.3.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/09b82c63a8174ea8f127ac68b16024c02ebc0bb8//G/GNUMake/./bundled" - -[GNUMake_jll."4.4.0+0"] -executables = ["make"] - - [[GNUMake_jll."4.4.0+0".sources]] - hash = "581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18" - url = "https://ftp.gnu.org/gnu/make/make-4.4.tar.gz" - [[GNUMake_jll."4.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/866b0233307cd57a153b2606d4f695ce8005dd75//G/GNUMake/./bundled" - -[GNUMake_jll."4.4.1+0"] -executables = ["make"] - - [[GNUMake_jll."4.4.1+0".sources]] - hash = "dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3" - url = "https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz" - [[GNUMake_jll."4.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dd50e9c4e4a58e27d6c93b39d376705cedad4d51//G/GNUMake/./bundled" - -[GNURX_jll."2.5.1+0"] -files = ["include/regex.h"] -libraries = ["libgnurx", "libgnurx-0"] - - [[GNURX_jll."2.5.1+0".sources]] - hash = "7147b7f806ec3d007843b38e19f42a5b7c65894a57ffc297a76b0dcd5f675d76" - url = "https://download.sourceforge.net/mingw/Other/UserContributed/regex/mingw-regex-2.5.1/mingw-libgnurx-2.5.1-src.tar.gz" - -[GNUTime_jll."1.9.0+0"] -executables = ["time"] - - [[GNUTime_jll."1.9.0+0".sources]] - hash = "fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e" - url = "https://ftp.gnu.org/gnu/time/time-1.9.tar.gz" - -[GPI2_jll."1.5.1+0"] -executables = ["gaspi_logger"] -files = ["bin/gaspi_run", "bin/gaspi_cleanup", "bin/ssh.spawner"] -libraries = ["libGPI2-stats", "libGPI2-dbg", "libGPI2"] - - [[GPI2_jll."1.5.1+0".sources]] - hash = "4dac7e9152694d2ec4aefd982a52ecc064a8cb8f2c9eab0425428127c3719e2e" - url = "https://github.com/cc-hpc-itwm/GPI-2/archive/refs/tags/v1.5.1.tar.gz" - -[GRAMPC_jll."2.2.0+0"] -libraries = ["libgrampc_julia"] - - [[GRAMPC_jll."2.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[GRAMPC_jll."2.2.0+0".sources]] - hash = "93f13feb53f4d27d92fcb29be61d34de0ade8cdf" - repo = "https://github.com/JuDO-dev/grampc_julia_wrapper.git" - -[GRASS_jll."7.8.5+0"] -libraries = ["libgrass_lidar", "libgrass_lidar.7.8", "libgrass_neta", "libgrass_neta.7.8", "libgrass_htmldriver", "libgrass_htmldriver.7.8", "libgrass_cluster", "libgrass_cluster.7.8", "libgrass_gmath", "libgrass_gmath.7.8", "libgrass_interpdata", "libgrass_interpdata.7.8", "libgrass_psdriver", "libgrass_psdriver.7.8", "libgrass_pngdriver", "libgrass_pngdriver.7.8", "libgrass_dspf", "libgrass_dspf.7.8", "libgrass_bitmap", "libgrass_bitmap.7.8", "libgrass_shape", "libgrass_shape.7.8", "libgrass_rtree", "libgrass_rtree.7.8", "libgrass_cairodriver", "libgrass_cairodriver.7.8", "libgrass_rowio", "libgrass_rowio.7.8", "libgrass_lrs", "libgrass_lrs.7.8", "libgrass_qtree", "libgrass_qtree.7.8", "libgrass_gis", "libgrass_gis.7.8", "libgrass_gpde", "libgrass_gpde.7.8", "libgrass_vector", "libgrass_vector.7.8", "libgrass_segment", "libgrass_segment.7.8", "libgrass_g3d", "libgrass_g3d.7.8", "libgrass_display", "libgrass_display.7.8", "libgrass_iortho", "libgrass_iortho.7.8", "libgrass_btree2", "libgrass_btree2.7.8", "libgrass_imagery", "libgrass_imagery.7.8", "libgrass_datetime", "libgrass_datetime.7.8", "libgrass_linkm", "libgrass_linkm.7.8", "libgrass_ccmath", "libgrass_ccmath.7.8", "libgrass_driver", "libgrass_driver.7.8", "libgrass_gproj", "libgrass_gproj.7.8", "libgrass_dgl", "libgrass_dgl.7.8", "libgrass_dbmibase", "libgrass_dbmibase.7.8", "libgrass_stats", "libgrass_stats.7.8", "libgrass_temporal", "libgrass_temporal.7.8", "libgrass_sim", "libgrass_sim.7.8", "libgrass_btree", "libgrass_btree.7.8", "libgrass_dbstubs", "libgrass_dbstubs.7.8", "libgrass_vedit", "libgrass_vedit.7.8", "libgrass_calc", "libgrass_calc.7.8", "libgrass_raster", "libgrass_raster.7.8", "libgrass_cdhc", "libgrass_cdhc.7.8", "libgrass_interpfl", "libgrass_interpfl.7.8", "libgrass_dbmidriver", "libgrass_dbmidriver.7.8", "libgrass_rli", "libgrass_rli.7.8", "libgrass_arraystats", "libgrass_arraystats.7.8", "libgrass_sqlp", "libgrass_sqlp.7.8", "libgrass_dig2", "libgrass_dig2.7.8", "libgrass_symb", "libgrass_symb.7.8", "libgrass_dbmiclient", "libgrass_dbmiclient.7.8", "libgrass_manage", "libgrass_manage.7.8"] - - [[GRASS_jll."7.8.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[GRASS_jll."7.8.5+0".sources]] - hash = "a359bb665524ecccb643335d70f5436b1c84ffb6a0e428b78dffebacd983ff37" - url = "https://grass.osgeo.org/grass78/source/grass-7.8.5.tar.gz" - [[GRASS_jll."7.8.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f6cc856a14bccae67f424d1bb34e41816ce24af6//G/GRASS/./bundled" - -[GRCore_jll."0.72.7+0"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GRCore_jll."0.72.7+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GRCore_jll."0.72.7+0".sources]] - hash = "d0758e25475bcbe3da796ef0290be9e2a942e87c" - repo = "https://github.com/sciapp/gr.git" - [[GRCore_jll."0.72.7+0".sources]] - hash = "203269cc2dbce49536e54e7f0ece3542a8bd5bec4931b0937846a1e260e00312" - url = "https://github.com/sciapp/gr/releases/download/v0.72.7/gr-0.72.7.js" - [[GRCore_jll."0.72.7+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GRQt5_jll."0.72.7+0"] -executables = ["gksqt", "grplot"] - - [[GRQt5_jll."0.72.7+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GRQt5_jll."0.72.7+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GRQt5_jll."0.72.7+0".sources]] - hash = "d0758e25475bcbe3da796ef0290be9e2a942e87c" - repo = "https://github.com/sciapp/gr.git" - [[GRQt5_jll."0.72.7+0".sources]] - hash = "203269cc2dbce49536e54e7f0ece3542a8bd5bec4931b0937846a1e260e00312" - url = "https://github.com/sciapp/gr/releases/download/v0.72.7/gr-0.72.7.js" - [[GRQt5_jll."0.72.7+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GRQt6_jll."0.72.7+0"] -executables = ["gksqt", "grplot"] - - [[GRQt6_jll."0.72.7+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GRQt6_jll."0.72.7+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GRQt6_jll."0.72.7+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GRQt6_jll."0.72.7+0".sources]] - hash = "d0758e25475bcbe3da796ef0290be9e2a942e87c" - repo = "https://github.com/sciapp/gr.git" - [[GRQt6_jll."0.72.7+0".sources]] - hash = "203269cc2dbce49536e54e7f0ece3542a8bd5bec4931b0937846a1e260e00312" - url = "https://github.com/sciapp/gr/releases/download/v0.72.7/gr-0.72.7.js" - [[GRQt6_jll."0.72.7+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.51.2+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.51.2+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.51.2+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.51.2+0".sources]] - hash = "ad3fe53dbc5396cba47ad75364da69ad6a1f405f" - repo = "https://github.com/sciapp/gr.git" - -[GR_jll."0.52.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.52.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.52.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.52.0+0".sources]] - hash = "90ee73c741271d964f241f098b0dd3ba18eae271" - repo = "https://github.com/sciapp/gr.git" - -[GR_jll."0.53.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.53.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.53.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.53.0+0".sources]] - hash = "b490cbfacc6f4dc08c2a2de52c6f6594e8c7c5f9" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.53.0+0".sources]] - hash = "60b856b8bb834d30612653da42eebef56e4e329d3a73d52c303684ee42b027f1" - url = "https://github.com/sciapp/gr/releases/download/v0.53.0/gr-0.53.0.js" - -[GR_jll."0.56.1+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.56.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.56.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.56.1+0".sources]] - hash = "c5fbc6613de1437a3dd598680de02af8dbe1098f" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.56.1+0".sources]] - hash = "1e372730b864b105a4091cb2fd0814156aea8992ef0db308b9695956a292acc8" - url = "https://github.com/sciapp/gr/releases/download/v0.56.1/gr-0.56.1.js" - -[GR_jll."0.57.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.57.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.57.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.57.0+0".sources]] - hash = "6e18065920d2b5d9f03aec552a9bc8e85df33262" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.57.0+0".sources]] - hash = "e5933b240a4caa9eeeb41f0945de4fac38a860d9b03d409ba6f8b4bcfbffa5c7" - url = "https://github.com/sciapp/gr/releases/download/v0.57.0/gr-0.57.0.js" - -[GR_jll."0.57.1+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.57.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.57.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.57.1+0".sources]] - hash = "95600ad51830588f2a8ad5d600b1490a5847c10a" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.57.1+0".sources]] - hash = "e5933b240a4caa9eeeb41f0945de4fac38a860d9b03d409ba6f8b4bcfbffa5c7" - url = "https://github.com/sciapp/gr/releases/download/v0.57.1/gr-0.57.1.js" - -[GR_jll."0.57.2+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.57.2+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.57.2+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.57.2+0".sources]] - hash = "7db0571d13ca8dea38a08ad56df4330d67fbb6e0" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.57.2+0".sources]] - hash = "e5933b240a4caa9eeeb41f0945de4fac38a860d9b03d409ba6f8b4bcfbffa5c7" - url = "https://github.com/sciapp/gr/releases/download/v0.57.2/gr-0.57.2.js" - -[GR_jll."0.57.3+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.57.3+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.57.3+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.57.3+0".sources]] - hash = "b95f9774605456d6bb94f469adc15ff01de11f8e" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.57.3+0".sources]] - hash = "7a135443118725ca944ea3fdf01bd805f6ac65529b98c0463884bfce8a66f274" - url = "https://github.com/sciapp/gr/releases/download/v0.57.3/gr-0.57.3.js" - -[GR_jll."0.58.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.58.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.58.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.58.0+0".sources]] - hash = "a487f8d7453062e4a10bae546dc470bb66fbeac3" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.58.0+0".sources]] - hash = "ed0ebbf824a11c629bbc659b1e583c47712a86b32f50ec502208d2498c3b8fbc" - url = "https://github.com/sciapp/gr/releases/download/v0.58.0/gr-0.58.0.js" - -[GR_jll."0.58.1+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.58.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.58.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.58.1+0".sources]] - hash = "e6afd3efb7cf7f69064399dc481b589c30e8e3d3" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.58.1+0".sources]] - hash = "9e568fe10d6adac4bde7258a9bc4cc217ff0c1dc00149dbab38fab5cc0886985" - url = "https://github.com/sciapp/gr/releases/download/v0.58.1/gr-0.58.1.js" - -[GR_jll."0.59.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.59.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.59.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.59.0+0".sources]] - hash = "d736a32e280c23633af1d8ca2a9bbcc15acd8403" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.59.0+0".sources]] - hash = "3efd291f8800ea439fc40af885c8d0645e6f43954f19ab61863ebd3dd69cd4e7" - url = "https://github.com/sciapp/gr/releases/download/v0.59.0/gr-0.59.0.js" - -[GR_jll."0.60.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.60.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.60.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.60.0+0".sources]] - hash = "0d345546902fb7157796d2eb74a012702be8be74" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.60.0+0".sources]] - hash = "da2c91fc1e93349f829f23cbecf51d9e14ecb1af20d452f74dd497657367324d" - url = "https://github.com/sciapp/gr/releases/download/v0.60.0/gr-0.60.0.js" - -[GR_jll."0.61.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.61.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.61.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.61.0+0".sources]] - hash = "c1a183066bb7101d6805f2cb06ff950cbef6bab9" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.61.0+0".sources]] - hash = "f0b0d7dc53077a07fa028125ad935caba0e1228ffd4c1503687af39681c8d7a0" - url = "https://github.com/sciapp/gr/releases/download/v0.61.0/gr-0.61.0.js" - -[GR_jll."0.62.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.62.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.62.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.62.0+0".sources]] - hash = "194684a5f28b99acb86e05c456d3bb9891d0b88d" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.62.0+0".sources]] - hash = "5160c227f5a31e4644c06c1163f08f6526cbf4c31f4b3bd8975c52fc170e1139" - url = "https://github.com/sciapp/gr/releases/download/v0.62.0/gr-0.62.0.js" - -[GR_jll."0.63.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.63.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.63.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.63.0+0".sources]] - hash = "c7c171a326b37163f114a74bcce737d33f193588" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.63.0+0".sources]] - hash = "4cacc3099e9ceaf95dbfb76bdd733d41026030cc5430dbc8b12977790ace6d85" - url = "https://github.com/sciapp/gr/releases/download/v0.63.0/gr-0.63.0.js" - -[GR_jll."0.63.1+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.63.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.63.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.63.1+0".sources]] - hash = "986e9204bc201e21bdd1f6e45edcc135b4d4342f" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.63.1+0".sources]] - hash = "4cacc3099e9ceaf95dbfb76bdd733d41026030cc5430dbc8b12977790ace6d85" - url = "https://github.com/sciapp/gr/releases/download/v0.63.1/gr-0.63.1.js" - -[GR_jll."0.64.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.64.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.64.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.64.0+0".sources]] - hash = "08c185a6ee3fc0ceaebb9b92017def13131bff22" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.64.0+0".sources]] - hash = "5d5f80104639a51e40b8fc35b741f5a12291f90c33cfd4d90075ecbd393352e2" - url = "https://github.com/sciapp/gr/releases/download/v0.64.0/gr-0.64.0.js" - -[GR_jll."0.64.1+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.64.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.64.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.64.1+0".sources]] - hash = "41ed7a59d79ded65e603084a021e27049c251dae" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.64.1+0".sources]] - hash = "3b4105772ac0b41a4cb2fb926afd37c9b1c1eabdadb77aa332da642361aeeeb8" - url = "https://github.com/sciapp/gr/releases/download/v0.64.1/gr-0.64.1.js" - -[GR_jll."0.64.2+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.64.2+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.64.2+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.64.2+0".sources]] - hash = "1d02f45e8cb10faafd9f32f38c676190df702478" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.64.2+0".sources]] - hash = "3b4105772ac0b41a4cb2fb926afd37c9b1c1eabdadb77aa332da642361aeeeb8" - url = "https://github.com/sciapp/gr/releases/download/v0.64.2/gr-0.64.2.js" - -[GR_jll."0.64.3+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.64.3+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.64.3+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.64.3+0".sources]] - hash = "da1f9819aec3fea4af30f98b383657999fee4f20" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.64.3+0".sources]] - hash = "7ce3027da0a39ae9ebc9822db0a748a6a8faca9877589a230e6fc780053f8592" - url = "https://github.com/sciapp/gr/releases/download/v0.64.3/gr-0.64.3.js" - -[GR_jll."0.64.4+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.64.4+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.64.4+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.64.4+0".sources]] - hash = "edc9897a3ba3b13a0a457793f9044d33470b9e5e" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.64.4+0".sources]] - hash = "63fa20d2ecb6df6ae23fa13a650b3aecbff6684dd459a380f24fc77b2e15c257" - url = "https://github.com/sciapp/gr/releases/download/v0.64.4/gr-0.64.4.js" - -[GR_jll."0.65.1+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.65.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.65.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.65.1+0".sources]] - hash = "ec9f80ce3baa217f442fb4b070f3675663ba7fb9" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.65.1+0".sources]] - hash = "17e3cc74ecad4a5ebbd35c7e3223bcf8cb4b475152a28581b857f4b4850b12aa" - url = "https://github.com/sciapp/gr/releases/download/v0.65.1/gr-0.65.1.js" - -[GR_jll."0.66.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.66.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.66.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.66.0+0".sources]] - hash = "6f8e2fb2fef06d5037f6247da5fcaf9c29fee2c6" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.66.0+0".sources]] - hash = "17e3cc74ecad4a5ebbd35c7e3223bcf8cb4b475152a28581b857f4b4850b12aa" - url = "https://github.com/sciapp/gr/releases/download/v0.66.0/gr-0.66.0.js" - -[GR_jll."0.66.2+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.66.2+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.66.2+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.66.2+0".sources]] - hash = "327c3074be8daee7caff3733bb1ef019081a693a" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.66.2+0".sources]] - hash = "a25a68660033bcc80658e443f15018fa9ddfbb813cb257828857fd2ac142f874" - url = "https://github.com/sciapp/gr/releases/download/v0.66.2/gr-0.66.2.js" - -[GR_jll."0.67.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.67.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.67.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.67.0+0".sources]] - hash = "c5bd9e3ab82260267ad0c5be4a54084f7b7522e7" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.67.0+0".sources]] - hash = "e66e80ce942aa70dcd7e42b8a8e8c5d53599bffbd2a58bce15345c0450462be3" - url = "https://github.com/sciapp/gr/releases/download/v0.67.0/gr-0.67.0.js" - -[GR_jll."0.68.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.68.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.68.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.68.0+0".sources]] - hash = "ab157a8789fe6c2db886e6ede19b8d2c61dd632b" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.68.0+0".sources]] - hash = "3001e2d12b368f7bda444b73112d26e59bdda459cf9ab395d7ad9679b8eee745" - url = "https://github.com/sciapp/gr/releases/download/v0.68.0/gr-0.68.0.js" - -[GR_jll."0.69.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.69.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.69.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.69.0+0".sources]] - hash = "6e00675c1cc8f50e65707cfe59e0b37ab1fe2c97" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.69.0+0".sources]] - hash = "3001e2d12b368f7bda444b73112d26e59bdda459cf9ab395d7ad9679b8eee745" - url = "https://github.com/sciapp/gr/releases/download/v0.69.0/gr-0.69.0.js" - -[GR_jll."0.69.1+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.69.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.69.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.69.1+0".sources]] - hash = "5d7f4fd40a3c36d839d08fdc45864a8382a1facd" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.69.1+0".sources]] - hash = "b5a36d7bf6cdc36eb190eb230feed08ed3c10527155d9c52dc6c15b2e062ebca" - url = "https://github.com/sciapp/gr/releases/download/v0.69.1/gr-0.69.1.js" - -[GR_jll."0.69.1+1"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.69.1+1".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.69.1+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.69.1+1".sources]] - hash = "5d7f4fd40a3c36d839d08fdc45864a8382a1facd" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.69.1+1".sources]] - hash = "b5a36d7bf6cdc36eb190eb230feed08ed3c10527155d9c52dc6c15b2e062ebca" - url = "https://github.com/sciapp/gr/releases/download/v0.69.1/gr-0.69.1.js" - -[GR_jll."0.70.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.70.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.70.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.70.0+0".sources]] - hash = "25cf336838e06b5df0a7d74df2095a5ac7ce9e56" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.70.0+0".sources]] - hash = "9a086916c3a6f331db5b7a5344989f825fd7db1c0b10c236cbb9b9cccf3c006c" - url = "https://github.com/sciapp/gr/releases/download/v0.70.0/gr-0.70.0.js" - -[GR_jll."0.70.0+1"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.70.0+1".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.70.0+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.70.0+1".sources]] - hash = "2ffade8fe088bb8bf4c81c214037aeb0ca4063e2" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.70.0+1".sources]] - hash = "9a086916c3a6f331db5b7a5344989f825fd7db1c0b10c236cbb9b9cccf3c006c" - url = "https://github.com/sciapp/gr/releases/download/v0.70.0/gr-0.70.0.js" - -[GR_jll."0.71.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.71.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.71.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.71.0+0".sources]] - hash = "129ec060419ef2a911e6c87c32e0406da5526a18" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.71.0+0".sources]] - hash = "c7acadedabaeeedebe249c0e022ec2827b710b3cb11fd64d43719ae235577846" - url = "https://github.com/sciapp/gr/releases/download/v0.71.0/gr-0.71.0.js" - -[GR_jll."0.71.1+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.71.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.71.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.71.1+0".sources]] - hash = "72b1b0b3a6cb9d81c846ef082abad008c6766a45" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.71.1+0".sources]] - hash = "e93596df95690565ab9caea2014bc9b36bcadc987d69b1514c79db762f05b12a" - url = "https://github.com/sciapp/gr/releases/download/v0.71.1/gr-0.71.1.js" - -[GR_jll."0.71.2+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.71.2+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.71.2+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.71.2+0".sources]] - hash = "416e83b4d39c756f45301d1f79639d1e3357b957" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.71.2+0".sources]] - hash = "a1563352befe820c210122ce82537cccabbf36337de7b0590e638d37d661c5da" - url = "https://github.com/sciapp/gr/releases/download/v0.71.2/gr-0.71.2.js" - -[GR_jll."0.71.3+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.71.3+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.71.3+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.71.3+0".sources]] - hash = "40284e97452b4612cc6b12d504a843b7da28d0b8" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.71.3+0".sources]] - hash = "4a4fbba02ab48b0607c764ac4f9ece78ee11ca40eb150cc04fab4eab3b92a602" - url = "https://github.com/sciapp/gr/releases/download/v0.71.3/gr-0.71.3.js" - -[GR_jll."0.71.5+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.71.5+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.71.5+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.71.5+0".sources]] - hash = "8a02b5bc66301c1d31726f1bf946063435934911" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.71.5+0".sources]] - hash = "98995772c2b25b3157e13c142ac43f8eb86e3ab53e073f0f1f7ada69eba4751a" - url = "https://github.com/sciapp/gr/releases/download/v0.71.5/gr-0.71.5.js" - -[GR_jll."0.71.6+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.71.6+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.71.6+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.71.6+0".sources]] - hash = "0d96cdcafaeeeac86901764f6b1844d30aeee5a4" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.71.6+0".sources]] - hash = "143d39cc9656a862e059bd9385e48cc8069931000e2909b4548feb935d915048" - url = "https://github.com/sciapp/gr/releases/download/v0.71.6/gr-0.71.6.js" - -[GR_jll."0.71.7+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.71.7+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.71.7+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.71.7+0".sources]] - hash = "23d597898028a3366838271d6720276e1b0c4aa9" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.71.7+0".sources]] - hash = "143d39cc9656a862e059bd9385e48cc8069931000e2909b4548feb935d915048" - url = "https://github.com/sciapp/gr/releases/download/v0.71.7/gr-0.71.7.js" - -[GR_jll."0.71.8+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.71.8+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.71.8+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.71.8+0".sources]] - hash = "933ff9c1c098dd21adc19d2b9cc680ae0d303071" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.71.8+0".sources]] - hash = "7d664808838b1cec39a2107ef758d91c22cc8d4ff020e932cdc0754d6fc108f4" - url = "https://github.com/sciapp/gr/releases/download/v0.71.8/gr-0.71.8.js" - -[GR_jll."0.72.0+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.0+0".sources]] - hash = "eff7161c08df40e298cb16ac429bbaeae13cb3b1" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.0+0".sources]] - hash = "30bd4eb18107b7e80360d7f25e65a0f21e2eeba2a52d1921da9b61b21c918038" - url = "https://github.com/sciapp/gr/releases/download/v0.72.0/gr-0.72.0.js" - -[GR_jll."0.72.1+0"] -executables = ["gksqt"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.1+0".sources]] - hash = "986504220079e352249c6e9f3be7f6142f114307" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.1+0".sources]] - hash = "30bd4eb18107b7e80360d7f25e65a0f21e2eeba2a52d1921da9b61b21c918038" - url = "https://github.com/sciapp/gr/releases/download/v0.72.1/gr-0.72.1.js" - -[GR_jll."0.72.1+1"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.1+1".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.1+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.1+1".sources]] - hash = "986504220079e352249c6e9f3be7f6142f114307" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.1+1".sources]] - hash = "30bd4eb18107b7e80360d7f25e65a0f21e2eeba2a52d1921da9b61b21c918038" - url = "https://github.com/sciapp/gr/releases/download/v0.72.1/gr-0.72.1.js" - -[GR_jll."0.72.2+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.2+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.2+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.2+0".sources]] - hash = "cbce9bb9d6b42154cdb57725bd3050bb17336809" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.2+0".sources]] - hash = "30bd4eb18107b7e80360d7f25e65a0f21e2eeba2a52d1921da9b61b21c918038" - url = "https://github.com/sciapp/gr/releases/download/v0.72.2/gr-0.72.2.js" - -[GR_jll."0.72.3+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.3+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.3+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.3+0".sources]] - hash = "45c2c98c7e1f116a6c15748decbe9654b7db3649" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.3+0".sources]] - hash = "20e1633681598e86c8b9983bef9628cb20d912b312f4024edec5dd3fa153414a" - url = "https://github.com/sciapp/gr/releases/download/v0.72.3/gr-0.72.3.js" - -[GR_jll."0.72.4+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.4+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.4+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.4+0".sources]] - hash = "34385d25b9dca50b1a775d4ac1e669732b6bf5e1" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.4+0".sources]] - hash = "20e1633681598e86c8b9983bef9628cb20d912b312f4024edec5dd3fa153414a" - url = "https://github.com/sciapp/gr/releases/download/v0.72.4/gr-0.72.4.js" - -[GR_jll."0.72.5+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.5+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.5+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.5+0".sources]] - hash = "0082c330d02fa5597acdf5c8145f1ea1424588f2" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.5+0".sources]] - hash = "52faa767e80e50b58834d7c51059e8f937a2c56038f9bfc7cc67c3db753df18e" - url = "https://github.com/sciapp/gr/releases/download/v0.72.5/gr-0.72.5.js" - [[GR_jll."0.72.5+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.72.6+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.6+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.6+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.6+0".sources]] - hash = "630000edb97d77049cb51603aa77ac6000b773e7" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.6+0".sources]] - hash = "203269cc2dbce49536e54e7f0ece3542a8bd5bec4931b0937846a1e260e00312" - url = "https://github.com/sciapp/gr/releases/download/v0.72.6/gr-0.72.6.js" - [[GR_jll."0.72.6+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.72.7+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.7+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.7+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.7+0".sources]] - hash = "d0758e25475bcbe3da796ef0290be9e2a942e87c" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.7+0".sources]] - hash = "203269cc2dbce49536e54e7f0ece3542a8bd5bec4931b0937846a1e260e00312" - url = "https://github.com/sciapp/gr/releases/download/v0.72.7/gr-0.72.7.js" - [[GR_jll."0.72.7+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.72.8+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.8+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.8+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.8+0".sources]] - hash = "2e9d75e3e062ac2dc3e520456e4769901e24cd86" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.8+0".sources]] - hash = "55b6d9144b251124c85c8e72627496543e7f83a5d9fb543011331eaf0c41ff2a" - url = "https://github.com/sciapp/gr/releases/download/v0.72.8/gr-0.72.8.js" - [[GR_jll."0.72.8+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.72.9+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.9+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.72.9+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.9+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.9+0".sources]] - hash = "623b90911a3fc68b253ae26fb0f259ca97d8df7d" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.9+0".sources]] - hash = "55b6d9144b251124c85c8e72627496543e7f83a5d9fb543011331eaf0c41ff2a" - url = "https://github.com/sciapp/gr/releases/download/v0.72.9/gr-0.72.9.js" - [[GR_jll."0.72.9+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.72.9+1"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.9+1".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.72.9+1".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.9+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.9+1".sources]] - hash = "623b90911a3fc68b253ae26fb0f259ca97d8df7d" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.9+1".sources]] - hash = "55b6d9144b251124c85c8e72627496543e7f83a5d9fb543011331eaf0c41ff2a" - url = "https://github.com/sciapp/gr/releases/download/v0.72.9/gr-0.72.9.js" - [[GR_jll."0.72.9+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.72.10+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.72.10+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.72.10+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.72.10+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.72.10+0".sources]] - hash = "ffedfe702fdc3872cb3172fddb1dfb8f0d8986c5" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.72.10+0".sources]] - hash = "cef858178dac122a16406dfadf73b58142cfad95b0f61b1429a913e49cf972db" - url = "https://github.com/sciapp/gr/releases/download/v0.72.10/gr-0.72.10.js" - [[GR_jll."0.72.10+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.0+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.0+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.0+0".sources]] - hash = "a57a9dad9af3df12a5f55bb244920f7c50b0c27b" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.0+0".sources]] - hash = "fc5318e045c032d13135c1aa918cf94713773e28b7c1a0f8fcc8b7a5407d8683" - url = "https://github.com/sciapp/gr/releases/download/v0.73.0/gr-0.73.0.js" - [[GR_jll."0.73.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.1+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.1+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.1+0".sources]] - hash = "1ee389e52745013f8e6159056e6358c782f47d50" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.1+0".sources]] - hash = "0a5fa325c37780fb9c77e116cae6b6c96b89482482ee7dd13078b993abf7af4d" - url = "https://github.com/sciapp/gr/releases/download/v0.73.1/gr-0.73.1.js" - [[GR_jll."0.73.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.2+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.2+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.2+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.2+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.2+0".sources]] - hash = "eb444397b006c02e91201fcfe48c79b00c7009e7" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.2+0".sources]] - hash = "56e34e09194f8d168853206bd737fa34439b88edea49a0e675d52536bba5ae7a" - url = "https://github.com/sciapp/gr/releases/download/v0.73.2/gr-0.73.2.js" - [[GR_jll."0.73.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.3+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.3+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.3+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.3+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.3+0".sources]] - hash = "9a2d15ddf0946274f9d662aaff857a7373b5ecd7" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.3+0".sources]] - hash = "f572f7f21733a3ba2c9b442c1a835b704bfca1dcfc1faee59832d0fc3766b4ef" - url = "https://github.com/sciapp/gr/releases/download/v0.73.3/gr-0.73.3.js" - [[GR_jll."0.73.3+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.5+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.5+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.5+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.5+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.5+0".sources]] - hash = "bdd3f65bd994eb146129565f035abe03edb92d3f" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.5+0".sources]] - hash = "186e9f15c4eb410b42b9ca19d87a548d3de7d81d21a11d3f7eb4783440117376" - url = "https://github.com/sciapp/gr/releases/download/v0.73.5/gr-0.73.5.js" - [[GR_jll."0.73.5+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.6+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.6+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.6+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.6+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.6+0".sources]] - hash = "3b7a729650cc663c98b8066e93fa4799feef1537" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.6+0".sources]] - hash = "024c3600cf6d28f1888158862c237dcae39d5635b05c524d98f652cfa4308e29" - url = "https://github.com/sciapp/gr/releases/download/v0.73.6/gr-0.73.6.js" - [[GR_jll."0.73.6+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.7+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.7+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.7+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.7+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.7+0".sources]] - hash = "a8f4f0b867ad8e40e9a927d72e4ada571fdca461" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.7+0".sources]] - hash = "89a114eac7e96f0a32441da01e1929068aeaa286ad2ea22f923420cff8d4e2a4" - url = "https://github.com/sciapp/gr/releases/download/v0.73.7/gr-0.73.7.js" - [[GR_jll."0.73.7+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.8+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.8+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.8+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.8+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.8+0".sources]] - hash = "23937754fa7c8e943cda49ff493f464dfa98f976" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.8+0".sources]] - hash = "55c2bad5787304548a819de220cb32eeffed69466d3f3b1be69cb0ef35c4b6a5" - url = "https://github.com/sciapp/gr/releases/download/v0.73.8/gr-0.73.8.js" - [[GR_jll."0.73.8+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.9+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.9+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.9+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.9+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.9+0".sources]] - hash = "8a4e4bc339bf18e5ca1184d67ce63c76d9c30dea" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.9+0".sources]] - hash = "41ee77c5872b5273487b02a1ec2d2012a48808ff1f5b9ddcf4aa5958660fb257" - url = "https://github.com/sciapp/gr/releases/download/v0.73.9/gr-0.73.9.js" - [[GR_jll."0.73.9+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.10+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.10+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.10+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.10+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.10+0".sources]] - hash = "9e61244b6ee7f64ea724de0b7d10685feecf5109" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.10+0".sources]] - hash = "41ee77c5872b5273487b02a1ec2d2012a48808ff1f5b9ddcf4aa5958660fb257" - url = "https://github.com/sciapp/gr/releases/download/v0.73.10/gr-0.73.10.js" - [[GR_jll."0.73.10+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.11+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.11+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.11+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.11+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.11+0".sources]] - hash = "d78011216825093afc9c12f532632535857eb40b" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.11+0".sources]] - hash = "4d9777dd19c602848870259296a5fa929a11a92adead23940f33f02f39825dce" - url = "https://github.com/sciapp/gr/releases/download/v0.73.11/gr-0.73.11.js" - [[GR_jll."0.73.11+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.12+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.12+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.12+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.12+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.12+0".sources]] - hash = "bbb16e529aa014a550f36b695e4d1141d3011f62" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.12+0".sources]] - hash = "630295fe8fadcf1eeda697bfc245f1c6a6b6419bdc9bb4a3e2e19aac1ded0f0e" - url = "https://github.com/sciapp/gr/releases/download/v0.73.12/gr-0.73.12.js" - [[GR_jll."0.73.12+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.13+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.13+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.13+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.13+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.13+0".sources]] - hash = "3b4560c9ac913cb40a480c1feacb8947c2d2650f" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.13+0".sources]] - hash = "e41747b73c9215cb22420d5d30a496fe9c75a5c1990755fd1998fb7847aafd52" - url = "https://github.com/sciapp/gr/releases/download/v0.73.13/gr-0.73.13.js" - [[GR_jll."0.73.13+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.14+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.14+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.14+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.14+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.14+0".sources]] - hash = "9a62289c2e4e36c28e045c3a34f02d0d01c4231c" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.14+0".sources]] - hash = "7f94982b410c686d67be956f1e0317b6e2644702b3f3d69328ee8217e7be5217" - url = "https://github.com/sciapp/gr/releases/download/v0.73.14/gr-0.73.14.js" - [[GR_jll."0.73.14+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[GR_jll."0.73.16+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.16+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.16+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.16+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.16+0".sources]] - hash = "a31792ee21340a137bba477c6149d87be8b508ad" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.16+0".sources]] - hash = "4b330a80b1c24f579f9800430ea85efe66c11f28d046378435ff30f8299d1d6b" - url = "https://github.com/sciapp/gr/releases/download/v0.73.16/gr-0.73.16.js" - [[GR_jll."0.73.16+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[GR_jll."0.73.17+0"] -executables = ["gksqt", "grplot"] -libraries = ["libGR", "libGR3", "libGRM", "libGKS"] - - [[GR_jll."0.73.17+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[GR_jll."0.73.17+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[GR_jll."0.73.17+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[GR_jll."0.73.17+0".sources]] - hash = "c8a8395aa194deec8c87575ba4238972bbdf6c40" - repo = "https://github.com/sciapp/gr.git" - [[GR_jll."0.73.17+0".sources]] - hash = "a449b886d4ea28445ff3d1b345b35edd91d1d807ca65fa9f82805bd6e0f448c0" - url = "https://github.com/sciapp/gr/releases/download/v0.73.17/gr-0.73.17.js" - [[GR_jll."0.73.17+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[GSL_jll."2.6.0+0"] -libraries = ["libgsl"] - - [[GSL_jll."2.6.0+0".sources]] - hash = "b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8" - url = "http://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz" - -[GSL_jll."2.6.0+1"] -libraries = ["libgsl"] - - [[GSL_jll."2.6.0+1".sources]] - hash = "b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8" - url = "http://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz" - -[GSL_jll."2.6.0+2"] -executables = ["gsl-histogram", "gsl-randist"] -libraries = ["libgslcblas", "libgsl"] - - [[GSL_jll."2.6.0+2".sources]] - hash = "b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8" - url = "http://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz" - -[GSL_jll."2.6.0+3"] -executables = ["gsl-histogram", "gsl-randist"] -libraries = ["libgslcblas", "libgsl"] - - [[GSL_jll."2.6.0+3".sources]] - hash = "b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8" - url = "http://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz" - -[GSL_jll."2.7.0+0"] -executables = ["gsl-histogram", "gsl-randist"] -libraries = ["libgslcblas", "libgsl"] - - [[GSL_jll."2.7.0+0".sources]] - hash = "efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b" - url = "http://ftp.gnu.org/gnu/gsl/gsl-2.7.tar.gz" - -[GSL_jll."2.7.1+0"] -executables = ["gsl-histogram", "gsl-randist"] -libraries = ["libgslcblas", "libgsl"] - - [[GSL_jll."2.7.1+0".sources]] - hash = "efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b" - url = "http://ftp.gnu.org/gnu/gsl/gsl-2.7.tar.gz" - -[GSL_jll."2.7.2+0"] -executables = ["gsl-histogram", "gsl-randist"] -libraries = ["libgslcblas", "libgsl"] - - [[GSL_jll."2.7.2+0".sources]] - hash = "dcb0fbd43048832b757ff9942691a8dd70026d5da0ff85601e52687f6deeb34b" - url = "http://ftp.gnu.org/gnu/gsl/gsl-2.7.1.tar.gz" - -[GSL_jll."2.8.0+0"] -executables = ["gsl-histogram", "gsl-randist"] -libraries = ["libgslcblas", "libgsl"] - - [[GSL_jll."2.8.0+0".sources]] - hash = "6a99eeed15632c6354895b1dd542ed5a855c0f15d9ad1326c6fe2b2c9e423190" - url = "https://ftp.gnu.org/gnu/gsl/gsl-2.8.tar.gz" - [[GSL_jll."2.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/44230fb7c13b397dfbb7482cebb18b94d312a524//G/GSL/GSL@2/./bundled" - -[GSL_jll."2.8.1+0"] -executables = ["gsl-histogram", "gsl-randist"] -libraries = ["libgslcblas", "libgsl"] - - [[GSL_jll."2.8.1+0".sources]] - hash = "6a99eeed15632c6354895b1dd542ed5a855c0f15d9ad1326c6fe2b2c9e423190" - url = "https://ftp.gnu.org/gnu/gsl/gsl-2.8.tar.gz" - [[GSL_jll."2.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/76a9bdd540a86c87d74fbba7628ca4ed71922677//G/GSL/GSL@2/./bundled" - -[GStreamer_jll."1.18.3+0"] -executables = ["gst-inspect-1.0", "gst-launch-1.0", "gst-stats-1.0", "gst-tester-1.0", "gst-typefind-1.0"] -libraries = ["libgstbase-1.0", "libgstbase-1", "libgstcheck-1.0", "libgstcheck-1", "libgstcontroller-1.0", "libgstcontroller-1", "libgstnet-1.0", "libgstnet-1", "libgstreamer-1.0", "libgstreamer-1"] - - [[GStreamer_jll."1.18.3+0".sources]] - hash = "0c2e09e18f2df69a99b5cb3bd53c597b3cc2e35cf6c98043bb86a66f3d312100" - url = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.18.3.tar.xz" - -[GStreamer_jll."1.20.3+0"] -executables = ["gst-inspect-1.0", "gst-launch-1.0", "gst-stats-1.0", "gst-tester-1.0", "gst-typefind-1.0"] -libraries = ["libgstbase-1.0", "libgstbase-1", "libgstcheck-1.0", "libgstcheck-1", "libgstcontroller-1.0", "libgstcontroller-1", "libgstnet-1.0", "libgstnet-1", "libgstreamer-1.0", "libgstreamer-1"] - - [[GStreamer_jll."1.20.3+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[GStreamer_jll."1.20.3+0".sources]] - hash = "607daf64bbbd5fb18af9d17e21c0d22c4d702fffe83b23cb22d1b1af2ca23a2a" - url = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.20.3.tar.xz" - [[GStreamer_jll."1.20.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/52cec35492bc9e138b6c420cb5c4a5a0ee7b1b78//G/GStreamer/./bundled" - -[GTK4_jll."4.6.0+0"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.6.0+0".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.6.0+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GTK4_jll."4.6.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.6.0+0".sources]] - hash = "782d5951fbfd585fc9ec76c09d07e28e6014c72db001fb567fff217fb96e4d8c" - url = "https://download.gnome.org/sources/gtk/4.6/gtk-4.6.0.tar.xz" - [[GTK4_jll."4.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7b2b4526b40bd5933134958cf065557ff13bf8a5//G/GTK4/./bundled" - -[GTK4_jll."4.6.0+1"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.6.0+1".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.6.0+1".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GTK4_jll."4.6.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.6.0+1".sources]] - hash = "782d5951fbfd585fc9ec76c09d07e28e6014c72db001fb567fff217fb96e4d8c" - url = "https://download.gnome.org/sources/gtk/4.6/gtk-4.6.0.tar.xz" - [[GTK4_jll."4.6.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/abaf3faf7cb91dd3eaf7689f90f38a461b5c6b1f//G/GTK4/./bundled" - -[GTK4_jll."4.6.9+0"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.6.9+0".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.6.9+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GTK4_jll."4.6.9+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.6.9+0".sources]] - hash = "decad346d6a94141ab667c43483e7a4b97c7969c23d589dd63cd6a49498a43d0" - url = "https://download.gnome.org/sources/gtk/4.6/gtk-4.6.9.tar.xz" - -[GTK4_jll."4.8.3+0"] -executables = ["gtk4-builder-tool"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.8.3+0".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.8.3+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GTK4_jll."4.8.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.8.3+0".sources]] - hash = "b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74" - url = "https://download.gnome.org/sources/gtk/4.8/gtk-4.8.3.tar.xz" - [[GTK4_jll."4.8.3+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[GTK4_jll."4.10.4+0"] -executables = ["gtk4-builder-tool"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.10.4+0".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.10.4+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GTK4_jll."4.10.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.10.4+0".sources]] - hash = "7725400482e0685e28265e226c62847f4e73cfca9e9b416ac5838207f5377a24" - url = "https://download.gnome.org/sources/gtk/4.10/gtk-4.10.4.tar.xz" - [[GTK4_jll."4.10.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b69e2afc02323258cdc873e8b8b1a8fc1a465097//G/GTK4/./bundled" - [[GTK4_jll."4.10.4+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[GTK4_jll."4.10.5+0"] -executables = ["gtk4-builder-tool"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.10.5+0".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.10.5+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GTK4_jll."4.10.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.10.5+0".sources]] - hash = "9bd5e437e41d48e3d6a224c336b0fd3fd490036dceb8956ed74b956369af609b" - url = "https://download.gnome.org/sources/gtk/4.10/gtk-4.10.5.tar.xz" - [[GTK4_jll."4.10.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/04eab672afee50acad75ec9e8a86be8a8b456c70//G/GTK4/./bundled" - [[GTK4_jll."4.10.5+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[GTK4_jll."4.12.4+0"] -executables = ["gtk4-builder-tool"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.12.4+0".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.12.4+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GTK4_jll."4.12.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.12.4+0".sources]] - hash = "ba67c6498e5599f928edafb9e08a320adfaa50ab2f0da6fc6ab2252fc2d57520" - url = "https://download.gnome.org/sources/gtk/4.12/gtk-4.12.4.tar.xz" - [[GTK4_jll."4.12.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a8c658fa1f37136ee074000ba4f0582d854769d9//G/GTK4/./bundled" - [[GTK4_jll."4.12.4+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[GTK4_jll."4.12.5+0"] -executables = ["gtk4-builder-tool"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.12.5+0".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.12.5+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GTK4_jll."4.12.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.12.5+0".sources]] - hash = "28b356d590ee68ef626e2ef9820b2dd21441484a9a042a5a3f0c40e9dfc4f4f8" - url = "https://download.gnome.org/sources/gtk/4.12/gtk-4.12.5.tar.xz" - [[GTK4_jll."4.12.5+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[GTK4_jll."4.14.5+0"] -executables = ["gtk4-builder-tool"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.14.5+0".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.14.5+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[GTK4_jll."4.14.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[GTK4_jll."4.14.5+0".build_dependencies]] - name = "libdrm_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.14.5+0".sources]] - hash = "5547f2b9f006b133993e070b87c17804e051efda3913feaca1108fa2be41e24d" - url = "https://download.gnome.org/sources/gtk/4.14/gtk-4.14.5.tar.xz" - [[GTK4_jll."4.14.5+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[GTK4_jll."4.18.6+0"] -executables = ["gtk4-builder-tool"] -libraries = ["libgtk-4"] - - [[GTK4_jll."4.18.6+0".build_dependencies]] - name = "SassC_jll" - target = "host" - version = "*" - [[GTK4_jll."4.18.6+0".build_dependencies]] - name = "Wayland_jll" - rev = "d7a6430e4a816f8580a0c0dd478d4be9e48d6631" - target = "host" - tree_hash = "49be0be57db8f863a902d59c0083d73281ecae8e" - url = "https://github.com/JuliaBinaryWrappers/Wayland_jll.jl.git" - uuid = "a2964d1f-97da-50d4-b82a-358c7fce9d89" - version = "*" - [[GTK4_jll."4.18.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[GTK4_jll."4.18.6+0".build_dependencies]] - name = "libdrm_jll" - target = "target" - version = "*" - - [[GTK4_jll."4.18.6+0".sources]] - hash = "e1817c650ddc3261f9a8345b3b22a26a5d80af154630dedc03cc7becefffd0fa" - url = "https://download.gnome.org/sources/gtk/4.18/gtk-4.18.6.tar.xz" - [[GTK4_jll."4.18.6+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[GTK4_jll."4.18.6+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[GTKmm3_jll."3.24.7+0"] -libraries = ["libgtkmm-3", "libgtkmm-3.0"] - - [[GTKmm3_jll."3.24.7+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[GTKmm3_jll."3.24.7+0".sources]] - hash = "1d7a35af9c5ceccacb244ee3c2deb9b245720d8510ac5c7e6f4b6f9947e6789c" - url = "https://download.gnome.org/sources/gtkmm/3.24/gtkmm-3.24.7.tar.xz" - -[GTKmm3_jll."3.24.7+1"] -libraries = ["libgtkmm-3", "libgtkmm-3.0"] - - [[GTKmm3_jll."3.24.7+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[GTKmm3_jll."3.24.7+1".sources]] - hash = "1d7a35af9c5ceccacb244ee3c2deb9b245720d8510ac5c7e6f4b6f9947e6789c" - url = "https://download.gnome.org/sources/gtkmm/3.24/gtkmm-3.24.7.tar.xz" - -[GTPSA_jll."1.0.0+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.0.0+0".sources]] - hash = "ed2c14eb096a9ecac3f483f9914c0c679765496d" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.1.0+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.1.0+0".sources]] - hash = "7916354009343356f5c44b017fded044b4aaaa53" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.1.1+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.1.1+0".sources]] - hash = "12162c188c16cd9c64a43442b704509e8d106a22" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.1.2+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.1.2+0".sources]] - hash = "0a4d8466d392435c4b1de170ae6f6497551f7687" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.1.3+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.1.3+0".sources]] - hash = "59da8781ad118e475a429c766b6712546e0dfa9c" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.1.4+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.1.4+0".sources]] - hash = "c354d8b4d9f0e7c68d5992103d414e7d7848364c" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.1.5+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.1.5+0".sources]] - hash = "2a57f6f27833d55809a375db300db0583d1d606c" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.2.0+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.2.0+0".sources]] - hash = "379702474b0388daea0731324aaddba899b45ffc" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.2.1+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.2.1+0".sources]] - hash = "b2889d45f0546dbddcfc3a345c3e43d657e9acb3" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.3.0+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.3.0+0".sources]] - hash = "49245a21f2ee576d74168828755f667a04b1eb13" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.3.1+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.3.1+0".sources]] - hash = "70e4c39dffd9e4fdf0192fe4c7ca0ced72bb913f" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.3.2+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.3.2+0".sources]] - hash = "394a20847b869a842c6a89f2af1a889c3a1c2813" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.3.3+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.3.3+0".sources]] - hash = "0fa045e01cb3f4b4f105009d071c4f09138719d5" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.3.4+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.3.4+0".sources]] - hash = "3793e9e7a4437437aa1d4b9f4fbedc17e6e93511" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.3.5+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.3.5+0".sources]] - hash = "2e31aaaafe5917439ae32e4e651dcebc4de0265e" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.4.0+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.4.0+0".sources]] - hash = "93998470e52320a012d24fbdf3dded104a2e2413" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.5.0+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.5.0+0".sources]] - hash = "c46ebfcd28e8976f7d02b63a1c73cd685c45d318" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.6.0+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.6.0+0".sources]] - hash = "1505d413204ac0255582eec0e8d6b7f3b1684b4d" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[GTPSA_jll."1.6.1+0"] -libraries = ["libgtpsa"] - - [[GTPSA_jll."1.6.1+0".sources]] - hash = "6147f1ce0977cfcb79c3225108c32594faad9047" - repo = "https://github.com/mattsignorelli/gtpsa.git" - -[Gama_jll."2.16.0+0"] -executables = ["gama-local-xml2txt", "gama-local-xml2sql", "gama-local-yaml2gkf", "gama-local", "gama-local-gkf2yaml", "gama-g3"] - - [[Gama_jll."2.16.0+0".sources]] - hash = "7ced801d99ea46f085d7e025283783df2822bd6df35c2b85d743b69ca2f6096b" - url = "https://ftp.gnu.org/gnu/gama/gama-2.16.tar.gz" - -[Gdbm_jll."1.18.1+0"] -executables = ["gdbm_load", "gdbmtool", "gdbm_dump"] -libraries = ["libgdbm"] - - [[Gdbm_jll."1.18.1+0".sources]] - hash = "86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f745b91dc" - url = "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.18.1.tar.gz" - [[Gdbm_jll."1.18.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/66303dee2dca9c631d7602da5068b23b17a6a9cb//G/Gdbm/./bundled" - -[Gdbm_jll."1.18.1+1"] -executables = ["gdbm_load", "gdbmtool", "gdbm_dump"] -libraries = ["libgdbm"] - - [[Gdbm_jll."1.18.1+1".sources]] - hash = "86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f745b91dc" - url = "https://ftp.gnu.org/gnu/gdbm/gdbm-1.18.1.tar.gz" - [[Gdbm_jll."1.18.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d02ecfbd9f7b6b7a652e3ca28bdf5d5ca8e2e742//G/Gdbm/./bundled" - -[Gdbm_jll."1.19.0+0"] -executables = ["gdbm_load", "gdbmtool", "gdbm_dump"] -libraries = ["libgdbm"] - - [[Gdbm_jll."1.19.0+0".sources]] - hash = "37ed12214122b972e18a0d94995039e57748191939ef74115b1d41d8811364bc" - url = "https://ftp.gnu.org/gnu/gdbm/gdbm-1.19.tar.gz" - [[Gdbm_jll."1.19.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0ac49b2df4b4c9d64dd8c41f44a5c2f2a311e1e1//G/Gdbm/./bundled" - -[Geant4_jll."0.1.0+0"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4visXXX", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4zlib", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4persistency", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms"] - - [[Geant4_jll."0.1.0+0".sources]] - hash = "443efb0d16e8a5fd195176573d21d2e12415ae7853dd39cc0517171aea243227" - url = "https://github.com/Geant4/geant4/archive/v10.5.1.tar.gz" - -[Geant4_jll."0.1.1+0"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4visXXX", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4zlib", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4persistency", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms"] - - [[Geant4_jll."0.1.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_jll."0.1.1+0".sources]] - hash = "443efb0d16e8a5fd195176573d21d2e12415ae7853dd39cc0517171aea243227" - url = "https://github.com/Geant4/geant4/archive/v10.5.1.tar.gz" - -[Geant4_jll."10.7.2+0"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4visXXX", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4zlib", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4persistency", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms"] - - [[Geant4_jll."10.7.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_jll."10.7.2+0".sources]] - hash = "43a11da475e4b9fd3719a5e589003c1f79c0c6f2cd78bcfe3cea2fe6cd12823b" - url = "https://github.com/Geant4/geant4/archive/v10.7.2.tar.gz" - -[Geant4_jll."11.1.1+0"] -files = ["share/Geant4/data"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4zlib", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4persistency", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms", "libG4ptl"] - - [[Geant4_jll."11.1.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_jll."11.1.1+0".sources]] - hash = "c5878634da9ba6765ce35a469b2893044f4a6598aa948733da8436cdbfeef7d2" - url = "https://gitlab.cern.ch/geant4/geant4/-/archive/v11.1.1/geant4-v11.1.1.tar.gz" - [[Geant4_jll."11.1.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Geant4_jll."11.1.1+1"] -files = ["share/Geant4/data"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4zlib", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4persistency", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms", "libG4ptl", "libG4ToolsSG"] - - [[Geant4_jll."11.1.1+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_jll."11.1.1+1".sources]] - hash = "c5878634da9ba6765ce35a469b2893044f4a6598aa948733da8436cdbfeef7d2" - url = "https://gitlab.cern.ch/geant4/geant4/-/archive/v11.1.1/geant4-v11.1.1.tar.gz" - [[Geant4_jll."11.1.1+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Geant4_jll."11.2.0+0"] -files = ["share/Geant4/data"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4zlib", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4mctruth", "libG4geomtext", "libG4gdml", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms", "libG4ptl", "libG4ToolsSG"] - - [[Geant4_jll."11.2.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_jll."11.2.0+0".sources]] - hash = "9ff544739b243a24dac8f29a4e7aab4274fc0124fd4e1c4972018213dc6991ee" - url = "https://gitlab.cern.ch/geant4/geant4/-/archive/v11.2.0/geant4-v11.2.0.tar.gz" - [[Geant4_jll."11.2.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Geant4_jll."11.2.1+0"] -files = ["share/Geant4/data"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4zlib", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4mctruth", "libG4geomtext", "libG4gdml", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms", "libG4ptl", "libG4ToolsSG"] - - [[Geant4_jll."11.2.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_jll."11.2.1+0".sources]] - hash = "76c9093b01128ee2b45a6f4020a1bcb64d2a8141386dea4674b5ae28bcd23293" - url = "https://gitlab.cern.ch/geant4/geant4/-/archive/v11.2.1/geant4-v11.2.1.tar.gz" - [[Geant4_jll."11.2.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[Geant4_jll."11.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/67450c93f37f29c26fa02320bc994427eeceaa70//G/Geant4/./bundled" - -[Geant4_jll."11.3.0+0"] -files = ["share/Geant4/data"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4mctruth", "libG4geomtext", "libG4gdml", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms", "libG4ptl", "libG4ToolsSG"] - - [[Geant4_jll."11.3.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_jll."11.3.0+0".sources]] - hash = "d9d71daff8890a7b5e0e33ea9a65fe6308ad6713000b43ba6705af77078e7ead" - url = "https://gitlab.cern.ch/geant4/geant4/-/archive/v11.3.0/geant4-v11.3.0.tar.gz" - [[Geant4_jll."11.3.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[Geant4_jll."11.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/108f8e7ab1e4adfe44beabb4fd629c5b25f924c1//G/Geant4/./bundled" - -[Geant4_jll."11.3.2+0"] -files = ["share/Geant4/data"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4mctruth", "libG4geomtext", "libG4gdml", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms", "libG4ptl", "libG4ToolsSG"] - - [[Geant4_jll."11.3.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_jll."11.3.2+0".sources]] - hash = "077edca6aa3b3940f351cf9a948457cad3fb117f215b88c52cce315e1a07fd7a" - url = "https://gitlab.cern.ch/geant4/geant4/-/archive/v11.3.2/geant4-v11.3.2.tar.gz" - [[Geant4_jll."11.3.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[Geant4_jll."11.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b3e7b9565a7146e78f90173e25d9285227e3eb30//G/Geant4/./bundled" - -[Geant4_jll."11.3.2+1"] -files = ["share/Geant4/data"] -libraries = ["libG4vis_management", "libG4FR", "libG4event", "libG4analysis", "libG4digits_hits", "libG4run", "libG4clhep", "libG4GMocren", "libG4particles", "libG4graphics_reps", "libG4geometry", "libG4modeling", "libG4interfaces", "libG4mctruth", "libG4geomtext", "libG4gdml", "libG4track", "libG4error_propagation", "libG4parmodels", "libG4materials", "libG4physicslists", "libG4VRML", "libG4readout", "libG4RayTracer", "libG4visHepRep", "libG4Tree", "libG4processes", "libG4global", "libG4tracking", "libG4intercoms", "libG4ptl", "libG4ToolsSG"] - - [[Geant4_jll."11.3.2+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_jll."11.3.2+1".sources]] - hash = "077edca6aa3b3940f351cf9a948457cad3fb117f215b88c52cce315e1a07fd7a" - url = "https://gitlab.cern.ch/geant4/geant4/-/archive/v11.3.2/geant4-v11.3.2.tar.gz" - [[Geant4_jll."11.3.2+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[Geant4_jll."11.3.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f80567c1852dd2648e0cb859c26aa58fb983002a//G/Geant4/./bundled" - -[Geant4_julia_jll."0.1.1+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.1+0".sources]] - hash = "09cca3cd0cdc4a6e5c14a6ccda13f8c5cc7fd4c0" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.2+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.2+0".sources]] - hash = "96e44786543cd14930afb9d3abd99da61992277d" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.3+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.3+0".sources]] - hash = "b4eefe53573d3b8d7ee97796df478789fa536eda" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.4+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.4+0".sources]] - hash = "2003d2c608d5a3691b9bd4f6e8b09c5adeed804a" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.5+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.5+0".sources]] - hash = "19a21a498c96cc07a348725c25fe12b2cd30f3ec" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.6+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.6+0".sources]] - hash = "07f7b72fdfa56ac7c7b888e25301ef4ecbf20213" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.7+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.7+0".sources]] - hash = "85563d769891145ba9d92bc0e34db369c5837d23" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.8+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.8+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.8+0".sources]] - hash = "89d67877549c95a66ba2c10e203fef95ca15c3c8" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.9+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.9+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.9+0".sources]] - hash = "a406d1c260957a8fc7f5d5a3c5b23cf99cf38930" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.10+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.10+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.10+0".sources]] - hash = "19b53e7c691b41809bc082b4b393dee2e0303c48" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.11+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.11+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.11+0".sources]] - hash = "19b53e7c691b41809bc082b4b393dee2e0303c48" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.12+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.12+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.12+0".sources]] - hash = "d1ad3e7bcc15d8ac3d561b0697be4b664d6203db" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.13+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.13+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.13+0".sources]] - hash = "170dd339ec59b4e341a1138577d93543d0c73c7c" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.14+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.14+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.14+0".sources]] - hash = "7279f542cb6502a0db62623b2f069ed1d32d7c29" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.15+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.15+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.15+0".sources]] - hash = "c50f41ae8837149aa1cb968cb37e4d1de7c360a8" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.16+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.16+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.16+0".sources]] - hash = "babe7828529f2c3fbf8990167c9c0a6e4095a63e" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.1.17+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.1.17+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.1.17+0".sources]] - hash = "7a77c8489de9fa2f00a1dfe7e24bb1c73087e36b" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.2.0+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.2.0+0".sources]] - hash = "c80b68aa13774a97f105a96326d95d4a25b8a63f" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.2.1+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.2.1+0".sources]] - hash = "9105e15ead1749d4b111f10f8ae1110036b8bdb9" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.2.2+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.2.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[Geant4_julia_jll."0.2.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.2.2+0".sources]] - hash = "b82c50a861c5957b2b2d83d4d7674b40ba829209" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.2.3+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.2.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[Geant4_julia_jll."0.2.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.2.3+0".sources]] - hash = "f011260477bb13463b0bf87eac78bedb447dd3e6" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[Geant4_julia_jll."0.3.0+0"] -files = ["Geant4-export.jl"] -libraries = ["libGeant4Wrap"] - - [[Geant4_julia_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[Geant4_julia_jll."0.3.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Geant4_julia_jll."0.3.0+0".sources]] - hash = "7e2194e1b214a9af7f85a201c44780bece4720e9" - repo = "https://github.com/peremato/Geant4_cxxwrap.git" - -[GenICamRuntime_jll."3.1.0+0"] -libraries = ["libGCBase_gcc48_v3_1", "libGCBase_gcc46_v3_1", "libGCBase_gcc42_v3_1", "libGCBase_clang61_v3_1", "GCBase_MD_VC120_v3_1", "libGenApi_gcc48_v3_1", "libGenApi_gcc46_v3_1", "libGenApi_gcc42_v3_1", "libGenApi_clang61_v3_1", "GenApi_MD_VC120_v3_1", "libLog_gcc48_v3_1", "libLog_gcc46_v3_1", "libLog_gcc42_v3_1", "libLog_clang61_v3_1", "Log_MD_VC120_v3_1", "libMathParser_gcc48_v3_1", "libMathParser_gcc46_v3_1", "libMathParser_gcc42_v3_1", "libMathParser_clang61_v3_1", "MathParser_MD_VC120_v3_1", "libNodeMapData_gcc48_v3_1", "libNodeMapData_gcc46_v3_1", "libNodeMapData_gcc42_v3_1", "libNodeMapData_clang61_v3_1", "NodeMapData_MD_VC120_v3_1", "libXmlParser_gcc48_v3_1", "libXmlParser_gcc46_v3_1", "libXmlParser_gcc42_v3_1", "libXmlParser_clang61_v3_1", "XmlParser_MD_VC120_v3_1"] - - [[GenICamRuntime_jll."3.1.0+0".sources]] - hash = "4c551e9a09cab1a5224350698249ea7f81f473e6a76b755fe792e11d30c66f2e" - url = "https://www.emva.org/wp-content/uploads/GenICam_V3_1_0_public_data.zip" - -[GenICamRuntime_jll."3.3.0+0"] -libraries = ["libGCBase_gcc494_v3_3", "libGCBase_gcc49_v3_3", "libGCBase_gcc48_v3_3", "libGCBase_clang100_v3_3", "GCBase_MD_VC141_v3_3", "libGenApi_gcc494_v3_3", "libGenApi_gcc49_v3_3", "libGenApi_gcc48_v3_3", "libGenApi_clang100_v3_3", "GenApi_MD_VC141_v3_3", "libLog_gcc494_v3_3", "libLog_gcc49_v3_3", "libLog_gcc48_v3_3", "libLog_clang100_v3_3", "Log_MD_VC141_v3_3", "libMathParser_gcc494_v3_3", "libMathParser_gcc49_v3_3", "libMathParser_gcc48_v3_3", "libMathParser_clang100_v3_3", "MathParser_MD_VC141_v3_3", "libNodeMapData_gcc494_v3_3", "libNodeMapData_gcc49_v3_3", "libNodeMapData_gcc48_v3_3", "libNodeMapData_clang100_v3_3", "NodeMapData_MD_VC141_v3_3", "libXmlParser_gcc494_v3_3", "libXmlParser_gcc49_v3_3", "libXmlParser_gcc48_v3_3", "libXmlParser_clang100_v3_3", "XmlParser_MD_VC141_v3_3"] - - [[GenICamRuntime_jll."3.3.0+0".sources]] - hash = "0b3dd212681418f355b8fbb677338d80b2c1ea63f33ecfbe3c2f31c8f93e851e" - url = "https://www.emva.org/wp-content/uploads/GenICam_V3_3_0_public_data.zip" - -[GeographicLibWrapper_jll."0.1.0+0"] -libraries = ["libGeographicLibWrapper"] - - [[GeographicLibWrapper_jll."0.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[GeographicLibWrapper_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a25f0459e086de82d462791de00675ea2ba6e285//G/GeographicLibWrapper/./src" - -[GeographicLib_jll."1.52.0+0"] -executables = ["GeodesicProj", "Gravity", "MagneticField", "CartConvert", "GeodSolve", "GeoidEval", "ConicProj", "RhumbSolve", "TransverseMercatorProj", "Planimeter", "GeoConvert"] -libraries = ["libGeographic"] - - [[GeographicLib_jll."1.52.0+0".sources]] - hash = "5d4145cd16ebf51a2ff97c9244330a340787d131165cfd150e4b2840c0e8ac2b" - url = "https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.52.tar.gz" - -[GettextRuntime_jll."0.22.4+0"] -executables = ["gettext", "ngettext", "envsubst"] -libraries = ["libintl", "libasprintf"] - - [[GettextRuntime_jll."0.22.4+0".sources]] - hash = "29217f1816ee2e777fa9a01f9956a14139c0c23cc1b20368f06b2888e8a34116" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.4.tar.xz" - -[GettextTiny_jll."0.3.2+0"] -executables = ["msgfmt"] - - [[GettextTiny_jll."0.3.2+0".sources]] - hash = "a9a72cfa21853f7d249592a3c6f6d36f5117028e24573d092f9184ab72bbe187" - url = "https://ftp.barfooze.de/pub/sabotage/tarballs/gettext-tiny-0.3.2.tar.xz" - -[Gettext_jll."0.20.1+0"] -libraries = ["libgettext"] - - [[Gettext_jll."0.20.1+0".sources]] - hash = "9c1781328238caa1685d7bc7a2e1dcf1c6c134e86b42ed554066734b621bd12f" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.tar.xz" - [[Gettext_jll."0.20.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f15772cde0bd6248c0aa901b5b861483b11e5a2d//G/Gettext/./bundled" - -[Gettext_jll."0.20.1+1"] -libraries = ["libgettextlib", "libgettextlib-0-20"] - - [[Gettext_jll."0.20.1+1".sources]] - hash = "53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.xz" - -[Gettext_jll."0.20.1+2"] -libraries = ["libgettextlib", "libgettextlib-0-20"] - - [[Gettext_jll."0.20.1+2".sources]] - hash = "53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.xz" - -[Gettext_jll."0.20.1+3"] -libraries = ["libgettextlib", "libgettextlib-0-20"] - - [[Gettext_jll."0.20.1+3".sources]] - hash = "53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.xz" - -[Gettext_jll."0.20.1+4"] -libraries = ["libgettextlib", "libgettextlib-0-20"] - - [[Gettext_jll."0.20.1+4".sources]] - hash = "53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.xz" - -[Gettext_jll."0.20.1+5"] -libraries = ["libgettextlib", "libgettextlib-0-20"] - - [[Gettext_jll."0.20.1+5".sources]] - hash = "53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.xz" - -[Gettext_jll."0.20.1+6"] -libraries = ["libgettextlib", "libgettextlib-0-20"] - - [[Gettext_jll."0.20.1+6".sources]] - hash = "53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.xz" - -[Gettext_jll."0.20.1+7"] -libraries = ["libgettextlib", "libgettextlib-0-20"] - - [[Gettext_jll."0.20.1+7".sources]] - hash = "53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.xz" - -[Gettext_jll."0.21.0+0"] -libraries = ["libgettextlib", "libgettextlib-0"] - - [[Gettext_jll."0.21.0+0".sources]] - hash = "d20fcbb537e02dcf1383197ba05bd0734ef7bf5db06bdb241eb69b7d16b73192" - url = "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.21.tar.xz" - [[Gettext_jll."0.21.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0c67fe3f21b49e41bd1f31689534c79a98982b4b//G/Gettext/./bundled" - -[Ghostscript_jll."9.53.3+0"] -executables = ["gs"] -files = ["bin/dvipdf", "bin/eps2eps", "bin/gsbj", "bin/gsdj", "bin/gsdj500", "bin/gslj", "bin/gslp", "bin/gsnd", "bin/pdf2dsc", "bin/pdf2ps", "bin/pf2afm", "bin/pfbtopfa", "bin/pphs", "bin/printafm", "bin/ps2ascii", "bin/ps2epsi", "bin/ps2pdf", "bin/ps2pdf12", "bin/ps2pdf13", "bin/ps2pdf14", "bin/ps2pdfwr", "bin/ps2ps", "bin/ps2ps2"] - - [[Ghostscript_jll."9.53.3+0".sources]] - hash = "6eaf422f26a81854a230b80fd18aaef7e8d94d661485bd2e97e695b9dce7bf7f" - url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/ghostscript-9.53.3.tar.gz" - [[Ghostscript_jll."9.53.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e0246228cec4d7161c8f1b0522f8ef55c190980a//G/Ghostscript/./bundled" - -[Ghostscript_jll."9.55.0+0"] -executables = ["gs"] -files = ["bin/dvipdf", "bin/eps2eps", "bin/gsbj", "bin/gsdj", "bin/gsdj500", "bin/gslj", "bin/gslp", "bin/gsnd", "bin/pdf2dsc", "bin/pdf2ps", "bin/pf2afm", "bin/pfbtopfa", "bin/pphs", "bin/printafm", "bin/ps2ascii", "bin/ps2epsi", "bin/ps2pdf", "bin/ps2pdf12", "bin/ps2pdf13", "bin/ps2pdf14", "bin/ps2pdfwr", "bin/ps2ps", "bin/ps2ps2"] - - [[Ghostscript_jll."9.55.0+0".sources]] - hash = "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b" - url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/ghostscript-9.55.0.tar.gz" - [[Ghostscript_jll."9.55.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d414e77c073a44484d410d22029cc297c3edc2d7//G/Ghostscript/./bundled" - -[Ghostscript_jll."9.55.0+1"] -executables = ["gs"] -files = ["bin/dvipdf", "bin/eps2eps", "bin/gsbj", "bin/gsdj", "bin/gsdj500", "bin/gslj", "bin/gslp", "bin/gsnd", "bin/pdf2dsc", "bin/pdf2ps", "bin/pf2afm", "bin/pfbtopfa", "bin/pphs", "bin/printafm", "bin/ps2ascii", "bin/ps2epsi", "bin/ps2pdf", "bin/ps2pdf12", "bin/ps2pdf13", "bin/ps2pdf14", "bin/ps2pdfwr", "bin/ps2ps", "bin/ps2ps2"] -libraries = ["libgs"] - - [[Ghostscript_jll."9.55.0+1".sources]] - hash = "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b" - url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/ghostscript-9.55.0.tar.gz" - [[Ghostscript_jll."9.55.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2168685345d6ae803daa266624f6c27b4566c91b//G/Ghostscript/./bundled" - -[Ghostscript_jll."9.55.0+2"] -executables = ["gs"] -files = ["bin/dvipdf", "bin/eps2eps", "bin/gsbj", "bin/gsdj", "bin/gsdj500", "bin/gslj", "bin/gslp", "bin/gsnd", "bin/pdf2dsc", "bin/pdf2ps", "bin/pf2afm", "bin/pfbtopfa", "bin/pphs", "bin/printafm", "bin/ps2ascii", "bin/ps2epsi", "bin/ps2pdf", "bin/ps2pdf12", "bin/ps2pdf13", "bin/ps2pdf14", "bin/ps2pdfwr", "bin/ps2ps", "bin/ps2ps2", "include/ghostscript/iapi.h", "include/ghostscript/ierrors.h", "include/ghostscript/gserrors.h"] -libraries = ["libgs"] - - [[Ghostscript_jll."9.55.0+2".sources]] - hash = "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b" - url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/ghostscript-9.55.0.tar.gz" - [[Ghostscript_jll."9.55.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5adbfaa7632f8baea531e817399c57a404127314//G/Ghostscript/./bundled" - -[Ghostscript_jll."9.55.0+3"] -executables = ["gs"] -files = ["bin/dvipdf", "bin/eps2eps", "bin/gsbj", "bin/gsdj", "bin/gsdj500", "bin/gslj", "bin/gslp", "bin/gsnd", "bin/pdf2dsc", "bin/pdf2ps", "bin/pf2afm", "bin/pfbtopfa", "bin/pphs", "bin/printafm", "bin/ps2ascii", "bin/ps2epsi", "bin/ps2pdf", "bin/ps2pdf12", "bin/ps2pdf13", "bin/ps2pdf14", "bin/ps2pdfwr", "bin/ps2ps", "bin/ps2ps2", "include/ghostscript/iapi.h", "include/ghostscript/ierrors.h", "include/ghostscript/gserrors.h"] -libraries = ["libgs"] - - [[Ghostscript_jll."9.55.0+3".sources]] - hash = "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b" - url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/ghostscript-9.55.0.tar.gz" - [[Ghostscript_jll."9.55.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b6826e60ff1e9f40927a0885c872e40657a089fe//G/Ghostscript/./bundled" - -[Ghostscript_jll."9.55.0+4"] -executables = ["gs", "gsc", "gsx"] -files = ["bin/dvipdf", "bin/eps2eps", "bin/gsbj", "bin/gsdj", "bin/gsdj500", "bin/gslj", "bin/gslp", "bin/gsnd", "bin/pdf2dsc", "bin/pdf2ps", "bin/pf2afm", "bin/pfbtopfa", "bin/pphs", "bin/printafm", "bin/ps2ascii", "bin/ps2epsi", "bin/ps2pdf", "bin/ps2pdf12", "bin/ps2pdf13", "bin/ps2pdf14", "bin/ps2pdfwr", "bin/ps2ps", "bin/ps2ps2", "include/ghostscript/iapi.h", "include/ghostscript/ierrors.h", "include/ghostscript/gserrors.h"] -libraries = ["libgs"] - - [[Ghostscript_jll."9.55.0+4".sources]] - hash = "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b" - url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/ghostscript-9.55.0.tar.gz" - [[Ghostscript_jll."9.55.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0283be7934939a944c5391fc019b7fa78da9e0ec//G/Ghostscript/./bundled" - -[Ghostscript_jll."9.55.1+0"] -executables = ["gs", "gsc", "gsx"] -files = ["bin/dvipdf", "bin/eps2eps", "bin/gsbj", "bin/gsdj", "bin/gsdj500", "bin/gslj", "bin/gslp", "bin/gsnd", "bin/pdf2dsc", "bin/pdf2ps", "bin/pf2afm", "bin/pfbtopfa", "bin/pphs", "bin/printafm", "bin/ps2ascii", "bin/ps2epsi", "bin/ps2pdf", "bin/ps2pdf12", "bin/ps2pdf13", "bin/ps2pdf14", "bin/ps2pdfwr", "bin/ps2ps", "bin/ps2ps2", "include/ghostscript/iapi.h", "include/ghostscript/ierrors.h", "include/ghostscript/gserrors.h"] -libraries = ["libgs"] - - [[Ghostscript_jll."9.55.1+0".sources]] - hash = "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b" - url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/ghostscript-9.55.0.tar.gz" - [[Ghostscript_jll."9.55.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fa8e4b919faeaa45562405b2f2700439623f51ce//G/Ghostscript/./bundled" - -[GiNaC_jll."1.8.6+0"] -executables = ["viewgar", "ginsh"] -libraries = ["libginac"] - - [[GiNaC_jll."1.8.6+0".build_dependencies]] - name = "Bison_jll" - target = "host" - uuid = "0f48145f-aea8-549d-8864-7f251ac1e6d0" - version = "*" - [[GiNaC_jll."1.8.6+0".build_dependencies]] - name = "flex_jll" - target = "host" - uuid = "48a596b8-cc7a-5e48-b182-65f75e8595d0" - version = "*" - - [[GiNaC_jll."1.8.6+0".sources]] - hash = "586309024f43e28dee484e231e88b85bc2d646bc" - repo = "git://www.ginac.de/ginac.git" - -[GibbsSeaWater_jll."3.5.0+0"] -libraries = ["libgswteos"] - - [[GibbsSeaWater_jll."3.5.0+0".sources]] - hash = "454c46ec00468aeba048fa4f3cee095f927925ab699b1d1b3a25a838cef2d22c" - url = "https://github.com/TEOS-10/GSW-C/archive/d392e91cb63341f543ed1609c4eff613055ab3cb.zip" - -[GibbsSeaWater_jll."3.5.1+0"] -libraries = ["libgswteos"] - - [[GibbsSeaWater_jll."3.5.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[GibbsSeaWater_jll."3.5.1+0".sources]] - hash = "454c46ec00468aeba048fa4f3cee095f927925ab699b1d1b3a25a838cef2d22c" - url = "https://github.com/TEOS-10/GSW-C/archive/d392e91cb63341f543ed1609c4eff613055ab3cb.zip" - -[GibbsSeaWater_jll."3.5.2+0"] -libraries = ["libgswteos"] - - [[GibbsSeaWater_jll."3.5.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[GibbsSeaWater_jll."3.5.2+0".sources]] - hash = "85e20a7f081cb098ef2c348cfe1978d14570832bf234129c0402ef8f9c849006" - url = "https://github.com/TEOS-10/GSW-C/archive/83c1eb7503a6eac8231f3cde4e10f17aed52f30f.zip" - -[Giflib_jll."5.1.4+0"] -libraries = ["libgif"] - - [[Giflib_jll."5.1.4+0".sources]] - hash = "df27ec3ff24671f80b29e6ab1c4971059c14ac3db95406884fc26574631ba8d5" - url = "https://downloads.sourceforge.net/project/giflib/giflib-5.1.4.tar.bz2" - [[Giflib_jll."5.1.4+0".sources]] - hash = "767ea03c1948fa203626107ead3d8b08687a3478d6fbe4690986d545fb1d60bf" - url = "https://deb.debian.org/debian/pool/main/g/giflib/giflib_5.1.4-3.debian.tar.xz" - -[Giflib_jll."5.1.4+1"] -libraries = ["libgif"] - - [[Giflib_jll."5.1.4+1".sources]] - hash = "df27ec3ff24671f80b29e6ab1c4971059c14ac3db95406884fc26574631ba8d5" - url = "https://downloads.sourceforge.net/project/giflib/giflib-5.1.4.tar.bz2" - [[Giflib_jll."5.1.4+1".sources]] - hash = "767ea03c1948fa203626107ead3d8b08687a3478d6fbe4690986d545fb1d60bf" - url = "https://deb.debian.org/debian/pool/main/g/giflib/giflib_5.1.4-3.debian.tar.xz" - -[Giflib_jll."5.2.1+0"] -libraries = ["libgif"] - - [[Giflib_jll."5.2.1+0".sources]] - hash = "31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd" - url = "https://downloads.sourceforge.net/project/giflib/giflib-5.2.1.tar.gz" - [[Giflib_jll."5.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b49c91c959b6e8a0e0c74cc5e614fd5f6f7a75bc//G/Giflib/./bundled" - -[Giflib_jll."5.2.2+0"] -libraries = ["libgif"] - - [[Giflib_jll."5.2.2+0".sources]] - hash = "be7ffbd057cadebe2aa144542fd90c6838c6a083b5e8a9048b8ee3b66b29d5fb" - url = "https://downloads.sourceforge.net/project/giflib/giflib-5.2.2.tar.gz" - [[Giflib_jll."5.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8ae17feb0dbdf7c95d5b21acfc1afc3901a6fffa//G/Giflib/./bundled" - -[Giflib_jll."5.2.2+1"] -libraries = ["libgif"] - - [[Giflib_jll."5.2.2+1".sources]] - hash = "be7ffbd057cadebe2aa144542fd90c6838c6a083b5e8a9048b8ee3b66b29d5fb" - url = "https://downloads.sourceforge.net/project/giflib/giflib-5.2.2.tar.gz" - [[Giflib_jll."5.2.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a428fc1dd2a687f5ea9357ecb9890730b20e4ba7//G/Giflib/./bundled" - -[Giflib_jll."5.2.2+2"] -libraries = ["libgif"] - - [[Giflib_jll."5.2.2+2".sources]] - hash = "be7ffbd057cadebe2aa144542fd90c6838c6a083b5e8a9048b8ee3b66b29d5fb" - url = "https://downloads.sourceforge.net/project/giflib/giflib-5.2.2.tar.gz" - [[Giflib_jll."5.2.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8ae17feb0dbdf7c95d5b21acfc1afc3901a6fffa//G/Giflib/./bundled" - -[Giflib_jll."5.2.3+0"] -libraries = ["libgif"] - - [[Giflib_jll."5.2.3+0".sources]] - hash = "be7ffbd057cadebe2aa144542fd90c6838c6a083b5e8a9048b8ee3b66b29d5fb" - url = "https://downloads.sourceforge.net/project/giflib/giflib-5.2.2.tar.gz" - [[Giflib_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bd6955f295e6121c52894e004aa7c887b52c0d16//G/Giflib/./bundled" - -[Gingko_jll."1.4.0+0"] -libraries = ["libginkgo_hip", "libginkgo_dpcpp", "libginkgo_omp", "libginkgo_reference", "libginkgo_cuda", "libginkgo_device", "libginkgo"] - - [[Gingko_jll."1.4.0+0".sources]] - hash = "6dcadbd3e93f6ec58ef6cda5b980fbf51ea3c7c13e27952ef38804058ac93f08" - url = "https://github.com/ginkgo-project/ginkgo/archive/refs/tags/v1.4.0.tar.gz" - -[Git_LFS_jll."3.7.0+0"] -executables = ["git-lfs"] - - [[Git_LFS_jll."3.7.0+0".sources]] - hash = "92dddf560e62ef7dd25877d87ce072f7595aa52d" - repo = "https://github.com/git-lfs/git-lfs.git" - -[Git_jll."2.23.0+0"] -executables = ["git"] - - [[Git_jll."2.23.0+0".sources]] - hash = "234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.23.0.tar.xz" - -[Git_jll."2.23.0+1"] -executables = ["git"] - - [[Git_jll."2.23.0+1".sources]] - hash = "c2e95e31b633c66845aae7ffd4cff8a8e3202137ae5954199551c09b164cd266" - url = "https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.1/Git-2.23.0-32-bit.tar.bz2" - [[Git_jll."2.23.0+1".sources]] - hash = "88076579c843edd1d048635b552ff4899818f9bdbeedf5e1e3cf8b5dc93129f5" - url = "https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.1/Git-2.23.0-64-bit.tar.bz2" - [[Git_jll."2.23.0+1".sources]] - hash = "234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.23.0.tar.xz" - -[Git_jll."2.26.1+0"] -executables = ["git"] - - [[Git_jll."2.26.1+0".sources]] - hash = "888228408f254634330234df3cece734d190ef6381063821f31ec020538f0368" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.26.1.tar.xz" - [[Git_jll."2.26.1+0".sources]] - hash = "7c9bf2b200d1f65ae0d038c6801efa410760da880eb1f5e683ea8e1efd288c38" - url = "https://github.com/git-for-windows/git/releases/download/v2.26.1.windows.1/Git-2.26.1-32-bit.tar.bz2" - [[Git_jll."2.26.1+0".sources]] - hash = "066c2e88c32d942e32d78aa888559b76ec1785e642b498c6710900026dc05310" - url = "https://github.com/git-for-windows/git/releases/download/v2.26.1.windows.1/Git-2.26.1-64-bit.tar.bz2" - -[Git_jll."2.27.0+0"] -executables = ["git"] - - [[Git_jll."2.27.0+0".sources]] - hash = "73ca9774d7fa226e1d87c1909401623f96dca6a044e583b9a762e84d7d1a73f9" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.27.0.tar.xz" - [[Git_jll."2.27.0+0".sources]] - hash = "96bcfb93c7fbb34bbd4c5c9ba14a2a6ae8f58b299688278e38db1dacad180df2" - url = "https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.tar.bz2" - [[Git_jll."2.27.0+0".sources]] - hash = "a653c41999e4c80eebde8de046dd92a5a9e38a77f60466120daab2f31d3d0935" - url = "https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-64-bit.tar.bz2" - -[Git_jll."2.27.0+1"] -executables = ["git"] - - [[Git_jll."2.27.0+1".sources]] - hash = "73ca9774d7fa226e1d87c1909401623f96dca6a044e583b9a762e84d7d1a73f9" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.27.0.tar.xz" - [[Git_jll."2.27.0+1".sources]] - hash = "96bcfb93c7fbb34bbd4c5c9ba14a2a6ae8f58b299688278e38db1dacad180df2" - url = "https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.tar.bz2" - [[Git_jll."2.27.0+1".sources]] - hash = "a653c41999e4c80eebde8de046dd92a5a9e38a77f60466120daab2f31d3d0935" - url = "https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-64-bit.tar.bz2" - -[Git_jll."2.31.0+0"] -executables = ["git"] - - [[Git_jll."2.31.0+0".sources]] - hash = "e8f162cbdb3283e13cd7388d864ed23485f1b046a19e969f12ed2685fb789a40" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.31.0.tar.xz" - [[Git_jll."2.31.0+0".sources]] - hash = "faff066b2bb4d7640c6a873c87208514218741c201b67b96eacf11be59d9ae1c" - url = "https://github.com/git-for-windows/git/releases/download/v2.31.0.windows.1/Git-2.31.0-32-bit.tar.bz2" - [[Git_jll."2.31.0+0".sources]] - hash = "a5723d9307e044ab9f20f3d43fd014bc6506378da869c98370d3a98b3de7017f" - url = "https://github.com/git-for-windows/git/releases/download/v2.31.0.windows.1/Git-2.31.0-64-bit.tar.bz2" - -[Git_jll."2.34.1+0"] -executables = ["git"] - - [[Git_jll."2.34.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.34.1+0".sources]] - hash = "3a0755dd1cfab71a24dd96df3498c29cd0acd13b04f3d08bf933e81286db802c" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.34.1.tar.xz" - [[Git_jll."2.34.1+0".sources]] - hash = "109d69b92e5383d40765064bcd25183af05b12c64a95597419a703004a7c8521" - url = "https://github.com/git-for-windows/git/releases/download/v2.34.1.windows.1/Git-2.34.1-32-bit.tar.bz2" - [[Git_jll."2.34.1+0".sources]] - hash = "0d962f5894b94b93a966a2c12f77330e5f68aacae775059fb30dd61f2c08ef00" - url = "https://github.com/git-for-windows/git/releases/download/v2.34.1.windows.1/Git-2.34.1-64-bit.tar.bz2" - -[Git_jll."2.36.1+0"] -executables = ["git"] - - [[Git_jll."2.36.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.36.1+0".sources]] - hash = "405d4a0ff6e818d1f12b3e92e1ac060f612adcb454f6299f70583058cb508370" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.36.1.tar.xz" - [[Git_jll."2.36.1+0".sources]] - hash = "7b7cce2d1a29bb18b661720c692b39a27b406cd4916d75cc62d5fe1bfd9a57ea" - url = "https://github.com/git-for-windows/git/releases/download/v2.36.1.windows.1/Git-2.36.1-32-bit.tar.bz2" - [[Git_jll."2.36.1+0".sources]] - hash = "38f4888db497ebe11f67c42a88ac1708fb5c68d53a398b4030b51a6116cce0e5" - url = "https://github.com/git-for-windows/git/releases/download/v2.36.1.windows.1/Git-2.36.1-64-bit.tar.bz2" - -[Git_jll."2.36.1+1"] -executables = ["git"] - - [[Git_jll."2.36.1+1".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.36.1+1".sources]] - hash = "405d4a0ff6e818d1f12b3e92e1ac060f612adcb454f6299f70583058cb508370" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.36.1.tar.xz" - [[Git_jll."2.36.1+1".sources]] - hash = "7b7cce2d1a29bb18b661720c692b39a27b406cd4916d75cc62d5fe1bfd9a57ea" - url = "https://github.com/git-for-windows/git/releases/download/v2.36.1.windows.1/Git-2.36.1-32-bit.tar.bz2" - [[Git_jll."2.36.1+1".sources]] - hash = "38f4888db497ebe11f67c42a88ac1708fb5c68d53a398b4030b51a6116cce0e5" - url = "https://github.com/git-for-windows/git/releases/download/v2.36.1.windows.1/Git-2.36.1-64-bit.tar.bz2" - -[Git_jll."2.36.1+2"] -executables = ["git"] - - [[Git_jll."2.36.1+2".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.36.1+2".sources]] - hash = "405d4a0ff6e818d1f12b3e92e1ac060f612adcb454f6299f70583058cb508370" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.36.1.tar.xz" - [[Git_jll."2.36.1+2".sources]] - hash = "7b7cce2d1a29bb18b661720c692b39a27b406cd4916d75cc62d5fe1bfd9a57ea" - url = "https://github.com/git-for-windows/git/releases/download/v2.36.1.windows.1/Git-2.36.1-32-bit.tar.bz2" - [[Git_jll."2.36.1+2".sources]] - hash = "38f4888db497ebe11f67c42a88ac1708fb5c68d53a398b4030b51a6116cce0e5" - url = "https://github.com/git-for-windows/git/releases/download/v2.36.1.windows.1/Git-2.36.1-64-bit.tar.bz2" - -[Git_jll."2.42.0+0"] -executables = ["git"] - - [[Git_jll."2.42.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.42.0+0".sources]] - hash = "3278210e9fd2994b8484dd7e3ddd9ea8b940ef52170cdb606daa94d887c93b0d" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.42.0.tar.xz" - [[Git_jll."2.42.0+0".sources]] - hash = "64cd27bebd457592a83c2aa8bf0555ef6501675769f330b7558041d17cbb52fa" - url = "https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-32-bit.tar.bz2" - [[Git_jll."2.42.0+0".sources]] - hash = "c192e56f8ed3d364acc87ad04d1f5aa6ae03c23b32b67bf65fcc6f9b8f032e65" - url = "https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.tar.bz2" - -[Git_jll."2.43.0+0"] -executables = ["git"] - - [[Git_jll."2.43.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.43.0+0".sources]] - hash = "5446603e73d911781d259e565750dcd277a42836c8e392cac91cf137aa9b76ec" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.43.0.tar.xz" - [[Git_jll."2.43.0+0".sources]] - hash = "192f58080247f1eea2845fb61e37e91c05a89b44260c7e045b936ca3e45ac7f6" - url = "https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-32-bit.tar.bz2" - [[Git_jll."2.43.0+0".sources]] - hash = "4c19cc73003e55ec71d6f1ce4a961ab32ca22f9c57217d224982535161123f79" - url = "https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-64-bit.tar.bz2" - -[Git_jll."2.44.0+0"] -executables = ["git"] - - [[Git_jll."2.44.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.44.0+0".sources]] - hash = "e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.44.0.tar.xz" - [[Git_jll."2.44.0+0".sources]] - hash = "14541119fe97b4d34126ee136cbdba8da171b8cbd42543185a259128a3eed6b3" - url = "https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-32-bit.tar.bz2" - [[Git_jll."2.44.0+0".sources]] - hash = "d78c40d768eb7af7e14d5cd47dac89a2e50786c89a67be6249e1a041ae5eb20d" - url = "https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-64-bit.tar.bz2" - -[Git_jll."2.44.0+1"] -executables = ["git"] - - [[Git_jll."2.44.0+1".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.44.0+1".sources]] - hash = "e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.44.0.tar.xz" - [[Git_jll."2.44.0+1".sources]] - hash = "14541119fe97b4d34126ee136cbdba8da171b8cbd42543185a259128a3eed6b3" - url = "https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-32-bit.tar.bz2" - [[Git_jll."2.44.0+1".sources]] - hash = "d78c40d768eb7af7e14d5cd47dac89a2e50786c89a67be6249e1a041ae5eb20d" - url = "https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-64-bit.tar.bz2" - -[Git_jll."2.44.0+2"] -executables = ["git"] - - [[Git_jll."2.44.0+2".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.44.0+2".sources]] - hash = "e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.44.0.tar.xz" - [[Git_jll."2.44.0+2".sources]] - hash = "14541119fe97b4d34126ee136cbdba8da171b8cbd42543185a259128a3eed6b3" - url = "https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-32-bit.tar.bz2" - [[Git_jll."2.44.0+2".sources]] - hash = "d78c40d768eb7af7e14d5cd47dac89a2e50786c89a67be6249e1a041ae5eb20d" - url = "https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-64-bit.tar.bz2" - -[Git_jll."2.46.2+0"] -executables = ["git"] - - [[Git_jll."2.46.2+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.46.2+0".sources]] - hash = "5ee8a1c68536094a4f7f9515edc154b12a275b8a57dda4c21ecfbf1afbae2ca3" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.46.2.tar.xz" - [[Git_jll."2.46.2+0".sources]] - hash = "6fe9c7faf1e088b4be37945fa81bbc5252a8a7cb38c617925d5cc6c269cbc3dd" - url = "https://github.com/git-for-windows/git/releases/download/v2.46.2.windows.1/Git-2.46.2-32-bit.tar.bz2" - [[Git_jll."2.46.2+0".sources]] - hash = "f05cf325a8bfaad6da2411e03065b5a4f2a1a69b9d1f9a258db1404524613610" - url = "https://github.com/git-for-windows/git/releases/download/v2.46.2.windows.1/Git-2.46.2-64-bit.tar.bz2" - -[Git_jll."2.47.1+0"] -executables = ["git"] - - [[Git_jll."2.47.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.47.1+0".sources]] - hash = "f3d8f9bb23ae392374e91cd9d395970dabc5b9c5ee72f39884613cd84a6ed310" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.47.1.tar.xz" - [[Git_jll."2.47.1+0".sources]] - hash = "99a91af7a6a7a8791ebede7c0fd5339084853ec1a3c4f9dffdb91145ce934c1e" - url = "https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/Git-2.47.1-32-bit.tar.bz2" - [[Git_jll."2.47.1+0".sources]] - hash = "45d2bdc96712b0ab785c307461429cf5bd744227108805edaaec7517432db54c" - url = "https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/Git-2.47.1-64-bit.tar.bz2" - -[Git_jll."2.49.0+0"] -executables = ["git"] - - [[Git_jll."2.49.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.49.0+0".sources]] - hash = "618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.49.0.tar.xz" - [[Git_jll."2.49.0+0".sources]] - hash = "41af3c80fd618855ad20b441f5f47763cece1ed07f6849ecbdb43066d0aa1dfd" - url = "https://github.com/git-for-windows/git/releases/download/v2.48.1.windows.1/Git-2.48.1-32-bit.tar.bz2" - [[Git_jll."2.49.0+0".sources]] - hash = "6c5d66e3dd6cd44e50ba7892e9e24ace57934f277a3424c9702a400b3fedc1eb" - url = "https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.tar.bz2" - -[Git_jll."2.50.0+0"] -executables = ["git"] - - [[Git_jll."2.50.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.50.0+0".sources]] - hash = "dff3c000e400ace3a63b8a6f8b3b76b88ecfdffd4504a04aba4248372cdec045" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.50.0.tar.xz" - [[Git_jll."2.50.0+0".sources]] - hash = "41af3c80fd618855ad20b441f5f47763cece1ed07f6849ecbdb43066d0aa1dfd" - url = "https://github.com/git-for-windows/git/releases/download/v2.48.1.windows.1/Git-2.48.1-32-bit.tar.bz2" - [[Git_jll."2.50.0+0".sources]] - hash = "401528b4e6ff68dc370fc9b16b3a84094f47699d7bc6549b716c5918ab604357" - url = "https://github.com/git-for-windows/git/releases/download/v2.50.0.windows.1/Git-2.50.0-64-bit.tar.bz2" - -[Git_jll."2.50.1+0"] -executables = ["git"] - - [[Git_jll."2.50.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.50.1+0".sources]] - hash = "7e3e6c36decbd8f1eedd14d42db6674be03671c2204864befa2a41756c5c8fc4" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.50.1.tar.xz" - [[Git_jll."2.50.1+0".sources]] - hash = "41af3c80fd618855ad20b441f5f47763cece1ed07f6849ecbdb43066d0aa1dfd" - url = "https://github.com/git-for-windows/git/releases/download/v2.48.1.windows.1/Git-2.48.1-32-bit.tar.bz2" - [[Git_jll."2.50.1+0".sources]] - hash = "9131f40e26985205432a1aa8583b3a90b5a64f3c6cc9324b2b63f05cb3448222" - url = "https://github.com/git-for-windows/git/releases/download/v2.50.1.windows.1/Git-2.50.1-64-bit.tar.bz2" - -[Git_jll."2.51.0+0"] -executables = ["git"] - - [[Git_jll."2.51.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.51.0+0".sources]] - hash = "60a7c2251cc2e588d5cd87bae567260617c6de0c22dca9cdbfc4c7d2b8990b62" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.51.0.tar.xz" - [[Git_jll."2.51.0+0".sources]] - hash = "41af3c80fd618855ad20b441f5f47763cece1ed07f6849ecbdb43066d0aa1dfd" - url = "https://github.com/git-for-windows/git/releases/download/v2.48.1.windows.1/Git-2.48.1-32-bit.tar.bz2" - [[Git_jll."2.51.0+0".sources]] - hash = "151bddf70e1115631e62bb05535b5e6726b3813e1f363953ad6b4e6697d96933" - url = "https://github.com/git-for-windows/git/releases/download/v2.51.0.windows.1/Git-2.51.0-64-bit.tar.bz2" - -[Git_jll."2.51.1+0"] -executables = ["git"] - - [[Git_jll."2.51.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Git_jll."2.51.1+0".sources]] - hash = "60a7c2251cc2e588d5cd87bae567260617c6de0c22dca9cdbfc4c7d2b8990b62" - url = "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.51.0.tar.xz" - [[Git_jll."2.51.1+0".sources]] - hash = "796d8f4fdd19c668e348d04390a3528df61cfc9864d1f276d9dc585a8a0ac82c" - url = "https://github.com/git-for-windows/git/releases/download/v2.50.1.windows.1/Git-2.50.1-32-bit.tar.bz2" - [[Git_jll."2.51.1+0".sources]] - hash = "151bddf70e1115631e62bb05535b5e6726b3813e1f363953ad6b4e6697d96933" - url = "https://github.com/git-for-windows/git/releases/download/v2.51.0.windows.1/Git-2.51.0-64-bit.tar.bz2" - -[Givaro_jll."4.2.0+0"] -files = ["include/givaro-config.h"] -libraries = ["libgivaro"] - - [[Givaro_jll."4.2.0+0".sources]] - hash = "865e228812feca971dfb6e776a7bc7ac959cf63ebd52b4f05492730a46e1f189" - url = "https://github.com/linbox-team/givaro/releases/download/v4.2.0/givaro-4.2.0.tar.gz" - [[Givaro_jll."4.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/803bdbe58d54130ad76b5fda6274197778a3bc85//G/Givaro/./bundled" - -[GlibNetworking_jll."2.74.0+0"] -files = ["bin/libgioenvironmentproxy.dll", "bin/libgioopenssl.dll", "lib/gio/modules/libgioenvironmentproxy.so", "lib/gio/modules/libgioopenssl.so"] - - [[GlibNetworking_jll."2.74.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[GlibNetworking_jll."2.74.0+0".sources]] - hash = "1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b" - url = "https://download.gnome.org/sources/glib-networking/2.74/glib-networking-2.74.0.tar.xz" - -[Glib_jll."2.59.0+0"] -libraries = ["libglib"] - - [[Glib_jll."2.59.0+0".sources]] - hash = "664a5dee7307384bb074955f8e5891c7cecece349bbcc8a8311890dc185b428e" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.59/glib-2.59.0.tar.xz" - -[Glib_jll."2.59.0+1"] -libraries = ["libglib"] - - [[Glib_jll."2.59.0+1".sources]] - hash = "664a5dee7307384bb074955f8e5891c7cecece349bbcc8a8311890dc185b428e" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.59/glib-2.59.0.tar.xz" - -[Glib_jll."2.59.0+2"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.59.0+2".sources]] - hash = "664a5dee7307384bb074955f8e5891c7cecece349bbcc8a8311890dc185b428e" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.59/glib-2.59.0.tar.xz" - -[Glib_jll."2.59.0+3"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.59.0+3".sources]] - hash = "664a5dee7307384bb074955f8e5891c7cecece349bbcc8a8311890dc185b428e" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.59/glib-2.59.0.tar.xz" - -[Glib_jll."2.59.0+4"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.59.0+4".sources]] - hash = "664a5dee7307384bb074955f8e5891c7cecece349bbcc8a8311890dc185b428e" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.59/glib-2.59.0.tar.xz" - -[Glib_jll."2.68.1+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.68.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.68.1+0".sources]] - hash = "241654b96bd36b88aaa12814efc4843b578e55d47440103727959ac346944333" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.68/glib-2.68.1.tar.xz" - [[Glib_jll."2.68.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/508800005a7a61755232e70f386209ce0b338066//G/Glib/./bundled" - -[Glib_jll."2.68.3+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.68.3+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.68.3+0".sources]] - hash = "e7e1a3c20c026109c45c9ec4a31d8dcebc22e86c69486993e565817d64be3138" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.68/glib-2.68.3.tar.xz" - [[Glib_jll."2.68.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/27337d57bc32b21ae75b0f637c48b866197e11d0//G/Glib/./bundled" - -[Glib_jll."2.68.3+1"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.68.3+1".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.68.3+1".sources]] - hash = "e7e1a3c20c026109c45c9ec4a31d8dcebc22e86c69486993e565817d64be3138" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.68/glib-2.68.3.tar.xz" - [[Glib_jll."2.68.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9cae9f0c65267b35a586d506dffb29e8823ecd4d//G/Glib/./bundled" - -[Glib_jll."2.68.3+2"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.68.3+2".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.68.3+2".sources]] - hash = "e7e1a3c20c026109c45c9ec4a31d8dcebc22e86c69486993e565817d64be3138" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.68/glib-2.68.3.tar.xz" - [[Glib_jll."2.68.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7eddf232436b72bd2c979ce59b62267436428e2b//G/Glib/./bundled" - -[Glib_jll."2.74.0+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.74.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.74.0+0".sources]] - hash = "3652c7f072d7b031a6b5edd623f77ebc5dcd2ae698598abcc89ff39ca75add30" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.74/glib-2.74.0.tar.xz" - [[Glib_jll."2.74.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7f533b92bea552fdc6278bce978f09530609a8a3//G/Glib/./bundled" - -[Glib_jll."2.74.0+1"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.74.0+1".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.74.0+1".sources]] - hash = "3652c7f072d7b031a6b5edd623f77ebc5dcd2ae698598abcc89ff39ca75add30" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.74/glib-2.74.0.tar.xz" - [[Glib_jll."2.74.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e7040b768759e0efc94ca6fb4290a9d4cfef0bb1//G/Glib/./bundled" - -[Glib_jll."2.74.0+2"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.74.0+2".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.74.0+2".sources]] - hash = "3652c7f072d7b031a6b5edd623f77ebc5dcd2ae698598abcc89ff39ca75add30" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.74/glib-2.74.0.tar.xz" - [[Glib_jll."2.74.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/36b41a4188df4ba20e31e20547a107dfc171dced//G/Glib/./bundled" - -[Glib_jll."2.76.5+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.76.5+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.76.5+0".sources]] - hash = "ed3a9953a90b20da8e5578a79f7d1c8a532eacbe2adac82aa3881208db8a3abe" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.76/glib-2.76.5.tar.xz" - [[Glib_jll."2.76.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/769820b037df0f4a44abd4e760ed9b51b9f7c408//G/Glib/./bundled" - -[Glib_jll."2.78.3+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.78.3+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.78.3+0".sources]] - hash = "609801dd373796e515972bf95fc0b2daa44545481ee2f465c4f204d224b2bc21" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.78/glib-2.78.3.tar.xz" - [[Glib_jll."2.78.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0b7c7034a6d543f97b2dbea60c839cc0fdd5eb30//G/Glib/./bundled" - [[Glib_jll."2.78.3+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[Glib_jll."2.80.0+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.80.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.80.0+0".sources]] - hash = "8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.80/glib-2.80.0.tar.xz" - [[Glib_jll."2.80.0+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - [[Glib_jll."2.80.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/54401997a54b9520162f47c2c320a82764fec990//G/Glib/./bundled" - -[Glib_jll."2.80.2+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.80.2+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.80.2+0".sources]] - hash = "b9cfb6f7a5bd5b31238fd5d56df226b2dda5ea37611475bf89f6a0f9400fe8bd" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.80/glib-2.80.2.tar.xz" - [[Glib_jll."2.80.2+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - [[Glib_jll."2.80.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/38b9be9a7777d00cc05227c4bac59450cada1dc2//G/Glib/./bundled" - -[Glib_jll."2.80.5+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0"] - - [[Glib_jll."2.80.5+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.80.5+0".sources]] - hash = "9f23a9de803c695bbfde7e37d6626b18b9a83869689dd79019bf3ae66c3e6771" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.80/glib-2.80.5.tar.xz" - [[Glib_jll."2.80.5+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - [[Glib_jll."2.80.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e48b170bfcd3f14cb4a2284486ac49a2ba47f54a//G/Glib/./bundled" - -[Glib_jll."2.82.2+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0", "libgirepository-2", "libgirepository-2.0"] - - [[Glib_jll."2.82.2+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.82.2+0".sources]] - hash = "ab45f5a323048b1659ee0fbda5cecd94b099ab3e4b9abf26ae06aeb3e781fd63" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.82/glib-2.82.2.tar.xz" - [[Glib_jll."2.82.2+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - [[Glib_jll."2.82.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c58b557897dd38a5cf79caf15e48e4c4798b9ca7//G/Glib/./bundled" - -[Glib_jll."2.82.2+1"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0", "libgirepository-2", "libgirepository-2.0"] - - [[Glib_jll."2.82.2+1".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.82.2+1".sources]] - hash = "ab45f5a323048b1659ee0fbda5cecd94b099ab3e4b9abf26ae06aeb3e781fd63" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.82/glib-2.82.2.tar.xz" - [[Glib_jll."2.82.2+1".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - [[Glib_jll."2.82.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6feb2ef0524c363cdacd2da97be459a0ee74e702//G/Glib/./bundled" - -[Glib_jll."2.82.4+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0", "libgirepository-2", "libgirepository-2.0"] - - [[Glib_jll."2.82.4+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.82.4+0".sources]] - hash = "37dd0877fe964cd15e9a2710b044a1830fb1bd93652a6d0cb6b8b2dff187c709" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.82/glib-2.82.4.tar.xz" - [[Glib_jll."2.82.4+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - [[Glib_jll."2.82.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f69387af5995f744bac9fb4bb81392f1fdce7382//G/Glib/./bundled" - -[Glib_jll."2.84.0+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0", "libgirepository-2", "libgirepository-2.0"] - - [[Glib_jll."2.84.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.84.0+0".sources]] - hash = "f8823600cb85425e2815cfad82ea20fdaa538482ab74e7293d58b3f64a5aff6a" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.84/glib-2.84.0.tar.xz" - [[Glib_jll."2.84.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - [[Glib_jll."2.84.0+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - [[Glib_jll."2.84.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/36ef669a087ed7c858a1637a97f84b5bb26a2adb//G/Glib/./bundled" - -[Glib_jll."2.84.3+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0", "libgirepository-2", "libgirepository-2.0"] - - [[Glib_jll."2.84.3+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.84.3+0".sources]] - hash = "aa4f87c3225bf57ca85f320888f7484901a17934ca37023c3bd8435a72db863e" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.84/glib-2.84.3.tar.xz" - [[Glib_jll."2.84.3+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - [[Glib_jll."2.84.3+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - [[Glib_jll."2.84.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/08248b60d8acfeabf95ec3f6880e2704d8ca9206//G/Glib/bundled" - -[Glib_jll."2.86.0+0"] -libraries = ["libgio-2", "libgio-2.0", "libglib-2", "libglib-2.0", "libgmodule-2", "libgmodule-2.0", "libgobject-2", "libgobject-2.0", "libgthread-2", "libgthread-2.0", "libgirepository-2", "libgirepository-2.0"] - - [[Glib_jll."2.86.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Glib_jll."2.86.0+0".sources]] - hash = "b5739972d737cfb0d6fd1e7f163dfe650e2e03740bb3b8d408e4d1faea580d6d" - url = "https://ftp.gnome.org/pub/gnome/sources/glib/2.86/glib-2.86.0.tar.xz" - [[Glib_jll."2.86.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - [[Glib_jll."2.86.0+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - [[Glib_jll."2.86.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1e15bbb71307a0c06896eebfad92453f1b60a77b//G/Glib/bundled" - -[Glibc_jll."2.12.2+0"] -libraries = ["libc", "libdl", "libm", "libpthread", "librt"] - - [[Glibc_jll."2.12.2+0".sources]] - hash = "0eb4fdf7301a59d3822194f20a2782858955291dd93be264b8b8d4d56f87203f" - url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.12.2.tar.xz" - [[Glibc_jll."2.12.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e31e28153921be2dcc9b0364d959085e5c0c86e3//G/Glibc/Glibc@2.12.2/./bundled" - -[Glibc_jll."2.12.2+6"] -libraries = ["libc", "libdl", "libm", "libpthread", "librt"] - - [[Glibc_jll."2.12.2+6".sources]] - hash = "0eb4fdf7301a59d3822194f20a2782858955291dd93be264b8b8d4d56f87203f" - url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.12.2.tar.xz" - [[Glibc_jll."2.12.2+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f27e730ef9d55c4d5c8056b1e8bb8745402851b//./G/Glibc/Glibc@2.12.2/./bundled" - -[Glibc_jll."2.17.0+0"] -libraries = ["libc", "libdl", "libm", "libpthread", "librt"] - - [[Glibc_jll."2.17.0+0".sources]] - hash = "6914e337401e0e0ade23694e1b2c52a5f09e4eda3270c67e7c3ba93a89b5b23e" - url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.17.tar.xz" - [[Glibc_jll."2.17.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/64ae55b25990853b58fc5ce98a4850a7b033f309//G/Glibc/Glibc@2.17/./bundled" - -[Glibc_jll."2.17.0+3"] -libraries = ["libc", "libdl", "libm", "libpthread", "librt"] - - [[Glibc_jll."2.17.0+3".sources]] - hash = "6914e337401e0e0ade23694e1b2c52a5f09e4eda3270c67e7c3ba93a89b5b23e" - url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.17.tar.xz" - [[Glibc_jll."2.17.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9a52b5c4b8b111e0a842820067eecc4830d12174//./G/Glibc/Glibc@2.17/./bundled" - -[Glibc_jll."2.19.0+0"] -libraries = ["libc", "libdl", "libm", "libpthread", "librt"] - - [[Glibc_jll."2.19.0+0".sources]] - hash = "2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2" - url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.19.tar.xz" - [[Glibc_jll."2.19.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/36747ce60807d920ec75d9ecf24f231d412c91b9//G/Glibc/Glibc@2.19/./bundled" - -[Glibc_jll."2.19.0+3"] -libraries = ["libc", "libdl", "libm", "libpthread", "librt"] - - [[Glibc_jll."2.19.0+3".sources]] - hash = "2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2" - url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.19.tar.xz" - [[Glibc_jll."2.19.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9a52b5c4b8b111e0a842820067eecc4830d12174//./G/Glibc/Glibc@2.19/./bundled" - -[Glibc_jll."2.29.0+0"] -libraries = ["libc", "libdl", "libm", "libpthread", "librt"] - - [[Glibc_jll."2.29.0+0".sources]] - hash = "f3eeb8d57e25ca9fc13c2af3dae97754f9f643bc69229546828e3a240e2af04b" - url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.29.tar.xz" - [[Glibc_jll."2.29.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/437022eca6832d3148951d89cd0133735dd0e20d//G/Glibc/./bundled" - -[Glibc_jll."2.34.0+0"] -libraries = ["libc", "libdl", "libm", "libpthread", "librt"] - - [[Glibc_jll."2.34.0+0".sources]] - hash = "44d26a1fe20b8853a48f470ead01e4279e869ac149b195dda4e44a195d981ab2" - url = "https://mirrors.kernel.org/gnu/glibc/glibc-2.34.tar.xz" - [[Glibc_jll."2.34.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4da39b5352b6e4ac6e0d5043f0ef424fc6282870//G/Glibc/Glibc@2.34/./bundled" - -[Glibmm_jll."2.66.6+0"] -libraries = ["libglibmm-2.4", "libglibmm-2", "libglibmm", "libgiomm-2.4", "libgiomm-2", "libgiomm", "libglibmm_generate_extra_defs-2.4", "libglibmm_generate_extra_defs-2", "libglibmm_generate_extra_defs"] - - [[Glibmm_jll."2.66.6+0".sources]] - hash = "5358742598181e5351d7bf8da072bf93e6dd5f178d27640d4e462bc8f14e152f" - url = "https://download.gnome.org/sources/glibmm/2.66/glibmm-2.66.6.tar.xz" - -[Glibmm_jll."2.68.1+0"] -libraries = ["libglibmm-2.68", "libglibmm-2", "libglibmm_generate_extra_defs-2.68", "libglibmm_generate_extra_defs-2", "libgiomm-2.68", "libgiomm-2"] - - [[Glibmm_jll."2.68.1+0".sources]] - hash = "6664e27c9a9cca81c29e35687f49f2e0d173a2fc9e98c3428311f707db532f8c" - url = "https://download.gnome.org/sources/glibmm/2.68/glibmm-2.68.1.tar.xz" - -[Glibmm_jll."2.76.0+0"] -libraries = ["libglibmm-2.68", "libglibmm-2", "libglibmm_generate_extra_defs-2.68", "libglibmm_generate_extra_defs-2", "libgiomm-2.68", "libgiomm-2"] - - [[Glibmm_jll."2.76.0+0".sources]] - hash = "8637d80ceabd94fddd6e48970a082a264558d4ab82684e15ffc87e7ef3462ab2" - url = "https://download.gnome.org/sources/glibmm/2.76/glibmm-2.76.0.tar.xz" - -[Gloo_jll."0.0.20200317+0"] -libraries = ["libgloo"] - - [[Gloo_jll."0.0.20200317+0".build_dependencies]] - name = "LibUV_jll" - target = "target" - version = "*" - - [[Gloo_jll."0.0.20200317+0".sources]] - hash = "113bde13035594cafdca247be953610b53026553" - repo = "https://github.com/facebookincubator/gloo.git" - [[Gloo_jll."0.0.20200317+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1c145bf0e7149c4c3ffdfbf109f1493c365af45a//G/Gloo/./bundled" - -[Gloo_jll."0.0.20200910+0"] -libraries = ["libgloo"] - - [[Gloo_jll."0.0.20200910+0".build_dependencies]] - name = "LibUV_jll" - target = "target" - version = "*" - - [[Gloo_jll."0.0.20200910+0".sources]] - hash = "881f7f0dcf06f7e49e134a45d3284860fb244fa9" - repo = "https://github.com/facebookincubator/gloo.git" - [[Gloo_jll."0.0.20200910+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3e0e28c8757d046e4ace0fd5ff1259f0233d380e//G/Gloo/./bundled" - -[Gloo_jll."0.0.20210521+0"] -libraries = ["libgloo"] - - [[Gloo_jll."0.0.20210521+0".build_dependencies]] - name = "LibUV_jll" - target = "target" - version = "*" - - [[Gloo_jll."0.0.20210521+0".sources]] - hash = "c22a5cfba94edf8ea4f53a174d38aa0c629d070f" - repo = "https://github.com/facebookincubator/gloo.git" - [[Gloo_jll."0.0.20210521+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f2594736b5f011ca212232284877ba1c10f8fe4//G/Gloo/./bundled" - -[Gnome_themes_extra_jll."3.28.0+0"] -libraries = ["libadwaita"] - - [[Gnome_themes_extra_jll."3.28.0+0".sources]] - hash = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" - url = "http://ftp.gnome.org/pub/gnome/sources/gnome-themes-extra/3.28/gnome-themes-extra-3.28.tar.xz" - -[Gnome_themes_extra_jll."3.28.0+1"] -files = ["share/themes/Adwaita/index.theme"] - - [[Gnome_themes_extra_jll."3.28.0+1".sources]] - hash = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" - url = "http://ftp.gnome.org/pub/gnome/sources/gnome-themes-extra/3.28/gnome-themes-extra-3.28.tar.xz" - -[Gnome_themes_extra_jll."3.28.0+2"] -files = ["share/themes/Adwaita/index.theme"] - - [[Gnome_themes_extra_jll."3.28.0+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Gnome_themes_extra_jll."3.28.0+2".sources]] - hash = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" - url = "http://ftp.gnome.org/pub/gnome/sources/gnome-themes-extra/3.28/gnome-themes-extra-3.28.tar.xz" - -[GnuPG_jll."2.2.27+0"] -executables = ["dirmngr", "dirmngr-client", "gpg", "gpg-agent", "gpgconf", "gpg-connect-agent", "gpgscm", "gpgsm", "gpgtar", "gpgv", "kbxutil"] - - [[GnuPG_jll."2.2.27+0".build_dependencies]] - name = "Libgpg_error_jll" - target = "host" - version = "*" - [[GnuPG_jll."2.2.27+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[GnuPG_jll."2.2.27+0".sources]] - hash = "34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399" - url = "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.27.tar.bz2" - [[GnuPG_jll."2.2.27+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6188e52a932bd0f4c5d5c338c7d0f8394ed252bc//G/GnuPG/./bundled" - -[GnuPG_jll."2.4.7+0"] -executables = ["gpg", "gpg-agent", "gpgconf", "gpg-connect-agent", "gpgscm", "gpgsm", "gpgtar", "gpgv", "kbxutil"] - - [[GnuPG_jll."2.4.7+0".build_dependencies]] - name = "Libgpg_error_jll" - target = "host" - version = "*" - [[GnuPG_jll."2.4.7+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[GnuPG_jll."2.4.7+0".sources]] - hash = "7b24706e4da7e0e3b06ca068231027401f238102c41c909631349dcc3b85eb46" - url = "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.7.tar.bz2" - [[GnuPG_jll."2.4.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/60761bba8b76b1259e5aa187eb2b6768dd4c401f//G/GnuPG/bundled" - -[GnuTLS_jll."3.6.13+0"] -libraries = ["libgnutls"] - - [[GnuTLS_jll."3.6.13+0".sources]] - hash = "32041df447d9f4644570cf573c9f60358e865637d69b7e59d1159b7240b52f38" - url = "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.13.tar.xz" - -[GnuTLS_jll."3.6.13+1"] -libraries = ["libgnutls"] - - [[GnuTLS_jll."3.6.13+1".sources]] - hash = "32041df447d9f4644570cf573c9f60358e865637d69b7e59d1159b7240b52f38" - url = "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.13.tar.xz" - -[GnuTLS_jll."3.7.1+0"] -libraries = ["libgnutls"] - - [[GnuTLS_jll."3.7.1+0".sources]] - hash = "3777d7963eca5e06eb315686163b7b3f5045e2baac5e54e038ace9835e5cac6f" - url = "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.1.tar.xz" - [[GnuTLS_jll."3.7.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/225921027ea29e48a15f24063d0e8fac5778d483//G/GnuTLS/./bundled" - -[GnuTLS_jll."3.7.8+0"] -libraries = ["libgnutls"] - - [[GnuTLS_jll."3.7.8+0".sources]] - hash = "c58ad39af0670efe6a8aee5e3a8b2331a1200418b64b7c51977fb396d4617114" - url = "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.8.tar.xz" - [[GnuTLS_jll."3.7.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8fff4ac53ebaa23ad61ee35264cbff783d9c2d71//G/GnuTLS/./bundled" - -[GnuTLS_jll."3.7.8+1"] -libraries = ["libgnutls"] - - [[GnuTLS_jll."3.7.8+1".sources]] - hash = "c58ad39af0670efe6a8aee5e3a8b2331a1200418b64b7c51977fb396d4617114" - url = "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.8.tar.xz" - [[GnuTLS_jll."3.7.8+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/147e3c981604f6aca5bd5ebb09c318489b5a3109//G/GnuTLS/./bundled" - -[GnuTLS_jll."3.8.3+0"] -libraries = ["libgnutls"] - - [[GnuTLS_jll."3.8.3+0".sources]] - hash = "f74fc5954b27d4ec6dfbb11dea987888b5b124289a3703afcada0ee520f4173e" - url = "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.3.tar.xz" - [[GnuTLS_jll."3.8.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4fd9b4d19969465e6532b84b7c0c34c914f9f186//G/GnuTLS/./bundled" - -[GnuTLS_jll."3.8.4+0"] -libraries = ["libgnutls"] - - [[GnuTLS_jll."3.8.4+0".sources]] - hash = "2bea4e154794f3f00180fa2a5c51fe8b005ac7a31cd58bd44cdfa7f36ebc3a9b" - url = "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.4.tar.xz" - [[GnuTLS_jll."3.8.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2df6820c95e4f5ab75ba42c64cfc087355148e9c//G/GnuTLS/./bundled" - -[Gnuastro_jll."0.11.0+0"] -executables = ["astarithmetic", "astconvertt", "astconvolve", "astcosmiccal", "astcrop", "astfits", "astmatch", "astmkcatalog", "astmknoise", "astmkprof", "astnoisechisel", "astscript-sort-by-night", "astsegment", "aststatistics", "asttable", "astwarp"] -libraries = ["libgnuastro"] - - [[Gnuastro_jll."0.11.0+0".sources]] - hash = "f51a5fe6c2ac7218442aa87be883dbd98d130b48d5e2dff3abb2730113c76c2f" - url = "http://ftp.gnu.org/gnu/gnuastro/gnuastro-0.11.tar.gz" - [[Gnuastro_jll."0.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b1ed82d21783442aede17e5c0112e10c0ba83647//G/Gnuastro/./bundled" - -[Gnuastro_jll."0.14.0+0"] -executables = ["astarithmetic", "astconvertt", "astconvolve", "astcosmiccal", "astcrop", "astfits", "astmatch", "astmkcatalog", "astmknoise", "astmkprof", "astnoisechisel", "astscript-sort-by-night", "astsegment", "aststatistics", "asttable", "astwarp"] -libraries = ["libgnuastro"] - - [[Gnuastro_jll."0.14.0+0".sources]] - hash = "873bb7d5de4a84229f8f28cfcc7be845478fb7d1344dc17d0c2789534839c377" - url = "http://ftp.gnu.org/gnu/gnuastro/gnuastro-0.14.tar.gz" - [[Gnuastro_jll."0.14.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8d0aeda72ed664bedfb200453bc57432cfe2de95//G/Gnuastro/./bundled" - -[Gnuplot_jll."5.4.5+0"] -executables = ["gnuplot"] - - [[Gnuplot_jll."5.4.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - [[Gnuplot_jll."5.4.5+0".build_dependencies]] - name = "Qt5Tools_jll" - target = "target" - uuid = "a9c6e4b1-b2fb-56d5-96a9-25f276f13840" - version = "*" - - [[Gnuplot_jll."5.4.5+0".sources]] - hash = "66f679115dd30559e110498fc94d926949d4d370b4999a042e724b8e910ee478" - url = "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.5/gnuplot-5.4.5.tar.gz" - [[Gnuplot_jll."5.4.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/475f084ebdacb25458d31a067d84ec784015cc81//G/Gnuplot/./bundled" - -[Gnuplot_jll."5.4.5000+0"] -executables = ["gnuplot"] - - [[Gnuplot_jll."5.4.5000+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - [[Gnuplot_jll."5.4.5000+0".build_dependencies]] - name = "Qt5Tools_jll" - target = "target" - uuid = "a9c6e4b1-b2fb-56d5-96a9-25f276f13840" - version = "*" - - [[Gnuplot_jll."5.4.5000+0".sources]] - hash = "66f679115dd30559e110498fc94d926949d4d370b4999a042e724b8e910ee478" - url = "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.5/gnuplot-5.4.5.tar.gz" - [[Gnuplot_jll."5.4.5000+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ad41364e21f3d62dc2372e0a6441dcf05f62dab//G/Gnuplot/./bundled" - -[Gnuplot_jll."6.0.3000+0"] -executables = ["gnuplot"] - - [[Gnuplot_jll."6.0.3000+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[Gnuplot_jll."6.0.3000+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Gnuplot_jll."6.0.3000+0".build_dependencies]] - name = "Qt5Tools_jll" - target = "target" - version = "*" - - [[Gnuplot_jll."6.0.3000+0".sources]] - hash = "ec52e3af8c4083d4538152b3f13db47f6d29929a3f6ecec5365c834e77f251ab" - url = "https://downloads.sourceforge.net/project/gnuplot/gnuplot/6.0.3/gnuplot-6.0.3.tar.gz" - [[Gnuplot_jll."6.0.3000+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d7f3f93fdb3dfe4609954447486f357f9c15cf6//G/Gnuplot/./bundled" - -[Gnuplot_jll."6.0.3001+0"] -executables = ["gnuplot", "gnuplot_fake"] - - [[Gnuplot_jll."6.0.3001+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[Gnuplot_jll."6.0.3001+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Gnuplot_jll."6.0.3001+0".build_dependencies]] - name = "Qt5Tools_jll" - target = "target" - version = "*" - - [[Gnuplot_jll."6.0.3001+0".sources]] - hash = "ec52e3af8c4083d4538152b3f13db47f6d29929a3f6ecec5365c834e77f251ab" - url = "https://downloads.sourceforge.net/project/gnuplot/gnuplot/6.0.3/gnuplot-6.0.3.tar.gz" - [[Gnuplot_jll."6.0.3001+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/702a5bed7bdebb13967d915e2bcfba8459552652//G/Gnuplot/./bundled" - -[Gnuplot_jll."60.0.3002+0"] -executables = ["gnuplot", "gnuplot_fake"] - - [[Gnuplot_jll."60.0.3002+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[Gnuplot_jll."60.0.3002+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Gnuplot_jll."60.0.3002+0".build_dependencies]] - name = "Qt5Tools_jll" - target = "target" - version = "*" - - [[Gnuplot_jll."60.0.3002+0".sources]] - hash = "ec52e3af8c4083d4538152b3f13db47f6d29929a3f6ecec5365c834e77f251ab" - url = "https://downloads.sourceforge.net/project/gnuplot/gnuplot/6.0.3/gnuplot-6.0.3.tar.gz" - [[Gnuplot_jll."60.0.3002+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ecfa2f20c701a1f715ae935bc0e102b7fe122b5a//G/Gnuplot/./bundled" - -[Gnuplot_jll."60.0.3003+0"] -executables = ["gnuplot", "gnuplot_fake"] - - [[Gnuplot_jll."60.0.3003+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[Gnuplot_jll."60.0.3003+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Gnuplot_jll."60.0.3003+0".build_dependencies]] - name = "Qt5Tools_jll" - target = "target" - version = "*" - - [[Gnuplot_jll."60.0.3003+0".sources]] - hash = "ec52e3af8c4083d4538152b3f13db47f6d29929a3f6ecec5365c834e77f251ab" - url = "https://downloads.sourceforge.net/project/gnuplot/gnuplot/6.0.3/gnuplot-6.0.3.tar.gz" - [[Gnuplot_jll."60.0.3003+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eed8b98e646b133620e9c39196d5130bc5fa5442//G/Gnuplot/./bundled" - -[Goalign_jll."0.3.5+0"] -executables = ["goalign"] - - [[Goalign_jll."0.3.5+0".sources]] - hash = "9593e5fba495e67b4c15aeee53fd292547518c2c" - repo = "https://github.com/evolbioinfo/goalign.git" - -[GoogleCodeSearch_jll."1.2.0+0"] -executables = ["csearch", "cindex"] - - [[GoogleCodeSearch_jll."1.2.0+0".sources]] - hash = "8ba29bd255b740aee4eb4e4ddb5d7ec0b4d9f23e" - repo = "https://github.com/google/codesearch.git" - -[GoogleCodeSearch_jll."1.2.1+0"] -executables = ["csearch", "cindex"] - - [[GoogleCodeSearch_jll."1.2.1+0".sources]] - hash = "8ba29bd255b740aee4eb4e4ddb5d7ec0b4d9f23e" - repo = "https://github.com/google/codesearch.git" - -[GoogleSparseHash_jll."2.11.1+0"] -files = ["include/sparsehash/dense_hash_map", "include/sparsehash/dense_hash_set", "include/sparsehash/sparse_hash_map", "include/sparsehash/sparse_hash_set", "include/sparsehash/sparsetable", "include/sparsehash/traits", "include/sparsehash/internal/densehashtable.h", "include/sparsehash/internal/hashtable-common.h", "include/sparsehash/internal/libc_allocator_with_realloc.h", "include/sparsehash/internal/sparsehashtable.h"] - - [[GoogleSparseHash_jll."2.11.1+0".sources]] - hash = "edd6f1180156e76facc1c0449da245208ab39503" - repo = "https://github.com/sparsehash/sparsehash-c11.git" - -[GoogleTest_jll."1.10.0+0"] -libraries = ["libgtest_main", "libgtest"] - - [[GoogleTest_jll."1.10.0+0".sources]] - hash = "703bd9caab50b139428cea1aaff9974ebee5742e" - repo = "https://github.com/google/googletest.git" - -[GoogleTest_jll."1.11.0+0"] -libraries = ["libgtest_main", "libgtest"] - - [[GoogleTest_jll."1.11.0+0".sources]] - hash = "e2239ee6043f73722e7aa812a459f54a28552929" - repo = "https://github.com/google/googletest.git" - [[GoogleTest_jll."1.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/120f5fce08c89890219f66cde869811901698e34//G/GoogleTest/./bundled" - -[GoogleTest_jll."1.11.0+1"] -libraries = ["libgtest_main", "libgtest", "libgmock_main", "libgmock"] - - [[GoogleTest_jll."1.11.0+1".sources]] - hash = "e2239ee6043f73722e7aa812a459f54a28552929" - repo = "https://github.com/google/googletest.git" - [[GoogleTest_jll."1.11.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/32a560d7c07884f2b9527990f4cdc454effcb7cb//G/GoogleTest/./bundled" - -[Gotree_jll."0.4.2+0"] -executables = ["gotree"] - - [[Gotree_jll."0.4.2+0".sources]] - hash = "24bf544c9bde1c125968dd35a5bf63df9ad6b4ce" - repo = "https://github.com/evolbioinfo/gotree.git" - -[Graphene_jll."1.10.0+0"] -libraries = ["libgraphene-1", "libgraphene-1.0"] - - [[Graphene_jll."1.10.0+0".sources]] - hash = "406d97f51dd4ca61e91f84666a00c3e976d3e667cd248b76d92fdb35ce876499" - url = "https://github.com/ebassi/graphene/releases/download/1.10.0/graphene-1.10.0.tar.xz" - -[Graphene_jll."1.10.0+1"] -libraries = ["libgraphene-1", "libgraphene-1.0"] - - [[Graphene_jll."1.10.0+1".sources]] - hash = "406d97f51dd4ca61e91f84666a00c3e976d3e667cd248b76d92fdb35ce876499" - url = "https://github.com/ebassi/graphene/releases/download/1.10.0/graphene-1.10.0.tar.xz" - -[Graphene_jll."1.10.0+2"] -libraries = ["libgraphene-1", "libgraphene-1.0"] - - [[Graphene_jll."1.10.0+2".sources]] - hash = "406d97f51dd4ca61e91f84666a00c3e976d3e667cd248b76d92fdb35ce876499" - url = "https://github.com/ebassi/graphene/releases/download/1.10.0/graphene-1.10.0.tar.xz" - -[Graphene_jll."1.10.6+0"] -libraries = ["libgraphene-1", "libgraphene-1.0"] - - [[Graphene_jll."1.10.6+0".sources]] - hash = "80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25" - url = "https://github.com/ebassi/graphene/releases/download/1.10.6/graphene-1.10.6.tar.xz" - -[Graphene_jll."1.10.8+0"] -libraries = ["libgraphene-1", "libgraphene-1.0"] - - [[Graphene_jll."1.10.8+0".sources]] - hash = "4e2578450809c2099400cf85caf18eafcd7100aa" - repo = "https://github.com/ebassi/graphene" - -[GraphicsMagick_jll."1.3.40+0"] -executables = ["gm"] -libraries = ["libGraphicsMagick-Q8", "libGraphicsMagick++-Q8", "libGraphicsMagickWand-Q8", "libGraphicsMagick-Q16", "libGraphicsMagick++-Q16", "libGraphicsMagickWand-Q16", "libGraphicsMagick-Q32", "libGraphicsMagick++-Q32", "libGraphicsMagickWand-Q32"] - - [[GraphicsMagick_jll."1.3.40+0".sources]] - hash = "97dc1a9d4e89c77b25a3b24505e7ff1653b88f9bfe31f189ce10804b8efa7746" - url = "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.40/GraphicsMagick-1.3.40.tar.xz" - [[GraphicsMagick_jll."1.3.40+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/96275fc74f34ae153ea41df4ae018578f30022bd//G/GraphicsMagick/bundled" - -[GraphicsMagick_jll."1.3.42+0"] -executables = ["gm"] -libraries = ["libGraphicsMagick-Q8", "libGraphicsMagick++-Q8", "libGraphicsMagickWand-Q8", "libGraphicsMagick-Q16", "libGraphicsMagick++-Q16", "libGraphicsMagickWand-Q16", "libGraphicsMagick-Q32", "libGraphicsMagick++-Q32", "libGraphicsMagickWand-Q32"] - - [[GraphicsMagick_jll."1.3.42+0".sources]] - hash = "484fccfd2b2faf6c2ba9151469ece5072bcb91ba4ed73e75ed3d8e46c759d557" - url = "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.42/GraphicsMagick-1.3.42.tar.xz" - [[GraphicsMagick_jll."1.3.42+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9c1c12a8f133594b6812b5b2fa4128ff581e511c//G/GraphicsMagick/bundled" - -[GraphicsMagick_jll."1.3.42+1"] -executables = ["gm"] -libraries = ["libGraphicsMagick-Q8", "libGraphicsMagick++-Q8", "libGraphicsMagickWand-Q8", "libGraphicsMagick-Q16", "libGraphicsMagick++-Q16", "libGraphicsMagickWand-Q16", "libGraphicsMagick-Q32", "libGraphicsMagick++-Q32", "libGraphicsMagickWand-Q32"] - - [[GraphicsMagick_jll."1.3.42+1".sources]] - hash = "484fccfd2b2faf6c2ba9151469ece5072bcb91ba4ed73e75ed3d8e46c759d557" - url = "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.42/GraphicsMagick-1.3.42.tar.xz" - [[GraphicsMagick_jll."1.3.42+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c31ffcb63d1a413048a054f6d8a9493eab066fc9//G/GraphicsMagick/./bundled" - -[GraphicsMagick_jll."1.3.43+0"] -executables = ["gm"] -libraries = ["libGraphicsMagick-Q8", "libGraphicsMagick++-Q8", "libGraphicsMagickWand-Q8", "libGraphicsMagick-Q16", "libGraphicsMagick++-Q16", "libGraphicsMagickWand-Q16", "libGraphicsMagick-Q32", "libGraphicsMagick++-Q32", "libGraphicsMagickWand-Q32"] - - [[GraphicsMagick_jll."1.3.43+0".sources]] - hash = "2b88580732cd7e409d9e22c6116238bef4ae06fcda11451bf33d259f9cbf399f" - url = "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.43/GraphicsMagick-1.3.43.tar.xz" - [[GraphicsMagick_jll."1.3.43+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5d5d7896c2eef60ced93c9313672cb0becf44b30//G/GraphicsMagick/./bundled" - -[GraphicsMagick_jll."1.3.45+0"] -executables = ["gm"] -libraries = ["libGraphicsMagick-Q8", "libGraphicsMagick++-Q8", "libGraphicsMagickWand-Q8", "libGraphicsMagick-Q16", "libGraphicsMagick++-Q16", "libGraphicsMagickWand-Q16", "libGraphicsMagick-Q32", "libGraphicsMagick++-Q32", "libGraphicsMagickWand-Q32"] - - [[GraphicsMagick_jll."1.3.45+0".sources]] - hash = "dcea5167414f7c805557de2d7a47a9b3147bcbf617b91f5f0f4afe5e6543026b" - url = "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.45/GraphicsMagick-1.3.45.tar.xz" - [[GraphicsMagick_jll."1.3.45+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4f143bdef1bd8e51e4eff41f2dedaeeeb4cc785d//G/GraphicsMagick/./bundled" - -[GraphicsMagick_jll."1.3.46+0"] -executables = ["gm"] -libraries = ["libGraphicsMagick-Q8", "libGraphicsMagick++-Q8", "libGraphicsMagickWand-Q8", "libGraphicsMagick-Q16", "libGraphicsMagick++-Q16", "libGraphicsMagickWand-Q16", "libGraphicsMagick-Q32", "libGraphicsMagick++-Q32", "libGraphicsMagickWand-Q32"] - - [[GraphicsMagick_jll."1.3.46+0".sources]] - hash = "dcea5167414f7c805557de2d7a47a9b3147bcbf617b91f5f0f4afe5e6543026b" - url = "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.45/GraphicsMagick-1.3.45.tar.xz" - [[GraphicsMagick_jll."1.3.46+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d44e85d9321dd75bc10d7e75b39ce37493dc96c5//G/GraphicsMagick/./bundled" - -[Graphite2_jll."1.3.13+0"] -libraries = ["libgraphite2"] - - [[Graphite2_jll."1.3.13+0".sources]] - hash = "dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06" - url = "https://github.com/silnrsi/graphite/releases/download/1.3.13/graphite2-1.3.13.tgz" - -[Graphite2_jll."1.3.13+1"] -libraries = ["libgraphite2"] - - [[Graphite2_jll."1.3.13+1".sources]] - hash = "dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06" - url = "https://github.com/silnrsi/graphite/releases/download/1.3.13/graphite2-1.3.13.tgz" - -[Graphite2_jll."1.3.13+2"] -libraries = ["libgraphite2"] - - [[Graphite2_jll."1.3.13+2".sources]] - hash = "dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06" - url = "https://github.com/silnrsi/graphite/releases/download/1.3.13/graphite2-1.3.13.tgz" - -[Graphite2_jll."1.3.13+3"] -libraries = ["libgraphite2"] - - [[Graphite2_jll."1.3.13+3".sources]] - hash = "dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06" - url = "https://github.com/silnrsi/graphite/releases/download/1.3.13/graphite2-1.3.13.tgz" - -[Graphite2_jll."1.3.13+4"] -libraries = ["libgraphite2"] - - [[Graphite2_jll."1.3.13+4".sources]] - hash = "dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06" - url = "https://github.com/silnrsi/graphite/releases/download/1.3.13/graphite2-1.3.13.tgz" - -[Graphite2_jll."1.3.14+0"] -libraries = ["libgraphite2"] - - [[Graphite2_jll."1.3.14+0".sources]] - hash = "f99d1c13aa5fa296898a181dff9b82fb25f6cc0933dbaa7a475d8109bd54209d" - url = "https://github.com/silnrsi/graphite/releases/download/1.3.14/graphite2-1.3.14.tgz" - -[Graphite2_jll."1.3.14+1"] -libraries = ["libgraphite2"] - - [[Graphite2_jll."1.3.14+1".sources]] - hash = "f99d1c13aa5fa296898a181dff9b82fb25f6cc0933dbaa7a475d8109bd54209d" - url = "https://github.com/silnrsi/graphite/releases/download/1.3.14/graphite2-1.3.14.tgz" - -[Graphite2_jll."1.3.15+0"] -libraries = ["libgraphite2"] - - [[Graphite2_jll."1.3.15+0".sources]] - hash = "f99d1c13aa5fa296898a181dff9b82fb25f6cc0933dbaa7a475d8109bd54209d" - url = "https://github.com/silnrsi/graphite/releases/download/1.3.14/graphite2-1.3.14.tgz" - -[Graphviz_jll."2.42.3+0"] -executables = ["gvpr", "dot"] -libraries = ["libcdt", "libcgraph", "libgvc", "libgvpr", "liblab_gamut", "libpathplan", "libxdot"] - - [[Graphviz_jll."2.42.3+0".sources]] - hash = "8faf3fc25317b1d15166205bf64c1b4aed55a8a6959dcabaa64dbad197e47add" - url = "https://www2.graphviz.org/Packages/stable/portable_source/graphviz-2.42.3.tar.gz" - [[Graphviz_jll."2.42.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/58fb0266f714dc7e3b96b3227b92a4d067d4056a//G/Graphviz/./bundled" - -[Graphviz_jll."2.42.3+1"] -executables = ["acyclic", "bcomps", "ccomps", "circo", "cluster", "dijkstra", "dot", "dot2gxl", "dot_builtins", "edgepaint", "fdp", "gc", "gml2gv", "graphml2gv", "gv2gml", "gv2gxl", "gvcolor", "gvgen", "gvmap", "gvmap.sh", "gvpack", "gvpr", "gxl2dot", "gxl2gv", "mm2gv", "neato", "nop", "osage", "patchwork", "prune", "sccmap", "sfdp", "tred", "twopi", "unflatten"] -libraries = ["libcdt", "libcgraph", "libgvc", "libgvpr", "liblab_gamut", "libpathplan", "libxdot"] - - [[Graphviz_jll."2.42.3+1".sources]] - hash = "8faf3fc25317b1d15166205bf64c1b4aed55a8a6959dcabaa64dbad197e47add" - url = "https://www2.graphviz.org/Packages/stable/portable_source/graphviz-2.42.3.tar.gz" - [[Graphviz_jll."2.42.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/29df3dcd3f72739fb8f106522cee8a9ad6ee04ef//G/Graphviz/./bundled" - -[Graphviz_jll."2.49.3+0"] -executables = ["acyclic", "bcomps", "ccomps", "circo", "cluster", "dijkstra", "dot", "dot2gxl", "dot_builtins", "edgepaint", "fdp", "gc", "gml2gv", "graphml2gv", "gv2gml", "gv2gxl", "gvcolor", "gvgen", "gvmap", "gvpack", "gvpr", "gxl2dot", "gxl2gv", "mm2gv", "neato", "nop", "osage", "patchwork", "prune", "sccmap", "sfdp", "tred", "twopi", "unflatten"] -libraries = ["libcdt", "libcgraph", "libgvc", "libgvpr", "liblab_gamut", "libpathplan", "libxdot"] - - [[Graphviz_jll."2.49.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Graphviz_jll."2.49.3+0".sources]] - hash = "f79b203ddc98e0f994d218acd6cb490b962003be7145f7e31de05b6ab0e2ccbf" - url = "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.49.3/graphviz-2.49.3.tar.gz" - [[Graphviz_jll."2.49.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f87bacaa9cde847e27d76325502abf86bcdd3f87//G/Graphviz/./bundled" - -[Graphviz_jll."2.49.3+1"] -executables = ["acyclic", "bcomps", "ccomps", "circo", "cluster", "dijkstra", "dot", "dot2gxl", "dot_builtins", "edgepaint", "fdp", "gc", "gml2gv", "graphml2gv", "gv2gml", "gv2gxl", "gvcolor", "gvgen", "gvmap", "gvpack", "gvpr", "gxl2dot", "gxl2gv", "mm2gv", "neato", "nop", "osage", "patchwork", "prune", "sccmap", "sfdp", "tred", "twopi", "unflatten"] -libraries = ["libcdt", "libcgraph", "libgvc", "libgvpr", "liblab_gamut", "libpathplan", "libxdot"] - - [[Graphviz_jll."2.49.3+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Graphviz_jll."2.49.3+1".sources]] - hash = "f79b203ddc98e0f994d218acd6cb490b962003be7145f7e31de05b6ab0e2ccbf" - url = "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.49.3/graphviz-2.49.3.tar.gz" - [[Graphviz_jll."2.49.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/60f53614f8a41660bdeb6f7df7c0283a9b6f5bde//G/Graphviz/./bundled" - -[Graphviz_jll."2.50.0+0"] -executables = ["acyclic", "bcomps", "ccomps", "circo", "cluster", "dijkstra", "dot", "dot2gxl", "dot_builtins", "edgepaint", "fdp", "gc", "gml2gv", "graphml2gv", "gv2gml", "gv2gxl", "gvcolor", "gvgen", "gvmap", "gvpack", "gvpr", "gxl2dot", "gxl2gv", "mm2gv", "neato", "nop", "osage", "patchwork", "prune", "sccmap", "sfdp", "tred", "twopi", "unflatten"] -libraries = ["libcdt", "libcgraph", "libgvc", "libgvpr", "liblab_gamut", "libpathplan", "libxdot"] - - [[Graphviz_jll."2.50.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Graphviz_jll."2.50.0+0".sources]] - hash = "e17021a510bbd2770d4ca4b4eb841138122aaa5948f9e617e6bc12b4bac62e8d" - url = "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.50.0/graphviz-2.50.0.tar.gz" - [[Graphviz_jll."2.50.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/38dadc7fef61234624bc71a39bf1464c2f295303//G/Graphviz/./bundled" - -[Graphviz_jll."2.50.0+1"] -executables = ["acyclic", "bcomps", "ccomps", "circo", "cluster", "dijkstra", "dot", "dot2gxl", "dot_builtins", "edgepaint", "fdp", "gc", "gml2gv", "graphml2gv", "gv2gml", "gv2gxl", "gvcolor", "gvgen", "gvmap", "gvpack", "gvpr", "gxl2dot", "gxl2gv", "mm2gv", "neato", "nop", "osage", "patchwork", "prune", "sccmap", "sfdp", "tred", "twopi", "unflatten"] -libraries = ["libcdt", "libcgraph", "libgvc", "libgvpr", "liblab_gamut", "libpathplan", "libxdot"] - - [[Graphviz_jll."2.50.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Graphviz_jll."2.50.0+1".sources]] - hash = "e17021a510bbd2770d4ca4b4eb841138122aaa5948f9e617e6bc12b4bac62e8d" - url = "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.50.0/graphviz-2.50.0.tar.gz" - [[Graphviz_jll."2.50.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c139a617d49623242a51a1f78c051ed97b110f62//G/Graphviz/./bundled" - -[GstPluginsBase_jll."1.20.3+0"] -executables = ["gst-device-monitor-1.0", "gst-play-1.0", "gst-discoverer-1.0"] -libraries = ["libgstpbtypes", "libgstoverlaycomposition", "libgstaudiotestsrc", "libgstaudiomixer", "libgstadder", "libgstvideorate", "libgstvideoconvert", "libgstopus", "libgstrawparse", "libgsttcp", "libgstvolume", "libgstvideotestsrc", "libgsttypefindfunctions", "libgstencoding", "libgstcompositor", "libgstaudiorate", "libgstsubparse", "libgstaudioconvert", "libgstplayback", "libgstgio", "libgstvideoscale", "libgstaudioresample", "libgstapp"] - - [[GstPluginsBase_jll."1.20.3+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[GstPluginsBase_jll."1.20.3+0".sources]] - hash = "7e30b3dd81a70380ff7554f998471d6996ff76bbe6fc5447096f851e24473c9f" - url = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.20.3.tar.xz" - -[GtkSourceView_jll."4.4.0+0"] -libraries = ["libgtksourceview-4"] - - [[GtkSourceView_jll."4.4.0+0".sources]] - hash = "9ddb914aef70a29a66acd93b4f762d5681202e44094d2d6370e51c9e389e689a" - url = "https://download.gnome.org/sources/gtksourceview/4.4/gtksourceview-4.4.0.tar.xz" - [[GtkSourceView_jll."4.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/22e93f596f7f601570ac999c91321f6982b14a6b//G/GtkSourceView/./bundled" - -[GtkSourceView_jll."5.10.0+0"] -libraries = ["libgtksourceview-5"] - - [[GtkSourceView_jll."5.10.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[GtkSourceView_jll."5.10.0+0".sources]] - hash = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f" - url = "https://download.gnome.org/sources/gtksourceview/5.10/gtksourceview-5.10.0.tar.xz" - [[GtkSourceView_jll."5.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ec3122633b5cbc2ff64b06b0ef7babe25aaadcb0//G/GtkSourceView/./bundled" - -[Gumbo_jll."0.10.1+0"] -libraries = ["libgumbo"] - - [[Gumbo_jll."0.10.1+0".sources]] - hash = "aa91b27b02c0c80c482e24348a457ed7c3c088e0" - repo = "https://github.com/google/gumbo-parser.git" - -[Gumbo_jll."0.10.1+1"] -libraries = ["libgumbo"] - - [[Gumbo_jll."0.10.1+1".sources]] - hash = "aa91b27b02c0c80c482e24348a457ed7c3c088e0" - repo = "https://github.com/google/gumbo-parser.git" - -[Gumbo_jll."0.10.1+2"] -libraries = ["libgumbo"] - - [[Gumbo_jll."0.10.1+2".sources]] - hash = "aa91b27b02c0c80c482e24348a457ed7c3c088e0" - repo = "https://github.com/google/gumbo-parser.git" - -[Gumbo_jll."0.10.2+0"] -libraries = ["libgumbo"] - - [[Gumbo_jll."0.10.2+0".sources]] - hash = "aa91b27b02c0c80c482e24348a457ed7c3c088e0" - repo = "https://github.com/google/gumbo-parser.git" - -[Gzip_jll."1.10.0+0"] -executables = ["gzip"] - - [[Gzip_jll."1.10.0+0".sources]] - hash = "8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0" - url = "https://ftp.gnu.org/gnu/gzip/gzip-1.10.tar.xz" - -[Gzip_jll."1.12.0+0"] -executables = ["gzip"] - - [[Gzip_jll."1.12.0+0".sources]] - hash = "ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35baf5fbd3479e91956" - url = "https://ftp.gnu.org/gnu/gzip/gzip-1.12.tar.xz" - -[Gzip_jll."1.13.0+0"] -executables = ["gzip"] - - [[Gzip_jll."1.13.0+0".sources]] - hash = "7454eb6935db17c6655576c2e1b0fabefd38b4d0936e0f87f48cd062ce91a057" - url = "https://ftp.gnu.org/gnu/gzip/gzip-1.13.tar.xz" - -[Gzip_jll."1.14.0+0"] -executables = ["gzip"] - - [[Gzip_jll."1.14.0+0".sources]] - hash = "01a7b881bd220bfdf615f97b8718f80bdfd3f6add385b993dcf6efd14e8c0ac6" - url = "https://ftp.gnu.org/gnu/gzip/gzip-1.14.tar.xz" - -[H3_jll."3.7.2+0"] -libraries = ["libh3"] - - [[H3_jll."3.7.2+0".sources]] - hash = "805f787912608b09afa7c0e9c432c0e4b43f17a9d10faed880b3f74f038ce576" - url = "https://github.com/uber/h3/archive/v3.7.2.zip" - -[H3_jll."4.1.0+0"] -libraries = ["libh3"] - - [[H3_jll."4.1.0+0".sources]] - hash = "5c91149104ac02c4f06faa4fc557e69cf6b131ef" - repo = "https://github.com/uber/h3.git" - -[H3_jll."4.2.0+0"] -libraries = ["libh3"] - - [[H3_jll."4.2.0+0".sources]] - hash = "42450ce2666ce068a72a7cbc47d1b5157f67e720" - repo = "https://github.com/uber/h3.git" - -[H3_jll."4.2.1+0"] -libraries = ["libh3"] - - [[H3_jll."4.2.1+0".sources]] - hash = "067d9c7d80061118e953fa682e56e49f571fa7a1" - repo = "https://github.com/uber/h3.git" - -[HDF4_jll."4.2.16+0"] -libraries = ["libhdf", "libmfhdf"] - - [[HDF4_jll."4.2.16+0".sources]] - hash = "a24b18312d421686031c2d66635f7d5abb2fe879f8a182b7e02797b0da8d1f6c" - url = "https://support.hdfgroup.org/ftp/HDF/releases/HDF4.2.16-2/src/hdf-4.2.16-2.tar.gz" - -[HDF4_jll."4.3.0+0"] -executables = ["hdfed", "hdfimport", "hdfls", "hdiff", "hdp", "hrepack", "ncdump", "ncgen"] -libraries = ["libhdf", "libmfhdf"] - - [[HDF4_jll."4.3.0+0".sources]] - hash = "282b244a819790590950f772095abcaeef405b0f17d2ee1eb5039da698cf938b" - url = "https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.0/hdf4.3.0.tar.gz" - -[HDF4_jll."4.3.1+0"] -executables = ["hdfed", "hdfimport", "hdfls", "hdiff", "hdp", "hrepack"] -libraries = ["libhdf", "libmfhdf"] - - [[HDF4_jll."4.3.1+0".sources]] - hash = "282b244a819790590950f772095abcaeef405b0f17d2ee1eb5039da698cf938b" - url = "https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.0/hdf4.3.0.tar.gz" - -[HDF4_jll."4.3.2+0"] -executables = ["hdfed", "hdfimport", "hdfls", "hdiff", "hdp", "hrepack"] -libraries = ["libhdf", "libmfhdf"] - - [[HDF4_jll."4.3.2+0".sources]] - hash = "a2c69eb752aee385b73d4255e4387134dd5e182780d64da0a5cb0d6e1d3dea3b" - url = "https://github.com/HDFGroup/hdf4/releases/download/hdf4.3.1/hdf4.3.1.tar.gz" - -[HDF5_jll."1.10.5+0"] -libraries = ["libhdf5"] - - [[HDF5_jll."1.10.5+0".sources]] - hash = "f3b49107fbfc77333fc2b1ef4d5de2abcd57e7ea3a1482455229494cf2da56ce" - url = "https://files.pythonhosted.org/packages/98/06/0e711ae0c95d92ec238218448a15c23590cb117ded59e4bfa322b085b59e/h5py-2.9.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" - [[HDF5_jll."1.10.5+0".sources]] - hash = "0f94de7a10562b991967a66bbe6dda9808e18088676834c0a4dcec3fdd3bcc6f" - url = "https://files.pythonhosted.org/packages/11/6c/b23aa4269df44df11b0409372bc20c3d249a4c7f7554009166010b2cc296/h5py-2.9.0-cp27-cp27m-manylinux1_i686.whl" - [[HDF5_jll."1.10.5+0".sources]] - hash = "713ac19307e11de4d9833af0c4bd6778bde0a3d967cafd2f0f347223711c1e31" - url = "https://files.pythonhosted.org/packages/c8/d6/a1f58a4ebb2cfe93dcbae2e8e8cee3d81aeda8851b5a56cdae9a4eae6a60/h5py-2.9.0-cp27-cp27m-manylinux1_x86_64.whl" - [[HDF5_jll."1.10.5+0".sources]] - hash = "d29a56297219e1981f393e266ee515605237323fc20b0a69a45961c4bfe5e9da" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+0".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+0".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+0".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+0".sources]] - hash = "e01196dd53711304aa4026932c153171606efc4d6938dd3c172b6b40d9e7cdd9" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+0".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+0".sources]] - hash = "416819d44528e856fb1f142b41fd3b201615d19ddaed8faa5d71296676d6fa17" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-9.1.0-3-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+0".sources]] - hash = "1001425406c6f36ba30f7ac863c4b44a0355dfd5a0a0cf71e1f27201193a3f1e" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/COPYING" - -[HDF5_jll."1.10.5+1"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.10.5+1".sources]] - hash = "f3b49107fbfc77333fc2b1ef4d5de2abcd57e7ea3a1482455229494cf2da56ce" - url = "https://files.pythonhosted.org/packages/98/06/0e711ae0c95d92ec238218448a15c23590cb117ded59e4bfa322b085b59e/h5py-2.9.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl" - [[HDF5_jll."1.10.5+1".sources]] - hash = "0f94de7a10562b991967a66bbe6dda9808e18088676834c0a4dcec3fdd3bcc6f" - url = "https://files.pythonhosted.org/packages/11/6c/b23aa4269df44df11b0409372bc20c3d249a4c7f7554009166010b2cc296/h5py-2.9.0-cp27-cp27m-manylinux1_i686.whl" - [[HDF5_jll."1.10.5+1".sources]] - hash = "713ac19307e11de4d9833af0c4bd6778bde0a3d967cafd2f0f347223711c1e31" - url = "https://files.pythonhosted.org/packages/c8/d6/a1f58a4ebb2cfe93dcbae2e8e8cee3d81aeda8851b5a56cdae9a4eae6a60/h5py-2.9.0-cp27-cp27m-manylinux1_x86_64.whl" - [[HDF5_jll."1.10.5+1".sources]] - hash = "d29a56297219e1981f393e266ee515605237323fc20b0a69a45961c4bfe5e9da" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+1".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+1".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+1".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+1".sources]] - hash = "e01196dd53711304aa4026932c153171606efc4d6938dd3c172b6b40d9e7cdd9" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+1".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+1".sources]] - hash = "416819d44528e856fb1f142b41fd3b201615d19ddaed8faa5d71296676d6fa17" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-9.1.0-3-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+1".sources]] - hash = "1001425406c6f36ba30f7ac863c4b44a0355dfd5a0a0cf71e1f27201193a3f1e" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/COPYING" - -[HDF5_jll."1.10.5+2"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.10.5+2".sources]] - hash = "ecf4d0b56ee394a0984de15bceeb97cbe1fe485f1ac205121293fc44dcf3f31f" - url = "https://files.pythonhosted.org/packages/2c/47/e0d58be6f292684a4541d10b1da953542ff679f3ffc6096bee73634832b1/h5py-2.10.0-cp27-cp27m-macosx_10_6_intel.whl" - [[HDF5_jll."1.10.5+2".sources]] - hash = "86868dc07b9cc8cb7627372a2e6636cdc7a53b7e2854ad020c9e9d8a4d3fd0f5" - url = "https://files.pythonhosted.org/packages/3f/b6/23155e343f8719923449ccfebac296c1ab0dda9bdccc28242e1594469f5a/h5py-2.10.0-cp27-cp27m-manylinux1_i686.whl" - [[HDF5_jll."1.10.5+2".sources]] - hash = "aac4b57097ac29089f179bbc2a6e14102dd210618e94d77ee4831c65f82f17c0" - url = "https://files.pythonhosted.org/packages/3a/9b/5b68a27110d459704550cfc0c765a1ae6ee98981cbbbf0ca92983c87046a/h5py-2.10.0-cp27-cp27m-manylinux1_x86_64.whl" - [[HDF5_jll."1.10.5+2".sources]] - hash = "d29a56297219e1981f393e266ee515605237323fc20b0a69a45961c4bfe5e9da" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+2".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+2".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+2".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+2".sources]] - hash = "e01196dd53711304aa4026932c153171606efc4d6938dd3c172b6b40d9e7cdd9" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+2".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+2".sources]] - hash = "416819d44528e856fb1f142b41fd3b201615d19ddaed8faa5d71296676d6fa17" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-9.1.0-3-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+2".sources]] - hash = "1001425406c6f36ba30f7ac863c4b44a0355dfd5a0a0cf71e1f27201193a3f1e" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/COPYING" - -[HDF5_jll."1.10.5+3"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.10.5+3".sources]] - hash = "ecf4d0b56ee394a0984de15bceeb97cbe1fe485f1ac205121293fc44dcf3f31f" - url = "https://files.pythonhosted.org/packages/2c/47/e0d58be6f292684a4541d10b1da953542ff679f3ffc6096bee73634832b1/h5py-2.10.0-cp27-cp27m-macosx_10_6_intel.whl" - [[HDF5_jll."1.10.5+3".sources]] - hash = "86868dc07b9cc8cb7627372a2e6636cdc7a53b7e2854ad020c9e9d8a4d3fd0f5" - url = "https://files.pythonhosted.org/packages/3f/b6/23155e343f8719923449ccfebac296c1ab0dda9bdccc28242e1594469f5a/h5py-2.10.0-cp27-cp27m-manylinux1_i686.whl" - [[HDF5_jll."1.10.5+3".sources]] - hash = "aac4b57097ac29089f179bbc2a6e14102dd210618e94d77ee4831c65f82f17c0" - url = "https://files.pythonhosted.org/packages/3a/9b/5b68a27110d459704550cfc0c765a1ae6ee98981cbbbf0ca92983c87046a/h5py-2.10.0-cp27-cp27m-manylinux1_x86_64.whl" - [[HDF5_jll."1.10.5+3".sources]] - hash = "d29a56297219e1981f393e266ee515605237323fc20b0a69a45961c4bfe5e9da" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+3".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+3".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+3".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+3".sources]] - hash = "e01196dd53711304aa4026932c153171606efc4d6938dd3c172b6b40d9e7cdd9" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+3".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+3".sources]] - hash = "416819d44528e856fb1f142b41fd3b201615d19ddaed8faa5d71296676d6fa17" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-9.1.0-3-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+3".sources]] - hash = "12797e8f8b864dd1a5846c09a3efa21439844f76507483b373690b22bc2f09d7" - url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/HDF5-arm-linux-gnueabihf-v1.10.5/hdf5-arm-linux-gnueabihf-v1.10.5.tar.gz" - [[HDF5_jll."1.10.5+3".sources]] - hash = "1001425406c6f36ba30f7ac863c4b44a0355dfd5a0a0cf71e1f27201193a3f1e" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/COPYING" - -[HDF5_jll."1.10.5+4"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.10.5+4".sources]] - hash = "ecf4d0b56ee394a0984de15bceeb97cbe1fe485f1ac205121293fc44dcf3f31f" - url = "https://files.pythonhosted.org/packages/2c/47/e0d58be6f292684a4541d10b1da953542ff679f3ffc6096bee73634832b1/h5py-2.10.0-cp27-cp27m-macosx_10_6_intel.whl" - [[HDF5_jll."1.10.5+4".sources]] - hash = "86868dc07b9cc8cb7627372a2e6636cdc7a53b7e2854ad020c9e9d8a4d3fd0f5" - url = "https://files.pythonhosted.org/packages/3f/b6/23155e343f8719923449ccfebac296c1ab0dda9bdccc28242e1594469f5a/h5py-2.10.0-cp27-cp27m-manylinux1_i686.whl" - [[HDF5_jll."1.10.5+4".sources]] - hash = "aac4b57097ac29089f179bbc2a6e14102dd210618e94d77ee4831c65f82f17c0" - url = "https://files.pythonhosted.org/packages/3a/9b/5b68a27110d459704550cfc0c765a1ae6ee98981cbbbf0ca92983c87046a/h5py-2.10.0-cp27-cp27m-manylinux1_x86_64.whl" - [[HDF5_jll."1.10.5+4".sources]] - hash = "d29a56297219e1981f393e266ee515605237323fc20b0a69a45961c4bfe5e9da" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+4".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+4".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+4".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+4".sources]] - hash = "e01196dd53711304aa4026932c153171606efc4d6938dd3c172b6b40d9e7cdd9" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+4".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+4".sources]] - hash = "416819d44528e856fb1f142b41fd3b201615d19ddaed8faa5d71296676d6fa17" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-9.1.0-3-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+4".sources]] - hash = "12797e8f8b864dd1a5846c09a3efa21439844f76507483b373690b22bc2f09d7" - url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/HDF5-arm-linux-gnueabihf-v1.10.5/hdf5-arm-linux-gnueabihf-v1.10.5.tar.gz" - [[HDF5_jll."1.10.5+4".sources]] - hash = "1001425406c6f36ba30f7ac863c4b44a0355dfd5a0a0cf71e1f27201193a3f1e" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/COPYING" - -[HDF5_jll."1.10.5+5"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.10.5+5".sources]] - hash = "ecf4d0b56ee394a0984de15bceeb97cbe1fe485f1ac205121293fc44dcf3f31f" - url = "https://files.pythonhosted.org/packages/2c/47/e0d58be6f292684a4541d10b1da953542ff679f3ffc6096bee73634832b1/h5py-2.10.0-cp27-cp27m-macosx_10_6_intel.whl" - [[HDF5_jll."1.10.5+5".sources]] - hash = "86868dc07b9cc8cb7627372a2e6636cdc7a53b7e2854ad020c9e9d8a4d3fd0f5" - url = "https://files.pythonhosted.org/packages/3f/b6/23155e343f8719923449ccfebac296c1ab0dda9bdccc28242e1594469f5a/h5py-2.10.0-cp27-cp27m-manylinux1_i686.whl" - [[HDF5_jll."1.10.5+5".sources]] - hash = "aac4b57097ac29089f179bbc2a6e14102dd210618e94d77ee4831c65f82f17c0" - url = "https://files.pythonhosted.org/packages/3a/9b/5b68a27110d459704550cfc0c765a1ae6ee98981cbbbf0ca92983c87046a/h5py-2.10.0-cp27-cp27m-manylinux1_x86_64.whl" - [[HDF5_jll."1.10.5+5".sources]] - hash = "d29a56297219e1981f393e266ee515605237323fc20b0a69a45961c4bfe5e9da" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+5".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+5".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+5".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+5".sources]] - hash = "e01196dd53711304aa4026932c153171606efc4d6938dd3c172b6b40d9e7cdd9" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+5".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+5".sources]] - hash = "416819d44528e856fb1f142b41fd3b201615d19ddaed8faa5d71296676d6fa17" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-9.1.0-3-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+5".sources]] - hash = "12797e8f8b864dd1a5846c09a3efa21439844f76507483b373690b22bc2f09d7" - url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/HDF5-arm-linux-gnueabihf-v1.10.5/hdf5-arm-linux-gnueabihf-v1.10.5.tar.gz" - [[HDF5_jll."1.10.5+5".sources]] - hash = "46300770bb662aaefc92a9e21c5f78ebfaac5c00d4963844c3f730836400edb2" - url = "https://anaconda.org/conda-forge/hdf5/1.10.5/download/linux-aarch64/hdf5-1.10.5-nompi_h3c11f04_1104.tar.bz2" - -[HDF5_jll."1.10.5+6"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.10.5+6".sources]] - hash = "ecf4d0b56ee394a0984de15bceeb97cbe1fe485f1ac205121293fc44dcf3f31f" - url = "https://files.pythonhosted.org/packages/2c/47/e0d58be6f292684a4541d10b1da953542ff679f3ffc6096bee73634832b1/h5py-2.10.0-cp27-cp27m-macosx_10_6_intel.whl" - [[HDF5_jll."1.10.5+6".sources]] - hash = "86868dc07b9cc8cb7627372a2e6636cdc7a53b7e2854ad020c9e9d8a4d3fd0f5" - url = "https://files.pythonhosted.org/packages/3f/b6/23155e343f8719923449ccfebac296c1ab0dda9bdccc28242e1594469f5a/h5py-2.10.0-cp27-cp27m-manylinux1_i686.whl" - [[HDF5_jll."1.10.5+6".sources]] - hash = "aac4b57097ac29089f179bbc2a6e14102dd210618e94d77ee4831c65f82f17c0" - url = "https://files.pythonhosted.org/packages/3a/9b/5b68a27110d459704550cfc0c765a1ae6ee98981cbbbf0ca92983c87046a/h5py-2.10.0-cp27-cp27m-manylinux1_x86_64.whl" - [[HDF5_jll."1.10.5+6".sources]] - hash = "d29a56297219e1981f393e266ee515605237323fc20b0a69a45961c4bfe5e9da" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+6".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+6".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+6".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+6".sources]] - hash = "e01196dd53711304aa4026932c153171606efc4d6938dd3c172b6b40d9e7cdd9" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+6".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+6".sources]] - hash = "416819d44528e856fb1f142b41fd3b201615d19ddaed8faa5d71296676d6fa17" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-9.1.0-3-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+6".sources]] - hash = "12797e8f8b864dd1a5846c09a3efa21439844f76507483b373690b22bc2f09d7" - url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/HDF5-arm-linux-gnueabihf-v1.10.5/hdf5-arm-linux-gnueabihf-v1.10.5.tar.gz" - [[HDF5_jll."1.10.5+6".sources]] - hash = "46300770bb662aaefc92a9e21c5f78ebfaac5c00d4963844c3f730836400edb2" - url = "https://anaconda.org/conda-forge/hdf5/1.10.5/download/linux-aarch64/hdf5-1.10.5-nompi_h3c11f04_1104.tar.bz2" - -[HDF5_jll."1.10.5+7"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.10.5+7".sources]] - hash = "ecf4d0b56ee394a0984de15bceeb97cbe1fe485f1ac205121293fc44dcf3f31f" - url = "https://files.pythonhosted.org/packages/2c/47/e0d58be6f292684a4541d10b1da953542ff679f3ffc6096bee73634832b1/h5py-2.10.0-cp27-cp27m-macosx_10_6_intel.whl" - [[HDF5_jll."1.10.5+7".sources]] - hash = "86868dc07b9cc8cb7627372a2e6636cdc7a53b7e2854ad020c9e9d8a4d3fd0f5" - url = "https://files.pythonhosted.org/packages/3f/b6/23155e343f8719923449ccfebac296c1ab0dda9bdccc28242e1594469f5a/h5py-2.10.0-cp27-cp27m-manylinux1_i686.whl" - [[HDF5_jll."1.10.5+7".sources]] - hash = "aac4b57097ac29089f179bbc2a6e14102dd210618e94d77ee4831c65f82f17c0" - url = "https://files.pythonhosted.org/packages/3a/9b/5b68a27110d459704550cfc0c765a1ae6ee98981cbbbf0ca92983c87046a/h5py-2.10.0-cp27-cp27m-manylinux1_x86_64.whl" - [[HDF5_jll."1.10.5+7".sources]] - hash = "d29a56297219e1981f393e266ee515605237323fc20b0a69a45961c4bfe5e9da" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+7".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+7".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+7".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+7".sources]] - hash = "e01196dd53711304aa4026932c153171606efc4d6938dd3c172b6b40d9e7cdd9" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.10.5-1-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+7".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+7".sources]] - hash = "416819d44528e856fb1f142b41fd3b201615d19ddaed8faa5d71296676d6fa17" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-9.1.0-3-any.pkg.tar.xz" - [[HDF5_jll."1.10.5+7".sources]] - hash = "12797e8f8b864dd1a5846c09a3efa21439844f76507483b373690b22bc2f09d7" - url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/HDF5-arm-linux-gnueabihf-v1.10.5/hdf5-arm-linux-gnueabihf-v1.10.5.tar.gz" - [[HDF5_jll."1.10.5+7".sources]] - hash = "46300770bb662aaefc92a9e21c5f78ebfaac5c00d4963844c3f730836400edb2" - url = "https://anaconda.org/conda-forge/hdf5/1.10.5/download/linux-aarch64/hdf5-1.10.5-nompi_h3c11f04_1104.tar.bz2" - -[HDF5_jll."1.12.0+0"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.12.0+0".sources]] - hash = "cb74df83709d6d03d11e60b9480812f58da34f194beafa8c8314dbbeeedfe0a6" - url = "https://files.pythonhosted.org/packages/d5/f9/676c6a5c13806289da6177c538ce772e3e5b04ea10d76e6e72e9f0d042de/h5py-3.1.0-cp39-cp39-macosx_10_9_x86_64.whl" - [[HDF5_jll."1.12.0+0".sources]] - hash = "80c623be10479e81b64fa713b7ed4c0bbe9f02e8e7d2a2e5382336087b615ce4" - url = "https://files.pythonhosted.org/packages/40/1b/dd36e8aa1b7c9d82a1f0aaabece4393797ded0ff613437dfb8c0780b33a9/h5py-3.1.0-cp39-cp39-manylinux1_x86_64.whl" - [[HDF5_jll."1.12.0+0".sources]] - hash = "d9ade0d0fddfdeca3ea9de00b066e330e1573c547609a12b81c6a080b2c19f3e" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.12.0-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.0+0".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.12.0+0".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.12.0+0".sources]] - hash = "e03a63b24695951a1e80def754d6bd128744eaf1e562308ded31e989636e7651" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-10.2.0-5-any.pkg.tar.zst" - [[HDF5_jll."1.12.0+0".sources]] - hash = "549462ad99a079ff725ac4bd1f662d3594515320ea324a7263a647578b258d86" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.12.0-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.0+0".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.12.0+0".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.12.0+0".sources]] - hash = "605aff906fd0fca9a52da6ad9b48607fab5cb26e2615d3827a1f318d6e103c4a" - url = "https://anaconda.org/conda-forge/hdf5/1.12.0/download/linux-aarch64/hdf5-1.12.0-nompi_h1022a3e_102.tar.bz2" - -[HDF5_jll."1.12.0+1"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.12.0+1".sources]] - hash = "cb74df83709d6d03d11e60b9480812f58da34f194beafa8c8314dbbeeedfe0a6" - url = "https://files.pythonhosted.org/packages/d5/f9/676c6a5c13806289da6177c538ce772e3e5b04ea10d76e6e72e9f0d042de/h5py-3.1.0-cp39-cp39-macosx_10_9_x86_64.whl" - [[HDF5_jll."1.12.0+1".sources]] - hash = "80c623be10479e81b64fa713b7ed4c0bbe9f02e8e7d2a2e5382336087b615ce4" - url = "https://files.pythonhosted.org/packages/40/1b/dd36e8aa1b7c9d82a1f0aaabece4393797ded0ff613437dfb8c0780b33a9/h5py-3.1.0-cp39-cp39-manylinux1_x86_64.whl" - [[HDF5_jll."1.12.0+1".sources]] - hash = "d9ade0d0fddfdeca3ea9de00b066e330e1573c547609a12b81c6a080b2c19f3e" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.12.0-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.0+1".sources]] - hash = "58b5efe1420a2bfd6e92cf94112d29b03ec588f54f4a995a1b26034076f0d369" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.12.0+1".sources]] - hash = "addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.12.0+1".sources]] - hash = "e03a63b24695951a1e80def754d6bd128744eaf1e562308ded31e989636e7651" - url = "http://repo.msys2.org/mingw/i686/mingw-w64-i686-gcc-libs-10.2.0-5-any.pkg.tar.zst" - [[HDF5_jll."1.12.0+1".sources]] - hash = "549462ad99a079ff725ac4bd1f662d3594515320ea324a7263a647578b258d86" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hdf5-1.12.0-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.0+1".sources]] - hash = "ec8fe26370b0673c4b91f5ccf3404907dc7c24cb9d75c7b8830aa93a7c13ace7" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-szip-2.1.1-2-any.pkg.tar.xz" - [[HDF5_jll."1.12.0+1".sources]] - hash = "1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2" - url = "http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-zlib-1.2.11-7-any.pkg.tar.xz" - [[HDF5_jll."1.12.0+1".sources]] - hash = "605aff906fd0fca9a52da6ad9b48607fab5cb26e2615d3827a1f318d6e103c4a" - url = "https://anaconda.org/conda-forge/hdf5/1.12.0/download/linux-aarch64/hdf5-1.12.0-nompi_h1022a3e_102.tar.bz2" - -[HDF5_jll."1.12.1+0"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.12.1+0".sources]] - hash = "ab7e4568c99e2a7a9b96ad06867ef9e829d286539e0735a93b9295ad8778a818" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-hdf5-1.12.1-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.1+0".sources]] - hash = "43ef1aee2be7cc192d14c6641627ed0a1eca50c21234eba3405fce77302517a8" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-libaec-1.0.6-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.1+0".sources]] - hash = "8d594fc14497d41a66415bfdd200d7d1d56a6ecd3fe81b9190bec0c4841a5eff" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-zlib-1.2.11-9-any.pkg.tar.zst" - [[HDF5_jll."1.12.1+0".sources]] - hash = "bdc359047f61c8e96401ba25b17c80f5f8039c25a063c622e3680123bb0de9d1" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-libs-11.2.0-6-any.pkg.tar.zst" - [[HDF5_jll."1.12.1+0".sources]] - hash = "540d8b9fd71d0d848e28723f531948dea497c7cb8f95c53e1a3b06f750f12c40" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hdf5-1.12.1-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.1+0".sources]] - hash = "839b271b1313f013227c13944876651429b8e0edb40760d64f817a36c8b9435c" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libaec-1.0.6-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.1+0".sources]] - hash = "9da9ebafaef832dba2f442ad44d9ae8759784b86478dcbe326500195f8ea6339" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.2.11-9-any.pkg.tar.zst" - [[HDF5_jll."1.12.1+0".sources]] - hash = "bd7bb0657d63acf52c9d30d1b89276356c6da4ff8a90dd5fcbd0cfde6578f317" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/linux-64/hdf5-1.12.1-nompi_h2750804_103.tar.bz2" - [[HDF5_jll."1.12.1+0".sources]] - hash = "8688cfc983962bf7a59a97becb0d67ee64eb4a7dd5793b915cf50dccd90bfa2d" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/linux-aarch64/hdf5-1.12.1-nompi_h774d4d8_103.tar.bz2" - [[HDF5_jll."1.12.1+0".sources]] - hash = "4a4640e44adea33833e7efb6ac3070dd4c80a8a156c2fd3aa7cfcac8865f5a26" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/osx-64/hdf5-1.12.1-nompi_h2f0ef1a_102.tar.bz2" - [[HDF5_jll."1.12.1+0".sources]] - hash = "ef48b684b22c6b0077bc9836e0cc6d15abb88868d7a6c842226666ebb8bbd449" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/osx-arm64/hdf5-1.12.1-nompi_had0e5e0_103.tar.bz2" - -[HDF5_jll."1.12.2+0"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.12.2+0".sources]] - hash = "f37511b6208245b081a5b72a1f2021a73b67da07835ede1e092f7d7f20569319" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-hdf5-1.12.2-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+0".sources]] - hash = "c6cff1a6f8a9f75e986589d8debc35e8076a7af38aa32cbda78bb6c2fbbbe58c" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-libaec-1.0.6-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+0".sources]] - hash = "74ace327d8e28cdb0c777fffc6003f5097836c247be40cf3b483bd9fd1c23183" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-zlib-1.2.12-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+0".sources]] - hash = "bdc359047f61c8e96401ba25b17c80f5f8039c25a063c622e3680123bb0de9d1" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-libs-11.2.0-6-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+0".sources]] - hash = "3ba6521d45368aabb334131e10282b25fab9891a20fb9129d897c65c8b6cdbda" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hdf5-1.12.2-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+0".sources]] - hash = "d970bd71e55fc5bd4a55e95ef22355d8c479631973860f2a9c37b49c931c5f35" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libaec-1.0.6-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+0".sources]] - hash = "e728df08b4db7b291a52d8fd60b96f19016f059ab15170fc98120e5d580c86ac" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.2.12-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+0".sources]] - hash = "6f0a1e7fe9c76fee4f490b33a91465a3a4690a5ccf1df21c7bde141ab320ea96" - url = "https://anaconda.org/conda-forge/hdf5/1.12.2/download/linux-64/hdf5-1.12.2-nompi_h2386368_100.tar.bz2" - [[HDF5_jll."1.12.2+0".sources]] - hash = "934324fea28f82ceb0f57c881bf49687154c17af8cc7a1a57753133e5224db2c" - url = "https://anaconda.org/conda-forge/hdf5/1.12.2/download/linux-aarch64/hdf5-1.12.2-nompi_h7bde11e_100.tar.bz2" - [[HDF5_jll."1.12.2+0".sources]] - hash = "066c8feca3d77184e7cb38cd58d9918409f7395a66b16e7d330339225f9c0bea" - url = "https://anaconda.org/conda-forge/hdf5/1.12.2/download/osx-64/hdf5-1.12.2-nompi_hc782337_100.tar.bz2" - [[HDF5_jll."1.12.2+0".sources]] - hash = "3efe747b24b173c6c3be71009c1831049032d81d0414d07d920b0650b8022a58" - url = "https://anaconda.org/conda-forge/hdf5/1.12.2/download/osx-arm64/hdf5-1.12.2-nompi_h8968d4b_100.tar.bz2" - -[HDF5_jll."1.12.2+1"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.12.2+1".sources]] - hash = "f37511b6208245b081a5b72a1f2021a73b67da07835ede1e092f7d7f20569319" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-hdf5-1.12.2-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+1".sources]] - hash = "c6cff1a6f8a9f75e986589d8debc35e8076a7af38aa32cbda78bb6c2fbbbe58c" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-libaec-1.0.6-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+1".sources]] - hash = "74ace327d8e28cdb0c777fffc6003f5097836c247be40cf3b483bd9fd1c23183" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-zlib-1.2.12-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+1".sources]] - hash = "bdc359047f61c8e96401ba25b17c80f5f8039c25a063c622e3680123bb0de9d1" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-libs-11.2.0-6-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+1".sources]] - hash = "3ba6521d45368aabb334131e10282b25fab9891a20fb9129d897c65c8b6cdbda" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hdf5-1.12.2-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+1".sources]] - hash = "d970bd71e55fc5bd4a55e95ef22355d8c479631973860f2a9c37b49c931c5f35" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libaec-1.0.6-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+1".sources]] - hash = "e728df08b4db7b291a52d8fd60b96f19016f059ab15170fc98120e5d580c86ac" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.2.12-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+1".sources]] - hash = "bd7bb0657d63acf52c9d30d1b89276356c6da4ff8a90dd5fcbd0cfde6578f317" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/linux-64/hdf5-1.12.1-nompi_h2750804_103.tar.bz2" - [[HDF5_jll."1.12.2+1".sources]] - hash = "8688cfc983962bf7a59a97becb0d67ee64eb4a7dd5793b915cf50dccd90bfa2d" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/linux-aarch64/hdf5-1.12.1-nompi_h774d4d8_103.tar.bz2" - [[HDF5_jll."1.12.2+1".sources]] - hash = "4a4640e44adea33833e7efb6ac3070dd4c80a8a156c2fd3aa7cfcac8865f5a26" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/osx-64/hdf5-1.12.1-nompi_h2f0ef1a_102.tar.bz2" - [[HDF5_jll."1.12.2+1".sources]] - hash = "ef48b684b22c6b0077bc9836e0cc6d15abb88868d7a6c842226666ebb8bbd449" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/osx-arm64/hdf5-1.12.1-nompi_had0e5e0_103.tar.bz2" - -[HDF5_jll."1.12.2+2"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.12.2+2".sources]] - hash = "f37511b6208245b081a5b72a1f2021a73b67da07835ede1e092f7d7f20569319" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-hdf5-1.12.2-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+2".sources]] - hash = "c6cff1a6f8a9f75e986589d8debc35e8076a7af38aa32cbda78bb6c2fbbbe58c" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-libaec-1.0.6-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+2".sources]] - hash = "74ace327d8e28cdb0c777fffc6003f5097836c247be40cf3b483bd9fd1c23183" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-zlib-1.2.12-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+2".sources]] - hash = "bdc359047f61c8e96401ba25b17c80f5f8039c25a063c622e3680123bb0de9d1" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-libs-11.2.0-6-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+2".sources]] - hash = "3ba6521d45368aabb334131e10282b25fab9891a20fb9129d897c65c8b6cdbda" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hdf5-1.12.2-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+2".sources]] - hash = "d970bd71e55fc5bd4a55e95ef22355d8c479631973860f2a9c37b49c931c5f35" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libaec-1.0.6-2-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+2".sources]] - hash = "e728df08b4db7b291a52d8fd60b96f19016f059ab15170fc98120e5d580c86ac" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.2.12-1-any.pkg.tar.zst" - [[HDF5_jll."1.12.2+2".sources]] - hash = "bd7bb0657d63acf52c9d30d1b89276356c6da4ff8a90dd5fcbd0cfde6578f317" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/linux-64/hdf5-1.12.1-nompi_h2750804_103.tar.bz2" - [[HDF5_jll."1.12.2+2".sources]] - hash = "8688cfc983962bf7a59a97becb0d67ee64eb4a7dd5793b915cf50dccd90bfa2d" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/linux-aarch64/hdf5-1.12.1-nompi_h774d4d8_103.tar.bz2" - [[HDF5_jll."1.12.2+2".sources]] - hash = "4a4640e44adea33833e7efb6ac3070dd4c80a8a156c2fd3aa7cfcac8865f5a26" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/osx-64/hdf5-1.12.1-nompi_h2f0ef1a_102.tar.bz2" - [[HDF5_jll."1.12.2+2".sources]] - hash = "ef48b684b22c6b0077bc9836e0cc6d15abb88868d7a6c842226666ebb8bbd449" - url = "https://anaconda.org/conda-forge/hdf5/1.12.1/download/osx-arm64/hdf5-1.12.1-nompi_had0e5e0_103.tar.bz2" - -[HDF5_jll."1.14.0+0"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.14.0+0".sources]] - hash = "a571cc83efda62e1a51a0a912dd916d01895801c5025af91669484a1575a6ef4" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.0/src/hdf5-1.14.0.tar.gz" - [[HDF5_jll."1.14.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bf78a45f9a781bf726d2cf48ab23ea42324e4515//H/HDF5/./bundled" - [[HDF5_jll."1.14.0+0".sources]] - hash = "3812ce5147aad8cc8bb8bbd5879ecc3131c2267296eecc2d35cd3c8515b3fbc8" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-hdf5-1.14.0-6-any.pkg.tar.zst" - [[HDF5_jll."1.14.0+0".sources]] - hash = "ed62c6f77f9cce488aed15726349d5d4537689583caab46bace8d41173db48b7" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-zlib-1.2.13-3-any.pkg.tar.zst" - [[HDF5_jll."1.14.0+0".sources]] - hash = "c04ce4ecf40cb4c87fe6f38ba4dc7d568f24dcb69c8babfc507fa3de8ddb54a2" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-libs-11.2.0-9-any.pkg.tar.zst" - [[HDF5_jll."1.14.0+0".sources]] - hash = "5faed72eb9406fd8e3bfa0e3110543d84e9f266037fd9f4c1fca49613b44db1a" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hdf5-1.14.0-6-any.pkg.tar.zst" - [[HDF5_jll."1.14.0+0".sources]] - hash = "7fc6ac1629180e205f0fdbe7abd04353136a44d73d16924f0c64fd10828329a7" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.2.13-3-any.pkg.tar.zst" - -[HDF5_jll."1.14.1+0"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.14.1+0".sources]] - hash = "06ca141d1a3c312b5d7cc4826a12737293ae131031748861689f6a2ec8219dbd" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.1/src/hdf5-1.14.1-2.tar.bz2" - [[HDF5_jll."1.14.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/894236366a384317a32c0fde6dfa3b35f1afd2b0//H/HDF5/./bundled" - [[HDF5_jll."1.14.1+0".sources]] - hash = "95e22f5d0694d89d97df156f91bb0e1538bab9ac7eb0d8f8ff5b4b77ddc7e0de" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-hdf5-1.14.1.2-2-any.pkg.tar.zst" - [[HDF5_jll."1.14.1+0".sources]] - hash = "ed62c6f77f9cce488aed15726349d5d4537689583caab46bace8d41173db48b7" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-zlib-1.2.13-3-any.pkg.tar.zst" - [[HDF5_jll."1.14.1+0".sources]] - hash = "c04ce4ecf40cb4c87fe6f38ba4dc7d568f24dcb69c8babfc507fa3de8ddb54a2" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-libs-11.2.0-9-any.pkg.tar.zst" - [[HDF5_jll."1.14.1+0".sources]] - hash = "78c850057b677276537f3befafc7c98a5488181fd9c8691e2ac8e4aa8133a780" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hdf5-1.14.1.2-2-any.pkg.tar.zst" - [[HDF5_jll."1.14.1+0".sources]] - hash = "7fc6ac1629180e205f0fdbe7abd04353136a44d73d16924f0c64fd10828329a7" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.2.13-3-any.pkg.tar.zst" - -[HDF5_jll."1.14.2+0"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.14.2+0".sources]] - hash = "ea3c5e257ef322af5e77fc1e52ead3ad6bf3bb4ac06480dd17ee3900d7a24cfb" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.2/src/hdf5-1.14.2.tar.bz2" - [[HDF5_jll."1.14.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7870be672725d627e677651e9c1a42cc2c4c2f8d//H/HDF5/./bundled" - [[HDF5_jll."1.14.2+0".sources]] - hash = "360a28199416c13fa5fd5240c3d9e11a4aeb0aeeff254cfdd7ef5c69ec34aedb" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-hdf5-1.14.2-1-any.pkg.tar.zst" - [[HDF5_jll."1.14.2+0".sources]] - hash = "21bacf3a43073749a4cbdf407c7f1da92bab56c80925b1205f7c4cb289c724a1" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-zlib-1.3-1-any.pkg.tar.zst" - [[HDF5_jll."1.14.2+0".sources]] - hash = "2dae8189318a91067cca895572b2b46183bfd2ee97a55127a84f4f418f0b32f3" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-libs-13.2.0-2-any.pkg.tar.zst" - [[HDF5_jll."1.14.2+0".sources]] - hash = "5c9e0636c79edf6e7e4c03bc9ddf271b701cf601826761c7e8dc94f2ac92f3cc" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hdf5-1.14.2-1-any.pkg.tar.zst" - [[HDF5_jll."1.14.2+0".sources]] - hash = "254a6c5a8a27d1b787377a3e70a39cceb200b47c5f15f4ab5bfa1431b718ef98" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.3-1-any.pkg.tar.zst" - -[HDF5_jll."1.14.2+1"] -libraries = ["libhdf5", "libhdf5_hl"] - - [[HDF5_jll."1.14.2+1".sources]] - hash = "ea3c5e257ef322af5e77fc1e52ead3ad6bf3bb4ac06480dd17ee3900d7a24cfb" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.2/src/hdf5-1.14.2.tar.bz2" - [[HDF5_jll."1.14.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7c2e79d028ba19fa4f83206091f105fde7d47671//H/HDF5/./bundled" - [[HDF5_jll."1.14.2+1".sources]] - hash = "ab053fdafb3e0c456751fed9fe5cc2fa339042046b4de677ce2848cd8b6d3b3f" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-hdf5-1.14.2-2-any.pkg.tar.zst" - [[HDF5_jll."1.14.2+1".sources]] - hash = "21bacf3a43073749a4cbdf407c7f1da92bab56c80925b1205f7c4cb289c724a1" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-zlib-1.3-1-any.pkg.tar.zst" - [[HDF5_jll."1.14.2+1".sources]] - hash = "2dae8189318a91067cca895572b2b46183bfd2ee97a55127a84f4f418f0b32f3" - url = "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-libs-13.2.0-2-any.pkg.tar.zst" - [[HDF5_jll."1.14.2+1".sources]] - hash = "19a0a28d32c8990a29e001b77fe2deeb4946ff6c7d0949dbf756dfe1b9b40e8a" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hdf5-1.14.2-2-any.pkg.tar.zst" - [[HDF5_jll."1.14.2+1".sources]] - hash = "254a6c5a8a27d1b787377a3e70a39cceb200b47c5f15f4ab5bfa1431b718ef98" - url = "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-zlib-1.3-1-any.pkg.tar.zst" - -[HDF5_jll."1.14.3+0"] -executables = ["h5clear", "h5copy", "h5debug", "h5delete", "h5diff", "h5dump", "h5format_convert", "h5import", "h5jam", "h5ls", "h5mkgrp", "h5perf_serial", "h5repack", "h5repart", "h5stat", "h5unjam", "h5watch"] -libraries = ["libhdf5", "libhdf5_cpp", "libhdf5_fortran", "libhdf5_hl", "libhdf5_hl_cpp", "libhdf5hl_fortran"] - - [[HDF5_jll."1.14.3+0".sources]] - hash = "9425f224ed75d1280bb46d6f26923dd938f9040e7eaebf57e66ec7357c08f917" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.3/src/hdf5-1.14.3.tar.bz2" - [[HDF5_jll."1.14.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8e03326a1bc02d593570fbeea420aa0f066a41f6//H/HDF5/./bundled" - -[HDF5_jll."1.14.3+1"] -executables = ["h5clear", "h5copy", "h5debug", "h5delete", "h5diff", "h5dump", "h5format_convert", "h5import", "h5jam", "h5ls", "h5mkgrp", "h5perf_serial", "h5repack", "h5repart", "h5stat", "h5unjam", "h5watch"] -libraries = ["libhdf5", "libhdf5_cpp", "libhdf5_fortran", "libhdf5_hl", "libhdf5_hl_cpp", "libhdf5hl_fortran"] - - [[HDF5_jll."1.14.3+1".sources]] - hash = "9425f224ed75d1280bb46d6f26923dd938f9040e7eaebf57e66ec7357c08f917" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.3/src/hdf5-1.14.3.tar.bz2" - [[HDF5_jll."1.14.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9a9400fa0bda86a0b082cec1a63974ca3b1c0a3d//H/HDF5/./bundled" - -[HDF5_jll."1.14.3+2"] -executables = ["h5clear", "h5copy", "h5debug", "h5delete", "h5diff", "h5dump", "h5format_convert", "h5import", "h5jam", "h5ls", "h5mkgrp", "h5perf_serial", "h5repack", "h5repart", "h5stat", "h5unjam", "h5watch"] -libraries = ["libhdf5", "libhdf5_cpp", "libhdf5_fortran", "libhdf5_hl", "libhdf5_hl_cpp", "libhdf5hl_fortran"] - - [[HDF5_jll."1.14.3+2".sources]] - hash = "9425f224ed75d1280bb46d6f26923dd938f9040e7eaebf57e66ec7357c08f917" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.3/src/hdf5-1.14.3.tar.bz2" - [[HDF5_jll."1.14.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bc0c5d0dc9d3d10eb22b18b8d68d2a416fbdff72//H/HDF5/./bundled" - -[HDF5_jll."1.14.3+3"] -executables = ["h5clear", "h5copy", "h5debug", "h5delete", "h5diff", "h5dump", "h5format_convert", "h5import", "h5jam", "h5ls", "h5mkgrp", "h5perf_serial", "h5repack", "h5repart", "h5stat", "h5unjam", "h5watch"] -libraries = ["libhdf5", "libhdf5_cpp", "libhdf5_fortran", "libhdf5_hl", "libhdf5_hl_cpp", "libhdf5hl_fortran"] - - [[HDF5_jll."1.14.3+3".sources]] - hash = "9425f224ed75d1280bb46d6f26923dd938f9040e7eaebf57e66ec7357c08f917" - url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.3/src/hdf5-1.14.3.tar.bz2" - [[HDF5_jll."1.14.3+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/868d8ba1f8a5f802567d42df6a37e8fd54a92d35//H/HDF5/./bundled" - -[HDF5_jll."1.14.5+0"] -executables = ["h5clear", "h5copy", "h5debug", "h5delete", "h5diff", "h5dump", "h5format_convert", "h5import", "h5jam", "h5ls", "h5mkgrp", "h5perf_serial", "h5repack", "h5repart", "h5stat", "h5unjam", "h5watch"] -libraries = ["libhdf5", "libhdf5_cpp", "libhdf5_fortran", "libhdf5_hl", "libhdf5_hl_cpp", "libhdf5_hl_fortran"] - - [[HDF5_jll."1.14.5+0".sources]] - hash = "ec2e13c52e60f9a01491bb3158cb3778c985697131fc6a342262d32a26e58e44" - url = "https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/hdf5-1.14.5.tar.gz" - [[HDF5_jll."1.14.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/132712ef52c2eee1870f647180dcd8cea4a3e5e0//H/HDF5/bundled" - -[HDF5_jll."1.14.6+0"] -executables = ["h5clear", "h5copy", "h5debug", "h5delete", "h5diff", "h5dump", "h5format_convert", "h5import", "h5jam", "h5ls", "h5mkgrp", "h5perf_serial", "h5repack", "h5repart", "h5stat", "h5unjam", "h5watch"] -libraries = ["libhdf5", "libhdf5_cpp", "libhdf5_fortran", "libhdf5_hl", "libhdf5_hl_cpp", "libhdf5_hl_fortran"] - - [[HDF5_jll."1.14.6+0".sources]] - hash = "e4defbac30f50d64e1556374aa49e574417c9e72c6b1de7a4ff88c4b1bea6e9b" - url = "https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/hdf5-1.14.6.tar.gz" - [[HDF5_jll."1.14.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ae13b4863a6969ae7495cf64d83ccadae57e3940//H/HDF5/bundled" - -[HELICS_jll."2.4.0+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.4.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.4.0+0".sources]] - hash = "8de39728c7bb03be0bde0d506acc827bea732eddb7bb46892027b777b10dab27" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.4.0/Helics-v2.4.0-source.tar.gz" - -[HELICS_jll."2.4.1+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.4.1+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.4.1+0".sources]] - hash = "ac077e9efe466881ea366721cb31fb37ea0e72a881a717323ba4f3cdda338be4" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.4.1/Helics-v2.4.1-source.tar.gz" - -[HELICS_jll."2.4.1+1"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.4.1+1".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.4.1+1".sources]] - hash = "ac077e9efe466881ea366721cb31fb37ea0e72a881a717323ba4f3cdda338be4" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.4.1/Helics-v2.4.1-source.tar.gz" - -[HELICS_jll."2.4.2+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.4.2+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.4.2+0".sources]] - hash = "957856f06ed6d622f05dfe53df7768bba8fe2336d841252f5fac8345070fa5cb" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.4.2/Helics-v2.4.2-source.tar.gz" - -[HELICS_jll."2.5.0+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.5.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.5.0+0".sources]] - hash = "6f4f9308ebb59d82d71cf068e0d9d66b6edfa7792d61d54f0a61bf20dd2a7428" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.5.0/Helics-v2.5.0-source.tar.gz" - -[HELICS_jll."2.5.1+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.5.1+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.5.1+0".sources]] - hash = "3fc3507f7c074ff8b6a17fe54676334158fb2ff7cc8e7f4df011938f28fdbbca" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.5.1/Helics-v2.5.1-source.tar.gz" - -[HELICS_jll."2.5.2+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.5.2+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.5.2+0".sources]] - hash = "81928f7e30233a07ae2bfe6c5489fdd958364c0549b2a3e6fdc6163d4b390311" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.5.2/Helics-v2.5.2-source.tar.gz" - -[HELICS_jll."2.6.0+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.6.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.6.0+0".sources]] - hash = "450cbfc0c37b77ea051d3edc12bbc0f7cf4c1a17091ae10df5214b6176eebb42" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.6.0/Helics-v2.6.0-source.tar.gz" - -[HELICS_jll."2.6.1+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.6.1+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.6.1+0".sources]] - hash = "4b9a733a568ae8e6492f93abcd43f1aa9c53b233edcbeb0ab188dcc0d73ac928" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.6.1/Helics-v2.6.1-source.tar.gz" - -[HELICS_jll."2.7.0+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.7.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.7.0+0".sources]] - hash = "ad005c0948ef4284417d429112772d0b63ebfbc62c9093c02ac10f4a333d70f4" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.7.0/Helics-v2.7.0-source.tar.gz" - -[HELICS_jll."2.7.1+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.7.1+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.7.1+0".sources]] - hash = "872d415959e9d97069b06327410af00e7daae8dbeb9f050b26632eca924ea23c" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.7.1/Helics-v2.7.1-source.tar.gz" - -[HELICS_jll."2.8.0+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.8.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.8.0+0".sources]] - hash = "f2b218494407573c75561b7d4d656bc60f7592e970dd87d98c969066d76d89c1" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.8.0/Helics-v2.8.0-source.tar.gz" - -[HELICS_jll."2.8.1+0"] -libraries = ["libhelicsSharedLib"] - - [[HELICS_jll."2.8.1+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."2.8.1+0".sources]] - hash = "9485091fb1bf5d0dd3b21a2641dd78051bbf5374cd823425e458053abafdfa1f" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v2.8.1/Helics-v2.8.1-source.tar.gz" - -[HELICS_jll."3.3.2+0"] -libraries = ["libhelics"] - - [[HELICS_jll."3.3.2+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."3.3.2+0".sources]] - hash = "b04013969fc02dc36c697c328e6f50a0ac8dbdaf3d3e69870cd6e6ebeb374286" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v3.3.2/Helics-v3.3.2-source.tar.gz" - [[HELICS_jll."3.3.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[HELICS_jll."3.4.0+0"] -libraries = ["libhelics"] - - [[HELICS_jll."3.4.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."3.4.0+0".sources]] - hash = "88877a3767de9aed9f1cddea7b6455a2be060a00b959bb7e94994d1fd20878f8" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v3.4.0/Helics-v3.4.0-source.tar.gz" - [[HELICS_jll."3.4.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[HELICS_jll."3.5.0+0"] -libraries = ["libhelics"] - - [[HELICS_jll."3.5.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."3.5.0+0".sources]] - hash = "0c02ebaecf3d4ead7911e13325b26706f1e4b316ca51ec609e969e18ec584b78" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v3.5.0/Helics-v3.5.0-source.tar.gz" - [[HELICS_jll."3.5.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[HELICS_jll."3.5.1+0"] -libraries = ["libhelics"] - - [[HELICS_jll."3.5.1+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."3.5.1+0".sources]] - hash = "546fc6e6a85de6ba841e4bd547b811cc81a67a22be5e212ccb54be139d740555" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v3.5.1/Helics-v3.5.1-source.tar.gz" - [[HELICS_jll."3.5.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[HELICS_jll."3.5.2+0"] -libraries = ["libhelics"] - - [[HELICS_jll."3.5.2+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."3.5.2+0".sources]] - hash = "c2604694698a1e33c4a68f3d1c5ab0a228ef2bfca1b0d3bae94801dbd3b11048" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v3.5.2/Helics-v3.5.2-source.tar.gz" - [[HELICS_jll."3.5.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[HELICS_jll."3.5.3+0"] -libraries = ["libhelics"] - - [[HELICS_jll."3.5.3+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[HELICS_jll."3.5.3+0".sources]] - hash = "f9ace240510b18caf642f55d08f9009a9babb203fbc032ec7d7d8aa6fd5e1553" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v3.5.3/Helics-v3.5.3-source.tar.gz" - [[HELICS_jll."3.5.3+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[HELICS_jll."3.6.0+0"] -libraries = ["libhelics"] - - [[HELICS_jll."3.6.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[HELICS_jll."3.6.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HELICS_jll."3.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7fc70e7d95ec623636ef8c8653e19f47291067c0//H/HELICS/./bundled" - [[HELICS_jll."3.6.0+0".sources]] - hash = "e111ac5d92e808f27e330afd1f8b8ca4d86adf6ccd74e3280f2d40fb3e0e2ce9" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v3.6.0/Helics-v3.6.0-source.tar.gz" - [[HELICS_jll."3.6.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[HELICS_jll."3.6.1+0"] -libraries = ["libhelics"] - - [[HELICS_jll."3.6.1+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[HELICS_jll."3.6.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HELICS_jll."3.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/71cb5d165ae3725e0651c28a04df0e26e9feaeaf//H/HELICS/./bundled" - [[HELICS_jll."3.6.1+0".sources]] - hash = "d607c1b47dd5ae32f3076c4aa4aa584d37b6056a9bd049234494698ed95cd70f" - url = "https://github.com/GMLC-TDC/HELICS/releases/download/v3.6.1/Helics-v3.6.1-source.tar.gz" - [[HELICS_jll."3.6.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[HGSCVRP_jll."2.0.0+0"] -executables = ["hgs"] -libraries = ["libhgscvrp"] - - [[HGSCVRP_jll."2.0.0+0".sources]] - hash = "b062d5fccb1f64864dd65a94dac35929059ab089" - repo = "https://github.com/vidalt/HGS-CVRP.git" - -[HHsuite_jll."3.3.0+0"] -executables = ["a3m_database_extract", "a3m_database_filter", "a3m_database_reduce", "a3m_extract", "a3m_reduce", "cstranslate", "ffindex_apply", "ffindex_build", "ffindex_from_fasta", "ffindex_from_fasta_with_split", "ffindex_get", "ffindex_modify", "ffindex_order", "ffindex_reduce", "ffindex_unpack", "hhalign", "hhalign_omp", "hhblits", "hhblits_ca3m", "hhblits_omp", "hhconsensus", "hhfilter", "hhmake", "hhsearch", "hhsearch_omp"] - - [[HHsuite_jll."3.3.0+0".sources]] - hash = "dd67f7f3bf601e48c9c0bc4cf1fbe3b946f787a808bde765e9436a48d27b0964" - url = "https://github.com/soedinglab/hh-suite/archive/refs/tags/v3.3.0.tar.gz" - [[HHsuite_jll."3.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/edb3fe0ef593609c9f1a8bb9916d04d1f3106e3e//H/HHsuite/./bundled" - -[HIP_jll."4.0.0+0"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."4.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - - [[HIP_jll."4.0.0+0".sources]] - hash = "d7b78d96cec67c55b74ea3811ce861b16d300410bc687d0629e82392e8d7c857" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-4.0.0.tar.gz" - [[HIP_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/32c1c737ab4892fac18e71aa794c8066151a3e50//H/HIP/./bundled" - -[HIP_jll."4.0.0+1"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."4.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - - [[HIP_jll."4.0.0+1".sources]] - hash = "d7b78d96cec67c55b74ea3811ce861b16d300410bc687d0629e82392e8d7c857" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-4.0.0.tar.gz" - [[HIP_jll."4.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cc4109b9d0a5a3f067ff2598d945aba4a30195ad//H/HIP/./bundled" - -[HIP_jll."4.2.0+0"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."4.2.0+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - - [[HIP_jll."4.2.0+0".sources]] - hash = "ecb929e0fc2eaaf7bbd16a1446a876a15baf72419c723734f456ee62e70b4c24" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-4.2.0.tar.gz" - [[HIP_jll."4.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d02a2e9288162a9e2c290c11015cd596138af798//H/HIP/./bundled" - -[HIP_jll."4.2.0+1"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."4.2.0+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - - [[HIP_jll."4.2.0+1".sources]] - hash = "ecb929e0fc2eaaf7bbd16a1446a876a15baf72419c723734f456ee62e70b4c24" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-4.2.0.tar.gz" - [[HIP_jll."4.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/30d2e3f6fa30df370333169a3d486597d2d7dc60//H/HIP/./bundled" - -[HIP_jll."4.2.0+2"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."4.2.0+2".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - [[HIP_jll."4.2.0+2".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.2.0" - - [[HIP_jll."4.2.0+2".sources]] - hash = "ecb929e0fc2eaaf7bbd16a1446a876a15baf72419c723734f456ee62e70b4c24" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-4.2.0.tar.gz" - [[HIP_jll."4.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd751d06d02a25fa3e50373619085e8617462551//H/HIP/HIP@4.2.0/./bundled" - [[HIP_jll."4.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd751d06d02a25fa3e50373619085e8617462551//H/HIP/HIP@4.2.0/../scripts" - -[HIP_jll."4.5.2+0"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."4.5.2+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - [[HIP_jll."4.5.2+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.5.2" - - [[HIP_jll."4.5.2+0".sources]] - hash = "c2113dc3c421b8084cd507d91b6fbc0170765a464b71fb0d96bb875df368f160" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-4.5.2.tar.gz" - [[HIP_jll."4.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dafedef1436688c42979d68a7a91c680daf7ce81//H/HIP/HIP@4.5.2/./bundled" - [[HIP_jll."4.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dafedef1436688c42979d68a7a91c680daf7ce81//H/HIP/HIP@4.5.2/../scripts" - [[HIP_jll."4.5.2+0".sources]] - hash = "b6f35b1a1d0c466b5af28e26baf646ae63267eccc4852204db1e0c7222a39ce2" - url = "https://github.com/ROCm-Developer-Tools/hipamd/archive/rocm-4.5.2.tar.gz" - [[HIP_jll."4.5.2+0".sources]] - hash = "96b43f314899707810db92149caf518bdb7cf39f7c0ad86e98ad687ffb0d396d" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.5.2.tar.gz" - [[HIP_jll."4.5.2+0".sources]] - hash = "6581916a3303a31f76454f12f86e020fb5e5c019f3dbb0780436a8f73792c4d1" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.5.2.tar.gz" - -[HIP_jll."4.5.2+1"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."4.5.2+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - [[HIP_jll."4.5.2+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.5.2" - - [[HIP_jll."4.5.2+1".sources]] - hash = "c2113dc3c421b8084cd507d91b6fbc0170765a464b71fb0d96bb875df368f160" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-4.5.2.tar.gz" - [[HIP_jll."4.5.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2627b7a6b00fc83988d36e3ed22fb108e7b958ff//H/HIP/HIP@4.5.2/./bundled" - [[HIP_jll."4.5.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2627b7a6b00fc83988d36e3ed22fb108e7b958ff//H/HIP/HIP@4.5.2/../scripts" - [[HIP_jll."4.5.2+1".sources]] - hash = "b6f35b1a1d0c466b5af28e26baf646ae63267eccc4852204db1e0c7222a39ce2" - url = "https://github.com/ROCm-Developer-Tools/hipamd/archive/rocm-4.5.2.tar.gz" - [[HIP_jll."4.5.2+1".sources]] - hash = "96b43f314899707810db92149caf518bdb7cf39f7c0ad86e98ad687ffb0d396d" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.5.2.tar.gz" - [[HIP_jll."4.5.2+1".sources]] - hash = "6581916a3303a31f76454f12f86e020fb5e5c019f3dbb0780436a8f73792c4d1" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.5.2.tar.gz" - -[HIP_jll."4.5.2+2"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."4.5.2+2".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - [[HIP_jll."4.5.2+2".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.5.2" - - [[HIP_jll."4.5.2+2".sources]] - hash = "c2113dc3c421b8084cd507d91b6fbc0170765a464b71fb0d96bb875df368f160" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-4.5.2.tar.gz" - [[HIP_jll."4.5.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/66c561a61f18f5de4441bf6df4f182720823142d//H/HIP/HIP@4.5.2/./bundled" - [[HIP_jll."4.5.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/66c561a61f18f5de4441bf6df4f182720823142d//H/HIP/HIP@4.5.2/../scripts" - [[HIP_jll."4.5.2+2".sources]] - hash = "b6f35b1a1d0c466b5af28e26baf646ae63267eccc4852204db1e0c7222a39ce2" - url = "https://github.com/ROCm-Developer-Tools/hipamd/archive/rocm-4.5.2.tar.gz" - [[HIP_jll."4.5.2+2".sources]] - hash = "96b43f314899707810db92149caf518bdb7cf39f7c0ad86e98ad687ffb0d396d" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.5.2.tar.gz" - [[HIP_jll."4.5.2+2".sources]] - hash = "6581916a3303a31f76454f12f86e020fb5e5c019f3dbb0780436a8f73792c4d1" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.5.2.tar.gz" - -[HIP_jll."5.2.3+0"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[HIP_jll."5.2.3+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[HIP_jll."5.2.3+0".sources]] - hash = "5b83d1513ea4003bfad5fe8fa741434104e3e49a87e1d7fad49e5a8c1d06e57b" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-5.2.3.tar.gz" - [[HIP_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea2e9a9bbb7e43bc9e91ca08ff01e5af9337fc09//H/HIP/HIP@5.2.3/./bundled" - [[HIP_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea2e9a9bbb7e43bc9e91ca08ff01e5af9337fc09//H/HIP/HIP@5.2.3/../scripts" - [[HIP_jll."5.2.3+0".sources]] - hash = "5031d07554ce07620e24e44d482cbc269fa972e3e35377e935d2694061ff7c04" - url = "https://github.com/ROCm-Developer-Tools/hipamd/archive/rocm-5.2.3.tar.gz" - [[HIP_jll."5.2.3+0".sources]] - hash = "932ea3cd268410010c0830d977a30ef9c14b8c37617d3572a062b5d4595e2b94" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-5.2.3.tar.gz" - [[HIP_jll."5.2.3+0".sources]] - hash = "0493c414d4db1af8e1eb30a651d9512044644244488ebb13478c2138a7612998" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-5.2.3.tar.gz" - -[HIP_jll."5.2.3+1"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."5.2.3+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[HIP_jll."5.2.3+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[HIP_jll."5.2.3+1".sources]] - hash = "5b83d1513ea4003bfad5fe8fa741434104e3e49a87e1d7fad49e5a8c1d06e57b" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-5.2.3.tar.gz" - [[HIP_jll."5.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df62d7a37e5d6387c351238da6202b7a3e5a3e90//H/HIP/HIP@5.2.3/./bundled" - [[HIP_jll."5.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df62d7a37e5d6387c351238da6202b7a3e5a3e90//H/HIP/HIP@5.2.3/../scripts" - [[HIP_jll."5.2.3+1".sources]] - hash = "5031d07554ce07620e24e44d482cbc269fa972e3e35377e935d2694061ff7c04" - url = "https://github.com/ROCm-Developer-Tools/hipamd/archive/rocm-5.2.3.tar.gz" - [[HIP_jll."5.2.3+1".sources]] - hash = "932ea3cd268410010c0830d977a30ef9c14b8c37617d3572a062b5d4595e2b94" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-5.2.3.tar.gz" - [[HIP_jll."5.2.3+1".sources]] - hash = "0493c414d4db1af8e1eb30a651d9512044644244488ebb13478c2138a7612998" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-5.2.3.tar.gz" - -[HIP_jll."5.2.3+2"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."5.2.3+2".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[HIP_jll."5.2.3+2".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[HIP_jll."5.2.3+2".sources]] - hash = "5b83d1513ea4003bfad5fe8fa741434104e3e49a87e1d7fad49e5a8c1d06e57b" - url = "https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-5.2.3.tar.gz" - [[HIP_jll."5.2.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2eaa446277515c7e0d51e0d103aa0291bbf63b52//H/HIP/HIP@5.2.3/./bundled" - [[HIP_jll."5.2.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2eaa446277515c7e0d51e0d103aa0291bbf63b52//H/HIP/HIP@5.2.3/../scripts" - [[HIP_jll."5.2.3+2".sources]] - hash = "5031d07554ce07620e24e44d482cbc269fa972e3e35377e935d2694061ff7c04" - url = "https://github.com/ROCm-Developer-Tools/hipamd/archive/rocm-5.2.3.tar.gz" - [[HIP_jll."5.2.3+2".sources]] - hash = "932ea3cd268410010c0830d977a30ef9c14b8c37617d3572a062b5d4595e2b94" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-5.2.3.tar.gz" - [[HIP_jll."5.2.3+2".sources]] - hash = "0493c414d4db1af8e1eb30a651d9512044644244488ebb13478c2138a7612998" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-5.2.3.tar.gz" - -[HIP_jll."5.2.3+3"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."5.2.3+3".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[HIP_jll."5.2.3+3".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[HIP_jll."5.2.3+3".sources]] - hash = "206b6de40698e20b2310c6dd22241ac9cad574ae" - repo = "https://github.com/ROCm-Developer-Tools/HIP.git" - [[HIP_jll."5.2.3+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/281fc1de66687d92599cdb14295b98e8999c9d44//H/HIP/HIP@5.4.4/./bundled" - [[HIP_jll."5.2.3+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/281fc1de66687d92599cdb14295b98e8999c9d44//H/HIP/HIP@5.4.4/../scripts" - [[HIP_jll."5.2.3+3".sources]] - hash = "02187ecfc8a1a6ed2bbca29000a83dec5a61cb7f" - repo = "https://github.com/ROCm-Developer-Tools/hipamd.git" - [[HIP_jll."5.2.3+3".sources]] - hash = "40df4420ea9d0adc7a6e315a50305037c477b05d" - repo = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime.git" - [[HIP_jll."5.2.3+3".sources]] - hash = "442ede037c871420f3c810cb4228f5ebc2a133bb" - repo = "https://github.com/ROCm-Developer-Tools/ROCclr.git" - -[HIP_jll."5.4.4+0"] -executables = ["hipcc"] -libraries = ["libamdhip64"] - - [[HIP_jll."5.4.4+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.4.4" - [[HIP_jll."5.4.4+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.4.4" - - [[HIP_jll."5.4.4+0".sources]] - hash = "fea9cf73ba64592cdbc6c946d03b2ad2f14b77db" - repo = "https://github.com/ROCm-Developer-Tools/HIP.git" - [[HIP_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c19fd99fdc5cbcd051784bdac82906b167736a2f//H/HIP/HIP@5.4.4/./bundled" - [[HIP_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c19fd99fdc5cbcd051784bdac82906b167736a2f//H/HIP/HIP@5.4.4/../scripts" - [[HIP_jll."5.4.4+0".sources]] - hash = "474e8620099a463ad2ced821ae7400609b29bf7f" - repo = "https://github.com/ROCm-Developer-Tools/hipamd.git" - [[HIP_jll."5.4.4+0".sources]] - hash = "00e0533578a588da2c0834c58d550e9379d17e49" - repo = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime.git" - [[HIP_jll."5.4.4+0".sources]] - hash = "ccd065214094837dd59a45aa5111d860aff38ecf" - repo = "https://github.com/ROCm-Developer-Tools/ROCclr.git" - -[HMMER_jll."3.1.0+0"] -executables = ["alimask", "esl-afetch", "esl-alimanip", "esl-alimap", "esl-alimask", "esl-alimerge", "esl-alipid", "esl-alistat", "esl-compalign", "esl-compstruct", "esl-construct", "esl-histplot", "esl-mask", "esl-reformat", "esl-selectn", "esl-seqrange", "esl-seqstat", "esl-sfetch", "esl-shuffle", "esl-ssdraw", "esl-weight", "hmmalign", "hmmbuild", "hmmconvert", "hmmemit", "hmmfetch", "hmmlogo", "hmmpgmd", "hmmpress", "hmmscan", "hmmsearch", "hmmsim", "hmmstat", "jackhmmer", "makehmmerdb", "nhmmer", "nhmmscan", "phmmer"] - - [[HMMER_jll."3.1.0+0".sources]] - hash = "dd16edf4385c1df072c9e2f58c16ee1872d855a018a2ee6894205277017b5536" - url = "http://eddylab.org/software/hmmer/hmmer-3.1b2.tar.gz" - -[HMMER_jll."3.3.2+0"] -executables = ["alimask", "hmmalign", "hmmbuild", "hmmconvert", "hmmemit", "hmmfetch", "hmmlogo", "hmmpgmd", "hmmpgmd_shard", "hmmpress", "hmmscan", "hmmsearch", "hmmsim", "hmmstat", "jackhmmer", "makehmmerdb", "nhmmer", "nhmmscan", "phmmer"] - - [[HMMER_jll."3.3.2+0".sources]] - hash = "92fee9b5efe37a5276352d3502775e7c46e9f7a0ee45a331eacb2a0cac713c69" - url = "http://eddylab.org/software/hmmer/hmmer-3.3.2.tar.gz" - -[HMMER_jll."3.3.2+1"] -executables = ["alimask", "easel", "esl-afetch", "esl-alimanip", "esl-alimap", "esl-alimask", "esl-alimerge", "esl-alipid", "esl-alirev", "esl-alistat", "esl-compalign", "esl-compstruct", "esl-construct", "esl-histplot", "esl-mask", "esl-mixdchlet", "esl-reformat", "esl-selectn", "esl-seqrange", "esl-seqstat", "esl-sfetch", "esl-shuffle", "esl-ssdraw", "esl-translate", "esl-weight", "hmmalign", "hmmbuild", "hmmconvert", "hmmemit", "hmmfetch", "hmmlogo", "hmmpgmd", "hmmpgmd_shard", "hmmpress", "hmmscan", "hmmsearch", "hmmsim", "hmmstat", "jackhmmer", "makehmmerdb", "nhmmer", "nhmmscan", "phmmer"] - - [[HMMER_jll."3.3.2+1".sources]] - hash = "92fee9b5efe37a5276352d3502775e7c46e9f7a0ee45a331eacb2a0cac713c69" - url = "http://eddylab.org/software/hmmer/hmmer-3.3.2.tar.gz" - -[HMMER_jll."3.4.0+0"] -executables = ["alimask", "easel", "esl-afetch", "esl-alimanip", "esl-alimap", "esl-alimask", "esl-alimerge", "esl-alipid", "esl-alirev", "esl-alistat", "esl-compalign", "esl-compstruct", "esl-construct", "esl-histplot", "esl-mask", "esl-mixdchlet", "esl-reformat", "esl-selectn", "esl-seqrange", "esl-seqstat", "esl-sfetch", "esl-shuffle", "esl-ssdraw", "esl-translate", "esl-weight", "hmmalign", "hmmbuild", "hmmconvert", "hmmemit", "hmmfetch", "hmmlogo", "hmmpgmd", "hmmpgmd_shard", "hmmpress", "hmmscan", "hmmsearch", "hmmsim", "hmmstat", "jackhmmer", "makehmmerdb", "nhmmer", "nhmmscan", "phmmer"] - - [[HMMER_jll."3.4.0+0".sources]] - hash = "ca70d94fd0cf271bd7063423aabb116d42de533117343a9b27a65c17ff06fbf3" - url = "http://eddylab.org/software/hmmer/hmmer-3.4.tar.gz" - -[HOHQMesh_jll."1.0.0+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.0.0+0".sources]] - hash = "b5e983fa4a34311042e29792bf0e233fafc63b8f98873c041b8f7e4f1e26a19f" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.0.0/HOHQMesh-v1.0.0.tar.gz" - -[HOHQMesh_jll."1.0.1+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.0.1+0".sources]] - hash = "83c2c48aec9cd6b1ade0d9b04a0d68782ea7e0a5d9fb28ac7510d4ad401e64ee" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.0.1/HOHQMesh-v1.0.1.tar.gz" - -[HOHQMesh_jll."1.1.0+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.1.0+0".sources]] - hash = "977109d57dbb6b74c2d2c52b9bc3ac5ad4ecbfaa0dbe3ef2291f68eea05f1b78" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.1.0/HOHQMesh-v1.1.0.tar.gz" - -[HOHQMesh_jll."1.2.1+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.2.1+0".sources]] - hash = "b1b13a680c3ef6b8d6a8d05406f68c1ff641c26f69c468ccf2d7bed8d556dd7e" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.2.1/HOHQMesh-v1.2.1.tar.gz" - -[HOHQMesh_jll."1.3.0+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.3.0+0".sources]] - hash = "da5c1420c7ba312769d0abffbec6b1b7271dcf9a8f7a3f94465b2c1b1d17c418" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.3.0/HOHQMesh-v1.3.0.tar.gz" - -[HOHQMesh_jll."1.4.0+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.4.0+0".sources]] - hash = "47015b2a58f41db84f86adfd0349a4f08949206eaa9b2a275e138e5fff219e5e" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.4.0/HOHQMesh-v1.4.0.tar.gz" - -[HOHQMesh_jll."1.4.1+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.4.1+0".sources]] - hash = "3ad1ce3ee80650e1ff6197e1cab12d86868f9dd41dce19de33eae69f4428ed2c" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.4.1/HOHQMesh-v1.4.1.tar.gz" - -[HOHQMesh_jll."1.4.2+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.4.2+0".sources]] - hash = "0bc0bafbe7dc4756b5128e2c10dc48b5b1dfa02e8bf897f505aac57e16117cff" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.4.2/HOHQMesh-v1.4.2.tar.gz" - -[HOHQMesh_jll."1.5.0+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.5.0+0".sources]] - hash = "894f07af5d128dc71d842c360cb726a8279c1f89f101e34637b66e30c0b4552a" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.5.0/HOHQMesh-v1.5.0.tar.gz" - -[HOHQMesh_jll."1.5.1+0"] -executables = ["HOHQMesh"] - - [[HOHQMesh_jll."1.5.1+0".sources]] - hash = "c90930b63178d6a519b6e9680bc4e4ffe1f909bcf6e97d65a956dfa4e2da3eca" - url = "https://github.com/trixi-framework/HOHQMesh/releases/download/v1.5.1/HOHQMesh-v1.5.1.tar.gz" - -[HPTT_jll."1.0.5+0"] -libraries = ["libhptt"] - - [[HPTT_jll."1.0.5+0".sources]] - hash = "a55c2a927d5462e81abeb12081fd345024caf5f6" - repo = "https://github.com/springer13/hptt.git" - [[HPTT_jll."1.0.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6f25ed2da36b0892a894a6870831ba6cf9d49f60//H/HPTT/./bundled" - -[HSL_jll."1.0.0+0"] -libraries = ["libhsl"] - - [[HSL_jll."1.0.0+0".sources]] - hash = "3461aed2e62f6588098692891403d8737407131c" - repo = "https://github.com/ralna/JuliaHSL.git" - -[HSL_jll."2.0.0+0"] -libraries = ["libhsl"] - - [[HSL_jll."2.0.0+0".sources]] - hash = "299299186e081c43a471e8c3ddb00f476b08682c" - repo = "https://github.com/ralna/libHSL.git" - -[HSL_jll."3.0.0+0"] -libraries = ["libhsl", "libhsl_subset", "libhsl_subset_64"] - - [[HSL_jll."3.0.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[HSL_jll."3.0.0+0".sources]] - hash = "e1d85b763247a4dd641310a399d94ccc69975a46" - repo = "https://github.com/ralna/libHSL.git" - -[HSL_jll."4.0.0+0"] -libraries = ["libhsl", "libhsl_subset", "libhsl_subset_64"] - - [[HSL_jll."4.0.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[HSL_jll."4.0.0+0".sources]] - hash = "0c66d3f238a02985ef7aad03ca6bde57daa1301c" - repo = "https://github.com/ralna/libHSL.git" - -[HSL_jll."4.0.1+0"] -libraries = ["libhsl", "libhsl_subset", "libhsl_subset_64"] - - [[HSL_jll."4.0.1+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[HSL_jll."4.0.1+0".sources]] - hash = "403f7538232aa3f52e8e8a0ced4708e2bd7ca48b" - repo = "https://github.com/ralna/libHSL.git" - -[HSL_jll."4.0.2+0"] -libraries = ["libhsl", "libhsl_subset", "libhsl_subset_64"] - - [[HSL_jll."4.0.2+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[HSL_jll."4.0.2+0".sources]] - hash = "70984034449cf5278006d848d3f6fc13485e9c09" - repo = "https://github.com/ralna/libHSL.git" - -[HSL_jll."4.0.3+0"] -libraries = ["libhsl", "libhsl_subset", "libhsl_subset_64"] - - [[HSL_jll."4.0.3+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[HSL_jll."4.0.3+0".sources]] - hash = "f4b50e65da740e7c0aff55e8dce16131e00c5b6b" - repo = "https://github.com/ralna/libHSL.git" - -[HSL_jll."4.0.4+0"] -libraries = ["libhsl", "libhsl_subset", "libhsl_subset_64"] - - [[HSL_jll."4.0.4+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[HSL_jll."4.0.4+0".sources]] - hash = "d725da5edae4a5f1a1267d295e28ad99803d4d89" - repo = "https://github.com/ralna/libHSL.git" - -[HYPRE_jll."2.23.0+0"] -libraries = ["libHYPRE"] - - [[HYPRE_jll."2.23.0+0".sources]] - hash = "8a9f9fb6f65531b77e4c319bf35bfc9d34bf529c36afe08837f56b635ac052e2" - url = "https://github.com/hypre-space/hypre/archive/refs/tags/v2.23.0.tar.gz" - -[HYPRE_jll."2.23.0+1"] -libraries = ["libHYPRE"] - - [[HYPRE_jll."2.23.0+1".sources]] - hash = "8a9f9fb6f65531b77e4c319bf35bfc9d34bf529c36afe08837f56b635ac052e2" - url = "https://github.com/hypre-space/hypre/archive/refs/tags/v2.23.0.tar.gz" - -[HYPRE_jll."2.23.1+0"] -libraries = ["libHYPRE"] - - [[HYPRE_jll."2.23.1+0".sources]] - hash = "8a9f9fb6f65531b77e4c319bf35bfc9d34bf529c36afe08837f56b635ac052e2" - url = "https://github.com/hypre-space/hypre/archive/refs/tags/v2.23.0.tar.gz" - -[HYPRE_jll."2.23.1+1"] -libraries = ["libHYPRE"] - - [[HYPRE_jll."2.23.1+1".sources]] - hash = "8a9f9fb6f65531b77e4c319bf35bfc9d34bf529c36afe08837f56b635ac052e2" - url = "https://github.com/hypre-space/hypre/archive/refs/tags/v2.23.0.tar.gz" - -[Hanabi_jll."2021.1.23+0"] -files = ["include/pyhanabi.h", "share/compile_commands.json"] -libraries = ["libhanabi"] - - [[Hanabi_jll."2021.1.23+0".sources]] - hash = "4210e0edadb636fdccf528f75943df685085878b" - repo = "https://github.com/deepmind/hanabi-learning-environment.git" - [[Hanabi_jll."2021.1.23+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bba5443f75b221c6973d479e2c6727cf0ae3a0b3//H/Hanabi/./bundled" - -[HandIsomorphism_jll."0.0.1+0"] -libraries = ["libhandisomorphism"] - - [[HandIsomorphism_jll."0.0.1+0".sources]] - hash = "dabcee4a84c1d62ee6ded9b6ff02ece6823fcc0f" - repo = "https://github.com/kdub0/hand-isomorphism.git" - -[HarfBuzz_ICU_jll."2.8.1+0"] -libraries = ["libharfbuzz-icu"] - - [[HarfBuzz_ICU_jll."2.8.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_ICU_jll."2.8.1+0".sources]] - hash = "4124f663ec4bf4e294d9cf230668370b4249a48ff34deaf0f06e8fc82d891300" - url = "https://github.com/harfbuzz/harfbuzz/releases/download/2.8.1/harfbuzz-2.8.1.tar.xz" - -[HarfBuzz_ICU_jll."8.5.0+0"] -libraries = ["libharfbuzz-icu"] - - [[HarfBuzz_ICU_jll."8.5.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_ICU_jll."8.5.0+0".sources]] - hash = "77e4f7f98f3d86bf8788b53e6832fb96279956e1c3961988ea3d4b7ca41ddc27" - url = "https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/harfbuzz-8.5.0.tar.xz" - [[HarfBuzz_ICU_jll."8.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d2f65c4f3184188a520c9ed0a9775f9ccb5f00f1//H/HarfBuzz/HarfBuzz_ICU/../bundled" - -[HarfBuzz_ICU_jll."8.5.1+0"] -libraries = ["libharfbuzz-icu"] - - [[HarfBuzz_ICU_jll."8.5.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_ICU_jll."8.5.1+0".sources]] - hash = "77e4f7f98f3d86bf8788b53e6832fb96279956e1c3961988ea3d4b7ca41ddc27" - url = "https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/harfbuzz-8.5.0.tar.xz" - [[HarfBuzz_ICU_jll."8.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/09e32834832e72461d67358f16b9f310ebf4a821//H/HarfBuzz/HarfBuzz_ICU/../bundled" - -[HarfBuzz_jll."2.6.1+0"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+0".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - -[HarfBuzz_jll."2.6.1+1"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+1".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - -[HarfBuzz_jll."2.6.1+2"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+2".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - -[HarfBuzz_jll."2.6.1+3"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+3".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - -[HarfBuzz_jll."2.6.1+4"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+4".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - -[HarfBuzz_jll."2.6.1+5"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+5".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."2.6.1+5".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - -[HarfBuzz_jll."2.6.1+6"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+6".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."2.6.1+6".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - -[HarfBuzz_jll."2.6.1+7"] -libraries = ["libharfbuzz-icu", "libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+7".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."2.6.1+7".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - [[HarfBuzz_jll."2.6.1+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/88b86e92fb6d12331c2a03971fb559507e46050c//H/HarfBuzz/./bundled" - -[HarfBuzz_jll."2.6.1+8"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+8".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."2.6.1+8".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - -[HarfBuzz_jll."2.6.1+9"] -libraries = ["libharfbuzz-icu", "libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+9".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."2.6.1+9".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - [[HarfBuzz_jll."2.6.1+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e84440ab270e509cd9a3374b6e020df9546de0f2//H/HarfBuzz/./bundled" - -[HarfBuzz_jll."2.6.1+10"] -libraries = ["libharfbuzz-icu", "libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.6.1+10".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."2.6.1+10".sources]] - hash = "c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f" - url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz" - [[HarfBuzz_jll."2.6.1+10".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ac5b0ef260a54877cdae8601697b9783ed3bab0//H/HarfBuzz/./bundled" - -[HarfBuzz_jll."2.8.1+0"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.8.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."2.8.1+0".sources]] - hash = "4124f663ec4bf4e294d9cf230668370b4249a48ff34deaf0f06e8fc82d891300" - url = "https://github.com/harfbuzz/harfbuzz/releases/download/2.8.1/harfbuzz-2.8.1.tar.xz" - -[HarfBuzz_jll."2.8.1+1"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."2.8.1+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."2.8.1+1".sources]] - hash = "4124f663ec4bf4e294d9cf230668370b4249a48ff34deaf0f06e8fc82d891300" - url = "https://github.com/harfbuzz/harfbuzz/releases/download/2.8.1/harfbuzz-2.8.1.tar.xz" - -[HarfBuzz_jll."8.3.1+0"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."8.3.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."8.3.1+0".sources]] - hash = "f73e1eacd7e2ffae687bc3f056bb0c705b7a05aee86337686e09da8fc1c2030c" - url = "https://github.com/harfbuzz/harfbuzz/releases/download/8.3.1/harfbuzz-8.3.1.tar.xz" - [[HarfBuzz_jll."8.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b8c393cfc181ec0d4e02be0d6c5fba96c9b955d6//H/HarfBuzz/HarfBuzz/../bundled" - -[HarfBuzz_jll."8.5.0+0"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."8.5.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."8.5.0+0".sources]] - hash = "77e4f7f98f3d86bf8788b53e6832fb96279956e1c3961988ea3d4b7ca41ddc27" - url = "https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/harfbuzz-8.5.0.tar.xz" - [[HarfBuzz_jll."8.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/510bd506922a16d54259b616a837a1eb11640965//H/HarfBuzz/HarfBuzz/../bundled" - -[HarfBuzz_jll."8.5.1+0"] -libraries = ["libharfbuzz", "libharfbuzz-subset", "libharfbuzz-gobject"] - - [[HarfBuzz_jll."8.5.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[HarfBuzz_jll."8.5.1+0".sources]] - hash = "77e4f7f98f3d86bf8788b53e6832fb96279956e1c3961988ea3d4b7ca41ddc27" - url = "https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/harfbuzz-8.5.0.tar.xz" - [[HarfBuzz_jll."8.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b444594fb1e781c06edd62deec5f613230ad4228//H/HarfBuzz/HarfBuzz/../bundled" - -[Hayagriva_jll."0.3.0+0"] -executables = ["hayagriva"] - - [[Hayagriva_jll."0.3.0+0".sources]] - hash = "c1c58e44eba1733726d596025e3357c6aa56826a" - repo = "https://github.com/typst/hayagriva.git" - -[Hayagriva_jll."0.4.0+0"] -executables = ["hayagriva"] - - [[Hayagriva_jll."0.4.0+0".sources]] - hash = "8dce242de6366156eee2ea113584236883af6e66" - repo = "https://github.com/typst/hayagriva.git" - -[HelFEM_jll."0.0.1+0"] -libraries = ["libhelfem-cxxwrap"] - - [[HelFEM_jll."0.0.1+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "1.4.1" - - [[HelFEM_jll."0.0.1+0".sources]] - hash = "d3b9ce4d34fcce3296a80aef0ed9b60ce45319c9" - repo = "https://github.com/mortenpi/HelFEM.git" - -[HelFEM_jll."0.0.1+1"] -libraries = ["libhelfem-cxxwrap"] - - [[HelFEM_jll."0.0.1+1".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "1.4.1" - - [[HelFEM_jll."0.0.1+1".sources]] - hash = "d3b9ce4d34fcce3296a80aef0ed9b60ce45319c9" - repo = "https://github.com/mortenpi/HelFEM.git" - -[HelFEM_jll."0.0.2+0"] -libraries = ["libhelfem-cxxwrap"] - - [[HelFEM_jll."0.0.2+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "1.4.1" - - [[HelFEM_jll."0.0.2+0".sources]] - hash = "f2a1dcd456ab1c6c530ff9ae3b916bde2ebf9ae6" - repo = "https://github.com/mortenpi/HelFEM.git" - -[HelFEM_jll."0.0.3+0"] -libraries = ["libhelfem-cxxwrap"] - - [[HelFEM_jll."0.0.3+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "1.4.1" - - [[HelFEM_jll."0.0.3+0".sources]] - hash = "a4d3b2e6f16f7f7953afd5f69a44257a65c5b131" - repo = "https://github.com/mortenpi/HelFEM.git" - -[HelFEM_jll."0.1.5+0"] -libraries = ["libhelfem-cxxwrap"] - - [[HelFEM_jll."0.1.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[HelFEM_jll."0.1.5+0".sources]] - hash = "a4d3b2e6f16f7f7953afd5f69a44257a65c5b131" - repo = "https://github.com/mortenpi/HelFEM.git" - -[HelFEM_jll."0.1.6+0"] -libraries = ["libhelfem-cxxwrap"] - - [[HelFEM_jll."0.1.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[HelFEM_jll."0.1.6+0".sources]] - hash = "a4d3b2e6f16f7f7953afd5f69a44257a65c5b131" - repo = "https://github.com/mortenpi/HelFEM.git" - -[HelloWorldC_jll."1.0.6+0"] -executables = ["hello_world"] - -[HelloWorldC_jll."1.0.8+0"] -executables = ["hello_world"] - -[HelloWorldC_jll."1.0.9+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.0.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3d7ef4457333d70a8fba974b91b3855f04223850//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.0.9+1"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.0.9+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/68a7a62a5d8de3fcc606271a6e8a8c96bf255bc9//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.0.10+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.0.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/51d493a3296b2d65b5b1299dd4c623c5606c77d8//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.0.10+1"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.0.10+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/34077c8fad1b1a9b80183270d28650d29ed554d9//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.0.11+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.0.11+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d71ff0dc5a969cca6134450cf4dbe60757103034//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.1.0+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/833dd6b4ed0e63ffe136eaeab940c42b5aad628d//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.1.1+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/595f27167fdb04b30f7214fbd77da693b9670772//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.1.2+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/409267222921050758da03b88a2fa7d08b428cce//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.1.3+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c983a1c729e771b22648572be33bffc2047afaac//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.2.0+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1bbbe0707075bcd2c4c68f763d82e2e2f8c79571//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.2.1+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ef2ab3bf19d1fb5ef7add8ab95e9ea5908296c87//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.2.1+1"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.2.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8e7a9c4f1761fcb71c8d2e33688d36ff6fb9f9d2//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.3.0+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a5039d211587cf87627d3db3af52dc60d0527d7d//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.4.0+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ce496f11452867dde95cef2a9f5dfca60ea9b375//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.4.0+1"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.4.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bf4f04a30319afbd152b92d30c589f769e4f4f3d//H/HelloWorldC/./bundled" - -[HelloWorldC_jll."1.4.1+0"] -executables = ["hello_world"] - - [[HelloWorldC_jll."1.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/42a41a2b1d52b3129878d5d46c19d2d1d39a56ae//H/HelloWorldC/./bundled" - -[HelloWorldCxx_jll."1.0.3+0"] -executables = ["hello_world"] - -[HelloWorldCxx_jll."1.1.0+0"] -executables = ["hello_world"] - -[HelloWorldCxx_jll."1.1.1+0"] -executables = ["hello_world"] - -[HelloWorldFortran_jll."1.1.0+0"] -executables = ["hello_world"] - -[HelloWorldFortran_jll."1.1.1+0"] -executables = ["hello_world"] - -[HelloWorldGo_jll."1.0.3+0"] -executables = ["hello_world"] - -[HelloWorldGo_jll."1.0.4+0"] -executables = ["hello_world"] - -[HelloWorldGo_jll."1.0.4+1"] -executables = ["hello_world"] - -[HelloWorldGo_jll."1.0.5+0"] -executables = ["hello_world"] - -[HelloWorldOCaml_jll."1.0.0+0"] -executables = ["hello_world"] - -[Help2man_jll."1.48.1+0"] -files = ["bin/help2man"] - - [[Help2man_jll."1.48.1+0".sources]] - hash = "de8a74740bd058646567b92ab4ecdeb9da9f1a07cc7c4f607a3c14dd38d10799" - url = "https://ftp.gnu.org/gnu/help2man/help2man-1.48.1.tar.xz" - -[HepMC3_jll."3.2.2+0"] -libraries = ["libHepMC3search", "libHepMC3"] - - [[HepMC3_jll."3.2.2+0".sources]] - hash = "0e8cb4f78f804e38f7d29875db66f65e4c77896749d723548cc70fb7965e2d41" - url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-3.2.2.tar.gz" - -[HepMC3_jll."3.2.5+0"] -libraries = ["libHepMC3search", "libHepMC3"] - - [[HepMC3_jll."3.2.5+0".sources]] - hash = "cd0f75c80f75549c59cc2a829ece7601c77de97cb2a5ab75790cac8e1d585032" - url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-3.2.5.tar.gz" - -[HepMC3_jll."3.2.7+0"] -libraries = ["libHepMC3search", "libHepMC3"] - - [[HepMC3_jll."3.2.7+0".sources]] - hash = "587faa6556cc54ccd89ad35421461b4761d7809bc17a2e72f5034daea142232b" - url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-3.2.7.tar.gz" - -[HepMC3_jll."3.3.0+0"] -libraries = ["libHepMC3search", "libHepMC3"] - - [[HepMC3_jll."3.3.0+0".sources]] - hash = "6f876091edcf7ee6d0c0db04e080056e89efc1a61abe62355d97ce8e735769d6" - url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-3.3.0.tar.gz" - -[Heptagon_jll."1.5.0+0"] -executables = ["heptc"] - - [[Heptagon_jll."1.5.0+0".build_dependencies]] - name = "OCaml_jll" - target = "target" - version = "5.3.0" - [[Heptagon_jll."1.5.0+0".build_dependencies]] - name = "Dune_jll" - target = "target" - version = "*" - [[Heptagon_jll."1.5.0+0".build_dependencies]] - name = "OCamlbuild_jll" - target = "target" - version = "*" - - [[Heptagon_jll."1.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f9db4d3169f8806d85ca490f2db8a5ea223fe154//H/Heptagon/./bundled" - [[Heptagon_jll."1.5.0+0".sources]] - hash = "2df996279ae16b606db5ff5879f93dbfade0898db9f1a3e82f7f845faa2930a2" - url = "http://download.camlcity.org/download/findlib-1.9.6.tar.gz" - [[Heptagon_jll."1.5.0+0".sources]] - hash = "0f962c36f9253df2393955af41b074b6a426b2f92a9def795b2005b57d302d65" - url = "https://github.com/backtracking/ocamlgraph/releases/download/2.1.0/ocamlgraph-2.1.0.tbz" - [[Heptagon_jll."1.5.0+0".sources]] - hash = "567fa15f32192a6a7cd12e6c9e804fec43460126" - repo = "https://github.com/ocaml/camlp-streams.git" - [[Heptagon_jll."1.5.0+0".sources]] - hash = "47e8a7c1082ce4e3004794931fd48259a364a5e4" - repo = "https://github.com/camlp4/camlp4.git" - [[Heptagon_jll."1.5.0+0".sources]] - hash = "ef488644aaaacbfaada7ebf08d499d64ce31e15494297c3dc8f58725fc9ac030" - url = "https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz" - [[Heptagon_jll."1.5.0+0".sources]] - hash = "babf72d3917b86f707885f0c5528e36c63fccb698f4b46cf2bab5c7ccdd6d84a" - url = "https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz" - [[Heptagon_jll."1.5.0+0".sources]] - hash = "af93d1f0916b7ff37cb88beb8744ecb976d53ae0" - repo = "https://gitlab.inria.fr/synchrone/heptagon.git" - -[Heptagon_jll."1.5.0+1"] -executables = ["heptc"] - - [[Heptagon_jll."1.5.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6f51d2bcd72a85d458c76cf1c7348eb9452f121d//H/Heptagon/./bundled" - [[Heptagon_jll."1.5.0+1".sources]] - hash = "fb6815e5d745f07fd567c11671149de6ef2e74c8" - repo = "https://github.com/ocaml/stdlib-shims" - [[Heptagon_jll."1.5.0+1".sources]] - hash = "710007690fb2286f9f2ce10e19fa47a67b634670" - repo = "https://github.com/backtracking/ocamlgraph" - [[Heptagon_jll."1.5.0+1".sources]] - hash = "d71051f500c4f34c9faf93192a593cdf4903b0c0" - repo = "https://gitlab.inria.fr/fpottier/menhir" - [[Heptagon_jll."1.5.0+1".sources]] - hash = "af93d1f0916b7ff37cb88beb8744ecb976d53ae0" - repo = "https://gitlab.inria.fr/synchrone/heptagon" - -[HiGHS_jll."0.1.1+0"] -libraries = ["libhighs", "libipx"] - - [[HiGHS_jll."0.1.1+0".sources]] - hash = "30de0e3c2c977bd3c5bfd95e502c2ee041aa6525" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/463f5006f1fea8c11a4bfe9892ad3f0dc3045651//H/HiGHS/./bundled" - -[HiGHS_jll."0.1.2+0"] -libraries = ["libhighs", "libipx"] - - [[HiGHS_jll."0.1.2+0".sources]] - hash = "0dc437abd75ba9a56d24e4f4f5a60bd89a2839a5" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."0.1.3+0"] -libraries = ["libhighs", "libipx"] - - [[HiGHS_jll."0.1.3+0".sources]] - hash = "0dc437abd75ba9a56d24e4f4f5a60bd89a2839a5" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/800edf4ae4008f449c7ebaf4bd3a32ae62caa29f//H/HiGHS/./bundled" - -[HiGHS_jll."0.1.3+1"] -libraries = ["libhighs", "libipx"] - - [[HiGHS_jll."0.1.3+1".sources]] - hash = "c9f7b5c7550563b4db590b2c3bb02af33c5517e2" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.1.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0b626345eea6b4511d54531de591e4b5588c8605//H/HiGHS/./bundled" - -[HiGHS_jll."0.1.4+0"] -libraries = ["libhighs", "libipx"] - - [[HiGHS_jll."0.1.4+0".sources]] - hash = "0b4cb7f882a6c5d208fbb2edb4d8c416291ed4f5" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.1.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8f25053b11378065b6c4af7d8ea3af292bbbd1f1//H/HiGHS/./bundled" - -[HiGHS_jll."0.2.0+0"] -libraries = ["libhighs"] - - [[HiGHS_jll."0.2.0+0".sources]] - hash = "72523038995877307d9309354a77cd39e2388033" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7fd3e809a5425c39a91dfd2b83b32fa6d87840ef//H/HiGHS/./bundled" - -[HiGHS_jll."0.2.1+0"] -libraries = ["libhighs"] - - [[HiGHS_jll."0.2.1+0".sources]] - hash = "796291874f18127f0267f6c4acd2883b5b21c912" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/347eb598db66b27ab21457e844b11ca559f85687//H/HiGHS/./bundled" - -[HiGHS_jll."0.2.2+0"] -libraries = ["libhighs"] - - [[HiGHS_jll."0.2.2+0".sources]] - hash = "7f4f0a58c415fa6cd678395d109155a3f5a7c670" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4fc1913bded05d020c33357bd33f7a995b7b1a22//H/HiGHS/./bundled" - -[HiGHS_jll."0.2.3+0"] -libraries = ["libhighs"] - - [[HiGHS_jll."0.2.3+0".sources]] - hash = "289e34dc089dda8260e93eebd09e724ef4c64ac3" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f748fdc97c4bc356605738bcb2e4228e0eebc3a1//H/HiGHS/./bundled" - -[HiGHS_jll."0.3.0+0"] -libraries = ["libhighs"] - - [[HiGHS_jll."0.3.0+0".sources]] - hash = "73ec415532691dbb4270d4c1952567b0f779a8aa" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/14fd3e6092abf200daa368ae7f7f16959a8b6d1c//H/HiGHS/./bundled" - -[HiGHS_jll."0.3.1+0"] -libraries = ["libhighs"] - - [[HiGHS_jll."0.3.1+0".sources]] - hash = "40fa96a10554d76b1413bf33cc79a2153aa1db13" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/75bd14046a473d94cc677caf377994aa0288bda8//H/HiGHS/./bundled" - -[HiGHS_jll."0.3.2+0"] -libraries = ["libhighs"] - - [[HiGHS_jll."0.3.2+0".sources]] - hash = "4a5dd7499522f1fa730a31c59bba419b2bcc6839" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/82bdbb6f9d1ca3dd7a6de0f22caf775ce466457d//H/HiGHS/./bundled" - -[HiGHS_jll."0.3.3+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."0.3.3+0".sources]] - hash = "363dd4e8639f8f811ce031c9f6c8c35944e91615" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."0.3.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/91a84df05986de4059ec1ef4a70f0611a001e453//H/HiGHS/./bundled" - -[HiGHS_jll."1.1.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.1.0+0".sources]] - hash = "bd9703cc1a896c68473144064011cc9d64246e07" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."1.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/143413ccbb147a749a88635a655600e2127851af//H/HiGHS/./bundled" - -[HiGHS_jll."1.1.1+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.1.1+0".sources]] - hash = "31608db682ed3e0fddcdbc5bc899e03fec38c324" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."1.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/13a7323bc8d0e2ce457376228a3c68d2c19411ad//H/HiGHS/./bundled" - -[HiGHS_jll."1.2.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.2.0+0".sources]] - hash = "500cdf47a6330252db4156148f90d99cc8d22cf7" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c686d8e94c711828907fca303f47dc3bddb40a5//H/HiGHS/./bundled" - -[HiGHS_jll."1.2.0+1"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.2.0+1".sources]] - hash = "f73254cfaa532139075fb174aa0c2e06e12cee34" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."1.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ebb675b4fc2905bcc414596856107870afea1c05//H/HiGHS/./bundled" - -[HiGHS_jll."1.2.0+2"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.2.0+2".sources]] - hash = "7a3f716bb2ad2df67525db8414ae48f5226dedd6" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."1.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/276f87562310a138b31ce1327e80104132d0a1fd//H/HiGHS/./bundled" - -[HiGHS_jll."1.2.1+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.2.1+0".sources]] - hash = "60ad175979bbf6be309de3992adc9852625d1e7b" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.2.2+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.2.2+0".sources]] - hash = "3f0a74587ff25009f12a73efcfbf5dd8aef45a4a" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.3.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.3.0+0".sources]] - hash = "e5004072be62335eebe96149eabf3879d8d82635" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHS_jll."1.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5f4b85566ab5ffa18c13d214f51b4a00d2f9b697//H/HiGHS/HiGHS/../bundled" - -[HiGHS_jll."1.4.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.4.0+0".sources]] - hash = "b6d4b3dead77132567ccd6fee7c12532e382db08" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.4.1+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.4.1+0".sources]] - hash = "bcf6c0b224591adb9ad9a7a904c0066a2dac7580" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.4.2+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.4.2+0".sources]] - hash = "f797c1ab602004004186d745cbfce83f50d39932" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.5.1+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.5.1+0".sources]] - hash = "93f1876e453eeec2d16e2a0c95874d0ef12c5b23" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.5.3+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.5.3+0".sources]] - hash = "45a127b78060942721f75f46a04b274c2bb963d8" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.6.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.6.0+0".sources]] - hash = "21da9b90e0dceeb22ef9e35e5ff2c3ab17dc5232" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.6.0+1"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.6.0+1".sources]] - hash = "21da9b90e0dceeb22ef9e35e5ff2c3ab17dc5232" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.7.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.7.0+0".sources]] - hash = "50670fd4c634c3c9e54bf615e84bd4024d129754" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.7.1+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.7.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHS_jll."1.7.1+0".sources]] - hash = "43329e52883d8c930d9efa897307d6dec5230099" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.7.2+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.7.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHS_jll."1.7.2+0".sources]] - hash = "5ce7a27531a7f4166ee5a8343169a1014febb41a" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.8.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.8.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHS_jll."1.8.0+0".sources]] - hash = "fcfb5341462f8a7db5ef5038613413f97d6cac3d" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.8.1+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.8.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHS_jll."1.8.1+0".sources]] - hash = "4a7f24ac63b3832e30694969e0a69a4b3c1f1674" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.9.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.9.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHS_jll."1.9.0+0".sources]] - hash = "66f735e60ce4d4835edaa05a35f2bd4048969c54" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.10.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.10.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHS_jll."1.10.0+0".sources]] - hash = "fd8665394edfd096c4f847c4a6fbc187364ef474" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.11.0+0"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.11.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHS_jll."1.11.0+0".sources]] - hash = "364c83a51e44ba6c27def9c8fc1a49b1daf5ad5c" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHS_jll."1.11.0+1"] -executables = ["highs"] -libraries = ["libhighs"] - - [[HiGHS_jll."1.11.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHS_jll."1.11.0+1".sources]] - hash = "364c83a51e44ba6c27def9c8fc1a49b1daf5ad5c" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.2.0+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.2.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.2.0+0".sources]] - hash = "7a3f716bb2ad2df67525db8414ae48f5226dedd6" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.2.2+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.2.2+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.2.2+0".sources]] - hash = "3f0a74587ff25009f12a73efcfbf5dd8aef45a4a" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.3.0+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.3.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.3.0+0".sources]] - hash = "e5004072be62335eebe96149eabf3879d8d82635" - repo = "https://github.com/ERGO-Code/HiGHS.git" - [[HiGHSstatic_jll."1.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e33c7c3e9d3632f88c198399be26480eacd35a3d//H/HiGHS/HiGHSstatic/../bundled" - -[HiGHSstatic_jll."1.4.0+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.4.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.4.0+0".sources]] - hash = "b6d4b3dead77132567ccd6fee7c12532e382db08" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.4.1+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.4.1+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.4.1+0".sources]] - hash = "bcf6c0b224591adb9ad9a7a904c0066a2dac7580" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.4.2+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.4.2+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.4.2+0".sources]] - hash = "f797c1ab602004004186d745cbfce83f50d39932" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.5.1+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.5.1+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.5.1+0".sources]] - hash = "93f1876e453eeec2d16e2a0c95874d0ef12c5b23" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.5.3+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.5.3+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.5.3+0".sources]] - hash = "45a127b78060942721f75f46a04b274c2bb963d8" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.6.0+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.6.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.6.0+0".sources]] - hash = "21da9b90e0dceeb22ef9e35e5ff2c3ab17dc5232" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.6.0+1"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.6.0+1".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.6.0+1".sources]] - hash = "21da9b90e0dceeb22ef9e35e5ff2c3ab17dc5232" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.7.0+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.7.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[HiGHSstatic_jll."1.7.0+0".sources]] - hash = "50670fd4c634c3c9e54bf615e84bd4024d129754" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.7.0+1"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.7.0+1".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - [[HiGHSstatic_jll."1.7.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHSstatic_jll."1.7.0+1".sources]] - hash = "50670fd4c634c3c9e54bf615e84bd4024d129754" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.7.1+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.7.1+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - [[HiGHSstatic_jll."1.7.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHSstatic_jll."1.7.1+0".sources]] - hash = "43329e52883d8c930d9efa897307d6dec5230099" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.7.2+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.7.2+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - [[HiGHSstatic_jll."1.7.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHSstatic_jll."1.7.2+0".sources]] - hash = "5ce7a27531a7f4166ee5a8343169a1014febb41a" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.8.0+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.8.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - [[HiGHSstatic_jll."1.8.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHSstatic_jll."1.8.0+0".sources]] - hash = "fcfb5341462f8a7db5ef5038613413f97d6cac3d" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.8.1+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.8.1+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - [[HiGHSstatic_jll."1.8.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHSstatic_jll."1.8.1+0".sources]] - hash = "4a7f24ac63b3832e30694969e0a69a4b3c1f1674" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.9.0+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.9.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - [[HiGHSstatic_jll."1.9.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHSstatic_jll."1.9.0+0".sources]] - hash = "66f735e60ce4d4835edaa05a35f2bd4048969c54" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.10.0+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.10.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - [[HiGHSstatic_jll."1.10.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHSstatic_jll."1.10.0+0".sources]] - hash = "fd8665394edfd096c4f847c4a6fbc187364ef474" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.11.0+0"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.11.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - [[HiGHSstatic_jll."1.11.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHSstatic_jll."1.11.0+0".sources]] - hash = "364c83a51e44ba6c27def9c8fc1a49b1daf5ad5c" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HiGHSstatic_jll."1.11.0+1"] -executables = ["highs"] - - [[HiGHSstatic_jll."1.11.0+1".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - [[HiGHSstatic_jll."1.11.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[HiGHSstatic_jll."1.11.0+1".sources]] - hash = "364c83a51e44ba6c27def9c8fc1a49b1daf5ad5c" - repo = "https://github.com/ERGO-Code/HiGHS.git" - -[HighFive_jll."2.9.0+0"] -files = ["include/highfive/highfive.hpp"] - - [[HighFive_jll."2.9.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[HighFive_jll."2.9.0+0".build_dependencies]] - name = "xtensor_jll" - target = "target" - version = "*" - - [[HighFive_jll."2.9.0+0".sources]] - hash = "0d0259e823a0e8aee2f036ba738c703ac4a0721c" - repo = "https://github.com/BlueBrain/HighFive" - -[HighFive_jll."2.10.1+0"] -files = ["include/highfive/highfive.hpp"] - - [[HighFive_jll."2.10.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[HighFive_jll."2.10.1+0".build_dependencies]] - name = "xtensor_jll" - target = "target" - version = "*" - - [[HighFive_jll."2.10.1+0".sources]] - hash = "ede97c8d51905c1640038561d12d41da173012ac" - repo = "https://github.com/BlueBrain/HighFive" - -[HighFive_jll."3.1.1+0"] -files = ["include/highfive/highfive.hpp"] - - [[HighFive_jll."3.1.1+0".sources]] - hash = "1a5ef376f6ceb5ca111a02c936f9918699a7a0b0" - repo = "https://github.com/highfive-devs/highfive" - -[Hjson_jll."4.4.0+0"] -executables = ["hjson-cli"] - - [[Hjson_jll."4.4.0+0".sources]] - hash = "bdaa45f5d9768665e3081b9fe64cd574f9e092d4" - repo = "https://github.com/hjson/hjson-go.git" - -[Htop_jll."2.2.0+0"] -executables = ["htop"] - - [[Htop_jll."2.2.0+0".sources]] - hash = "d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57" - url = "http://hisham.hm/htop/releases/2.2.0/htop-2.2.0.tar.gz" - -[Htop_jll."3.1.2+0"] -executables = ["htop"] - - [[Htop_jll."3.1.2+0".sources]] - hash = "884bce5b58cb113127860b9e368609019e92416a81550fdf0752052f3a64b388" - url = "https://github.com/htop-dev/htop/releases/download/3.1.2/htop-3.1.2.tar.xz" - -[Htop_jll."3.2.2+0"] -executables = ["htop"] - - [[Htop_jll."3.2.2+0".sources]] - hash = "bac9e9ab7198256b8802d2e3b327a54804dc2a19b77a5f103645b11c12473dc8" - url = "https://github.com/htop-dev/htop/releases/download/3.2.2/htop-3.2.2.tar.xz" - -[Htop_jll."3.3.0+0"] -executables = ["htop"] - - [[Htop_jll."3.3.0+0".sources]] - hash = "a69acf9b42ff592c4861010fce7d8006805f0d6ef0e8ee647a6ee6e59b743d5c" - url = "https://github.com/htop-dev/htop/releases/download/3.3.0/htop-3.3.0.tar.xz" - -[Hugo_jll."0.118.2+0"] -executables = ["hugo"] - - [[Hugo_jll."0.118.2+0".sources]] - hash = "da7983ac4b94d97d776d7c2405040de97e95c03d" - repo = "https://github.com/gohugoio/hugo.git" - -[Hwloc_jll."2.2.0+0"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.2.0+0".sources]] - hash = "ae70b893df272b84afd7068d351aae5c8c4fd79d40ca783b3e67554b873a2252" - url = "https://download.open-mpi.org/release/hwloc/v2.2/hwloc-2.2.0.tar.bz2" - -[Hwloc_jll."2.4.0+0"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.4.0+0".sources]] - hash = "2b1f1b4adb542911096bdceceb16270e9918908dcd884ab85c2f929c2b3838e9" - url = "https://download.open-mpi.org/release/hwloc/v2.4/hwloc-2.4.0.tar.bz2" - -[Hwloc_jll."2.4.1+0"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.4.1+0".sources]] - hash = "392421e69f26120c8ab95d151fe989f2b4b69dab3c7735741c4e0a6d7de5de63" - url = "https://download.open-mpi.org/release/hwloc/v2.4/hwloc-2.4.1.tar.bz2" - -[Hwloc_jll."2.5.0+0"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.5.0+0".sources]] - hash = "a9cf9088be085bdd167c78b73ddf94d968fa73a8ccf62172481ba9342c4f52c8" - url = "https://download.open-mpi.org/release/hwloc/v2.5/hwloc-2.5.0.tar.bz2" - -[Hwloc_jll."2.6.0+0"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.6.0+0".sources]] - hash = "e1f073e44e28c296ff848dead5e9bd6e2426b77f95ead1792358958e859fa83a" - url = "https://download.open-mpi.org/release/hwloc/v2.6/hwloc-2.6.0.tar.bz2" - -[Hwloc_jll."2.7.0+0"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.7.0+0".sources]] - hash = "028cee53ebcfe048283a2b3e87f2fa742c83645fc3ae329134bf5bb8b90384e0" - url = "https://download.open-mpi.org/release/hwloc/v2.7/hwloc-2.7.0.tar.bz2" - -[Hwloc_jll."2.7.1+0"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.7.1+0".sources]] - hash = "0d4e1d36c3a72c5d61901bfd477337f5a4c7e0a975da57165237d00e35ef528d" - url = "https://download.open-mpi.org/release/hwloc/v2.7/hwloc-2.7.1.tar.bz2" - -[Hwloc_jll."2.8.0+0"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.8.0+0".sources]] - hash = "348a72fcd48c32a823ee1da149ae992203e7ad033549e64aed6ea6eeb01f42c1" - url = "https://download.open-mpi.org/release/hwloc/v2.8/hwloc-2.8.0.tar.bz2" - -[Hwloc_jll."2.8.0+1"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.8.0+1".sources]] - hash = "348a72fcd48c32a823ee1da149ae992203e7ad033549e64aed6ea6eeb01f42c1" - url = "https://download.open-mpi.org/release/hwloc/v2.8/hwloc-2.8.0.tar.bz2" - -[Hwloc_jll."2.9.0+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.9.0+0".sources]] - hash = "2070e963596a2421b9af8eca43bdec113ee1107aaf7ccb475d4d3767a8856887" - url = "https://download.open-mpi.org/release/hwloc/v2.9/hwloc-2.9.0.tar.bz2" - -[Hwloc_jll."2.9.1+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.9.1+0".sources]] - hash = "7cc4931a20fef457e0933af3f375be6eafa7703fde21e137bfb9685b1409599e" - url = "https://download.open-mpi.org/release/hwloc/v2.9/hwloc-2.9.1.tar.bz2" - -[Hwloc_jll."2.9.2+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.9.2+0".sources]] - hash = "0a87fdf677f8b00b567d229b6320bf6b25c693edaa43e0b85268d999d6b060cf" - url = "https://download.open-mpi.org/release/hwloc/v2.9/hwloc-2.9.2.tar.bz2" - -[Hwloc_jll."2.9.3+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.9.3+0".sources]] - hash = "5c4062ce556f6d3451fc177ffb8673a2120f81df6835dea6a21a90fbdfff0dec" - url = "https://download.open-mpi.org/release/hwloc/v2.9/hwloc-2.9.3.tar.bz2" - -[Hwloc_jll."2.10.0+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.10.0+0".sources]] - hash = "0305dd60c9de2fbe6519fe2a4e8fdc6d3db8de574a0ca7812b92e80c05ae1392" - url = "https://download.open-mpi.org/release/hwloc/v2.10/hwloc-2.10.0.tar.bz2" - -[Hwloc_jll."2.11.0+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.11.0+0".sources]] - hash = "03903b87cad5db72bd00f7926d6a53744b10c5c6a238c6b68510e7dc1560e4f9" - url = "https://download.open-mpi.org/release/hwloc/v2.11/hwloc-2.11.0.tar.bz2" - -[Hwloc_jll."2.11.1+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.11.1+0".sources]] - hash = "04cdfbffad225ce15f66184f0f4141327dabf288d10a8b84d13f517acb7870c6" - url = "https://download.open-mpi.org/release/hwloc/v2.11/hwloc-2.11.1.tar.bz2" - -[Hwloc_jll."2.11.1+1"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.11.1+1".sources]] - hash = "04cdfbffad225ce15f66184f0f4141327dabf288d10a8b84d13f517acb7870c6" - url = "https://download.open-mpi.org/release/hwloc/v2.11/hwloc-2.11.1.tar.bz2" - -[Hwloc_jll."2.11.2+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.11.2+0".sources]] - hash = "f7f88fecae067100f1a1a915b658add0f4f71561259482910a69baea22fe8409" - url = "https://download.open-mpi.org/release/hwloc/v2.11/hwloc-2.11.2.tar.bz2" - -[Hwloc_jll."2.11.2+1"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.11.2+1".sources]] - hash = "f7f88fecae067100f1a1a915b658add0f4f71561259482910a69baea22fe8409" - url = "https://download.open-mpi.org/release/hwloc/v2.11/hwloc-2.11.2.tar.bz2" - -[Hwloc_jll."2.11.2+2"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.11.2+2".sources]] - hash = "f7f88fecae067100f1a1a915b658add0f4f71561259482910a69baea22fe8409" - url = "https://download.open-mpi.org/release/hwloc/v2.11/hwloc-2.11.2.tar.bz2" - -[Hwloc_jll."2.11.2+3"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.11.2+3".sources]] - hash = "f7f88fecae067100f1a1a915b658add0f4f71561259482910a69baea22fe8409" - url = "https://download.open-mpi.org/release/hwloc/v2.11/hwloc-2.11.2.tar.bz2" - -[Hwloc_jll."2.12.0+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.12.0+0".sources]] - hash = "06a0a2bdc0a5714e839164683846a0e936a896213758e9d37e49e232b89c58d4" - url = "https://download.open-mpi.org/release/hwloc/v2.12/hwloc-2.12.0.tar.bz2" - -[Hwloc_jll."2.12.1+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.12.1+0".sources]] - hash = "38a90328bb86259f9bb2fe1dc57fd841e111d1e6358012bef23dfd95d21dc66b" - url = "https://download.open-mpi.org/release/hwloc/v2.12/hwloc-2.12.1.tar.bz2" - -[Hwloc_jll."2.12.2+0"] -executables = ["lstopo-no-graphics"] -libraries = ["libhwloc"] - - [[Hwloc_jll."2.12.2+0".sources]] - hash = "563e61d70febb514138af0fac36b97621e01a4aacbca07b86e7bd95b85055ba0" - url = "https://download.open-mpi.org/release/hwloc/v2.12/hwloc-2.12.2.tar.bz2" - -[ICU_jll."65.1.0+0"] -libraries = ["libicudata", "icudt", "libicui18n", "icuin", "libicuio", "icuio", "libicutest", "icutest", "libicutu", "icutu", "libicuuc", "icuuc"] - - [[ICU_jll."65.1.0+0".sources]] - hash = "53e37466b3d6d6d01ead029e3567d873a43a5d1c668ed2278e253b683136d948" - url = "https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-src.tgz" - [[ICU_jll."65.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cb5fda6620e2f5ac0c69220fc34a511523306cd6//I/ICU/./bundled" - -[ICU_jll."67.1.0+0"] -libraries = ["libicudata", "icudt67", "libicui18n", "icuin67", "libicuio", "icuio67", "libicutest", "icutest67", "libicutu", "icutu67", "libicuuc", "icuuc67"] - - [[ICU_jll."67.1.0+0".sources]] - hash = "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc" - url = "https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz" - [[ICU_jll."67.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a779c71ba42ad05c22e739575efe341724db7ab6//I/ICU/./bundled" - -[ICU_jll."67.1.0+1"] -libraries = ["libicudata", "icudt67", "libicui18n", "icuin67", "libicuio", "icuio67", "libicutest", "icutest67", "libicutu", "icutu67", "libicuuc", "icuuc67"] - - [[ICU_jll."67.1.0+1".sources]] - hash = "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc" - url = "https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz" - [[ICU_jll."67.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6422b3bdbf6c24c9d8735919fdba08726283bf0e//I/ICU/./bundled" - -[ICU_jll."67.1.0+2"] -libraries = ["libicudata", "icudt67", "libicui18n", "icuin67", "libicuio", "icuio67", "libicutest", "icutest67", "libicutu", "icutu67", "libicuuc", "icuuc67"] - - [[ICU_jll."67.1.0+2".sources]] - hash = "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc" - url = "https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz" - [[ICU_jll."67.1.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5edfea0844ef117c89c6c0d2100a2301612f0ceb//I/ICU/./bundled" - -[ICU_jll."67.1.0+3"] -libraries = ["libicudata", "icudt67", "libicui18n", "icuin67", "libicuio", "icuio67", "libicutest", "icutest67", "libicutu", "icutu67", "libicuuc", "icuuc67"] - - [[ICU_jll."67.1.0+3".sources]] - hash = "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc" - url = "https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz" - [[ICU_jll."67.1.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cc607d4b5ef41591ad948d2b03db8d9673ada370//I/ICU/./bundled" - -[ICU_jll."68.2.0+0"] -libraries = ["libicudata", "icudt68", "libicui18n", "icuin68", "libicuio", "icuio68", "libicutest", "icutest68", "libicutu", "icutu68", "libicuuc", "icuuc68"] - - [[ICU_jll."68.2.0+0".sources]] - hash = "c79193dee3907a2199b8296a93b52c5cb74332c26f3d167269487680d479d625" - url = "https://github.com/unicode-org/icu/releases/download/release-68-2/icu4c-68_2-src.tgz" - [[ICU_jll."68.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4435545a081287214d091098678ef476c73340b0//I/ICU/./bundled" - -[ICU_jll."69.1.0+0"] -libraries = ["libicudata", "icudt69", "libicui18n", "icuin69", "libicuio", "icuio69", "libicutest", "icutest69", "libicutu", "icutu69", "libicuuc", "icuuc69"] - - [[ICU_jll."69.1.0+0".sources]] - hash = "4cba7b7acd1d3c42c44bb0c14be6637098c7faf2b330ce876bc5f3b915d09745" - url = "https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz" - [[ICU_jll."69.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b1fa753bebb45d6c94ce27b5be2c13fbc5b4e69f//I/ICU/./bundled" - -[ICU_jll."74.1.0+0"] -libraries = ["libicudata", "icudt74", "libicui18n", "icuin74", "libicuio", "icuio74", "libicutest", "icutest74", "libicutu", "icutu74", "libicuuc", "icuuc74"] - - [[ICU_jll."74.1.0+0".sources]] - hash = "86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0" - url = "https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-src.tgz" - [[ICU_jll."74.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b567bb395e8d5a4253fce01102c4ad9f7316c738//I/ICU/./bundled" - -[ICU_jll."76.1.0+0"] -libraries = ["libicudata", "icudt76", "libicui18n", "icuin76", "libicuio", "icuio76", "libicutest", "icutest76", "libicutu", "icutu76", "libicuuc", "icuuc76"] - - [[ICU_jll."76.1.0+0".sources]] - hash = "8eca245c7484ac6cc179e3e5f7c1ea7680810f39" - repo = "https://github.com/unicode-org/icu.git" - [[ICU_jll."76.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2c2f95e17619fc961f22db5b85d1e5c566fc5378//I/ICU/./bundled" - -[ICU_jll."76.2.0+0"] -libraries = ["libicudata", "icudt76", "libicui18n", "icuin76", "libicuio", "icuio76", "libicutest", "icutest76", "libicutu", "icutu76", "libicuuc", "icuuc76"] - - [[ICU_jll."76.2.0+0".sources]] - hash = "8eca245c7484ac6cc179e3e5f7c1ea7680810f39" - repo = "https://github.com/unicode-org/icu.git" - [[ICU_jll."76.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/55ef6ef6694a89abad792f048342a5d10d2c6de3//I/ICU/./bundled" - -[IOAPI_jll."3.2.0+0"] -executables = ["dayagg", "wrftom3", "kfxtract", "m3combo", "m3wndw", "wrfgriddesc", "m3probe", "m3agmax", "m3totxt", "timediff", "factor", "presz", "presterp", "gregdate", "m3stat", "m3pair", "projtool", "datshift", "juldate", "m3cple", "wndwdesc", "mpasstat", "vertintegral", "jul2greg", "m3fake", "m3merge", "greg2jul", "latlon", "mpasdiff", "airs2m3", "m3edhdr", "m3diff", "randomstat", "mtxbuild", "mtxcple", "insertgrid", "m3xtract", "vertot", "juldiff", "camxtom3", "mpastom3", "vertimeproc", "findwndw", "m3hdr", "m3tproc", "mtxblend", "selmrg2d", "m3tshift", "timeshift", "julshift", "bcwndw", "gridprobe", "m3agmask", "m3interp", "m3mask", "mtxcalc"] -libraries = ["libioapi"] - - [[IOAPI_jll."3.2.0+0".sources]] - hash = "ef5d5f4e112c249b593b19426421f25d79ae094b" - repo = "https://github.com/cjcoats/ioapi-3.2.git" - -[IOAPI_jll."3.2.0+1"] -executables = ["dayagg", "wrftom3", "kfxtract", "m3combo", "m3wndw", "wrfgriddesc", "m3probe", "m3agmax", "m3totxt", "timediff", "factor", "presz", "presterp", "gregdate", "m3stat", "m3pair", "projtool", "datshift", "juldate", "m3cple", "wndwdesc", "mpasstat", "vertintegral", "jul2greg", "m3fake", "m3merge", "greg2jul", "latlon", "mpasdiff", "airs2m3", "m3edhdr", "m3diff", "randomstat", "mtxbuild", "mtxcple", "insertgrid", "m3xtract", "vertot", "juldiff", "camxtom3", "mpastom3", "vertimeproc", "findwndw", "m3hdr", "m3tproc", "mtxblend", "selmrg2d", "m3tshift", "timeshift", "julshift", "bcwndw", "gridprobe", "m3agmask", "m3interp", "m3mask", "mtxcalc"] -libraries = ["libioapi"] - - [[IOAPI_jll."3.2.0+1".sources]] - hash = "ef5d5f4e112c249b593b19426421f25d79ae094b" - repo = "https://github.com/cjcoats/ioapi-3.2.git" - -[IOAPI_jll."3.2.1+0"] -executables = ["dayagg", "wrftom3", "kfxtract", "m3combo", "m3wndw", "wrfgriddesc", "m3probe", "m3agmax", "m3totxt", "timediff", "factor", "presz", "presterp", "gregdate", "m3stat", "m3pair", "projtool", "datshift", "juldate", "m3cple", "wndwdesc", "mpasstat", "vertintegral", "jul2greg", "m3fake", "m3merge", "greg2jul", "latlon", "mpasdiff", "airs2m3", "m3edhdr", "m3diff", "randomstat", "mtxbuild", "mtxcple", "insertgrid", "m3xtract", "vertot", "juldiff", "camxtom3", "mpastom3", "vertimeproc", "findwndw", "m3hdr", "m3tproc", "mtxblend", "selmrg2d", "m3tshift", "timeshift", "julshift", "bcwndw", "gridprobe", "m3agmask", "m3interp", "m3mask", "mtxcalc"] -libraries = ["libioapi"] - - [[IOAPI_jll."3.2.1+0".sources]] - hash = "ef5d5f4e112c249b593b19426421f25d79ae094b" - repo = "https://github.com/cjcoats/ioapi-3.2.git" - [[IOAPI_jll."3.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e4ee537baa98f1b27d6e71fc7a19bfbea432132//I/IOAPI/./bundled" - -[IRBEM_jll."5.0.0+0"] -libraries = ["libirbem"] - - [[IRBEM_jll."5.0.0+0".sources]] - hash = "e7cecb00caf97bb6357f063d2ba1aa76d71a3705" - repo = "https://github.com/PRBEM/IRBEM.git" - -[ISL_jll."0.22.0+0"] -libraries = ["libisl"] - - [[ISL_jll."0.22.0+0".sources]] - hash = "6c8bc56c477affecba9c59e2c9f026967ac8bad01b51bdd07916db40a517b9fa" - url = "http://isl.gforge.inria.fr/isl-0.22.tar.xz" - [[ISL_jll."0.22.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d54f161ffeb976ab9599b9d7f41c21ad2cc55913//I/ISL/./bundled" - -[ITKIOWrapper_jll."1.0.0+0"] -libraries = ["libITKIOWrapper"] - - [[ITKIOWrapper_jll."1.0.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[ITKIOWrapper_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bf3c6e95960a58692186437d212f13f1bd25ce02//I/ITKIOWrapper/./src" - -[ITKIOWrapper_jll."1.0.0+1"] -libraries = ["libITKIOWrapper"] - - [[ITKIOWrapper_jll."1.0.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[ITKIOWrapper_jll."1.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ba118b7605872531a5470c7557175d2b738e0cd1//I/ITKIOWrapper/./src" - -[ITKIOWrapper_jll."1.0.0+2"] -libraries = ["libITKIOWrapper"] - - [[ITKIOWrapper_jll."1.0.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[ITKIOWrapper_jll."1.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0f830208c51fec48dcb4647181d65a7a785cc2e7//I/ITKIOWrapper/./src" - -[ITKIOWrapper_jll."1.0.0+3"] -libraries = ["libITKIOWrapper"] - - [[ITKIOWrapper_jll."1.0.0+3".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[ITKIOWrapper_jll."1.0.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea49bd1c171808160df7e152f9953da14fd59326//I/ITKIOWrapper/./src" - -[ITKIOWrapper_jll."2.0.0+0"] -libraries = ["libITKIOWrapper"] - - [[ITKIOWrapper_jll."2.0.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - [[ITKIOWrapper_jll."2.0.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ITKIOWrapper_jll."2.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/332689dad13f1b6a0bf101f9445d954fd65e7111//I/ITKIOWrapper/./src" - -[ITKIOWrapper_jll."3.0.0+0"] -libraries = ["libITKIOWrapper"] - - [[ITKIOWrapper_jll."3.0.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - [[ITKIOWrapper_jll."3.0.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ITKIOWrapper_jll."3.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9abf639db257c33c747d91fa94036a54394227b8//I/ITKIOWrapper/./src" - -[ITKIOWrapper_jll."3.0.1+0"] -libraries = ["libITKIOWrapper"] - - [[ITKIOWrapper_jll."3.0.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - [[ITKIOWrapper_jll."3.0.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ITKIOWrapper_jll."3.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6e301924da9dbb4b19ce9a424842315b3f7fdf87//I/ITKIOWrapper/./src" - -[ITKIOWrapper_jll."3.0.1+1"] -libraries = ["libITKIOWrapper"] - - [[ITKIOWrapper_jll."3.0.1+1".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - [[ITKIOWrapper_jll."3.0.1+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ITKIOWrapper_jll."3.0.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d0dc14a4896de784d8ce3d1265eb965ef4130d6a//I/ITKIOWrapper/./src" - -[ITK_jll."5.3.0+0"] -libraries = ["libITKRegistrationMethodsv4", "libITKRegistrationMethodsv4-5.3", "libITKIOCSV", "libITKIOCSV-5.3", "libITKImageFeature", "libITKImageFeature-5.3", "libITKIOStimulate", "libITKIOStimulate-5.3", "libITKIOMeshVTK", "libITKIOMeshVTK-5.3", "libITKLabelMap", "libITKLabelMap-5.3", "libITKIOBruker", "libITKIOBruker-5.3", "libitkgdcmDICT", "libitkgdcmDICT-5.3", "libITKIOJPEG", "libITKIOJPEG-5.3", "libITKIOPNG", "libITKIOPNG-5.3", "libITKIOGE", "libITKIOGE-5.3", "libITKDenoising", "libITKDenoising-5.3", "libITKIOLSM", "libITKIOLSM-5.3", "libITKniftiio", "libITKniftiio-5.3", "libITKIOImageBase", "libITKIOImageBase-5.3", "libITKTransform", "libITKTransform-5.3", "libITKIOMeshFreeSurfer", "libITKIOMeshFreeSurfer-5.3", "libITKIOMeshOBJ", "libITKIOMeshOBJ-5.3", "libITKDiffusionTensorImage", "libITKDiffusionTensorImage-5.3", "libITKImageIntensity", "libITKImageIntensity-5.3", "libITKIOHDF5", "libITKIOHDF5-5.3", "libITKIOIPL", "libITKIOIPL-5.3", "libITKIOGDCM", "libITKIOGDCM-5.3", "libITKIOTransformBase", "libITKIOTransformBase-5.3", "libITKIOMRC", "libITKIOMRC-5.3", "libITKIOGIPL", "libITKIOGIPL-5.3", "libITKIOMeshBYU", "libITKIOMeshBYU-5.3", "libITKIOMeta", "libITKIOMeta-5.3", "libITKIOMINC", "libITKIOMINC-5.3", "libITKDeformableMesh", "libITKDeformableMesh-5.3", "libitkgdcmDSED", "libitkgdcmDSED-5.3", "libITKIOSpatialObjects", "libITKIOSpatialObjects-5.3", "libitkgdcmIOD", "libitkgdcmIOD-5.3", "libitkgdcmCommon", "libitkgdcmCommon-5.3", "libITKIONRRD", "libITKIONRRD-5.3", "libITKIOTransformHDF5", "libITKIOTransformHDF5-5.3", "libITKIOJPEG2000", "libITKIOJPEG2000-5.3", "libITKIOMeshBase", "libITKIOMeshBase-5.3", "libITKIOBMP", "libITKIOBMP-5.3", "libITKIOBioRad", "libITKIOBioRad-5.3", "libITKCommon", "libITKCommon-5.3", "libITKSpatialObjects", "libITKSpatialObjects-5.3", "libITKDICOMParser", "libITKDICOMParser-5.3", "libITKIOMeshOFF", "libITKIOMeshOFF-5.3", "libITKIOMeshGifti", "libITKIOMeshGifti-5.3", "libITKMetaIO", "libITKMetaIO-5.3", "libITKIONIFTI", "libITKIONIFTI-5.3", "libITKNrrdIO", "libITKNrrdIO-5.3", "libITKConvolution", "libITKConvolution-5.3"] - - [[ITK_jll."5.3.0+0".sources]] - hash = "1fc47c7bec4ee133318c1892b7b745763a17d411" - repo = "https://github.com/InsightSoftwareConsortium/ITK.git" - -[ITK_jll."5.3.0+1"] -libraries = ["libITKRegistrationMethodsv4", "libITKRegistrationMethodsv4-5.3", "libITKIOCSV", "libITKIOCSV-5.3", "libITKImageFeature", "libITKImageFeature-5.3", "libITKIOStimulate", "libITKIOStimulate-5.3", "libITKIOMeshVTK", "libITKIOMeshVTK-5.3", "libITKLabelMap", "libITKLabelMap-5.3", "libITKIOBruker", "libITKIOBruker-5.3", "libitkgdcmDICT", "libitkgdcmDICT-5.3", "libITKIOJPEG", "libITKIOJPEG-5.3", "libITKIOPNG", "libITKIOPNG-5.3", "libITKIOGE", "libITKIOGE-5.3", "libITKDenoising", "libITKDenoising-5.3", "libITKIOLSM", "libITKIOLSM-5.3", "libITKniftiio", "libITKniftiio-5.3", "libITKIOImageBase", "libITKIOImageBase-5.3", "libITKTransform", "libITKTransform-5.3", "libITKIOMeshFreeSurfer", "libITKIOMeshFreeSurfer-5.3", "libITKIOMeshOBJ", "libITKIOMeshOBJ-5.3", "libITKDiffusionTensorImage", "libITKDiffusionTensorImage-5.3", "libITKImageIntensity", "libITKImageIntensity-5.3", "libITKIOHDF5", "libITKIOHDF5-5.3", "libITKIOIPL", "libITKIOIPL-5.3", "libITKIOGDCM", "libITKIOGDCM-5.3", "libITKIOTransformBase", "libITKIOTransformBase-5.3", "libITKIOMRC", "libITKIOMRC-5.3", "libITKIOGIPL", "libITKIOGIPL-5.3", "libITKIOMeshBYU", "libITKIOMeshBYU-5.3", "libITKIOMeta", "libITKIOMeta-5.3", "libITKIOMINC", "libITKIOMINC-5.3", "libITKDeformableMesh", "libITKDeformableMesh-5.3", "libitkgdcmDSED", "libitkgdcmDSED-5.3", "libITKIOSpatialObjects", "libITKIOSpatialObjects-5.3", "libitkgdcmIOD", "libitkgdcmIOD-5.3", "libitkgdcmCommon", "libitkgdcmCommon-5.3", "libITKIONRRD", "libITKIONRRD-5.3", "libITKIOTransformHDF5", "libITKIOTransformHDF5-5.3", "libITKIOJPEG2000", "libITKIOJPEG2000-5.3", "libITKIOMeshBase", "libITKIOMeshBase-5.3", "libITKIOBMP", "libITKIOBMP-5.3", "libITKIOBioRad", "libITKIOBioRad-5.3", "libITKCommon", "libITKCommon-5.3", "libITKSpatialObjects", "libITKSpatialObjects-5.3", "libITKDICOMParser", "libITKDICOMParser-5.3", "libITKIOMeshOFF", "libITKIOMeshOFF-5.3", "libITKIOMeshGifti", "libITKIOMeshGifti-5.3", "libITKMetaIO", "libITKMetaIO-5.3", "libITKIONIFTI", "libITKIONIFTI-5.3", "libITKNrrdIO", "libITKNrrdIO-5.3", "libITKConvolution", "libITKConvolution-5.3", "libITKTestKernel", "libITKTestKernel-5.3"] - - [[ITK_jll."5.3.0+1".sources]] - hash = "1fc47c7bec4ee133318c1892b7b745763a17d411" - repo = "https://github.com/InsightSoftwareConsortium/ITK.git" - -[ITK_jll."5.3.0+2"] -libraries = ["libITKRegistrationMethodsv4", "libITKRegistrationMethodsv4-5.3", "libITKIOCSV", "libITKIOCSV-5.3", "libITKImageFeature", "libITKImageFeature-5.3", "libITKIOStimulate", "libITKIOStimulate-5.3", "libITKIOMeshVTK", "libITKIOMeshVTK-5.3", "libITKLabelMap", "libITKLabelMap-5.3", "libITKIOBruker", "libITKIOBruker-5.3", "libitkgdcmDICT", "libitkgdcmDICT-5.3", "libITKIOJPEG", "libITKIOJPEG-5.3", "libITKIOPNG", "libITKIOPNG-5.3", "libITKIOGE", "libITKIOGE-5.3", "libITKDenoising", "libITKDenoising-5.3", "libITKIOLSM", "libITKIOLSM-5.3", "libITKniftiio", "libITKniftiio-5.3", "libITKIOImageBase", "libITKIOImageBase-5.3", "libITKTransform", "libITKTransform-5.3", "libITKIOMeshFreeSurfer", "libITKIOMeshFreeSurfer-5.3", "libITKIOMeshOBJ", "libITKIOMeshOBJ-5.3", "libITKDiffusionTensorImage", "libITKDiffusionTensorImage-5.3", "libITKImageIntensity", "libITKImageIntensity-5.3", "libITKIOHDF5", "libITKIOHDF5-5.3", "libITKIOIPL", "libITKIOIPL-5.3", "libITKIOGDCM", "libITKIOGDCM-5.3", "libITKIOTransformBase", "libITKIOTransformBase-5.3", "libITKIOMRC", "libITKIOMRC-5.3", "libITKIOGIPL", "libITKIOGIPL-5.3", "libITKIOMeshBYU", "libITKIOMeshBYU-5.3", "libITKIOMeta", "libITKIOMeta-5.3", "libITKIOMINC", "libITKIOMINC-5.3", "libITKDeformableMesh", "libITKDeformableMesh-5.3", "libitkgdcmDSED", "libitkgdcmDSED-5.3", "libITKIOSpatialObjects", "libITKIOSpatialObjects-5.3", "libitkgdcmIOD", "libitkgdcmIOD-5.3", "libitkgdcmCommon", "libitkgdcmCommon-5.3", "libITKIONRRD", "libITKIONRRD-5.3", "libITKIOTransformHDF5", "libITKIOTransformHDF5-5.3", "libITKIOJPEG2000", "libITKIOJPEG2000-5.3", "libITKIOMeshBase", "libITKIOMeshBase-5.3", "libITKIOBMP", "libITKIOBMP-5.3", "libITKIOBioRad", "libITKIOBioRad-5.3", "libITKCommon", "libITKCommon-5.3", "libITKSpatialObjects", "libITKSpatialObjects-5.3", "libITKDICOMParser", "libITKDICOMParser-5.3", "libITKIOMeshOFF", "libITKIOMeshOFF-5.3", "libITKIOMeshGifti", "libITKIOMeshGifti-5.3", "libITKMetaIO", "libITKMetaIO-5.3", "libITKIONIFTI", "libITKIONIFTI-5.3", "libITKNrrdIO", "libITKNrrdIO-5.3", "libITKConvolution", "libITKConvolution-5.3", "libITKTestKernel", "libITKTestKernel-5.3", "libITKBiasCorrection", "libITKBiasCorrection-5.3", "libITKFastMarching", "libITKFastMarching-5.3", "libITKPolynomials", "libITKPolynomials-5.3", "libITKColormap", "libITKColormap-5.3", "libITKPDEDeformableRegistration", "libITKPDEDeformableRegistration-5.3", "libITKIOSiemens", "libITKIOSiemens-5.3", "libITKIOTransformInsightLegacy", "libITKIOTransformInsightLegacy-5.3", "libITKIOTransformMatlab", "libITKIOTransformMatlab-5.3", "libITKKLMRegionGrowing", "libITKKLMRegionGrowing-5.3", "libITKMarkovRandomFieldsClassifiers", "libITKMarkovRandomFieldsClassifiers-5.3", "libITKQuadEdgeMeshFiltering", "libITKQuadEdgeMeshFiltering-5.3", "libITKRegionGrowing", "libITKRegionGrowing-5.3", "libITKVTK", "libITKVTK-5.3", "libITKWatersheds", "libITKWatersheds-5.3", "libITKVideoIO", "libITKVideoIO-5.3", "libitkgdcmMSFF", "libitkgdcmMSFF-5.3", "libITKgiftiio", "libITKgiftiio-5.3", "libITKQuadEdgeMesh", "libITKQuadEdgeMesh-5.3", "libITKznz", "libITKznz-5.3", "libITKIOVTK", "libITKIOVTK-5.3", "libITKFFT", "libITKFFT-5.3", "libitkopenjpeg", "libitkopenjpeg-5.3", "libITKIOTIFF", "libITKIOTIFF-5.3", "libitkminc2", "libitkminc2-5.3", "libITKIOXML", "libITKIOXML-5.3", "libITKTransformFactory", "libITKTransformFactory-5.3", "libITKMathematicalMorphology", "libITKMathematicalMorphology-5.3", "libITKPath", "libITKPath-5.3", "libITKMesh", "libITKMesh-5.3", "libITKSmoothing", "libITKSmoothing-5.3", "libITKOptimizersv4", "libITKOptimizersv4-5.3", "libITKOptimizers", "libITKOptimizers-5.3", "libITKStatistics", "libITKStatistics-5.3", "libitkNetlibSlatec", "libitkNetlibSlatec-5.3", "libitklbfgs", "libitklbfgs-5.3", "libITKVideoCore", "libITKVideoCore-5.3", "libitkdouble-conversion", "libitkdouble-conversion-5.3", "libitksys", "libitksys-5.3", "libITKVNLInstantiation", "libITKVNLInstantiation-5.3", "libitkvnl_algo", "libitkvnl_algo-5.3", "libitkvnl", "libitkvnl-5.3", "libitkv3p_netlib", "libitkv3p_netlib-5.3", "libitkvcl", "libitkvcl-5.3"] - - [[ITK_jll."5.3.0+2".sources]] - hash = "1fc47c7bec4ee133318c1892b7b745763a17d411" - repo = "https://github.com/InsightSoftwareConsortium/ITK.git" - -[ITK_jll."5.3.1+0"] -libraries = ["libITKRegistrationMethodsv4", "libITKRegistrationMethodsv4-5.3", "libITKRegistrationMethodsv4-5", "libITKIOCSV", "libITKIOCSV-5.3", "libITKIOCSV-5", "libITKImageFeature", "libITKImageFeature-5.3", "libITKImageFeature-5", "libITKIOStimulate", "libITKIOStimulate-5.3", "libITKIOStimulate-5", "libITKIOMeshVTK", "libITKIOMeshVTK-5.3", "libITKIOMeshVTK-5", "libITKLabelMap", "libITKLabelMap-5.3", "libITKLabelMap-5", "libITKIOBruker", "libITKIOBruker-5.3", "libITKIOBruker-5", "libitkgdcmDICT", "libitkgdcmDICT-5.3", "libitkgdcmDICT-5", "libITKIOJPEG", "libITKIOJPEG-5.3", "libITKIOJPEG-5", "libITKIOPNG", "libITKIOPNG-5.3", "libITKIOPNG-5", "libITKIOGE", "libITKIOGE-5.3", "libITKIOGE-5", "libITKDenoising", "libITKDenoising-5.3", "libITKDenoising-5", "libITKIOLSM", "libITKIOLSM-5.3", "libITKIOLSM-5", "libITKniftiio", "libITKniftiio-5.3", "libITKniftiio-5", "libITKIOImageBase", "libITKIOImageBase-5.3", "libITKIOImageBase-5", "libITKTransform", "libITKTransform-5.3", "libITKTransform-5", "libITKIOMeshFreeSurfer", "libITKIOMeshFreeSurfer-5.3", "libITKIOMeshFreeSurfer-5", "libITKIOMeshOBJ", "libITKIOMeshOBJ-5.3", "libITKIOMeshOBJ-5", "libITKDiffusionTensorImage", "libITKDiffusionTensorImage-5.3", "libITKDiffusionTensorImage-5", "libITKImageIntensity", "libITKImageIntensity-5.3", "libITKImageIntensity-5", "libITKIOHDF5", "libITKIOHDF5-5.3", "libITKIOHDF5-5", "libITKIOIPL", "libITKIOIPL-5.3", "libITKIOIPL-5", "libITKIOGDCM", "libITKIOGDCM-5.3", "libITKIOGDCM-5", "libITKIOTransformBase", "libITKIOTransformBase-5.3", "libITKIOTransformBase-5", "libITKIOMRC", "libITKIOMRC-5.3", "libITKIOMRC-5", "libITKIOGIPL", "libITKIOGIPL-5.3", "libITKIOGIPL-5", "libITKIOMeshBYU", "libITKIOMeshBYU-5.3", "libITKIOMeshBYU-5", "libITKIOMeta", "libITKIOMeta-5.3", "libITKIOMeta-5", "libITKIOMINC", "libITKIOMINC-5.3", "libITKIOMINC-5", "libITKDeformableMesh", "libITKDeformableMesh-5.3", "libITKDeformableMesh-5", "libitkgdcmDSED", "libitkgdcmDSED-5.3", "libitkgdcmDSED-5", "libITKIOSpatialObjects", "libITKIOSpatialObjects-5.3", "libITKIOSpatialObjects-5", "libitkgdcmIOD", "libitkgdcmIOD-5.3", "libitkgdcmIOD-5", "libitkgdcmCommon", "libitkgdcmCommon-5.3", "libitkgdcmCommon-5", "libITKIONRRD", "libITKIONRRD-5.3", "libITKIONRRD-5", "libITKIOTransformHDF5", "libITKIOTransformHDF5-5.3", "libITKIOTransformHDF5-5", "libITKIOJPEG2000", "libITKIOJPEG2000-5.3", "libITKIOJPEG2000-5", "libITKIOMeshBase", "libITKIOMeshBase-5.3", "libITKIOMeshBase-5", "libITKIOBMP", "libITKIOBMP-5.3", "libITKIOBMP-5", "libITKIOBioRad", "libITKIOBioRad-5.3", "libITKIOBioRad-5", "libITKCommon", "libITKCommon-5.3", "libITKCommon-5", "libITKSpatialObjects", "libITKSpatialObjects-5.3", "libITKSpatialObjects-5", "libITKDICOMParser", "libITKDICOMParser-5.3", "libITKDICOMParser-5", "libITKIOMeshOFF", "libITKIOMeshOFF-5.3", "libITKIOMeshOFF-5", "libITKIOMeshGifti", "libITKIOMeshGifti-5.3", "libITKIOMeshGifti-5", "libITKMetaIO", "libITKMetaIO-5.3", "libITKMetaIO-5", "libITKIONIFTI", "libITKIONIFTI-5.3", "libITKIONIFTI-5", "libITKNrrdIO", "libITKNrrdIO-5.3", "libITKNrrdIO-5", "libITKConvolution", "libITKConvolution-5.3", "libITKConvolution-5", "libITKTestKernel", "libITKTestKernel-5.3", "libITKTestKernel-5", "libITKBiasCorrection", "libITKBiasCorrection-5.3", "libITKBiasCorrection-5", "libITKFastMarching", "libITKFastMarching-5.3", "libITKFastMarching-5", "libITKPolynomials", "libITKPolynomials-5.3", "libITKPolynomials-5", "libITKColormap", "libITKColormap-5.3", "libITKColormap-5", "libITKPDEDeformableRegistration", "libITKPDEDeformableRegistration-5.3", "libITKPDEDeformableRegistration-5", "libITKIOSiemens", "libITKIOSiemens-5.3", "libITKIOSiemens-5", "libITKIOTransformInsightLegacy", "libITKIOTransformInsightLegacy-5.3", "libITKIOTransformInsightLegacy-5", "libITKIOTransformMatlab", "libITKIOTransformMatlab-5.3", "libITKIOTransformMatlab-5", "libITKKLMRegionGrowing", "libITKKLMRegionGrowing-5.3", "libITKKLMRegionGrowing-5", "libITKMarkovRandomFieldsClassifiers", "libITKMarkovRandomFieldsClassifiers-5.3", "libITKMarkovRandomFieldsClassifiers-5", "libITKQuadEdgeMeshFiltering", "libITKQuadEdgeMeshFiltering-5.3", "libITKQuadEdgeMeshFiltering-5", "libITKRegionGrowing", "libITKRegionGrowing-5.3", "libITKRegionGrowing-5", "libITKVTK", "libITKVTK-5.3", "libITKVTK-5", "libITKWatersheds", "libITKWatersheds-5.3", "libITKWatersheds-5", "libITKVideoIO", "libITKVideoIO-5.3", "libITKVideoIO-5", "libitkgdcmMSFF", "libitkgdcmMSFF-5.3", "libitkgdcmMSFF-5", "libITKgiftiio", "libITKgiftiio-5.3", "libITKgiftiio-5", "libITKQuadEdgeMesh", "libITKQuadEdgeMesh-5.3", "libITKQuadEdgeMesh-5", "libITKznz", "libITKznz-5.3", "libITKznz-5", "libITKIOVTK", "libITKIOVTK-5.3", "libITKIOVTK-5", "libITKFFT", "libITKFFT-5.3", "libITKFFT-5", "libitkopenjpeg", "libitkopenjpeg-5.3", "libitkopenjpeg-5", "libITKIOTIFF", "libITKIOTIFF-5.3", "libITKIOTIFF-5", "libitkminc2", "libitkminc2-5.3", "libitkminc2-5", "libITKIOXML", "libITKIOXML-5.3", "libITKIOXML-5", "libITKTransformFactory", "libITKTransformFactory-5.3", "libITKTransformFactory-5", "libITKMathematicalMorphology", "libITKMathematicalMorphology-5.3", "libITKMathematicalMorphology-5", "libITKPath", "libITKPath-5.3", "libITKPath-5", "libITKMesh", "libITKMesh-5.3", "libITKMesh-5", "libITKSmoothing", "libITKSmoothing-5.3", "libITKSmoothing-5", "libITKOptimizersv4", "libITKOptimizersv4-5.3", "libITKOptimizersv4-5", "libITKOptimizers", "libITKOptimizers-5.3", "libITKOptimizers-5", "libITKStatistics", "libITKStatistics-5.3", "libITKStatistics-5", "libitkNetlibSlatec", "libitkNetlibSlatec-5.3", "libitkNetlibSlatec-5", "libitklbfgs", "libitklbfgs-5.3", "libitklbfgs-5", "libITKVideoCore", "libITKVideoCore-5.3", "libITKVideoCore-5", "libitkdouble-conversion", "libitkdouble-conversion-5.3", "libitkdouble-conversion-5", "libitksys", "libitksys-5.3", "libitksys-5", "libITKVNLInstantiation", "libITKVNLInstantiation-5.3", "libITKVNLInstantiation-5", "libitkvnl_algo", "libitkvnl_algo-5.3", "libitkvnl_algo-5", "libitkvnl", "libitkvnl-5.3", "libitkvnl-5", "libitkv3p_netlib", "libitkv3p_netlib-5.3", "libitkv3p_netlib-5", "libitkvcl", "libitkvcl-5.3", "libitkvcl-5"] - - [[ITK_jll."5.3.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[ITK_jll."5.3.1+0".sources]] - hash = "1fc47c7bec4ee133318c1892b7b745763a17d411" - repo = "https://github.com/InsightSoftwareConsortium/ITK.git" - -[ITK_jll."5.3.1+1"] -libraries = ["libITKRegistrationMethodsv4", "libITKRegistrationMethodsv4-5.3", "libITKRegistrationMethodsv4-5", "libITKIOCSV", "libITKIOCSV-5.3", "libITKIOCSV-5", "libITKImageFeature", "libITKImageFeature-5.3", "libITKImageFeature-5", "libITKIOStimulate", "libITKIOStimulate-5.3", "libITKIOStimulate-5", "libITKIOMeshVTK", "libITKIOMeshVTK-5.3", "libITKIOMeshVTK-5", "libITKLabelMap", "libITKLabelMap-5.3", "libITKLabelMap-5", "libITKIOBruker", "libITKIOBruker-5.3", "libITKIOBruker-5", "libitkgdcmDICT", "libitkgdcmDICT-5.3", "libitkgdcmDICT-5", "libITKIOJPEG", "libITKIOJPEG-5.3", "libITKIOJPEG-5", "libITKIOPNG", "libITKIOPNG-5.3", "libITKIOPNG-5", "libITKIOGE", "libITKIOGE-5.3", "libITKIOGE-5", "libITKDenoising", "libITKDenoising-5.3", "libITKDenoising-5", "libITKIOLSM", "libITKIOLSM-5.3", "libITKIOLSM-5", "libITKniftiio", "libITKniftiio-5.3", "libITKniftiio-5", "libITKIOImageBase", "libITKIOImageBase-5.3", "libITKIOImageBase-5", "libITKTransform", "libITKTransform-5.3", "libITKTransform-5", "libITKIOMeshFreeSurfer", "libITKIOMeshFreeSurfer-5.3", "libITKIOMeshFreeSurfer-5", "libITKIOMeshOBJ", "libITKIOMeshOBJ-5.3", "libITKIOMeshOBJ-5", "libITKDiffusionTensorImage", "libITKDiffusionTensorImage-5.3", "libITKDiffusionTensorImage-5", "libITKImageIntensity", "libITKImageIntensity-5.3", "libITKImageIntensity-5", "libITKIOHDF5", "libITKIOHDF5-5.3", "libITKIOHDF5-5", "libITKIOIPL", "libITKIOIPL-5.3", "libITKIOIPL-5", "libITKIOGDCM", "libITKIOGDCM-5.3", "libITKIOGDCM-5", "libITKIOTransformBase", "libITKIOTransformBase-5.3", "libITKIOTransformBase-5", "libITKIOMRC", "libITKIOMRC-5.3", "libITKIOMRC-5", "libITKIOGIPL", "libITKIOGIPL-5.3", "libITKIOGIPL-5", "libITKIOMeshBYU", "libITKIOMeshBYU-5.3", "libITKIOMeshBYU-5", "libITKIOMeta", "libITKIOMeta-5.3", "libITKIOMeta-5", "libITKIOMINC", "libITKIOMINC-5.3", "libITKIOMINC-5", "libITKDeformableMesh", "libITKDeformableMesh-5.3", "libITKDeformableMesh-5", "libitkgdcmDSED", "libitkgdcmDSED-5.3", "libitkgdcmDSED-5", "libITKIOSpatialObjects", "libITKIOSpatialObjects-5.3", "libITKIOSpatialObjects-5", "libitkgdcmIOD", "libitkgdcmIOD-5.3", "libitkgdcmIOD-5", "libitkgdcmCommon", "libitkgdcmCommon-5.3", "libitkgdcmCommon-5", "libITKIONRRD", "libITKIONRRD-5.3", "libITKIONRRD-5", "libITKIOTransformHDF5", "libITKIOTransformHDF5-5.3", "libITKIOTransformHDF5-5", "libITKIOJPEG2000", "libITKIOJPEG2000-5.3", "libITKIOJPEG2000-5", "libITKIOMeshBase", "libITKIOMeshBase-5.3", "libITKIOMeshBase-5", "libITKIOBMP", "libITKIOBMP-5.3", "libITKIOBMP-5", "libITKIOBioRad", "libITKIOBioRad-5.3", "libITKIOBioRad-5", "libITKCommon", "libITKCommon-5.3", "libITKCommon-5", "libITKSpatialObjects", "libITKSpatialObjects-5.3", "libITKSpatialObjects-5", "libITKDICOMParser", "libITKDICOMParser-5.3", "libITKDICOMParser-5", "libITKIOMeshOFF", "libITKIOMeshOFF-5.3", "libITKIOMeshOFF-5", "libITKIOMeshGifti", "libITKIOMeshGifti-5.3", "libITKIOMeshGifti-5", "libITKMetaIO", "libITKMetaIO-5.3", "libITKMetaIO-5", "libITKIONIFTI", "libITKIONIFTI-5.3", "libITKIONIFTI-5", "libITKNrrdIO", "libITKNrrdIO-5.3", "libITKNrrdIO-5", "libITKConvolution", "libITKConvolution-5.3", "libITKConvolution-5", "libITKTestKernel", "libITKTestKernel-5.3", "libITKTestKernel-5", "libITKBiasCorrection", "libITKBiasCorrection-5.3", "libITKBiasCorrection-5", "libITKFastMarching", "libITKFastMarching-5.3", "libITKFastMarching-5", "libITKPolynomials", "libITKPolynomials-5.3", "libITKPolynomials-5", "libITKColormap", "libITKColormap-5.3", "libITKColormap-5", "libITKPDEDeformableRegistration", "libITKPDEDeformableRegistration-5.3", "libITKPDEDeformableRegistration-5", "libITKIOSiemens", "libITKIOSiemens-5.3", "libITKIOSiemens-5", "libITKIOTransformInsightLegacy", "libITKIOTransformInsightLegacy-5.3", "libITKIOTransformInsightLegacy-5", "libITKIOTransformMatlab", "libITKIOTransformMatlab-5.3", "libITKIOTransformMatlab-5", "libITKKLMRegionGrowing", "libITKKLMRegionGrowing-5.3", "libITKKLMRegionGrowing-5", "libITKMarkovRandomFieldsClassifiers", "libITKMarkovRandomFieldsClassifiers-5.3", "libITKMarkovRandomFieldsClassifiers-5", "libITKQuadEdgeMeshFiltering", "libITKQuadEdgeMeshFiltering-5.3", "libITKQuadEdgeMeshFiltering-5", "libITKRegionGrowing", "libITKRegionGrowing-5.3", "libITKRegionGrowing-5", "libITKVTK", "libITKVTK-5.3", "libITKVTK-5", "libITKWatersheds", "libITKWatersheds-5.3", "libITKWatersheds-5", "libITKVideoIO", "libITKVideoIO-5.3", "libITKVideoIO-5", "libitkgdcmMSFF", "libitkgdcmMSFF-5.3", "libitkgdcmMSFF-5", "libITKgiftiio", "libITKgiftiio-5.3", "libITKgiftiio-5", "libITKQuadEdgeMesh", "libITKQuadEdgeMesh-5.3", "libITKQuadEdgeMesh-5", "libITKznz", "libITKznz-5.3", "libITKznz-5", "libITKIOVTK", "libITKIOVTK-5.3", "libITKIOVTK-5", "libITKFFT", "libITKFFT-5.3", "libITKFFT-5", "libitkopenjpeg", "libitkopenjpeg-5.3", "libitkopenjpeg-5", "libITKIOTIFF", "libITKIOTIFF-5.3", "libITKIOTIFF-5", "libitkminc2", "libitkminc2-5.3", "libitkminc2-5", "libITKIOXML", "libITKIOXML-5.3", "libITKIOXML-5", "libITKTransformFactory", "libITKTransformFactory-5.3", "libITKTransformFactory-5", "libITKMathematicalMorphology", "libITKMathematicalMorphology-5.3", "libITKMathematicalMorphology-5", "libITKPath", "libITKPath-5.3", "libITKPath-5", "libITKMesh", "libITKMesh-5.3", "libITKMesh-5", "libITKSmoothing", "libITKSmoothing-5.3", "libITKSmoothing-5", "libITKOptimizersv4", "libITKOptimizersv4-5.3", "libITKOptimizersv4-5", "libITKOptimizers", "libITKOptimizers-5.3", "libITKOptimizers-5", "libITKStatistics", "libITKStatistics-5.3", "libITKStatistics-5", "libitkNetlibSlatec", "libitkNetlibSlatec-5.3", "libitkNetlibSlatec-5", "libitklbfgs", "libitklbfgs-5.3", "libitklbfgs-5", "libITKVideoCore", "libITKVideoCore-5.3", "libITKVideoCore-5", "libitkdouble-conversion", "libitkdouble-conversion-5.3", "libitkdouble-conversion-5", "libitksys", "libitksys-5.3", "libitksys-5", "libITKVNLInstantiation", "libITKVNLInstantiation-5.3", "libITKVNLInstantiation-5", "libitkvnl_algo", "libitkvnl_algo-5.3", "libitkvnl_algo-5", "libitkvnl", "libitkvnl-5.3", "libitkvnl-5", "libitkv3p_netlib", "libitkv3p_netlib-5.3", "libitkv3p_netlib-5", "libitkvcl", "libitkvcl-5.3", "libitkvcl-5"] - - [[ITK_jll."5.3.1+1".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[ITK_jll."5.3.1+1".sources]] - hash = "1fc47c7bec4ee133318c1892b7b745763a17d411" - repo = "https://github.com/InsightSoftwareConsortium/ITK.git" - -[ITK_jll."5.3.1+2"] -libraries = ["libITKRegistrationMethodsv4", "libITKRegistrationMethodsv4-5.3", "libITKRegistrationMethodsv4-5", "libITKIOCSV", "libITKIOCSV-5.3", "libITKIOCSV-5", "libITKImageFeature", "libITKImageFeature-5.3", "libITKImageFeature-5", "libITKIOStimulate", "libITKIOStimulate-5.3", "libITKIOStimulate-5", "libITKIOMeshVTK", "libITKIOMeshVTK-5.3", "libITKIOMeshVTK-5", "libITKLabelMap", "libITKLabelMap-5.3", "libITKLabelMap-5", "libITKIOBruker", "libITKIOBruker-5.3", "libITKIOBruker-5", "libitkgdcmDICT", "libitkgdcmDICT-5.3", "libitkgdcmDICT-5", "libITKIOJPEG", "libITKIOJPEG-5.3", "libITKIOJPEG-5", "libITKIOPNG", "libITKIOPNG-5.3", "libITKIOPNG-5", "libITKIOGE", "libITKIOGE-5.3", "libITKIOGE-5", "libITKDenoising", "libITKDenoising-5.3", "libITKDenoising-5", "libITKIOLSM", "libITKIOLSM-5.3", "libITKIOLSM-5", "libITKniftiio", "libITKniftiio-5.3", "libITKniftiio-5", "libITKIOImageBase", "libITKIOImageBase-5.3", "libITKIOImageBase-5", "libITKTransform", "libITKTransform-5.3", "libITKTransform-5", "libITKIOMeshFreeSurfer", "libITKIOMeshFreeSurfer-5.3", "libITKIOMeshFreeSurfer-5", "libITKIOMeshOBJ", "libITKIOMeshOBJ-5.3", "libITKIOMeshOBJ-5", "libITKDiffusionTensorImage", "libITKDiffusionTensorImage-5.3", "libITKDiffusionTensorImage-5", "libITKImageIntensity", "libITKImageIntensity-5.3", "libITKImageIntensity-5", "libITKIOHDF5", "libITKIOHDF5-5.3", "libITKIOHDF5-5", "libITKIOIPL", "libITKIOIPL-5.3", "libITKIOIPL-5", "libITKIOGDCM", "libITKIOGDCM-5.3", "libITKIOGDCM-5", "libITKIOTransformBase", "libITKIOTransformBase-5.3", "libITKIOTransformBase-5", "libITKIOMRC", "libITKIOMRC-5.3", "libITKIOMRC-5", "libITKIOGIPL", "libITKIOGIPL-5.3", "libITKIOGIPL-5", "libITKIOMeshBYU", "libITKIOMeshBYU-5.3", "libITKIOMeshBYU-5", "libITKIOMeta", "libITKIOMeta-5.3", "libITKIOMeta-5", "libITKIOMINC", "libITKIOMINC-5.3", "libITKIOMINC-5", "libITKDeformableMesh", "libITKDeformableMesh-5.3", "libITKDeformableMesh-5", "libitkgdcmDSED", "libitkgdcmDSED-5.3", "libitkgdcmDSED-5", "libITKIOSpatialObjects", "libITKIOSpatialObjects-5.3", "libITKIOSpatialObjects-5", "libitkgdcmIOD", "libitkgdcmIOD-5.3", "libitkgdcmIOD-5", "libitkgdcmCommon", "libitkgdcmCommon-5.3", "libitkgdcmCommon-5", "libITKIONRRD", "libITKIONRRD-5.3", "libITKIONRRD-5", "libITKIOTransformHDF5", "libITKIOTransformHDF5-5.3", "libITKIOTransformHDF5-5", "libITKIOJPEG2000", "libITKIOJPEG2000-5.3", "libITKIOJPEG2000-5", "libITKIOMeshBase", "libITKIOMeshBase-5.3", "libITKIOMeshBase-5", "libITKIOBMP", "libITKIOBMP-5.3", "libITKIOBMP-5", "libITKIOBioRad", "libITKIOBioRad-5.3", "libITKIOBioRad-5", "libITKCommon", "libITKCommon-5.3", "libITKCommon-5", "libITKSpatialObjects", "libITKSpatialObjects-5.3", "libITKSpatialObjects-5", "libITKDICOMParser", "libITKDICOMParser-5.3", "libITKDICOMParser-5", "libITKIOMeshOFF", "libITKIOMeshOFF-5.3", "libITKIOMeshOFF-5", "libITKIOMeshGifti", "libITKIOMeshGifti-5.3", "libITKIOMeshGifti-5", "libITKMetaIO", "libITKMetaIO-5.3", "libITKMetaIO-5", "libITKIONIFTI", "libITKIONIFTI-5.3", "libITKIONIFTI-5", "libITKNrrdIO", "libITKNrrdIO-5.3", "libITKNrrdIO-5", "libITKConvolution", "libITKConvolution-5.3", "libITKConvolution-5", "libITKTestKernel", "libITKTestKernel-5.3", "libITKTestKernel-5", "libITKBiasCorrection", "libITKBiasCorrection-5.3", "libITKBiasCorrection-5", "libITKFastMarching", "libITKFastMarching-5.3", "libITKFastMarching-5", "libITKPolynomials", "libITKPolynomials-5.3", "libITKPolynomials-5", "libITKColormap", "libITKColormap-5.3", "libITKColormap-5", "libITKPDEDeformableRegistration", "libITKPDEDeformableRegistration-5.3", "libITKPDEDeformableRegistration-5", "libITKIOSiemens", "libITKIOSiemens-5.3", "libITKIOSiemens-5", "libITKIOTransformInsightLegacy", "libITKIOTransformInsightLegacy-5.3", "libITKIOTransformInsightLegacy-5", "libITKIOTransformMatlab", "libITKIOTransformMatlab-5.3", "libITKIOTransformMatlab-5", "libITKKLMRegionGrowing", "libITKKLMRegionGrowing-5.3", "libITKKLMRegionGrowing-5", "libITKMarkovRandomFieldsClassifiers", "libITKMarkovRandomFieldsClassifiers-5.3", "libITKMarkovRandomFieldsClassifiers-5", "libITKQuadEdgeMeshFiltering", "libITKQuadEdgeMeshFiltering-5.3", "libITKQuadEdgeMeshFiltering-5", "libITKRegionGrowing", "libITKRegionGrowing-5.3", "libITKRegionGrowing-5", "libITKVTK", "libITKVTK-5.3", "libITKVTK-5", "libITKWatersheds", "libITKWatersheds-5.3", "libITKWatersheds-5", "libITKVideoIO", "libITKVideoIO-5.3", "libITKVideoIO-5", "libitkgdcmMSFF", "libitkgdcmMSFF-5.3", "libitkgdcmMSFF-5", "libITKgiftiio", "libITKgiftiio-5.3", "libITKgiftiio-5", "libITKQuadEdgeMesh", "libITKQuadEdgeMesh-5.3", "libITKQuadEdgeMesh-5", "libITKznz", "libITKznz-5.3", "libITKznz-5", "libITKIOVTK", "libITKIOVTK-5.3", "libITKIOVTK-5", "libITKFFT", "libITKFFT-5.3", "libITKFFT-5", "libitkopenjpeg", "libitkopenjpeg-5.3", "libitkopenjpeg-5", "libITKIOTIFF", "libITKIOTIFF-5.3", "libITKIOTIFF-5", "libitkminc2", "libitkminc2-5.3", "libitkminc2-5", "libITKIOXML", "libITKIOXML-5.3", "libITKIOXML-5", "libITKTransformFactory", "libITKTransformFactory-5.3", "libITKTransformFactory-5", "libITKMathematicalMorphology", "libITKMathematicalMorphology-5.3", "libITKMathematicalMorphology-5", "libITKPath", "libITKPath-5.3", "libITKPath-5", "libITKMesh", "libITKMesh-5.3", "libITKMesh-5", "libITKSmoothing", "libITKSmoothing-5.3", "libITKSmoothing-5", "libITKOptimizersv4", "libITKOptimizersv4-5.3", "libITKOptimizersv4-5", "libITKOptimizers", "libITKOptimizers-5.3", "libITKOptimizers-5", "libITKStatistics", "libITKStatistics-5.3", "libITKStatistics-5", "libitkNetlibSlatec", "libitkNetlibSlatec-5.3", "libitkNetlibSlatec-5", "libitklbfgs", "libitklbfgs-5.3", "libitklbfgs-5", "libITKVideoCore", "libITKVideoCore-5.3", "libITKVideoCore-5", "libitkdouble-conversion", "libitkdouble-conversion-5.3", "libitkdouble-conversion-5", "libitksys", "libitksys-5.3", "libitksys-5", "libITKVNLInstantiation", "libITKVNLInstantiation-5.3", "libITKVNLInstantiation-5", "libitkvnl_algo", "libitkvnl_algo-5.3", "libitkvnl_algo-5", "libitkvnl", "libitkvnl-5.3", "libitkvnl-5", "libitkv3p_netlib", "libitkv3p_netlib-5.3", "libitkv3p_netlib-5", "libitkvcl", "libitkvcl-5.3", "libitkvcl-5"] - - [[ITK_jll."5.3.1+2".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[ITK_jll."5.3.1+2".sources]] - hash = "1fc47c7bec4ee133318c1892b7b745763a17d411" - repo = "https://github.com/InsightSoftwareConsortium/ITK.git" - -[ITK_jll."5.3.1+3"] -libraries = ["libITKRegistrationMethodsv4", "libITKRegistrationMethodsv4-5.3", "libITKRegistrationMethodsv4-5", "libITKIOCSV", "libITKIOCSV-5.3", "libITKIOCSV-5", "libITKImageFeature", "libITKImageFeature-5.3", "libITKImageFeature-5", "libITKIOStimulate", "libITKIOStimulate-5.3", "libITKIOStimulate-5", "libITKIOMeshVTK", "libITKIOMeshVTK-5.3", "libITKIOMeshVTK-5", "libITKLabelMap", "libITKLabelMap-5.3", "libITKLabelMap-5", "libITKIOBruker", "libITKIOBruker-5.3", "libITKIOBruker-5", "libitkgdcmDICT", "libitkgdcmDICT-5.3", "libitkgdcmDICT-5", "libITKIOJPEG", "libITKIOJPEG-5.3", "libITKIOJPEG-5", "libITKIOPNG", "libITKIOPNG-5.3", "libITKIOPNG-5", "libITKIOGE", "libITKIOGE-5.3", "libITKIOGE-5", "libITKDenoising", "libITKDenoising-5.3", "libITKDenoising-5", "libITKIOLSM", "libITKIOLSM-5.3", "libITKIOLSM-5", "libITKniftiio", "libITKniftiio-5.3", "libITKniftiio-5", "libITKIOImageBase", "libITKIOImageBase-5.3", "libITKIOImageBase-5", "libITKTransform", "libITKTransform-5.3", "libITKTransform-5", "libITKIOMeshFreeSurfer", "libITKIOMeshFreeSurfer-5.3", "libITKIOMeshFreeSurfer-5", "libITKIOMeshOBJ", "libITKIOMeshOBJ-5.3", "libITKIOMeshOBJ-5", "libITKDiffusionTensorImage", "libITKDiffusionTensorImage-5.3", "libITKDiffusionTensorImage-5", "libITKImageIntensity", "libITKImageIntensity-5.3", "libITKImageIntensity-5", "libITKIOHDF5", "libITKIOHDF5-5.3", "libITKIOHDF5-5", "libITKIOIPL", "libITKIOIPL-5.3", "libITKIOIPL-5", "libITKIOGDCM", "libITKIOGDCM-5.3", "libITKIOGDCM-5", "libITKIOTransformBase", "libITKIOTransformBase-5.3", "libITKIOTransformBase-5", "libITKIOMRC", "libITKIOMRC-5.3", "libITKIOMRC-5", "libITKIOGIPL", "libITKIOGIPL-5.3", "libITKIOGIPL-5", "libITKIOMeshBYU", "libITKIOMeshBYU-5.3", "libITKIOMeshBYU-5", "libITKIOMeta", "libITKIOMeta-5.3", "libITKIOMeta-5", "libITKIOMINC", "libITKIOMINC-5.3", "libITKIOMINC-5", "libITKDeformableMesh", "libITKDeformableMesh-5.3", "libITKDeformableMesh-5", "libitkgdcmDSED", "libitkgdcmDSED-5.3", "libitkgdcmDSED-5", "libITKIOSpatialObjects", "libITKIOSpatialObjects-5.3", "libITKIOSpatialObjects-5", "libitkgdcmIOD", "libitkgdcmIOD-5.3", "libitkgdcmIOD-5", "libitkgdcmCommon", "libitkgdcmCommon-5.3", "libitkgdcmCommon-5", "libITKIONRRD", "libITKIONRRD-5.3", "libITKIONRRD-5", "libITKIOTransformHDF5", "libITKIOTransformHDF5-5.3", "libITKIOTransformHDF5-5", "libITKIOJPEG2000", "libITKIOJPEG2000-5.3", "libITKIOJPEG2000-5", "libITKIOMeshBase", "libITKIOMeshBase-5.3", "libITKIOMeshBase-5", "libITKIOBMP", "libITKIOBMP-5.3", "libITKIOBMP-5", "libITKIOBioRad", "libITKIOBioRad-5.3", "libITKIOBioRad-5", "libITKCommon", "libITKCommon-5.3", "libITKCommon-5", "libITKSpatialObjects", "libITKSpatialObjects-5.3", "libITKSpatialObjects-5", "libITKDICOMParser", "libITKDICOMParser-5.3", "libITKDICOMParser-5", "libITKIOMeshOFF", "libITKIOMeshOFF-5.3", "libITKIOMeshOFF-5", "libITKIOMeshGifti", "libITKIOMeshGifti-5.3", "libITKIOMeshGifti-5", "libITKMetaIO", "libITKMetaIO-5.3", "libITKMetaIO-5", "libITKIONIFTI", "libITKIONIFTI-5.3", "libITKIONIFTI-5", "libITKNrrdIO", "libITKNrrdIO-5.3", "libITKNrrdIO-5", "libITKConvolution", "libITKConvolution-5.3", "libITKConvolution-5", "libITKTestKernel", "libITKTestKernel-5.3", "libITKTestKernel-5", "libITKBiasCorrection", "libITKBiasCorrection-5.3", "libITKBiasCorrection-5", "libITKFastMarching", "libITKFastMarching-5.3", "libITKFastMarching-5", "libITKPolynomials", "libITKPolynomials-5.3", "libITKPolynomials-5", "libITKColormap", "libITKColormap-5.3", "libITKColormap-5", "libITKPDEDeformableRegistration", "libITKPDEDeformableRegistration-5.3", "libITKPDEDeformableRegistration-5", "libITKIOSiemens", "libITKIOSiemens-5.3", "libITKIOSiemens-5", "libITKIOTransformInsightLegacy", "libITKIOTransformInsightLegacy-5.3", "libITKIOTransformInsightLegacy-5", "libITKIOTransformMatlab", "libITKIOTransformMatlab-5.3", "libITKIOTransformMatlab-5", "libITKKLMRegionGrowing", "libITKKLMRegionGrowing-5.3", "libITKKLMRegionGrowing-5", "libITKMarkovRandomFieldsClassifiers", "libITKMarkovRandomFieldsClassifiers-5.3", "libITKMarkovRandomFieldsClassifiers-5", "libITKQuadEdgeMeshFiltering", "libITKQuadEdgeMeshFiltering-5.3", "libITKQuadEdgeMeshFiltering-5", "libITKRegionGrowing", "libITKRegionGrowing-5.3", "libITKRegionGrowing-5", "libITKVTK", "libITKVTK-5.3", "libITKVTK-5", "libITKWatersheds", "libITKWatersheds-5.3", "libITKWatersheds-5", "libITKVideoIO", "libITKVideoIO-5.3", "libITKVideoIO-5", "libitkgdcmMSFF", "libitkgdcmMSFF-5.3", "libitkgdcmMSFF-5", "libITKgiftiio", "libITKgiftiio-5.3", "libITKgiftiio-5", "libITKQuadEdgeMesh", "libITKQuadEdgeMesh-5.3", "libITKQuadEdgeMesh-5", "libITKznz", "libITKznz-5.3", "libITKznz-5", "libITKIOVTK", "libITKIOVTK-5.3", "libITKIOVTK-5", "libITKFFT", "libITKFFT-5.3", "libITKFFT-5", "libitkopenjpeg", "libitkopenjpeg-5.3", "libitkopenjpeg-5", "libITKIOTIFF", "libITKIOTIFF-5.3", "libITKIOTIFF-5", "libitkminc2", "libitkminc2-5.3", "libitkminc2-5", "libITKIOXML", "libITKIOXML-5.3", "libITKIOXML-5", "libITKTransformFactory", "libITKTransformFactory-5.3", "libITKTransformFactory-5", "libITKMathematicalMorphology", "libITKMathematicalMorphology-5.3", "libITKMathematicalMorphology-5", "libITKPath", "libITKPath-5.3", "libITKPath-5", "libITKMesh", "libITKMesh-5.3", "libITKMesh-5", "libITKSmoothing", "libITKSmoothing-5.3", "libITKSmoothing-5", "libITKOptimizersv4", "libITKOptimizersv4-5.3", "libITKOptimizersv4-5", "libITKOptimizers", "libITKOptimizers-5.3", "libITKOptimizers-5", "libITKStatistics", "libITKStatistics-5.3", "libITKStatistics-5", "libitkNetlibSlatec", "libitkNetlibSlatec-5.3", "libitkNetlibSlatec-5", "libitklbfgs", "libitklbfgs-5.3", "libitklbfgs-5", "libITKVideoCore", "libITKVideoCore-5.3", "libITKVideoCore-5", "libitkdouble-conversion", "libitkdouble-conversion-5.3", "libitkdouble-conversion-5", "libitksys", "libitksys-5.3", "libitksys-5", "libITKVNLInstantiation", "libITKVNLInstantiation-5.3", "libITKVNLInstantiation-5", "libitkvnl_algo", "libitkvnl_algo-5.3", "libitkvnl_algo-5", "libitkvnl", "libitkvnl-5.3", "libitkvnl-5", "libitkv3p_netlib", "libitkv3p_netlib-5.3", "libitkv3p_netlib-5", "libitkvcl", "libitkvcl-5.3", "libitkvcl-5"] - - [[ITK_jll."5.3.1+3".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[ITK_jll."5.3.1+3".sources]] - hash = "1fc47c7bec4ee133318c1892b7b745763a17d411" - repo = "https://github.com/InsightSoftwareConsortium/ITK.git" - -[ITK_jll."5.3.2+0"] -libraries = ["libITKRegistrationMethodsv4", "libITKRegistrationMethodsv4-5.3", "libITKRegistrationMethodsv4-5", "libITKIOCSV", "libITKIOCSV-5.3", "libITKIOCSV-5", "libITKImageFeature", "libITKImageFeature-5.3", "libITKImageFeature-5", "libITKIOStimulate", "libITKIOStimulate-5.3", "libITKIOStimulate-5", "libITKIOMeshVTK", "libITKIOMeshVTK-5.3", "libITKIOMeshVTK-5", "libITKLabelMap", "libITKLabelMap-5.3", "libITKLabelMap-5", "libITKIOBruker", "libITKIOBruker-5.3", "libITKIOBruker-5", "libitkgdcmDICT", "libitkgdcmDICT-5.3", "libitkgdcmDICT-5", "libITKIOJPEG", "libITKIOJPEG-5.3", "libITKIOJPEG-5", "libITKIOPNG", "libITKIOPNG-5.3", "libITKIOPNG-5", "libITKIOGE", "libITKIOGE-5.3", "libITKIOGE-5", "libITKDenoising", "libITKDenoising-5.3", "libITKDenoising-5", "libITKIOLSM", "libITKIOLSM-5.3", "libITKIOLSM-5", "libITKniftiio", "libITKniftiio-5.3", "libITKniftiio-5", "libITKIOImageBase", "libITKIOImageBase-5.3", "libITKIOImageBase-5", "libITKTransform", "libITKTransform-5.3", "libITKTransform-5", "libITKIOMeshFreeSurfer", "libITKIOMeshFreeSurfer-5.3", "libITKIOMeshFreeSurfer-5", "libITKIOMeshOBJ", "libITKIOMeshOBJ-5.3", "libITKIOMeshOBJ-5", "libITKDiffusionTensorImage", "libITKDiffusionTensorImage-5.3", "libITKDiffusionTensorImage-5", "libITKImageIntensity", "libITKImageIntensity-5.3", "libITKImageIntensity-5", "libITKIOHDF5", "libITKIOHDF5-5.3", "libITKIOHDF5-5", "libITKIOIPL", "libITKIOIPL-5.3", "libITKIOIPL-5", "libITKIOGDCM", "libITKIOGDCM-5.3", "libITKIOGDCM-5", "libITKIOTransformBase", "libITKIOTransformBase-5.3", "libITKIOTransformBase-5", "libITKIOMRC", "libITKIOMRC-5.3", "libITKIOMRC-5", "libITKIOGIPL", "libITKIOGIPL-5.3", "libITKIOGIPL-5", "libITKIOMeshBYU", "libITKIOMeshBYU-5.3", "libITKIOMeshBYU-5", "libITKIOMeta", "libITKIOMeta-5.3", "libITKIOMeta-5", "libITKIOMINC", "libITKIOMINC-5.3", "libITKIOMINC-5", "libITKDeformableMesh", "libITKDeformableMesh-5.3", "libITKDeformableMesh-5", "libitkgdcmDSED", "libitkgdcmDSED-5.3", "libitkgdcmDSED-5", "libITKIOSpatialObjects", "libITKIOSpatialObjects-5.3", "libITKIOSpatialObjects-5", "libitkgdcmIOD", "libitkgdcmIOD-5.3", "libitkgdcmIOD-5", "libitkgdcmCommon", "libitkgdcmCommon-5.3", "libitkgdcmCommon-5", "libITKIONRRD", "libITKIONRRD-5.3", "libITKIONRRD-5", "libITKIOTransformHDF5", "libITKIOTransformHDF5-5.3", "libITKIOTransformHDF5-5", "libITKIOJPEG2000", "libITKIOJPEG2000-5.3", "libITKIOJPEG2000-5", "libITKIOMeshBase", "libITKIOMeshBase-5.3", "libITKIOMeshBase-5", "libITKIOBMP", "libITKIOBMP-5.3", "libITKIOBMP-5", "libITKIOBioRad", "libITKIOBioRad-5.3", "libITKIOBioRad-5", "libITKCommon", "libITKCommon-5.3", "libITKCommon-5", "libITKSpatialObjects", "libITKSpatialObjects-5.3", "libITKSpatialObjects-5", "libITKDICOMParser", "libITKDICOMParser-5.3", "libITKDICOMParser-5", "libITKIOMeshOFF", "libITKIOMeshOFF-5.3", "libITKIOMeshOFF-5", "libITKIOMeshGifti", "libITKIOMeshGifti-5.3", "libITKIOMeshGifti-5", "libITKMetaIO", "libITKMetaIO-5.3", "libITKMetaIO-5", "libITKIONIFTI", "libITKIONIFTI-5.3", "libITKIONIFTI-5", "libITKNrrdIO", "libITKNrrdIO-5.3", "libITKNrrdIO-5", "libITKConvolution", "libITKConvolution-5.3", "libITKConvolution-5", "libITKTestKernel", "libITKTestKernel-5.3", "libITKTestKernel-5", "libITKBiasCorrection", "libITKBiasCorrection-5.3", "libITKBiasCorrection-5", "libITKFastMarching", "libITKFastMarching-5.3", "libITKFastMarching-5", "libITKPolynomials", "libITKPolynomials-5.3", "libITKPolynomials-5", "libITKColormap", "libITKColormap-5.3", "libITKColormap-5", "libITKPDEDeformableRegistration", "libITKPDEDeformableRegistration-5.3", "libITKPDEDeformableRegistration-5", "libITKIOSiemens", "libITKIOSiemens-5.3", "libITKIOSiemens-5", "libITKIOTransformInsightLegacy", "libITKIOTransformInsightLegacy-5.3", "libITKIOTransformInsightLegacy-5", "libITKIOTransformMatlab", "libITKIOTransformMatlab-5.3", "libITKIOTransformMatlab-5", "libITKKLMRegionGrowing", "libITKKLMRegionGrowing-5.3", "libITKKLMRegionGrowing-5", "libITKMarkovRandomFieldsClassifiers", "libITKMarkovRandomFieldsClassifiers-5.3", "libITKMarkovRandomFieldsClassifiers-5", "libITKQuadEdgeMeshFiltering", "libITKQuadEdgeMeshFiltering-5.3", "libITKQuadEdgeMeshFiltering-5", "libITKRegionGrowing", "libITKRegionGrowing-5.3", "libITKRegionGrowing-5", "libITKVTK", "libITKVTK-5.3", "libITKVTK-5", "libITKWatersheds", "libITKWatersheds-5.3", "libITKWatersheds-5", "libITKVideoIO", "libITKVideoIO-5.3", "libITKVideoIO-5", "libitkgdcmMSFF", "libitkgdcmMSFF-5.3", "libitkgdcmMSFF-5", "libITKgiftiio", "libITKgiftiio-5.3", "libITKgiftiio-5", "libITKQuadEdgeMesh", "libITKQuadEdgeMesh-5.3", "libITKQuadEdgeMesh-5", "libITKznz", "libITKznz-5.3", "libITKznz-5", "libITKIOVTK", "libITKIOVTK-5.3", "libITKIOVTK-5", "libITKFFT", "libITKFFT-5.3", "libITKFFT-5", "libitkopenjpeg", "libitkopenjpeg-5.3", "libitkopenjpeg-5", "libITKIOTIFF", "libITKIOTIFF-5.3", "libITKIOTIFF-5", "libitkminc2", "libitkminc2-5.3", "libitkminc2-5", "libITKIOXML", "libITKIOXML-5.3", "libITKIOXML-5", "libITKTransformFactory", "libITKTransformFactory-5.3", "libITKTransformFactory-5", "libITKMathematicalMorphology", "libITKMathematicalMorphology-5.3", "libITKMathematicalMorphology-5", "libITKPath", "libITKPath-5.3", "libITKPath-5", "libITKMesh", "libITKMesh-5.3", "libITKMesh-5", "libITKSmoothing", "libITKSmoothing-5.3", "libITKSmoothing-5", "libITKOptimizersv4", "libITKOptimizersv4-5.3", "libITKOptimizersv4-5", "libITKOptimizers", "libITKOptimizers-5.3", "libITKOptimizers-5", "libITKStatistics", "libITKStatistics-5.3", "libITKStatistics-5", "libitkNetlibSlatec", "libitkNetlibSlatec-5.3", "libitkNetlibSlatec-5", "libitklbfgs", "libitklbfgs-5.3", "libitklbfgs-5", "libITKVideoCore", "libITKVideoCore-5.3", "libITKVideoCore-5", "libitkdouble-conversion", "libitkdouble-conversion-5.3", "libitkdouble-conversion-5", "libitksys", "libitksys-5.3", "libitksys-5", "libITKVNLInstantiation", "libITKVNLInstantiation-5.3", "libITKVNLInstantiation-5", "libitkvnl_algo", "libitkvnl_algo-5.3", "libitkvnl_algo-5", "libitkvnl", "libitkvnl-5.3", "libitkvnl-5", "libitkv3p_netlib", "libitkv3p_netlib-5.3", "libitkv3p_netlib-5", "libitkvcl", "libitkvcl-5.3", "libitkvcl-5"] - - [[ITK_jll."5.3.2+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[ITK_jll."5.3.2+0".sources]] - hash = "1fc47c7bec4ee133318c1892b7b745763a17d411" - repo = "https://github.com/InsightSoftwareConsortium/ITK.git" - -[ITK_jll."5.3.3+0"] -libraries = ["libITKRegistrationMethodsv4", "libITKRegistrationMethodsv4-5.3", "libITKRegistrationMethodsv4-5", "libITKIOCSV", "libITKIOCSV-5.3", "libITKIOCSV-5", "libITKImageFeature", "libITKImageFeature-5.3", "libITKImageFeature-5", "libITKIOStimulate", "libITKIOStimulate-5.3", "libITKIOStimulate-5", "libITKIOMeshVTK", "libITKIOMeshVTK-5.3", "libITKIOMeshVTK-5", "libITKLabelMap", "libITKLabelMap-5.3", "libITKLabelMap-5", "libITKIOBruker", "libITKIOBruker-5.3", "libITKIOBruker-5", "libitkgdcmDICT", "libitkgdcmDICT-5.3", "libitkgdcmDICT-5", "libITKIOJPEG", "libITKIOJPEG-5.3", "libITKIOJPEG-5", "libITKIOPNG", "libITKIOPNG-5.3", "libITKIOPNG-5", "libITKIOGE", "libITKIOGE-5.3", "libITKIOGE-5", "libITKDenoising", "libITKDenoising-5.3", "libITKDenoising-5", "libITKIOLSM", "libITKIOLSM-5.3", "libITKIOLSM-5", "libITKniftiio", "libITKniftiio-5.3", "libITKniftiio-5", "libITKIOImageBase", "libITKIOImageBase-5.3", "libITKIOImageBase-5", "libITKTransform", "libITKTransform-5.3", "libITKTransform-5", "libITKIOMeshFreeSurfer", "libITKIOMeshFreeSurfer-5.3", "libITKIOMeshFreeSurfer-5", "libITKIOMeshOBJ", "libITKIOMeshOBJ-5.3", "libITKIOMeshOBJ-5", "libITKDiffusionTensorImage", "libITKDiffusionTensorImage-5.3", "libITKDiffusionTensorImage-5", "libITKImageIntensity", "libITKImageIntensity-5.3", "libITKImageIntensity-5", "libITKIOHDF5", "libITKIOHDF5-5.3", "libITKIOHDF5-5", "libITKIOIPL", "libITKIOIPL-5.3", "libITKIOIPL-5", "libITKIOGDCM", "libITKIOGDCM-5.3", "libITKIOGDCM-5", "libITKIOTransformBase", "libITKIOTransformBase-5.3", "libITKIOTransformBase-5", "libITKIOMRC", "libITKIOMRC-5.3", "libITKIOMRC-5", "libITKIOGIPL", "libITKIOGIPL-5.3", "libITKIOGIPL-5", "libITKIOMeshBYU", "libITKIOMeshBYU-5.3", "libITKIOMeshBYU-5", "libITKIOMeta", "libITKIOMeta-5.3", "libITKIOMeta-5", "libITKIOMINC", "libITKIOMINC-5.3", "libITKIOMINC-5", "libITKDeformableMesh", "libITKDeformableMesh-5.3", "libITKDeformableMesh-5", "libitkgdcmDSED", "libitkgdcmDSED-5.3", "libitkgdcmDSED-5", "libITKIOSpatialObjects", "libITKIOSpatialObjects-5.3", "libITKIOSpatialObjects-5", "libitkgdcmIOD", "libitkgdcmIOD-5.3", "libitkgdcmIOD-5", "libitkgdcmCommon", "libitkgdcmCommon-5.3", "libitkgdcmCommon-5", "libITKIONRRD", "libITKIONRRD-5.3", "libITKIONRRD-5", "libITKIOTransformHDF5", "libITKIOTransformHDF5-5.3", "libITKIOTransformHDF5-5", "libITKIOJPEG2000", "libITKIOJPEG2000-5.3", "libITKIOJPEG2000-5", "libITKIOMeshBase", "libITKIOMeshBase-5.3", "libITKIOMeshBase-5", "libITKIOBMP", "libITKIOBMP-5.3", "libITKIOBMP-5", "libITKIOBioRad", "libITKIOBioRad-5.3", "libITKIOBioRad-5", "libITKCommon", "libITKCommon-5.3", "libITKCommon-5", "libITKSpatialObjects", "libITKSpatialObjects-5.3", "libITKSpatialObjects-5", "libITKDICOMParser", "libITKDICOMParser-5.3", "libITKDICOMParser-5", "libITKIOMeshOFF", "libITKIOMeshOFF-5.3", "libITKIOMeshOFF-5", "libITKIOMeshGifti", "libITKIOMeshGifti-5.3", "libITKIOMeshGifti-5", "libITKMetaIO", "libITKMetaIO-5.3", "libITKMetaIO-5", "libITKIONIFTI", "libITKIONIFTI-5.3", "libITKIONIFTI-5", "libITKNrrdIO", "libITKNrrdIO-5.3", "libITKNrrdIO-5", "libITKConvolution", "libITKConvolution-5.3", "libITKConvolution-5", "libITKTestKernel", "libITKTestKernel-5.3", "libITKTestKernel-5", "libITKBiasCorrection", "libITKBiasCorrection-5.3", "libITKBiasCorrection-5", "libITKFastMarching", "libITKFastMarching-5.3", "libITKFastMarching-5", "libITKPolynomials", "libITKPolynomials-5.3", "libITKPolynomials-5", "libITKColormap", "libITKColormap-5.3", "libITKColormap-5", "libITKPDEDeformableRegistration", "libITKPDEDeformableRegistration-5.3", "libITKPDEDeformableRegistration-5", "libITKIOSiemens", "libITKIOSiemens-5.3", "libITKIOSiemens-5", "libITKIOTransformInsightLegacy", "libITKIOTransformInsightLegacy-5.3", "libITKIOTransformInsightLegacy-5", "libITKIOTransformMatlab", "libITKIOTransformMatlab-5.3", "libITKIOTransformMatlab-5", "libITKKLMRegionGrowing", "libITKKLMRegionGrowing-5.3", "libITKKLMRegionGrowing-5", "libITKMarkovRandomFieldsClassifiers", "libITKMarkovRandomFieldsClassifiers-5.3", "libITKMarkovRandomFieldsClassifiers-5", "libITKQuadEdgeMeshFiltering", "libITKQuadEdgeMeshFiltering-5.3", "libITKQuadEdgeMeshFiltering-5", "libITKRegionGrowing", "libITKRegionGrowing-5.3", "libITKRegionGrowing-5", "libITKVTK", "libITKVTK-5.3", "libITKVTK-5", "libITKWatersheds", "libITKWatersheds-5.3", "libITKWatersheds-5", "libITKVideoIO", "libITKVideoIO-5.3", "libITKVideoIO-5", "libitkgdcmMSFF", "libitkgdcmMSFF-5.3", "libitkgdcmMSFF-5", "libITKgiftiio", "libITKgiftiio-5.3", "libITKgiftiio-5", "libITKQuadEdgeMesh", "libITKQuadEdgeMesh-5.3", "libITKQuadEdgeMesh-5", "libITKznz", "libITKznz-5.3", "libITKznz-5", "libITKIOVTK", "libITKIOVTK-5.3", "libITKIOVTK-5", "libITKFFT", "libITKFFT-5.3", "libITKFFT-5", "libitkopenjpeg", "libitkopenjpeg-5.3", "libitkopenjpeg-5", "libITKIOTIFF", "libITKIOTIFF-5.3", "libITKIOTIFF-5", "libitkminc2", "libitkminc2-5.3", "libitkminc2-5", "libITKIOXML", "libITKIOXML-5.3", "libITKIOXML-5", "libITKTransformFactory", "libITKTransformFactory-5.3", "libITKTransformFactory-5", "libITKMathematicalMorphology", "libITKMathematicalMorphology-5.3", "libITKMathematicalMorphology-5", "libITKPath", "libITKPath-5.3", "libITKPath-5", "libITKMesh", "libITKMesh-5.3", "libITKMesh-5", "libITKSmoothing", "libITKSmoothing-5.3", "libITKSmoothing-5", "libITKOptimizersv4", "libITKOptimizersv4-5.3", "libITKOptimizersv4-5", "libITKOptimizers", "libITKOptimizers-5.3", "libITKOptimizers-5", "libITKStatistics", "libITKStatistics-5.3", "libITKStatistics-5", "libitkNetlibSlatec", "libitkNetlibSlatec-5.3", "libitkNetlibSlatec-5", "libitklbfgs", "libitklbfgs-5.3", "libitklbfgs-5", "libITKVideoCore", "libITKVideoCore-5.3", "libITKVideoCore-5", "libitkdouble-conversion", "libitkdouble-conversion-5.3", "libitkdouble-conversion-5", "libitksys", "libitksys-5.3", "libitksys-5", "libITKVNLInstantiation", "libITKVNLInstantiation-5.3", "libITKVNLInstantiation-5", "libitkvnl_algo", "libitkvnl_algo-5.3", "libitkvnl_algo-5", "libitkvnl", "libitkvnl-5.3", "libitkvnl-5", "libitkv3p_netlib", "libitkv3p_netlib-5.3", "libitkv3p_netlib-5", "libitkvcl", "libitkvcl-5.3", "libitkvcl-5"] - - [[ITK_jll."5.3.3+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[ITK_jll."5.3.3+0".sources]] - hash = "1fc47c7bec4ee133318c1892b7b745763a17d411" - repo = "https://github.com/InsightSoftwareConsortium/ITK.git" - -[ITSOL_2_jll."0.1.0+0"] -libraries = ["libITSOL_2"] - - [[ITSOL_2_jll."0.1.0+0".sources]] - hash = "80c1848f7f25c38e32090063233ef4a9ce9ea7b8e817774041085574a2ba59b0" - url = "https://www-users.cs.umn.edu/~saad/software/ITSOL/ITSOL_2.tar.gz" - -[ITSOL_2_jll."0.1.1+0"] -libraries = ["libITSOL_2"] - - [[ITSOL_2_jll."0.1.1+0".sources]] - hash = "6a585843634521949c526be621e82515564fc038" - repo = "https://github.com/JuhaHeiskala/itsol_mod.git" - -[ITSOL_2_jll."0.1.2+0"] -libraries = ["libITSOL_2"] - - [[ITSOL_2_jll."0.1.2+0".sources]] - hash = "36319fcb6d154d664e3c27c0eac04867962979e3" - repo = "https://github.com/JuhaHeiskala/itsol_mod.git" - -[IVerilog_jll."12.0.0+0"] -executables = ["iverilog", "iverilog-vpi"] - - [[IVerilog_jll."12.0.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[IVerilog_jll."12.0.0+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[IVerilog_jll."12.0.0+0".sources]] - hash = "1f09b041f1060116840b901c21938ad31d79bb98" - repo = "https://github.com/sjkelly/iverilog.git" - -[IVerilog_jll."12.0.0+1"] -executables = ["iverilog", "iverilog-vpi", "vvp"] - - [[IVerilog_jll."12.0.0+1".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[IVerilog_jll."12.0.0+1".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[IVerilog_jll."12.0.0+1".sources]] - hash = "2693dd32b075243cca20400cf3a808cef119477e" - repo = "https://github.com/steveicarus/iverilog.git" - -[Icestorm_jll."0.1.0+0"] -executables = ["iceunpack", "icebox_diff", "icebox_stat", "icebox_colbuf", "icebox_maps", "icebox_explain", "icebox_chipdb", "icepll", "icebox_html", "icemulti", "icebox_asc2hlc", "icebox_hlc2asc", "icebox_vlog", "icebram", "icepack", "icetime"] - - [[Icestorm_jll."0.1.0+0".sources]] - hash = "c495861c19bd0976c88d4964f912abe76f3901c3" - repo = "https://github.com/YosysHQ/icestorm.git" - -[ImageMagick_jll."6.9.10-12+0"] -libraries = ["libMagickWand"] - - [[ImageMagick_jll."6.9.10-12+0".sources]] - hash = "efaae51489af9f895762bcb7090636f03194daaa026eda97dae230098d2ccec7" - url = "https://github.com/ImageMagick/ImageMagick6/archive/6.9.10-12.tar.gz" - -[ImageMagick_jll."6.9.10-12+1"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.10-12+1".sources]] - hash = "efaae51489af9f895762bcb7090636f03194daaa026eda97dae230098d2ccec7" - url = "https://github.com/ImageMagick/ImageMagick6/archive/6.9.10-12.tar.gz" - -[ImageMagick_jll."6.9.10-12+2"] -executables = ["convert", "identify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.10-12+2".sources]] - hash = "efaae51489af9f895762bcb7090636f03194daaa026eda97dae230098d2ccec7" - url = "https://github.com/ImageMagick/ImageMagick6/archive/6.9.10-12.tar.gz" - -[ImageMagick_jll."6.9.10-12+3"] -executables = ["convert", "identify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.10-12+3".sources]] - hash = "efaae51489af9f895762bcb7090636f03194daaa026eda97dae230098d2ccec7" - url = "https://github.com/ImageMagick/ImageMagick6/archive/6.9.10-12.tar.gz" - -[ImageMagick_jll."6.9.11+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.11+0".sources]] - hash = "d9d6f94ba8a40ca50d3b2fb748c1ec3014e335ef" - repo = "https://github.com/ImageMagick/ImageMagick6" - [[ImageMagick_jll."6.9.11+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a36ece2d73a1c8b3121d1a6d24bf301ec5d30c12//I/ImageMagick/./bundled" - -[ImageMagick_jll."6.9.11+1"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.11+1".sources]] - hash = "d9d6f94ba8a40ca50d3b2fb748c1ec3014e335ef" - repo = "https://github.com/ImageMagick/ImageMagick6" - [[ImageMagick_jll."6.9.11+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2190539992fa22ac5828cec9bf5653b63cf621eb//I/ImageMagick/./bundled" - -[ImageMagick_jll."6.9.11+2"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.11+2".sources]] - hash = "d9d6f94ba8a40ca50d3b2fb748c1ec3014e335ef" - repo = "https://github.com/ImageMagick/ImageMagick6" - [[ImageMagick_jll."6.9.11+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/076ffc5429b20a32944d1a8464b1cfdf744e2cc3//I/ImageMagick/ImageMagick@6/./bundled" - -[ImageMagick_jll."6.9.11+3"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.11+3".sources]] - hash = "d9d6f94ba8a40ca50d3b2fb748c1ec3014e335ef" - repo = "https://github.com/ImageMagick/ImageMagick6" - [[ImageMagick_jll."6.9.11+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c78598ac808aeb656b2e9d0e065c14e7e12118a0//I/ImageMagick/ImageMagick@6/./bundled" - -[ImageMagick_jll."6.9.11+4"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.11+4".sources]] - hash = "d9d6f94ba8a40ca50d3b2fb748c1ec3014e335ef" - repo = "https://github.com/ImageMagick/ImageMagick6" - [[ImageMagick_jll."6.9.11+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/98d5bac874b6eee1a4f10f32a2364241073c8468//I/ImageMagick/ImageMagick@6/./bundled" - -[ImageMagick_jll."6.9.12+0"] -executables = ["convert", "identify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.12+0".sources]] - hash = "2f184f1f5c3e19849347b2b4acb6dd074290903d36fa5924956ee06c85ddf783" - url = "https://github.com/ImageMagick/ImageMagick6/archive/6.9.12-19.tar.gz" - [[ImageMagick_jll."6.9.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f3dbd32cd94f611ab7a03a8791b1fadbb7c6218//I/ImageMagick/./bundled" - -[ImageMagick_jll."6.9.12+1"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.12+1".sources]] - hash = "990f93f39ae36f917c64f7e5929810150de416b275e8afc2580fdea68be28255" - url = "https://github.com/ImageMagick/ImageMagick6/archive/6.9.12-34.tar.gz" - [[ImageMagick_jll."6.9.12+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/492f2b10ce8e66600174b93c08feac7b5825bde6//I/ImageMagick/./bundled" - -[ImageMagick_jll."6.9.12+2"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.12+2".sources]] - hash = "990f93f39ae36f917c64f7e5929810150de416b275e8afc2580fdea68be28255" - url = "https://github.com/ImageMagick/ImageMagick6/archive/6.9.12-34.tar.gz" - [[ImageMagick_jll."6.9.12+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/329e51bc7d9ab613c2a127ca3308bc67d9ac83ad//I/ImageMagick/./bundled" - -[ImageMagick_jll."6.9.12+3"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.12+3".sources]] - hash = "21eb4c5a4f0f9e76f1e67fb6a20f7b1e4374346ed9351bec9898f370d7b2f035" - url = "https://github.com/ImageMagick/ImageMagick6/archive/6.9.12-62.tar.gz" - [[ImageMagick_jll."6.9.12+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3399fed7435ec34a51186284263d166d4ebf7175//I/ImageMagick/./bundled" - -[ImageMagick_jll."6.9.12+4"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.12+4".sources]] - hash = "a8cd2a3216ae889b52e26db825ca1bae022bd6d0" - repo = "https://github.com/ImageMagick/ImageMagick6" - [[ImageMagick_jll."6.9.12+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8f99c837fa733424400849b127053949a156949f//I/ImageMagick/ImageMagick@6/./bundled" - -[ImageMagick_jll."6.9.13+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.13+0".sources]] - hash = "3da057d31756970cb50b1567922e9caf94d36d84" - repo = "https://github.com/ImageMagick/ImageMagick6" - [[ImageMagick_jll."6.9.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/970f7866e0ca84de92907192964c12413854a57e//I/ImageMagick/ImageMagick@6/./bundled" - -[ImageMagick_jll."6.9.13025+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.13025+0".sources]] - hash = "10f84a86515a7d9ec4c7a11d2249def100266846" - repo = "https://github.com/ImageMagick/ImageMagick6" - [[ImageMagick_jll."6.9.13025+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c69c1dd38996d5e38d914cd03e289db7f66cbca7//I/ImageMagick/ImageMagick@6/./bundled" - -[ImageMagick_jll."6.9.13026+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-6.Q16"] - - [[ImageMagick_jll."6.9.13026+0".sources]] - hash = "10f84a86515a7d9ec4c7a11d2249def100266846" - repo = "https://github.com/ImageMagick/ImageMagick6" - [[ImageMagick_jll."6.9.13026+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c1de5e851bdfd69deb0f0f7cfdda91feab812fe5//I/ImageMagick/ImageMagick@6/./bundled" - -[ImageMagick_jll."7.1.0+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-7.Q16HDRI"] - - [[ImageMagick_jll."7.1.0+0".sources]] - hash = "212bed9bab497c0f738c0f11ded1f34656ff154e" - repo = "https://github.com/ImageMagick/ImageMagick" - [[ImageMagick_jll."7.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f3f4a02130d08aad2c61c988da9cbb5eac4cd66c//I/ImageMagick/ImageMagick@7/./bundled" - -[ImageMagick_jll."7.1.1+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-7.Q16HDRI"] - - [[ImageMagick_jll."7.1.1+0".sources]] - hash = "11ffa6eb4548644a718158daa286295ed3174054" - repo = "https://github.com/ImageMagick/ImageMagick" - [[ImageMagick_jll."7.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e6962b88048b240e3f845bdc560d8897a9ce7e90//I/ImageMagick/ImageMagick@7/./bundled" - -[ImageMagick_jll."7.1.1+1"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-7.Q16HDRI"] - - [[ImageMagick_jll."7.1.1+1".sources]] - hash = "2f6d2de838390a054af74822e80d74b7799633cb" - repo = "https://github.com/ImageMagick/ImageMagick" - [[ImageMagick_jll."7.1.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bcfb97d5a2e7cc8b59331aef1d1ed766e1f78ea5//I/ImageMagick/ImageMagick@7/./bundled" - -[ImageMagick_jll."7.1.1047+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-7.Q16HDRI"] - - [[ImageMagick_jll."7.1.1047+0".sources]] - hash = "82572afc879b439cbf8c9c6f3a9ac7626adf98fb" - repo = "https://github.com/ImageMagick/ImageMagick" - [[ImageMagick_jll."7.1.1047+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/35e398d628f40ab003f5afc3b4b7edbc18ab52dd//I/ImageMagick/ImageMagick@7/./bundled" - -[ImageMagick_jll."7.1.1048+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-7.Q16HDRI"] - - [[ImageMagick_jll."7.1.1048+0".sources]] - hash = "82572afc879b439cbf8c9c6f3a9ac7626adf98fb" - repo = "https://github.com/ImageMagick/ImageMagick" - [[ImageMagick_jll."7.1.1048+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/975ea1386067217a733ce13001e1012ee56f88a0//I/ImageMagick/ImageMagick@7/./bundled" - -[ImageMagick_jll."7.1.2001+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-7.Q16HDRI"] - - [[ImageMagick_jll."7.1.2001+0".sources]] - hash = "83b6fc338ae1d38602eb5f6b307393adc3a0e1a7" - repo = "https://github.com/ImageMagick/ImageMagick" - [[ImageMagick_jll."7.1.2001+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5f3e83105f42f7c51ed3c37536aeb5de60692faa//I/ImageMagick/ImageMagick@7/./bundled" - -[ImageMagick_jll."7.1.2002+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-7.Q16HDRI"] - - [[ImageMagick_jll."7.1.2002+0".sources]] - hash = "83b6fc338ae1d38602eb5f6b307393adc3a0e1a7" - repo = "https://github.com/ImageMagick/ImageMagick" - [[ImageMagick_jll."7.1.2002+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/559e6d7356991913512180cc98dfb62255fdc3a2//I/ImageMagick/ImageMagick@7/./bundled" - -[ImageMagick_jll."7.1.2004+0"] -executables = ["convert", "identify", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-7.Q16HDRI"] - - [[ImageMagick_jll."7.1.2004+0".sources]] - hash = "147bc9c12ce8fbc1e94af5b5f6f0643ca410103a" - repo = "https://github.com/ImageMagick/ImageMagick" - [[ImageMagick_jll."7.1.2004+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a9fe40a25264508a67871134a07647d94477171e//I/ImageMagick/ImageMagick@7/./bundled" - -[ImageMagick_jll."7.1.2005+0"] -executables = ["convert", "identify", "magick", "montage", "mogrify"] -libraries = ["libMagickWand", "libMagickWand-7.Q16HDRI"] - - [[ImageMagick_jll."7.1.2005+0".sources]] - hash = "147bc9c12ce8fbc1e94af5b5f6f0643ca410103a" - repo = "https://github.com/ImageMagick/ImageMagick" - [[ImageMagick_jll."7.1.2005+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2bef20d9f347e31a8c9428325a35ea58095a2c03//I/ImageMagick/ImageMagick@7/./bundled" - -[ImarisWriter_jll."0.0.1+0"] -libraries = ["libbpImarisWriter96"] - - [[ImarisWriter_jll."0.0.1+0".sources]] - hash = "da070d3fce8a1da4ca739c9e91054261d2df79a7" - repo = "https://github.com/JaneliaSciComp/ImarisWriter.git" - -[Imath_jll."3.0.1+0"] -libraries = ["libImath-3_0"] - - [[Imath_jll."3.0.1+0".sources]] - hash = "73c2cdfcaf2a22880ddf42a866ebd4614d424410" - repo = "https://github.com/AcademySoftwareFoundation/Imath.git" - -[Imath_jll."3.0.1+1"] -libraries = ["libImath-3_0"] - - [[Imath_jll."3.0.1+1".sources]] - hash = "9cd984bb6b0a9572dd4a373b1fab60bc4c992a52ec5c68328fe0f48f194ba3c0" - url = "https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.0.1.tar.gz" - -[Imath_jll."3.1.2+0"] -libraries = ["libImath-3_1"] - - [[Imath_jll."3.1.2+0".sources]] - hash = "f21350efdcc763e23bffd4ded9bbf822e630c15ece6b0697e2fcb42737c08c2d" - url = "https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.2.tar.gz" - -[Imath_jll."3.1.7+0"] -libraries = ["libImath-3_1"] - - [[Imath_jll."3.1.7+0".sources]] - hash = "a4f9d5c6205482e1f1a86c84bb97bafa247fb774" - repo = "https://github.com/AcademySoftwareFoundation/Imath.git" - -[Imath_jll."3.1.11+0"] -libraries = ["libImath-3_1"] - - [[Imath_jll."3.1.11+0".sources]] - hash = "5ac1d5335cb34f0f356c5f2461a57c845b96b115" - repo = "https://github.com/AcademySoftwareFoundation/Imath.git" - -[Infernal_jll."1.1.4+0"] -executables = ["cmemit", "cmconvert", "cmfetch", "cmpress", "cmbuild", "cmstat", "cmsearch", "cmscan", "cmcalibrate", "cmalign"] - - [[Infernal_jll."1.1.4+0".sources]] - hash = "311163c0a21a216e90862df81cd6c13811032076535e44fed4eabdcf45093fea" - url = "https://github.com/EddyRivasLab/infernal/archive/refs/tags/infernal-1.1.4.tar.gz" - [[Infernal_jll."1.1.4+0".sources]] - hash = "c5d055acbe88fa834e81424a15fc5fa54ac787e35f2ea72d4ffd9ea2c1aa29cf" - url = "https://github.com/EddyRivasLab/easel/archive/refs/tags/easel-0.48.tar.gz" - [[Infernal_jll."1.1.4+0".sources]] - hash = "fab109c67fb8077b32f7907bf07efbc071147be0670aee757c9a3ca7e2d485be" - url = "https://github.com/EddyRivasLab/hmmer/archive/refs/tags/hmmer-3.3.2.tar.gz" - -[Infernal_jll."1.1.4+1"] -executables = ["cmalign", "cmbuild", "cmcalibrate", "cmconvert", "cmemit", "cmfetch", "cmpress", "cmscan", "cmsearch", "cmstat", "easel", "esl-afetch", "esl-alimanip", "esl-alimap", "esl-alimask", "esl-alimerge", "esl-alipid", "esl-alirev", "esl-alistat", "esl-compalign", "esl-compstruct", "esl-construct", "esl-histplot", "esl-mask", "esl-mixdchlet", "esl-reformat", "esl-selectn", "esl-seqrange", "esl-seqstat", "esl-sfetch", "esl-shuffle", "esl-ssdraw", "esl-translate", "esl-weight"] - - [[Infernal_jll."1.1.4+1".sources]] - hash = "311163c0a21a216e90862df81cd6c13811032076535e44fed4eabdcf45093fea" - url = "https://github.com/EddyRivasLab/infernal/archive/refs/tags/infernal-1.1.4.tar.gz" - [[Infernal_jll."1.1.4+1".sources]] - hash = "c5d055acbe88fa834e81424a15fc5fa54ac787e35f2ea72d4ffd9ea2c1aa29cf" - url = "https://github.com/EddyRivasLab/easel/archive/refs/tags/easel-0.48.tar.gz" - [[Infernal_jll."1.1.4+1".sources]] - hash = "fab109c67fb8077b32f7907bf07efbc071147be0670aee757c9a3ca7e2d485be" - url = "https://github.com/EddyRivasLab/hmmer/archive/refs/tags/hmmer-3.3.2.tar.gz" - -[Infernal_jll."1.1.5+0"] -executables = ["cmalign", "cmbuild", "cmcalibrate", "cmconvert", "cmemit", "cmfetch", "cmpress", "cmscan", "cmsearch", "cmstat", "easel", "esl-afetch", "esl-alimanip", "esl-alimap", "esl-alimask", "esl-alimerge", "esl-alipid", "esl-alirev", "esl-alistat", "esl-compalign", "esl-compstruct", "esl-construct", "esl-histplot", "esl-mask", "esl-mixdchlet", "esl-reformat", "esl-selectn", "esl-seqrange", "esl-seqstat", "esl-sfetch", "esl-shuffle", "esl-ssdraw", "esl-translate", "esl-weight"] - - [[Infernal_jll."1.1.5+0".sources]] - hash = "ad4ddae02f924ca7c85bc8c4a79c9f875af8df96aeb726702fa985cbe752497f" - url = "http://eddylab.org/infernal/infernal-1.1.5.tar.gz" - [[Infernal_jll."1.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4d859143e4e1b0c6bb905c15c1a76ba9f440c17//I/Infernal/./bundled" - -[IntelOpenMP_jll."2018.0.3+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2018.0.3+0".sources]] - hash = "86ed603332ed7b4004e8a474943468589b222ef16d0d9aaf3ebb4ceaf743a39d" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/win-32/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+0".sources]] - hash = "0aee3d9debb8b1c2bb9a202b780c2b2d2179e4cee9158f7d0ad46125cf6f3fa2" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/win-64/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+0".sources]] - hash = "110b94d5ff3c4df66fc89030c30ad42378da02817b3962f14cb5c268f9d94dae" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/osx-64/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+0".sources]] - hash = "f06edc0c52337658fd4b780d0b5c704b0ffb1c156dced7f5038c1ebbda3d891b" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/linux-32/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+0".sources]] - hash = "cae3ef59d900f12c723a3467e7122b559f0388c08c40c332da832131c024409b" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/linux-64/openmp-2018.0.3-intel_0.tar.bz2" - -[IntelOpenMP_jll."2018.0.3+1"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2018.0.3+1".sources]] - hash = "86ed603332ed7b4004e8a474943468589b222ef16d0d9aaf3ebb4ceaf743a39d" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/win-32/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+1".sources]] - hash = "0aee3d9debb8b1c2bb9a202b780c2b2d2179e4cee9158f7d0ad46125cf6f3fa2" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/win-64/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+1".sources]] - hash = "110b94d5ff3c4df66fc89030c30ad42378da02817b3962f14cb5c268f9d94dae" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/osx-64/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+1".sources]] - hash = "f06edc0c52337658fd4b780d0b5c704b0ffb1c156dced7f5038c1ebbda3d891b" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/linux-32/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+1".sources]] - hash = "cae3ef59d900f12c723a3467e7122b559f0388c08c40c332da832131c024409b" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/linux-64/openmp-2018.0.3-intel_0.tar.bz2" - -[IntelOpenMP_jll."2018.0.3+2"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2018.0.3+2".sources]] - hash = "86ed603332ed7b4004e8a474943468589b222ef16d0d9aaf3ebb4ceaf743a39d" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/win-32/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+2".sources]] - hash = "0aee3d9debb8b1c2bb9a202b780c2b2d2179e4cee9158f7d0ad46125cf6f3fa2" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/win-64/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+2".sources]] - hash = "110b94d5ff3c4df66fc89030c30ad42378da02817b3962f14cb5c268f9d94dae" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/osx-64/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+2".sources]] - hash = "f06edc0c52337658fd4b780d0b5c704b0ffb1c156dced7f5038c1ebbda3d891b" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/linux-32/openmp-2018.0.3-intel_0.tar.bz2" - [[IntelOpenMP_jll."2018.0.3+2".sources]] - hash = "cae3ef59d900f12c723a3467e7122b559f0388c08c40c332da832131c024409b" - url = "https://anaconda.org/intel/openmp/2018.0.3/download/linux-64/openmp-2018.0.3-intel_0.tar.bz2" - -[IntelOpenMP_jll."2023.1.0+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2023.1.0+0".sources]] - hash = "49175ba7b457bf1e0fd1d85bdc5c0b91096212b56c008960cd617d435511be74" - url = "https://anaconda.org/intel/intel-openmp/2023.1.0/download/win-32/intel-openmp-2023.1.0-intel_46319.tar.bz2" - [[IntelOpenMP_jll."2023.1.0+0".sources]] - hash = "e38a929816dbaa01ff338b4f0792ce9034f9c6497905dd479d9ee580065d9967" - url = "https://anaconda.org/intel/intel-openmp/2023.1.0/download/win-64/intel-openmp-2023.1.0-intel_46319.tar.bz2" - [[IntelOpenMP_jll."2023.1.0+0".sources]] - hash = "138930b868b1ccc19d5976e28580deb5e8abb95d940dab7b0196646d1953fa24" - url = "https://anaconda.org/intel/intel-openmp/2023.1.0/download/linux-32/intel-openmp-2023.1.0-intel_46305.tar.bz2" - [[IntelOpenMP_jll."2023.1.0+0".sources]] - hash = "5b56c0d16860d678d082f38c7349e52d00969ea1ca788027880529c3c03a2b68" - url = "https://anaconda.org/intel/intel-openmp/2023.1.0/download/linux-64/intel-openmp-2023.1.0-intel_46305.tar.bz2" - [[IntelOpenMP_jll."2023.1.0+0".sources]] - hash = "b2e60feb9fe22c59cdde8996e83b3a5c60e72748903e23fa05f6f2e26233641a" - url = "https://anaconda.org/intel/intel-openmp/2023.1.0/download/osx-64/intel-openmp-2023.1.0-intel_43547.tar.bz2" - -[IntelOpenMP_jll."2023.2.0+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2023.2.0+0".sources]] - hash = "8268bb806b8e8b66865599e03fba4075e4bc4d8a377a9143abed04184163c814" - url = "https://anaconda.org/intel/intel-openmp/2023.2.0/download/win-32/intel-openmp-2023.2.0-intel_49496.tar.bz2" - [[IntelOpenMP_jll."2023.2.0+0".sources]] - hash = "e4d26c9e62e8ad62c5c67a0c09a79f102d577215a058f447c296bb104e3bd46d" - url = "https://anaconda.org/intel/intel-openmp/2023.2.0/download/win-64/intel-openmp-2023.2.0-intel_49496.tar.bz2" - [[IntelOpenMP_jll."2023.2.0+0".sources]] - hash = "6ea678c6e07f044c01809212f24bf8e0bd153ef86fde1a2650b2af9cfc128886" - url = "https://anaconda.org/intel/intel-openmp/2023.2.0/download/linux-32/intel-openmp-2023.2.0-intel_49495.tar.bz2" - [[IntelOpenMP_jll."2023.2.0+0".sources]] - hash = "003843e7af21ffa0e872c1227749e92c736e0e5e0c5c32ae0b15aa2a13dc0386" - url = "https://anaconda.org/intel/intel-openmp/2023.2.0/download/linux-64/intel-openmp-2023.2.0-intel_49495.tar.bz2" - [[IntelOpenMP_jll."2023.2.0+0".sources]] - hash = "37a86c020df8d5a349d9b5076c1783ab08f8c7f28b40e7a0fba9e4f8dec0fc10" - url = "https://anaconda.org/intel/intel-openmp/2023.2.0/download/osx-64/intel-openmp-2023.2.0-intel_49499.tar.bz2" - -[IntelOpenMP_jll."2024.0.0+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2024.0.0+0".sources]] - hash = "7b94dd0d65c8fbb76f0e2ab207731ae1cf6cf0ab3678e79d9bcfae56b5fb7fe6" - url = "https://anaconda.org/intel/intel-openmp/2024.0.0/download/win-32/intel-openmp-2024.0.0-intel_49840.tar.bz2" - [[IntelOpenMP_jll."2024.0.0+0".sources]] - hash = "a971532e9a397ec2907d079183f2852d907e42b8ac7616e53e1d3dd664903721" - url = "https://anaconda.org/intel/intel-openmp/2024.0.0/download/win-64/intel-openmp-2024.0.0-intel_49840.tar.bz2" - [[IntelOpenMP_jll."2024.0.0+0".sources]] - hash = "f3e8e6fea77e8206ca32727fd59fb55a496f70a0f9942d0216b9ba5789a0a9b4" - url = "https://anaconda.org/intel/intel-openmp/2024.0.0/download/linux-32/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[IntelOpenMP_jll."2024.0.0+0".sources]] - hash = "feee49a26abc74ef0b57cfb6f521b427d6a93e7d8293d30e941b70d5fd0ab2d9" - url = "https://anaconda.org/intel/intel-openmp/2024.0.0/download/linux-64/intel-openmp-2024.0.0-intel_49819.tar.bz2" - -[IntelOpenMP_jll."2024.0.0+1"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2024.0.0+1".sources]] - hash = "7b94dd0d65c8fbb76f0e2ab207731ae1cf6cf0ab3678e79d9bcfae56b5fb7fe6" - url = "https://anaconda.org/intel/intel-openmp/2024.0.0/download/win-32/intel-openmp-2024.0.0-intel_49840.tar.bz2" - [[IntelOpenMP_jll."2024.0.0+1".sources]] - hash = "a971532e9a397ec2907d079183f2852d907e42b8ac7616e53e1d3dd664903721" - url = "https://anaconda.org/intel/intel-openmp/2024.0.0/download/win-64/intel-openmp-2024.0.0-intel_49840.tar.bz2" - [[IntelOpenMP_jll."2024.0.0+1".sources]] - hash = "f3e8e6fea77e8206ca32727fd59fb55a496f70a0f9942d0216b9ba5789a0a9b4" - url = "https://anaconda.org/intel/intel-openmp/2024.0.0/download/linux-32/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[IntelOpenMP_jll."2024.0.0+1".sources]] - hash = "feee49a26abc74ef0b57cfb6f521b427d6a93e7d8293d30e941b70d5fd0ab2d9" - url = "https://anaconda.org/intel/intel-openmp/2024.0.0/download/linux-64/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[IntelOpenMP_jll."2024.0.0+1".sources]] - hash = "b00cbbfdea2573d9d18acf5decf14ab5a84cd9a95debe98138679e36eafbae18" - url = "https://anaconda.org/intel/dpcpp_impl_win-64/2024.0.0/download/win-64/dpcpp_impl_win-64-2024.0.0-intel_49840.tar.bz2" - -[IntelOpenMP_jll."2024.0.2+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2024.0.2+0".sources]] - hash = "437439357a3333104f873efb4e9fd932af12fdcbb6e14c5bc45835ece325b767" - url = "https://anaconda.org/intel/intel-openmp/2024.0.2/download/win-32/intel-openmp-2024.0.2-intel_49896.tar.bz2" - [[IntelOpenMP_jll."2024.0.2+0".sources]] - hash = "85a0795a2598d5a040b620796b83bf32ea86638564d174ddb8776df0ce6bf55e" - url = "https://anaconda.org/intel/intel-openmp/2024.0.2/download/win-64/intel-openmp-2024.0.2-intel_49896.tar.bz2" - [[IntelOpenMP_jll."2024.0.2+0".sources]] - hash = "20940af6206994f3a6b58404ade710e2b38de659e3998fb51d25271090267de8" - url = "https://anaconda.org/intel/intel-openmp/2024.0.2/download/linux-32/intel-openmp-2024.0.2-intel_49895.tar.bz2" - [[IntelOpenMP_jll."2024.0.2+0".sources]] - hash = "ed4eec1642bfd613bfe2a4fd0e79ac4cfab2b623f71d7e6b2ea553962972ab63" - url = "https://anaconda.org/intel/intel-openmp/2024.0.2/download/linux-64/intel-openmp-2024.0.2-intel_49895.tar.bz2" - [[IntelOpenMP_jll."2024.0.2+0".sources]] - hash = "4516779ade366aae8a82d01aa1718e73bfa1433c03bf15e845c227c253ab4840" - url = "https://anaconda.org/intel/dpcpp_impl_win-64/2024.0.2/download/win-64/dpcpp_impl_win-64-2024.0.2-intel_49896.tar.bz2" - -[IntelOpenMP_jll."2024.1.0+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2024.1.0+0".sources]] - hash = "fff7a16f808a1aa5f4a9aa05ca9e28045895b0bcf0a9b9a64cfeed70f7ca647f" - url = "https://anaconda.org/intel/intel-openmp/2024.1.0/download/win-32/intel-openmp-2024.1.0-intel_964.tar.bz2" - [[IntelOpenMP_jll."2024.1.0+0".sources]] - hash = "862eec5374464534149ba203f061abd3bb69a1240e7257d560f2a86888fb780e" - url = "https://anaconda.org/intel/intel-openmp/2024.1.0/download/win-64/intel-openmp-2024.1.0-intel_964.tar.bz2" - [[IntelOpenMP_jll."2024.1.0+0".sources]] - hash = "46185591a72a0d959e1ac5333bc749f97c86c3f03785f2053cdafd7bd37d92ec" - url = "https://anaconda.org/intel/intel-openmp/2024.1.0/download/linux-32/intel-openmp-2024.1.0-intel_963.tar.bz2" - [[IntelOpenMP_jll."2024.1.0+0".sources]] - hash = "6ab48343ca3c15768c33ca50ba2f0266e8d300b6755a685ae1aa5149fbe008e9" - url = "https://anaconda.org/intel/intel-openmp/2024.1.0/download/linux-64/intel-openmp-2024.1.0-intel_963.tar.bz2" - [[IntelOpenMP_jll."2024.1.0+0".sources]] - hash = "3c72809c39e6b1a97a0b4e234705c33b37b0ca0dc4315d0b47f16fd878f7164c" - url = "https://anaconda.org/intel/dpcpp_impl_win-64/2024.1.0/download/win-64/dpcpp_impl_win-64-2024.1.0-intel_964.tar.bz2" - -[IntelOpenMP_jll."2024.2.0+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2024.2.0+0".sources]] - hash = "0f050fa361f22a3b7291daf7ec5ac208c6e652977643b2e289169d7475d64244" - url = "https://conda.anaconda.org/intel/win-32/intel-openmp-2024.2.0-intel_978.tar.bz2" - [[IntelOpenMP_jll."2024.2.0+0".sources]] - hash = "44d653f234ae35162ad2211d1281a21c613599e5dd68dd2e1229d27592f784f9" - url = "https://conda.anaconda.org/intel/win-64/intel-openmp-2024.2.0-intel_978.tar.bz2" - [[IntelOpenMP_jll."2024.2.0+0".sources]] - hash = "38fac9228334cbaf61f1e7b0a70f4083d58a60dfc2e132a62881b976e1cb2301" - url = "https://conda.anaconda.org/intel/linux-32/intel-openmp-2024.2.0-intel_981.tar.bz2" - [[IntelOpenMP_jll."2024.2.0+0".sources]] - hash = "db46064dbf0dbc096d92d8368ef8172ae335001b81055840c97fcfda3d09d64d" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.2.0-intel_981.tar.bz2" - [[IntelOpenMP_jll."2024.2.0+0".sources]] - hash = "e899ae8ef10a5d2656a18cc45615889bffaa9c4f18053f90073dc50ac4586585" - url = "https://conda.anaconda.org/intel/win-64/dpcpp_impl_win-64-2024.2.0-intel_978.tar.bz2" - -[IntelOpenMP_jll."2024.2.1+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2024.2.1+0".sources]] - hash = "3dbed102d8a79f091fc3364ff4b6268e1b2904d80a58926987fc6006171c18cd" - url = "https://files.pythonhosted.org/packages/c6/02/e5c7e10a4bedeec4eb0f61fa8fe951e2febf6ba9ae08f806ada5f2f35ada/intel_openmp-2024.2.1-py2.py3-none-win32.whl" - [[IntelOpenMP_jll."2024.2.1+0".sources]] - hash = "b1fb47eefc6cbc2358216684dd87bd2315464e6d29ac84f9313819fe1528d969" - url = "https://files.pythonhosted.org/packages/c8/6c/9334569937fd3c6ec93f9fe3da268db38f5113673d568854fa18a20f36ec/intel_openmp-2024.2.1-py2.py3-none-win_amd64.whl" - [[IntelOpenMP_jll."2024.2.1+0".sources]] - hash = "ba6de86c394331719c795e743bcff3bbc10c3a16a0d3622d90819593de4c7e34" - url = "https://files.pythonhosted.org/packages/ed/a6/92e7356c981fcfefa4fbd132791d28656ec02ff62124d283b10219999d5d/intel_openmp-2024.2.1-py2.py3-none-manylinux1_i686.whl" - [[IntelOpenMP_jll."2024.2.1+0".sources]] - hash = "21892ea07a9c6e164707d2b44e6f396f9f2ab6cc7e108755011fad59b596182a" - url = "https://files.pythonhosted.org/packages/78/2d/64570ae938a8ee2337ed8ba28ae1d85d3555ee6e5faadabea9e8b43a900d/intel_openmp-2024.2.1-py2.py3-none-manylinux1_x86_64.whl" - -[IntelOpenMP_jll."2025.0.4+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2025.0.4+0".sources]] - hash = "9dd9c2918158bd19395f28ee2e4b91c00bd86fe45b627e765f611478c7c2c173" - url = "https://files.pythonhosted.org/packages/51/36/1074001dc5a5add3f445dc1d44aecbb239e60fef8269b9c420d731d002d2/intel_openmp-2025.0.4-py2.py3-none-win_amd64.whl" - [[IntelOpenMP_jll."2025.0.4+0".sources]] - hash = "bf31d1cbf3f857b90a7e3c1caab75a546445845e14fd24439e81a70bcbc8d783" - url = "https://files.pythonhosted.org/packages/a2/f9/d35767b6ae062e841c20beee56151c914c733dba1a0ba5996c2fc6792a90/intel_openmp-2025.0.4-py2.py3-none-manylinux_2_28_x86_64.whl" - -[IntelOpenMP_jll."2025.2.0+0"] -libraries = ["libiomp5", "libiomp5md"] - - [[IntelOpenMP_jll."2025.2.0+0".sources]] - hash = "1710356ae0db744ca028ed380759a2007548ad1819f743be9d675603cb127377" - url = "https://files.pythonhosted.org/packages/bc/37/bab8e9283407798d8782f4d9b374436e51c7a297e1b6dc05073df550c010/intel_openmp-2025.2.0-py2.py3-none-win_amd64.whl" - [[IntelOpenMP_jll."2025.2.0+0".sources]] - hash = "57f52a5f374e70dce56591ab23bf274252a68128d5b8de8f897f3683f65374c8" - url = "https://files.pythonhosted.org/packages/39/17/45e67730f8757a00d665095338b21ca04890d2a3d52a44d725fb5393a044/intel_openmp-2025.2.0-py2.py3-none-manylinux_2_28_x86_64.whl" - -[Intel_XED_jll."2023.8.21+0"] -libraries = ["libxed", "libxed-ild"] - - [[Intel_XED_jll."2023.8.21+0".sources]] - hash = "01a6da8090af84cd52f6c1070377ae6e885b078f" - repo = "https://github.com/intelxed/xed" - [[Intel_XED_jll."2023.8.21+0".sources]] - hash = "75cb46e6536758f1a3cdb3d6bd83a4a9fd0338bb" - repo = "https://github.com/intelxed/mbuild" - -[Ipopt_jll."3.13.1+0"] -executables = ["ipopt"] -libraries = ["libipopt"] - - [[Ipopt_jll."3.13.1+0".sources]] - hash = "64fc63a3fe27cf5efaf17ebee861f7db5bf70aacf9c316c0d37e4beb4eb72e11" - url = "https://github.com/coin-or/Ipopt/archive/releases/3.13.1.tar.gz" - -[Ipopt_jll."3.13.1+1"] -executables = ["ipopt"] -libraries = ["libipopt"] - - [[Ipopt_jll."3.13.1+1".sources]] - hash = "64fc63a3fe27cf5efaf17ebee861f7db5bf70aacf9c316c0d37e4beb4eb72e11" - url = "https://github.com/coin-or/Ipopt/archive/releases/3.13.1.tar.gz" - -[Ipopt_jll."3.13.2+0"] -executables = ["ipopt"] -libraries = ["libipopt"] - - [[Ipopt_jll."3.13.2+0".sources]] - hash = "891ab9e9c7db29fc8ac5c779ccec6313301098de7bbf735ca230cd5544c49496" - url = "https://github.com/coin-or/Ipopt/archive/releases/3.13.2.tar.gz" - -[Ipopt_jll."3.13.2+1"] -executables = ["ipopt"] -libraries = ["libipopt"] - - [[Ipopt_jll."3.13.2+1".sources]] - hash = "891ab9e9c7db29fc8ac5c779ccec6313301098de7bbf735ca230cd5544c49496" - url = "https://github.com/coin-or/Ipopt/archive/releases/3.13.2.tar.gz" - -[Ipopt_jll."3.13.4+0"] -executables = ["ipopt"] -libraries = ["libipopt"] - - [[Ipopt_jll."3.13.4+0".sources]] - hash = "1fdd0f8ea637856d66b1ebdd7d52ad1b8b8c1142d1a4ce0976b200ab280e5683" - url = "https://github.com/coin-or/Ipopt/archive/releases/3.13.4.tar.gz" - -[Ipopt_jll."3.13.4+1"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."3.13.4+1".sources]] - hash = "1fdd0f8ea637856d66b1ebdd7d52ad1b8b8c1142d1a4ce0976b200ab280e5683" - url = "https://github.com/coin-or/Ipopt/archive/releases/3.13.4.tar.gz" - -[Ipopt_jll."3.13.4+2"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."3.13.4+2".sources]] - hash = "3fbc0d29427d4290d15fb8842f78ddfbb929278f" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.400+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.400+0".sources]] - hash = "d872b3a3d17863c6a2a27475cc9af9e933cb7e92" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.401+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.401+0".sources]] - hash = "d872b3a3d17863c6a2a27475cc9af9e933cb7e92" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.402+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.402+0".sources]] - hash = "d872b3a3d17863c6a2a27475cc9af9e933cb7e92" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.403+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.403+0".sources]] - hash = "d872b3a3d17863c6a2a27475cc9af9e933cb7e92" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.403+1"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.403+1".sources]] - hash = "d872b3a3d17863c6a2a27475cc9af9e933cb7e92" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1000+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1000+0".sources]] - hash = "a34c8531301d66334a993fe5630ecb707994142f" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1200+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1200+0".sources]] - hash = "26e0c6580b83a6e68cd63803b93a1e43092cfb33" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1201+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1201+0".sources]] - hash = "26e0c6580b83a6e68cd63803b93a1e43092cfb33" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1300+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1300+0".sources]] - hash = "1e0a5df94e3b71ce6bde972352f1b2f72f342af7" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1301+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1301+0".sources]] - hash = "1e0a5df94e3b71ce6bde972352f1b2f72f342af7" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1302+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1302+0".sources]] - hash = "1e0a5df94e3b71ce6bde972352f1b2f72f342af7" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1303+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1303+0".sources]] - hash = "4262e538feb1909036cecf9d8720454896cdc23c" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1400+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1400+0".sources]] - hash = "5fd746337021543e78dc2d167cb1c15db81f68e1" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1600+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1600+0".sources]] - hash = "43a63412f73d9ad3ff9074d38b49362fc9d7f8f1" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1700+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1700+0".sources]] - hash = "66245ceea9e613cf6ce113d430903b931cc7ff7a" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1701+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1701+0".sources]] - hash = "66245ceea9e613cf6ce113d430903b931cc7ff7a" - repo = "https://github.com/coin-or/Ipopt.git" - -[Ipopt_jll."300.1400.1900+0"] -executables = ["ipopt"] -libraries = ["libipopt", "libipoptamplinterface"] - - [[Ipopt_jll."300.1400.1900+0".sources]] - hash = "2695946fa79d2e84f3034e065e788933a81466eb" - repo = "https://github.com/coin-or/Ipopt.git" - -[JSBSim_jll."1.1.5+0"] -libraries = ["libJSBSimJL"] - - [[JSBSim_jll."1.1.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[JSBSim_jll."1.1.5+0".sources]] - hash = "9bc866713431d3296441697a91517b32c9c017d3" - repo = "https://github.com/JSBSim-Team/jsbsim.git" - -[JSBSim_jll."1.1.12+0"] -libraries = ["libJSBSimJL"] - - [[JSBSim_jll."1.1.12+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[JSBSim_jll."1.1.12+0".sources]] - hash = "133fcff53ae15abcbbbd4d06390e1b59ab76e5c6" - repo = "https://github.com/JSBSim-Team/jsbsim.git" - -[JSBSim_jll."1.1.12+1"] -libraries = ["libJSBSimJL"] - - [[JSBSim_jll."1.1.12+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[JSBSim_jll."1.1.12+1".sources]] - hash = "133fcff53ae15abcbbbd4d06390e1b59ab76e5c6" - repo = "https://github.com/JSBSim-Team/jsbsim.git" - -[JSON_C_jll."0.15.0+0"] -libraries = ["libjson-c"] - - [[JSON_C_jll."0.15.0+0".sources]] - hash = "b8d80a1ddb718b3ba7492916237bbf86609e9709fb007e7f7d4322f02341a4c6" - url = "https://s3.amazonaws.com/json-c_releases/releases/json-c-0.15.tar.gz" - -[JSON_C_jll."0.17.0+0"] -libraries = ["libjson-c"] - - [[JSON_C_jll."0.17.0+0".sources]] - hash = "7550914d58fb63b2c3546f3ccfbe11f1c094147bd31a69dcd23714d7956159e6" - url = "https://s3.amazonaws.com/json-c_releases/releases/json-c-0.17.tar.gz" - -[Jansson_jll."2.13.1+0"] -libraries = ["libjansson"] - - [[Jansson_jll."2.13.1+0".sources]] - hash = "e9ebfa7e77a6bee77df44e096b100e7131044059" - repo = "https://github.com/akheron/jansson.git" - -[Jansson_jll."2.14.0+0"] -libraries = ["libjansson"] - - [[Jansson_jll."2.14.0+0".sources]] - hash = "684e18c927e89615c2d501737e90018f4930d6c5" - repo = "https://github.com/akheron/jansson.git" - -[Jansson_jll."2.14.0+1"] -libraries = ["libjansson"] - - [[Jansson_jll."2.14.0+1".sources]] - hash = "684e18c927e89615c2d501737e90018f4930d6c5" - repo = "https://github.com/akheron/jansson.git" - -[JasPer_jll."2.0.28+0"] -executables = ["imginfo", "jasper", "imgcmp"] -libraries = ["libjasper"] - - [[JasPer_jll."2.0.28+0".sources]] - hash = "6b4e5f682be0ab1a5acb0eeb6bf41d6ce17a658bb8e2dbda95de40100939cc88" - url = "https://github.com/jasper-software/jasper/archive/refs/tags/version-2.0.28.tar.gz" - -[JasPer_jll."2.0.33+0"] -executables = ["imginfo", "jasper", "imgcmp"] -libraries = ["libjasper"] - - [[JasPer_jll."2.0.33+0".sources]] - hash = "fe00207dc10db1d7cc6f2757961c5c6bdfd10973" - repo = "https://github.com/jasper-software/jasper" - -[Jinja2Cpp_jll."1.3.2+0"] -libraries = ["libjinja2cpp"] - - [[Jinja2Cpp_jll."1.3.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Jinja2Cpp_jll."1.3.2+0".sources]] - hash = "86dfb939b5c2beb7fabddae2df386be4e7fb9507" - repo = "https://github.com/jinja2cpp/Jinja2Cpp.git" - [[Jinja2Cpp_jll."1.3.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[Jinja2Cpp_jll."1.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7915fd0617aa2aa26a9ec5127fc4f759cf40809f//J/Jinja2Cpp/./bundled" - -[JlrsLedger_jll."0.0.1+0"] -libraries = ["libjlrs_ledger"] - - [[JlrsLedger_jll."0.0.1+0".sources]] - hash = "5ff67d8b0f6b6eea50904290e9888e8779e7cd8f" - repo = "https://github.com/Taaitaaiger/jlrs_ledger.git" - -[JlrsLedger_jll."0.0.2+0"] -libraries = ["libjlrs_ledger"] - - [[JlrsLedger_jll."0.0.2+0".sources]] - hash = "5ff67d8b0f6b6eea50904290e9888e8779e7cd8f" - repo = "https://github.com/Taaitaaiger/jlrs_ledger.git" - -[JlrsLedger_jll."0.0.3+0"] -libraries = ["libjlrs_ledger"] - - [[JlrsLedger_jll."0.0.3+0".sources]] - hash = "0f1b3ab293445a53f68582302f2d50265507edbe" - repo = "https://github.com/Taaitaaiger/jlrs_ledger.git" - -[JlrsLedger_jll."0.1.0+0"] -libraries = ["libjlrs_ledger"] - - [[JlrsLedger_jll."0.1.0+0".sources]] - hash = "ec587100061297e112f767038fed179db617031a" - repo = "https://github.com/Taaitaaiger/jlrs_ledger.git" - -[JlrsLedger_jll."0.2.0+0"] -libraries = ["libjlrs_ledger"] - - [[JlrsLedger_jll."0.2.0+0".sources]] - hash = "7a6d9a45e9fd69f577587424c1477bff7b8b09db" - repo = "https://github.com/Taaitaaiger/jlrs_ledger.git" - -[JonkerVolgenant_jll."1.1.0+0"] -libraries = ["bipartite_assignement"] - - [[JonkerVolgenant_jll."1.1.0+0".sources]] - hash = "8dd04610f678d7d35992ae4ad3af8f5eecc9b553" - repo = "https://github.com/fypc/Jonker-Volgenant.git" - -[JpegTurbo_jll."2.0.1+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."2.0.1+0".sources]] - hash = "a30db8bcc8a0fab56998ea134233a8cdcb7ac81170e7d87f8bc900f02dda39d4" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.1.tar.gz" - -[JpegTurbo_jll."2.0.1+1"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."2.0.1+1".sources]] - hash = "a30db8bcc8a0fab56998ea134233a8cdcb7ac81170e7d87f8bc900f02dda39d4" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.1.tar.gz" - -[JpegTurbo_jll."2.0.1+2"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."2.0.1+2".sources]] - hash = "a30db8bcc8a0fab56998ea134233a8cdcb7ac81170e7d87f8bc900f02dda39d4" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.1.tar.gz" - -[JpegTurbo_jll."2.0.1+3"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."2.0.1+3".sources]] - hash = "a30db8bcc8a0fab56998ea134233a8cdcb7ac81170e7d87f8bc900f02dda39d4" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.1.tar.gz" - -[JpegTurbo_jll."2.1.0+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."2.1.0+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."2.1.0+0".sources]] - hash = "d6b7790927d658108dfd3bee2f0c66a2924c51ee7f9dc930f62c452f4a638c52" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.0.tar.gz" - -[JpegTurbo_jll."2.1.2+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."2.1.2+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."2.1.2+0".sources]] - hash = "e7fdc8a255c45bc8fbd9aa11c1a49c23092fcd7379296aeaeb14d3343a3d1bed" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.2.tar.gz" - -[JpegTurbo_jll."2.1.91+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."2.1.91+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."2.1.91+0".sources]] - hash = "6c610333497302c52ff36046f9ff72f0c3a6dc2e" - repo = "https://github.com/libjpeg-turbo/libjpeg-turbo.git" - -[JpegTurbo_jll."3.0.1+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.0.1+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.0.1+0".sources]] - hash = "22429507714ae147b3acacd299e82099fce5d9f456882fc28e252e4579ba2a75" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.1/libjpeg-turbo-3.0.1.tar.gz" - -[JpegTurbo_jll."3.0.2+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.0.2+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.0.2+0".sources]] - hash = "c2ce515a78d91b09023773ef2770d6b0df77d674e144de80d63e0389b3a15ca6" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.2/libjpeg-turbo-3.0.2.tar.gz" - -[JpegTurbo_jll."3.0.3+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.0.3+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.0.3+0".sources]] - hash = "343e789069fc7afbcdfe44dbba7dbbf45afa98a15150e079a38e60e44578865d" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3.tar.gz" - -[JpegTurbo_jll."3.0.4+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.0.4+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.0.4+0".sources]] - hash = "99130559e7d62e8d695f2c0eaeef912c5828d5b84a0537dcb24c9678c9d5b76b" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.4/libjpeg-turbo-3.0.4.tar.gz" - -[JpegTurbo_jll."3.1.0+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.1.0+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.1.0+0".sources]] - hash = "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.0/libjpeg-turbo-3.1.0.tar.gz" - -[JpegTurbo_jll."3.1.0+1"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.1.0+1".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.1.0+1".sources]] - hash = "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.0/libjpeg-turbo-3.1.0.tar.gz" - -[JpegTurbo_jll."3.1.0+2"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.1.0+2".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.1.0+2".sources]] - hash = "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.0/libjpeg-turbo-3.1.0.tar.gz" - -[JpegTurbo_jll."3.1.1+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.1.1+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.1.1+0".sources]] - hash = "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.0/libjpeg-turbo-3.1.0.tar.gz" - -[JpegTurbo_jll."3.1.2+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.1.2+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.1.2+0".sources]] - hash = "aadc97ea91f6ef078b0ae3a62bba69e008d9a7db19b34e4ac973b19b71b4217c" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.1/libjpeg-turbo-3.1.1.tar.gz" - -[JpegTurbo_jll."3.1.3+0"] -executables = ["cjpeg", "djpeg", "jpegtran"] -libraries = ["libjpeg", "libturbojpeg"] - - [[JpegTurbo_jll."3.1.3+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[JpegTurbo_jll."3.1.3+0".sources]] - hash = "8f0012234b464ce50890c490f18194f913a7b1f4e6a03d6644179fa0f867d0cf" - url = "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.2/libjpeg-turbo-3.1.2.tar.gz" - -[JuliaNVTXCallbacks_jll."0.1.0+0"] -libraries = ["libjulia_nvtx_callbacks"] - - [[JuliaNVTXCallbacks_jll."0.1.0+0".sources]] - hash = "e170594ac7cf1dac584da473d4ca9301087090c1" - repo = "https://github.com/NVIDIA/NVTX" - [[JuliaNVTXCallbacks_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b154ab2e52a7c3ce1e4953acfdd8361ae08aa1e7//J/JuliaNVTXCallbacks/./bundled" - [[JuliaNVTXCallbacks_jll."0.1.0+0".sources]] - hash = "54c215bec0d2e71b43d6ccab5d57e9fb6dd9615f" - repo = "https://github.com/simonbyrne/NVTX.jl" - -[JuliaNVTXCallbacks_jll."0.2.0+0"] -libraries = ["libjulia_nvtx_callbacks"] - - [[JuliaNVTXCallbacks_jll."0.2.0+0".sources]] - hash = "e170594ac7cf1dac584da473d4ca9301087090c1" - repo = "https://github.com/NVIDIA/NVTX" - [[JuliaNVTXCallbacks_jll."0.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ddded2df23a8d4ea171ac5d006f7b01725e8dee3//J/JuliaNVTXCallbacks/./bundled" - [[JuliaNVTXCallbacks_jll."0.2.0+0".sources]] - hash = "11c27acd9de99b6914c331b767be60fc843e7065" - repo = "https://github.com/simonbyrne/NVTX.jl" - -[JuliaNVTXCallbacks_jll."0.2.1+0"] -libraries = ["libjulia_nvtx_callbacks"] - - [[JuliaNVTXCallbacks_jll."0.2.1+0".sources]] - hash = "e170594ac7cf1dac584da473d4ca9301087090c1" - repo = "https://github.com/NVIDIA/NVTX" - [[JuliaNVTXCallbacks_jll."0.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d9539d59a068d6116a225b482c5d8fc27eb80789//J/JuliaNVTXCallbacks/./bundled" - [[JuliaNVTXCallbacks_jll."0.2.1+0".sources]] - hash = "f562b128d79b56c6ea1b89e21a38c83d59c1e0a6" - repo = "https://github.com/simonbyrne/NVTX.jl" - -[Julia_jll."1.4.1+0"] -executables = ["julia"] -libraries = ["libjulia"] - - [[Julia_jll."1.4.1+0".sources]] - hash = "788dc1e79344b52f65358ce4406dc5304bafd82c6af50bfa92a6ee5ea998e678" - url = "https://julialang2.s3.amazonaws.com/bin/linux/aarch64/1.4/julia-1.4.1-linux-aarch64.tar.gz" - [[Julia_jll."1.4.1+0".sources]] - hash = "bdcf24e0365f16092838daf7059bf5c0036bff9dc418511010e79249d9f71e96" - url = "https://julialang2.s3.amazonaws.com/bin/linux/armv7l/1.4/julia-1.4.1-linux-armv7l.tar.gz" - [[Julia_jll."1.4.1+0".sources]] - hash = "fd6d8cadaed678174c3caefb92207a3b0e8da9f926af6703fb4d1e4e4f50610a" - url = "https://julialang2.s3.amazonaws.com/bin/linux/x64/1.4/julia-1.4.1-linux-x86_64.tar.gz" - [[Julia_jll."1.4.1+0".sources]] - hash = "765e614b2754b20d50bae475dd9f3b794f445915084afa42523fd1b14e4c91fe" - url = "https://julialang2.s3.amazonaws.com/bin/linux/x86/1.4/julia-1.4.1-linux-i686.tar.gz" - [[Julia_jll."1.4.1+0".sources]] - hash = "78afd9c6769d645f7c30ad14dacadfd826cc5b1b3227c46fd7592ecde8af2fc3" - url = "https://julialang2.s3.amazonaws.com/bin/mac/x64/1.4/julia-1.4.1-mac64.tar.gz" - [[Julia_jll."1.4.1+0".sources]] - hash = "c4c1ae109f7eed5e9791d871b3e29003309d61ffa55a05cfd23184447ec8cfbe" - url = "https://julialang2.s3.amazonaws.com/bin/winnt/x64/1.4/julia-1.4.1-win64.tar.gz" - [[Julia_jll."1.4.1+0".sources]] - hash = "04d1abb1e28d643c6d049a4b241483ced155aebaf3eea8fb2d995299543645c5" - url = "https://julialang2.s3.amazonaws.com/bin/winnt/x86/1.4/julia-1.4.1-win32.tar.gz" - [[Julia_jll."1.4.1+0".sources]] - hash = "f7a6545953f8843201acec16ea66ba0d0ced8145439b6cebfcb893e9671cf7af" - url = "https://julialang-s3.julialang.org/bin/freebsd/x64/1.4/julia-1.4.1-freebsd-x86_64.tar.gz" - -[Julia_jll."1.4.1+1"] -executables = ["julia"] -libraries = ["libjulia"] - - [[Julia_jll."1.4.1+1".sources]] - hash = "788dc1e79344b52f65358ce4406dc5304bafd82c6af50bfa92a6ee5ea998e678" - url = "https://julialang2.s3.amazonaws.com/bin/linux/aarch64/1.4/julia-1.4.1-linux-aarch64.tar.gz" - [[Julia_jll."1.4.1+1".sources]] - hash = "bdcf24e0365f16092838daf7059bf5c0036bff9dc418511010e79249d9f71e96" - url = "https://julialang2.s3.amazonaws.com/bin/linux/armv7l/1.4/julia-1.4.1-linux-armv7l.tar.gz" - [[Julia_jll."1.4.1+1".sources]] - hash = "fd6d8cadaed678174c3caefb92207a3b0e8da9f926af6703fb4d1e4e4f50610a" - url = "https://julialang2.s3.amazonaws.com/bin/linux/x64/1.4/julia-1.4.1-linux-x86_64.tar.gz" - [[Julia_jll."1.4.1+1".sources]] - hash = "765e614b2754b20d50bae475dd9f3b794f445915084afa42523fd1b14e4c91fe" - url = "https://julialang2.s3.amazonaws.com/bin/linux/x86/1.4/julia-1.4.1-linux-i686.tar.gz" - [[Julia_jll."1.4.1+1".sources]] - hash = "78afd9c6769d645f7c30ad14dacadfd826cc5b1b3227c46fd7592ecde8af2fc3" - url = "https://julialang2.s3.amazonaws.com/bin/mac/x64/1.4/julia-1.4.1-mac64.tar.gz" - [[Julia_jll."1.4.1+1".sources]] - hash = "c4c1ae109f7eed5e9791d871b3e29003309d61ffa55a05cfd23184447ec8cfbe" - url = "https://julialang2.s3.amazonaws.com/bin/winnt/x64/1.4/julia-1.4.1-win64.tar.gz" - [[Julia_jll."1.4.1+1".sources]] - hash = "04d1abb1e28d643c6d049a4b241483ced155aebaf3eea8fb2d995299543645c5" - url = "https://julialang2.s3.amazonaws.com/bin/winnt/x86/1.4/julia-1.4.1-win32.tar.gz" - [[Julia_jll."1.4.1+1".sources]] - hash = "f7a6545953f8843201acec16ea66ba0d0ced8145439b6cebfcb893e9671cf7af" - url = "https://julialang-s3.julialang.org/bin/freebsd/x64/1.4/julia-1.4.1-freebsd-x86_64.tar.gz" - -[Julia_jll."1.4.2+0"] -executables = ["julia"] -libraries = ["libjulia"] - - [[Julia_jll."1.4.2+0".sources]] - hash = "f124d1b9fa68c3049d4ffe2349454f8ba1753d17d6578bc6e7cb916aed7cff4a" - url = "https://julialang-s3.julialang.org/bin/linux/aarch64/1.4/julia-1.4.2-linux-aarch64.tar.gz" - [[Julia_jll."1.4.2+0".sources]] - hash = "d77311be23260710e89700d0b1113eecf421d6cf31a9cebad3f6bdd606165c28" - url = "https://julialang-s3.julialang.org/bin/linux/x64/1.4/julia-1.4.2-linux-x86_64.tar.gz" - [[Julia_jll."1.4.2+0".sources]] - hash = "ce821b6671a137dc7c2ccbf40ff08471a6791ea8af80a30d6716806608e72dab" - url = "https://julialang-s3.julialang.org/bin/linux/x86/1.4/julia-1.4.2-linux-i686.tar.gz" - [[Julia_jll."1.4.2+0".sources]] - hash = "660ecd64db812e642e2b9483966c61f7fec3ee88c84a1eb26831bfce2aa51ac9" - url = "https://julialang-s3.julialang.org/bin/mac/x64/1.4/julia-1.4.2-mac64.tar.gz" - [[Julia_jll."1.4.2+0".sources]] - hash = "29892e81d663dc081281b8530fa2e949306da933dcf2d6d28a5dec165a92aa24" - url = "https://julialang-s3.julialang.org/bin/freebsd/x64/1.4/julia-1.4.2-freebsd-x86_64.tar.gz" - -[Julia_jll."1.5.0+0"] -executables = ["julia"] -libraries = ["libjulia"] - - [[Julia_jll."1.5.0+0".sources]] - hash = "6c6f1d3b6d16829e1ecc0528bb8bb15f9fe90b03fcee99509a3fe625cac32c51" - url = "https://julialang-s3.julialang.org/bin/linux/aarch64/1.5/julia-1.5.0-linux-aarch64.tar.gz" - [[Julia_jll."1.5.0+0".sources]] - hash = "be7af676f8474afce098861275d28a0eb8a4ece3f83a11027e3554dcdecddb91" - url = "https://julialang-s3.julialang.org/bin/linux/x64/1.5/julia-1.5.0-linux-x86_64.tar.gz" - [[Julia_jll."1.5.0+0".sources]] - hash = "dafefde1fb1387730d804c7b4bb29c904311f0a52b12bf44c0c4ed4af6ae58e6" - url = "https://julialang-s3.julialang.org/bin/linux/x86/1.5/julia-1.5.0-linux-i686.tar.gz" - [[Julia_jll."1.5.0+0".sources]] - hash = "9c36a4366eafa15b4a3d4533dcd0ab8ed799eab13305f6662eca905e0480fc65" - url = "https://julialang-s3.julialang.org/bin/mac/x64/1.5/julia-1.5.0-mac64.tar.gz" - [[Julia_jll."1.5.0+0".sources]] - hash = "48a0203b7144e04679bec9500c927ef36dd450cfa8d2a9f4517192794eb7c9ba" - url = "https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.0-win64.tar.gz" - [[Julia_jll."1.5.0+0".sources]] - hash = "d0d3bbcb8fa73c1d5e4eacb9e1d4fb3992979fed4056e4051d4a4b04e211268d" - url = "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.0-win32.tar.gz" - [[Julia_jll."1.5.0+0".sources]] - hash = "b07dc5b649828495350ed0729e003aa87da6f91e8a0f06ead9825d533b3d379f" - url = "https://julialang-s3.julialang.org/bin/freebsd/x64/1.5/julia-1.5.0-freebsd-x86_64.tar.gz" - -[KAShim_jll."0.1.0+0"] -libraries = ["libkashim"] - - [[KAShim_jll."0.1.0+0".sources]] - hash = "53a435a7bc2ab1eb1a92c784d79acf2546b4727e" - repo = "https://github.com/vchuravy/KAShim.git" - -[KCP_jll."1.5.0+0"] -libraries = ["libkcp"] - - [[KCP_jll."1.5.0+0".sources]] - hash = "87c0e6a92bb7d8b49937522cdd5844905d58d8e6" - repo = "https://github.com/skywind3000/kcp.git" - -[KMA_jll."1.3.21+0"] -executables = ["kma", "kma_index", "kma_shm", "kma_update"] - - [[KMA_jll."1.3.21+0".sources]] - hash = "2d3acb03ac8f309094eee8d53eb043f033f8d8c0" - repo = "https://bitbucket.org/genomicepidemiology/kma.git" - -[KMC_jll."3.2.2+0"] -executables = ["kmc", "kmc_dump", "kmc_tools"] -libraries = ["libkmc_core"] - - [[KMC_jll."3.2.2+0".sources]] - hash = "25d29e62bc5f6d8f171d846c19aedfdd4a3b799e" - repo = "https://github.com/refresh-bio/KMC" - [[KMC_jll."3.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d9e86f5bd47cc79092f0048478a1c1e37dcc7706//K/KMC/./bundled" - -[KaHyPar_jll."1.0.0+0"] -libraries = ["libkahypar"] - - [[KaHyPar_jll."1.0.0+0".sources]] - hash = "d64498068ab745a09a94391e746d35853fc3eef3" - repo = "https://github.com/arbenson/kahypar.git" - [[KaHyPar_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d4a5bd077119763606e24f065808a195d4ed846d//K/KaHyPar/./bundled" - -[KaHyPar_jll."1.2.1+0"] -libraries = ["libkahypar"] - - [[KaHyPar_jll."1.2.1+0".sources]] - hash = "971c38a4c7b7ed1ecf001d0263c1099cbc72886e" - repo = "https://github.com/kahypar/kahypar.git" - [[KaHyPar_jll."1.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cb0b03501326eafb5cacf9fbb7c0ddd492aa2aad//K/KaHyPar/./bundled" - -[KaHyPar_jll."1.3.0+0"] -libraries = ["libkahypar"] - - [[KaHyPar_jll."1.3.0+0".sources]] - hash = "3802b7976002663b4126a11c5bff84996a830fb9" - repo = "https://github.com/kahypar/kahypar.git" - [[KaHyPar_jll."1.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4d4d561687d6165d6d7251a8667e83279cf6b64c//K/KaHyPar/./bundled" - -[KaHyPar_jll."1.3.3+0"] -libraries = ["libkahypar"] - - [[KaHyPar_jll."1.3.3+0".sources]] - hash = "c1efa28379c3c8ddc5df2ed24f30f42567190478" - repo = "https://github.com/kahypar/kahypar.git" - [[KaHyPar_jll."1.3.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fea91b601cd059a29d0604ae1638eb0806c8afd3//K/KaHyPar/bundled" - -[KaHyPar_jll."1.3.4+0"] -libraries = ["libkahypar"] - - [[KaHyPar_jll."1.3.4+0".sources]] - hash = "c1efa28379c3c8ddc5df2ed24f30f42567190478" - repo = "https://github.com/kahypar/kahypar.git" - [[KaHyPar_jll."1.3.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d09f7979272b1093f3844cec9b2486bdd9a899f9//K/KaHyPar/bundled" - -[KaHyPar_jll."1.3.5+0"] -libraries = ["libkahypar"] - - [[KaHyPar_jll."1.3.5+0".sources]] - hash = "3eafe9202808a4552a832aba07cd1618a5c2b483" - repo = "https://github.com/kahypar/kahypar.git" - [[KaHyPar_jll."1.3.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/57a06e9e637b54e694eaac862e4a7216bc09a9aa//K/KaHyPar/bundled" - -[Kaleido_jll."0.1.0+0"] -executables = ["kaleido"] - - [[Kaleido_jll."0.1.0+0".sources]] - hash = "6214b5e3082f315ead32133d13c3aacd385d1dab0da8eca9c6a6febf1669e9c8" - url = "https://github.com/plotly/Kaleido/releases/download/v0.1.0/kaleido_linux_x64.zip" - [[Kaleido_jll."0.1.0+0".sources]] - hash = "a66d0ad6da9edb0ea00508c2eaf79b386f6f22cb67b40812537a8aa05ac2e746" - url = "https://github.com/plotly/Kaleido/releases/download/v0.1.0/kaleido_linux_arm64.zip" - [[Kaleido_jll."0.1.0+0".sources]] - hash = "4a583ee9363a9feed3ed6b7308ffeb1f11e8da57a978583bb7e9b4591dc55e38" - url = "https://github.com/plotly/Kaleido/releases/download/v0.1.0/kaleido_mac.zip" - [[Kaleido_jll."0.1.0+0".sources]] - hash = "58b57a973e660a4e7395e595a277492aa9008e0a25c3446656a52f7652b5f8a6" - url = "https://github.com/plotly/Kaleido/releases/download/v0.1.0/kaleido_win_x64.zip" - [[Kaleido_jll."0.1.0+0".sources]] - hash = "aa87ac1957e84f4f66f70de1c2dd9a2355ef7737cdf16b3e4125350836fe0484" - url = "https://github.com/plotly/Kaleido/releases/download/v0.1.0/kaleido_win_x86.zip" - -[Kaleido_jll."0.2.1+0"] -executables = ["kaleido"] - - [[Kaleido_jll."0.2.1+0".sources]] - hash = "3eaa3efd41a00db05dd71add7f54ad4e9d4259552e3f7470ac4c1a8594cea214" - url = "https://github.com/plotly/Kaleido/releases/download/v0.2.1/kaleido_linux_x64.zip" - [[Kaleido_jll."0.2.1+0".sources]] - hash = "a6040fa4d95692b7047d3880391f539ea7af9353b0c7b0558ea7b8e280013703" - url = "https://github.com/plotly/Kaleido/releases/download/v0.2.1/kaleido_linux_arm64.zip" - [[Kaleido_jll."0.2.1+0".sources]] - hash = "57e3e1a1d98f1c25f565a1d37cbc2baf0509c13e37e6b92f7d3cb89c53b28f27" - url = "https://github.com/plotly/Kaleido/releases/download/v0.2.1/kaleido_mac_x64.zip" - [[Kaleido_jll."0.2.1+0".sources]] - hash = "e5cc7bceb096db135384928d1f11b115c5697dcd1f66e7064ddb91562a61d55f" - url = "https://github.com/plotly/Kaleido/releases/download/v0.2.1/kaleido_mac_arm64.zip" - [[Kaleido_jll."0.2.1+0".sources]] - hash = "22857d6696fe348fea166b2950263e8c2fa41e465a1a354f2e09a6f90dfe6df3" - url = "https://github.com/plotly/Kaleido/releases/download/v0.2.1/kaleido_win_x64.zip" - [[Kaleido_jll."0.2.1+0".sources]] - hash = "771d0372e003393a313adb38a6a3fed3eaf9a9ad46b1453f92cb5489efcee376" - url = "https://github.com/plotly/Kaleido/releases/download/v0.2.1/kaleido_win_x86.zip" - -[Kerberos_krb5_jll."1.19.3+0"] -libraries = ["libgssapi_krb5"] - - [[Kerberos_krb5_jll."1.19.3+0".sources]] - hash = "56d04863cfddc9d9eb7af17556e043e3537d41c6e545610778676cf551b9dcd0" - url = "https://kerberos.org/dist/krb5/1.19/krb5-1.19.3.tar.gz" - -[Kerberos_krb5_jll."1.21.3+0"] -libraries = ["libgssapi_krb5"] - - [[Kerberos_krb5_jll."1.21.3+0".sources]] - hash = "b7a4cd5ead67fb08b980b21abd150ff7217e85ea320c9ed0c6dadd304840ad35" - url = "https://web.mit.edu/kerberos/dist/krb5/1.21/krb5-1.21.3.tar.gz" - -[Keyutils_jll."1.6.1+0"] -libraries = ["libkeyutils"] - - [[Keyutils_jll."1.6.1+0".sources]] - hash = "3c71dcfc6900d07b02f4e061d8fb218a4ae6519c1d283d6a57b8e27718e2f557" - url = "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-1.6.1.tar.gz" - -[Keyutils_jll."1.6.1+1"] -libraries = ["libkeyutils"] - - [[Keyutils_jll."1.6.1+1".sources]] - hash = "3c71dcfc6900d07b02f4e061d8fb218a4ae6519c1d283d6a57b8e27718e2f557" - url = "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-1.6.1.tar.gz" - -[Keyutils_jll."1.6.1+2"] -libraries = ["libkeyutils"] - - [[Keyutils_jll."1.6.1+2".sources]] - hash = "3c71dcfc6900d07b02f4e061d8fb218a4ae6519c1d283d6a57b8e27718e2f557" - url = "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-1.6.1.tar.gz" - -[Keyutils_jll."1.6.3+0"] -libraries = ["libkeyutils"] - - [[Keyutils_jll."1.6.3+0".sources]] - hash = "a61d5706136ae4c05bd48f86186bcfdbd88dd8bd5107e3e195c924cfc1b39bb4" - url = "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-1.6.3.tar.gz" - -[Kira_jll."2.3.0+0"] -executables = ["kira"] - - [[Kira_jll."2.3.0+0".sources]] - hash = "8001d64f23406d6c4cb06578b89011c1a0c04c65" - repo = "https://gitlab.com/kira-pyred/kira.git" - -[Kissat_jll."2.0.0+0"] -executables = ["kissat"] -libraries = ["libkissat"] - - [[Kissat_jll."2.0.0+0".sources]] - hash = "00a3a338e3433b54478efb0f7be0a694b01f0eb9" - repo = "https://github.com/arminbiere/kissat.git" - -[Kissat_jll."3.0.0+0"] -executables = ["kissat"] -libraries = ["libkissat"] - - [[Kissat_jll."3.0.0+0".sources]] - hash = "c25429fbce1b5c74d5372e39d681826b33ddaf18" - repo = "https://github.com/arminbiere/kissat.git" - -[Kokkos_jll."3.5.0+0"] -libraries = ["libkokkoscore", "libkokkoscontainers"] - - [[Kokkos_jll."3.5.0+0".sources]] - hash = "748f06aed63b1e77e3653cd2f896ef0d2c64cb2e2d896d9e5a57fec3ff0244ff" - url = "https://github.com/kokkos/kokkos/archive/refs/tags/3.5.00.tar.gz" - [[Kokkos_jll."3.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1e75e470e81a906d7d7bb257f2d2b5f3e6ffb81d//K/Kokkos/./bundled" - -[Kokkos_jll."3.6.0+0"] -libraries = ["libkokkoscore", "libkokkoscontainers"] - - [[Kokkos_jll."3.6.0+0".sources]] - hash = "53b11fffb53c5d48da5418893ac7bc814ca2fde9c86074bdfeaa967598c918f4" - url = "https://github.com/kokkos/kokkos/archive/refs/tags/3.6.00.tar.gz" - [[Kokkos_jll."3.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2ba637fe3d2ce54a9896e892ec83f81c89eb7de6//K/Kokkos/./bundled" - -[Kokkos_jll."3.6.1+0"] -libraries = ["libkokkoscore", "libkokkoscontainers"] - - [[Kokkos_jll."3.6.1+0".sources]] - hash = "1b80a70c5d641da9fefbbb652e857d7c7a76a0ebad1f477c253853e209deb8db" - url = "https://github.com/kokkos/kokkos/archive/refs/tags/3.6.01.tar.gz" - [[Kokkos_jll."3.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0cdde253f52b542aecde91f14671e193ab2d85c9//K/Kokkos/./bundled" - -[Kokkos_jll."3.7.2+0"] -libraries = ["libkokkoscore", "libkokkoscontainers"] - - [[Kokkos_jll."3.7.2+0".sources]] - hash = "1a0c2ff6daf1068c65529ec04c2c046177847869" - repo = "https://github.com/kokkos/kokkos.git" - -[Kokkos_jll."3.7.2+1"] -libraries = ["libkokkoscore", "libkokkoscontainers", "libkokkossimd"] - - [[Kokkos_jll."3.7.2+1".sources]] - hash = "1a0c2ff6daf1068c65529ec04c2c046177847869" - repo = "https://github.com/kokkos/kokkos.git" - -[Kokkos_jll."4.1.0+0"] -libraries = ["libkokkoscore", "libkokkoscontainers", "libkokkossimd"] - - [[Kokkos_jll."4.1.0+0".sources]] - hash = "1a3ea28f6e97b4c9dd2c8ceed53ad58ed5f94dfe" - repo = "https://github.com/kokkos/kokkos.git" - -[Kokkos_jll."4.1.0+1"] -libraries = ["libkokkoscore", "libkokkoscontainers", "libkokkossimd"] - - [[Kokkos_jll."4.1.0+1".sources]] - hash = "1a3ea28f6e97b4c9dd2c8ceed53ad58ed5f94dfe" - repo = "https://github.com/kokkos/kokkos.git" - -[Kokkos_jll."4.2.0+0"] -libraries = ["libkokkoscore", "libkokkoscontainers", "libkokkossimd"] - - [[Kokkos_jll."4.2.0+0".sources]] - hash = "71a9bcae52543bd065522bf3e41b5bfa467d8015" - repo = "https://github.com/kokkos/kokkos.git" - [[Kokkos_jll."4.2.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[Kokkos_jll."4.3.0+0"] -libraries = ["libkokkoscore", "libkokkoscontainers", "libkokkossimd"] - - [[Kokkos_jll."4.3.0+0".sources]] - hash = "486cc745cb9a287f3915061455105a3ee588c616" - repo = "https://github.com/kokkos/kokkos.git" - [[Kokkos_jll."4.3.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[Kokkos_jll."4.3.1+0"] -libraries = ["libkokkoscore", "libkokkoscontainers", "libkokkossimd"] - - [[Kokkos_jll."4.3.1+0".sources]] - hash = "6ecdf605e0f7639adec599d25cf0e206d7b8f9f5" - repo = "https://github.com/kokkos/kokkos.git" - [[Kokkos_jll."4.3.1+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[LAGraph_jll."1.0.2+0"] -libraries = ["liblagraph", "liblagraphx"] - - [[LAGraph_jll."1.0.2+0".sources]] - hash = "7887f54875d5659e701809d623031fe0afd0aa0c" - repo = "https://github.com/GraphBLAS/LAGraph.git" - [[LAGraph_jll."1.0.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f471471a8d21962affef6e61122c56b4a5368b12//L/LAGraph/./bundled" - -[LAME_jll."3.100.0+0"] -libraries = ["libmp3lame"] - - [[LAME_jll."3.100.0+0".sources]] - hash = "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e" - url = "https://downloads.sourceforge.net/lame/lame-3.100.tar.gz" - -[LAME_jll."3.100.0+1"] -executables = ["lame"] -libraries = ["libmp3lame"] - - [[LAME_jll."3.100.0+1".sources]] - hash = "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e" - url = "https://downloads.sourceforge.net/lame/lame-3.100.tar.gz" - -[LAME_jll."3.100.0+2"] -executables = ["lame"] -libraries = ["libmp3lame"] - - [[LAME_jll."3.100.0+2".sources]] - hash = "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e" - url = "https://downloads.sourceforge.net/lame/lame-3.100.tar.gz" - -[LAME_jll."3.100.0+3"] -executables = ["lame"] -libraries = ["libmp3lame"] - - [[LAME_jll."3.100.0+3".sources]] - hash = "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e" - url = "https://downloads.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz" - -[LAME_jll."3.100.1+0"] -executables = ["lame"] -libraries = ["libmp3lame"] - - [[LAME_jll."3.100.1+0".sources]] - hash = "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e" - url = "https://downloads.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz" - -[LAME_jll."3.100.2+0"] -executables = ["lame"] -libraries = ["libmp3lame"] - - [[LAME_jll."3.100.2+0".sources]] - hash = "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e" - url = "https://downloads.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz" - -[LAME_jll."3.100.3+0"] -executables = ["lame"] -libraries = ["libmp3lame"] - - [[LAME_jll."3.100.3+0".sources]] - hash = "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e" - url = "https://downloads.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz" - -[LAMMPS_jll."1.0.0+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."1.0.0+0".sources]] - hash = "88fd96ec52f86dba4b222623f3a06632a32e42f1" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."1.0.1+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."1.0.1+0".sources]] - hash = "88fd96ec52f86dba4b222623f3a06632a32e42f1" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."1.0.1+1"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."1.0.1+1".sources]] - hash = "88fd96ec52f86dba4b222623f3a06632a32e42f1" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."1.0.1+2"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."1.0.1+2".sources]] - hash = "88fd96ec52f86dba4b222623f3a06632a32e42f1" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.2.0+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.2.0+0".sources]] - hash = "7586adbb6a61254125992709ef2fda9134cfca6c" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.2.1+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.2.1+0".sources]] - hash = "7586adbb6a61254125992709ef2fda9134cfca6c" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.2.1+1"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.2.1+1".sources]] - hash = "7586adbb6a61254125992709ef2fda9134cfca6c" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.2.2+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.2.2+0".sources]] - hash = "7586adbb6a61254125992709ef2fda9134cfca6c" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.2.2+1"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.2.2+1".sources]] - hash = "7586adbb6a61254125992709ef2fda9134cfca6c" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.2.3+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.2.3+0".sources]] - hash = "7586adbb6a61254125992709ef2fda9134cfca6c" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.3.0+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.3.0+0".sources]] - hash = "d618b0ffc05dfd86915c0d148c0a72fba995eba4" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.3.0+1"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.3.0+1".sources]] - hash = "d618b0ffc05dfd86915c0d148c0a72fba995eba4" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.3.2+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.3.2+0".sources]] - hash = "83ba1c9d20a7370b629bbebe88238a2c3c8194b3" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.3.2+1"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.3.2+1".sources]] - hash = "07982d997df8fdd467585577dc40274d16e1d1fe" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.3.2+2"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.3.2+2".sources]] - hash = "83ba1c9d20a7370b629bbebe88238a2c3c8194b3" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.4.0+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.4.0+0".sources]] - hash = "07982d997df8fdd467585577dc40274d16e1d1fe" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.4.1+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.4.1+0".sources]] - hash = "07982d997df8fdd467585577dc40274d16e1d1fe" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.5.0+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.5.0+0".sources]] - hash = "46265e36ce79e4b42c9e5229b72a0ce2485845cd" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.5.1+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.5.1+0".sources]] - hash = "46265e36ce79e4b42c9e5229b72a0ce2485845cd" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.5.2+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.5.2+0".sources]] - hash = "46265e36ce79e4b42c9e5229b72a0ce2485845cd" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.6.0+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.6.0+0".sources]] - hash = "570c9d190fee556c62e5bd0a9c6797c4dffcc271" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.6.1+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.6.1+0".sources]] - hash = "570c9d190fee556c62e5bd0a9c6797c4dffcc271" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.7.0+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[LAMMPS_jll."2.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.0" - - [[LAMMPS_jll."2.7.0+0".sources]] - hash = "570c9d190fee556c62e5bd0a9c6797c4dffcc271" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.8.0+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[LAMMPS_jll."2.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - - [[LAMMPS_jll."2.8.0+0".sources]] - hash = "7b4c33630d544953d2abe12eccdf0fab5ba0e7d1" - repo = "https://github.com/lammps/lammps.git" - -[LAMMPS_jll."2.9.0+0"] -executables = ["lmp"] -libraries = ["liblammps"] - - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[LAMMPS_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.1" - - [[LAMMPS_jll."2.9.0+0".sources]] - hash = "0d2f47ddd46907520a087ec0618734d82ae02d0f" - repo = "https://github.com/lammps/lammps.git" - -[LAPACK32_jll."3.10.0+0"] -libraries = ["liblapack"] - - [[LAPACK32_jll."3.10.0+0".sources]] - hash = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc" - repo = "https://github.com/Reference-LAPACK/lapack-release" - -[LAPACK32_jll."3.10.1+0"] -libraries = ["liblapack"] - - [[LAPACK32_jll."3.10.1+0".sources]] - hash = "32b062a33352e05771dcc01b981ebe961bf2e42f" - repo = "https://github.com/Reference-LAPACK/lapack.git" - -[LAPACK32_jll."3.11.0+0"] -libraries = ["liblapack32"] - - [[LAPACK32_jll."3.11.0+0".sources]] - hash = "7866626840f5d5e7e27f027a55182da8b3303872" - repo = "https://github.com/Reference-LAPACK/lapack" - -[LAPACK32_jll."3.12.0+0"] -libraries = ["liblapack32"] - - [[LAPACK32_jll."3.12.0+0".sources]] - hash = "04b044e020a3560ccfa9988c8a80a1fb7083fc2e" - repo = "https://github.com/Reference-LAPACK/lapack" - [[LAPACK32_jll."3.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b86bd874c65b527187621ec412fde2c098592691//L/LAPACK/LAPACK32/../bundled" - -[LAPACK32_jll."3.12.0+1"] -libraries = ["liblapack32"] - - [[LAPACK32_jll."3.12.0+1".sources]] - hash = "04b044e020a3560ccfa9988c8a80a1fb7083fc2e" - repo = "https://github.com/Reference-LAPACK/lapack" - [[LAPACK32_jll."3.12.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5d124d5e64eb96b70439069e2f1907fd23cb614c//L/LAPACK/LAPACK32/../bundled" - -[LAPACK32_jll."3.12.1+0"] -libraries = ["liblapack32"] - - [[LAPACK32_jll."3.12.1+0".sources]] - hash = "6ec7f2bc4ecf4c4a93496aa2fa519575bc0e39ca" - repo = "https://github.com/Reference-LAPACK/lapack" - -[LAPACK_jll."3.9.0+0"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.9.0+0".sources]] - hash = "6acc99d5f39130be7cec00fb835606042101a970" - repo = "https://github.com/Reference-LAPACK/lapack" - -[LAPACK_jll."3.10.0+0"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.10.0+0".sources]] - hash = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc" - repo = "https://github.com/Reference-LAPACK/lapack-release" - -[LAPACK_jll."3.10.0+1"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.10.0+1".sources]] - hash = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc" - repo = "https://github.com/Reference-LAPACK/lapack-release" - -[LAPACK_jll."3.10.1+0"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.10.1+0".sources]] - hash = "32b062a33352e05771dcc01b981ebe961bf2e42f" - repo = "https://github.com/Reference-LAPACK/lapack.git" - -[LAPACK_jll."3.11.0+0"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.11.0+0".sources]] - hash = "7866626840f5d5e7e27f027a55182da8b3303872" - repo = "https://github.com/Reference-LAPACK/lapack" - -[LAPACK_jll."3.12.0+0"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.12.0+0".sources]] - hash = "04b044e020a3560ccfa9988c8a80a1fb7083fc2e" - repo = "https://github.com/Reference-LAPACK/lapack" - [[LAPACK_jll."3.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b86bd874c65b527187621ec412fde2c098592691//L/LAPACK/LAPACK/../bundled" - -[LAPACK_jll."3.12.0+1"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.12.0+1".sources]] - hash = "04b044e020a3560ccfa9988c8a80a1fb7083fc2e" - repo = "https://github.com/Reference-LAPACK/lapack" - [[LAPACK_jll."3.12.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c7ba5ddbfd9288f324567f3db877476936454981//L/LAPACK/LAPACK/../bundled" - -[LAPACK_jll."3.12.0+2"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.12.0+2".sources]] - hash = "04b044e020a3560ccfa9988c8a80a1fb7083fc2e" - repo = "https://github.com/Reference-LAPACK/lapack" - [[LAPACK_jll."3.12.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d9d34b21ee09d33b3a6f31878c1c15f4a26babb9//L/LAPACK/LAPACK/../bundled" - -[LAPACK_jll."3.12.0+3"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.12.0+3".sources]] - hash = "04b044e020a3560ccfa9988c8a80a1fb7083fc2e" - repo = "https://github.com/Reference-LAPACK/lapack" - [[LAPACK_jll."3.12.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5d124d5e64eb96b70439069e2f1907fd23cb614c//L/LAPACK/LAPACK/../bundled" - -[LAPACK_jll."3.12.1+0"] -libraries = ["liblapack"] - - [[LAPACK_jll."3.12.1+0".sources]] - hash = "6ec7f2bc4ecf4c4a93496aa2fa519575bc0e39ca" - repo = "https://github.com/Reference-LAPACK/lapack" - -[LAST_jll."1499.0.0+0"] -executables = ["lastal", "lastal5", "lastdb", "lastdb5", "last-map-probs", "last-merge-batches", "last-pair-probs", "last-postmask", "last-split", "last-split5", "last-train"] - - [[LAST_jll."1499.0.0+0".sources]] - hash = "2cc68d3ba8ae5ca46ceeb69302aef18b9db04f46" - repo = "https://gitlab.com/mcfrith/last.git" - -[LAStools_jll."2.0.3+0"] -executables = ["las2las64", "las2txt64", "lascopcindex64", "lasdiff64", "lasindex64", "lasinfo64", "lasmerge64", "lasprecision64", "laszip64", "txt2las64"] - - [[LAStools_jll."2.0.3+0".sources]] - hash = "b2f578b4f03c9016d519b319cd61c903a74cf744" - repo = "https://github.com/LAStools/LAStools.git" - -[LASzip_jll."3.4.3+0"] -libraries = ["liblaszip", "liblaszip3"] - - [[LASzip_jll."3.4.3+0".sources]] - hash = "1ab671e42ff1f086e29d5b7e300a5026e7b8d69b" - repo = "https://github.com/LASzip/LASzip.git" - -[LASzip_jll."3.4.3000+0"] -libraries = ["liblaszip", "liblaszip3"] - - [[LASzip_jll."3.4.3000+0".sources]] - hash = "1ab671e42ff1f086e29d5b7e300a5026e7b8d69b" - repo = "https://github.com/LASzip/LASzip.git" - -[LAZperf_jll."2.1.0+0"] -libraries = ["liblazperf"] - - [[LAZperf_jll."2.1.0+0".sources]] - hash = "0ea01f37dfa0e623d64846a58c3c2f0e77f8b17b9b8ba5721c3abcdbe14ac2d5" - url = "https://github.com/hobu/laz-perf/archive/refs/tags/2.1.0.tar.gz" - [[LAZperf_jll."2.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cc7cef6d8415760d081dae3f60786f29d7adea39//L/LAZperf/./bundled" - -[LAZperf_jll."3.3.0+0"] -libraries = ["liblazperf"] - - [[LAZperf_jll."3.3.0+0".sources]] - hash = "8dc8d055a8f9a5f86bde6ea4d45722febf9c432c" - repo = "https://github.com/hobu/laz-perf.git" - -[LCIO_jll."2.13.1+0"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.13.1+0".sources]] - hash = "aa572e2ba38c0cadd6a92fa933c3ed97e21d016c7982578d3f293901169f4ec0" - url = "https://github.com/iLCSoft/LCIO/archive/v02-13-01.tar.gz" - -[LCIO_jll."2.13.3+0"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.13.3+0".sources]] - hash = "0ac5c384661ed4804c2bde99e774cab96e65740b" - repo = "https://github.com/iLCSoft/LCIO.git" - -[LCIO_jll."2.14.1+0"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.14.1+0".sources]] - hash = "e18ec38f569c85ad878f6404fa8f6c24ca08353d" - repo = "https://github.com/iLCSoft/LCIO.git" - -[LCIO_jll."2.15.0+0"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.15.0+0".sources]] - hash = "8402ea59d383c70a4397d5e832c077841c066c11" - repo = "https://github.com/iLCSoft/LCIO.git" - -[LCIO_jll."2.15.3+0"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.15.3+0".sources]] - hash = "ace40cbdb7501a366658fc737954e8634d105f62" - repo = "https://github.com/iLCSoft/LCIO.git" - -[LCIO_jll."2.15.3+1"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.15.3+1".sources]] - hash = "ace40cbdb7501a366658fc737954e8634d105f62" - repo = "https://github.com/iLCSoft/LCIO.git" - -[LCIO_jll."2.15.4+0"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.15.4+0".sources]] - hash = "45d06597733017e4f537e3c20a83ca8c27b16a26" - repo = "https://github.com/iLCSoft/LCIO.git" - -[LCIO_jll."2.16.1+0"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.16.1+0".sources]] - hash = "8f9e86b93b7d5d83221fabb872ed7e82f1638476" - repo = "https://github.com/iLCSoft/LCIO.git" - -[LCIO_jll."2.17.0+0"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.17.0+0".sources]] - hash = "3511c1506e15517eb2532d5385cae4a51e4f13e3" - repo = "https://github.com/iLCSoft/LCIO.git" - -[LCIO_jll."2.22.6+0"] -libraries = ["liblcio", "libsio"] - - [[LCIO_jll."2.22.6+0".sources]] - hash = "bc62b7d1c3781541de8ad40875a7421c98bfc099" - repo = "https://github.com/iLCSoft/LCIO.git" - -[LEAN_Community_jll."3.15.0+0"] -executables = ["lean", "leanchecker"] - - [[LEAN_Community_jll."3.15.0+0".sources]] - hash = "56f8877f1efa22215aca0b82f1c0ce2ff975b9c3" - repo = "https://github.com/leanprover-community/lean.git" - [[LEAN_Community_jll."3.15.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a446eebbda2fbc86288d5d715bd4438b17cbac79//L/LEAN_Community/./bundled" - -[LEMON_jll."1.3.1+0"] -executables = ["dimacs-to-lgf", "lgf-gen", "dimacs-solver"] -libraries = ["liblemoncxxwrap"] - - [[LEMON_jll."1.3.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[LEMON_jll."1.3.1+0".sources]] - hash = "71b7c725f4c0b4a8ccb92eb87b208701586cf7a96156ebd821ca3ed855bad3c8" - url = "http://lemon.cs.elte.hu/pub/sources/lemon-1.3.1.tar.gz" - [[LEMON_jll."1.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d272a6d6e3905eef0c65dc1fe944c130dbb4294b//L/LEMON/./bundled" - -[LERC_jll."3.0.0+0"] -libraries = ["libLerc"] - - [[LERC_jll."3.0.0+0".sources]] - hash = "8c0148f5c22d823eff7b2c999b0781f8095e49a7d3195f13c68c5541dd5740a1" - url = "https://github.com/Esri/lerc/archive/refs/tags/v3.0.tar.gz" - -[LERC_jll."3.0.0+1"] -libraries = ["libLerc"] - - [[LERC_jll."3.0.0+1".sources]] - hash = "8c0148f5c22d823eff7b2c999b0781f8095e49a7d3195f13c68c5541dd5740a1" - url = "https://github.com/Esri/lerc/archive/refs/tags/v3.0.tar.gz" - -[LERC_jll."4.0.0+0"] -libraries = ["libLerc"] - - [[LERC_jll."4.0.0+0".sources]] - hash = "fbeb481120b79d05163f8544c645e9975920526f" - repo = "https://github.com/Esri/lerc" - -[LERC_jll."4.0.0+1"] -libraries = ["libLerc"] - - [[LERC_jll."4.0.0+1".sources]] - hash = "fbeb481120b79d05163f8544c645e9975920526f" - repo = "https://github.com/Esri/lerc" - -[LERC_jll."4.0.0+2"] -libraries = ["libLerc"] - - [[LERC_jll."4.0.0+2".sources]] - hash = "fbeb481120b79d05163f8544c645e9975920526f" - repo = "https://github.com/Esri/lerc" - -[LERC_jll."4.0.0+3"] -libraries = ["libLerc"] - - [[LERC_jll."4.0.0+3".sources]] - hash = "fbeb481120b79d05163f8544c645e9975920526f" - repo = "https://github.com/Esri/lerc" - -[LERC_jll."4.0.1+0"] -libraries = ["libLerc"] - - [[LERC_jll."4.0.1+0".sources]] - hash = "fbeb481120b79d05163f8544c645e9975920526f" - repo = "https://github.com/Esri/lerc" - -[LFortran_jll."0.16.0+0"] -executables = ["lfortran", "cpptranslate"] -libraries = ["liblfortran_runtime"] - - [[LFortran_jll."0.16.0+0".sources]] - hash = "9e1ae952bdaee845d9b9318ea06ed199c74da26704926c20fadaab794307c4fe" - url = "https://lfortran.github.io/tarballs/release/lfortran-0.16.0.tar.gz" - -[LFortran_jll."0.18.0+0"] -executables = ["lfortran", "cpptranslate"] -libraries = ["liblfortran_runtime"] - - [[LFortran_jll."0.18.0+0".sources]] - hash = "f796b242072d92fae36bcff2e6fddd649e89dccf877feaf99ecfab552e7e1e29" - url = "https://lfortran.github.io/tarballs/release/lfortran-0.18.0.tar.gz" - -[LHAPDF_jll."6.3.0+0"] -libraries = ["libLHAPDF"] - - [[LHAPDF_jll."6.3.0+0".sources]] - hash = "ed4d8772b7e6be26d1a7682a13c87338d67821847aa1640d78d67d2cef8b9b5d" - url = "https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.3.0.tar.gz" - [[LHAPDF_jll."6.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/83f2d9fb8101d1f81cc30734a3695af0f4fb7172//L/LHAPDF/./bundled" - -[LLD_unified_jll."0.1.0+0"] -executables = ["lld", "ld.lld", "ld64.lld", "lld-link", "wasm-ld", "dsymutil"] - - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b553c11f9c72d8c45dedee4e458ab0f94647d8df" - target = "target" - tree_hash = "eccee36c048b96760df5b80dd198ef055e45f1c3" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "352b25df5ca5c45965103b0a239759a4c1e736f3" - target = "target" - tree_hash = "3aede999257f0cdc711b3eb037bda968733da3e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[LLD_unified_jll."0.1.0+1"] -executables = ["lld", "ld.lld", "ld64.lld", "lld-link", "wasm-ld", "dsymutil"] - - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "b1d296c1e9253cd3456a5fb66a648da7f962d71d" - target = "target" - tree_hash = "8d2887c54595b5b1b34669cdc53db06aed79aa3f" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "de6b2266259c884f3a361e3d4ed812c400003ed5" - target = "target" - tree_hash = "4d57c17f8601d104d1fb70164b978e02ab03a24d" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[LLD_unified_jll."0.1.0+2"] -executables = ["lld", "ld.lld", "ld64.lld", "lld-link", "wasm-ld", "dsymutil"] - - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "a9d97a8da374f9f2d068a7e8721dd8911ebf88d1" - target = "target" - tree_hash = "151a837c7c89b1b359bb31f8d730fcf3943e32ec" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "3bcb529efc10595217786dc1c0fc19c1084de0f0" - target = "target" - tree_hash = "f3eaa3b5c7d5ddf42e7ce9c9bd056b5613c9cbba" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[LLD_unified_jll."0.1.0+3"] -executables = ["lld", "ld.lld", "ld64.lld", "lld-link", "wasm-ld", "dsymutil"] - - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "17649c7a67e9f5c0c4f232876a86a385785794c7" - target = "target" - tree_hash = "f15ad8272ff26131183b13ff841c6965c88aabea" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "e70744fc73930157bf26131405150295c7f9930e" - target = "target" - tree_hash = "f5d919900de07a394f87d1b00f4e7e79f2c991f7" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[LLD_unified_jll."0.1.0+4"] -executables = ["lld", "ld.lld", "ld64.lld", "lld-link", "wasm-ld", "dsymutil"] - - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "17649c7a67e9f5c0c4f232876a86a385785794c7" - target = "target" - tree_hash = "f15ad8272ff26131183b13ff841c6965c88aabea" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "437ea146af21088bd43ac7ebb3f8a847df3590fc" - target = "target" - tree_hash = "0d5db1325a054c2de541849d80e1894342dd9a06" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "e70744fc73930157bf26131405150295c7f9930e" - target = "target" - tree_hash = "f5d919900de07a394f87d1b00f4e7e79f2c991f7" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - [[LLD_unified_jll."0.1.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "5614df5d3dfcff805288ad9c26cdbe7a5456bbf7" - target = "target" - tree_hash = "1528499c1ea77fbca78c030b099957af50d48c62" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[LLVMDowngrader_jll."0.1.0+0"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMDowngrader_jll."0.1.0+0".sources]] - hash = "3a1282502c9ddb9317b30c482baa0eef4ce31fed" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[LLVMDowngrader_jll."0.1.0+0".sources]] - hash = "35ccb54284e13876dded155fe8e56649774548e2" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[LLVMDowngrader_jll."0.1.0+0".sources]] - hash = "99b7d2fa236e01f13d2de78836aa1d1dcf6c96f4" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[LLVMDowngrader_jll."0.1.0+1"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.1.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[LLVMDowngrader_jll."0.1.0+1".sources]] - hash = "3a1282502c9ddb9317b30c482baa0eef4ce31fed" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[LLVMDowngrader_jll."0.1.0+1".sources]] - hash = "35ccb54284e13876dded155fe8e56649774548e2" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[LLVMDowngrader_jll."0.1.0+1".sources]] - hash = "99b7d2fa236e01f13d2de78836aa1d1dcf6c96f4" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[LLVMDowngrader_jll."0.1.0+1".sources]] - hash = "00bd4a1e808cfade4582eb1b26c748f1affd8718" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[LLVMDowngrader_jll."0.1.0+2"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.1.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[LLVMDowngrader_jll."0.1.0+2".sources]] - hash = "3a1282502c9ddb9317b30c482baa0eef4ce31fed" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[LLVMDowngrader_jll."0.1.0+2".sources]] - hash = "35ccb54284e13876dded155fe8e56649774548e2" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[LLVMDowngrader_jll."0.1.0+2".sources]] - hash = "99b7d2fa236e01f13d2de78836aa1d1dcf6c96f4" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[LLVMDowngrader_jll."0.1.0+2".sources]] - hash = "00bd4a1e808cfade4582eb1b26c748f1affd8718" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[LLVMDowngrader_jll."0.2.0+0"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[LLVMDowngrader_jll."0.2.0+0".sources]] - hash = "1ed141e332d4ce7f4235df4a32a4ce0968513e4b" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.2.0+0".sources]] - hash = "05f9927b4b282e875f25d36f9d740e187c440602" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.2.0+0".sources]] - hash = "be21ebd9abd465d873746e8b6612317e4925026e" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.2.0+0".sources]] - hash = "95e2b26bc32958fdb7e1e1830b2f9282475abf9f" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - -[LLVMDowngrader_jll."0.2.0+1"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.2.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.2.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.2.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.2.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.2.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.2.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.2.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.2.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[LLVMDowngrader_jll."0.2.0+1".sources]] - hash = "9c4fbba2dc8648ebed320883c8cc389b9e4375d0" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.2.0+1".sources]] - hash = "9c518c49bfc8bd141ac1a68259ea43f460f1753e" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.2.0+1".sources]] - hash = "2c071f6f56eb4c311eae39ad2f1bc58fd673c56c" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.2.0+1".sources]] - hash = "0a26f42f97908f6273b0be75e28895eb9fab166d" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - -[LLVMDowngrader_jll."0.3.0+0"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMDowngrader_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMDowngrader_jll."0.3.0+0".sources]] - hash = "5538d5106dd4779c9aa475a78cfbe9f70053f44c" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+0".sources]] - hash = "07810b82a167176a9e81f59435a6ac551dfd52e9" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+0".sources]] - hash = "c3d9214a27a6be9e91d4a94bf3ef065fc824a684" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+0".sources]] - hash = "8cd16f6e88cd5b253e841d4646421f0830b0f9a3" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+0".sources]] - hash = "c09ff8ef76ddc5adb4169a12e3e5ceb1b1a23df5" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - -[LLVMDowngrader_jll."0.3.0+1"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMDowngrader_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMDowngrader_jll."0.3.0+1".sources]] - hash = "5538d5106dd4779c9aa475a78cfbe9f70053f44c" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+1".sources]] - hash = "07810b82a167176a9e81f59435a6ac551dfd52e9" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+1".sources]] - hash = "cbfa9715397a7707b6c1ff94ab325af1fab99220" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+1".sources]] - hash = "c74dc63cd74b1e92919d8f9df1ce7897a9db4e7f" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+1".sources]] - hash = "c09ff8ef76ddc5adb4169a12e3e5ceb1b1a23df5" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - -[LLVMDowngrader_jll."0.3.0+2"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMDowngrader_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMDowngrader_jll."0.3.0+2".sources]] - hash = "5538d5106dd4779c9aa475a78cfbe9f70053f44c" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+2".sources]] - hash = "07810b82a167176a9e81f59435a6ac551dfd52e9" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+2".sources]] - hash = "50983362d3083909d606fe02eb758d4788f832a0" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+2".sources]] - hash = "3d9f87e0d55e1f6d64d4d5b3f373523c735c49a2" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.3.0+2".sources]] - hash = "4ebc423a3c9760fbb8dd58724966e75e0a66f8a2" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - -[LLVMDowngrader_jll."0.4.0+0"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMDowngrader_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMDowngrader_jll."0.4.0+0".sources]] - hash = "c697ae3f3e236383d1aec2b3174827e2279a4c9f" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.4.0+0".sources]] - hash = "5865d775feed861a59ebb0fda19dc2fd5295a26c" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.4.0+0".sources]] - hash = "b559a5918bbd73afbe8a37b92bcf5d8a2436f09d" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.4.0+0".sources]] - hash = "e73ad19a4570a97e010053858d99b03abe206430" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.4.0+0".sources]] - hash = "cd4d00ba0f294ff7e7385f85c6142d0490386eef" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - -[LLVMDowngrader_jll."0.5.0+0"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMDowngrader_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMDowngrader_jll."0.5.0+0".sources]] - hash = "47798a59ce4678e39464b047f0fe1279e31c4ae9" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.5.0+0".sources]] - hash = "2b2dc13c55fab4f7eed8e6bc98f5274ad6ea818a" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.5.0+0".sources]] - hash = "1fcc7fdb6ad6be9fe9223b178dd0689219cbaad3" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.5.0+0".sources]] - hash = "766123f179f2cdbff2a322ef4767edae353d1ba1" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.5.0+0".sources]] - hash = "1f3e43c2e431d7f11a58b5076026950b2588a7f0" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - -[LLVMDowngrader_jll."0.6.0+0"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMDowngrader_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMDowngrader_jll."0.6.0+0".sources]] - hash = "3aa49e5dc64ef043f45e7eb2e3f1f405cd37e2d5" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.6.0+0".sources]] - hash = "71e518473631b2ed7915d7b2b71976611b0bf975" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.6.0+0".sources]] - hash = "aba82137dde7a0e5e5f2d8a44d7daf750e51fd30" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.6.0+0".sources]] - hash = "079c50a3cb88053b54db312710347db298407806" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - [[LLVMDowngrader_jll."0.6.0+0".sources]] - hash = "64be3444763c752bfc3cde36f2b2a4e4ace6b92f" - repo = "https://github.com/JuliaGPU/llvm-downgrade" - -[LLVMDowngrader_jll."0.6.0+1"] -executables = ["llvm-as"] - - [[LLVMDowngrader_jll."0.6.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.6.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMDowngrader_jll."0.6.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.6.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMDowngrader_jll."0.6.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[LLVMDowngrader_jll."0.6.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - [[LLVMDowngrader_jll."0.6.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - [[LLVMDowngrader_jll."0.6.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "20.1.2" - - [[LLVMDowngrader_jll."0.6.0+1".sources]] - hash = "aba82137dde7a0e5e5f2d8a44d7daf750e51fd30" - repo = "https://github.com/JuliaLLVM/llvm-downgrade" - [[LLVMDowngrader_jll."0.6.0+1".sources]] - hash = "079c50a3cb88053b54db312710347db298407806" - repo = "https://github.com/JuliaLLVM/llvm-downgrade" - [[LLVMDowngrader_jll."0.6.0+1".sources]] - hash = "7995dec609d994ae0a9a99f8f3776da5439749c9" - repo = "https://github.com/JuliaLLVM/llvm-downgrade" - [[LLVMDowngrader_jll."0.6.0+1".sources]] - hash = "655eb609daad4fe04b80644828de3769a33c748f" - repo = "https://github.com/JuliaLLVM/llvm-downgrade" - -[LLVMExtra_jll."0.0.1+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.1+0".sources]] - hash = "0f9293476db7bc60268dfa041acbdef82387861a" - repo = "https://github.com/vchuravy/LLVMExtra.git" - -[LLVMExtra_jll."0.0.1+1"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.1+1".sources]] - hash = "0f9293476db7bc60268dfa041acbdef82387861a" - repo = "https://github.com/vchuravy/LLVMExtra.git" - -[LLVMExtra_jll."0.0.2+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.2+0".sources]] - hash = "83e890b2ed146a3275be04425ee0e1193c1a1da9" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.3+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.3+0".sources]] - hash = "7373b7a9dc731d2396e6ea4bdcafdd19921e4f7d" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.4+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.4+0".sources]] - hash = "3b5368028ca3b07083b5b606e38b27064db86771" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.5+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.5+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.5+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.5+0".sources]] - hash = "10964bc09c6d4e601f0b4795e8d01c493ee5d548" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.5+1"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.5+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.5+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.5+1".sources]] - hash = "031e3d8d3c66afcca3b96f6801c063150a325218" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.5+2"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.5+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.5+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.5+2".sources]] - hash = "7cde296a11011ab6267502782c394dc62a9a606c" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.6+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.6+0".sources]] - hash = "5124a1a9a4bf1e8dcf24ab8d0075d9f2a56b65d9" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.7+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.7+0".sources]] - hash = "94e57854fd3920b502555dfc33f42b09a5a3ffe0" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.8+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.8+0".sources]] - hash = "1e4b859ab2fae675c5bb96848b4ef823b410897a" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.9+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.9+0".sources]] - hash = "e557a6ac7b5234abba1b1f2d95588be55700562d" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.10+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.10+0".sources]] - hash = "f794d5443c4e159a8aa240e516e63a67df81b3ce" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.11+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.11+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.11+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.11+0".sources]] - hash = "3eced2e32db8d080e7da941ee086829885ce51ce" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.12+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.12+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.12+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.12+0".sources]] - hash = "1a3c452279c2403f92a99c1915bfc5de49e3fe2b" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.13+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12"] - - [[LLVMExtra_jll."0.0.13+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.13+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.13+0".sources]] - hash = "141adedf59bb868bca40b0b9ec1267127413de5c" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.13+1"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13"] - - [[LLVMExtra_jll."0.0.13+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.13+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.13+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "0277207e62390f57f710d8ec49e4fd0c5c006e9b" - target = "target" - tree_hash = "4526d6fdd51095e0e351872831444bfd9cfceb2a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.13+1".sources]] - hash = "141adedf59bb868bca40b0b9ec1267127413de5c" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.13+2"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13"] - - [[LLVMExtra_jll."0.0.13+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.13+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.13+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "8ab92c32fa13171ce3a519d71727bbb50ae99ff6" - target = "target" - tree_hash = "fff5e75ad6593ca9383712dc1badc8388862e1f6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.13+2".sources]] - hash = "141adedf59bb868bca40b0b9ec1267127413de5c" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.13+3"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13"] - - [[LLVMExtra_jll."0.0.13+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.13+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[LLVMExtra_jll."0.0.13+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "8ab92c32fa13171ce3a519d71727bbb50ae99ff6" - target = "target" - tree_hash = "fff5e75ad6593ca9383712dc1badc8388862e1f6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[LLVMExtra_jll."0.0.13+3".sources]] - hash = "141adedf59bb868bca40b0b9ec1267127413de5c" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.14+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13"] - - [[LLVMExtra_jll."0.0.14+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.14+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.14+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.14+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.14+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.14+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - - [[LLVMExtra_jll."0.0.14+0".sources]] - hash = "141adedf59bb868bca40b0b9ec1267127413de5c" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.14+1"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13"] - - [[LLVMExtra_jll."0.0.14+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.14+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.14+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.14+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.14+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.14+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - - [[LLVMExtra_jll."0.0.14+1".sources]] - hash = "141adedf59bb868bca40b0b9ec1267127413de5c" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.14+2"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13"] - - [[LLVMExtra_jll."0.0.14+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.14+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.14+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.14+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.14+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.14+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - - [[LLVMExtra_jll."0.0.14+2".sources]] - hash = "141adedf59bb868bca40b0b9ec1267127413de5c" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.14+3"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14"] - - [[LLVMExtra_jll."0.0.14+3".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.14+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.14+3".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.14+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.14+3".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.14+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.14+3".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.14+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - - [[LLVMExtra_jll."0.0.14+3".sources]] - hash = "141adedf59bb868bca40b0b9ec1267127413de5c" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.15+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14"] - - [[LLVMExtra_jll."0.0.15+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.15+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.15+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.15+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.15+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.15+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.15+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.15+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - - [[LLVMExtra_jll."0.0.15+0".sources]] - hash = "815f00afeae7ef817db187645fc0e3774253d092" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.16+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14"] - - [[LLVMExtra_jll."0.0.16+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.16+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.16+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.16+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.16+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.16+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.16+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.16+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - - [[LLVMExtra_jll."0.0.16+0".sources]] - hash = "1a7742bd9eee070b221d83991759a353dcd43314" - repo = "https://github.com/maleadt/LLVM.jl.git" - -[LLVMExtra_jll."0.0.16+1"] -libraries = ["libLLVMExtra-15", "libLLVMExtra"] - - [[LLVMExtra_jll."0.0.16+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.16+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.16+1".sources]] - hash = "1cc6c9fcbc5ce46814f018450a0837b9a5d3cc27" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.16+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.16+2"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.16+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.16+2".sources]] - hash = "1cc6c9fcbc5ce46814f018450a0837b9a5d3cc27" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.16+2".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.17+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.17+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.17+0".sources]] - hash = "6291e438394e534707bd2e94329a8ccd6918a740" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.17+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.18+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.18+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.18+0".sources]] - hash = "c1d503caf2526e5260e9afd2c10061e2d1832e15" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.18+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.19+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.19+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.19+0".sources]] - hash = "00e61c8ed984ca1cb6222a447e5b63d465dc5b78" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.19+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.20+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.20+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.20+0".sources]] - hash = "53cf34b17fb72acfd1e5a0a6781fd3c899572002" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.20+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.21+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.21+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.21+0".sources]] - hash = "d3f386d221cd61ff82d0a49d2942ecc3442c97c4" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.21+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.22+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.22+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.22+0".sources]] - hash = "7a0d60b65d73d6a666a0ca1fef617452bab1e03f" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.22+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.23+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.23+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.23+0".sources]] - hash = "1a8bcc163ca79947acd7b408065c43ca1d42b57d" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.23+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.24+0"] -libraries = ["libLLVMExtra-11", "libLLVMExtra", "libLLVMExtra-12", "libLLVMExtra-13", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.24+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.24+0".sources]] - hash = "4b27d03e2fe439f1f70aced906654f176b70a3d7" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.24+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.25+0"] -libraries = ["libLLVMExtra-13", "libLLVMExtra", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.25+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.25+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.25+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.25+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.25+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.25+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.25+0".sources]] - hash = "51094f89c6b84bca1198c75d22c16b032ee98f2d" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.25+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.26+0"] -libraries = ["libLLVMExtra-13", "libLLVMExtra", "libLLVMExtra-14", "libLLVMExtra-15"] - - [[LLVMExtra_jll."0.0.26+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.26+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.26+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.26+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.26+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.26+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[LLVMExtra_jll."0.0.26+0".sources]] - hash = "b4aef3da952ce70997114c036de44525d8e96626" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.26+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.27+0"] -libraries = ["libLLVMExtra-13", "libLLVMExtra", "libLLVMExtra-14", "libLLVMExtra-15", "libLLVMExtra-16"] - - [[LLVMExtra_jll."0.0.27+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.27+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.27+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.27+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.27+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.27+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.27+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.27+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[LLVMExtra_jll."0.0.27+0".sources]] - hash = "510fa0bc1dec20b118e38c0d06c52f9e0ccf6dd5" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.27+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.27+1"] -libraries = ["libLLVMExtra-13", "libLLVMExtra", "libLLVMExtra-14", "libLLVMExtra-15", "libLLVMExtra-16"] - - [[LLVMExtra_jll."0.0.27+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.27+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.27+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.27+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.27+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.27+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.27+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.27+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[LLVMExtra_jll."0.0.27+1".sources]] - hash = "510fa0bc1dec20b118e38c0d06c52f9e0ccf6dd5" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.27+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.28+0"] -libraries = ["libLLVMExtra-13", "libLLVMExtra", "libLLVMExtra-14", "libLLVMExtra-15", "libLLVMExtra-16", "libLLVMExtra-17"] - - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.28+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMExtra_jll."0.0.28+0".sources]] - hash = "36aad7a6a9ba3cf8bf6d7dbbaac7af8472db0f8a" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.28+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.29+0"] -libraries = ["libLLVMExtra-13", "libLLVMExtra", "libLLVMExtra-14", "libLLVMExtra-15", "libLLVMExtra-16", "libLLVMExtra-17"] - - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.29+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMExtra_jll."0.0.29+0".sources]] - hash = "c36d8434f10e5726acaa24446d0d4a9719608ca3" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.29+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.30+0"] -libraries = ["libLLVMExtra-13", "libLLVMExtra", "libLLVMExtra-14", "libLLVMExtra-15", "libLLVMExtra-16", "libLLVMExtra-17"] - - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.30+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMExtra_jll."0.0.30+0".sources]] - hash = "6c7bca448f5900009fec4e9b18bf72c52478c664" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.30+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.31+0"] -libraries = ["libLLVMExtra-13", "libLLVMExtra", "libLLVMExtra-14", "libLLVMExtra-15", "libLLVMExtra-16", "libLLVMExtra-17"] - - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.31+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[LLVMExtra_jll."0.0.31+0".sources]] - hash = "fc254504ac97f600f4c334c7dffd84541b2a0e61" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.31+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.32+0"] -libraries = ["libLLVMExtra-15", "libLLVMExtra", "libLLVMExtra-16", "libLLVMExtra-17", "libLLVMExtra-18"] - - [[LLVMExtra_jll."0.0.32+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.32+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.32+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.32+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.32+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.32+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.32+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.32+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[LLVMExtra_jll."0.0.32+0".sources]] - hash = "7f4b740e10ba59ab745599cbc00bb302e4a90b5a" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.32+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.33+0"] -libraries = ["libLLVMExtra-15", "libLLVMExtra", "libLLVMExtra-16", "libLLVMExtra-17", "libLLVMExtra-18"] - - [[LLVMExtra_jll."0.0.33+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.33+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.33+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.33+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.33+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.33+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.33+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.33+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[LLVMExtra_jll."0.0.33+0".sources]] - hash = "936ca043c0db3fd09fd2c1403ba5779f7f8c6d9c" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.33+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.34+0"] -libraries = ["libLLVMExtra-15", "libLLVMExtra", "libLLVMExtra-16", "libLLVMExtra-17", "libLLVMExtra-18"] - - [[LLVMExtra_jll."0.0.34+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.34+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.34+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.34+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.34+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.34+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.34+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.34+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[LLVMExtra_jll."0.0.34+0".sources]] - hash = "a427570a864a8341fcfdaf553b763f9308177f75" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.34+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.35+0"] -libraries = ["libLLVMExtra-15", "libLLVMExtra", "libLLVMExtra-16", "libLLVMExtra-17", "libLLVMExtra-18", "libLLVMExtra-19"] - - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "19.1.1" - [[LLVMExtra_jll."0.0.35+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "19.1.1" - - [[LLVMExtra_jll."0.0.35+0".sources]] - hash = "ef63865d5711b696e84850dd76f698390e0e6004" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.35+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.36+0"] -libraries = ["libLLVMExtra-15", "libLLVMExtra", "libLLVMExtra-16", "libLLVMExtra-17", "libLLVMExtra-18", "libLLVMExtra-19", "libLLVMExtra-20"] - - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "19.1.7" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "19.1.7" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - [[LLVMExtra_jll."0.0.36+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "20.1.2" - - [[LLVMExtra_jll."0.0.36+0".sources]] - hash = "ef63865d5711b696e84850dd76f698390e0e6004" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.36+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.37+0"] -libraries = ["libLLVMExtra-15", "libLLVMExtra", "libLLVMExtra-16", "libLLVMExtra-17", "libLLVMExtra-18", "libLLVMExtra-19", "libLLVMExtra-20"] - - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "19.1.7" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "19.1.7" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - [[LLVMExtra_jll."0.0.37+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "20.1.2" - - [[LLVMExtra_jll."0.0.37+0".sources]] - hash = "c447e5aca00310032b016cd0b01b9615b6ab5b62" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.37+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.37+1"] -libraries = ["libLLVMExtra-15", "libLLVMExtra", "libLLVMExtra-16", "libLLVMExtra-17", "libLLVMExtra-18", "libLLVMExtra-19", "libLLVMExtra-20"] - - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "19.1.7" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "19.1.7" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - [[LLVMExtra_jll."0.0.37+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "20.1.2" - - [[LLVMExtra_jll."0.0.37+1".sources]] - hash = "097443855afa339ae6c1939e2ccb889653630069" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.37+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMExtra_jll."0.0.37+2"] -libraries = ["libLLVMExtra-15", "libLLVMExtra", "libLLVMExtra-16", "libLLVMExtra-17", "libLLVMExtra-18", "libLLVMExtra-19", "libLLVMExtra-20"] - - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "19.1.7" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "19.1.7" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - [[LLVMExtra_jll."0.0.37+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "20.1.2" - - [[LLVMExtra_jll."0.0.37+2".sources]] - hash = "764cc59dec8f2f90c16a39e9a3087cb9b366183b" - repo = "https://github.com/maleadt/LLVM.jl.git" - [[LLVMExtra_jll."0.0.37+2".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[LLVMLibUnwind_jll."11.0.0+0"] -libraries = ["libunwind"] - - [[LLVMLibUnwind_jll."11.0.0+0".sources]] - hash = "8455011c33b14abfe57b2fd9803fb610316b16d4c9818bec552287e2ba68922f" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libunwind-11.0.0.src.tar.xz" - -[LLVMLibUnwind_jll."11.0.0+1"] -libraries = ["libunwind"] - - [[LLVMLibUnwind_jll."11.0.0+1".sources]] - hash = "8455011c33b14abfe57b2fd9803fb610316b16d4c9818bec552287e2ba68922f" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libunwind-11.0.0.src.tar.xz" - [[LLVMLibUnwind_jll."11.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea52277dcf0a39dc5398b41507747adc5425f6df//L/LLVMLibUnwind/LLVMLibUnwind@11.0.0/./bundled" - -[LLVMLibUnwind_jll."11.0.0+2"] -libraries = ["libunwind"] - - [[LLVMLibUnwind_jll."11.0.0+2".sources]] - hash = "8455011c33b14abfe57b2fd9803fb610316b16d4c9818bec552287e2ba68922f" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libunwind-11.0.0.src.tar.xz" - [[LLVMLibUnwind_jll."11.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0a9d822f9b9f4116288e0f645020707ceb2c36b//L/LLVMLibUnwind/LLVMLibUnwind@11.0.0/./bundled" - -[LLVMLibUnwind_jll."11.0.1+0"] -libraries = ["libunwind"] - - [[LLVMLibUnwind_jll."11.0.1+0".sources]] - hash = "6db3b173d872911c9ce1f2779ea4463b3b7e582b4e5fda9d3a005c1ed5ec517f" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/libunwind-11.0.1.src.tar.xz" - [[LLVMLibUnwind_jll."11.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea52277dcf0a39dc5398b41507747adc5425f6df//L/LLVMLibUnwind/LLVMLibUnwind@11.0.1/./bundled" - -[LLVMLibUnwind_jll."11.0.1+1"] -libraries = ["libunwind"] - - [[LLVMLibUnwind_jll."11.0.1+1".sources]] - hash = "6db3b173d872911c9ce1f2779ea4463b3b7e582b4e5fda9d3a005c1ed5ec517f" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/libunwind-11.0.1.src.tar.xz" - [[LLVMLibUnwind_jll."11.0.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0a9d822f9b9f4116288e0f645020707ceb2c36b//L/LLVMLibUnwind/LLVMLibUnwind@11.0.1/./bundled" - -[LLVMLibUnwind_jll."12.0.1+0"] -libraries = ["libunwind"] - - [[LLVMLibUnwind_jll."12.0.1+0".sources]] - hash = "0bea6089518395ca65cf58b0a450716c5c99ce1f041079d3aa42d280ace15ca4" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/libunwind-12.0.1.src.tar.xz" - [[LLVMLibUnwind_jll."12.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ac1a560ce48fb0221138c3d78fda0ac2a48604c8//L/LLVMLibUnwind/LLVMLibUnwind@12.0.1/./bundled" - -[LLVMLibUnwind_jll."14.0.6+0"] -libraries = ["libunwind"] - - [[LLVMLibUnwind_jll."14.0.6+0".sources]] - hash = "8b3cfd7bc695bd6cea0f37f53f0981f34f87496e79e2529874fd03a2f9dd3a8a" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-project-14.0.6.src.tar.xz" - [[LLVMLibUnwind_jll."14.0.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/65f4bb3161c40cdb070db98ffa8097ca841378c8//L/LLVMLibUnwind/LLVMLibUnwind@14.0.6/./bundled" - -[LLVMLibUnwind_jll."18.1.7+0"] -libraries = ["libunwind"] - - [[LLVMLibUnwind_jll."18.1.7+0".sources]] - hash = "74446ab6943f686391954cbda0d77ae92e8a60c432eff437b8666e121d748ec4" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/llvm-project-18.1.7.src.tar.xz" - [[LLVMLibUnwind_jll."18.1.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6ab26bdf8016491c6c48e3795e473c54185a0a1d//L/LLVMLibUnwind/LLVMLibUnwind@18.1.7/./bundled" - -[LLVMLibUnwind_jll."19.1.4+0"] -libraries = ["libunwind"] - - [[LLVMLibUnwind_jll."19.1.4+0".sources]] - hash = "3aa2d2d2c7553164ad5c6f3b932b31816e422635e18620c9349a7da95b98d811" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.4/llvm-project-19.1.4.src.tar.xz" - [[LLVMLibUnwind_jll."19.1.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4e594336301d910321c132437b381e7bcc519167//L/LLVMLibUnwind/LLVMLibUnwind@19.1.4/./bundled" - -[LLVMLibcxx_jll."18.1.7+0"] -files = ["libcxx/include/c++/v1"] -libraries = ["libc++", "libc++abi"] - - [[LLVMLibcxx_jll."18.1.7+0".sources]] - hash = "768118d1ad38bf13c545828f67bd6b474d61fc55" - repo = "https://github.com/llvm/llvm-project.git" - -[LLVMLibcxx_jll."18.1.7+1"] -files = ["libcxx/include/c++/v1"] -libraries = ["libc++", "libc++abi"] - - [[LLVMLibcxx_jll."18.1.7+1".sources]] - hash = "768118d1ad38bf13c545828f67bd6b474d61fc55" - repo = "https://github.com/llvm/llvm-project.git" - -[LLVMOpenMP_jll."12.0.1+0"] -libraries = ["libomp"] - - [[LLVMOpenMP_jll."12.0.1+0".build_dependencies]] - name = "UASM_jll" - target = "host" - uuid = "bbf38c07-751d-5a2b-a7fc-5c0acd9bd57e" - version = "*" - [[LLVMOpenMP_jll."12.0.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "12.0.0" - - [[LLVMOpenMP_jll."12.0.1+0".sources]] - hash = "60fe79440eaa9ebf583a6ea7f81501310388c02754dbe7dc210776014d06b091" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/openmp-12.0.1.src.tar.xz" - [[LLVMOpenMP_jll."12.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/166080bc378f9fbea70c20171cf754b2888637cf//L/LLVMOpenMP/./bundled" - -[LLVMOpenMP_jll."13.0.1+0"] -libraries = ["libomp"] - - [[LLVMOpenMP_jll."13.0.1+0".build_dependencies]] - name = "UASM_jll" - target = "host" - uuid = "bbf38c07-751d-5a2b-a7fc-5c0acd9bd57e" - version = "*" - [[LLVMOpenMP_jll."13.0.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "12.0.0" - - [[LLVMOpenMP_jll."13.0.1+0".sources]] - hash = "6b79261371616c31fea18cd3ee1797c79ee38bcaf8417676d4fa366a24c96b4f" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/openmp-13.0.1.src.tar.xz" - [[LLVMOpenMP_jll."13.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/32e69f557b8e2378ba7d47b16a9f13cbaf49a44e//L/LLVMOpenMP/./bundled" - -[LLVMOpenMP_jll."14.0.4+0"] -libraries = ["libomp"] - - [[LLVMOpenMP_jll."14.0.4+0".build_dependencies]] - name = "UASM_jll" - target = "host" - uuid = "bbf38c07-751d-5a2b-a7fc-5c0acd9bd57e" - version = "*" - [[LLVMOpenMP_jll."14.0.4+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LLVMOpenMP_jll."14.0.4+0".sources]] - hash = "d4b627e2668c3c1001b6c772297273dc67b42f2deec934a59650a55731f8d411" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.4/openmp-14.0.4.src.tar.xz" - [[LLVMOpenMP_jll."14.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3e5f8960115f3fede418f50dc4e7f9d673adcd23//L/LLVMOpenMP/./bundled" - -[LLVMOpenMP_jll."15.0.4+0"] -libraries = ["libomp"] - - [[LLVMOpenMP_jll."15.0.4+0".build_dependencies]] - name = "UASM_jll" - target = "host" - uuid = "bbf38c07-751d-5a2b-a7fc-5c0acd9bd57e" - version = "*" - [[LLVMOpenMP_jll."15.0.4+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LLVMOpenMP_jll."15.0.4+0".sources]] - hash = "1b6f92013e7555759127d84264c3e98eab116a3a5138570058d8507e1513f76e" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.4/openmp-15.0.4.src.tar.xz" - [[LLVMOpenMP_jll."15.0.4+0".sources]] - hash = "9df45bf3a0a46264d5007485592381bbaf50f034b4155290cb0d917539d8facf" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.4/cmake-15.0.4.src.tar.xz" - [[LLVMOpenMP_jll."15.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/636de0ee4034b992ffb5e88de48c7978b44d45b9//L/LLVMOpenMP/./bundled" - -[LLVMOpenMP_jll."15.0.7+0"] -libraries = ["libomp"] - - [[LLVMOpenMP_jll."15.0.7+0".build_dependencies]] - name = "UASM_jll" - target = "host" - uuid = "bbf38c07-751d-5a2b-a7fc-5c0acd9bd57e" - version = "*" - [[LLVMOpenMP_jll."15.0.7+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LLVMOpenMP_jll."15.0.7+0".sources]] - hash = "3f168d38e7a37b928dcb94b33ce947f75d81eef6fa6a4f9d16b6dc5511c07358" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/openmp-15.0.7.src.tar.xz" - [[LLVMOpenMP_jll."15.0.7+0".sources]] - hash = "8986f29b634fdaa9862eedda78513969fe9788301c9f2d938f4c10a3e7a3e7ea" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/cmake-15.0.7.src.tar.xz" - [[LLVMOpenMP_jll."15.0.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/62f1c53b2fd075173c83a7002b287b7975eaf7ce//L/LLVMOpenMP/./bundled" - -[LLVMOpenMP_jll."17.0.6+0"] -libraries = ["libomp"] - - [[LLVMOpenMP_jll."17.0.6+0".build_dependencies]] - name = "UASM_jll" - target = "host" - uuid = "bbf38c07-751d-5a2b-a7fc-5c0acd9bd57e" - version = "*" - [[LLVMOpenMP_jll."17.0.6+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LLVMOpenMP_jll."17.0.6+0".sources]] - hash = "74334cbb4dc8b73a768448a7561d5a3540404940b2267b1fb9813a6464b320de" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/openmp-17.0.6.src.tar.xz" - [[LLVMOpenMP_jll."17.0.6+0".sources]] - hash = "807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/cmake-17.0.6.src.tar.xz" - [[LLVMOpenMP_jll."17.0.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b07c244896832bcb8dffec998250c4c704a930fb//L/LLVMOpenMP/./bundled" - -[LLVMOpenMP_jll."18.1.7+0"] -libraries = ["libomp"] - - [[LLVMOpenMP_jll."18.1.7+0".build_dependencies]] - name = "UASM_jll" - target = "host" - uuid = "bbf38c07-751d-5a2b-a7fc-5c0acd9bd57e" - version = "*" - [[LLVMOpenMP_jll."18.1.7+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LLVMOpenMP_jll."18.1.7+0".sources]] - hash = "6523c898d754d466b77b64ddca8fd0185c5aeb7f24260ddb0fae5779eb31cee3" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/openmp-18.1.7.src.tar.xz" - [[LLVMOpenMP_jll."18.1.7+0".sources]] - hash = "f0b67599f51cddcdbe604c35b6de97f2d0a447e18b9c30df300c82bf1ee25bd7" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/cmake-18.1.7.src.tar.xz" - [[LLVMOpenMP_jll."18.1.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4d1c7765b5633194240381996061fa17c9b6d200//L/LLVMOpenMP/./bundled" - -[LLVMOpenMP_jll."18.1.8+0"] -libraries = ["libomp"] - - [[LLVMOpenMP_jll."18.1.8+0".build_dependencies]] - name = "UASM_jll" - target = "host" - uuid = "bbf38c07-751d-5a2b-a7fc-5c0acd9bd57e" - version = "*" - [[LLVMOpenMP_jll."18.1.8+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LLVMOpenMP_jll."18.1.8+0".sources]] - hash = "6523c898d754d466b77b64ddca8fd0185c5aeb7f24260ddb0fae5779eb31cee3" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/openmp-18.1.7.src.tar.xz" - [[LLVMOpenMP_jll."18.1.8+0".sources]] - hash = "f0b67599f51cddcdbe604c35b6de97f2d0a447e18b9c30df300c82bf1ee25bd7" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/cmake-18.1.7.src.tar.xz" - [[LLVMOpenMP_jll."18.1.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/400934f7fc3b262bb3b422c18a85bb1a6f5c494a//L/LLVMOpenMP/./bundled" - -[LMDB_jll."0.9.25+0"] -executables = ["mdb_copy", "mdb_dump", "mdb_load", "mdb_stat"] -libraries = ["liblmdb"] - - [[LMDB_jll."0.9.25+0".sources]] - hash = "4f6eebe5ad98c10a75badd106f498ee2249d454352d048c78a49c99c940d4cae" - url = "https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.25/openldap-LMDB_0.9.25.tar.gz" - -[LMDB_jll."0.9.27+0"] -executables = ["mdb_copy", "mdb_dump", "mdb_load", "mdb_stat"] -libraries = ["liblmdb"] - - [[LMDB_jll."0.9.27+0".sources]] - hash = "752a3ebd4bbfa1830dff2ca4f5ff4c4be97da843810626d5dd9e2e4e5484a399" - url = "https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.27/openldap-LMDB_0.9.27.tar.gz" - -[LMDB_jll."0.9.33+0"] -executables = ["mdb_copy", "mdb_dump", "mdb_load", "mdb_stat"] -libraries = ["liblmdb"] - - [[LMDB_jll."0.9.33+0".sources]] - hash = "476801f5239c88c7de61c3390502a5d13965ecedef80105b5fb0fcb8373d1e53" - url = "https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.33/openldap-LMDB_0.9.33.tar.gz" - -[LSODA_jll."0.1.1+0"] -libraries = ["liblsoda"] - - [[LSODA_jll."0.1.1+0".sources]] - hash = "014a16bfa199eaffcf641eafdce8dcc487bfe9d9" - repo = "https://github.com/sdwfrost/liblsoda.git" - [[LSODA_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/286ca4f92e04fe0fa4b9661ad31ce512ee1068b1//L/LSODA/./bundled" - -[LSODA_jll."0.1.2+0"] -libraries = ["liblsoda"] - - [[LSODA_jll."0.1.2+0".sources]] - hash = "014a16bfa199eaffcf641eafdce8dcc487bfe9d9" - repo = "https://github.com/sdwfrost/liblsoda.git" - [[LSODA_jll."0.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2c320e93b306272fbeb19d5d7c57700ce62bf191//L/LSODA/./bundled" - -[LZFSE_jll."1.0.0+0"] -executables = ["lzfse"] -libraries = ["liblzfse"] - - [[LZFSE_jll."1.0.0+0".sources]] - hash = "88e2d2788b4021d0b2eb9fe2d97352ae9190f128" - repo = "https://github.com/lzfse/lzfse.git" - -[LZO_jll."2.10.0+0"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.0+0".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LZO_jll."2.10.0+1"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.0+1".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LZO_jll."2.10.0+2"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.0+2".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LZO_jll."2.10.0+3"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.0+3".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LZO_jll."2.10.1+0"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.1+0".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LZO_jll."2.10.2+0"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.2+0".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LZO_jll."2.10.2+1"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.2+1".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LZO_jll."2.10.2+2"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.2+2".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LZO_jll."2.10.2+3"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.2+3".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LZO_jll."2.10.3+0"] -libraries = ["liblzo2"] - - [[LZO_jll."2.10.3+0".sources]] - hash = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072" - url = "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - -[LaMEM_jll."1.1.0+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."1.1.0+0".sources]] - hash = "40c8582c2dce42876d7f3d787aa0d03c253447e3" - repo = "https://bitbucket.org/bkaus/lamem.git" - -[LaMEM_jll."1.1.0+1"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."1.1.0+1".sources]] - hash = "734724d6686c203f6e0012c1f087181de3da4f53" - repo = "https://bitbucket.org/bkaus/lamem.git" - -[LaMEM_jll."1.1.0+2"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."1.1.0+2".sources]] - hash = "734724d6686c203f6e0012c1f087181de3da4f53" - repo = "https://bitbucket.org/bkaus/lamem.git" - -[LaMEM_jll."1.1.1+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."1.1.1+0".sources]] - hash = "734724d6686c203f6e0012c1f087181de3da4f53" - repo = "https://bitbucket.org/bkaus/lamem.git" - -[LaMEM_jll."1.2.0+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."1.2.0+0".sources]] - hash = "dd150e1a4110c3b1ab34e2f4769fc85a3165fe8c" - repo = "https://bitbucket.org/bkaus/lamem.git" - -[LaMEM_jll."1.2.1+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."1.2.1+0".sources]] - hash = "4c7d3a4474f9bf3d1d1cd251c81b25fd8fd8eafe" - repo = "https://bitbucket.org/bkaus/lamem.git" - -[LaMEM_jll."1.2.2+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."1.2.2+0".sources]] - hash = "9bfd15fa11c3fd70b2d6e31812a8bd6c08299026" - repo = "https://bitbucket.org/bkaus/lamem.git" - -[LaMEM_jll."1.2.3+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."1.2.3+0".sources]] - hash = "f5bb722b6a57ac4b21e15ea8c70d960ac9609d0e" - repo = "https://bitbucket.org/bkaus/lamem.git" - -[LaMEM_jll."1.2.4+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."1.2.4+0".sources]] - hash = "e106f62e19a90b4153564a1dd07bc8778245936c" - repo = "https://bitbucket.org/bkaus/lamem.git" - -[LaMEM_jll."2.1.2+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."2.1.2+0".sources]] - hash = "cb237fc07056a49d3af927e476dbf34e2dcb1366" - repo = "https://github.com/UniMainzGeo/LaMEM" - -[LaMEM_jll."2.1.3+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."2.1.3+0".sources]] - hash = "34ff97e62086a384be4b9a63a9b326b67f976027" - repo = "https://github.com/UniMainzGeo/LaMEM" - -[LaMEM_jll."2.1.4+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."2.1.4+0".sources]] - hash = "12f9849d2af894476cccccd4e9c4f13c5d8639b3" - repo = "https://github.com/UniMainzGeo/LaMEM" - -[LaMEM_jll."2.2.0+0"] -executables = ["LaMEM"] -libraries = ["LaMEMLib"] - - [[LaMEM_jll."2.2.0+0".sources]] - hash = "0f6a5a82f32a3db59871d6e254ae570a3100edad" - repo = "https://github.com/UniMainzGeo/LaMEM" - -[Leptonica_jll."1.78.0+0"] -executables = ["convertfilestopdf", "convertfilestops", "convertformat", "convertsegfilestopdf", "convertsegfilestops", "converttopdf", "converttops", "fileinfo", "imagetops", "xtractprotos"] -libraries = ["liblept"] - - [[Leptonica_jll."1.78.0+0".sources]] - hash = "e2ed2e81e7a22ddf45d2c05f0bc8b9ae7450545d995bfe28517ba408d14a5a88" - url = "http://www.leptonica.org/source/leptonica-1.78.0.tar.gz" - -[Leptonica_jll."1.78.0+1"] -executables = ["convertfilestopdf", "convertfilestops", "convertformat", "convertsegfilestopdf", "convertsegfilestops", "converttopdf", "converttops", "fileinfo", "imagetops", "xtractprotos"] -libraries = ["liblept"] - - [[Leptonica_jll."1.78.0+1".sources]] - hash = "e2ed2e81e7a22ddf45d2c05f0bc8b9ae7450545d995bfe28517ba408d14a5a88" - url = "http://www.leptonica.org/source/leptonica-1.78.0.tar.gz" - -[Leptonica_jll."1.78.0+2"] -executables = ["convertfilestopdf", "convertfilestops", "convertformat", "convertsegfilestopdf", "convertsegfilestops", "converttopdf", "converttops", "fileinfo", "imagetops", "xtractprotos"] -libraries = ["liblept"] - - [[Leptonica_jll."1.78.0+2".sources]] - hash = "e2ed2e81e7a22ddf45d2c05f0bc8b9ae7450545d995bfe28517ba408d14a5a88" - url = "http://www.leptonica.org/source/leptonica-1.78.0.tar.gz" - -[Leptonica_jll."1.79.0+0"] -executables = ["convertfilestopdf", "convertfilestops", "convertformat", "convertsegfilestopdf", "convertsegfilestops", "converttopdf", "converttops", "fileinfo", "imagetops", "xtractprotos"] -libraries = ["liblept"] - - [[Leptonica_jll."1.79.0+0".sources]] - hash = "045966c9c5d60ebded314a9931007a56d9d2f7a6ac39cb5cc077c816f62300d8" - url = "http://www.leptonica.org/source/leptonica-1.79.0.tar.gz" - -[Leptonica_jll."1.79.0+1"] -executables = ["convertfilestopdf", "convertfilestops", "convertformat", "convertsegfilestopdf", "convertsegfilestops", "converttopdf", "converttops", "fileinfo", "imagetops", "xtractprotos"] -libraries = ["liblept"] - - [[Leptonica_jll."1.79.0+1".sources]] - hash = "045966c9c5d60ebded314a9931007a56d9d2f7a6ac39cb5cc077c816f62300d8" - url = "http://www.leptonica.org/source/leptonica-1.79.0.tar.gz" - -[Leptonica_jll."1.81.1+0"] -executables = ["convertfilestopdf", "convertfilestops", "convertformat", "convertsegfilestopdf", "convertsegfilestops", "converttopdf", "converttops", "fileinfo", "imagetops", "xtractprotos"] -libraries = ["liblept"] - - [[Leptonica_jll."1.81.1+0".sources]] - hash = "0f4eb315e9bdddd797f4c55fdea4e1f45fca7e3b358a2fc693fd957ce2c43ca9" - url = "https://github.com/DanBloomberg/leptonica/releases/download/1.81.1/leptonica-1.81.1.tar.gz" - -[Leptonica_jll."1.82.0+0"] -executables = ["convertfilestopdf", "convertfilestops", "convertformat", "convertsegfilestopdf", "convertsegfilestops", "converttopdf", "converttops", "fileinfo", "imagetops", "xtractprotos"] -libraries = ["liblept"] - - [[Leptonica_jll."1.82.0+0".sources]] - hash = "155302ee914668c27b6fe3ca9ff2da63b245f6d62f3061c8f27563774b8ae2d6" - url = "https://github.com/DanBloomberg/leptonica/releases/download/1.82.0/leptonica-1.82.0.tar.gz" - -[Leptonica_jll."1.83.1+0"] -executables = ["convertfilestopdf", "convertfilestops", "convertformat", "convertsegfilestopdf", "convertsegfilestops", "converttopdf", "converttops", "fileinfo", "imagetops", "xtractprotos"] -libraries = ["libleptonica"] - - [[Leptonica_jll."1.83.1+0".sources]] - hash = "b667978e86c4bf74f7fdd75f833127d2de327550" - repo = "https://github.com/DanBloomberg/leptonica.git" - -[Leptonica_jll."1.85.0+0"] -executables = ["convertfilestopdf", "convertfilestops", "convertformat", "convertsegfilestopdf", "convertsegfilestops", "converttopdf", "converttops", "fileinfo", "imagetops", "xtractprotos"] -libraries = ["libleptonica"] - - [[Leptonica_jll."1.85.0+0".sources]] - hash = "63aef18d98432b8582a1565e241f7bd2ee9cc8d9" - repo = "https://github.com/DanBloomberg/leptonica.git" - -[LetsBeRational_jll."1.0.0+0"] -libraries = ["libletsberational"] - - [[LetsBeRational_jll."1.0.0+0".sources]] - hash = "0c84bc23347a10272d6bd0e1e01344b41bb506cc" - repo = "https://github.com/tbeason/letsberational.git" - -[LevelDB_jll."1.23.0+0"] -libraries = ["libleveldb"] - - [[LevelDB_jll."1.23.0+0".sources]] - hash = "99b3c03b3284f5886f9ef9a4ef703d57373e61be" - repo = "https://github.com/google/leveldb.git" - -[LibAMVW_jll."1.0.0+0"] -libraries = ["libamvwdouble", "libamvwsingle"] - - [[LibAMVW_jll."1.0.0+0".sources]] - hash = "37000a9a5a83677fc18203bc6ae81657d74103b11eeb2257d3e68802731a85ae" - url = "https://people.cs.kuleuven.be/~raf.vandebril/homepage/software/AMVW.tar" - [[LibAMVW_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/88e69425ff4b2dab5246ebf082e975ef0769ad1d//L/LibAMVW/./bundled" - -[LibAMVW_jll."1.0.1+0"] -libraries = ["libamvwdouble", "libamvwsingle"] - - [[LibAMVW_jll."1.0.1+0".sources]] - hash = "37000a9a5a83677fc18203bc6ae81657d74103b11eeb2257d3e68802731a85ae" - url = "https://people.cs.kuleuven.be/~raf.vandebril/homepage/software/AMVW.tar" - [[LibAMVW_jll."1.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dbc6aa9dded5ae2fe967f262473f77f7e75f6973//L/LibAMVW/./bundled" - -[LibArchive_jll."3.4.3+0"] -executables = ["bsdcpio", "bsdtar", "bsdcat"] -libraries = ["libarchive"] - - [[LibArchive_jll."3.4.3+0".sources]] - hash = "0bfc3fd40491768a88af8d9b86bf04a9e95b6d41a94f9292dbc0ec342288c05f" - url = "https://www.libarchive.org/downloads/libarchive-3.4.3.tar.xz" - -[LibArchive_jll."3.4.3+1"] -executables = ["bsdcpio", "bsdtar", "bsdcat"] -libraries = ["libarchive"] - - [[LibArchive_jll."3.4.3+1".sources]] - hash = "0bfc3fd40491768a88af8d9b86bf04a9e95b6d41a94f9292dbc0ec342288c05f" - url = "https://www.libarchive.org/downloads/libarchive-3.4.3.tar.xz" - -[LibArchive_jll."3.5.1+0"] -executables = ["bsdcpio", "bsdtar", "bsdcat"] -libraries = ["libarchive"] - - [[LibArchive_jll."3.5.1+0".sources]] - hash = "0e17d3a8d0b206018693b27f08029b598f6ef03600c2b5d10c94ce58692e299b" - url = "https://www.libarchive.org/downloads/libarchive-3.5.1.tar.xz" - -[LibArchive_jll."3.5.2+0"] -executables = ["bsdcpio", "bsdtar", "bsdcat"] -libraries = ["libarchive"] - - [[LibArchive_jll."3.5.2+0".sources]] - hash = "f0b19ff39c3c9a5898a219497ababbadab99d8178acc980155c7e1271089b5a0" - url = "https://www.libarchive.org/downloads/libarchive-3.5.2.tar.xz" - -[LibArchive_jll."3.7.4+0"] -executables = ["bsdcpio", "bsdtar", "bsdcat"] -libraries = ["libarchive"] - - [[LibArchive_jll."3.7.4+0".sources]] - hash = "f887755c434a736a609cbd28d87ddbfbe9d6a3bb5b703c22c02f6af80a802735" - url = "https://www.libarchive.org/downloads/libarchive-3.7.4.tar.xz" - -[LibArchive_jll."3.7.9+0"] -executables = ["bsdcpio", "bsdtar", "bsdcat"] -libraries = ["libarchive"] - - [[LibArchive_jll."3.7.9+0".sources]] - hash = "ed8b5732e4cd6e30fae909fb945cad8ff9cb7be5c6cdaa3944ec96e4a200c04c" - url = "https://www.libarchive.org/downloads/libarchive-3.7.9.tar.xz" - -[LibArchive_jll."3.8.0+0"] -executables = ["bsdcpio", "bsdtar", "bsdcat"] -libraries = ["libarchive"] - - [[LibArchive_jll."3.8.0+0".sources]] - hash = "67bfac3798a778143f4b1cadcdb3792b4269486f8e1b70ca5c0ee5841398bfdf" - url = "https://www.libarchive.org/downloads/libarchive-3.8.0.tar.xz" - -[LibArchive_jll."3.8.1+0"] -executables = ["bsdcpio", "bsdtar", "bsdcat"] -libraries = ["libarchive"] - - [[LibArchive_jll."3.8.1+0".sources]] - hash = "19f917d42d530f98815ac824d90c7eaf648e9d9a50e4f309c812457ffa5496b5" - url = "https://www.libarchive.org/downloads/libarchive-3.8.1.tar.xz" - -[LibBirch_jll."1.75.0+0"] -libraries = ["libbirch", "libbirch-debug"] - - [[LibBirch_jll."1.75.0+0".sources]] - hash = "a533990b59b04ef4cd20f8d4fe91c4a220df1cfa" - repo = "https://github.com/lawmurray/Birch.git" - -[LibBirch_jll."1.104.0+0"] -libraries = ["libbirch", "libbirch-debug"] - - [[LibBirch_jll."1.104.0+0".sources]] - hash = "25154eac433bdeaf55dffda2432c666659286350" - repo = "https://github.com/lawmurray/Birch.git" - -[LibCURL_jll."7.66.0+0"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.66.0+0".sources]] - hash = "6618234e0235c420a21f4cb4c2dd0badde76e6139668739085a70c4e2fe7a141" - url = "https://curl.haxx.se/download/curl-7.66.0.tar.bz2" - -[LibCURL_jll."7.66.0+1"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.66.0+1".sources]] - hash = "6618234e0235c420a21f4cb4c2dd0badde76e6139668739085a70c4e2fe7a141" - url = "https://curl.haxx.se/download/curl-7.66.0.tar.bz2" - -[LibCURL_jll."7.68.0+0"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.68.0+0".sources]] - hash = "207f54917dd6a2dc733065ccf18d61bb5bebeaceb5df49cd9445483e8623eeb9" - url = "https://curl.haxx.se/download/curl-7.68.0.tar.bz2" - -[LibCURL_jll."7.70.0+0"] -executables = ["curl"] -files = ["share/cacert.pem"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.70.0+0".sources]] - hash = "ca2feeb8ef13368ce5d5e5849a5fd5e2dd4755fecf7d8f0cc94000a4206fb8e7" - url = "https://curl.haxx.se/download/curl-7.70.0.tar.gz" - [[LibCURL_jll."7.70.0+0".sources]] - hash = "adf770dfd574a0d6026bfaa270cb6879b063957177a991d453ff1d302c02081f" - url = "https://curl.haxx.se/ca/cacert-2020-01-01.pem" - -[LibCURL_jll."7.70.0+1"] -executables = ["curl"] -files = ["share/cacert.pem"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.70.0+1".sources]] - hash = "ca2feeb8ef13368ce5d5e5849a5fd5e2dd4755fecf7d8f0cc94000a4206fb8e7" - url = "https://curl.haxx.se/download/curl-7.70.0.tar.gz" - [[LibCURL_jll."7.70.0+1".sources]] - hash = "adf770dfd574a0d6026bfaa270cb6879b063957177a991d453ff1d302c02081f" - url = "https://curl.haxx.se/ca/cacert-2020-01-01.pem" - -[LibCURL_jll."7.70.0+2"] -executables = ["curl"] -files = ["share/cacert.pem"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.70.0+2".sources]] - hash = "ca2feeb8ef13368ce5d5e5849a5fd5e2dd4755fecf7d8f0cc94000a4206fb8e7" - url = "https://curl.haxx.se/download/curl-7.70.0.tar.gz" - [[LibCURL_jll."7.70.0+2".sources]] - hash = "adf770dfd574a0d6026bfaa270cb6879b063957177a991d453ff1d302c02081f" - url = "https://curl.haxx.se/ca/cacert-2020-01-01.pem" - -[LibCURL_jll."7.71.1+0"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.71.1+0".sources]] - hash = "59ef1f73070de67b87032c72ee6037cedae71dcb1d7ef2d7f59487704aec069d" - url = "https://curl.haxx.se/download/curl-7.71.1.tar.gz" - -[LibCURL_jll."7.73.0+0"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+0".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.73.0+1"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+1".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.73.0+2"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+2".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.73.0+3"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+3".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.73.0+4"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+4".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.73.0+5"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+5".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.73.0+6"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+6".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.73.0+7"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+7".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.73.0+8"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+8".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.73.0+9"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.73.0+9".sources]] - hash = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91" - url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" - -[LibCURL_jll."7.81.0+0"] -executables = ["curl"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.81.0+0".sources]] - hash = "ac8e1087711084548d788ef18b9b732c8de887457b81f616fc681d1044b32f98" - url = "https://curl.se/download/curl-7.81.0.tar.gz" - -[LibCURL_jll."7.81.0+1"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.81.0+1".sources]] - hash = "ac8e1087711084548d788ef18b9b732c8de887457b81f616fc681d1044b32f98" - url = "https://curl.se/download/curl-7.81.0.tar.gz" - -[LibCURL_jll."7.83.1+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.83.1+0".sources]] - hash = "93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0" - url = "https://curl.se/download/curl-7.83.1.tar.gz" - -[LibCURL_jll."7.83.1+1"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.83.1+1".sources]] - hash = "93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0" - url = "https://curl.se/download/curl-7.83.1.tar.gz" - -[LibCURL_jll."7.84.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.84.0+0".sources]] - hash = "3c6893d38d054d4e378267166858698899e9d87258e8ff1419d020c395384535" - url = "https://curl.se/download/curl-7.84.0.tar.gz" - -[LibCURL_jll."7.84.0+1"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.84.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibCURL_jll."7.84.0+1".sources]] - hash = "3c6893d38d054d4e378267166858698899e9d87258e8ff1419d020c395384535" - url = "https://curl.se/download/curl-7.84.0.tar.gz" - -[LibCURL_jll."7.87.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.87.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibCURL_jll."7.87.0+0".sources]] - hash = "8a063d664d1c23d35526b87a2bf15514962ffdd8ef7fd40519191b3c23e39548" - url = "https://curl.se/download/curl-7.87.0.tar.gz" - -[LibCURL_jll."7.88.1+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."7.88.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibCURL_jll."7.88.1+0".sources]] - hash = "cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7" - url = "https://curl.se/download/curl-7.88.1.tar.gz" - -[LibCURL_jll."8.0.1+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.0.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibCURL_jll."8.0.1+0".sources]] - hash = "5fd29000a4089934f121eff456101f0a5d09e2a3e89da1d714adf06c4be887cb" - url = "https://curl.se/download/curl-8.0.1.tar.gz" - -[LibCURL_jll."8.0.1+1"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.0.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibCURL_jll."8.0.1+1".sources]] - hash = "5fd29000a4089934f121eff456101f0a5d09e2a3e89da1d714adf06c4be887cb" - url = "https://curl.se/download/curl-8.0.1.tar.gz" - -[LibCURL_jll."8.2.1+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.2.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibCURL_jll."8.2.1+0".sources]] - hash = "f98bdb06c0f52bdd19e63c4a77b5eb19b243bcbbd0f5b002b9f3cba7295a3a42" - url = "https://curl.se/download/curl-8.2.1.tar.gz" - -[LibCURL_jll."8.4.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.4.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibCURL_jll."8.4.0+0".sources]] - hash = "816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427" - url = "https://curl.se/download/curl-8.4.0.tar.gz" - -[LibCURL_jll."8.5.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.5.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.5.0+0".sources]] - hash = "05fc17ff25b793a437a0906e0484b82172a9f4de02be5ed447e0cab8c3475add" - url = "https://curl.se/download/curl-8.5.0.tar.gz" - -[LibCURL_jll."8.6.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.6.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.6.0+0".sources]] - hash = "9c6db808160015f30f3c656c0dec125feb9dc00753596bf858a272b5dd8dc398" - url = "https://curl.se/download/curl-8.6.0.tar.gz" - [[LibCURL_jll."8.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d1fb29df1eb19f50517a58df19b71e22d58c2f24//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.7.1+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.7.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.7.1+0".sources]] - hash = "f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495" - url = "https://curl.se/download/curl-8.7.1.tar.gz" - [[LibCURL_jll."8.7.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9e1118382b31a651903bf26df12f85f29ec4db49//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.7.1+1"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.7.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.7.1+1".sources]] - hash = "f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495" - url = "https://curl.se/download/curl-8.7.1.tar.gz" - [[LibCURL_jll."8.7.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dbee0b6951a0cae5f37f2de8e51139a012650159//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.8.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.8.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.8.0+0".sources]] - hash = "77c0e1cd35ab5b45b659645a93b46d660224d0024f1185e8a95cdb27ae3d787d" - url = "https://curl.se/download/curl-8.8.0.tar.gz" - [[LibCURL_jll."8.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2826ff10732e8f0b14655bbccdf4d7529b9fd1b0//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.9.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.9.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.9.0+0".sources]] - hash = "14d931fa98a329310dca7b190d047c3d4987674b1f466481f5490e4e12067ba4" - url = "https://curl.se/download/curl-8.9.0.tar.gz" - [[LibCURL_jll."8.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/380b6052fe0da21d517594dbb39e4a78653a2d2d//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.9.1+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.9.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.9.1+0".sources]] - hash = "291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5" - url = "https://curl.se/download/curl-8.9.1.tar.gz" - [[LibCURL_jll."8.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d56a7a6287f859a7ed121924ff0e5cf803973d1c//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.11.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.11.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.11.0+0".sources]] - hash = "264537d90e58d2b09dddc50944baf3c38e7089151c8986715e2aaeaaf2b8118f" - url = "https://curl.se/download/curl-8.11.0.tar.gz" - [[LibCURL_jll."8.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7bae68139dbbc301809a13e620ceea54a43bcebf//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.11.1+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.11.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.11.1+0".sources]] - hash = "a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80" - url = "https://curl.se/download/curl-8.11.1.tar.gz" - [[LibCURL_jll."8.11.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9229b0163bb5f8d2a321a9a14c68c45ae68859d4//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.11.1+1"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.11.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.11.1+1".sources]] - hash = "a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80" - url = "https://curl.se/download/curl-8.11.1.tar.gz" - [[LibCURL_jll."8.11.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0fbdfa11134dc3be8969142a1cc374220a4838a5//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.12.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.12.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.12.0+0".sources]] - hash = "b72ec874e403c90462dc3019c5b24cc3cdd895247402bf23893b3b59419353bc" - url = "https://curl.se/download/curl-8.12.0.tar.gz" - [[LibCURL_jll."8.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9bfd2cc38eb28d977903fd70a7b06ecb16c49e8b//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.12.1+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.12.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.12.1+0".sources]] - hash = "7b40ea64947e0b440716a4d7f0b7aa56230a5341c8377d7b609649d4aea8dbcf" - url = "https://curl.se/download/curl-8.12.1.tar.gz" - [[LibCURL_jll."8.12.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f39f4ab1f9f360c87d9a88a0914c43e5aaedbb9f//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.12.1+1"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.12.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.12.1+1".sources]] - hash = "7b40ea64947e0b440716a4d7f0b7aa56230a5341c8377d7b609649d4aea8dbcf" - url = "https://curl.se/download/curl-8.12.1.tar.gz" - [[LibCURL_jll."8.12.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8b2d2e1499ffbf5128f209e415a76ff60f695bd0//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.13.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.13.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.13.0+0".sources]] - hash = "c261a4db579b289a7501565497658bbd52d3138fdbaccf1490fa918129ab45bc" - url = "https://curl.se/download/curl-8.13.0.tar.gz" - [[LibCURL_jll."8.13.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a9600114f6050ac48e90db653a11e3dc79581de8//L/LibCURL/LibCURL@8/../patches" - [[LibCURL_jll."8.13.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[LibCURL_jll."8.14.1+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.14.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.14.1+0".sources]] - hash = "6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4" - url = "https://curl.se/download/curl-8.14.1.tar.gz" - [[LibCURL_jll."8.14.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/27977b0a9d3efa753c686ec0367a63680d8d11d2//L/LibCURL/LibCURL@8/../patches" - [[LibCURL_jll."8.14.1+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[LibCURL_jll."8.14.1+1"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.14.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.14.1+1".sources]] - hash = "6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4" - url = "https://curl.se/download/curl-8.14.1.tar.gz" - [[LibCURL_jll."8.14.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/14f10c92bf055cb242733ceb6730bf16c247f250//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.15.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.15.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.15.0+0".sources]] - hash = "d85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c" - url = "https://curl.se/download/curl-8.15.0.tar.gz" - [[LibCURL_jll."8.15.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6dcc7a6ef9269fc0dc73270be81dddb6a9ea1ce6//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.15.0+1"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.15.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.15.0+1".sources]] - hash = "d85cfc79dc505ff800cb1d321a320183035011fa08cb301356425d86be8fc53c" - url = "https://curl.se/download/curl-8.15.0.tar.gz" - [[LibCURL_jll."8.15.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/daab8560b54f71e7dfa591f6d70b05269e537da7//L/LibCURL/LibCURL@8/../patches" - -[LibCURL_jll."8.16.0+0"] -libraries = ["libcurl"] - - [[LibCURL_jll."8.16.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[LibCURL_jll."8.16.0+0".sources]] - hash = "a21e20476e39eca5a4fc5cfb00acf84bbc1f5d8443ec3853ad14c26b3c85b970" - url = "https://curl.se/download/curl-8.16.0.tar.gz" - [[LibCURL_jll."8.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e726d52a0cb29d76e38205017405a71de1d01f46//L/LibCURL/LibCURL@8/../patches" - -[LibGD_jll."2.3.0+0"] -executables = ["pngtogd2", "webpng", "pngtogd", "gdtopng", "gdcmpgif", "gd2topng", "gdparttopng", "gd2copypal", "gd2togif", "giftogd2"] -libraries = ["libgd"] - - [[LibGD_jll."2.3.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[LibGD_jll."2.3.0+0".sources]] - hash = "32590e361a1ea6c93915d2448ab0041792c11bae7b18ee812514fe08b2c6a342" - url = "https://github.com/libgd/libgd/releases/download/gd-2.3.0/libgd-2.3.0.tar.gz" - -[LibGD_jll."2.3.3+0"] -executables = ["pngtogd2", "webpng", "pngtogd", "gdtopng", "gdcmpgif", "gd2topng", "gdparttopng", "gd2copypal", "gd2togif", "giftogd2"] -libraries = ["libgd"] - - [[LibGD_jll."2.3.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[LibGD_jll."2.3.3+0".sources]] - hash = "b5319a41286107b53daa0e08e402aa1819764bdc" - repo = "https://github.com/libgd/libgd.git" - -[LibGD_jll."20.300.3000+0"] -executables = ["pngtogd2", "webpng", "pngtogd", "gdtopng", "gdcmpgif", "gd2topng", "gdparttopng", "gd2copypal", "gd2togif", "giftogd2"] -libraries = ["libgd"] - - [[LibGD_jll."20.300.3000+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[LibGD_jll."20.300.3000+0".sources]] - hash = "dd3f1f0bb016edcc0b2d082e8229c822ad1d02223511997c80461481759b1ed2" - url = "https://github.com/libgd/libgd/releases/download/gd-2.3.3/libgd-2.3.3.tar.gz" - [[LibGD_jll."20.300.3000+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7fb87ce13de73a8dd0c90819b77a581ed8007317//L/LibGD/./bundled" - -[LibGit2_jll."0.28.2+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."0.28.2+0".sources]] - hash = "b3e1a56ebb2b9291e82dc027ba9cbcfc3ead54d3" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."0.28.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3491f8d66ef74923d80473f2c44cfb9272acdefe//L/LibGit2/./bundled" - -[LibGit2_jll."0.28.2+1"] -libraries = ["libgit2"] - - [[LibGit2_jll."0.28.2+1".sources]] - hash = "b3e1a56ebb2b9291e82dc027ba9cbcfc3ead54d3" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."0.28.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ccce0fcec05bb78a81330967db955b7c8489c87c//L/LibGit2/./bundled" - -[LibGit2_jll."0.28.5+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."0.28.5+0".sources]] - hash = "7a2b969d559b83798d93728f24d1729ffc97b717" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."0.28.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5bd8efa7651bf3772b3f4e6464aeb69f9359ad6e//L/LibGit2/./bundled" - -[LibGit2_jll."1.0.0+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.0.0+0".sources]] - hash = "7d3c7057f0e774aecd6fc4ef8333e69e5c4873e0" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/542eabe0257d7783a40286984f3bd26178a971e8//L/LibGit2/./bundled" - -[LibGit2_jll."1.0.1+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.0.1+0".sources]] - hash = "0ced29612dacb67eefe0c562a5c1d3aab21cce96" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ba23ff382058e10c8f37cd4382deeb6f6b4c1329//L/LibGit2/./bundled" - -[LibGit2_jll."1.1.0+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.1.0+0".sources]] - hash = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/16ea9cb4adacc2296fd3890d2bfe3173229b9f1b//L/LibGit2/./bundled" - -[LibGit2_jll."1.2.0+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.2.0+0".sources]] - hash = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a6144c301f60809b32d7fa55ae34f33d57d3bb38//L/LibGit2/./bundled" - -[LibGit2_jll."1.2.1+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.2.1+0".sources]] - hash = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d07e92b674a3aa9d9ef3f634d98619ed3be28ed9//L/LibGit2/./bundled" - -[LibGit2_jll."1.2.2+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.2.2+0".sources]] - hash = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7a53c1e15909484ac1afad9c9555fe1e2e5d0fca//L/LibGit2/./bundled" - -[LibGit2_jll."1.2.2+1"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.2.2+1".sources]] - hash = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.2.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b82f6d27a34ea5536e40665ee591b9b79b2c9082//L/LibGit2/./bundled" - -[LibGit2_jll."1.2.3+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.2.3+0".sources]] - hash = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/10acdcab70c96fd7f8e9bbed6092a96ffb1e599f//L/LibGit2/./bundled" - -[LibGit2_jll."1.2.3+1"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.2.3+1".sources]] - hash = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9df069a833cafb7c75390ba91dcdf7e71a3ef158//L/LibGit2/./bundled" - -[LibGit2_jll."1.3.0+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.3.0+0".sources]] - hash = "b7bad55e4bb0a285b073ba5e02b01d3f522fc95d" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ebbdc2d5b4a55ec28124c25d763eece01c8ffb3//L/LibGit2/./bundled" - -[LibGit2_jll."1.4.3+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.4.3+0".sources]] - hash = "465bbf88ea939a965fbcbade72870c61f815e457" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.4.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3279feba880bd16a8f57de3fc52d98e340efdc15//L/LibGit2/./bundled" - -[LibGit2_jll."1.4.3+1"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.4.3+1".sources]] - hash = "465bbf88ea939a965fbcbade72870c61f815e457" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.4.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/093fdc9ba6d602aa557b82fc126c60b778497212//L/LibGit2/./bundled" - -[LibGit2_jll."1.4.3+2"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.4.3+2".sources]] - hash = "465bbf88ea939a965fbcbade72870c61f815e457" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.4.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7209c5729d083268b602b7767fa08f48bc17636e//L/LibGit2/./bundled" - -[LibGit2_jll."1.4.3+3"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.4.3+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibGit2_jll."1.4.3+3".sources]] - hash = "465bbf88ea939a965fbcbade72870c61f815e457" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.4.3+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0fd0ef80083355dfea744287b17c3543d161e22d//L/LibGit2/./bundled" - -[LibGit2_jll."1.4.4+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.4.4+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibGit2_jll."1.4.4+0".sources]] - hash = "3b7d756ccfaf9ec2922d2db22e6cc98f8ab6580c" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/82b54e137475e07c1dec6306193ccc6b1bc65664//L/LibGit2/./bundled" - -[LibGit2_jll."1.5.0+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.5.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibGit2_jll."1.5.0+0".sources]] - hash = "fbea439d4b6fc91c6b619d01b85ab3b7746e4c19" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4993f24d91484fb3a6c689d0872789511164c1ce//L/LibGit2/./bundled" - -[LibGit2_jll."1.5.0+1"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.5.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibGit2_jll."1.5.0+1".sources]] - hash = "fbea439d4b6fc91c6b619d01b85ab3b7746e4c19" - repo = "https://github.com/libgit2/libgit2.git" - [[LibGit2_jll."1.5.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9aa0657b3b413163989f86fce3e26d864b673faf//L/LibGit2/./bundled" - -[LibGit2_jll."1.6.0+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.6.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibGit2_jll."1.6.0+0".sources]] - hash = "f7325c448053bfcd1a32ec319ed392f525480634" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.6.1+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.6.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibGit2_jll."1.6.1+0".sources]] - hash = "8a871d13b7f4e186b8ad943ae5a7fcf30be52e67" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.6.4+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.6.4+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibGit2_jll."1.6.4+0".sources]] - hash = "e6325351ceee58cf56f58bdce61b38907805544f" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.7.1+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.7.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibGit2_jll."1.7.1+0".sources]] - hash = "a2bde63741977ca0f4ef7db2f609df320be67a08" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.7.2+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.7.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibGit2_jll."1.7.2+0".sources]] - hash = "a418d9d4ab87bae16b87d8f37143a4687ae0e4b2" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.8.0+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.8.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibGit2_jll."1.8.0+0".sources]] - hash = "d74d491481831ddcd23575d376e56d2197e95910" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.8.0+1"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.8.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibGit2_jll."1.8.0+1".sources]] - hash = "d74d491481831ddcd23575d376e56d2197e95910" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.8.0+2"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.8.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibGit2_jll."1.8.0+2".sources]] - hash = "d74d491481831ddcd23575d376e56d2197e95910" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.8.0+3"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.8.0+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibGit2_jll."1.8.0+3".sources]] - hash = "d74d491481831ddcd23575d376e56d2197e95910" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.8.4+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.8.4+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibGit2_jll."1.8.4+0".sources]] - hash = "3f4182d15eab74a302718f2de454ffadb1995626" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.8.4+1"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.8.4+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibGit2_jll."1.8.4+1".sources]] - hash = "3f4182d15eab74a302718f2de454ffadb1995626" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.9.0+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.9.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibGit2_jll."1.9.0+0".sources]] - hash = "338e6fb681369ff0537719095e22ce9dc602dbf0" - repo = "https://github.com/libgit2/libgit2.git" - -[LibGit2_jll."1.9.1+0"] -libraries = ["libgit2"] - - [[LibGit2_jll."1.9.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibGit2_jll."1.9.1+0".sources]] - hash = "0060d9cf5666f015b1067129bd874c6cc4c9c7ac" - repo = "https://github.com/libgit2/libgit2.git" - -[LibMPDec_jll."2.5.1+0"] -libraries = ["libmpdec"] - - [[LibMPDec_jll."2.5.1+0".sources]] - hash = "9f9cd4c041f99b5c49ffb7b59d9f12d95b683d88585608aa56a6307667b2b21f" - url = "https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.1.tar.gz" - [[LibMPDec_jll."2.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e943c339e520c6b65d681e6d9a3b537c89ab698//L/LibMPDec/./bundled" - -[LibMPDec_jll."2.5.2+0"] -libraries = ["libmpdec"] - - [[LibMPDec_jll."2.5.2+0".sources]] - hash = "9f9cd4c041f99b5c49ffb7b59d9f12d95b683d88585608aa56a6307667b2b21f" - url = "https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.1.tar.gz" - [[LibMPDec_jll."2.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d2c8748094257f416ba5201fd825875463d5332c//L/LibMPDec/./bundled" - -[LibModbus_jll."0.1.0+0"] -libraries = ["libmodbus"] - - [[LibModbus_jll."0.1.0+0".sources]] - hash = "f9fe3b0a5343f7fbb3f5c74196bd0fce88df39d5" - repo = "https://github.com/stephane/libmodbus.git" - -[LibModbus_jll."0.1.0+1"] -libraries = ["libmodbus"] - - [[LibModbus_jll."0.1.0+1".sources]] - hash = "f9fe3b0a5343f7fbb3f5c74196bd0fce88df39d5" - repo = "https://github.com/stephane/libmodbus.git" - -[LibModbus_jll."3.1.10+0"] -libraries = ["libmodbus"] - - [[LibModbus_jll."3.1.10+0".sources]] - hash = "b25629bfb508bdce7d519884c0fa9810b7d98d44" - repo = "https://github.com/stephane/libmodbus.git" - -[LibOSXUnwind_jll."0.0.5+0"] -libraries = ["libosxunwind"] - - [[LibOSXUnwind_jll."0.0.5+0".sources]] - hash = "4ba7b3e24988053870d811afdff58ff103929e7531f156e663f3cf25416c9f46" - url = "https://github.com/JuliaLang/libosxunwind/archive/v0.0.5.tar.gz" - -[LibOSXUnwind_jll."0.0.6+0"] -libraries = ["libosxunwind"] - - [[LibOSXUnwind_jll."0.0.6+0".sources]] - hash = "c3943fdd063c2c8c249778326cbfecdc62c804a0509c4ae4799604e1817f9058" - url = "https://github.com/JuliaLang/libosxunwind/archive/v0.0.6.tar.gz" - -[LibOSXUnwind_jll."0.0.6+1"] -libraries = ["libosxunwind"] - - [[LibOSXUnwind_jll."0.0.6+1".sources]] - hash = "c3943fdd063c2c8c249778326cbfecdc62c804a0509c4ae4799604e1817f9058" - url = "https://github.com/JuliaLang/libosxunwind/archive/v0.0.6.tar.gz" - -[LibOSXUnwind_jll."0.0.6+2"] -libraries = ["libosxunwind"] - - [[LibOSXUnwind_jll."0.0.6+2".sources]] - hash = "c3943fdd063c2c8c249778326cbfecdc62c804a0509c4ae4799604e1817f9058" - url = "https://github.com/JuliaLang/libosxunwind/archive/v0.0.6.tar.gz" - -[LibOSXUnwind_jll."0.0.7+0"] -libraries = ["libosxunwind"] - - [[LibOSXUnwind_jll."0.0.7+0".sources]] - hash = "c3943fdd063c2c8c249778326cbfecdc62c804a0509c4ae4799604e1817f9058" - url = "https://github.com/JuliaLang/libosxunwind/archive/v0.0.6.tar.gz" - -[LibPQ_jll."12.3.0+0"] -libraries = ["libpq"] - - [[LibPQ_jll."12.3.0+0".sources]] - hash = "708fd5b32a97577679d3c13824c633936f886a733fc55ab5a9240b615a105f50" - url = "https://ftp.postgresql.org/pub/source/v12.3/postgresql-12.3.tar.gz" - [[LibPQ_jll."12.3.0+0".sources]] - hash = "7d2af7120ee03df71fbca24031ccaf42404752e639196fe93c79a41b38a6d669" - url = "https://data.iana.org/time-zones/releases/tzcode2020a.tar.gz" - -[LibPQ_jll."14.1.0+0"] -libraries = ["libpq"] - - [[LibPQ_jll."14.1.0+0".sources]] - hash = "b29030525e1314d676f41e6007a96d4489ba0d03fa93e67b477c1d5386790c8f" - url = "https://ftp.postgresql.org/pub/source/v14.1/postgresql-14.1.tar.gz" - [[LibPQ_jll."14.1.0+0".sources]] - hash = "584666393a5424d13d27ec01183da17703273664742e049d4f62f62dab631775" - url = "https://data.iana.org/time-zones/releases/tzcode2021e.tar.gz" - -[LibPQ_jll."14.1.0+1"] -libraries = ["libpq"] - - [[LibPQ_jll."14.1.0+1".sources]] - hash = "b29030525e1314d676f41e6007a96d4489ba0d03fa93e67b477c1d5386790c8f" - url = "https://ftp.postgresql.org/pub/source/v14.1/postgresql-14.1.tar.gz" - [[LibPQ_jll."14.1.0+1".sources]] - hash = "584666393a5424d13d27ec01183da17703273664742e049d4f62f62dab631775" - url = "https://data.iana.org/time-zones/releases/tzcode2021e.tar.gz" - -[LibPQ_jll."14.3.0+0"] -libraries = ["libpq"] - - [[LibPQ_jll."14.3.0+0".sources]] - hash = "18eff30438703dd7a5f2a7ca916741bce3c99eadb4025bc6268af268e8e909c5" - url = "https://ftp.postgresql.org/pub/source/v14.3/postgresql-14.3.tar.gz" - [[LibPQ_jll."14.3.0+0".sources]] - hash = "584666393a5424d13d27ec01183da17703273664742e049d4f62f62dab631775" - url = "https://data.iana.org/time-zones/releases/tzcode2021e.tar.gz" - -[LibPQ_jll."14.3.0+1"] -libraries = ["libpq"] - - [[LibPQ_jll."14.3.0+1".sources]] - hash = "18eff30438703dd7a5f2a7ca916741bce3c99eadb4025bc6268af268e8e909c5" - url = "https://ftp.postgresql.org/pub/source/v14.3/postgresql-14.3.tar.gz" - [[LibPQ_jll."14.3.0+1".sources]] - hash = "584666393a5424d13d27ec01183da17703273664742e049d4f62f62dab631775" - url = "https://data.iana.org/time-zones/releases/tzcode2021e.tar.gz" - -[LibPQ_jll."16.0.0+0"] -libraries = ["libpq"] - - [[LibPQ_jll."16.0.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - - [[LibPQ_jll."16.0.0+0".sources]] - hash = "c372fbbd8e911f2412b80a8c39d7079366565d67" - repo = "https://github.com/postgres/postgres.git" - [[LibPQ_jll."16.0.0+0".sources]] - hash = "46d17f2bb19ad73290f03a203006152e0fa0d7b11e5b71467c4a823811b214e7" - url = "https://data.iana.org/time-zones/releases/tzcode2023c.tar.gz" - -[LibPQ_jll."16.8.0+0"] -libraries = ["libpq"] - - [[LibPQ_jll."16.8.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - - [[LibPQ_jll."16.8.0+0".sources]] - hash = "71eb35c0b18de96537bd3876ec9bf8075bfd484f" - repo = "https://github.com/postgres/postgres.git" - [[LibPQ_jll."16.8.0+0".sources]] - hash = "119679d59f76481eb5e03d3d2a47d7870d592f3999549af189dbd31f2ebf5061" - url = "https://data.iana.org/time-zones/releases/tzcode2025a.tar.gz" - -[LibRaw_jll."0.20.2+0"] -executables = ["mem_image", "postprocessing_benchmark", "raw-identify", "4channels", "half_mt", "multirender_test", "dcraw_emu", "simple_dcraw", "unprocessed_raw", "rawtextdump", "dcraw_half"] -libraries = ["libraw", "libraw_r"] - - [[LibRaw_jll."0.20.2+0".sources]] - hash = "dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6" - url = "https://www.libraw.org/data/LibRaw-0.20.2.tar.gz" - -[LibSSH2_jll."1.9.0+0"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.9.0+0".sources]] - hash = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.9.0/libssh2-1.9.0.tar.gz" - -[LibSSH2_jll."1.9.0+1"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.9.0+1".sources]] - hash = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.9.0/libssh2-1.9.0.tar.gz" - -[LibSSH2_jll."1.9.0+2"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.9.0+2".sources]] - hash = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.9.0/libssh2-1.9.0.tar.gz" - -[LibSSH2_jll."1.9.0+3"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.9.0+3".sources]] - hash = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.9.0/libssh2-1.9.0.tar.gz" - -[LibSSH2_jll."1.9.1+0"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.9.1+0".sources]] - hash = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.9.0/libssh2-1.9.0.tar.gz" - -[LibSSH2_jll."1.9.1+1"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.9.1+1".sources]] - hash = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.9.0/libssh2-1.9.0.tar.gz" - -[LibSSH2_jll."1.9.1+2"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.9.1+2".sources]] - hash = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.9.0/libssh2-1.9.0.tar.gz" - -[LibSSH2_jll."1.9.1+3"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.9.1+3".sources]] - hash = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.9.0/libssh2-1.9.0.tar.gz" - -[LibSSH2_jll."1.9.1+4"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.9.1+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibSSH2_jll."1.9.1+4".sources]] - hash = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.9.0/libssh2-1.9.0.tar.gz" - -[LibSSH2_jll."1.10.1+0"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.10.1+0".sources]] - hash = "2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.10.0/libssh2-1.10.0.tar.gz" - -[LibSSH2_jll."1.10.2+0"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.10.2+0".sources]] - hash = "2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.10.0/libssh2-1.10.0.tar.gz" - [[LibSSH2_jll."1.10.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/24e331a74a9efdae8d341c65e9b1e6891bb8f819//L/LibSSH2/./bundled" - -[LibSSH2_jll."1.10.2+1"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.10.2+1".sources]] - hash = "2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.10.0/libssh2-1.10.0.tar.gz" - [[LibSSH2_jll."1.10.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e974fd44fbdc8cc4b346bd7ab23c06b8cd635bd4//L/LibSSH2/./bundled" - -[LibSSH2_jll."1.10.2+2"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.10.2+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibSSH2_jll."1.10.2+2".sources]] - hash = "2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.10.0/libssh2-1.10.0.tar.gz" - [[LibSSH2_jll."1.10.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0aafcb84be4a0964dff65417c3073d957d004d55//L/LibSSH2/./bundled" - -[LibSSH2_jll."1.11.0+0"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibSSH2_jll."1.11.0+0".sources]] - hash = "3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.0/libssh2-1.11.0.tar.gz" - [[LibSSH2_jll."1.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3fea63e6004e87af14731c3fde5affe356e8d41c//L/LibSSH2/./bundled" - -[LibSSH2_jll."1.11.0+1"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibSSH2_jll."1.11.0+1".sources]] - hash = "3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.0/libssh2-1.11.0.tar.gz" - [[LibSSH2_jll."1.11.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/14c399600723fdc69b845af526ca06fdc35ad4ae//L/LibSSH2/./bundled" - -[LibSSH2_jll."1.11.0+2"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibSSH2_jll."1.11.0+2".sources]] - hash = "3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.0/libssh2-1.11.0.tar.gz" - [[LibSSH2_jll."1.11.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/080fe17d75f28323a92d7e26759184cf0d1f8eb8//L/LibSSH2/./bundled" - -[LibSSH2_jll."1.11.0+3"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.0+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibSSH2_jll."1.11.0+3".sources]] - hash = "3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.0/libssh2-1.11.0.tar.gz" - -[LibSSH2_jll."1.11.0+4"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.0+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibSSH2_jll."1.11.0+4".sources]] - hash = "3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.0/libssh2-1.11.0.tar.gz" - -[LibSSH2_jll."1.11.0+5"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.0+5".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibSSH2_jll."1.11.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9e93401baf07c15c00d239fc6c4d124f8121451f//L/LibSSH2/./bundled" - [[LibSSH2_jll."1.11.0+5".sources]] - hash = "3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.0/libssh2-1.11.0.tar.gz" - -[LibSSH2_jll."1.11.1+0"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibSSH2_jll."1.11.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/46acfe3b075e476861053afe2ced9a73424d8323//L/LibSSH2/./bundled" - [[LibSSH2_jll."1.11.1+0".sources]] - hash = "3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.0/libssh2-1.11.0.tar.gz" - -[LibSSH2_jll."1.11.2+0"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibSSH2_jll."1.11.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/941f91b7a259427273b7171e1b5c4d0735383dce//L/LibSSH2/./bundled" - [[LibSSH2_jll."1.11.2+0".sources]] - hash = "3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.0/libssh2-1.11.0.tar.gz" - -[LibSSH2_jll."1.11.3+0"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.3+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibSSH2_jll."1.11.3+0".sources]] - hash = "d9ec76cbe34db98eec3539fe2c899d26b0c837cb3eb466a56b0f109cabf658f7" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.1/libssh2-1.11.1.tar.gz" - -[LibSSH2_jll."1.11.3+1"] -libraries = ["libssh2"] - - [[LibSSH2_jll."1.11.3+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibSSH2_jll."1.11.3+1".sources]] - hash = "d9ec76cbe34db98eec3539fe2c899d26b0c837cb3eb466a56b0f109cabf658f7" - url = "https://github.com/libssh2/libssh2/releases/download/libssh2-1.11.1/libssh2-1.11.1.tar.gz" - -[LibSpatialIndex_jll."1.8.5+0"] -libraries = ["libspatialindex_c", "libspatialindex"] - - [[LibSpatialIndex_jll."1.8.5+0".sources]] - hash = "31ec0a9305c3bd6b4ad60a5261cba5402366dd7d1969a8846099717778e9a50a" - url = "http://download.osgeo.org/libspatialindex/spatialindex-src-1.8.5.tar.bz2" - [[LibSpatialIndex_jll."1.8.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ad0dfe9ff2f835e1975ff67e18a4931692b27585//L/LibSpatialIndex/./patches" - -[LibSpatialIndex_jll."1.9.3+0"] -libraries = ["libspatialindex_c", "libspatialindex"] - - [[LibSpatialIndex_jll."1.9.3+0".sources]] - hash = "4a529431cfa80443ab4dcd45a4b25aebbabe1c0ce2fa1665039c80e999dcc50a" - url = "https://github.com/libspatialindex/libspatialindex/releases/download/1.9.3/spatialindex-src-1.9.3.tar.bz2" - [[LibSpatialIndex_jll."1.9.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/68d176dddf4f48b63e38a159d51603e0c5df7109//L/LibSpatialIndex/./patches" - -[LibSpatialIndex_jll."2.0.0+0"] -libraries = ["libspatialindex_c", "libspatialindex"] - - [[LibSpatialIndex_jll."2.0.0+0".sources]] - hash = "949e3fdcad406a63075811ab1b11afcc4afddc035fbc69a3acfc8b655b82e9a5" - url = "https://github.com/libspatialindex/libspatialindex/releases/download/2.0.0/spatialindex-src-2.0.0.tar.bz2" - -[LibTeXPrintf_jll."1.11.0+0"] -libraries = ["libtexprintf"] - - [[LibTeXPrintf_jll."1.11.0+0".sources]] - hash = "275a89bbfeb132007027a0a0e0dea333a72e40e5" - repo = "https://github.com/bartp5/libtexprintf.git" - [[LibTeXPrintf_jll."1.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5de4ce27d44321bdd8c789cc603d90177598093b//L/LibTeXPrintf/./bundled" - -[LibTeXPrintf_jll."1.14.0+0"] -libraries = ["libtexprintf"] - - [[LibTeXPrintf_jll."1.14.0+0".sources]] - hash = "275a89bbfeb132007027a0a0e0dea333a72e40e5" - repo = "https://github.com/bartp5/libtexprintf.git" - [[LibTeXPrintf_jll."1.14.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e5c877412e46e6cc6efc99bd120ce2d9513586d//L/LibTeXPrintf/./bundled" - -[LibTeXPrintf_jll."1.14.1+0"] -libraries = ["libtexprintf"] - - [[LibTeXPrintf_jll."1.14.1+0".sources]] - hash = "275a89bbfeb132007027a0a0e0dea333a72e40e5" - repo = "https://github.com/bartp5/libtexprintf.git" - [[LibTeXPrintf_jll."1.14.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/163762fd4022504ae4397b70092ca19a0649074c//L/LibTeXPrintf/./bundled" - -[LibTeXPrintf_jll."1.14.2+0"] -libraries = ["libtexprintf"] - - [[LibTeXPrintf_jll."1.14.2+0".sources]] - hash = "61b7c0e5217f2c3be67dca909f3845887177a63f" - repo = "https://github.com/bartp5/libtexprintf.git" - -[LibTeXPrintf_jll."1.17.0+0"] -libraries = ["libtexprintf"] - - [[LibTeXPrintf_jll."1.17.0+0".sources]] - hash = "77595060141ac1da3d146c62eed5fe3113811cc7" - repo = "https://github.com/bartp5/libtexprintf.git" - -[LibTeXPrintf_jll."1.18.0+0"] -libraries = ["libtexprintf"] - - [[LibTeXPrintf_jll."1.18.0+0".sources]] - hash = "52d2ef31944858c58d48a9e33c35471fa23218e1" - repo = "https://github.com/bartp5/libtexprintf.git" - -[LibTeXPrintf_jll."1.21.0+0"] -libraries = ["libtexprintf"] - - [[LibTeXPrintf_jll."1.21.0+0".sources]] - hash = "8bdbf8afdcbf305a5f1a1cef8fcaedab6c26d6fa" - repo = "https://github.com/bartp5/libtexprintf.git" - -[LibTorchCAPI_jll."1.7.1+0"] -libraries = ["libtorch_capi"] - - [[LibTorchCAPI_jll."1.7.1+0".sources]] - hash = "bb6c6a63ffd0d11e0df42d5faab2cdf9426e1189" - repo = "https://github.com/data-efficient-ml/ThArrays.jl.git" - -[LibTracyClient_jll."0.9.0+0"] -files = ["lib/libTracyClient.a", "lib/libTracyClient.lib"] -libraries = ["libTracyClient"] - - [[LibTracyClient_jll."0.9.0+0".sources]] - hash = "93a91544e3d88f3bc4c405bad3dbc916ba951cdaadd5fcec1139af6fa56e6bfc" - url = "https://github.com/wolfpld/tracy/archive/refs/tags/v0.9.tar.gz" - [[LibTracyClient_jll."0.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d1c482f217fcc5769cbe896e47a0776acd165516//L/LibTracyClient/LibTracyClient@0.9.0/./bundled" - -[LibTracyClient_jll."0.9.0+1"] -files = ["lib/libTracyClient.a", "lib/libTracyClient.lib"] -libraries = ["libTracyClient"] - - [[LibTracyClient_jll."0.9.0+1".sources]] - hash = "5a1f5371b792c12aea324213e1dc738b2923ae21" - repo = "https://github.com/wolfpld/tracy.git" - [[LibTracyClient_jll."0.9.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eaae978347c2228a2a0b666b44ffe7f8827db43f//L/LibTracyClient/LibTracyClient@0.9.0/./bundled" - -[LibTracyClient_jll."0.9.1+0"] -files = ["lib/libTracyClient.a", "lib/libTracyClient.lib"] -libraries = ["libTracyClient"] - - [[LibTracyClient_jll."0.9.1+0".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[LibTracyClient_jll."0.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9f51be66b98185837885d123180f71b4d21b276d//L/LibTracyClient/LibTracyClient@0.9.1/./bundled" - -[LibTracyClient_jll."0.9.1+1"] -files = ["lib/libTracyClient.a", "lib/libTracyClient.lib"] -libraries = ["libTracyClient"] - - [[LibTracyClient_jll."0.9.1+1".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[LibTracyClient_jll."0.9.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c9febd64514c647fc12f1a95ff8b1b2f25e94ba//L/LibTracyClient/LibTracyClient@0.9.1/./bundled" - -[LibTracyClient_jll."0.9.1+2"] -files = ["lib/libTracyClient.a", "lib/libTracyClient.lib"] -libraries = ["libTracyClient"] - - [[LibTracyClient_jll."0.9.1+2".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[LibTracyClient_jll."0.9.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b76d05c8e6640d872c7ec49a3c62fbc028caf2eb//L/LibTracyClient/LibTracyClient@0.9.1/./bundled" - -[LibTracyClient_jll."0.9.1+3"] -files = ["lib/libTracyClient.a", "lib/libTracyClient.lib"] -libraries = ["libTracyClient"] - - [[LibTracyClient_jll."0.9.1+3".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[LibTracyClient_jll."0.9.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d25a244ce2a4ccf5b4452697df8ec69326625f95//L/LibTracyClient/LibTracyClient@0.9.1/./bundled" - -[LibTracyClient_jll."0.9.1+4"] -files = ["lib/libTracyClient.a", "lib/libTracyClient.lib"] -libraries = ["libTracyClient"] - - [[LibTracyClient_jll."0.9.1+4".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[LibTracyClient_jll."0.9.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3856d3c61dd5f1cacd1c8718cf0cec3f0f5aa0cc//L/LibTracyClient/LibTracyClient@0.9.1/./bundled" - -[LibTracyClient_jll."0.9.1+5"] -files = ["lib/libTracyClient.a", "lib/libTracyClient.lib"] -libraries = ["libTracyClient"] - - [[LibTracyClient_jll."0.9.1+5".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[LibTracyClient_jll."0.9.1+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/82c3666f705923512dacd595295736f5c41f767a//L/LibTracyClient/LibTracyClient@0.9.1/./bundled" - -[LibTracyClient_jll."0.9.1+6"] -files = ["lib/libTracyClient.a", "lib/libTracyClient.lib"] -libraries = ["libTracyClient"] - - [[LibTracyClient_jll."0.9.1+6".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[LibTracyClient_jll."0.9.1+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f0e4d0d1d5f570584c72b9de2d081808dfb997c//L/LibTracyClient/LibTracyClient@0.9.1/./bundled" - -[LibUCL_jll."0.8.2+0"] -libraries = ["libucl"] - - [[LibUCL_jll."0.8.2+0".sources]] - hash = "a615938cec3ae35c70aa2fb9845c9c12e5c7326f" - repo = "https://github.com/vstakhov/libucl.git" - [[LibUCL_jll."0.8.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8a11d1b382124a109b586d6e9d2199e474db3500//L/LibUCL/./bundled" - -[LibUCL_jll."0.8.2+1"] -libraries = ["libucl"] - - [[LibUCL_jll."0.8.2+1".sources]] - hash = "a615938cec3ae35c70aa2fb9845c9c12e5c7326f" - repo = "https://github.com/vstakhov/libucl.git" - [[LibUCL_jll."0.8.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5d5e4b6e590cf09b3313c1265e097a5f8ad79e9a//L/LibUCL/./bundled" - -[LibUV_jll."2.0.0+0"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+0".sources]] - hash = "35b1504507a7a4168caae3d78db54d1121b121e1" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+1"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+1".sources]] - hash = "35b1504507a7a4168caae3d78db54d1121b121e1" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+2"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+2".sources]] - hash = "659812b7f8a9c51e9ce215c964e0376af2063ad0" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+3"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+3".sources]] - hash = "b5bf0b870f0e2b0891f5ae218d8c43d849d3bc79" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+4"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+4".sources]] - hash = "183e55582e2f132e3e82d8c6c256a533a830e53a" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+5"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+5".sources]] - hash = "2d1091205e0da3537fcc9a681b0eb951ee1d74bf" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+6"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+6".sources]] - hash = "4726f5ef94fe5e11335a6d6ef048b00a72110135" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+7"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+7".sources]] - hash = "118bd99ef25c818ed57f64189465e6c600b2a25c" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+8"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+8".sources]] - hash = "87d3a78a0d4126906c0abc3ae8a38e731b0312f4" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+9"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+9".sources]] - hash = "1fcc6d66f9df74189c74d3d390f02202bb7db953" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+10"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+10".sources]] - hash = "67d1dc2ca2289f25a23b016a0bc427d45301ec05" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+11"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+11".sources]] - hash = "67d1dc2ca2289f25a23b016a0bc427d45301ec05" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.0+12"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.0+12".sources]] - hash = "fb3e3364c33ae48c827f6b103e05c3f0e78b79a9" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+0"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+0".sources]] - hash = "67d1dc2ca2289f25a23b016a0bc427d45301ec05" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+1"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+1".sources]] - hash = "fb3e3364c33ae48c827f6b103e05c3f0e78b79a9" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+2"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+2".sources]] - hash = "fb3e3364c33ae48c827f6b103e05c3f0e78b79a9" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+3"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+3".sources]] - hash = "c6869fba163a1e04af64ede438a8fd0191e75e9e" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+4"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+4".sources]] - hash = "c6869fba163a1e04af64ede438a8fd0191e75e9e" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+5"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+5".sources]] - hash = "3a63bf71de62c64097989254e4f03212e3bf5fc8" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+6"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+6".sources]] - hash = "b2133cbc35f1641c4205bc8ca882eba289118187" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+7"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+7".sources]] - hash = "2df54fc9459912d940f9fd5e2a16eb1e61bbc784" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+8"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+8".sources]] - hash = "3f7038d62e43c3682394a6ea7b4ccc46be0fa0bf" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+9"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+9".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUV_jll."2.0.1+9".sources]] - hash = "3f7038d62e43c3682394a6ea7b4ccc46be0fa0bf" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+10"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+10".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUV_jll."2.0.1+10".sources]] - hash = "6d2f161c9b23d9f188fc67ecf04b23a2bd146a7c" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+11"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+11".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUV_jll."2.0.1+11".sources]] - hash = "e6f0e4900e195c8352f821abe2b3cffc3089547b" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+12"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+12".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUV_jll."2.0.1+12".sources]] - hash = "a9b8cea503ea7350ec9f4926a60544ac5807f038" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+13"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+13".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUV_jll."2.0.1+13".sources]] - hash = "2723e256e952be0b015b3c0086f717c3d365d97e" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+14"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+14".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUV_jll."2.0.1+14".sources]] - hash = "2723e256e952be0b015b3c0086f717c3d365d97e" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+15"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+15".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUV_jll."2.0.1+15".sources]] - hash = "afa1c67fa496eb49ade1e520f76fd018a1409eaa" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+16"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+16".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUV_jll."2.0.1+16".sources]] - hash = "ca3a5a431a1c37859b6508e6b2a288092337029a" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+17"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+17".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUV_jll."2.0.1+17".sources]] - hash = "c57e7f06cbe697ca8ea9215ce054a608c451b193" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+18"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+18".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUV_jll."2.0.1+18".sources]] - hash = "af4172ec713ee986ba1a989b9e33993a07c60c9e" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+19"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+19".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUV_jll."2.0.1+19".sources]] - hash = "af4172ec713ee986ba1a989b9e33993a07c60c9e" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUV_jll."2.0.1+20"] -libraries = ["libuv"] - - [[LibUV_jll."2.0.1+20".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUV_jll."2.0.1+20".sources]] - hash = "af4172ec713ee986ba1a989b9e33993a07c60c9e" - repo = "https://github.com/JuliaLang/libuv.git" - -[LibUnwind_jll."1.3.1+0"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.3.1+0".sources]] - hash = "43997a3939b6ccdf2f669b50fdb8a4d3205374728c2923ddc2354c65260214f8" - url = "https://github.com/libunwind/libunwind/releases/download/v1.3.1/libunwind-1.3.1.tar.gz" - [[LibUnwind_jll."1.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e71090ffa020ab987334faeea60df02f1988dc1c//L/LibUnwind/./bundled" - -[LibUnwind_jll."1.3.1+1"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.3.1+1".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.3.1+1".sources]] - hash = "43997a3939b6ccdf2f669b50fdb8a4d3205374728c2923ddc2354c65260214f8" - url = "https://github.com/libunwind/libunwind/releases/download/v1.3.1/libunwind-1.3.1.tar.gz" - [[LibUnwind_jll."1.3.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/de9cb76d1defaab63e384f1f879737856e93c02b//L/LibUnwind/./bundled" - -[LibUnwind_jll."1.3.2+0"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.3.2+0".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.3.2+0".sources]] - hash = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e" - url = "https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz" - [[LibUnwind_jll."1.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a64276d1c611cb520a2bcef112a0e0188c40e5df//L/LibUnwind/./bundled" - -[LibUnwind_jll."1.3.2+1"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.3.2+1".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.3.2+1".sources]] - hash = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e" - url = "https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz" - [[LibUnwind_jll."1.3.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/801e854cf8f595e51e26797d542a401935255ffd//L/LibUnwind/./bundled" - -[LibUnwind_jll."1.3.2+2"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.3.2+2".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.3.2+2".sources]] - hash = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e" - url = "https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz" - [[LibUnwind_jll."1.3.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e753234b79e0779ac2fd503ccb9149f16b5320dd//L/LibUnwind/./bundled" - -[LibUnwind_jll."1.3.2+3"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.3.2+3".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.3.2+3".sources]] - hash = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e" - url = "https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz" - [[LibUnwind_jll."1.3.2+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e603b5f0e70aa6138a31e95f6eeae3685c803527//L/LibUnwind/./bundled" - -[LibUnwind_jll."1.3.2+4"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.3.2+4".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.3.2+4".sources]] - hash = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e" - url = "https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz" - [[LibUnwind_jll."1.3.2+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e47ea290bc7cc3d95d90922ad357a2a3843b1aff//L/LibUnwind/./bundled" - -[LibUnwind_jll."1.3.2+5"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.3.2+5".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.3.2+5".sources]] - hash = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e" - url = "https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz" - [[LibUnwind_jll."1.3.2+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e9a0bfdaf1947867eafde7c8472389fdf60ccdc6//L/LibUnwind/./bundled" - -[LibUnwind_jll."1.3.2+6"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.3.2+6".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.3.2+6".sources]] - hash = "0a4b5a78d8c0418dfa610245f75fa03ad45d8e5e4cc091915d2dbed34c01178e" - url = "https://github.com/libunwind/libunwind/releases/download/v1.3.2/libunwind-1.3.2.tar.gz" - [[LibUnwind_jll."1.3.2+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cdaeab85f3c67776790601fe6d98d00ad536229f//L/LibUnwind/LibUnwind@1.3.2/./bundled" - -[LibUnwind_jll."1.5.0+0"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.5.0+0".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.5.0+0".sources]] - hash = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017" - url = "https://github.com/libunwind/libunwind/releases/download/v1.5/libunwind-1.5.0.tar.gz" - [[LibUnwind_jll."1.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1cd793dc29f318cf23e4c5c00fa1ff8d44d5d0fe//L/LibUnwind/./bundled" - -[LibUnwind_jll."1.5.0+1"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.5.0+1".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.5.0+1".sources]] - hash = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017" - url = "https://github.com/libunwind/libunwind/releases/download/v1.5/libunwind-1.5.0.tar.gz" - [[LibUnwind_jll."1.5.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/85c3f851df9e2a3be021c2a7300810a8d979861d//L/LibUnwind/LibUnwind@1.5.0/./bundled" - -[LibUnwind_jll."1.5.0+2"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.5.0+2".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.5.0+2".sources]] - hash = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017" - url = "https://github.com/libunwind/libunwind/releases/download/v1.5/libunwind-1.5.0.tar.gz" - [[LibUnwind_jll."1.5.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c877e18dd9bb9b2e79415e00f661a7e37b2aea9//L/LibUnwind/LibUnwind@1.5.0/./bundled" - -[LibUnwind_jll."1.5.0+3"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.5.0+3".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - [[LibUnwind_jll."1.5.0+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.5.0+3".sources]] - hash = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017" - url = "https://github.com/libunwind/libunwind/releases/download/v1.5/libunwind-1.5.0.tar.gz" - [[LibUnwind_jll."1.5.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c29a8e3d3cf7175ae4df636c356f74f6496ee91e//L/LibUnwind/LibUnwind@1.5.0/./bundled" - -[LibUnwind_jll."1.5.0+4"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.5.0+4".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - [[LibUnwind_jll."1.5.0+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.5.0+4".sources]] - hash = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017" - url = "https://github.com/libunwind/libunwind/releases/download/v1.5/libunwind-1.5.0.tar.gz" - [[LibUnwind_jll."1.5.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7bc6fa71b4d569fd706a896f2d95b2069a405835//L/LibUnwind/LibUnwind@1.5.0/./bundled" - -[LibUnwind_jll."1.5.0+5"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.5.0+5".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - [[LibUnwind_jll."1.5.0+5".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.5.0+5".sources]] - hash = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017" - url = "https://download.savannah.nongnu.org/releases/libunwind/libunwind-1.5.0.tar.gz" - [[LibUnwind_jll."1.5.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/85bd28db19a8ae7aebd489318d24381917d3906e//L/LibUnwind/LibUnwind@1.5.0/./bundled" - -[LibUnwind_jll."1.7.2+0"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.7.2+0".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - [[LibUnwind_jll."1.7.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.7.2+0".sources]] - hash = "a18a6a24307443a8ace7a8acc2ce79fbbe6826cd0edf98d6326d0225d6a5d6e6" - url = "https://github.com/libunwind/libunwind/releases/download/v1.7.2/libunwind-1.7.2.tar.gz" - [[LibUnwind_jll."1.7.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b1c2455c0b1429d035dea45519477b191511e868//L/LibUnwind/LibUnwind@1.7.2/./bundled" - -[LibUnwind_jll."1.7.2+1"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.7.2+1".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - [[LibUnwind_jll."1.7.2+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.7.2+1".sources]] - hash = "a18a6a24307443a8ace7a8acc2ce79fbbe6826cd0edf98d6326d0225d6a5d6e6" - url = "https://github.com/libunwind/libunwind/releases/download/v1.7.2/libunwind-1.7.2.tar.gz" - [[LibUnwind_jll."1.7.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e5c16cd7d6f49d94ab8a81107f7ca001ed914335//L/LibUnwind/LibUnwind@1.7.2/./bundled" - -[LibUnwind_jll."1.7.2+2"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.7.2+2".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - [[LibUnwind_jll."1.7.2+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[LibUnwind_jll."1.7.2+2".sources]] - hash = "a18a6a24307443a8ace7a8acc2ce79fbbe6826cd0edf98d6326d0225d6a5d6e6" - url = "https://github.com/libunwind/libunwind/releases/download/v1.7.2/libunwind-1.7.2.tar.gz" - [[LibUnwind_jll."1.7.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/07548edf030220b89b0ffc8d187a03fb91aefa8e//L/LibUnwind/LibUnwind@1.7.2/./bundled" - -[LibUnwind_jll."1.8.1+0"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.8.1+0".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - [[LibUnwind_jll."1.8.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUnwind_jll."1.8.1+0".sources]] - hash = "ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157" - url = "https://github.com/libunwind/libunwind/releases/download/v1.8.1/libunwind-1.8.1.tar.gz" - [[LibUnwind_jll."1.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/15177967e6784d1b9611d904f7a8b32b187cd5d6//L/LibUnwind/LibUnwind@1.8.1/./bundled" - -[LibUnwind_jll."1.8.1+1"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.8.1+1".build_dependencies]] - name = "XZ_jll" - target = "target" - version = "*" - [[LibUnwind_jll."1.8.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUnwind_jll."1.8.1+1".sources]] - hash = "ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157" - url = "https://github.com/libunwind/libunwind/releases/download/v1.8.1/libunwind-1.8.1.tar.gz" - [[LibUnwind_jll."1.8.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e893ce55473973ef7a9d66ae05fc51873c829f9f//L/LibUnwind/LibUnwind@1.8.1/./bundled" - -[LibUnwind_jll."1.8.1+2"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.8.1+2".build_dependencies]] - name = "XZ_jll" - target = "target" - uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800" - version = "5.2.5" - [[LibUnwind_jll."1.8.1+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUnwind_jll."1.8.1+2".sources]] - hash = "ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157" - url = "https://github.com/libunwind/libunwind/releases/download/v1.8.1/libunwind-1.8.1.tar.gz" - [[LibUnwind_jll."1.8.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4c06f144fafd587b4c289e1b74bbca75f4624552//L/LibUnwind/LibUnwind@1.8.1/./bundled" - -[LibUnwind_jll."1.8.2+0"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.8.2+0".build_dependencies]] - name = "XZ_jll" - target = "target" - uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800" - version = "5.8.1" - [[LibUnwind_jll."1.8.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUnwind_jll."1.8.2+0".sources]] - hash = "7f262f1a1224f437ede0f96a6932b582c8f5421ff207c04e3d9504dfa04c8b82" - url = "https://github.com/libunwind/libunwind/releases/download/v1.8.2/libunwind-1.8.2.tar.gz" - [[LibUnwind_jll."1.8.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d9033abc645fa69c9e18354dfa1eb44ddbdf3d75//L/LibUnwind/LibUnwind@1.8.2/./bundled" - -[LibUnwind_jll."1.8.2+1"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.8.2+1".build_dependencies]] - name = "XZ_jll" - target = "target" - uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800" - version = "5.8.1" - [[LibUnwind_jll."1.8.2+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUnwind_jll."1.8.2+1".sources]] - hash = "7f262f1a1224f437ede0f96a6932b582c8f5421ff207c04e3d9504dfa04c8b82" - url = "https://github.com/libunwind/libunwind/releases/download/v1.8.2/libunwind-1.8.2.tar.gz" - [[LibUnwind_jll."1.8.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/49db94e21ed4596820d8f28b376337bac312d2de//L/LibUnwind/LibUnwind@1.8.2/./bundled" - -[LibUnwind_jll."1.8.3+0"] -libraries = ["libunwind"] - - [[LibUnwind_jll."1.8.3+0".build_dependencies]] - name = "XZ_jll" - target = "target" - uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800" - version = "5.8.1" - [[LibUnwind_jll."1.8.3+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[LibUnwind_jll."1.8.3+0".sources]] - hash = "be30d910e67f58d82e753231f1357f326a1a088acf126b21ff77e60aab19b90b" - url = "https://github.com/libunwind/libunwind/releases/download/v1.8.3/libunwind-1.8.3.tar.gz" - [[LibUnwind_jll."1.8.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/95bb1a5f5f2b33a0c29b1ee7d93c7c4f6d7bcc07//L/LibUnwind/LibUnwind@1.8.3/./bundled" - -[LibVPX_jll."1.8.0+0"] -libraries = ["libvpx"] - - [[LibVPX_jll."1.8.0+0".sources]] - hash = "86df18c694e1c06cc8f83d2d816e9270747a0ce6abe316e93a4f4095689373f6" - url = "https://github.com/webmproject/libvpx/archive/v1.8.0.tar.gz" - [[LibVPX_jll."1.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3bf670438b0afca5f069cea1d1223e54ee2357ae//L/LibVPX/./patches" - -[LibVPX_jll."1.8.1+0"] -files = ["${libdir}/libvpx.a"] - - [[LibVPX_jll."1.8.1+0".sources]] - hash = "df19b8f24758e90640e1ab228ab4a4676ec3df19d23e4593375e6f3847dee03e" - url = "https://github.com/webmproject/libvpx/archive/v1.8.1.tar.gz" - -[LibVPX_jll."1.8.1+1"] -files = ["${libdir}/libvpx.a"] - - [[LibVPX_jll."1.8.1+1".sources]] - hash = "df19b8f24758e90640e1ab228ab4a4676ec3df19d23e4593375e6f3847dee03e" - url = "https://github.com/webmproject/libvpx/archive/v1.8.1.tar.gz" - -[LibVPX_jll."1.9.0+0"] -files = ["${libdir}/libvpx.a"] - - [[LibVPX_jll."1.9.0+0".sources]] - hash = "d279c10e4b9316bf11a570ba16c3d55791e1ad6faa4404c67422eb631782c80a" - url = "https://github.com/webmproject/libvpx/archive/v1.9.0.tar.gz" - -[LibVPX_jll."1.9.0+1"] -files = ["${libdir}/libvpx.a"] - - [[LibVPX_jll."1.9.0+1".sources]] - hash = "d279c10e4b9316bf11a570ba16c3d55791e1ad6faa4404c67422eb631782c80a" - url = "https://github.com/webmproject/libvpx/archive/v1.9.0.tar.gz" - -[LibVPX_jll."1.10.0+0"] -files = ["${libdir}/libvpx.a"] - - [[LibVPX_jll."1.10.0+0".sources]] - hash = "85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a" - url = "https://github.com/webmproject/libvpx/archive/v1.10.0.tar.gz" - -[LibVPX_jll."1.15.2+0"] -files = ["${libdir}/libvpx.a"] - - [[LibVPX_jll."1.15.2+0".sources]] - hash = "d168454ecd099805c675d4a98c66f4891373302a" - repo = "https://github.com/webmproject/libvpx" - -[LibYAML_jll."0.2.5+0"] -libraries = ["libyaml", "libyaml-0"] - - [[LibYAML_jll."0.2.5+0".sources]] - hash = "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4" - url = "http://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz" - -[LibYAML_jll."0.2.6+0"] -libraries = ["libyaml", "libyaml-0"] - - [[LibYAML_jll."0.2.6+0".sources]] - hash = "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4" - url = "http://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz" - -[Libassuan_jll."2.5.5+0"] -libraries = ["libassuan"] - - [[Libassuan_jll."2.5.5+0".sources]] - hash = "8e8c2fcc982f9ca67dcbb1d95e2dc746b1739a4668bc20b3a3c5be632edb34e4" - url = "https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.5.tar.bz2" - -[Libassuan_jll."2.5.5+1"] -libraries = ["libassuan", "libassuan6"] - - [[Libassuan_jll."2.5.5+1".sources]] - hash = "8e8c2fcc982f9ca67dcbb1d95e2dc746b1739a4668bc20b3a3c5be632edb34e4" - url = "https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.5.tar.bz2" - [[Libassuan_jll."2.5.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/959282cf2ec76e0133eeb7c6a370e605cc1a1b32//L/Libassuan/./bundled" - -[Libassuan_jll."2.5.7+0"] -libraries = ["libassuan", "libassuan6"] - - [[Libassuan_jll."2.5.7+0".sources]] - hash = "0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76" - url = "https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.7.tar.bz2" - [[Libassuan_jll."2.5.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ebe5f83a14214496c62311d351ea24130005ff72//L/Libassuan/./bundled" - -[Libbpf_jll."0.3.0+0"] -libraries = ["libbpf"] - - [[Libbpf_jll."0.3.0+0".sources]] - hash = "c168d84a75b541f753ceb49015d9eb886e3fb5cca87cdd9aabce7e10ad3a1efc" - url = "https://github.com/libbpf/libbpf/archive/v0.3.tar.gz" - [[Libbpf_jll."0.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/037f2289b94a26f3c7573f6eb60415ff1775ddef//L/Libbpf/./bundled" - -[Libbpf_jll."0.4.0+0"] -libraries = ["libbpf"] - - [[Libbpf_jll."0.4.0+0".sources]] - hash = "21cbee4df093e7fd29e76ed429650d3f3abe3a893f35e346ab9bc3484f6e68c0" - url = "https://github.com/libbpf/libbpf/archive/v0.4.0.tar.gz" - [[Libbpf_jll."0.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b80d84e9a330c59a2fd9df9bd708bcaa33dcda4c//L/Libbpf/./bundled" - -[Libbpf_jll."0.5.0+0"] -libraries = ["libbpf"] - - [[Libbpf_jll."0.5.0+0".sources]] - hash = "d5b27980ceab9a80b6f28d3e67b51cea526fda49bd13151ba966e33548feb4f4" - url = "https://github.com/libbpf/libbpf/archive/v0.5.0.tar.gz" - [[Libbpf_jll."0.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a5bdc3eb8c0a9b05901b92772175c9948d0e4113//L/Libbpf/./bundled" - -[Libcap_Ng_jll."0.7.10+0"] -libraries = ["libcap-ng"] - - [[Libcap_Ng_jll."0.7.10+0".sources]] - hash = "a84ca7b4e0444283ed269b7a29f5b6187f647c82e2b876636b49b9a744f0ffbf" - url = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.10.tar.gz" - -[Libcap_Ng_jll."0.7.10+1"] -libraries = ["libcap-ng"] - - [[Libcap_Ng_jll."0.7.10+1".sources]] - hash = "a84ca7b4e0444283ed269b7a29f5b6187f647c82e2b876636b49b9a744f0ffbf" - url = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.10.tar.gz" - -[Libcerf_jll."1.14.0+0"] -libraries = ["libcerf"] - - [[Libcerf_jll."1.14.0+0".sources]] - hash = "065346b3360943c9961517f8c49ae13fe956835f6fc3b53e9d307e41feec3a34" - url = "https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v1.14/libcerf-v1.14.tar.gz" - -[Libcerf_jll."1.17.0+0"] -libraries = ["libcerf"] - - [[Libcerf_jll."1.17.0+0".sources]] - hash = "b1916b292cb37f2d0d0b699fbcf0fe260cca97ec7266ea20ff0c5cd8ef2eaab4" - url = "https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v1.17/libcerf-v1.17.tar.gz" - -[Libcroco_jll."0.6.13+0"] -libraries = ["libcroco"] - - [[Libcroco_jll."0.6.13+0".sources]] - hash = "767ec234ae7aa684695b3a735548224888132e063f92db585759b422570621d4" - url = "https://download.gnome.org/sources/libcroco/0.6/libcroco-0.6.13.tar.xz" - -[Libcroco_jll."0.6.13+1"] -libraries = ["libcroco", "libcroco-0", "libcroco-0.6"] - - [[Libcroco_jll."0.6.13+1".sources]] - hash = "767ec234ae7aa684695b3a735548224888132e063f92db585759b422570621d4" - url = "https://download.gnome.org/sources/libcroco/0.6/libcroco-0.6.13.tar.xz" - -[Libcroco_jll."0.6.13+2"] -libraries = ["libcroco", "libcroco-0", "libcroco-0.6"] - - [[Libcroco_jll."0.6.13+2".sources]] - hash = "767ec234ae7aa684695b3a735548224888132e063f92db585759b422570621d4" - url = "https://download.gnome.org/sources/libcroco/0.6/libcroco-0.6.13.tar.xz" - -[Libffi_jll."3.2.1+0"] -libraries = ["libffi"] - - [[Libffi_jll."3.2.1+0".sources]] - hash = "d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37" - url = "https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz" - -[Libffi_jll."3.2.1+1"] -libraries = ["libffi"] - - [[Libffi_jll."3.2.1+1".sources]] - hash = "d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37" - url = "https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz" - -[Libffi_jll."3.2.1+2"] -libraries = ["libffi"] - - [[Libffi_jll."3.2.1+2".sources]] - hash = "d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37" - url = "https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz" - -[Libffi_jll."3.2.1+3"] -libraries = ["libffi"] - - [[Libffi_jll."3.2.1+3".sources]] - hash = "d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37" - url = "https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz" - -[Libffi_jll."3.2.1+4"] -libraries = ["libffi"] - - [[Libffi_jll."3.2.1+4".sources]] - hash = "d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37" - url = "https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz" - -[Libffi_jll."3.2.2+0"] -libraries = ["libffi"] - - [[Libffi_jll."3.2.2+0".sources]] - hash = "d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37" - url = "https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz" - -[Libffi_jll."3.2.2+1"] -libraries = ["libffi"] - - [[Libffi_jll."3.2.2+1".sources]] - hash = "d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37" - url = "https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz" - [[Libffi_jll."3.2.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7629d04b17d885309dd15bcb96e7bc990695a7dd//L/Libffi/./bundled" - -[Libffi_jll."3.2.2+2"] -libraries = ["libffi"] - - [[Libffi_jll."3.2.2+2".sources]] - hash = "d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37" - url = "https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz" - [[Libffi_jll."3.2.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c82c599f3f066d67d8fb1f39e6398e3e9a4fd128//L/Libffi/./bundled" - -[Libffi_jll."3.4.4+0"] -libraries = ["libffi"] - - [[Libffi_jll."3.4.4+0".sources]] - hash = "d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676" - url = "https://github.com/libffi/libffi/releases/download/v3.4.4/libffi-3.4.4.tar.gz" - -[Libffi_jll."3.4.6+0"] -libraries = ["libffi"] - - [[Libffi_jll."3.4.6+0".sources]] - hash = "b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e" - url = "https://github.com/libffi/libffi/releases/download/v3.4.6/libffi-3.4.6.tar.gz" - -[Libffi_jll."3.4.6+1"] -libraries = ["libffi"] - - [[Libffi_jll."3.4.6+1".sources]] - hash = "b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e" - url = "https://github.com/libffi/libffi/releases/download/v3.4.6/libffi-3.4.6.tar.gz" - -[Libffi_jll."3.4.6+2"] -libraries = ["libffi"] - - [[Libffi_jll."3.4.6+2".sources]] - hash = "b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e" - url = "https://github.com/libffi/libffi/releases/download/v3.4.6/libffi-3.4.6.tar.gz" - -[Libffi_jll."3.4.6+3"] -libraries = ["libffi"] - - [[Libffi_jll."3.4.6+3".sources]] - hash = "b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e" - url = "https://github.com/libffi/libffi/releases/download/v3.4.6/libffi-3.4.6.tar.gz" - -[Libffi_jll."3.4.6+4"] -libraries = ["libffi"] - - [[Libffi_jll."3.4.6+4".sources]] - hash = "b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e" - url = "https://github.com/libffi/libffi/releases/download/v3.4.6/libffi-3.4.6.tar.gz" - -[Libffi_jll."3.4.7+0"] -libraries = ["libffi"] - - [[Libffi_jll."3.4.7+0".sources]] - hash = "138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d" - url = "https://github.com/libffi/libffi/releases/download/v3.4.7/libffi-3.4.7.tar.gz" - -[Libgcrypt_jll."1.8.5+0"] -libraries = ["libgcrypt"] - - [[Libgcrypt_jll."1.8.5+0".sources]] - hash = "3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3" - url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.5.tar.bz2" - -[Libgcrypt_jll."1.8.5+1"] -libraries = ["libgcrypt"] - - [[Libgcrypt_jll."1.8.5+1".sources]] - hash = "3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3" - url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.5.tar.bz2" - -[Libgcrypt_jll."1.8.5+2"] -libraries = ["libgcrypt"] - - [[Libgcrypt_jll."1.8.5+2".sources]] - hash = "3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3" - url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.5.tar.bz2" - -[Libgcrypt_jll."1.8.5+3"] -libraries = ["libgcrypt"] - - [[Libgcrypt_jll."1.8.5+3".sources]] - hash = "3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3" - url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.5.tar.bz2" - -[Libgcrypt_jll."1.8.5+4"] -libraries = ["libgcrypt"] - - [[Libgcrypt_jll."1.8.5+4".sources]] - hash = "3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3" - url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.5.tar.bz2" - -[Libgcrypt_jll."1.8.7+0"] -libraries = ["libgcrypt"] - - [[Libgcrypt_jll."1.8.7+0".sources]] - hash = "03b70f028299561b7034b8966d7dd77ef16ed139c43440925fe8782561974748" - url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.7.tar.bz2" - -[Libgcrypt_jll."1.8.11+0"] -libraries = ["libgcrypt"] - - [[Libgcrypt_jll."1.8.11+0".sources]] - hash = "c98249fb5bb1f6017f5f9bf484327a940b59075bca7c46fa69ebb54098249860" - url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.11.tar.bz2" - -[Libgcrypt_jll."1.11.0+0"] -libraries = ["libgcrypt"] - - [[Libgcrypt_jll."1.11.0+0".sources]] - hash = "09120c9867ce7f2081d6aaa1775386b98c2f2f246135761aae47d81f58685b9c" - url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2" - -[Libgcrypt_jll."1.11.1+0"] -libraries = ["libgcrypt"] - - [[Libgcrypt_jll."1.11.1+0".sources]] - hash = "09120c9867ce7f2081d6aaa1775386b98c2f2f246135761aae47d81f58685b9c" - url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2" - -[Libglvnd_jll."1.2.0+0"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.2.0+0".sources]] - hash = "2dacbcfa47b7ffb722cbddc0a4f1bc3ecd71d2d7bb461bceb8e396dc6b81dc6d" - url = "https://github.com/NVIDIA/libglvnd/releases/download/v1.2.0/libglvnd-1.2.0.tar.gz" - -[Libglvnd_jll."1.2.0+1"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.2.0+1".sources]] - hash = "2dacbcfa47b7ffb722cbddc0a4f1bc3ecd71d2d7bb461bceb8e396dc6b81dc6d" - url = "https://github.com/NVIDIA/libglvnd/releases/download/v1.2.0/libglvnd-1.2.0.tar.gz" - -[Libglvnd_jll."1.2.0+2"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.2.0+2".sources]] - hash = "2dacbcfa47b7ffb722cbddc0a4f1bc3ecd71d2d7bb461bceb8e396dc6b81dc6d" - url = "https://github.com/NVIDIA/libglvnd/releases/download/v1.2.0/libglvnd-1.2.0.tar.gz" - -[Libglvnd_jll."1.3.0+0"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.3.0+0".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - - [[Libglvnd_jll."1.3.0+0".sources]] - hash = "0f43bd9f6c20e6a75ff8cd57736bd78071da7a68e078ed39c81bcc710af30dc7" - url = "https://gitlab.freedesktop.org/glvnd/libglvnd/uploads/d164b4e6bed74290f4d60e9a5b9bc31c/libglvnd-1.3.0.tar.gz" - -[Libglvnd_jll."1.3.0+1"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.3.0+1".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - - [[Libglvnd_jll."1.3.0+1".sources]] - hash = "0f43bd9f6c20e6a75ff8cd57736bd78071da7a68e078ed39c81bcc710af30dc7" - url = "https://gitlab.freedesktop.org/glvnd/libglvnd/uploads/d164b4e6bed74290f4d60e9a5b9bc31c/libglvnd-1.3.0.tar.gz" - -[Libglvnd_jll."1.3.0+2"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.3.0+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Libglvnd_jll."1.3.0+2".sources]] - hash = "0f43bd9f6c20e6a75ff8cd57736bd78071da7a68e078ed39c81bcc710af30dc7" - url = "https://gitlab.freedesktop.org/glvnd/libglvnd/uploads/d164b4e6bed74290f4d60e9a5b9bc31c/libglvnd-1.3.0.tar.gz" - -[Libglvnd_jll."1.3.0+3"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.3.0+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Libglvnd_jll."1.3.0+3".sources]] - hash = "0f43bd9f6c20e6a75ff8cd57736bd78071da7a68e078ed39c81bcc710af30dc7" - url = "https://gitlab.freedesktop.org/glvnd/libglvnd/uploads/d164b4e6bed74290f4d60e9a5b9bc31c/libglvnd-1.3.0.tar.gz" - -[Libglvnd_jll."1.6.0+0"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.6.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Libglvnd_jll."1.6.0+0".sources]] - hash = "efc756ffd24b24059e1c53677a9d57b4b237b00a01c54a6f1611e1e51661d70c" - url = "https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.6.0/libglvnd-v1.6.0.tar.gz" - -[Libglvnd_jll."1.7.0+0"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.7.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Libglvnd_jll."1.7.0+0".sources]] - hash = "2b6e15b06aafb4c0b6e2348124808cbd9b291c647299eaaba2e3202f51ff2f3d" - url = "https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.7.0/libglvnd-v1.7.0.tar.gz" - -[Libglvnd_jll."1.7.1+0"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.7.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Libglvnd_jll."1.7.1+0".sources]] - hash = "2b6e15b06aafb4c0b6e2348124808cbd9b291c647299eaaba2e3202f51ff2f3d" - url = "https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.7.0/libglvnd-v1.7.0.tar.gz" - -[Libglvnd_jll."1.7.1+1"] -libraries = ["libEGL", "libGLdispatch", "libGLESv1_CM", "libGLESv2", "libGL", "libGLX", "libOpenGL"] - - [[Libglvnd_jll."1.7.1+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Libglvnd_jll."1.7.1+1".sources]] - hash = "2b6e15b06aafb4c0b6e2348124808cbd9b291c647299eaaba2e3202f51ff2f3d" - url = "https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.7.0/libglvnd-v1.7.0.tar.gz" - -[Libgpg_error_jll."1.36.0+0"] -libraries = ["libgpg-error"] - - [[Libgpg_error_jll."1.36.0+0".sources]] - hash = "babd98437208c163175c29453f8681094bcaf92968a15cafb1a276076b33c97c" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.36.tar.bz2" - -[Libgpg_error_jll."1.36.0+1"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.36.0+1".sources]] - hash = "babd98437208c163175c29453f8681094bcaf92968a15cafb1a276076b33c97c" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.36.tar.bz2" - [[Libgpg_error_jll."1.36.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b0cb2ab72c912e5cbdf82847eaee40c8a9ab67a5//L/Libgpg_error/./bundled" - -[Libgpg_error_jll."1.36.0+2"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.36.0+2".sources]] - hash = "babd98437208c163175c29453f8681094bcaf92968a15cafb1a276076b33c97c" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.36.tar.bz2" - [[Libgpg_error_jll."1.36.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b81d0067d2dd19f6f1ffe2a15b3a595c4ccc204c//L/Libgpg_error/./bundled" - -[Libgpg_error_jll."1.36.0+3"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.36.0+3".sources]] - hash = "babd98437208c163175c29453f8681094bcaf92968a15cafb1a276076b33c97c" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.36.tar.bz2" - [[Libgpg_error_jll."1.36.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7ba2d10fc09d381d00d04998b552851b0cded15f//L/Libgpg_error/./bundled" - -[Libgpg_error_jll."1.42.0+0"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.42.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Libgpg_error_jll."1.42.0+0".sources]] - hash = "fc07e70f6c615f8c4f590a8e37a9b8dd2e2ca1e9408f8e60459c67452b925e23" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.42.tar.bz2" - [[Libgpg_error_jll."1.42.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0a4d1bf7a26aa8a74a37bb216d315499dd16aff8//L/Libgpg_error/./bundled" - -[Libgpg_error_jll."1.49.0+0"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.49.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Libgpg_error_jll."1.49.0+0".sources]] - hash = "8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.49.tar.bz2" - [[Libgpg_error_jll."1.49.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/48448d7b619a7d4a3a05c0c6d31048b89017667b//L/Libgpg_error/./bundled" - -[Libgpg_error_jll."1.50.0+0"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.50.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Libgpg_error_jll."1.50.0+0".sources]] - hash = "69405349e0a633e444a28c5b35ce8f14484684518a508dc48a089992fe93e20a" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2" - [[Libgpg_error_jll."1.50.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7445c757e986479e867d0b54c6ac4359e701bfe2//L/Libgpg_error/./bundled" - -[Libgpg_error_jll."1.51.0+0"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.51.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Libgpg_error_jll."1.51.0+0".sources]] - hash = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.51.tar.bz2" - [[Libgpg_error_jll."1.51.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fb804a7ebd46b6c725c5cbc9d28b1ef897b3677c//L/Libgpg_error/./bundled" - -[Libgpg_error_jll."1.51.0+1"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.51.0+1".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Libgpg_error_jll."1.51.0+1".sources]] - hash = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.51.tar.bz2" - [[Libgpg_error_jll."1.51.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6d5e91b9cf1655c9b86fb57c0327a68afebf75d0//L/Libgpg_error/./bundled" - -[Libgpg_error_jll."1.51.0+2"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.51.0+2".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Libgpg_error_jll."1.51.0+2".sources]] - hash = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.51.tar.bz2" - [[Libgpg_error_jll."1.51.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fb804a7ebd46b6c725c5cbc9d28b1ef897b3677c//L/Libgpg_error/./bundled" - -[Libgpg_error_jll."1.51.1+0"] -libraries = ["libgpg-error", "libgpg-error6"] - - [[Libgpg_error_jll."1.51.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Libgpg_error_jll."1.51.1+0".sources]] - hash = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2" - url = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.51.tar.bz2" - [[Libgpg_error_jll."1.51.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/450ece6923f5c5f042e7125bac9d548355dba593//L/Libgpg_error/./bundled" - -[Libical_jll."3.0.9+0"] -libraries = ["libicalvcal", "libicalss_cxx", "libical_cxx", "libicalss", "libical"] - - [[Libical_jll."3.0.9+0".sources]] - hash = "bd26d98b7fcb2eb0cd5461747bbb02024ebe38e293ca53a7dfdcb2505265a728" - url = "https://github.com/libical/libical/releases/download/v3.0.9/libical-3.0.9.tar.gz" - -[Libiconv_jll."1.16.0+0"] -libraries = ["libiconv"] - - [[Libiconv_jll."1.16.0+0".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.0+1"] -libraries = ["libiconv"] - - [[Libiconv_jll."1.16.0+1".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.0+2"] -libraries = ["libiconv"] - - [[Libiconv_jll."1.16.0+2".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.0+3"] -libraries = ["libiconv"] - - [[Libiconv_jll."1.16.0+3".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.0+4"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.16.0+4".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.0+5"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.16.0+5".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.0+6"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.16.0+6".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.0+7"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.16.0+7".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.0+8"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.16.0+8".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.1+0"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.16.1+0".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.1+1"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.16.1+1".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.16.1+2"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.16.1+2".sources]] - hash = "e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz" - -[Libiconv_jll."1.17.0+0"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.17.0+0".sources]] - hash = "8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz" - -[Libiconv_jll."1.17.0+1"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.17.0+1".sources]] - hash = "8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz" - -[Libiconv_jll."1.18.0+0"] -libraries = ["libcharset", "libiconv"] - - [[Libiconv_jll."1.18.0+0".sources]] - hash = "3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8" - url = "https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.18.tar.gz" - -[Libksba_jll."1.5.1+0"] -libraries = ["libksba"] - - [[Libksba_jll."1.5.1+0".sources]] - hash = "b0f4c65e4e447d9a2349f6b8c0e77a28be9531e4548ba02c545d1f46dc7bf921" - url = "https://gnupg.org/ftp/gcrypt/libksba/libksba-1.5.1.tar.bz2" - -[Libksba_jll."1.5.1+1"] -libraries = ["libksba"] - - [[Libksba_jll."1.5.1+1".sources]] - hash = "b0f4c65e4e447d9a2349f6b8c0e77a28be9531e4548ba02c545d1f46dc7bf921" - url = "https://gnupg.org/ftp/gcrypt/libksba/libksba-1.5.1.tar.bz2" - [[Libksba_jll."1.5.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/21f6bcdc1e445e9a10186c84cf1606efd80910c2//L/Libksba/./bundled" - -[Libksba_jll."1.6.7+0"] -libraries = ["libksba"] - - [[Libksba_jll."1.6.7+0".sources]] - hash = "cf72510b8ebb4eb6693eef765749d83677a03c79291a311040a5bfd79baab763" - url = "https://gnupg.org/ftp/gcrypt/libksba/libksba-1.6.7.tar.bz2" - [[Libksba_jll."1.6.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a2ff1b1212ce7e90f56096f0b9cb56d5fc31c31b//L/Libksba/bundled" - -[Libmount_jll."2.34.0+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.34.0+0".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libmount_jll."2.34.0+1"] -libraries = ["libmount"] - - [[Libmount_jll."2.34.0+1".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libmount_jll."2.34.0+2"] -libraries = ["libmount"] - - [[Libmount_jll."2.34.0+2".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libmount_jll."2.34.0+3"] -libraries = ["libmount"] - - [[Libmount_jll."2.34.0+3".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libmount_jll."2.35.0+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.35.0+0".sources]] - hash = "b3081b560268c1ec3367e035234e91616fa7923a0afc2b1c80a2a6d8b9dfe2c9" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.35/util-linux-2.35.tar.xz" - -[Libmount_jll."2.39.3+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.39.3+0".sources]] - hash = "7b6605e48d1a49f43cc4b4cfc59f313d0dd5402fa40b96810bd572e167dfed0f" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.3.tar.xz" - -[Libmount_jll."2.40.0+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.40.0+0".sources]] - hash = "d57a626081f9ead02fa44c63a6af162ec19c58f53e993f206ab7c3a6641c2cd7" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.tar.xz" - -[Libmount_jll."2.40.1+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.40.1+0".sources]] - hash = "59e676aa53ccb44b6c39f0ffe01a8fa274891c91bef1474752fad92461def24f" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.1.tar.xz" - -[Libmount_jll."2.40.2+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.40.2+0".sources]] - hash = "d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.2.tar.xz" - -[Libmount_jll."2.40.2+1"] -libraries = ["libmount"] - - [[Libmount_jll."2.40.2+1".sources]] - hash = "d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.2.tar.xz" - -[Libmount_jll."2.40.2+2"] -libraries = ["libmount"] - - [[Libmount_jll."2.40.2+2".sources]] - hash = "d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.2.tar.xz" - -[Libmount_jll."2.40.3+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.40.3+0".sources]] - hash = "0d6429d0cc474eafb972b0f4fee6b9c3d3f31c7bbada012bb3a1e255f00612c5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.3.tar.xz" - -[Libmount_jll."2.41.0+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.41.0+0".sources]] - hash = "81ee93b3cfdfeb7d7c4090cedeba1d7bbce9141fd0b501b686b3fe475ddca4c6" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.tar.xz" - -[Libmount_jll."2.41.1+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.41.1+0".sources]] - hash = "be9ad9a276f4305ab7dd2f5225c8be1ff54352f565ff4dede9628c1aaa7dec57" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.1.tar.xz" - -[Libmount_jll."2.41.2+0"] -libraries = ["libmount"] - - [[Libmount_jll."2.41.2+0".sources]] - hash = "6062a1d89b571a61932e6fc0211f36060c4183568b81ee866cf363bce9f6583e" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.2.tar.xz" - -[Librsvg_jll."2.42.2+0"] -executables = ["rsvg-convert"] -libraries = ["librsvg-2", "libpixbufloader-svg"] - - [[Librsvg_jll."2.42.2+0".sources]] - hash = "0c550a0bffef768a436286116c03d9f6cd3f97f5021c13e7f093b550fac12562" - url = "https://download.gnome.org/sources/librsvg/2.42/librsvg-2.42.2.tar.xz" - -[Librsvg_jll."2.42.2+1"] -executables = ["rsvg-convert"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so", "lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll"] -libraries = ["librsvg-2"] - - [[Librsvg_jll."2.42.2+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Librsvg_jll."2.42.2+1".sources]] - hash = "0c550a0bffef768a436286116c03d9f6cd3f97f5021c13e7f093b550fac12562" - url = "https://download.gnome.org/sources/librsvg/2.42/librsvg-2.42.2.tar.xz" - [[Librsvg_jll."2.42.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/678c043a04d543fb3afbd6816f3a5138cbe6d44c//./R/Librsvg/./bundled" - -[Librsvg_jll."2.42.2+2"] -executables = ["rsvg-convert"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so", "lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll"] -libraries = ["librsvg-2"] - - [[Librsvg_jll."2.42.2+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Librsvg_jll."2.42.2+2".sources]] - hash = "0c550a0bffef768a436286116c03d9f6cd3f97f5021c13e7f093b550fac12562" - url = "https://download.gnome.org/sources/librsvg/2.42/librsvg-2.42.2.tar.xz" - [[Librsvg_jll."2.42.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/762504bf1876110489e6f8da05c4fa44ded3d399//L/Librsvg/./bundled" - -[Librsvg_jll."2.42.2+3"] -executables = ["rsvg-convert"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so", "lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll"] -libraries = ["librsvg-2"] - - [[Librsvg_jll."2.42.2+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Librsvg_jll."2.42.2+3".sources]] - hash = "0c550a0bffef768a436286116c03d9f6cd3f97f5021c13e7f093b550fac12562" - url = "https://download.gnome.org/sources/librsvg/2.42/librsvg-2.42.2.tar.xz" - [[Librsvg_jll."2.42.2+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/af8fb246ef94f8975eb37d702be4af3d22697d3e//L/Librsvg/./bundled" - -[Librsvg_jll."2.52.4+0"] -executables = ["rsvg-convert"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so", "lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll"] -libraries = ["librsvg-2"] - - [[Librsvg_jll."2.52.4+0".build_dependencies]] - name = "gdk_pixbuf_jll" - target = "host" - version = "*" - [[Librsvg_jll."2.52.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Librsvg_jll."2.52.4+0".sources]] - hash = "660ec8836a3a91587bc9384920132d4c38d1d1718c67fe160c5213fe4dec2928" - url = "https://download.gnome.org/sources/librsvg/2.52/librsvg-2.52.4.tar.xz" - [[Librsvg_jll."2.52.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b516e52f01d2c7f65072182853b09ea0d6ef505a//L/Librsvg/./bundled" - -[Librsvg_jll."2.54.5+0"] -executables = ["rsvg-convert"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so", "lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll"] -libraries = ["librsvg-2"] - - [[Librsvg_jll."2.54.5+0".build_dependencies]] - name = "gdk_pixbuf_jll" - target = "host" - version = "*" - [[Librsvg_jll."2.54.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Librsvg_jll."2.54.5+0".sources]] - hash = "4f03190f45324d1fa1f52a79dfcded1f64eaf49b3ae2f88eedab0c07617cae6e" - url = "https://download.gnome.org/sources/librsvg/2.54/librsvg-2.54.5.tar.xz" - -[Librsvg_jll."2.54.7+0"] -executables = ["rsvg-convert"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so", "lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll"] -libraries = ["librsvg-2"] - - [[Librsvg_jll."2.54.7+0".build_dependencies]] - name = "gdk_pixbuf_jll" - target = "host" - version = "2.42.8" - [[Librsvg_jll."2.54.7+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "2019.2.0+2" - - [[Librsvg_jll."2.54.7+0".sources]] - hash = "29a183cc855544d8a90de50720d5358a488c22118fffcb541aa0e790005d0966" - url = "https://download.gnome.org/sources/librsvg/2.54/librsvg-2.54.7.tar.xz" - -[Librsvg_jll."2.58.5+0"] -executables = ["rsvg-convert"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so", "lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll"] -libraries = ["librsvg-2"] - - [[Librsvg_jll."2.58.5+0".build_dependencies]] - name = "gdk_pixbuf_jll" - target = "host" - version = "2.42.8" - [[Librsvg_jll."2.58.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "2019.2.0+2" - - [[Librsvg_jll."2.58.5+0".sources]] - hash = "224233a0e347d38c415f15a49f0e0885313e3ecc18f3192055f9304dd2f3a27a" - url = "https://download.gnome.org/sources/librsvg/2.58/librsvg-2.58.5.tar.xz" - -[Libtask_jll."0.3.0+0"] -libraries = ["libtask_v1_0", "libtask_v1_1", "libtask_v1_2", "libtask_v1_3"] - - [[Libtask_jll."0.3.0+0".sources]] - hash = "4e201c561cd73c2fc22ccff854f5865ef4b06cc9" - repo = "https://github.com/TuringLang/Libtask.jl.git" - -[Libtask_jll."0.3.1+0"] -libraries = ["libtask_v1_0", "libtask_v1_1", "libtask_v1_2", "libtask_v1_3"] - - [[Libtask_jll."0.3.1+0".sources]] - hash = "fbe338053f402d76524d0a01f3796dd7da90b781" - repo = "https://github.com/TuringLang/Libtask.jl.git" - -[Libtask_jll."0.3.2+0"] -libraries = ["libtask_v1_0", "libtask_v1_1", "libtask_v1_2", "libtask_v1_3"] - - [[Libtask_jll."0.3.2+0".sources]] - hash = "fbe338053f402d76524d0a01f3796dd7da90b781" - repo = "https://github.com/TuringLang/Libtask.jl.git" - -[Libtask_jll."0.4.0+0"] -libraries = ["libtask_julia"] - - [[Libtask_jll."0.4.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - - [[Libtask_jll."0.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a9bd57bc8e0899c26b1a1432cda9689f5c100ef7//L/Libtask/./bundled" - -[Libtask_jll."0.4.1+0"] -libraries = ["libtask_julia"] - - [[Libtask_jll."0.4.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - - [[Libtask_jll."0.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7c80845a0a39118dc90d048e21419aecf54e2bfe//L/Libtask/./bundled" - -[Libtask_jll."0.4.2+0"] -libraries = ["libtask_julia"] - - [[Libtask_jll."0.4.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.1" - - [[Libtask_jll."0.4.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/81c9441c3d27f53c2772cf7c95a8f0ae459cb76f//L/Libtask/./bundled" - -[Libtask_jll."0.4.3+0"] -libraries = ["libtask_julia"] - - [[Libtask_jll."0.4.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[Libtask_jll."0.4.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b19036c32fc5d00ea4cc7fc5a1b35131d44a5403//L/Libtask/./bundled" - -[Libtask_jll."0.5.0+0"] -libraries = ["libtask_julia"] - - [[Libtask_jll."0.5.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - - [[Libtask_jll."0.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e1ec128c1720c35ad3b699338376a5831660eaa1//L/Libtask/./bundled" - -[Libtask_jll."0.5.1+0"] -libraries = ["libtask_julia"] - - [[Libtask_jll."0.5.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - - [[Libtask_jll."0.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/91170230697e2d1bb4e3be3f4652245fd6b788a5//L/Libtask/./bundled" - -[Libtiff_jll."4.0.10+0"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.0.10+0".sources]] - hash = "2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4" - url = "https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz" - -[Libtiff_jll."4.0.10+1"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.0.10+1".sources]] - hash = "2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4" - url = "https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz" - -[Libtiff_jll."4.1.0+0"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.1.0+0".sources]] - hash = "5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634" - url = "https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz" - -[Libtiff_jll."4.1.0+1"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.1.0+1".sources]] - hash = "5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634" - url = "https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz" - -[Libtiff_jll."4.1.0+2"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.1.0+2".sources]] - hash = "5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634" - url = "https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz" - -[Libtiff_jll."4.3.0+0"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.3.0+0".sources]] - hash = "0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8" - url = "https://download.osgeo.org/libtiff/tiff-4.3.0.tar.gz" - -[Libtiff_jll."4.3.0+1"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.3.0+1".sources]] - hash = "0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8" - url = "https://download.osgeo.org/libtiff/tiff-4.3.0.tar.gz" - -[Libtiff_jll."4.4.0+0"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.4.0+0".sources]] - hash = "917223b37538959aca3b790d2d73aa6e626b688e02dcda272aec24c2f498abed" - url = "https://download.osgeo.org/libtiff/tiff-4.4.0.tar.gz" - -[Libtiff_jll."4.5.1+0"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.5.1+0".sources]] - hash = "3c080867114c26edab3129644a63b708028a90514b7fe3126e38e11d24f9f88a" - url = "https://download.osgeo.org/libtiff/tiff-4.5.1.tar.xz" - -[Libtiff_jll."4.5.1+1"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.5.1+1".sources]] - hash = "3c080867114c26edab3129644a63b708028a90514b7fe3126e38e11d24f9f88a" - url = "https://download.osgeo.org/libtiff/tiff-4.5.1.tar.xz" - -[Libtiff_jll."4.6.0+0"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.6.0+0".sources]] - hash = "e178649607d1e22b51cf361dd20a3753f244f022eefab1f2f218fc62ebaf87d2" - url = "https://download.osgeo.org/libtiff/tiff-4.6.0.tar.xz" - -[Libtiff_jll."4.7.0+0"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.7.0+0".sources]] - hash = "273a0a73b1f0bed640afee4a5df0337357ced5b53d3d5d1c405b936501f71017" - url = "https://download.osgeo.org/libtiff/tiff-4.7.0.tar.xz" - -[Libtiff_jll."4.7.1+0"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.7.1+0".sources]] - hash = "273a0a73b1f0bed640afee4a5df0337357ced5b53d3d5d1c405b936501f71017" - url = "https://download.osgeo.org/libtiff/tiff-4.7.0.tar.xz" - -[Libtiff_jll."4.7.2+0"] -libraries = ["libtiff"] - - [[Libtiff_jll."4.7.2+0".sources]] - hash = "b92017489bdc1db3a4c97191aa4b75366673cb746de0dce5d7a749d5954681ba" - url = "https://download.osgeo.org/libtiff/tiff-4.7.1.tar.xz" - -[Libtool_jll."2.4.6+0"] -libraries = ["libltdl"] - - [[Libtool_jll."2.4.6+0".sources]] - hash = "e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3" - url = "http://gnu.mirrors.hoobly.com/libtool/libtool-2.4.6.tar.gz" - -[Libtool_jll."2.4.6+1"] -files = ["bin/libtool", "bin/libtoolize"] -libraries = ["libltdl"] - - [[Libtool_jll."2.4.6+1".sources]] - hash = "e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3" - url = "https://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz" - -[Libtool_jll."2.4.7+0"] -files = ["bin/libtool", "bin/libtoolize"] -libraries = ["libltdl"] - - [[Libtool_jll."2.4.7+0".sources]] - hash = "04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8" - url = "https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz" - -[Libtool_jll."2.4.7+1"] -files = ["bin/libtool", "bin/libtoolize"] -libraries = ["libltdl"] - - [[Libtool_jll."2.4.7+1".sources]] - hash = "04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8" - url = "https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz" - -[Libtool_jll."2.4.7+2"] -files = ["bin/libtool", "bin/libtoolize"] -libraries = ["libltdl"] - - [[Libtool_jll."2.4.7+2".sources]] - hash = "04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8" - url = "https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz" - [[Libtool_jll."2.4.7+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0494fe592d7bf08a092891cf64570e9743398175//L/Libtool/./bundled" - -[Libtool_jll."2.4.7+3"] -files = ["bin/libtool", "bin/libtoolize"] -libraries = ["libltdl"] - - [[Libtool_jll."2.4.7+3".sources]] - hash = "04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8" - url = "https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz" - [[Libtool_jll."2.4.7+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0a946fa8684a6c2ed13dca1606faa5d0700ad391//L/Libtool/./bundled" - -[Libtool_jll."2.4.7+4"] -files = ["bin/libtool", "bin/libtoolize"] -libraries = ["libltdl"] - - [[Libtool_jll."2.4.7+4".sources]] - hash = "04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8" - url = "https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz" - [[Libtool_jll."2.4.7+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4908ac43a3d901cefca06fd2652e69040aab1c9f//L/Libtool/./bundled" - -[Libtool_jll."2.5.4+0"] -files = ["bin/libtool", "bin/libtoolize"] -libraries = ["libltdl"] - - [[Libtool_jll."2.5.4+0".sources]] - hash = "da8ebb2ce4dcf46b90098daf962cffa68f4b4f62ea60f798d0ef12929ede6adf" - url = "https://ftpmirror.gnu.org/libtool/libtool-2.5.4.tar.gz" - [[Libtool_jll."2.5.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/acd3fc564c87dc6399ab21bdea52c27ec95787b0//L/Libtool/./bundled" - -[Liburing_jll."2.4.0+0"] -libraries = ["liburing-ffi"] - - [[Liburing_jll."2.4.0+0".sources]] - hash = "8699273dee7b7f736144e2554bc32746f626f786" - repo = "https://github.com/axboe/liburing.git" - -[Liburing_jll."2.8.0+0"] -libraries = ["liburing-ffi"] - - [[Liburing_jll."2.8.0+0".sources]] - hash = "80272cbeb42bcd0b39a75685a50b0009b77cd380" - repo = "https://github.com/axboe/liburing.git" - -[Libuuid_jll."2.34.0+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.34.0+0".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libuuid_jll."2.34.0+1"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.34.0+1".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libuuid_jll."2.34.0+2"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.34.0+2".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libuuid_jll."2.34.0+3"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.34.0+3".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libuuid_jll."2.34.0+4"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.34.0+4".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libuuid_jll."2.34.0+5"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.34.0+5".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libuuid_jll."2.34.0+6"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.34.0+6".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libuuid_jll."2.34.0+7"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.34.0+7".sources]] - hash = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz" - -[Libuuid_jll."2.36.0+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.36.0+0".sources]] - hash = "9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.36/util-linux-2.36.tar.xz" - -[Libuuid_jll."2.39.3+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.39.3+0".sources]] - hash = "7b6605e48d1a49f43cc4b4cfc59f313d0dd5402fa40b96810bd572e167dfed0f" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.3.tar.xz" - -[Libuuid_jll."2.39.3+1"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.39.3+1".sources]] - hash = "7b6605e48d1a49f43cc4b4cfc59f313d0dd5402fa40b96810bd572e167dfed0f" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.3.tar.xz" - -[Libuuid_jll."2.40.0+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.40.0+0".sources]] - hash = "d57a626081f9ead02fa44c63a6af162ec19c58f53e993f206ab7c3a6641c2cd7" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.tar.xz" - -[Libuuid_jll."2.40.1+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.40.1+0".sources]] - hash = "59e676aa53ccb44b6c39f0ffe01a8fa274891c91bef1474752fad92461def24f" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.1.tar.xz" - -[Libuuid_jll."2.40.2+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.40.2+0".sources]] - hash = "d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.2.tar.xz" - -[Libuuid_jll."2.40.2+1"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.40.2+1".sources]] - hash = "d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.2.tar.xz" - -[Libuuid_jll."2.40.2+2"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.40.2+2".sources]] - hash = "d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.2.tar.xz" - -[Libuuid_jll."2.40.3+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.40.3+0".sources]] - hash = "0d6429d0cc474eafb972b0f4fee6b9c3d3f31c7bbada012bb3a1e255f00612c5" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.3.tar.xz" - -[Libuuid_jll."2.41.0+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.41.0+0".sources]] - hash = "81ee93b3cfdfeb7d7c4090cedeba1d7bbce9141fd0b501b686b3fe475ddca4c6" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.tar.xz" - -[Libuuid_jll."2.41.1+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.41.1+0".sources]] - hash = "be9ad9a276f4305ab7dd2f5225c8be1ff54352f565ff4dede9628c1aaa7dec57" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.1.tar.xz" - -[Libuuid_jll."2.41.2+0"] -libraries = ["libuuid"] - - [[Libuuid_jll."2.41.2+0".sources]] - hash = "6062a1d89b571a61932e6fc0211f36060c4183568b81ee866cf363bce9f6583e" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.2.tar.xz" - -[Libxc_GPU_jll."6.0.0+0"] -libraries = ["libxc"] - - [[Libxc_GPU_jll."6.0.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[Libxc_GPU_jll."6.0.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[Libxc_GPU_jll."6.0.0+0".sources]] - hash = "0c774e8e195dd92800b9adf3df5f5721e29acfe9af4b191a9937c7de4f9aa9f6" - url = "https://gitlab.com/libxc/libxc/-/archive/6.0.0/libxc-6.0.0.tar.gz" - [[Libxc_GPU_jll."6.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ee16d6d17c3499c315a730ba485894ce97704b1f//L/Libxc/Libxc_GPU/./bundled" - -[Libxc_GPU_jll."6.1.0+0"] -libraries = ["libxc"] - - [[Libxc_GPU_jll."6.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[Libxc_GPU_jll."6.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[Libxc_GPU_jll."6.1.0+0".sources]] - hash = "f593745fa47ebfb9ddc467aaafdc2fa1275f0d7250c692ce9761389a90dd8eaf" - url = "https://gitlab.com/libxc/libxc/-/archive/6.1.0/libxc-6.1.0.tar.gz" - [[Libxc_GPU_jll."6.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f319e2591592df87b3ab18315b344b4fd10dc19f//L/Libxc/Libxc_GPU/./bundled" - -[Libxc_GPU_jll."6.1.0+1"] -libraries = ["libxc"] - - [[Libxc_GPU_jll."6.1.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[Libxc_GPU_jll."6.1.0+1".sources]] - hash = "f593745fa47ebfb9ddc467aaafdc2fa1275f0d7250c692ce9761389a90dd8eaf" - url = "https://gitlab.com/libxc/libxc/-/archive/6.1.0/libxc-6.1.0.tar.gz" - [[Libxc_GPU_jll."6.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/89c33a80d8c9d7e0a9293b1aa06ffc5b26563e89//L/Libxc/Libxc_GPU/./bundled" - -[Libxc_GPU_jll."6.1.0+2"] -libraries = ["libxc"] - - [[Libxc_GPU_jll."6.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[Libxc_GPU_jll."6.1.0+2".sources]] - hash = "f593745fa47ebfb9ddc467aaafdc2fa1275f0d7250c692ce9761389a90dd8eaf" - url = "https://gitlab.com/libxc/libxc/-/archive/6.1.0/libxc-6.1.0.tar.gz" - [[Libxc_GPU_jll."6.1.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7da51736684e412649631210f59a885d13092078//L/Libxc/Libxc_GPU/./bundled" - -[Libxc_GPU_jll."7.0.0+0"] -libraries = ["libxc"] - - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[Libxc_GPU_jll."7.0.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "8d4e343041c9cd869833822f57744872076ae709a613c118d70605539fb13a77" - url = "https://gitlab.com/libxc/libxc/-/archive/7.0.0/libxc-7.0.0.tar.gz" - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - -[Libxc_GPU_jll."7.0.0+1"] -libraries = ["libxc"] - - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[Libxc_GPU_jll."7.0.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.1" - - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "8d4e343041c9cd869833822f57744872076ae709a613c118d70605539fb13a77" - url = "https://gitlab.com/libxc/libxc/-/archive/7.0.0/libxc-7.0.0.tar.gz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+1".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - -[Libxc_GPU_jll."7.0.0+2"] -libraries = ["libxc", "libxcf03"] - - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[Libxc_GPU_jll."7.0.0+2".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.1" - - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "8d4e343041c9cd869833822f57744872076ae709a613c118d70605539fb13a77" - url = "https://gitlab.com/libxc/libxc/-/archive/7.0.0/libxc-7.0.0.tar.gz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[Libxc_GPU_jll."7.0.0+2".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - -[Libxc_jll."4.3.4+0"] -libraries = ["libxc"] - - [[Libxc_jll."4.3.4+0".sources]] - hash = "2d5878dd69f0fb68c5e97f46426581eed2226d1d86e3080f9aa99af604c65647" - url = "https://gitlab.com/libxc/libxc/-/archive/4.3.4/libxc-4.3.4.tar.gz" - -[Libxc_jll."4.3.4+1"] -libraries = ["libxc"] - - [[Libxc_jll."4.3.4+1".sources]] - hash = "2d5878dd69f0fb68c5e97f46426581eed2226d1d86e3080f9aa99af604c65647" - url = "https://gitlab.com/libxc/libxc/-/archive/4.3.4/libxc-4.3.4.tar.gz" - -[Libxc_jll."5.0.0+0"] -libraries = ["libxc"] - - [[Libxc_jll."5.0.0+0".sources]] - hash = "6b3be3cf6daf6b3eddf32d4077276eb9169531b42f98c2ca28ac85b9ea408493" - url = "https://gitlab.com/libxc/libxc/-/archive/5.0.0/libxc-5.0.0.tar.gz" - -[Libxc_jll."5.0.0+1"] -libraries = ["libxc"] - - [[Libxc_jll."5.0.0+1".sources]] - hash = "6b3be3cf6daf6b3eddf32d4077276eb9169531b42f98c2ca28ac85b9ea408493" - url = "https://gitlab.com/libxc/libxc/-/archive/5.0.0/libxc-5.0.0.tar.gz" - -[Libxc_jll."5.1.0+0"] -libraries = ["libxc"] - - [[Libxc_jll."5.1.0+0".sources]] - hash = "e8d2b6eb2b46b356a27f0367a7665ff276d7f295da7c734e774ee66f82e56297" - url = "https://gitlab.com/libxc/libxc/-/archive/5.1.0/libxc-5.1.0.tar.gz" - -[Libxc_jll."5.1.2+0"] -libraries = ["libxc"] - - [[Libxc_jll."5.1.2+0".sources]] - hash = "ff13eef8184b6c61dac8933ee74fc05967de4a67489581bdc500f1ec63826aae" - url = "https://gitlab.com/libxc/libxc/-/archive/5.1.2/libxc-5.1.2.tar.gz" - -[Libxc_jll."5.1.3+0"] -libraries = ["libxc"] - - [[Libxc_jll."5.1.3+0".sources]] - hash = "76b2abd063b692ed7e60fb6dfdf5a54072378710ee91f2b352a4e311d9805e97" - url = "https://gitlab.com/libxc/libxc/-/archive/5.1.3/libxc-5.1.3.tar.gz" - -[Libxc_jll."5.1.5+0"] -libraries = ["libxc"] - - [[Libxc_jll."5.1.5+0".sources]] - hash = "101d6ea9e013006deae074843f0d02ab2813e16734e47ff7b0551babc4497163" - url = "https://gitlab.com/libxc/libxc/-/archive/5.1.5/libxc-5.1.5.tar.gz" - -[Libxc_jll."5.1.5+1"] -libraries = ["libxc"] - - [[Libxc_jll."5.1.5+1".sources]] - hash = "101d6ea9e013006deae074843f0d02ab2813e16734e47ff7b0551babc4497163" - url = "https://gitlab.com/libxc/libxc/-/archive/5.1.5/libxc-5.1.5.tar.gz" - -[Libxc_jll."5.1.5+2"] -libraries = ["libxc"] - - [[Libxc_jll."5.1.5+2".sources]] - hash = "101d6ea9e013006deae074843f0d02ab2813e16734e47ff7b0551babc4497163" - url = "https://gitlab.com/libxc/libxc/-/archive/5.1.5/libxc-5.1.5.tar.gz" - -[Libxc_jll."5.1.7+0"] -libraries = ["libxc"] - - [[Libxc_jll."5.1.7+0".sources]] - hash = "2d82b7bcfd8749490f6bb0906acf99fbf03050696dd2213da4b7a7600fc14328" - url = "https://gitlab.com/libxc/libxc/-/archive/5.1.7/libxc-5.1.7.tar.gz" - -[Libxc_jll."5.2.0+0"] -libraries = ["libxc"] - - [[Libxc_jll."5.2.0+0".sources]] - hash = "bb843bcc3b3fa7f9e529473c4709e181f7522a10686b0d0fffd74c4519ec77f0" - url = "https://gitlab.com/libxc/libxc/-/archive/5.2.0/libxc-5.2.0.tar.gz" - -[Libxc_jll."5.2.3+0"] -libraries = ["libxc"] - - [[Libxc_jll."5.2.3+0".sources]] - hash = "38b60ed552b46367175b370e1ad5409fcf45c49b71ed13706a65b485f06a5417" - url = "https://gitlab.com/libxc/libxc/-/archive/5.2.3/libxc-5.2.3.tar.gz" - -[Libxc_jll."6.0.0+0"] -libraries = ["libxc"] - - [[Libxc_jll."6.0.0+0".sources]] - hash = "0c774e8e195dd92800b9adf3df5f5721e29acfe9af4b191a9937c7de4f9aa9f6" - url = "https://gitlab.com/libxc/libxc/-/archive/6.0.0/libxc-6.0.0.tar.gz" - -[Libxc_jll."6.0.0+1"] -libraries = ["libxc"] - - [[Libxc_jll."6.0.0+1".sources]] - hash = "0c774e8e195dd92800b9adf3df5f5721e29acfe9af4b191a9937c7de4f9aa9f6" - url = "https://gitlab.com/libxc/libxc/-/archive/6.0.0/libxc-6.0.0.tar.gz" - -[Libxc_jll."6.1.0+0"] -libraries = ["libxc"] - - [[Libxc_jll."6.1.0+0".sources]] - hash = "f593745fa47ebfb9ddc467aaafdc2fa1275f0d7250c692ce9761389a90dd8eaf" - url = "https://gitlab.com/libxc/libxc/-/archive/6.1.0/libxc-6.1.0.tar.gz" - -[Libxc_jll."7.0.0+0"] -libraries = ["libxc"] - - [[Libxc_jll."7.0.0+0".sources]] - hash = "8d4e343041c9cd869833822f57744872076ae709a613c118d70605539fb13a77" - url = "https://gitlab.com/libxc/libxc/-/archive/7.0.0/libxc-7.0.0.tar.gz" - -[Libxc_jll."7.0.0+1"] -libraries = ["libxc"] - - [[Libxc_jll."7.0.0+1".sources]] - hash = "8d4e343041c9cd869833822f57744872076ae709a613c118d70605539fb13a77" - url = "https://gitlab.com/libxc/libxc/-/archive/7.0.0/libxc-7.0.0.tar.gz" - -[Libxc_jll."7.0.0+2"] -libraries = ["libxc", "libxcf03"] - - [[Libxc_jll."7.0.0+2".sources]] - hash = "8d4e343041c9cd869833822f57744872076ae709a613c118d70605539fb13a77" - url = "https://gitlab.com/libxc/libxc/-/archive/7.0.0/libxc-7.0.0.tar.gz" - -[LightGBM_jll."3.3.5+0"] -executables = ["lightgbm"] -libraries = ["lib_lightgbm"] - - [[LightGBM_jll."3.3.5+0".sources]] - hash = "ca035b2ee0c2be85832435917b1e0c8301d2e0e0" - repo = "https://github.com/microsoft/LightGBM.git" - [[LightGBM_jll."3.3.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6a796817283dcfbb23018116abf43aee5c1ad542//L/LightGBM/./bundled" - -[LightGBM_jll."3.3.5+1"] -executables = ["lightgbm"] -libraries = ["lib_lightgbm"] - - [[LightGBM_jll."3.3.5+1".sources]] - hash = "ca035b2ee0c2be85832435917b1e0c8301d2e0e0" - repo = "https://github.com/microsoft/LightGBM.git" - [[LightGBM_jll."3.3.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/439adae293527acefae61b37c246999514f085d0//L/LightGBM/./bundled" - -[LightGBM_jll."4.0.0+0"] -executables = ["lightgbm"] -libraries = ["lib_lightgbm"] - - [[LightGBM_jll."4.0.0+0".sources]] - hash = "d73c6b530b39a18a3cacaafc4e42550be853c036" - repo = "https://github.com/microsoft/LightGBM.git" - -[LightGBM_jll."4.3.0+0"] -executables = ["lightgbm"] -libraries = ["lib_lightgbm"] - - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - uuid = "a7aa756b-2b7f-562a-9e9d-e94076c5c8ee" - version = "*" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.0" - [[LightGBM_jll."4.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.0" - - [[LightGBM_jll."4.3.0+0".sources]] - hash = "252828fd86627d7405021c3377534d6a8239dd69" - repo = "https://github.com/microsoft/LightGBM.git" - [[LightGBM_jll."4.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a0a6617c4a4e5468d94bd12ba936ac2181fa0bb//L/LightGBM/./bundled" - -[LinearElasticity_jll."5.0.0+0"] -executables = ["elastic"] -libraries = ["libCommons", "libElas"] - - [[LinearElasticity_jll."5.0.0+0".sources]] - hash = "58ace131fd1af9293ded9f84f2a6447147a8ecdc" - repo = "https://github.com/ISCDtoolbox/LinearElasticity.git" - [[LinearElasticity_jll."5.0.0+0".sources]] - hash = "57f0b0ed46d45a12fa60c42bce2c6fa73c84bc30" - repo = "https://github.com/ISCDtoolbox/Commons.git" - [[LinearElasticity_jll."5.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cb088c7858dfb5698d4e0bfb6ab2180c92bbd351//L/LinearElasticity/./bundled" - -[LinearFold_jll."1.0.0+0"] -executables = ["linearfold_c", "linearfold_v"] - - [[LinearFold_jll."1.0.0+0".sources]] - hash = "2ae56b5f183472c2de96782e770a91e57f82e0ab511dfc0d9d612aa4e6155f60" - url = "https://github.com/LinearFold/LinearFold/archive/refs/tags/v1.0.tar.gz" - -[LinearPartition_jll."1.0.0+0"] -executables = ["linearpartition_c", "linearpartition_v"] - - [[LinearPartition_jll."1.0.0+0".sources]] - hash = "4fdea96f7ffbd4804d9308ddb46db5f96d1abc4b7bd737725f9bedcae3c88178" - url = "https://github.com/LinearFold/LinearPartition/archive/refs/tags/v1.0.tar.gz" - -[LinearSampling_jll."0.0.1+0"] -executables = ["exact_linearsampling_lazysaving", "exact_linearsampling_nonsaving", "linearsampling_lazysaving", "linearsampling_nonsaving"] - - [[LinearSampling_jll."0.0.1+0".sources]] - hash = "d3d82513ff848a2d8ad7eb1a6ceef81c5a071b324d8db2cecc0363536e3d2e4a" - url = "https://github.com/LinearFold/LinearSampling/archive/ebaf5be2854790170402c5a97f8c954313a33ac4.tar.gz" - -[LinearSampling_jll."1.0.0+0"] -executables = ["exact_linearsampling_lazysaving", "exact_linearsampling_nonsaving", "linearsampling_lazysaving", "linearsampling_nonsaving"] - - [[LinearSampling_jll."1.0.0+0".sources]] - hash = "f81d475259551349967f8d349f0d7312667c32f759ce32c09b7ecb0d6c2e0ea8" - url = "https://github.com/LinearFold/LinearSampling/archive/refs/tags/v1.0.0.tar.gz" - -[LinearTurboFold_jll."0.0.1+0"] -executables = ["linearturbofold"] -files = ["share/LinearTurboFold/src/data_tables/fam_hmm_pars.dat"] - - [[LinearTurboFold_jll."0.0.1+0".sources]] - hash = "58b02b83cb71675af92a14b18a0bf64a1171e554cfaa5e914038d97c6589fd30" - url = "https://github.com/LinearFold/LinearTurboFold/archive/3e58e713e2743ec57aad21d557289c43571e97f0.tar.gz" - -[Lingeling_jll."1.0.0+0"] -executables = ["lingeling", "plingeling", "ilingeling", "treengeling", "lglmbt", "lgluntrace", "lglddtrace"] -libraries = ["liblgl"] - - [[Lingeling_jll."1.0.0+0".sources]] - hash = "89a167d0d2efe98d983c87b5b84175b40ea55842" - repo = "https://github.com/arminbiere/lingeling.git" - [[Lingeling_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/06e1d427e2ecdb68f2a15ba3524cba37030158b0//L/Lingeling/./bundled" - -[Lingeling_jll."1.0.0+1"] -executables = ["lingeling", "plingeling", "ilingeling", "treengeling", "lglmbt", "lgluntrace", "lglddtrace"] -libraries = ["liblgl"] - - [[Lingeling_jll."1.0.0+1".sources]] - hash = "89a167d0d2efe98d983c87b5b84175b40ea55842" - repo = "https://github.com/arminbiere/lingeling.git" - [[Lingeling_jll."1.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/310d50a52f7d9069badcfbb3bed9296a5dee4d40//L/Lingeling/./bundled" - -[LittleCMS_jll."2.9.0+0"] -executables = ["psicc", "transicc", "linkicc"] -libraries = ["liblcms2"] - - [[LittleCMS_jll."2.9.0+0".sources]] - hash = "48c6fdf98396fa245ed86e622028caf49b96fa22f3e5734f853f806fbc8e7d20" - url = "https://downloads.sourceforge.net/lcms/lcms2-2.9.tar.gz" - -[LittleCMS_jll."2.12.0+0"] -executables = ["psicc", "transicc", "linkicc"] -libraries = ["liblcms2"] - - [[LittleCMS_jll."2.12.0+0".sources]] - hash = "18663985e864100455ac3e507625c438c3710354d85e5cbb7cd4043e11fe10f5" - url = "https://github.com/mm2/Little-CMS/releases/download/lcms2.12/lcms2-2.12.tar.gz" - -[LittleCMS_jll."2.15.0+0"] -executables = ["psicc", "transicc", "linkicc"] -libraries = ["liblcms2"] - - [[LittleCMS_jll."2.15.0+0".sources]] - hash = "d0752309ff93f62be246ee9bf18338107f30d485" - repo = "https://github.com/mm2/Little-CMS.git" - -[LittleCMS_jll."2.16.0+0"] -executables = ["psicc", "transicc", "linkicc"] -libraries = ["liblcms2"] - - [[LittleCMS_jll."2.16.0+0".sources]] - hash = "453bafeb85b4ef96498866b7a8eadcc74dff9223" - repo = "https://github.com/mm2/Little-CMS.git" - -[LittleCMS_jll."2.17.0+0"] -executables = ["psicc", "transicc", "linkicc"] -libraries = ["liblcms2"] - - [[LittleCMS_jll."2.17.0+0".sources]] - hash = "5176347635785e53ee5cee92328f76fda766ecc6" - repo = "https://github.com/mm2/Little-CMS.git" - -[LoopTools_jll."2.15.0+0"] -libraries = ["libooptools"] - - [[LoopTools_jll."2.15.0+0".sources]] - hash = "a065ffdc4fe6882aa3bb926134ba8ec875d6c0a633c3d4aa5f70db26542713f2" - url = "http://www.feynarts.de/looptools/LoopTools-2.15.tar.gz" - [[LoopTools_jll."2.15.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b85e8f7025385a9258b1950cde9b6a5d91ee761e//L/LoopTools/./bundled" - -[LoopTools_jll."2.16.0+0"] -libraries = ["libooptools"] - - [[LoopTools_jll."2.16.0+0".sources]] - hash = "D2D07C98F8520C67EABE22973B2F9823D5B636353FFA01DFBCD3A22F65D404B7" - url = "http://www.feynarts.de/looptools/LoopTools-2.16.tar.gz" - [[LoopTools_jll."2.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c466679f3c69c380d2e98323bae445500253b0fb//L/LoopTools/./bundled" - -[Lua_jll."5.3.5+0"] -executables = ["lua", "luac"] -libraries = ["liblua", "lua53"] - - [[Lua_jll."5.3.5+0".sources]] - hash = "0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac" - url = "https://www.lua.org/ftp/lua-5.3.5.tar.gz" - [[Lua_jll."5.3.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ed975a77c914e17cbfea07be8290018b729615f//L/Lua/./bundled" - -[Lua_jll."5.3.5+1"] -executables = ["lua", "luac"] -libraries = ["liblua", "lua53"] - - [[Lua_jll."5.3.5+1".sources]] - hash = "0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac" - url = "https://www.lua.org/ftp/lua-5.3.5.tar.gz" - [[Lua_jll."5.3.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea823275c7b91d1eb849e1acf1fe35ef3c7e20d2//L/Lua/./bundled" - -[Lua_jll."5.3.6+0"] -executables = ["lua", "luac"] -libraries = ["liblua", "lua53"] - - [[Lua_jll."5.3.6+0".sources]] - hash = "fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60" - url = "https://www.lua.org/ftp/lua-5.3.6.tar.gz" - [[Lua_jll."5.3.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6974d2a41cc377d7e3d95e17b549657a36035300//L/Lua/./bundled" - -[Lua_jll."5.4.3+0"] -executables = ["lua", "luac"] -libraries = ["liblua", "lua54"] - - [[Lua_jll."5.4.3+0".sources]] - hash = "f8612276169e3bfcbcfb8f226195bfc6e466fe13042f1076cbde92b7ec96bbfb" - url = "https://www.lua.org/ftp/lua-5.4.3.tar.gz" - [[Lua_jll."5.4.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a645623d5c7a8d386373a8528e90bcb23ae2423//L/Lua/./bundled" - -[Lua_jll."5.4.4+0"] -executables = ["lua", "luac"] -libraries = ["liblua", "lua54"] - - [[Lua_jll."5.4.4+0".sources]] - hash = "164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61" - url = "https://www.lua.org/ftp/lua-5.4.4.tar.gz" - [[Lua_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/95c449533c5c006e481de4dd3e0d803eaf95bc47//L/Lua/./bundled" - -[Lua_jll."5.4.6+0"] -executables = ["lua", "luac"] -libraries = ["liblua", "lua54"] - - [[Lua_jll."5.4.6+0".sources]] - hash = "7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88" - url = "https://www.lua.org/ftp/lua-5.4.6.tar.gz" - [[Lua_jll."5.4.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/23df258503e9e956d93fec040febc1dac4d7af4e//L/Lua/./bundled" - -[Lua_jll."5.4.7+0"] -executables = ["lua", "luac"] -libraries = ["liblua", "lua54"] - - [[Lua_jll."5.4.7+0".sources]] - hash = "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30" - url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz" - [[Lua_jll."5.4.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b85c26ce3d623ee61afb0973e4e50f3a7d073669//L/Lua/./bundled" - -[Lua_jll."5.4.8+0"] -executables = ["lua", "luac"] -libraries = ["liblua", "lua54"] - - [[Lua_jll."5.4.8+0".sources]] - hash = "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30" - url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz" - [[Lua_jll."5.4.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b223be21aa1c12061c90a0d34b33290ae655d3f5//L/Lua/./bundled" - -[Lua_jll."5.4.9+0"] -executables = ["lua", "luac"] -libraries = ["liblua", "lua54"] - - [[Lua_jll."5.4.9+0".sources]] - hash = "4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae" - url = "https://www.lua.org/ftp/lua-5.4.8.tar.gz" - [[Lua_jll."5.4.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5ee318a5ff16624454f2bfaef42a6f5ad4246c9e//L/Lua/./bundled" - -[Luna_jll."0.23.0+0"] -executables = ["luna"] -libraries = ["libluna"] - - [[Luna_jll."0.23.0+0".sources]] - hash = "6d333a4034f7022ba4d1aa99ce2f8afddfd6832e" - repo = "https://bitbucket.org/remnrem/luna-base.git" - [[Luna_jll."0.23.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/03775b446815dfd7bcbd3e43b526c38ef2ecdab2//L/Luna/./bundled" - -[Luna_jll."0.23.0+1"] -executables = ["luna"] -libraries = ["libluna"] - - [[Luna_jll."0.23.0+1".sources]] - hash = "6d333a4034f7022ba4d1aa99ce2f8afddfd6832e" - repo = "https://bitbucket.org/remnrem/luna-base.git" - [[Luna_jll."0.23.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d22a3fb026e68965f007138bca07d43d79b209ef//L/Luna/./bundled" - -[Luna_jll."0.26.2+0"] -executables = ["luna"] -libraries = ["libluna"] - - [[Luna_jll."0.26.2+0".sources]] - hash = "6155a550c534feb32e816ed3869c45f8ddc9b78a" - repo = "https://github.com/remnrem/luna-base.git" - [[Luna_jll."0.26.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/311866504a8349013dc3967eb63ea9ce630a3a5a//L/Luna/./bundled" - -[Luna_jll."0.28.0+0"] -executables = ["luna"] -libraries = ["libluna"] - - [[Luna_jll."0.28.0+0".sources]] - hash = "f209d9e42bd3d2ddec72223c64f7249fe4a2b583" - repo = "https://github.com/remnrem/luna-base.git" - [[Luna_jll."0.28.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8a89ad72411288a84042f9558dc108146e23bdee//L/Luna/./bundled" - -[Lz4_jll."1.9.2+0"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.9.2+0".sources]] - hash = "658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc" - url = "https://github.com/lz4/lz4/archive/v1.9.2.tar.gz" - -[Lz4_jll."1.9.2+1"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.9.2+1".sources]] - hash = "658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc" - url = "https://github.com/lz4/lz4/archive/v1.9.2.tar.gz" - -[Lz4_jll."1.9.2+2"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.9.2+2".sources]] - hash = "658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc" - url = "https://github.com/lz4/lz4/archive/v1.9.2.tar.gz" - -[Lz4_jll."1.9.3+0"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.9.3+0".sources]] - hash = "030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1" - url = "https://github.com/lz4/lz4/archive/v1.9.3.tar.gz" - -[Lz4_jll."1.9.4+0"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.9.4+0".sources]] - hash = "5ff839680134437dbf4678f3d0c7b371d84f4964" - repo = "https://github.com/lz4/lz4.git" - -[Lz4_jll."1.10.0+0"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.10.0+0".sources]] - hash = "ebb370ca83af193212df4dcbadcc5d87bc0de2f0" - repo = "https://github.com/lz4/lz4.git" - -[Lz4_jll."1.10.0+1"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.10.0+1".sources]] - hash = "ebb370ca83af193212df4dcbadcc5d87bc0de2f0" - repo = "https://github.com/lz4/lz4.git" - -[Lz4_jll."1.10.0+2"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.10.0+2".sources]] - hash = "ebb370ca83af193212df4dcbadcc5d87bc0de2f0" - repo = "https://github.com/lz4/lz4.git" - -[Lz4_jll."1.10.0+3"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.10.0+3".sources]] - hash = "ebb370ca83af193212df4dcbadcc5d87bc0de2f0" - repo = "https://github.com/lz4/lz4.git" - -[Lz4_jll."1.10.1+0"] -executables = ["lz4", "lz4c", "lz4cat", "unlz4"] -libraries = ["liblz4", "msys-lz4"] - - [[Lz4_jll."1.10.1+0".sources]] - hash = "ebb370ca83af193212df4dcbadcc5d87bc0de2f0" - repo = "https://github.com/lz4/lz4.git" - -[M4_jll."1.4.19+0"] -executables = ["m4"] - - [[M4_jll."1.4.19+0".sources]] - hash = "63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96" - url = "https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz" - -[M4_jll."1.4.20+0"] -executables = ["m4"] - - [[M4_jll."1.4.20+0".sources]] - hash = "e236ea3a1ccf5f6c270b1c4bb60726f371fa49459a8eaaebc90b216b328daf2b" - url = "https://ftp.gnu.org/gnu/m4/m4-1.4.20.tar.xz" - -[MAFFT_jll."7.490.0+0"] -executables = ["einsi", "fftns", "fftnsi", "ginsi", "linsi", "mafft", "mafft-distance", "mafft-einsi", "mafft-fftns", "mafft-fftnsi", "mafft-ginsi", "mafft-homologs.rb", "mafft-linsi", "mafft-nwns", "mafft-nwnsi", "mafft-profile", "mafft-qinsi", "mafft-sparsecore.rb", "mafft-xinsi", "nwns", "nwnsi"] - - [[MAFFT_jll."7.490.0+0".sources]] - hash = "d6eef33d8b9e282e20f9b25b6b6fb2757b9b6900e397ca621d56da86d9976541" - url = "https://mafft.cbrc.jp/alignment/software/mafft-7.490-with-extensions-src.tgz" - -[MAFFT_jll."7.505.0+0"] -executables = ["einsi", "fftns", "fftnsi", "ginsi", "linsi", "mafft", "mafft-distance", "mafft-einsi", "mafft-fftns", "mafft-fftnsi", "mafft-ginsi", "mafft-homologs.rb", "mafft-linsi", "mafft-nwns", "mafft-nwnsi", "mafft-profile", "mafft-qinsi", "mafft-sparsecore.rb", "mafft-xinsi", "nwns", "nwnsi"] - - [[MAFFT_jll."7.505.0+0".sources]] - hash = "f54a78670fcd9960233bcc3b3dd359f395a71c0ced45a7be1cfeae19950ce6ff" - url = "https://mafft.cbrc.jp/alignment/software/mafft-7.505-with-extensions-src.tgz" - -[MAFFT_jll."7.525.0+0"] -executables = ["einsi", "fftns", "fftnsi", "ginsi", "linsi", "mafft", "mafft-distance", "mafft-einsi", "mafft-fftns", "mafft-fftnsi", "mafft-ginsi", "mafft-homologs.rb", "mafft-linsi", "mafft-nwns", "mafft-nwnsi", "mafft-profile", "mafft-qinsi", "mafft-sparsecore.rb", "mafft-xinsi", "nwns", "nwnsi"] - - [[MAFFT_jll."7.525.0+0".sources]] - hash = "2876f4adc1a2de4ed206bc40896763bf208bf1a02bda52f8bfdd91cf52d73e4a" - url = "https://mafft.cbrc.jp/alignment/software/mafft-7.525-with-extensions-src.tgz" - -[MAGEMin_jll."1.0.1+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.0.1+0".sources]] - hash = "431fe8972a29cc70af002da9fd72000da7052c8c" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin.git" - -[MAGEMin_jll."1.0.2+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.0.2+0".sources]] - hash = "6d9ebb1575ea48477380f1cf7b97e41df8b76f3b" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin.git" - -[MAGEMin_jll."1.0.3+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.0.3+0".sources]] - hash = "bf7fb30f9ff897811f1e0a9feec26639a415a051" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin.git" - -[MAGEMin_jll."1.0.4+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.0.4+0".sources]] - hash = "975aba1bb00458bb0d0b6d58afb204f616019f3c" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin.git" - -[MAGEMin_jll."1.0.5+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.0.5+0".sources]] - hash = "06e5bc79b9f35eeab4a04aee3a52a449d85c395204df0ee15ddec7d801120d74" - url = "https://github.com/ComputationalThermodynamics/MAGEMin/archive/refs/tags/v1.0.5.tar.gz" - -[MAGEMin_jll."1.0.6+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.0.6+0".sources]] - hash = "40c11ac29c1c8de93b4d5ba976bf430f160adf396528a93d5afe064bba35043e" - url = "https://github.com/ComputationalThermodynamics/MAGEMin/archive/refs/tags/v1.0.6.tar.gz" - -[MAGEMin_jll."1.1.0+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.1.0+0".sources]] - hash = "dee90f277234dda0d6d20a5961d244e7047c964e4d9a73af3f89f60c9198ff3e" - url = "https://github.com/ComputationalThermodynamics/MAGEMin/archive/refs/tags/v1.1.0.tar.gz" - -[MAGEMin_jll."1.1.1+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.1.1+0".sources]] - hash = "72198b66c94a7026497824b460096d7e034cecca" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.2.0+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.2.0+0".sources]] - hash = "d68cd2f80761cca10546b691f0ebc63a2a50be7c" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.2.1+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.2.1+0".sources]] - hash = "d68cd2f80761cca10546b691f0ebc63a2a50be7c" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.2.2+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.2.2+0".sources]] - hash = "d68cd2f80761cca10546b691f0ebc63a2a50be7c" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.2.3+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.2.3+0".sources]] - hash = "ac3786e88aeb190ad6388ffdf3552bfc7bbdcaf8" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.2.4+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.2.4+0".sources]] - hash = "5b7b999dd12ed28c0a6d18af70777a8170724185" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.2.4+1"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.2.4+1".sources]] - hash = "2bbe31fbc50827e4442ec971598ea627f3773e7b" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.2.7+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.2.7+0".sources]] - hash = "604ff09eb08ee2b1ac4eaa177b9c30639afb042b" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.2.8+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.2.8+0".sources]] - hash = "029260c1577befb69dede77d9f2a65408b797bab" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.0+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.0+0".sources]] - hash = "a9df3b6194b2c5c45f78ca3e9535e797968a4122" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.1+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.1+0".sources]] - hash = "0f4f0ee994158845ef8a602c8725092e89913108" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.2+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.2+0".sources]] - hash = "69017cba266ea689d97db511758cb2d3c5697e43" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.3+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.3+0".sources]] - hash = "28b3d3920f2c0ecad22777e5abb0c56b7570cf5a" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.4+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.4+0".sources]] - hash = "e94ed19832c13ebf2795c0cd6e1bcdd80ade1434" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.5+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.5+0".sources]] - hash = "eab44bb6dcc9987e17a9529b550d62e9f3c2e8d6" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.6+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.6+0".sources]] - hash = "0a4106a9c9f070b300d64a877c02e425ac0f1d05" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.7+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.7+0".sources]] - hash = "be6b6c84465795a244d9eca1cb9f850410035e2b" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.8+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.8+0".sources]] - hash = "a61317a2486efe3b6eea1464d6c8d946a146af75" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.3.9+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.3.9+0".sources]] - hash = "681d11bd589952b137d062d4fc3567fa5ba3bc28" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.0+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.0+0".sources]] - hash = "21fde26b1d9047260933df73b45916af29ec6fc8" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.1+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.1+0".sources]] - hash = "9381221d0cb50a2b9f866f1b966d267ef38a1400" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.2+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.2+0".sources]] - hash = "2790b7ea0f0d331e3de686e1e699a3b3f59466c0" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.3+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.3+0".sources]] - hash = "1c81de14d06a1487bce6ab10ae090042fbba9672" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.4+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.4+0".sources]] - hash = "7e7e2e85d438ef54dcb2d71169782053880efe57" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.5+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.5+0".sources]] - hash = "26f7fdbb81c7b7ba3359c56ec8bbc06d4dc4e428" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.6+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.6+0".sources]] - hash = "33333991fb19a63922401b9b97702043e9bc3a9c" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.7+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.7+0".sources]] - hash = "631e24861bab4913bb6c020d3e2c5213f229d665" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.8+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.8+0".sources]] - hash = "0c96d794aa2db79c2f77167b5e17b469bda3bb5c" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.4.9+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.4.9+0".sources]] - hash = "ca78d9cd1320c7de4771db0b0fbe91e398cfa2c5" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.0+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.0+0".sources]] - hash = "cd95d290d77e18507335c248bdd114846d7e4934" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.1+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.1+0".sources]] - hash = "5c66a151a076692bec149b76cdb47ed571331181" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.2+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.2+0".sources]] - hash = "5f864be9932b575aa10fb719c89778b409d886c0" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.3+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.3+0".sources]] - hash = "727961614ff97ca383801ed34e63b5f8efdf265a" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.4+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.4+0".sources]] - hash = "67387fa07ddb6bbdc1cc8dba89074afa46d48139" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.5+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.5+0".sources]] - hash = "0f87a5225228fd6cdc0913448ca0720858fe123e" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.6+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.6+0".sources]] - hash = "41b7861a26efda070ea1b7b453781d100f34e5f6" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.7+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.7+0".sources]] - hash = "a4e7de077d9771f04f266dd1dd76a2fd222716f6" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.8+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.8+0".sources]] - hash = "6c625b4382b95da99a3ca38b5fa89923880a7941" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.5.9+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.5.9+0".sources]] - hash = "e04e9394be5c384e17b26fe0a8f473181e1642cf" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.0+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.0+0".sources]] - hash = "e2ec98af90e2a6fd418222acf5de0964960b1e35" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.1+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.1+0".sources]] - hash = "c60b621879c68caaea84f7cd99ed4c3c8cf0cd42" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.2+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.2+0".sources]] - hash = "8e16a98a96edd71fbe6c9c3a8842149050a89a53" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.3+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.3+0".sources]] - hash = "d6a59f993380dc035b43949805c800ab7a59936c" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.4+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.4+0".sources]] - hash = "409bdf3ec87dcb19c3ea9e2831d03e95807a3385" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.5+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.5+0".sources]] - hash = "23723f0a2076d652a2e3fa1c29438363cb1ccaa3" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.6+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.6+0".sources]] - hash = "d33bac5bde0ae5e03e58d3b3dee6de9d250eb291" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.7+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.7+0".sources]] - hash = "9a93da0072d14ec3e9787607e8916baaa8f2e5e7" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.8+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.8+0".sources]] - hash = "3ceba9889f6457a545abfe078d18ae5b70693d86" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.6.9+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.6.9+0".sources]] - hash = "997d83d2a8e0fb974eefa313d72d0f92f735e1b9" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.0+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.0+0".sources]] - hash = "d1bbc90386a1b4bd6fdc5e2f9eba7a8671267a93" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.1+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.1+0".sources]] - hash = "47e6680889862c63f36d054a2f774c9487405b06" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.2+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.2+0".sources]] - hash = "d4f464bc1cf7cf165faa980ff3694ae596f45f41" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.3+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.3+0".sources]] - hash = "98ede02c4634a3bd0a1860d33f46a36be678ee98" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.4+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.4+0".sources]] - hash = "5fae0eba319656b19e601ba0cb4a88e2caa6f57e" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.5+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.5+0".sources]] - hash = "26a6712bbcdd5d8f45fdac696941606d89d2132a" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.6+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.6+0".sources]] - hash = "e6999ecb69aec6b03511ce454dd4d33b8f7085cc" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.7+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.7+0".sources]] - hash = "e67f4656f8f7820afa76caa7402cc17588408d5e" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.8+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.8+0".sources]] - hash = "0b01f3a1b4a4dd3ae01658f0b8b93f8044b541d8" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.7.9+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.7.9+0".sources]] - hash = "4221a5a9173f169693153dc390b7bb476e702c95" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.8.0+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.8.0+0".sources]] - hash = "0179e8fb81104d595e81bd421a5146e773d53b97" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.8.1+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.8.1+0".sources]] - hash = "b32a3d91665e51226e08de69986390ab0f4b8643" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.8.2+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.8.2+0".sources]] - hash = "7a322c06baf2ba8d30486c0befe778b2f8f6bbc3" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.8.3+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.8.3+0".sources]] - hash = "881392e4be304d12eb81a7293616653f5c2f1f60" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.8.4+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.8.4+0".sources]] - hash = "442b7b93ed40dcdcc5e05a8a3e005241a88f2047" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGEMin_jll."1.8.5+0"] -executables = ["MAGEMin"] -libraries = ["libMAGEMin"] - - [[MAGEMin_jll."1.8.5+0".sources]] - hash = "748d91d9877a98269f570502adfc14262bcb95d4" - repo = "https://github.com/ComputationalThermodynamics/MAGEMin" - -[MAGMA_jll."2.7.0+0"] -libraries = ["libmagma", "libmagma_sparse"] - - [[MAGMA_jll."2.7.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[MAGMA_jll."2.7.0+0".sources]] - hash = "fda1cbc4607e77cacd8feb1c0f633c5826ba200a018f647f1c5436975b39fd18" - url = "http://icl.utk.edu/projectsfiles/magma/downloads/magma-2.7.0.tar.gz" - [[MAGMA_jll."2.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/40e7e8e480452267768d464a4093ed1e7c2ef8c7//M/MAGMA/./bundled" - -[MAGMA_jll."2.7.0+1"] -libraries = ["libmagma", "libmagma_sparse"] - - [[MAGMA_jll."2.7.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[MAGMA_jll."2.7.0+1".sources]] - hash = "fda1cbc4607e77cacd8feb1c0f633c5826ba200a018f647f1c5436975b39fd18" - url = "http://icl.utk.edu/projectsfiles/magma/downloads/magma-2.7.0.tar.gz" - [[MAGMA_jll."2.7.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4a51e37913a2b95c53524a9fecd96e5e66889bc2//M/MAGMA/./bundled" - -[MAGMA_jll."2.9.0+0"] -libraries = ["libmagma", "libmagma_sparse"] - - [[MAGMA_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[MAGMA_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[MAGMA_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[MAGMA_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[MAGMA_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[MAGMA_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[MAGMA_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[MAGMA_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[MAGMA_jll."2.9.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.0" - - [[MAGMA_jll."2.9.0+0".sources]] - hash = "ff77fd3726b3dfec3bfb55790b06480aa5cc384396c2db35c56fdae4a82c641c" - url = "http://icl.utk.edu/projectsfiles/magma/downloads/magma-2.9.0.tar.gz" - [[MAGMA_jll."2.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b8fa48cbae032ff1df6432d5ecd9607e1b493976//M/MAGMA/./bundled" - [[MAGMA_jll."2.9.0+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[MAGMA_jll."2.9.0+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[MAGMA_jll."2.9.0+0".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[MAGMA_jll."2.9.0+0".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[MAGMA_jll."2.9.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[MAGMA_jll."2.9.0+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[MAGMA_jll."2.9.0+0".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[MAGMA_jll."2.9.0+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[MAGMA_jll."2.9.0+0".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - -[MAiNGO_jll."0.7.2+0"] -executables = ["MAiNGOcpp", "MAiNGO"] -libraries = ["libmaingo-c-api"] - - [[MAiNGO_jll."0.7.2+0".sources]] - hash = "252733413a29dbe5b84a4cdaf53e60e9934f372f" - repo = "https://git.rwth-aachen.de/avt-svt/public/maingo.git" - -[MDAL_jll."0.8.1+0"] -libraries = ["libmdal"] - - [[MDAL_jll."0.8.1+0".sources]] - hash = "0051495aff910b05d04efa792925cce377920ee02a03a89fa45529fd96cd2953" - url = "https://github.com/lutraconsulting/MDAL/archive/refs/tags/release-0.8.1.tar.gz" - [[MDAL_jll."0.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/24b4e86e4ad95db75f43db161e87c9dcc1b430bd//M/MDAL/./bundled" - -[MDAL_jll."0.9.4+0"] -libraries = ["libmdal"] - - [[MDAL_jll."0.9.4+0".sources]] - hash = "a8a17c73a5868745fe7ce4ffe01b0ea20745e27438e0851eec68688d875e895c" - url = "https://github.com/lutraconsulting/MDAL/archive/refs/tags/release-0.9.4.tar.gz" - [[MDAL_jll."0.9.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4cd0e1c71185938e7c1cda3e58dc6681d94c8b4e//M/MDAL/./bundled" - -[MDAL_jll."0.9.4+1"] -executables = ["mdal_translate", "mdalinfo"] -libraries = ["libmdal"] - - [[MDAL_jll."0.9.4+1".sources]] - hash = "a8a17c73a5868745fe7ce4ffe01b0ea20745e27438e0851eec68688d875e895c" - url = "https://github.com/lutraconsulting/MDAL/archive/refs/tags/release-0.9.4.tar.gz" - [[MDAL_jll."0.9.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/208b5dd1a64b19239be9ccb6802ac408d1d80986//M/MDAL/./bundled" - -[MDLovoFit_jll."20.0.4+0"] -executables = ["mdlovofit"] - - [[MDLovoFit_jll."20.0.4+0".sources]] - hash = "e320c2a503c9bd88fe2dc102f2abfd0b2f5d4cce" - repo = "https://github.com/m3g/MDLovoFit.git" - -[MDLovoFit_jll."20.1.0+0"] -executables = ["mdlovofit"] - - [[MDLovoFit_jll."20.1.0+0".sources]] - hash = "770fa230c76f21a6cd192ce8dc247805edae47a5" - repo = "https://github.com/m3g/MDLovoFit.git" - -[MDLovoFit_jll."20.1.1+0"] -executables = ["mdlovofit"] - - [[MDLovoFit_jll."20.1.1+0".sources]] - hash = "4b42012986685d24cc84e5c8488ef618b3bfff0d" - repo = "https://github.com/m3g/MDLovoFit.git" - -[METIS4_jll."4.0.3+0"] -files = ["lib/libmetis.a"] - - [[METIS4_jll."4.0.3+0".sources]] - hash = "5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz" - [[METIS4_jll."4.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b43946ec7c370796dc87f9e32fcd73d0254e8252//M/METIS/METIS@4/./bundled" - -[METIS4_jll."400.0.300+0"] -files = ["lib/libmetis.a"] - - [[METIS4_jll."400.0.300+0".sources]] - hash = "5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz" - [[METIS4_jll."400.0.300+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/604f43118124241cb652e3bf6dcb27e342c8685e//M/METIS/METIS@4/./bundled" - -[METIS4_jll."400.0.301+0"] -libraries = ["libmetis4"] - - [[METIS4_jll."400.0.301+0".sources]] - hash = "5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz" - [[METIS4_jll."400.0.301+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86b24292d0e779161d1227506a3312d2535f3d96//M/METIS/METIS@4/./bundled" - -[METIS_jll."4.0.3+0"] -libraries = ["libmetis"] - - [[METIS_jll."4.0.3+0".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz" - [[METIS_jll."4.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8ecc75a0a51c0d26ad0646436444ebfeeebb8154//M/METIS/./bundled" - -[METIS_jll."4.0.3+1"] -libraries = ["libmetis"] - - [[METIS_jll."4.0.3+1".sources]] - hash = "5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz" - [[METIS_jll."4.0.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6aff9ec1e17d5ab50171015b60026710ffe43036//./M/METIS/METIS@4/./bundled" - -[METIS_jll."4.0.3+2"] -files = ["lib/libmetis.a"] - - [[METIS_jll."4.0.3+2".sources]] - hash = "5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz" - [[METIS_jll."4.0.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/48ac662cd53e02aff0189c81008874a04f7172c7//./M/METIS/METIS@4/./bundled" - -[METIS_jll."4.0.3+3"] -files = ["lib/libmetis.a"] - - [[METIS_jll."4.0.3+3".sources]] - hash = "5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz" - [[METIS_jll."4.0.3+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dec1652e3841031795659b49d9ad9f24989cb943//./M/METIS/METIS@4/./bundled" - -[METIS_jll."5.1.0+0"] -libraries = ["libmetis"] - - [[METIS_jll."5.1.0+0".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz" - [[METIS_jll."5.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b9fd89f0cdc08847d0277bdb8218cb8c0b39d997//M/METIS/./bundled" - -[METIS_jll."5.1.0+1"] -libraries = ["libmetis"] - - [[METIS_jll."5.1.0+1".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz" - [[METIS_jll."5.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/157faacdeae81770717a1b6afa60d8a2235229e0//M/METIS/./bundled" - -[METIS_jll."5.1.0+2"] -libraries = ["libmetis"] - - [[METIS_jll."5.1.0+2".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz" - [[METIS_jll."5.1.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/54ecefa1eef582bbb2505108570a40f2fab3d3ad//M/METIS/./bundled" - -[METIS_jll."5.1.0+3"] -libraries = ["libmetis"] - - [[METIS_jll."5.1.0+3".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz" - [[METIS_jll."5.1.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6aff9ec1e17d5ab50171015b60026710ffe43036//./M/METIS/METIS@5/./bundled" - -[METIS_jll."5.1.0+4"] -libraries = ["libmetis"] - - [[METIS_jll."5.1.0+4".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz" - [[METIS_jll."5.1.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cc0b0d8a6169867b1ffa8210fb77e4109c3040f9//M/METIS/METIS@5/./bundled" - -[METIS_jll."5.1.0+5"] -libraries = ["libmetis"] - - [[METIS_jll."5.1.0+5".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz" - [[METIS_jll."5.1.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9abb049d5a76d962c5ca65ae091d0c2cccfb2887//M/METIS/METIS@5/./bundled" - -[METIS_jll."5.1.1+0"] -libraries = ["libmetis"] - - [[METIS_jll."5.1.1+0".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz" - [[METIS_jll."5.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8ea77a1727b71c0ee354326bbdd2397bf872698d//M/METIS/METIS@5/./bundled" - -[METIS_jll."5.1.2+0"] -libraries = ["libmetis", "libmetis_Int32_Real64", "libmetis_Int64_Real32", "libmetis_Int64_Real64"] - - [[METIS_jll."5.1.2+0".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz" - [[METIS_jll."5.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/84f736f26a915dc39a07bfb721c54f4e194f4ffc//M/METIS/METIS@5/./bundled" - -[METIS_jll."5.1.2+1"] -libraries = ["libmetis", "libmetis_Int32_Real64", "libmetis_Int64_Real32", "libmetis_Int64_Real64"] - - [[METIS_jll."5.1.2+1".sources]] - hash = "76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2" - url = "https://github.com/xijunke/METIS-1/raw/refs/heads/master/metis-5.1.0.tar.gz" - [[METIS_jll."5.1.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/043ad3c013776dfb60d274b1ae3bf713ec4f8bba//M/METIS/METIS@5/./bundled" - -[METIS_jll."5.1.3+0"] -libraries = ["libmetis", "libmetis_Int32_Real64", "libmetis_Int64_Real32", "libmetis_Int64_Real64"] - - [[METIS_jll."5.1.3+0".sources]] - hash = "e827ffed17d56a4ac1add9cc33342c453a06c209" - repo = "https://github.com/amontoison/METIS.git" - [[METIS_jll."5.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4a447c1efea1545aa596c4e9b1bdea9b140a248c//M/METIS/METIS@5/./bundled" - -[MFEM_seq_jll."4.4.0+0"] -libraries = ["libmfem"] - - [[MFEM_seq_jll."4.4.0+0".sources]] - hash = "a1f6902ed72552f3e680d1489f1aa6ade2e0d3b2" - repo = "https://github.com/mfem/mfem.git" - [[MFEM_seq_jll."4.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ee65155c8a3caeecb90cebed4997e2488c221f90//M/MFEM/MFEM_seq/./bundled" - -[MGARD_jll."1.5.2+0"] -libraries = ["libmgard"] - - [[MGARD_jll."1.5.2+0".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "*" - - [[MGARD_jll."1.5.2+0".sources]] - hash = "70281b1f3a150ba07f5054c100adf1c2f324f6fd" - repo = "https://github.com/JieyangChen7/MGARD" - -[MIOpen_jll."5.2.3+0"] -files = ["include/half.hpp"] -libraries = ["libMIOpen"] - - [[MIOpen_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[MIOpen_jll."5.2.3+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[MIOpen_jll."5.2.3+0".sources]] - hash = "28747847446955b3bab24f7fc65c1a6b863a12f12ad3a35e0312072482d38122" - url = "https://github.com/ROCmSoftwarePlatform/MIOpen/archive/rocm-5.2.3.tar.gz" - [[MIOpen_jll."5.2.3+0".sources]] - hash = "ad1788afe0300fa2b02b0d1df128d857f021f92ccf7c8bddd07812685fa07a25" - url = "https://downloads.sourceforge.net/project/half/half/2.1.0/half-2.1.0.zip" - [[MIOpen_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/67704d957eceb6c583975a8e9ac17bdcde68ec90//M/MIOpen/MIOpen@5.2.3/./bundled" - [[MIOpen_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/67704d957eceb6c583975a8e9ac17bdcde68ec90//M/MIOpen/MIOpen@5.2.3/../scripts" - -[MIOpen_jll."5.2.3+1"] -files = ["include/half.hpp"] -libraries = ["libMIOpen"] - - [[MIOpen_jll."5.2.3+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[MIOpen_jll."5.2.3+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[MIOpen_jll."5.2.3+1".sources]] - hash = "28747847446955b3bab24f7fc65c1a6b863a12f12ad3a35e0312072482d38122" - url = "https://github.com/ROCmSoftwarePlatform/MIOpen/archive/rocm-5.2.3.tar.gz" - [[MIOpen_jll."5.2.3+1".sources]] - hash = "ad1788afe0300fa2b02b0d1df128d857f021f92ccf7c8bddd07812685fa07a25" - url = "https://downloads.sourceforge.net/project/half/half/2.1.0/half-2.1.0.zip" - [[MIOpen_jll."5.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d8fe85767241e27c686af2e46fd4b698a961c75//M/MIOpen/MIOpen@5.2.3/./bundled" - [[MIOpen_jll."5.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d8fe85767241e27c686af2e46fd4b698a961c75//M/MIOpen/MIOpen@5.2.3/../scripts" - -[MIOpen_jll."5.2.3+2"] -files = ["include/half.hpp"] -libraries = ["libMIOpen"] - - [[MIOpen_jll."5.2.3+2".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[MIOpen_jll."5.2.3+2".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[MIOpen_jll."5.2.3+2".sources]] - hash = "28747847446955b3bab24f7fc65c1a6b863a12f12ad3a35e0312072482d38122" - url = "https://github.com/ROCmSoftwarePlatform/MIOpen/archive/rocm-5.2.3.tar.gz" - [[MIOpen_jll."5.2.3+2".sources]] - hash = "ad1788afe0300fa2b02b0d1df128d857f021f92ccf7c8bddd07812685fa07a25" - url = "https://downloads.sourceforge.net/project/half/half/2.1.0/half-2.1.0.zip" - [[MIOpen_jll."5.2.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a8be8f1fc984a69cfaee625b80bf560a690e80c3//M/MIOpen/MIOpen@5.2.3/./bundled" - [[MIOpen_jll."5.2.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a8be8f1fc984a69cfaee625b80bf560a690e80c3//M/MIOpen/MIOpen@5.2.3/../scripts" - -[MKL_Headers_jll."2022.0.0+0"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2022.0.0+0".sources]] - hash = "e664eb639faf03d5a4e76b435deb28a67ef7f59f3c55adaeeef771a7c94b56e3" - url = "https://anaconda.org/intel/mkl-include/2022.0.1/download/linux-64/mkl-include-2022.0.1-intel_117.tar.bz2" - [[MKL_Headers_jll."2022.0.0+0".sources]] - hash = "411f636d3e95f75453de80a5574273454b67181c7c30d3276c6cb18a91ef3eeb" - url = "https://anaconda.org/intel/mkl-include/2022.0.1/download/linux-32/mkl-include-2022.0.1-intel_117.tar.bz2" - [[MKL_Headers_jll."2022.0.0+0".sources]] - hash = "d7aa8f0c7904045c6f569462c0d04cc34250ee991855f5a3ab2fba8bbc5a0d81" - url = "https://anaconda.org/intel/mkl-include/2022.0.0/download/osx-64/mkl-include-2022.0.0-intel_105.tar.bz2" - [[MKL_Headers_jll."2022.0.0+0".sources]] - hash = "2d9999a92959be25b5dabbd5b69a4b7f738b87215254c776d59c6b2f8b2addf3" - url = "https://anaconda.org/intel/mkl-include/2022.0.0/download/win-32/mkl-include-2022.0.0-intel_115.tar.bz2" - [[MKL_Headers_jll."2022.0.0+0".sources]] - hash = "eb8f6187d8e4ded8c48b701d00658ef49adc2180e42f1ff52f43c1fecc79a870" - url = "https://anaconda.org/intel/mkl-include/2022.0.0/download/win-64/mkl-include-2022.0.0-intel_115.tar.bz2" - -[MKL_Headers_jll."2022.2.1+0"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2022.2.1+0".sources]] - hash = "144b4939c875ae52b5479317e73be839f5b26b3b0e2c3a52bd59507bc25be56c" - url = "https://anaconda.org/intel/mkl-include/2022.2.1/download/linux-64/mkl-include-2022.2.1-intel_16993.tar.bz2" - [[MKL_Headers_jll."2022.2.1+0".sources]] - hash = "2deec097b972d7784b26b454169af302a0d4e26cc1d65cbb4ed72baf00a8849e" - url = "https://anaconda.org/intel/mkl-include/2022.2.1/download/linux-32/mkl-include-2022.2.1-intel_16993.tar.bz2" - [[MKL_Headers_jll."2022.2.1+0".sources]] - hash = "fa14e44b3adbcc156aa7b531c4e83143cf9d31fe990210cb6d5d5456f8a417a8" - url = "https://anaconda.org/intel/mkl-include/2022.2.1/download/osx-64/mkl-include-2022.2.1-intel_15346.tar.bz2" - [[MKL_Headers_jll."2022.2.1+0".sources]] - hash = "04c3ce3f1e6e23e575f904fbdafd089f3241bf28ca1005b2464d87795295dc50" - url = "https://anaconda.org/intel/mkl-include/2022.2.1/download/win-32/mkl-include-2022.2.1-intel_19754.tar.bz2" - [[MKL_Headers_jll."2022.2.1+0".sources]] - hash = "675519d77dfbf38bfa3dd94f37d3d1fa9f74b32f089e50123605ff3d45752c44" - url = "https://anaconda.org/intel/mkl-include/2022.2.1/download/win-64/mkl-include-2022.2.1-intel_19754.tar.bz2" - -[MKL_Headers_jll."2023.1.0+0"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2023.1.0+0".sources]] - hash = "81f7efd96cb35ee24ea79011bb12dd038113417c94afa9718a7f45c16b81d559" - url = "https://anaconda.org/intel/mkl-include/2023.1.0/download/win-32/mkl-include-2023.1.0-intel_46356.tar.bz2" - [[MKL_Headers_jll."2023.1.0+0".sources]] - hash = "19eb554a8c9c75325e26f4f4a8b9b80538d420016065d5ec918fd9c10354c96b" - url = "https://anaconda.org/intel/mkl-include/2023.1.0/download/win-64/mkl-include-2023.1.0-intel_46356.tar.bz2" - [[MKL_Headers_jll."2023.1.0+0".sources]] - hash = "a6aa2335954fc2ffb0e3e8a5580a101f955061b2086f1b408c7af7827f799a2e" - url = "https://anaconda.org/intel/mkl-include/2023.1.0/download/linux-32/mkl-include-2023.1.0-intel_46342.tar.bz2" - [[MKL_Headers_jll."2023.1.0+0".sources]] - hash = "b24d12a8e18ba23de5c659a33fb184a7ac6019d4b159e78f628d7c8de225f77a" - url = "https://anaconda.org/intel/mkl-include/2023.1.0/download/linux-64/mkl-include-2023.1.0-intel_46342.tar.bz2" - [[MKL_Headers_jll."2023.1.0+0".sources]] - hash = "f7522e05e61d083e06a802d864c3cefcac8b7bcca35fd08b6cb95a2691808e43" - url = "https://anaconda.org/intel/mkl-include/2023.1.0/download/osx-64/mkl-include-2023.1.0-intel_43558.tar.bz2" - -[MKL_Headers_jll."2023.2.0+0"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2023.2.0+0".sources]] - hash = "0ed907ecc2eaae0ed8c280814392b5b80cc19df78838d9688273a12bd72c7bf8" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/win-32/mkl-include-2023.2.0-intel_49496.tar.bz2" - [[MKL_Headers_jll."2023.2.0+0".sources]] - hash = "daa93c899e6c7627232fa60e67a2b6079cd29752e8ba1251ae895a57e51defa7" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/win-64/mkl-include-2023.2.0-intel_49496.tar.bz2" - [[MKL_Headers_jll."2023.2.0+0".sources]] - hash = "b4433c6839bb7f48951b2dcf409dec7306aee3649c539ee0513d8bfb1a1ea283" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/linux-32/mkl-include-2023.2.0-intel_49495.tar.bz2" - [[MKL_Headers_jll."2023.2.0+0".sources]] - hash = "0dfb6ca3c17d99641f20877579c78155cf95aa0b22363bcc91b1d57df4646318" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/linux-64/mkl-include-2023.2.0-intel_49495.tar.bz2" - [[MKL_Headers_jll."2023.2.0+0".sources]] - hash = "c3940a33498df821821c28dc292f7d7a739b11892856fd9fbbc3de5cf0990b00" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/osx-64/mkl-include-2023.2.0-intel_49499.tar.bz2" - -[MKL_Headers_jll."2023.2.0+1"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "0ed907ecc2eaae0ed8c280814392b5b80cc19df78838d9688273a12bd72c7bf8" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/win-32/mkl-include-2023.2.0-intel_49496.tar.bz2" - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "daa93c899e6c7627232fa60e67a2b6079cd29752e8ba1251ae895a57e51defa7" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/win-64/mkl-include-2023.2.0-intel_49496.tar.bz2" - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "b4433c6839bb7f48951b2dcf409dec7306aee3649c539ee0513d8bfb1a1ea283" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/linux-32/mkl-include-2023.2.0-intel_49495.tar.bz2" - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "0dfb6ca3c17d99641f20877579c78155cf95aa0b22363bcc91b1d57df4646318" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/linux-64/mkl-include-2023.2.0-intel_49495.tar.bz2" - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "c3940a33498df821821c28dc292f7d7a739b11892856fd9fbbc3de5cf0990b00" - url = "https://anaconda.org/intel/mkl-include/2023.2.0/download/osx-64/mkl-include-2023.2.0-intel_49499.tar.bz2" - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "15653969e64579e7bfb098fcc3e994590b6f7f7fcf9f2ac6447884e8f0ffb027" - url = "https://anaconda.org/intel/mkl-devel/2023.2.0/download/win-32/mkl-devel-2023.2.0-intel_49496.tar.bz2" - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "caaf632783636e8434216f37978b0942e0aa18c9fd3a4bb4a0444aa48ac07323" - url = "https://anaconda.org/intel/mkl-devel/2023.2.0/download/win-64/mkl-devel-2023.2.0-intel_49496.tar.bz2" - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "09302cd45ff9252e862abe8bc01cefc1f4afa8339237129f847620784f1fd93e" - url = "https://anaconda.org/intel/mkl-devel/2023.2.0/download/linux-32/mkl-devel-2023.2.0-intel_49495.tar.bz2" - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "f3e2b7063b28b280602fea4005408ee74cf6a376bc99c0e05fc67531f2c03ace" - url = "https://anaconda.org/intel/mkl-devel/2023.2.0/download/linux-64/mkl-devel-2023.2.0-intel_49495.tar.bz2" - [[MKL_Headers_jll."2023.2.0+1".sources]] - hash = "0f1f7da2fb79d40257c9a15496c84036771cb265c6e3c82ed8b5852c64bdeed0" - url = "https://anaconda.org/intel/mkl-devel/2023.2.0/download/osx-64/mkl-devel-2023.2.0-intel_49499.tar.bz2" - -[MKL_Headers_jll."2024.0.0+0"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2024.0.0+0".sources]] - hash = "9359c55d2fcf26b7cd879362504416fb5cd924af07f29e763c9dab980c19f783" - url = "https://anaconda.org/intel/mkl-include/2024.0.0/download/win-32/mkl-include-2024.0.0-intel_49657.tar.bz2" - [[MKL_Headers_jll."2024.0.0+0".sources]] - hash = "8f4215100f4360017721ce154c0fd9fa1628c78ac733e4cbd863d1bf3ab4f21d" - url = "https://anaconda.org/intel/mkl-include/2024.0.0/download/win-64/mkl-include-2024.0.0-intel_49657.tar.bz2" - [[MKL_Headers_jll."2024.0.0+0".sources]] - hash = "6a55c84a4a3088b36d507ee6de019c52c164a7756f4e14275cf0bf16aac9e87d" - url = "https://anaconda.org/intel/mkl-include/2024.0.0/download/linux-32/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[MKL_Headers_jll."2024.0.0+0".sources]] - hash = "fcbdf5d4197f18fb91fa1d9648f35a45628cc1131ff58c83dcbafe2767490571" - url = "https://anaconda.org/intel/mkl-include/2024.0.0/download/linux-64/mkl-include-2024.0.0-intel_49656.tar.bz2" - -[MKL_Headers_jll."2024.0.0+1"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2024.0.0+1".sources]] - hash = "9359c55d2fcf26b7cd879362504416fb5cd924af07f29e763c9dab980c19f783" - url = "https://anaconda.org/intel/mkl-include/2024.0.0/download/win-32/mkl-include-2024.0.0-intel_49657.tar.bz2" - [[MKL_Headers_jll."2024.0.0+1".sources]] - hash = "8f4215100f4360017721ce154c0fd9fa1628c78ac733e4cbd863d1bf3ab4f21d" - url = "https://anaconda.org/intel/mkl-include/2024.0.0/download/win-64/mkl-include-2024.0.0-intel_49657.tar.bz2" - [[MKL_Headers_jll."2024.0.0+1".sources]] - hash = "6a55c84a4a3088b36d507ee6de019c52c164a7756f4e14275cf0bf16aac9e87d" - url = "https://anaconda.org/intel/mkl-include/2024.0.0/download/linux-32/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[MKL_Headers_jll."2024.0.0+1".sources]] - hash = "fcbdf5d4197f18fb91fa1d9648f35a45628cc1131ff58c83dcbafe2767490571" - url = "https://anaconda.org/intel/mkl-include/2024.0.0/download/linux-64/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[MKL_Headers_jll."2024.0.0+1".sources]] - hash = "6d7ce2dd7660e31251621e4b5d22049e0bace07b650831db8b4e7b1a78981dc5" - url = "https://anaconda.org/intel/mkl-devel/2024.0.0/download/win-32/mkl-devel-2024.0.0-intel_49657.tar.bz2" - [[MKL_Headers_jll."2024.0.0+1".sources]] - hash = "05e43480b2bf0a4f6e6f3208aa88e613b0b44e6639c7c5e52bef518193364dba" - url = "https://anaconda.org/intel/mkl-devel/2024.0.0/download/win-64/mkl-devel-2024.0.0-intel_49657.tar.bz2" - [[MKL_Headers_jll."2024.0.0+1".sources]] - hash = "6e57d8f98ab904b55d8e5bb810c06d8d889308f774a6ec08cac76c53b6024256" - url = "https://anaconda.org/intel/mkl-devel/2024.0.0/download/linux-32/mkl-devel-2024.0.0-intel_49656.tar.bz2" - [[MKL_Headers_jll."2024.0.0+1".sources]] - hash = "f6c37ade3153a0a98cf1f50346af32be1b87c4c3cb09e4f7b94dcb77b4896bd7" - url = "https://anaconda.org/intel/mkl-devel/2024.0.0/download/linux-64/mkl-devel-2024.0.0-intel_49656.tar.bz2" - -[MKL_Headers_jll."2024.1.0+0"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2024.1.0+0".sources]] - hash = "8994e1c5b5599934e83eb964a136be98dc5a6355f3f5b35cab44cdc0e8b970dd" - url = "https://anaconda.org/intel/mkl-include/2024.1.0/download/win-32/mkl-include-2024.1.0-intel_692.tar.bz2" - [[MKL_Headers_jll."2024.1.0+0".sources]] - hash = "28229844aa6c19870531452e5805ab876da4a5df896a9e753e6b481da2d389cb" - url = "https://anaconda.org/intel/mkl-include/2024.1.0/download/win-64/mkl-include-2024.1.0-intel_692.tar.bz2" - [[MKL_Headers_jll."2024.1.0+0".sources]] - hash = "88529f8bea2498e88b2cf8dc7aa3735f46f348cf5047006dfc6455f8e2bbdd30" - url = "https://anaconda.org/intel/mkl-include/2024.1.0/download/linux-32/mkl-include-2024.1.0-intel_691.tar.bz2" - [[MKL_Headers_jll."2024.1.0+0".sources]] - hash = "e36b2e74f5c28ff91565abe47a09dc246c9cf725e0d05b5fb08813b4073ea68b" - url = "https://anaconda.org/intel/mkl-include/2024.1.0/download/linux-64/mkl-include-2024.1.0-intel_691.tar.bz2" - [[MKL_Headers_jll."2024.1.0+0".sources]] - hash = "845156ebe08b1d3ac519da1a56d1b98a6f818158eaa88bd4bbaebb9b28aab6cd" - url = "https://anaconda.org/intel/mkl-devel/2024.1.0/download/win-32/mkl-devel-2024.1.0-intel_692.tar.bz2" - [[MKL_Headers_jll."2024.1.0+0".sources]] - hash = "d656781f53513be1cde1d33fd84fcd43a746453347afc2fcf1f61218b2d08783" - url = "https://anaconda.org/intel/mkl-devel/2024.1.0/download/win-64/mkl-devel-2024.1.0-intel_692.tar.bz2" - [[MKL_Headers_jll."2024.1.0+0".sources]] - hash = "2145f2ae4f383cc46cf4e5f516b7709f727d21865f21d445454c52175c8fafd1" - url = "https://anaconda.org/intel/mkl-devel/2024.1.0/download/linux-32/mkl-devel-2024.1.0-intel_691.tar.bz2" - [[MKL_Headers_jll."2024.1.0+0".sources]] - hash = "def8ca30d0560a712e5f010f26da26d723c6bc9148124d8a63f6d2fb64fd3e38" - url = "https://anaconda.org/intel/mkl-devel/2024.1.0/download/linux-64/mkl-devel-2024.1.0-intel_691.tar.bz2" - -[MKL_Headers_jll."2024.2.0+0"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2024.2.0+0".sources]] - hash = "431feac62519a0d65c85e801d7329cb7caa66ced53a0b4d26f15420d06d1717d" - url = "https://conda.anaconda.org/intel/win-32/mkl-include-2024.2.0-intel_661.tar.bz2" - [[MKL_Headers_jll."2024.2.0+0".sources]] - hash = "34f5cc20b6d2ab7c82f301b108fa2ac48e1f6c0acd8ad166897fb53184d5c93e" - url = "https://conda.anaconda.org/intel/win-64/mkl-include-2024.2.0-intel_661.tar.bz2" - [[MKL_Headers_jll."2024.2.0+0".sources]] - hash = "d97e655707590ba38d1240a4f9be3f60df2bc82f3ab5f7b16cf2735d4d9ba401" - url = "https://conda.anaconda.org/intel/linux-32/mkl-include-2024.2.0-intel_663.tar.bz2" - [[MKL_Headers_jll."2024.2.0+0".sources]] - hash = "2e29ca36f199bafed778230b054256593c2d572aeb050389fd87355ba0466d13" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.2.0-intel_663.tar.bz2" - [[MKL_Headers_jll."2024.2.0+0".sources]] - hash = "db2bdd63f774edaca6cdc23677a5cc7ad390cf2bee362140b80238736483ae8f" - url = "https://conda.anaconda.org/intel/win-32/mkl-devel-2024.2.0-intel_661.tar.bz2" - [[MKL_Headers_jll."2024.2.0+0".sources]] - hash = "dd8758a3404d2bf6844463b16a3096820d7f7905bafdc057b9135eccf065e118" - url = "https://conda.anaconda.org/intel/win-64/mkl-devel-2024.2.0-intel_661.tar.bz2" - [[MKL_Headers_jll."2024.2.0+0".sources]] - hash = "aabe1d37edc7d5d70891e25328d3bd2d8c9d7c5102cc5b400870164322df3a3c" - url = "https://conda.anaconda.org/intel/linux-32/mkl-devel-2024.2.0-intel_663.tar.bz2" - [[MKL_Headers_jll."2024.2.0+0".sources]] - hash = "e3c37c75aa870aa8daa32e6cbfa6e34639f7e6fe6a67fc4b34fa2a94a497df15" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.2.0-intel_663.tar.bz2" - -[MKL_Headers_jll."2025.0.1+0"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2025.0.1+0".sources]] - hash = "1149c1b34bc41166c0bb09c103e42ae251f0a9d190b886a99124b70632b3bc8d" - url = "https://files.pythonhosted.org/packages/cd/b7/092df7c41f57b3a41bb60392081564da0ea64ae300128fa9d44dd7acd84b/mkl_include-2025.0.1-py2.py3-none-win_amd64.whl" - [[MKL_Headers_jll."2025.0.1+0".sources]] - hash = "a70b90ce07f7a970a6fc8b324e416e0e978edec751b2d2e1b52d511f886fe506" - url = "https://files.pythonhosted.org/packages/7b/42/74f3ed839c59e7bf3992804ce172590b4acac01dac4157f81daeb7774202/mkl_include-2025.0.1-py2.py3-none-manylinux_2_28_x86_64.whl" - [[MKL_Headers_jll."2025.0.1+0".sources]] - hash = "fc62df9c689722dadf282af6380538063dbd4fd3d328aa3c60eb72a521d06789" - url = "https://files.pythonhosted.org/packages/1f/b1/03a2388889052dd018cebf8b915599015161519c6af89e42e4a31a62e2f0/mkl_devel-2025.0.1-py2.py3-none-win_amd64.whl" - [[MKL_Headers_jll."2025.0.1+0".sources]] - hash = "18662a91ce12613622b7e002b7f5dcb790bf22bba83cef80179b9d2d3458ed2d" - url = "https://files.pythonhosted.org/packages/fd/e1/b13109f2d31fc6b1e753d0746317a62a119292ec127e196b409ad420587b/mkl_devel-2025.0.1-py2.py3-none-manylinux_2_28_x86_64.whl" - -[MKL_Headers_jll."2025.2.0+0"] -files = ["include/mkl.h"] - - [[MKL_Headers_jll."2025.2.0+0".sources]] - hash = "d20305b4adfa36407a808ec6a16dc5d6da6f8b9cb4a96bdcc0e0ab3239c43816" - url = "https://files.pythonhosted.org/packages/06/87/3eee37bf95c6b820b6394ad98e50132798514ecda1b2584c71c2c96b973c/mkl_include-2025.2.0-py2.py3-none-win_amd64.whl" - [[MKL_Headers_jll."2025.2.0+0".sources]] - hash = "691ceaccf6d960e19d47304d24ca2ee4e807810077e93c1c86c2e32cd6223012" - url = "https://files.pythonhosted.org/packages/11/58/6f583b3bac7d3952a89a00ab34e61baa17f6d6de3454a8005958289bef22/mkl_include-2025.2.0-py2.py3-none-manylinux_2_28_x86_64.whl" - [[MKL_Headers_jll."2025.2.0+0".sources]] - hash = "305745583d7b08d2f8b8b37d20e6fa4b4325627a5989625c74aaaf651b10e9da" - url = "https://files.pythonhosted.org/packages/86/60/f979218ad807331524f3cd88c05b603d9ea5a685cffa513304bee8ae012b/mkl_devel-2025.2.0-py2.py3-none-win_amd64.whl" - [[MKL_Headers_jll."2025.2.0+0".sources]] - hash = "990fb052a566c24042892b5585f32d27b8338ed801c86f7db2d40edc56dc8906" - url = "https://files.pythonhosted.org/packages/bf/0c/6f5acc9d11087f4f6c739d019181028910555eb48af353e285ba80cd5d40/mkl_devel-2025.2.0-py2.py3-none-manylinux_2_28_x86_64.whl" - -[MLIR_jll."12.0.1+0"] -libraries = ["libMLIR"] - - [[MLIR_jll."12.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "572793510c3f6ca3ecb9c34f3365843a4bc19160" - target = "target" - tree_hash = "77e4b6f109c61ab4ccd2f86218a3c0aacfbbbdd2" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."12.0.1+1"] -libraries = ["libMLIR"] - - [[MLIR_jll."12.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "1cc4b460680c87b557a78006f3e7048390324d50" - target = "target" - tree_hash = "890e426645cfd17eb330e4e134d8bf2ca9e971c9" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."12.0.1+2"] -libraries = ["libMLIR"] - - [[MLIR_jll."12.0.1+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."12.0.1+3"] -libraries = ["libMLIR"] - - [[MLIR_jll."12.0.1+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "be13dfc74a1dcc3b226894af1a31bbcddb4db108" - target = "target" - tree_hash = "14ee6e22f8856e2b692665c7ed8e6dac7c92a776" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."12.0.1+4"] -libraries = ["libMLIR"] - - [[MLIR_jll."12.0.1+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "be13dfc74a1dcc3b226894af1a31bbcddb4db108" - target = "target" - tree_hash = "14ee6e22f8856e2b692665c7ed8e6dac7c92a776" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."12.0.1+5"] -libraries = ["libMLIR", "libMLIRPublicAPI"] - - [[MLIR_jll."12.0.1+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "be13dfc74a1dcc3b226894af1a31bbcddb4db108" - target = "target" - tree_hash = "14ee6e22f8856e2b692665c7ed8e6dac7c92a776" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."13.0.0+0"] -libraries = ["libMLIR"] - - [[MLIR_jll."13.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "63331fa2929311ec36d226d13c021fcd3e445a7e" - target = "target" - tree_hash = "3af04f797072fbff7e1edebf2494f4e9e0cd6930" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."13.0.0+1"] -libraries = ["libMLIR"] - - [[MLIR_jll."13.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "21e1e69594cdceee4e0aaebf058dc4b1166614f2" - target = "target" - tree_hash = "4b316d153e2e9ff452303d8dc8711a2e283fe6e4" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."13.0.0+2"] -libraries = ["libMLIR"] - - [[MLIR_jll."13.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "1dd098262fe757e01a11168d4115eef88bf4e185" - target = "target" - tree_hash = "c96d3fde65c8cee2504cc9015da5f809f63071e5" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."13.0.0+3"] -libraries = ["libMLIR"] - - [[MLIR_jll."13.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "0277207e62390f57f710d8ec49e4fd0c5c006e9b" - target = "target" - tree_hash = "4526d6fdd51095e0e351872831444bfd9cfceb2a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."13.0.1+0"] -libraries = ["libMLIR"] - - [[MLIR_jll."13.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "8ab92c32fa13171ce3a519d71727bbb50ae99ff6" - target = "target" - tree_hash = "fff5e75ad6593ca9383712dc1badc8388862e1f6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."13.0.1+1"] -libraries = ["libMLIR"] - - [[MLIR_jll."13.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "f4f19adf01963253801aeb856035addeed94a971" - target = "target" - tree_hash = "b6a1fd325173f38110be17038d6358787dfb51d2" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."13.0.1+2"] -libraries = ["libMLIR"] - - [[MLIR_jll."13.0.1+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "9a065c0c24570989bd02909c5b377d9d92d00a29" - target = "target" - tree_hash = "0ca025b5f60a7a220d56bb2d8666f6ed1be3fa40" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."13.0.1+3"] -libraries = ["libMLIR"] - - [[MLIR_jll."13.0.1+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - -[MLIR_jll."14.0.2+0"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.2+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "e8f4e18ed7fa9b750e18dbb8020ee481244ce01b" - target = "target" - tree_hash = "96902bc856dad4be15722fa1801c45ada7ace311" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.2+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "3b43f04753be4cae397265bdf5d4694f97c6898e" - target = "target" - tree_hash = "c89a1562731e7bc731eb9ac0a48cdb154d97cb88" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.2+1"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.2+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "b8b7211c9ef2e683adbfc67494d3a0d257e074a2" - target = "target" - tree_hash = "9febb5481d5d6a603fcdfc8026a3606cab2f3fa0" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.2+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "da5eb3dff9215651408746d6ba824de6ed23abd8" - target = "target" - tree_hash = "4986ce5aca6c11b1f433bea9b8a219359c162eb5" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.5+0"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.5+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "f8e8f54ad286e040f2b49dbef52c58339e81d3c4" - target = "target" - tree_hash = "00157ca5a258f567983625077095d673436695e0" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.5+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "312d1eff461d24ba2202b215e6699eedc5165518" - target = "target" - tree_hash = "98d7d438b3fc75790850a91fadda90623d2c29c6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.5+1"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.5+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "397ee9d49cce657146a6b5bcbf3f04138c62e6e0" - target = "target" - tree_hash = "8fbf00ace6d5c66f0ecded3201a8e0709a98f529" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.5+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "3d5dd98be9fe6000a2de8b2b4f9c8847e8206b72" - target = "target" - tree_hash = "cf4e12aae5b5fd45cf52c0a06e1d27f64efde924" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.5+2"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.5+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "45c40451a0ffe75031c443484917508cbca94e55" - target = "target" - tree_hash = "980207a878bafd6a952ec8ac0b88ad96e48de948" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.5+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d95d1c265140c0a38436c24a571b1d5692ca6097" - target = "target" - tree_hash = "c009da49192a85a8bcb872198b190324e9e0e46b" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.5+3"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.5+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "bf8e00a6c09c2346e0227bd1d525c560f0a6f25c" - target = "target" - tree_hash = "873a70355c73770fc078e9ab571c6ea8f3bb5d9b" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.5+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "e5a8b0fb2557a1cbb663caa00581461e267c5fdb" - target = "target" - tree_hash = "a761c60acaa839dfd11da5a0dd3b0cf90a69b555" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.6+0"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "9486c984354f6f3bcaa8584fe211903ad04c9d2a" - target = "target" - tree_hash = "8f273c0d67e45661328f7c2e48028c22d722bf3e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.6+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "1a94ee346f38f8acc7fece5da5d73128efee5733" - target = "target" - tree_hash = "4102312eb8f9ac2666d10ec2cca7ae32ba6b9656" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.6+1"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.6+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "a09c2b643e31a9fcee7faa6d3584a5a8a6c2d579" - target = "target" - tree_hash = "574e4f12d10b5abbaacc63ba264c4b540b4c1449" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.6+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "e5865ab4d5a1376cf11b8558faaf6d877e33027f" - target = "target" - tree_hash = "ec449b819c1083a6bd913234edf8060bbf56831b" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.6+2"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.6+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.6+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b334f9586913f248794aae06fa9aa7e51fb499a1" - target = "target" - tree_hash = "b16d6c45c0b2959e1f116caab700acb879275f4b" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.6+3"] -libraries = ["libMLIR"] - - [[MLIR_jll."14.0.6+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "2706a49d6ad6d48f0841f4520d29196ed780b83f" - target = "target" - tree_hash = "9a0cc4cdf951f76b83f062efbea0ec9eb84cd883" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.6+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "8587ed37886a390bbd46d0bb84ffd2fc4c741023" - target = "target" - tree_hash = "dec1712f1a70e6b90ee69a88efa137426af2aa6d" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."14.0.6+4"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."14.0.6+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "11ce22042553bc63bf44a76116ec5bf64a286390" - target = "target" - tree_hash = "eeb2393cc7dfa3e43a1148c76f5ba8c3ce0ebb82" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."14.0.6+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "5b51c27d9a1f31eba363a0292bb953603e93c092" - target = "target" - tree_hash = "4daac3a0bbc4131f262121e28e7c5e2b03ef34e0" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+0"] -libraries = ["libMLIR"] - - [[MLIR_jll."15.0.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "9eb34a0c0f4464ab43b575223fce646e383bee0c" - target = "target" - tree_hash = "0b529e6fee8aae80fe1383f4689b269973310bb3" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "5bcaa31793aba559a2431af57346939528d1cb29" - target = "target" - tree_hash = "cc8fcae0caa1317354aef8845c592c32c7d0a92a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+1"] -libraries = ["libMLIR"] - - [[MLIR_jll."15.0.7+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "ce3f6c19e0e71c029313ab0c2282424b77fa0e30" - target = "target" - tree_hash = "cf12dc3a3e7e59e5012a4daa2a96a26a7e0bea46" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "db6d76f53a3bcd30fc334bdf8b057bef1c9cd158" - target = "target" - tree_hash = "0e01210502cd7e9d220932d441a4dba935a87ad5" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+2"] -libraries = ["libMLIR"] - - [[MLIR_jll."15.0.7+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "f39855f0ab4358a3f45ab513ae503a10282ea9b9" - target = "target" - tree_hash = "9e885ddff2d015a7b0a70bee852a5e759b844ef6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "9f765f373861d65128e1c0f4ae7e79753375c942" - target = "target" - tree_hash = "4120de7d9c3092ab03ef41f793c86eb9a051d27d" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+3"] -libraries = ["libMLIR"] - - [[MLIR_jll."15.0.7+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "38c4a1ece396bc916bd6bc0180d39ad01e9bcaa3" - target = "target" - tree_hash = "95b5085a56c6eee1fe0affacb5b4893c96e3bf6d" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "8fa5df7f36c75e2490c8abb264dd01c6b73fe41d" - target = "target" - tree_hash = "46dc9c0579a9720b5d4753e4b75a8a6742bf1b46" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+4"] -libraries = ["libMLIR"] - - [[MLIR_jll."15.0.7+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "92694e7f0235e2053aebc61eff2478a7afdf3183" - target = "target" - tree_hash = "73f5623ae46b116a028ce0f861ec57006f8528a7" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "588b1ead7a897e46edef63b756a4ec303d783898" - target = "target" - tree_hash = "59474b2729c65c2d6ea0af4d294670cf99ec218d" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+5"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."15.0.7+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "a961e7ee7db4f583cb7e55f5cd17f79be1146a39" - target = "target" - tree_hash = "6814272addbc1274c6660db924425494b6dd493f" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+5".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "5837d81a69fc5b58bb1e13399e2309f1aa8cca47" - target = "target" - tree_hash = "185e6721798b7eab07595f8d5694f2979daf7712" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+6"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."15.0.7+6".build_dependencies]] - name = "LLVM_full_jll" - rev = "a19f861ffb8caf1d6821513cec3409f7d75fa15b" - target = "target" - tree_hash = "27289ce599dfc3b0b10bb6d475278c4fb78e1955" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+6".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "e238abc1edc24ec960386ca89f2538c34196b084" - target = "target" - tree_hash = "2c45cd5da52476af001ff55162151aed05845bcf" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+7"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."15.0.7+7".build_dependencies]] - name = "LLVM_full_jll" - rev = "8bdf54e0ef2927d6c2edb4d71d03778996d166cb" - target = "target" - tree_hash = "1182af2cd14565c3eb3a9b3904e6a24e0b5974e9" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+7".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "1379c66a1810c6862114078f2dfe4f24785755ea" - target = "target" - tree_hash = "30b9ddb3d11b11f0140a84a464f5e990830f1c19" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+8"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."15.0.7+8".build_dependencies]] - name = "LLVM_full_jll" - rev = "cf8dcdf15163477086b224e1a9c36a1609f8b5d6" - target = "target" - tree_hash = "e753d6c91c68f53a6bb66b30d5a900dbc71e97e8" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+8".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "3dd08e8cd4ef515498a1b78a2606ec2cad9c8d42" - target = "target" - tree_hash = "698f00ddf59d89b0954275d5f51035d7955c2bc0" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."15.0.7+9"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."15.0.7+9".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."15.0.7+9".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b2645f50413c52c447b893f64d3e87c5eaff3c80" - target = "target" - tree_hash = "aaf17b697dd5dcb37ed3d281ce9ae163a4b1fdcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."16.0.6+0"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."16.0.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "4a322f152480267446c02fa105f7dee0f9a2f92c" - target = "target" - tree_hash = "9b6616e9499f8b09da269d7dff92d72c42abd692" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."16.0.6+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "1770cc9b433487c60c0d9d563e1efa2f62c7be12" - target = "target" - tree_hash = "02943e9d0a8fdfd8ca6f02efbfbea3a2413924ac" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."16.0.6+1"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."16.0.6+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "32e3383eb8e956befa87e3a96a57f2a16b94782b" - target = "target" - tree_hash = "5ba661e7207c9c49081b0d848a77dc6a71fa59a6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."16.0.6+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "a6cd46cf1500c3777deb25d6e7debfd0b6fb6999" - target = "target" - tree_hash = "c31863f36d19f3f6dcdbdd1a7823a416ca70dd43" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."16.0.6+2"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."16.0.6+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "13491d6341147578b8864a23ffee782521f62acb" - target = "target" - tree_hash = "5c7749dba25088a2a6ef4981e0ed6662a99efee1" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."16.0.6+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "162927d6b7f7a313fa869eff80306482dbd8d9f9" - target = "target" - tree_hash = "0d9504d72bf947579cb0e0ddc827388582aac3d0" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."16.0.6+3"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."16.0.6+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "5e3967180204f0f383d01f7bc6cc4aae09192a01" - target = "target" - tree_hash = "52666faed258272b4de9a3ba749c15c049500bcc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."16.0.6+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "312bc45553048b5dd6e42827deaee04fe631e445" - target = "target" - tree_hash = "2f40af12f0cd478d356dd455f30418adc1c1c4d6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."16.0.6+4"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."16.0.6+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."16.0.6+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "b4255af74c4d6dae5ef2a66f98a436d000f0490f" - target = "target" - tree_hash = "ba98539db2458e4c1218ffb6a0722582b2acbf3c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."16.0.6+5"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."16.0.6+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "23f51ee04483a69afdafb7199ecc0e70b3c1f4a1" - target = "target" - tree_hash = "25c051c2843011b416d1d9f8b23471bd6bc6c1b1" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."16.0.6+5".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c8df2c1742b2889fade4dc4a7a0f0e41d544f1cc" - target = "target" - tree_hash = "8ef78f596447c240ded826b636dfc31ffd1a3bad" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."17.0.6+0"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."17.0.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "021b5277dc6bb05bd1c9a49076dda9e90c78c719" - target = "target" - tree_hash = "9c8c61dab1fe781bce00788fc18d7146604850a1" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."17.0.6+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "2d5b33e4a1cde0b245e963ed7815567c71e2ed81" - target = "target" - tree_hash = "70843128452a518bafc7f87e1f4e40f7913d94b0" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."17.0.6+1"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."17.0.6+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "53c25b2e5317659cbb025c8da2ac1610bc43c040" - target = "target" - tree_hash = "40813a35aa80b2acca1cba851ad655b459edcddd" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."17.0.6+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "990d5fb40986f4167e4d56fc9425edefb9d39c08" - target = "target" - tree_hash = "926325db050d8acea11f6ec7e1a3fbc40b4c7a9c" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."17.0.6+2"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."17.0.6+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "9caa5b2b45fb59fca801d2febf763d46d9993292" - target = "target" - tree_hash = "bf3ffd6fb0de40f34b7b57a55d44b44cf7ba99ae" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."17.0.6+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "2a8e4fe74823aee2eea905c7ae0318646742f0b1" - target = "target" - tree_hash = "42010af357cd7a28c88ef583f9471f88cf321767" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."17.0.6+3"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."17.0.6+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "12d15edc4dc3fb19b0ac0ccb0a8da841f4fb90ac" - target = "target" - tree_hash = "acb7261bd1aa2f5b7a978aad15d464286c80412e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."17.0.6+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "a1d16ead929efd9c027dd5fac556ad616c6c8f3d" - target = "target" - tree_hash = "f3fc1919eb188a65a3c1757dba8e595a792c3054" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."17.0.6+4"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."17.0.6+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "d4e4a4aacc4985002b497402ec563763c4976bd7" - target = "target" - tree_hash = "ef4b85d5644949cbbb5c3ad73be1bdaf0dc86b75" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."17.0.6+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "ce18ee804fae8f267f1f1fda3e7f523c715d359b" - target = "target" - tree_hash = "c34a7dd14f7c2a3dbb0a432e1912367476e83ebd" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."17.0.6+5"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."17.0.6+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "7b408f3135d82a70ae09bb59339401df5ca82f59" - target = "target" - tree_hash = "0e77048399a7a79575facc129f317482a9926894" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."17.0.6+5".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d5e77881fb4676feff5e38affb2434501440eb1a" - target = "target" - tree_hash = "3c91c723ad422b6416be7490e9ebd9361e862a1a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."18.1.7+0"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."18.1.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "c04c08fefe5931ada864acdbd4b33e0c239e46fe" - target = "target" - tree_hash = "12552fc9c578d0d30c2e5f6865a4808f1a1b06f8" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."18.1.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "1a3deef1b7da9d8aff70e25d99b758dad64cfa36" - target = "target" - tree_hash = "0288bf9a91350d0a808001773bb2d31e43b598b4" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."18.1.7+1"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."18.1.7+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "cb8f59fa116837804983fbccafa30076f78da634" - target = "target" - tree_hash = "589c63de578c574b0dbf6dcce716be60936fa0af" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."18.1.7+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "e9ba38a69407e00d3024b7f34c9a3b258e698b2f" - target = "target" - tree_hash = "9719c83454badcf2700ca8fba5f93af3c5dd06f0" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."18.1.7+2"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."18.1.7+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "7d649a27aaeadc2ef1d3adfc35aafab74c492445" - target = "target" - tree_hash = "9a9306ee3175980a80d88183a8fe2012a89f1fba" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."18.1.7+2".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "4c283afdf2dbb84a18ca706864d7d5d29e589d2c" - target = "target" - tree_hash = "16b90950828e3138768096da7d73238e978b00fb" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."18.1.7+3"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."18.1.7+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."18.1.7+3".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "c9cd5b57ea0a0f13ee04190e690648cd5bd0b6d8" - target = "target" - tree_hash = "03d027de5ff91a64b66ceb52086c949d085a56da" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."18.1.7+4"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."18.1.7+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "adfe36c700cc3352a47dc8995698ae0a3b210182" - target = "target" - tree_hash = "d98e4fbc48ce6edee66dcdf2aa042c77f3ae13f7" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."18.1.7+4".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "d1b9b0e3d42c4f02f3af1a2317f2c3ffcdef1d3b" - target = "target" - tree_hash = "d69fcc2f88d29a90b8bbc35dde91b7fe7ec63d49" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."19.1.1+0"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."19.1.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b553c11f9c72d8c45dedee4e458ab0f94647d8df" - target = "target" - tree_hash = "eccee36c048b96760df5b80dd198ef055e45f1c3" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."19.1.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "352b25df5ca5c45965103b0a239759a4c1e736f3" - target = "target" - tree_hash = "3aede999257f0cdc711b3eb037bda968733da3e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."19.1.1+1"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."19.1.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "b1d296c1e9253cd3456a5fb66a648da7f962d71d" - target = "target" - tree_hash = "8d2887c54595b5b1b34669cdc53db06aed79aa3f" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."19.1.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "de6b2266259c884f3a361e3d4ed812c400003ed5" - target = "target" - tree_hash = "4d57c17f8601d104d1fb70164b978e02ab03a24d" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."19.1.7+0"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."19.1.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a9d97a8da374f9f2d068a7e8721dd8911ebf88d1" - target = "target" - tree_hash = "151a837c7c89b1b359bb31f8d730fcf3943e32ec" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."19.1.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "3bcb529efc10595217786dc1c0fc19c1084de0f0" - target = "target" - tree_hash = "f3eaa3b5c7d5ddf42e7ce9c9bd056b5613c9cbba" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."19.1.7+1"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."19.1.7+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "17649c7a67e9f5c0c4f232876a86a385785794c7" - target = "target" - tree_hash = "f15ad8272ff26131183b13ff841c6965c88aabea" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."19.1.7+1".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "e70744fc73930157bf26131405150295c7f9930e" - target = "target" - tree_hash = "f5d919900de07a394f87d1b00f4e7e79f2c991f7" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."20.1.2+0"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."20.1.2+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "437ea146af21088bd43ac7ebb3f8a847df3590fc" - target = "target" - tree_hash = "0d5db1325a054c2de541849d80e1894342dd9a06" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."20.1.2+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "5614df5d3dfcff805288ad9c26cdbe7a5456bbf7" - target = "target" - tree_hash = "1528499c1ea77fbca78c030b099957af50d48c62" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLIR_jll."20.1.8+0"] -libraries = ["libMLIR", "MLIR-C", "libMLIR-C"] - - [[MLIR_jll."20.1.8+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "c22ec7375a7ebab2e5a513c4eb21d606f3493ec2" - target = "target" - tree_hash = "bdb67395f96c9b3f67e87d4bb96727aaec202657" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[MLIR_jll."20.1.8+0".build_dependencies]] - name = "LLVM_full_assert_jll" - rev = "70a8f4952823e34449b33acadd713bb916b1f5b4" - target = "target" - tree_hash = "578f96d2832039a39d41555e0a08b14c6dac6a52" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_assert_jll.jl.git" - uuid = "6ec703ca-3f29-566b-9bb1-b5c9e844abaf" - version = "*" - -[MLX_C_jll."0.1.0+0"] -files = ["include/mlx/c/mlx.h"] -libraries = ["libmlxc", "mlxc"] - - [[MLX_C_jll."0.1.0+0".build_dependencies]] - name = "dlfcn_win32_jll" - target = "target" - version = "*" - - [[MLX_C_jll."0.1.0+0".sources]] - hash = "e8889ddf56b3bd734eb79d5e5b13586a39c01403" - repo = "https://github.com/ml-explore/mlx-c.git" - [[MLX_C_jll."0.1.0+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_C_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6d0560036584f5bea7256600b2067ac55cbbf3d1//M/MLX_C/./bundled" - -[MLX_C_jll."0.1.1+0"] -files = ["include/mlx/c/mlx.h"] -libraries = ["libmlxc", "mlxc"] - - [[MLX_C_jll."0.1.1+0".sources]] - hash = "774ad2548361b0b7d9f2b4d8565cca3700c96269" - repo = "https://github.com/ml-explore/mlx-c.git" - [[MLX_C_jll."0.1.1+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[MLX_C_jll."0.1.2+0"] -files = ["include/mlx/c/mlx.h"] -libraries = ["libmlxc", "mlxc"] - - [[MLX_C_jll."0.1.2+0".sources]] - hash = "6e5e13036532a513c37a84a29cb8a11dd915b7c9" - repo = "https://github.com/ml-explore/mlx-c.git" - [[MLX_C_jll."0.1.2+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[MLX_C_jll."0.2.0+0"] -files = ["include/mlx/c/mlx.h"] -libraries = ["libmlxc", "mlxc"] - - [[MLX_C_jll."0.2.0+0".sources]] - hash = "9ebe155864eab06d94ba18e01f9cb2666b2975a7" - repo = "https://github.com/ml-explore/mlx-c.git" - [[MLX_C_jll."0.2.0+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[MLX_jll."0.20.0+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.20.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.20.0+0".sources]] - hash = "726dbd926770b7c78cd23480e71f1a21c07a9bc0" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.20.0+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.20.0+0".sources]] - hash = "7d6fc39d36464d07fca0469619b01eb08e6dda19610f26bbe03703079c445abf" - url = "https://files.pythonhosted.org/packages/93/07/57feaad207d1ce0d690d255cda0c35b9246911cc24f2f3c0634000ed658f/mlx-0.20.0-cp313-cp313-macosx_13_0_arm64.whl" - [[MLX_jll."0.20.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d1d91a42bcc50325e00293c4e08292aed019a4e3//M/MLX/./bundled" - -[MLX_jll."0.21.0+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.21.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.21.0+0".sources]] - hash = "bb303c45a55d7147bc261e9aa8be218d49500d09" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.21.0+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.21.0+0".sources]] - hash = "18609008b0d51b22b400df967a702163c7501fecc8cc4b861d95ca147177cd1f" - url = "https://files.pythonhosted.org/packages/e3/55/cfcde5014d0e8c747c431a3384f3814857af3efbecd9f543eecf7b273fb4/mlx-0.21.0-cp313-cp313-macosx_13_0_arm64.whl" - [[MLX_jll."0.21.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/50e91e92507bba6316a95b3c88c69aa7e552668a//M/MLX/./bundled" - -[MLX_jll."0.21.1+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.21.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.21.1+0".sources]] - hash = "50fa7051259d31da0778133bc7456dc029471bff" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.21.1+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.21.1+0".sources]] - hash = "88328c058f4765b0376ac908b49e6711d25f93e02b972b8e68b73a9e1c358eab" - url = "https://files.pythonhosted.org/packages/72/1f/267d7fb06eb257feb7c281f73472bcae9735c9a7c09fe86d9362069c85a7/mlx-0.21.1-cp313-cp313-macosx_13_0_arm64.whl" - [[MLX_jll."0.21.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6c003dbcda10c6f3156369b214d4726388b7e5f9//M/MLX/./bundled" - -[MLX_jll."0.22.0+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.22.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.22.0+0".sources]] - hash = "1ce0c0fcb0f58cb9322981a65d267abc41cc2785" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.22.0+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.22.0+0".sources]] - hash = "50d0d76826cfe939025791ce2c014e743ec7aff7aa67194ffaef40c40e574ef4" - url = "https://files.pythonhosted.org/packages/62/2b/427896261bc8d940eff561e6199d1aee9dbdc7caa117486654a44d7d793c/mlx-0.22.0-cp313-cp313-macosx_13_0_arm64.whl" - [[MLX_jll."0.22.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7921ccddf57566f1ebd66f8ca714e22092c09501//M/MLX/./bundled" - -[MLX_jll."0.22.1+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.22.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.22.1+0".sources]] - hash = "1a1b2108ecfedfb8ccbfd63eadcc1c5f098fefee" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.22.1+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.22.1+0".sources]] - hash = "b25830252e0dce0161004a5b69a159cbbd92d5e92ae362b06158dbb3f2568d32" - url = "http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/arm64/14.1-RELEASE/base.txz" - [[MLX_jll."0.22.1+0".sources]] - hash = "8e13b0a93daba349b8d28ad246d7beb327659b2ef4fe44d89f447392daec5a7c" - url = "http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/13.4-RELEASE/base.txz" - [[MLX_jll."0.22.1+0".sources]] - hash = "9fd0c4695e2afa388d6b436317e55f402f2aaef47aa748ba98b1590057a42563" - url = "https://files.pythonhosted.org/packages/bb/14/a4e312129cca10acef484f0a370461cca785fdc821deaf9dbd61c5abb136/mlx-0.22.1-cp313-cp313-macosx_13_0_arm64.whl" - [[MLX_jll."0.22.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3341b322b42fcadf9edfebfc0792eaa6812bb63b//M/MLX/./bundled" - -[MLX_jll."0.23.1+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.23.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.23.1+0".sources]] - hash = "71de73a668df50f0638e74e77849d9232ddeb50e" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.23.1+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.23.1+0".sources]] - hash = "8138c079957c4942553e1a242a58c4990e317680909e364e024fb7b8d8a14ac7" - url = "https://files.pythonhosted.org/packages/28/e4/26be6c113b903156176710d09e0ec0543b28d2aecb64a83647f213ce6e1a/mlx-0.23.1-cp313-cp313-macosx_13_0_arm64.whl" - [[MLX_jll."0.23.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/24d3985e77b9feab7cc114714b06c65d0952ef5b//M/MLX/./bundled" - -[MLX_jll."0.23.2+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.23.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.23.2+0".sources]] - hash = "f599c11bc874a81b15a5c030257802e6e25f28d3" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.23.2+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.23.2+0".sources]] - hash = "b9ad4c2c5d9cfd177b1894addd1ff56b8fa95b40b1ecefb767a8aab76dc7e518" - url = "https://files.pythonhosted.org/packages/78/f4/a2c1b6213b99adf03c417ad0ec9657309289999d3a5ea5a35b72b5b28874/mlx-0.23.2-cp313-cp313-macosx_13_0_arm64.whl" - [[MLX_jll."0.23.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aab3677eaffef3d1443bb83c66f596e5851a4118//M/MLX/./bundled" - -[MLX_jll."0.24.0+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.24.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.24.0+0".sources]] - hash = "1177d283954facd3d1c40ff1ea59929549045c12" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.24.0+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.24.0+0".sources]] - hash = "46f8acf48cb639ba72321c42a2851ee7a0d5acb00a980e1b58d7a20178627731" - url = "https://files.pythonhosted.org/packages/70/dd/7214d21a1f467d482dbe8b71f80bca6b47465be732f2752f31bd25799b8a/mlx-0.24.0-cp313-cp313-macosx_13_0_arm64.whl" - [[MLX_jll."0.24.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4bec8971767ca54948621037e9645906c4c1a6d4//M/MLX/./bundled" - -[MLX_jll."0.24.2+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.24.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.24.2+0".sources]] - hash = "86389bf9707f46101af45d90510e8e97c8a90b93" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.24.2+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.24.2+0".sources]] - hash = "1359bae501e4afd378e921d99db1f8307de9084b34eefb1ade2dfef27b92755a" - url = "https://files.pythonhosted.org/packages/20/21/6676f287859b18e794a3db262a7c2e71b3bf06d7a067408cbc5e93eee0aa/mlx-0.24.2-cp313-cp313-macosx_13_0_arm64.whl" - -[MLX_jll."0.25.1+0"] -files = ["include/mlx/mlx.h"] -libraries = ["libmlx", "mlx"] - - [[MLX_jll."0.25.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[MLX_jll."0.25.1+0".sources]] - hash = "eaf709b83e559079e212699bfc9dd2f939d25c9a" - repo = "https://github.com/ml-explore/mlx.git" - [[MLX_jll."0.25.1+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - [[MLX_jll."0.25.1+0".sources]] - hash = "f2ca5c2f60804bbb3968ee3e087ce4cf5789065f4c927f76b025b3f5f122a63a" - url = "https://files.pythonhosted.org/packages/02/1b/7da8f1d224a4287cdd5eda77d878a73ff13c22e2c89097bc6effcc5c318a/mlx-0.25.1-cp313-cp313-macosx_13_0_arm64.whl" - -[MMG_jll."5.6.0+0"] -executables = ["mmg2d_O3", "mmg3d_O3", "mmgs_O3"] -libraries = ["libmmg", "libmmg2d", "libmmg3d", "libmmgs"] - - [[MMG_jll."5.6.0+0".sources]] - hash = "bbf9163d65bc6e0f81dd3acc5a51e4a8c47a7fdae849abc26277e01154fe2437" - url = "https://github.com/MmgTools/mmg/archive/refs/tags/v5.6.0.tar.gz" - [[MMG_jll."5.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d45b45672ab10785416f2a48d711fa3aaec48a32//M/MMG/./bundled" - -[MMseqs2_jll."13.0.0+0"] -executables = ["mmseqs"] - - [[MMseqs2_jll."13.0.0+0".sources]] - hash = "6444bb682ebf5ced54b2eda7a301fa3e933c2a28b7661f96ef5bdab1d53695a2" - url = "https://github.com/soedinglab/MMseqs2/archive/refs/tags/13-45111.tar.gz" - [[MMseqs2_jll."13.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ebacad15cb14be150acd280efbf14ebb34f5eb6a//M/MMseqs2/./bundled" - -[MMseqs2_jll."13.0.0+1"] -executables = ["mmseqs"] - - [[MMseqs2_jll."13.0.0+1".sources]] - hash = "6444bb682ebf5ced54b2eda7a301fa3e933c2a28b7661f96ef5bdab1d53695a2" - url = "https://github.com/soedinglab/MMseqs2/archive/refs/tags/13-45111.tar.gz" - [[MMseqs2_jll."13.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4c1add644326cdaae4ff51236fe3baa573a2e202//M/MMseqs2/./bundled" - -[MMseqs2_jll."14.0.0+0"] -executables = ["mmseqs"] - - [[MMseqs2_jll."14.0.0+0".sources]] - hash = "a15fd59b121073fdcc8b259fc703e5ce4c671d2c56eb5c027749f4bd4c28dfe1" - url = "https://github.com/soedinglab/MMseqs2/archive/refs/tags/14-7e284.tar.gz" - [[MMseqs2_jll."14.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2af6d614f85334557b4bdfe6c7d99668a803695f//M/MMseqs2/./bundled" - -[MMseqs2_jll."14.0.0+1"] -executables = ["mmseqs"] - - [[MMseqs2_jll."14.0.0+1".sources]] - hash = "7e2840992948ee89dcc336522dc98a74fe0adf00" - repo = "https://github.com/soedinglab/MMseqs2" - [[MMseqs2_jll."14.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/10d85adcf4b01641af6a207833ee5a1bc5a9fe4d//M/MMseqs2/./bundled" - -[MMseqs2_jll."15.0.0+0"] -executables = ["mmseqs"] - - [[MMseqs2_jll."15.0.0+0".sources]] - hash = "6f45232ac8daca14e354ae320a4359056ec524c2" - repo = "https://github.com/soedinglab/MMseqs2" - [[MMseqs2_jll."15.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8506e9a2bc7005bee3a17c10e754d8f353392459//M/MMseqs2/./bundled" - -[MONA_jll."1.4.18+0"] -executables = ["mona"] - - [[MONA_jll."1.4.18+0".sources]] - hash = "ece10e1e257dcae48dd898ed3da48f550c6b590f8e5c5a6447d0f384ac040e4c" - url = "http://www.brics.dk/mona/download/mona-1.4-18.tar.gz" - -[MPC_jll."1.1.0+0"] -libraries = ["libmpc"] - - [[MPC_jll."1.1.0+0".sources]] - hash = "6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e" - url = "https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz" - -[MPC_jll."1.2.1+0"] -libraries = ["libmpc"] - - [[MPC_jll."1.2.1+0".sources]] - hash = "17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459" - url = "https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz" - -[MPC_jll."1.3.1+0"] -libraries = ["libmpc"] - - [[MPC_jll."1.3.1+0".sources]] - hash = "ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8" - url = "https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz" - -[MPFI_jll."1.5.4+0"] -libraries = ["libmpfi"] - - [[MPFI_jll."1.5.4+0".sources]] - hash = "3b3938595d720af17973deaf727cfc0dd41c8b16c20adc103a970f4a43ae3a56" - url = "https://gforge.inria.fr/frs/download.php/file/38111/mpfi-1.5.4.tgz" - -[MPFI_jll."1.5.5+0"] -libraries = ["libmpfi"] - - [[MPFI_jll."1.5.5+0".sources]] - hash = "3b3938595d720af17973deaf727cfc0dd41c8b16c20adc103a970f4a43ae3a56" - url = "http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/distfiles/3a/mpfi-1.5.4.tgz" - -[MPFI_jll."1.5.6+0"] -libraries = ["libmpfi"] - - [[MPFI_jll."1.5.6+0".sources]] - hash = "446e21250c82c9d156e7b83b6119013943664942" - repo = "https://github.com/arpra-project/mpfi" - -[MPFR_jll."4.0.2+0"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.0.2+0".sources]] - hash = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a" - url = "https://www.mpfr.org/mpfr-current/mpfr-4.0.2.tar.xz" - -[MPFR_jll."4.0.2+1"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.0.2+1".sources]] - hash = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a" - url = "https://www.mpfr.org/mpfr-current/mpfr-4.0.2.tar.xz" - -[MPFR_jll."4.0.2+2"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.0.2+2".sources]] - hash = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a" - url = "https://www.mpfr.org/mpfr-current/mpfr-4.0.2.tar.xz" - -[MPFR_jll."4.0.2+3"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.0.2+3".sources]] - hash = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a" - url = "https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz" - -[MPFR_jll."4.0.2+4"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.0.2+4".sources]] - hash = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a" - url = "https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz" - -[MPFR_jll."4.1.0+0"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.1.0+0".sources]] - hash = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" - url = "https://www.mpfr.org/mpfr-current/mpfr-4.1.0.tar.xz" - -[MPFR_jll."4.1.0+1"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.1.0+1".sources]] - hash = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" - url = "https://www.mpfr.org/mpfr-current/mpfr-4.1.0.tar.xz" - -[MPFR_jll."4.1.1+0"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.1.1+0".sources]] - hash = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" - url = "https://www.mpfr.org/mpfr-4.1.0/mpfr-4.1.0.tar.xz" - -[MPFR_jll."4.1.1+1"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.1.1+1".sources]] - hash = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" - url = "https://www.mpfr.org/mpfr-4.1.0/mpfr-4.1.0.tar.xz" - -[MPFR_jll."4.1.1+2"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.1.1+2".sources]] - hash = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" - url = "https://www.mpfr.org/mpfr-4.1.0/mpfr-4.1.0.tar.xz" - -[MPFR_jll."4.1.1+3"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.1.1+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[MPFR_jll."4.1.1+3".sources]] - hash = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" - url = "https://www.mpfr.org/mpfr-4.1.0/mpfr-4.1.0.tar.xz" - -[MPFR_jll."4.1.1+4"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.1.1+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[MPFR_jll."4.1.1+4".sources]] - hash = "ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d" - url = "https://www.mpfr.org/mpfr-4.1.1/mpfr-4.1.1.tar.xz" - -[MPFR_jll."4.1.1+5"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.1.1+5".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[MPFR_jll."4.1.1+5".sources]] - hash = "ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d" - url = "https://www.mpfr.org/mpfr-4.1.1/mpfr-4.1.1.tar.xz" - -[MPFR_jll."4.1.1+6"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.1.1+6".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[MPFR_jll."4.1.1+6".sources]] - hash = "ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d" - url = "https://www.mpfr.org/mpfr-4.1.1/mpfr-4.1.1.tar.xz" - -[MPFR_jll."4.2.0+0"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.2.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[MPFR_jll."4.2.0+0".sources]] - hash = "06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993" - url = "https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0.tar.xz" - -[MPFR_jll."4.2.0+1"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.2.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[MPFR_jll."4.2.0+1".sources]] - hash = "06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993" - url = "https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0.tar.xz" - -[MPFR_jll."4.2.0+2"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.2.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[MPFR_jll."4.2.0+2".sources]] - hash = "06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993" - url = "https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0.tar.xz" - -[MPFR_jll."4.2.1+0"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.2.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[MPFR_jll."4.2.1+0".sources]] - hash = "277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2" - url = "https://www.mpfr.org/mpfr-4.2.1/mpfr-4.2.1.tar.xz" - -[MPFR_jll."4.2.1+1"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.2.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[MPFR_jll."4.2.1+1".sources]] - hash = "277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2" - url = "https://www.mpfr.org/mpfr-4.2.1/mpfr-4.2.1.tar.xz" - -[MPFR_jll."4.2.1+2"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.2.1+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[MPFR_jll."4.2.1+2".sources]] - hash = "277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2" - url = "https://www.mpfr.org/mpfr-4.2.1/mpfr-4.2.1.tar.xz" - -[MPFR_jll."4.2.2+0"] -libraries = ["libmpfr"] - - [[MPFR_jll."4.2.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[MPFR_jll."4.2.2+0".sources]] - hash = "b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01" - url = "https://www.mpfr.org/mpfr-4.2.2/mpfr-4.2.2.tar.xz" - -[MPICH_jll."3.3.2+0"] -libraries = ["libmpi"] - - [[MPICH_jll."3.3.2+0".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - -[MPICH_jll."3.3.2+1"] -libraries = ["libmpi"] - - [[MPICH_jll."3.3.2+1".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - -[MPICH_jll."3.3.2+2"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[MPICH_jll."3.3.2+2".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - -[MPICH_jll."3.3.2+3"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[MPICH_jll."3.3.2+3".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - [[MPICH_jll."3.3.2+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/82e0a3cf390136db544feb6ef3e7bd888160fc0a//M/MPICH/./bundled" - -[MPICH_jll."3.3.2+4"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[MPICH_jll."3.3.2+4".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - [[MPICH_jll."3.3.2+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/68a14503acface4daf9e36494b50acdb701b7baf//M/MPICH/./bundled" - -[MPICH_jll."3.3.2+5"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[MPICH_jll."3.3.2+5".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - [[MPICH_jll."3.3.2+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c69c996005544b6a74ee17bae5853789d81d4dc9//M/MPICH/./bundled" - -[MPICH_jll."3.3.2+6"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[MPICH_jll."3.3.2+6".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - [[MPICH_jll."3.3.2+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b1a6ff5d1bdb63d08e6043ef828a5dd66634bf35//M/MPICH/./bundled" - -[MPICH_jll."3.3.2+7"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."3.3.2+7".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - [[MPICH_jll."3.3.2+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/675a909040fa37850b25cfcd3a26c151b929344f//M/MPICH/./bundled" - -[MPICH_jll."3.3.2+8"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."3.3.2+8".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - [[MPICH_jll."3.3.2+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d22a3fb026e68965f007138bca07d43d79b209ef//M/MPICH/./bundled" - -[MPICH_jll."3.3.2+9"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."3.3.2+9".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - [[MPICH_jll."3.3.2+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d551f49949b9f6076bfe450d5318c0e301576258//M/MPICH/./bundled" - -[MPICH_jll."3.3.2+10"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."3.3.2+10".sources]] - hash = "4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9" - url = "https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" - [[MPICH_jll."3.3.2+10".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4b50ce7c97b8c1ea5ba03cc6b600946f3ffa8ef1//M/MPICH/./bundled" - -[MPICH_jll."3.4.2+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."3.4.2+0".sources]] - hash = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" - url = "https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz" - -[MPICH_jll."3.4.2+1"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."3.4.2+1".sources]] - hash = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" - url = "https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz" - [[MPICH_jll."3.4.2+1".sources]] - hash = "3437eb7913cf213de80cef4ade7d73f0b3adfe9eadabe993b923dc50a21bd65e" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.3.2.tar.gz" - -[MPICH_jll."3.4.2+2"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."3.4.2+2".sources]] - hash = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" - url = "https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz" - [[MPICH_jll."3.4.2+2".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - -[MPICH_jll."3.4.3+0"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."3.4.3+0".sources]] - hash = "8154d89f3051903181018166678018155f4c2b6f04a9bb6fe9515656452c4fd7" - url = "https://www.mpich.org/static/downloads/3.4.3/mpich-3.4.3.tar.gz" - [[MPICH_jll."3.4.3+0".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - -[MPICH_jll."3.4.3+1"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."3.4.3+1".sources]] - hash = "8154d89f3051903181018166678018155f4c2b6f04a9bb6fe9515656452c4fd7" - url = "https://www.mpich.org/static/downloads/3.4.3/mpich-3.4.3.tar.gz" - [[MPICH_jll."3.4.3+1".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - -[MPICH_jll."4.0.0+0"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."4.0.0+0".sources]] - hash = "df7419c96e2a943959f7ff4dc87e606844e736e30135716971aba58524fbff64" - url = "https://www.mpich.org/static/downloads/4.0/mpich-4.0.tar.gz" - [[MPICH_jll."4.0.0+0".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[MPICH_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6ce38052043170648be6d56beec19a7976b77819//M/MPICH/./bundled" - -[MPICH_jll."4.0.1+0"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."4.0.1+0".sources]] - hash = "66a1fe8052734af2eb52f47808c4dfef4010ceac461cb93c42b99acfb1a43687" - url = "https://www.mpich.org/static/downloads/4.0.1/mpich-4.0.1.tar.gz" - [[MPICH_jll."4.0.1+0".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[MPICH_jll."4.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/09f5b1c1773b5c2da1466bd95ce8ca9eecb9f2a7//M/MPICH/./bundled" - -[MPICH_jll."4.0.2+0"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."4.0.2+0".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPICH_jll."4.0.2+0".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - -[MPICH_jll."4.0.2+1"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."4.0.2+1".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPICH_jll."4.0.2+1".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - -[MPICH_jll."4.0.2+2"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."4.0.2+2".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPICH_jll."4.0.2+2".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - -[MPICH_jll."4.0.2+3"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpicxx", "libmpifort", "libmpi", "libload_time_mpi_constants"] - - [[MPICH_jll."4.0.2+3".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPICH_jll."4.0.2+3".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - -[MPICH_jll."4.0.2+4"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.0.2+4".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - -[MPICH_jll."4.0.2+5"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.0.2+5".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - -[MPICH_jll."4.1.0+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.1.0+0".sources]] - hash = "8b1ec63bc44c7caa2afbb457bc5b3cd4a70dbe46baba700123d67c48dc5ab6a0" - url = "https://www.mpich.org/static/downloads/4.1/mpich-4.1.tar.gz" - -[MPICH_jll."4.1.0+1"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.1.0+1".sources]] - hash = "8b1ec63bc44c7caa2afbb457bc5b3cd4a70dbe46baba700123d67c48dc5ab6a0" - url = "https://www.mpich.org/static/downloads/4.1/mpich-4.1.tar.gz" - -[MPICH_jll."4.1.1+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.1.1+0".sources]] - hash = "ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2" - url = "https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz" - -[MPICH_jll."4.1.1+1"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.1.1+1".sources]] - hash = "ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2" - url = "https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz" - -[MPICH_jll."4.1.2+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.1.2+0".sources]] - hash = "3492e98adab62b597ef0d292fb2459b6123bc80070a8aa0a30be6962075a12f0" - url = "https://www.mpich.org/static/downloads/4.1.2/mpich-4.1.2.tar.gz" - -[MPICH_jll."4.1.2+1"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.1.2+1".sources]] - hash = "3492e98adab62b597ef0d292fb2459b6123bc80070a8aa0a30be6962075a12f0" - url = "https://www.mpich.org/static/downloads/4.1.2/mpich-4.1.2.tar.gz" - [[MPICH_jll."4.1.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b52ca057c0b179cebf600d228d26e5e137cd5d43//M/MPICH/bundled" - -[MPICH_jll."4.2.0+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.2.0+0".sources]] - hash = "a64a66781b9e5312ad052d32689e23252f745b27ee8818ac2ac0c8209bc0b90e" - url = "https://www.mpich.org/static/downloads/4.2.0/mpich-4.2.0.tar.gz" - [[MPICH_jll."4.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb14a0cd22ec35bdd9a72482f69fd7eb661ba62a//M/MPICH/bundled" - -[MPICH_jll."4.2.1+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.2.1+0".sources]] - hash = "23331b2299f287c3419727edc2df8922d7e7abbb9fd0ac74e03b9966f9ad42d7" - url = "https://www.mpich.org/static/downloads/4.2.1/mpich-4.2.1.tar.gz" - [[MPICH_jll."4.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0b52f7f1479c0da99003336bd549cda551bb47d3//M/MPICH/bundled" - -[MPICH_jll."4.2.1+1"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.2.1+1".sources]] - hash = "23331b2299f287c3419727edc2df8922d7e7abbb9fd0ac74e03b9966f9ad42d7" - url = "https://www.mpich.org/static/downloads/4.2.1/mpich-4.2.1.tar.gz" - [[MPICH_jll."4.2.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/772bcab96cf4fcd70b4e5ae63864398b9a167fd9//M/MPICH/bundled" - -[MPICH_jll."4.2.2+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.2.2+0".sources]] - hash = "883f5bb3aeabf627cb8492ca02a03b191d09836bbe0f599d8508351179781d41" - url = "https://www.mpich.org/static/downloads/4.2.2/mpich-4.2.2.tar.gz" - [[MPICH_jll."4.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/911d011414956c5265acb231c44f7175f5548e17//M/MPICH/bundled" - -[MPICH_jll."4.2.3+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.2.3+0".sources]] - hash = "7a019180c51d1738ad9c5d8d452314de65e828ee240bcb2d1f80de9a65be88a8" - url = "https://www.mpich.org/static/downloads/4.2.3/mpich-4.2.3.tar.gz" - [[MPICH_jll."4.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e87148799c50a26f574a0bce3bfd96bc6abeec34//M/MPICH/bundled" - -[MPICH_jll."4.3.0+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.3.0+0".sources]] - hash = "5e04132984ad83cab9cc53f76072d2b5ef5a6d24b0a9ff9047a8ff96121bcc63" - url = "https://www.mpich.org/static/downloads/4.3.0/mpich-4.3.0.tar.gz" - [[MPICH_jll."4.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/37ab570fda8de8456075bf946cb9b887816940b2//M/MPICH/bundled" - -[MPICH_jll."4.3.0+1"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.3.0+1".sources]] - hash = "5e04132984ad83cab9cc53f76072d2b5ef5a6d24b0a9ff9047a8ff96121bcc63" - url = "https://www.mpich.org/static/downloads/4.3.0/mpich-4.3.0.tar.gz" - [[MPICH_jll."4.3.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c5a0b5d1b391fb95a4579b659a666253af148b7f//M/MPICH/bundled" - -[MPICH_jll."4.3.1+0"] -executables = ["mpiexec"] -libraries = ["libmpicxx", "libmpifort", "libmpi"] - - [[MPICH_jll."4.3.1+0".sources]] - hash = "acc11cb2bdc69678dc8bba747c24a28233c58596f81f03785bf2b7bb7a0ef7dc" - url = "https://www.mpich.org/static/downloads/4.3.1/mpich-4.3.1.tar.gz" - [[MPICH_jll."4.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df96c006bcfe35409fac5faec0c4e40610a99112//M/MPICH/bundled" - -[MPIR_jll."3.0.1+0"] -libraries = ["libmpir"] - - [[MPIR_jll."3.0.1+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[MPIR_jll."3.0.1+0".sources]] - hash = "52f63459cf3f9478859de29e00357f004050ead70b45913f2c2269d9708675bb" - url = "https://mpir.org/mpir-3.0.0.tar.bz2" - -[MPIR_jll."3.0.2+0"] -libraries = ["libmpir"] - - [[MPIR_jll."3.0.2+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - - [[MPIR_jll."3.0.2+0".sources]] - hash = "cdd444aedfcbb190f00328526ef278428702d56e" - repo = "https://github.com/wbhart/mpir" - -[MPItrampoline_jll."1.0.0+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec"] -libraries = ["libmpitrampoline"] - - [[MPItrampoline_jll."1.0.0+0".sources]] - hash = "ba1646970ae6923d35b5b3aed8018c4e129386955a4a9bea41a1846d9b23e98b" - url = "https://github.com/eschnett/MPItrampoline/archive/d31bba9c3de5b37049bf3dc5343122dca264841a.tar.gz" - -[MPItrampoline_jll."2.0.0+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "mpiwrapperexec"] -libraries = ["libmpi", "libmpicxx", "libmpifort"] - - [[MPItrampoline_jll."2.0.0+0".sources]] - hash = "50d4483f73ea4a79a9b6d025d3abba42f76809cba3165367f4810fb8798264b6" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v2.0.0.tar.gz" - [[MPItrampoline_jll."2.0.0+0".sources]] - hash = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" - url = "https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz" - [[MPItrampoline_jll."2.0.0+0".sources]] - hash = "cdc81f3fae459569d4073d99d068810689a19cf507d9c4e770fa91e93650dbe4" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.0.0.tar.gz" - -[MPItrampoline_jll."2.0.0+1"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "mpiwrapperexec"] -libraries = ["libmpi", "libmpicxx", "libmpifort"] - - [[MPItrampoline_jll."2.0.0+1".sources]] - hash = "50d4483f73ea4a79a9b6d025d3abba42f76809cba3165367f4810fb8798264b6" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v2.0.0.tar.gz" - [[MPItrampoline_jll."2.0.0+1".sources]] - hash = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" - url = "https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz" - [[MPItrampoline_jll."2.0.0+1".sources]] - hash = "cdc81f3fae459569d4073d99d068810689a19cf507d9c4e770fa91e93650dbe4" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.0.0.tar.gz" - -[MPItrampoline_jll."2.0.0+2"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpi", "libload_time_mpi_constants", "libmpicxx", "libmpifort"] - - [[MPItrampoline_jll."2.0.0+2".sources]] - hash = "50d4483f73ea4a79a9b6d025d3abba42f76809cba3165367f4810fb8798264b6" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v2.0.0.tar.gz" - [[MPItrampoline_jll."2.0.0+2".sources]] - hash = "3437eb7913cf213de80cef4ade7d73f0b3adfe9eadabe993b923dc50a21bd65e" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.3.2.tar.gz" - [[MPItrampoline_jll."2.0.0+2".sources]] - hash = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" - url = "https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz" - [[MPItrampoline_jll."2.0.0+2".sources]] - hash = "cdc81f3fae459569d4073d99d068810689a19cf507d9c4e770fa91e93650dbe4" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.0.0.tar.gz" - -[MPItrampoline_jll."2.7.0+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpi", "libmpifort", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."2.7.0+0".sources]] - hash = "b188657e41b240bba663ce5b3d7b73377a27a64edcc1e0aaa7c924cf00e30b42" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v2.7.0.tar.gz" - [[MPItrampoline_jll."2.7.0+0".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[MPItrampoline_jll."2.7.0+0".sources]] - hash = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" - url = "https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz" - [[MPItrampoline_jll."2.7.0+0".sources]] - hash = "4ce058d47e515ff3dc62a6e175a9b1f402d25cc3037be0d9c26add2d78ba8da9" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.2.1.tar.gz" - -[MPItrampoline_jll."2.8.0+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpi", "libmpifort", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."2.8.0+0".sources]] - hash = "bc2a075ced19e5f7ea547060e284887bdbb0761d34d1adb6f16d2e9e096a7d38" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v2.8.0.tar.gz" - [[MPItrampoline_jll."2.8.0+0".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[MPItrampoline_jll."2.8.0+0".sources]] - hash = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" - url = "https://www.mpich.org/static/downloads/3.4.2/mpich-3.4.2.tar.gz" - [[MPItrampoline_jll."2.8.0+0".sources]] - hash = "4ce058d47e515ff3dc62a6e175a9b1f402d25cc3037be0d9c26add2d78ba8da9" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.2.1.tar.gz" - -[MPItrampoline_jll."2.8.0+1"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpi", "libmpifort", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."2.8.0+1".sources]] - hash = "bc2a075ced19e5f7ea547060e284887bdbb0761d34d1adb6f16d2e9e096a7d38" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v2.8.0.tar.gz" - [[MPItrampoline_jll."2.8.0+1".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[MPItrampoline_jll."2.8.0+1".sources]] - hash = "8154d89f3051903181018166678018155f4c2b6f04a9bb6fe9515656452c4fd7" - url = "https://www.mpich.org/static/downloads/3.4.3/mpich-3.4.3.tar.gz" - [[MPItrampoline_jll."2.8.0+1".sources]] - hash = "4ce058d47e515ff3dc62a6e175a9b1f402d25cc3037be0d9c26add2d78ba8da9" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.2.1.tar.gz" - -[MPItrampoline_jll."2.8.0+2"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpi", "libmpifort", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."2.8.0+2".sources]] - hash = "bc2a075ced19e5f7ea547060e284887bdbb0761d34d1adb6f16d2e9e096a7d38" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v2.8.0.tar.gz" - [[MPItrampoline_jll."2.8.0+2".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[MPItrampoline_jll."2.8.0+2".sources]] - hash = "df7419c96e2a943959f7ff4dc87e606844e736e30135716971aba58524fbff64" - url = "https://www.mpich.org/static/downloads/4.0/mpich-4.0.tar.gz" - [[MPItrampoline_jll."2.8.0+2".sources]] - hash = "efa16c11315c913ce71a4db14574c633730bc0b1e446f1168ee01a457408163d" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.2.2.tar.gz" - -[MPItrampoline_jll."3.3.1+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpi", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."3.3.1+0".sources]] - hash = "53ce6db1f6197330883243543401d85ebab25d204687ea699f4767f6bd9890aa" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v3.3.1.tar.gz" - [[MPItrampoline_jll."3.3.1+0".sources]] - hash = "32e3708dd8fda6773e1a9a026555ae79c38c86fdb2d0610b7720cda651278c51" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.1.tar.gz" - [[MPItrampoline_jll."3.3.1+0".sources]] - hash = "df7419c96e2a943959f7ff4dc87e606844e736e30135716971aba58524fbff64" - url = "https://www.mpich.org/static/downloads/4.0/mpich-4.0.tar.gz" - [[MPItrampoline_jll."3.3.1+0".sources]] - hash = "eb1d63f691eebe87f81c6c5caad379e6baa5e851dd7565d9c62c23779ef48f06" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.3.2.tar.gz" - -[MPItrampoline_jll."4.0.2+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."4.0.2+0".sources]] - hash = "89abda0526dba9e52a3b6334d1ac86709c12567ff114acd610471e66c6190b89" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v4.0.2.tar.gz" - [[MPItrampoline_jll."4.0.2+0".sources]] - hash = "32e3708dd8fda6773e1a9a026555ae79c38c86fdb2d0610b7720cda651278c51" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.1.tar.gz" - [[MPItrampoline_jll."4.0.2+0".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."4.0.2+0".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."4.0.2+1"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."4.0.2+1".sources]] - hash = "89abda0526dba9e52a3b6334d1ac86709c12567ff114acd610471e66c6190b89" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v4.0.2.tar.gz" - [[MPItrampoline_jll."4.0.2+1".sources]] - hash = "eee6ae92bb746d3c50ea231aa58607fc5bac373680ff5c45c8ebc10e0b6496b4" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.5.0.tar.gz" - [[MPItrampoline_jll."4.0.2+1".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."4.0.2+1".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."4.0.2+2"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."4.0.2+2".sources]] - hash = "89abda0526dba9e52a3b6334d1ac86709c12567ff114acd610471e66c6190b89" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v4.0.2.tar.gz" - [[MPItrampoline_jll."4.0.2+2".sources]] - hash = "eee6ae92bb746d3c50ea231aa58607fc5bac373680ff5c45c8ebc10e0b6496b4" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.5.0.tar.gz" - [[MPItrampoline_jll."4.0.2+2".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."4.0.2+2".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."4.1.1+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "mpiwrapperexec"] -libraries = ["libmpitrampoline"] - - [[MPItrampoline_jll."4.1.1+0".sources]] - hash = "64e90e4a6b83269ff82787f7aeffe87a5c50702366cee8c48d222b475cd6864b" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v4.1.1.tar.gz" - [[MPItrampoline_jll."4.1.1+0".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."4.1.1+0".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."4.1.2+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."4.1.2+0".sources]] - hash = "64e90e4a6b83269ff82787f7aeffe87a5c50702366cee8c48d222b475cd6864b" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v4.1.1.tar.gz" - [[MPItrampoline_jll."4.1.2+0".sources]] - hash = "eee6ae92bb746d3c50ea231aa58607fc5bac373680ff5c45c8ebc10e0b6496b4" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.5.0.tar.gz" - [[MPItrampoline_jll."4.1.2+0".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."4.1.2+0".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."4.2.0+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."4.2.0+0".sources]] - hash = "92eaa864fb364752a89752d6962f2d20e248bdf69e433d76417a25cac9b8244b" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v4.2.0.tar.gz" - [[MPItrampoline_jll."4.2.0+0".sources]] - hash = "eee6ae92bb746d3c50ea231aa58607fc5bac373680ff5c45c8ebc10e0b6496b4" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.5.0.tar.gz" - [[MPItrampoline_jll."4.2.0+0".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."4.2.0+0".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."5.0.0+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.0.0+0".sources]] - hash = "3dad6350efc9adb0c53181f2593b03cc94a00dab32f9efc44366e30c50c27e93" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v5.0.0.tar.gz" - [[MPItrampoline_jll."5.0.0+0".sources]] - hash = "eee6ae92bb746d3c50ea231aa58607fc5bac373680ff5c45c8ebc10e0b6496b4" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.5.0.tar.gz" - [[MPItrampoline_jll."5.0.0+0".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."5.0.0+0".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."5.0.1+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.0.1+0".sources]] - hash = "84c275600010339eb8561aa7c27c20cefc8db78779dfb4572397bb0ffe87e75e" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v5.0.1.tar.gz" - [[MPItrampoline_jll."5.0.1+0".sources]] - hash = "eee6ae92bb746d3c50ea231aa58607fc5bac373680ff5c45c8ebc10e0b6496b4" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.5.0.tar.gz" - [[MPItrampoline_jll."5.0.1+0".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."5.0.1+0".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."5.0.2+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.0.2+0".sources]] - hash = "14e457f05d8dfbc330c9590220687d277dec154e6cb9e35859bad1d7d9993356" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v5.0.2.tar.gz" - [[MPItrampoline_jll."5.0.2+0".sources]] - hash = "eee6ae92bb746d3c50ea231aa58607fc5bac373680ff5c45c8ebc10e0b6496b4" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.5.0.tar.gz" - [[MPItrampoline_jll."5.0.2+0".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."5.0.2+0".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."5.0.2+1"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.0.2+1".sources]] - hash = "14e457f05d8dfbc330c9590220687d277dec154e6cb9e35859bad1d7d9993356" - url = "https://github.com/eschnett/MPItrampoline/archive/refs/tags/v5.0.2.tar.gz" - [[MPItrampoline_jll."5.0.2+1".sources]] - hash = "eee6ae92bb746d3c50ea231aa58607fc5bac373680ff5c45c8ebc10e0b6496b4" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.5.0.tar.gz" - [[MPItrampoline_jll."5.0.2+1".sources]] - hash = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" - url = "https://www.mpich.org/static/downloads/4.0.2/mpich-4.0.2.tar.gz" - [[MPItrampoline_jll."5.0.2+1".sources]] - hash = "e6fc1c08ad778675e5b58b91b4658b12e3f985c6d4c5c2c3e9ed35986146780e" - url = "https://github.com/eschnett/MPIwrapper/archive/refs/tags/v2.8.1.tar.gz" - -[MPItrampoline_jll."5.2.1+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.2.1+0".sources]] - hash = "95e75cb2a484085977f76675743e5a4e2abb229c" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.2.1+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.2.1+0".sources]] - hash = "ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2" - url = "https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz" - [[MPItrampoline_jll."5.2.1+0".sources]] - hash = "aaefda8d03745b3aeda7e5bbd3f2a6e602e085da" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.2.1+1"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.2.1+1".sources]] - hash = "95e75cb2a484085977f76675743e5a4e2abb229c" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.2.1+1".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.2.1+1".sources]] - hash = "ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2" - url = "https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz" - [[MPItrampoline_jll."5.2.1+1".sources]] - hash = "aaefda8d03745b3aeda7e5bbd3f2a6e602e085da" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.2.1+2"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.2.1+2".sources]] - hash = "95e75cb2a484085977f76675743e5a4e2abb229c" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.2.1+2".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.2.1+2".sources]] - hash = "ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2" - url = "https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz" - [[MPItrampoline_jll."5.2.1+2".sources]] - hash = "aaefda8d03745b3aeda7e5bbd3f2a6e602e085da" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.2.1+3"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.2.1+3".sources]] - hash = "95e75cb2a484085977f76675743e5a4e2abb229c" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.2.1+3".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.2.1+3".sources]] - hash = "ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2" - url = "https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz" - [[MPItrampoline_jll."5.2.1+3".sources]] - hash = "aaefda8d03745b3aeda7e5bbd3f2a6e602e085da" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.2.3+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.2.3+0".sources]] - hash = "4c6b91ec53d466ab774c2f1ca7e985b5c0f5a8e7" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.2.3+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.2.3+0".sources]] - hash = "ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2" - url = "https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz" - [[MPItrampoline_jll."5.2.3+0".sources]] - hash = "7c09c12e601fd0faa2ae84c37f97a05e23795141" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.3.0+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.3.0+0".sources]] - hash = "62e3e5a4b880da8cc601b84691198d4d20308651" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.3.0+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.3.0+0".sources]] - hash = "ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2" - url = "https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz" - [[MPItrampoline_jll."5.3.0+0".sources]] - hash = "7c09c12e601fd0faa2ae84c37f97a05e23795141" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.3.0+1"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.3.0+1".sources]] - hash = "62e3e5a4b880da8cc601b84691198d4d20308651" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.3.0+1".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.3.0+1".sources]] - hash = "3492e98adab62b597ef0d292fb2459b6123bc80070a8aa0a30be6962075a12f0" - url = "https://www.mpich.org/static/downloads/4.1.2/mpich-4.1.2.tar.gz" - [[MPItrampoline_jll."5.3.0+1".sources]] - hash = "7c09c12e601fd0faa2ae84c37f97a05e23795141" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.3.1+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.3.1+0".sources]] - hash = "25efb0f7a4cd00ed82bafb8b1a6285fc50d297ed" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.3.1+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.3.1+0".sources]] - hash = "3492e98adab62b597ef0d292fb2459b6123bc80070a8aa0a30be6962075a12f0" - url = "https://www.mpich.org/static/downloads/4.1.2/mpich-4.1.2.tar.gz" - [[MPItrampoline_jll."5.3.1+0".sources]] - hash = "64f663cfaa36139882c5d92dc974b1a755cd6f5d" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.3.1+1"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.3.1+1".sources]] - hash = "25efb0f7a4cd00ed82bafb8b1a6285fc50d297ed" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.3.1+1".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.3.1+1".sources]] - hash = "3492e98adab62b597ef0d292fb2459b6123bc80070a8aa0a30be6962075a12f0" - url = "https://www.mpich.org/static/downloads/4.1.2/mpich-4.1.2.tar.gz" - [[MPItrampoline_jll."5.3.1+1".sources]] - hash = "64f663cfaa36139882c5d92dc974b1a755cd6f5d" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.3.2+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.3.2+0".sources]] - hash = "25efb0f7a4cd00ed82bafb8b1a6285fc50d297ed" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.3.2+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.3.2+0".sources]] - hash = "a64a66781b9e5312ad052d32689e23252f745b27ee8818ac2ac0c8209bc0b90e" - url = "https://www.mpich.org/static/downloads/4.2.0/mpich-4.2.0.tar.gz" - [[MPItrampoline_jll."5.3.2+0".sources]] - hash = "64f663cfaa36139882c5d92dc974b1a755cd6f5d" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.3.3+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.3.3+0".sources]] - hash = "25efb0f7a4cd00ed82bafb8b1a6285fc50d297ed" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.3.3+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.3.3+0".sources]] - hash = "23331b2299f287c3419727edc2df8922d7e7abbb9fd0ac74e03b9966f9ad42d7" - url = "https://www.mpich.org/static/downloads/4.2.1/mpich-4.2.1.tar.gz" - [[MPItrampoline_jll."5.3.3+0".sources]] - hash = "64f663cfaa36139882c5d92dc974b1a755cd6f5d" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.3.3+1"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.3.3+1".sources]] - hash = "25efb0f7a4cd00ed82bafb8b1a6285fc50d297ed" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.3.3+1".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.3.3+1".sources]] - hash = "23331b2299f287c3419727edc2df8922d7e7abbb9fd0ac74e03b9966f9ad42d7" - url = "https://www.mpich.org/static/downloads/4.2.1/mpich-4.2.1.tar.gz" - [[MPItrampoline_jll."5.3.3+1".sources]] - hash = "64f663cfaa36139882c5d92dc974b1a755cd6f5d" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.4.0+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.4.0+0".sources]] - hash = "1c64b877799954f40b5d88c06a259e1a99a9676d" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.4.0+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.4.0+0".sources]] - hash = "23331b2299f287c3419727edc2df8922d7e7abbb9fd0ac74e03b9966f9ad42d7" - url = "https://www.mpich.org/static/downloads/4.2.1/mpich-4.2.1.tar.gz" - [[MPItrampoline_jll."5.4.0+0".sources]] - hash = "1e991827041406f6d30e134187bcdbabb56f483d" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.5.0+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.5.0+0".sources]] - hash = "67292e8b1ac40aa5bd6d0a5dab669da32405a2d7" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.5.0+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.5.0+0".sources]] - hash = "883f5bb3aeabf627cb8492ca02a03b191d09836bbe0f599d8508351179781d41" - url = "https://www.mpich.org/static/downloads/4.2.2/mpich-4.2.2.tar.gz" - [[MPItrampoline_jll."5.5.0+0".sources]] - hash = "070c4e1b8a98fbe63ea8f84d046effb813c9febb" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.5.1+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.5.1+0".sources]] - hash = "67292e8b1ac40aa5bd6d0a5dab669da32405a2d7" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.5.1+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.5.1+0".sources]] - hash = "7a019180c51d1738ad9c5d8d452314de65e828ee240bcb2d1f80de9a65be88a8" - url = "https://www.mpich.org/static/downloads/4.2.3/mpich-4.2.3.tar.gz" - [[MPItrampoline_jll."5.5.1+0".sources]] - hash = "070c4e1b8a98fbe63ea8f84d046effb813c9febb" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.5.1+1"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.5.1+1".sources]] - hash = "67292e8b1ac40aa5bd6d0a5dab669da32405a2d7" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.5.1+1".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.5.1+1".sources]] - hash = "7a019180c51d1738ad9c5d8d452314de65e828ee240bcb2d1f80de9a65be88a8" - url = "https://www.mpich.org/static/downloads/4.2.3/mpich-4.2.3.tar.gz" - [[MPItrampoline_jll."5.5.1+1".sources]] - hash = "070c4e1b8a98fbe63ea8f84d046effb813c9febb" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.5.1+2"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.5.1+2".sources]] - hash = "67292e8b1ac40aa5bd6d0a5dab669da32405a2d7" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.5.1+2".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.5.1+2".sources]] - hash = "7a019180c51d1738ad9c5d8d452314de65e828ee240bcb2d1f80de9a65be88a8" - url = "https://www.mpich.org/static/downloads/4.2.3/mpich-4.2.3.tar.gz" - [[MPItrampoline_jll."5.5.1+2".sources]] - hash = "070c4e1b8a98fbe63ea8f84d046effb813c9febb" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.5.2+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.5.2+0".sources]] - hash = "67292e8b1ac40aa5bd6d0a5dab669da32405a2d7" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.5.2+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.5.2+0".sources]] - hash = "5e04132984ad83cab9cc53f76072d2b5ef5a6d24b0a9ff9047a8ff96121bcc63" - url = "https://www.mpich.org/static/downloads/4.3.0/mpich-4.3.0.tar.gz" - [[MPItrampoline_jll."5.5.2+0".sources]] - hash = "070c4e1b8a98fbe63ea8f84d046effb813c9febb" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.5.3+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.5.3+0".sources]] - hash = "67292e8b1ac40aa5bd6d0a5dab669da32405a2d7" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.5.3+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.5.3+0".sources]] - hash = "5e04132984ad83cab9cc53f76072d2b5ef5a6d24b0a9ff9047a8ff96121bcc63" - url = "https://www.mpich.org/static/downloads/4.3.0/mpich-4.3.0.tar.gz" - [[MPItrampoline_jll."5.5.3+0".sources]] - hash = "070c4e1b8a98fbe63ea8f84d046effb813c9febb" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPItrampoline_jll."5.5.4+0"] -executables = ["mpicc", "mpicxx", "mpifc", "mpifort", "mpiexec", "generate_compile_time_mpi_constants", "mpiwrapperexec"] -libraries = ["libmpitrampoline", "libload_time_mpi_constants"] - - [[MPItrampoline_jll."5.5.4+0".sources]] - hash = "67292e8b1ac40aa5bd6d0a5dab669da32405a2d7" - repo = "https://github.com/eschnett/MPItrampoline" - [[MPItrampoline_jll."5.5.4+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - [[MPItrampoline_jll."5.5.4+0".sources]] - hash = "acc11cb2bdc69678dc8bba747c24a28233c58596f81f03785bf2b7bb7a0ef7dc" - url = "https://www.mpich.org/static/downloads/4.3.1/mpich-4.3.1.tar.gz" - [[MPItrampoline_jll."5.5.4+0".sources]] - hash = "070c4e1b8a98fbe63ea8f84d046effb813c9febb" - repo = "https://github.com/eschnett/MPIwrapper" - -[MPSolve_jll."3.2.1+0"] -libraries = ["libmps"] - - [[MPSolve_jll."3.2.1+0".sources]] - hash = "65be6767119a3df911943d7aaacdad4646fa6173" - repo = "https://github.com/robol/MPSolve.git" - -[MParT_jll."0.1.0+0"] -libraries = ["libmpart"] - - [[MParT_jll."0.1.0+0".sources]] - hash = "64e4b8ee7637382ab7f9aa091ace41ed6a5cbcc6" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."0.2.0+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."0.2.0+0".sources]] - hash = "7e138bc9981f4181db0388a2a481155a45f0eafe" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."0.2.1+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."0.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."0.2.1+0".sources]] - hash = "0522c6e8d3f37c811a344a56bee75473a9ddc309" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."0.3.1+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."0.3.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."0.3.1+0".sources]] - hash = "75af24702a91ce7caae81550b7e7ed6f422c8ec2" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."0.3.3+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."0.3.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."0.3.3+0".sources]] - hash = "3002a8fba22367126cf7fd494f902dfff7e9dc5b" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."1.0.0+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."1.0.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."1.0.0+0".sources]] - hash = "8eaac43c188429391f9b27db9b4238cbdda0d009" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."1.1.0+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."1.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."1.1.0+0".sources]] - hash = "e86e265026cfdfc3c183d39e611536dce85bf689" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."1.2.0+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."1.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."1.2.0+0".sources]] - hash = "8d5c3b9a635aa3b8552e8d02f94352f9b4cd3fb4" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."1.2.0+1"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."1.2.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."1.2.0+1".sources]] - hash = "8d5c3b9a635aa3b8552e8d02f94352f9b4cd3fb4" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."2.0.2+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."2.0.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."2.0.2+0".sources]] - hash = "37a54a787d9ecaf6a02d20587ec675add27308ef" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."2.1.0+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."2.1.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - [[MParT_jll."2.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."2.1.0+0".sources]] - hash = "aa08ee2e2ff765282b14351f07a81ea0c963783a" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."2.2.1+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."2.2.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - [[MParT_jll."2.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."2.2.1+0".sources]] - hash = "fd3ebebcbe1835c4ea88de2243cf53bed465714d" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."2.2.2+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."2.2.2+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - [[MParT_jll."2.2.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."2.2.2+0".sources]] - hash = "fd3ebebcbe1835c4ea88de2243cf53bed465714d" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MParT_jll."2.2.3+0"] -libraries = ["libmpart", "libmpartjl"] - - [[MParT_jll."2.2.3+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - [[MParT_jll."2.2.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[MParT_jll."2.2.3+0".sources]] - hash = "6e84606395fe8d8509c3f17d10a72f78d80c2665" - repo = "https://github.com/MeasureTransport/MParT.git" - -[MQLib_jll."0.1.0+0"] -executables = ["MQLib"] - - [[MQLib_jll."0.1.0+0".sources]] - hash = "686a4fc52b9d2037b4a9ed55fbd178cc9e60ebc3" - repo = "https://github.com/MQLib/MQLib.git" - [[MQLib_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/444376cc16ece0417905d499ddfaa076b075ec78//M/MQLib/./bundled" - -[MSTM_jll."4.0.0+0"] -executables = ["mstm"] - - [[MSTM_jll."4.0.0+0".sources]] - hash = "b15798c1ef216cd5e6b6022463dd972b058d372d" - repo = "https://github.com/dmckwski/MSTM.git" - -[MSTM_jll."4.0.0+1"] -executables = ["mstm"] - - [[MSTM_jll."4.0.0+1".sources]] - hash = "b15798c1ef216cd5e6b6022463dd972b058d372d" - repo = "https://github.com/dmckwski/MSTM.git" - -[MSTM_jll."4.0.1+0"] -executables = ["mstm"] - - [[MSTM_jll."4.0.1+0".sources]] - hash = "a33194e34e7929a4f3a00135388688e02085d4c5" - repo = "https://github.com/dmckwski/MSTM.git" - -[MSTM_jll."4.0.2+0"] -executables = ["mstm"] - - [[MSTM_jll."4.0.2+0".sources]] - hash = "a33194e34e7929a4f3a00135388688e02085d4c5" - repo = "https://github.com/dmckwski/MSTM.git" - -[MSTM_jll."4.0.2+1"] -executables = ["mstm", "mstm_serial"] - - [[MSTM_jll."4.0.2+1".sources]] - hash = "a33194e34e7929a4f3a00135388688e02085d4c5" - repo = "https://github.com/dmckwski/MSTM.git" - -[MUMPS_jll."5.2.1+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_jll."5.2.1+0".sources]] - hash = "d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a" - url = "http://mumps.enseeiht.fr/MUMPS_5.2.1.tar.gz" - -[MUMPS_jll."5.2.1+1"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_jll."5.2.1+1".sources]] - hash = "d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a" - url = "http://mumps.enseeiht.fr/MUMPS_5.2.1.tar.gz" - -[MUMPS_jll."5.2.1+2"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_jll."5.2.1+2".sources]] - hash = "d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a" - url = "http://mumps.enseeiht.fr/MUMPS_5.2.1.tar.gz" - -[MUMPS_jll."5.2.1+3"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_jll."5.2.1+3".sources]] - hash = "d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a" - url = "http://mumps.enseeiht.fr/MUMPS_5.2.1.tar.gz" - -[MUMPS_jll."5.4.0+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_jll."5.4.0+0".sources]] - hash = "c613414683e462da7c152c131cebf34f937e79b30571424060dd673368bbf627" - url = "http://mumps.enseeiht.fr/MUMPS_5.4.0.tar.gz" - [[MUMPS_jll."5.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3fd4297fb4b5decb6fc572bc71eb6f7b87e6d57c//M/MUMPS/MUMPS@5/./bundled" - -[MUMPS_jll."5.4.1+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_jll."5.4.1+0".sources]] - hash = "93034a1a9fe0876307136dcde7e98e9086e199de76f1c47da822e7d4de987fa8" - url = "http://mumps.enseeiht.fr/MUMPS_5.4.1.tar.gz" - [[MUMPS_jll."5.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/84853f0570eef74df81a71d1c3ccb7436fe02e7d//M/MUMPS/MUMPS@5/./bundled" - -[MUMPS_jll."5.4.1+1"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_jll."5.4.1+1".sources]] - hash = "93034a1a9fe0876307136dcde7e98e9086e199de76f1c47da822e7d4de987fa8" - url = "http://mumps.enseeiht.fr/MUMPS_5.4.1.tar.gz" - [[MUMPS_jll."5.4.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1bfd7208d92a82c2b52b849b69430052ccdd6311//M/MUMPS/MUMPS@5/./bundled" - -[MUMPS_jll."5.4.2+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_jll."5.4.2+0".sources]] - hash = "93034a1a9fe0876307136dcde7e98e9086e199de76f1c47da822e7d4de987fa8" - url = "http://mumps.enseeiht.fr/MUMPS_5.4.1.tar.gz" - [[MUMPS_jll."5.4.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4f60a17d5a97844c9275cc49a63ef127bc0f17f0//M/MUMPS/MUMPS@5/./bundled" - -[MUMPS_jll."5.4.2+1"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_jll."5.4.2+1".sources]] - hash = "93034a1a9fe0876307136dcde7e98e9086e199de76f1c47da822e7d4de987fa8" - url = "http://mumps.enseeiht.fr/MUMPS_5.4.1.tar.gz" - [[MUMPS_jll."5.4.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0cccc4222d635815321517c0470306c2b09c3910//M/MUMPS/MUMPS@5/./bundled" - -[MUMPS_jll."5.5.1+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libmumps_common"] - - [[MUMPS_jll."5.5.1+0".sources]] - hash = "1abff294fa47ee4cfd50dfd5c595942b72ebfcedce08142a75a99ab35014fa15" - url = "https://graal.ens-lyon.fr/MUMPS/MUMPS_5.5.1.tar.gz" - [[MUMPS_jll."5.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/662ff2a87d9eeb11a3a2038f874f0aa1743317ee//M/MUMPS/MUMPS@5/./bundled" - -[MUMPS_jll."5.5.1+1"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libmumps_common"] - - [[MUMPS_jll."5.5.1+1".sources]] - hash = "1abff294fa47ee4cfd50dfd5c595942b72ebfcedce08142a75a99ab35014fa15" - url = "https://graal.ens-lyon.fr/MUMPS/MUMPS_5.5.1.tar.gz" - [[MUMPS_jll."5.5.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/415c1c8bbfa38c7efaf45c8bc46f1840ad5403b8//M/MUMPS/MUMPS@5/./bundled" - -[MUMPS_jll."5.6.0+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libmumps_common"] - - [[MUMPS_jll."5.6.0+0".sources]] - hash = "3e08c1bdea7aaaba303d3cf03059f3b4336fa49bef93f4260f478f067f518289" - url = "https://graal.ens-lyon.fr/MUMPS/MUMPS_5.6.0.tar.gz" - -[MUMPS_jll."5.6.1+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libmumps_common"] - - [[MUMPS_jll."5.6.1+0".sources]] - hash = "1920426d543e34d377604070fde93b8d102aa38ebdf53300cbce9e15f92e2896" - url = "https://graal.ens-lyon.fr/MUMPS/MUMPS_5.6.1.tar.gz" - -[MUMPS_jll."5.6.2+0"] -libraries = ["libsmumpspar", "libdmumpspar", "libcmumpspar", "libzmumpspar"] - - [[MUMPS_jll."5.6.2+0".sources]] - hash = "13a2c1aff2bd1aa92fe84b7b35d88f43434019963ca09ef7e8c90821a8f1d59a" - url = "https://mumps-solver.org/MUMPS_5.6.2.tar.gz" - -[MUMPS_jll."5.7.0+0"] -libraries = ["libsmumpspar", "libdmumpspar", "libcmumpspar", "libzmumpspar"] - - [[MUMPS_jll."5.7.0+0".sources]] - hash = "0ea2681a56246cb8eec578324cefa09f2142ea6f7c500a5fd6e0ad226a1a06cf" - url = "https://mumps-solver.org/MUMPS_5.7.0.tar.gz" - -[MUMPS_jll."5.7.2+0"] -libraries = ["libsmumpspar", "libdmumpspar", "libcmumpspar", "libzmumpspar"] - - [[MUMPS_jll."5.7.2+0".sources]] - hash = "1362d377ce7422fc886c55212b4a4d2c381918b5ca4478f682a22d0627a8fbf8" - url = "https://mumps-solver.org/MUMPS_5.7.2.tar.gz" - -[MUMPS_jll."5.7.3+0"] -libraries = ["libsmumpspar", "libdmumpspar", "libcmumpspar", "libzmumpspar"] - - [[MUMPS_jll."5.7.3+0".sources]] - hash = "84a47f7c4231b9efdf4d4f631a2cae2bdd9adeaabc088261d15af040143ed112" - url = "https://mumps-solver.org/MUMPS_5.7.3.tar.gz" - -[MUMPS_jll."5.8.0+0"] -libraries = ["libsmumpspar", "libdmumpspar", "libcmumpspar", "libzmumpspar"] - - [[MUMPS_jll."5.8.0+0".sources]] - hash = "d762eb8b1d9843a0993b8cfc137d043d04c7c51877ad37c94560433a474340a0" - url = "https://mumps-solver.org/MUMPS_5.8.0.tar.gz" - -[MUMPS_jll."5.8.1+0"] -libraries = ["libsmumpspar", "libdmumpspar", "libcmumpspar", "libzmumpspar"] - - [[MUMPS_jll."5.8.1+0".sources]] - hash = "e91b6dcd93597a34c0d433b862cf303835e1ea05f12af073b06c32f652f3edd8" - url = "https://mumps-solver.org/MUMPS_5.8.1.tar.gz" - -[MUMPS_seq_jll."4.10.0+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."4.10.0+0".sources]] - hash = "d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933" - url = "http://mumps.enseeiht.fr/MUMPS_4.10.0.tar.gz" - [[MUMPS_seq_jll."4.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/46b57adf73d9cabd4a29b1c4bb7f69375a20277a//./M/MUMPS/MUMPS_seq@4/bundled" - -[MUMPS_seq_jll."4.10.0+1"] -files = ["lib/libsmumps.a", "lib/libdmumps.a", "lib/libcmumps.a", "lib/libzmumps.a"] - - [[MUMPS_seq_jll."4.10.0+1".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - [[MUMPS_seq_jll."4.10.0+1".build_dependencies]] - name = "OpenBLAS32_jll" - target = "target" - version = "*" - [[MUMPS_seq_jll."4.10.0+1".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[MUMPS_seq_jll."4.10.0+1".sources]] - hash = "d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933" - url = "http://mumps.enseeiht.fr/MUMPS_4.10.0.tar.gz" - [[MUMPS_seq_jll."4.10.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/48ac662cd53e02aff0189c81008874a04f7172c7//./M/MUMPS/MUMPS_seq@4/bundled" - -[MUMPS_seq_jll."4.10.0+2"] -files = ["lib/libsmumps.a", "lib/libdmumps.a", "lib/libcmumps.a", "lib/libzmumps.a"] - - [[MUMPS_seq_jll."4.10.0+2".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - [[MUMPS_seq_jll."4.10.0+2".build_dependencies]] - name = "OpenBLAS32_jll" - target = "target" - version = "*" - [[MUMPS_seq_jll."4.10.0+2".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[MUMPS_seq_jll."4.10.0+2".sources]] - hash = "d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933" - url = "http://mumps.enseeiht.fr/MUMPS_4.10.0.tar.gz" - [[MUMPS_seq_jll."4.10.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e2998720c294a625dace71fd500e1c795ff02c93//M/MUMPS/MUMPS_seq@4/bundled" - -[MUMPS_seq_jll."5.2.1+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."5.2.1+0".sources]] - hash = "d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a" - url = "http://mumps.enseeiht.fr/MUMPS_5.2.1.tar.gz" - -[MUMPS_seq_jll."5.2.1+1"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."5.2.1+1".sources]] - hash = "d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a" - url = "http://mumps.enseeiht.fr/MUMPS_5.2.1.tar.gz" - -[MUMPS_seq_jll."5.2.1+2"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."5.2.1+2".sources]] - hash = "d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a" - url = "http://mumps.enseeiht.fr/MUMPS_5.2.1.tar.gz" - -[MUMPS_seq_jll."5.2.1+3"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."5.2.1+3".sources]] - hash = "d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a" - url = "http://mumps.enseeiht.fr/MUMPS_5.2.1.tar.gz" - -[MUMPS_seq_jll."5.2.1+4"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."5.2.1+4".sources]] - hash = "d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a" - url = "http://mumps.enseeiht.fr/MUMPS_5.2.1.tar.gz" - -[MUMPS_seq_jll."5.3.5+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."5.3.5+0".sources]] - hash = "e5d665fdb7043043f0799ae3dbe3b37e5b200d1ab7a6f7b2a4e463fd89507fa4" - url = "http://mumps.enseeiht.fr/MUMPS_5.3.5.tar.gz" - [[MUMPS_seq_jll."5.3.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5dce3313859f2c6d9db3168b11518f21d4c80375//M/MUMPS/MUMPS_seq@5/./bundled" - -[MUMPS_seq_jll."5.4.0+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."5.4.0+0".sources]] - hash = "c613414683e462da7c152c131cebf34f937e79b30571424060dd673368bbf627" - url = "http://mumps.enseeiht.fr/MUMPS_5.4.0.tar.gz" - [[MUMPS_seq_jll."5.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e533a51057b79cf20daeda32b99dd60f8295f1e//M/MUMPS/MUMPS_seq@5/./bundled" - -[MUMPS_seq_jll."5.4.1+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."5.4.1+0".sources]] - hash = "93034a1a9fe0876307136dcde7e98e9086e199de76f1c47da822e7d4de987fa8" - url = "http://mumps.enseeiht.fr/MUMPS_5.4.1.tar.gz" - [[MUMPS_seq_jll."5.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9b5da1ed88910926aebdaa108db5a8fb81f92452//M/MUMPS/MUMPS_seq@5/./bundled" - -[MUMPS_seq_jll."5.5.1+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libpord", "libmpiseq", "libmumps_common"] - - [[MUMPS_seq_jll."5.5.1+0".sources]] - hash = "1abff294fa47ee4cfd50dfd5c595942b72ebfcedce08142a75a99ab35014fa15" - url = "https://graal.ens-lyon.fr/MUMPS/MUMPS_5.5.1.tar.gz" - [[MUMPS_seq_jll."5.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fa4d56341a3d5dcdaa25683bfc213e254cd68660//M/MUMPS/MUMPS_seq@5/./bundled" - -[MUMPS_seq_jll."400.1000.0+0"] -files = ["lib/libsmumps.a", "lib/libdmumps.a", "lib/libcmumps.a", "lib/libzmumps.a"] - - [[MUMPS_seq_jll."400.1000.0+0".build_dependencies]] - name = "METIS4_jll" - target = "target" - uuid = "40b5814e-7855-5c9f-99f7-a735ce3fdf8b" - version = "400.0.300" - [[MUMPS_seq_jll."400.1000.0+0".build_dependencies]] - name = "OpenBLAS32_jll" - target = "target" - version = "*" - [[MUMPS_seq_jll."400.1000.0+0".build_dependencies]] - name = "CompilerSupportLibraries_jll" - target = "target" - version = "*" - - [[MUMPS_seq_jll."400.1000.0+0".sources]] - hash = "d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933" - url = "http://mumps.enseeiht.fr/MUMPS_4.10.0.tar.gz" - [[MUMPS_seq_jll."400.1000.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0b50281dc8c5597bd4a973670cb23048ca66a519//M/MUMPS/MUMPS_seq@4/bundled" - -[MUMPS_seq_jll."500.400.100+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libpord", "libmpiseq", "libmumps_common"] - - [[MUMPS_seq_jll."500.400.100+0".sources]] - hash = "93034a1a9fe0876307136dcde7e98e9086e199de76f1c47da822e7d4de987fa8" - url = "https://graal.ens-lyon.fr/MUMPS/MUMPS_5.4.1.tar.gz" - [[MUMPS_seq_jll."500.400.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/257fbcf297c049b32cd479777a6eaa3fc72f3514//M/MUMPS/MUMPS_seq@5/./bundled" - -[MUMPS_seq_jll."500.500.100+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libpord", "libmpiseq", "libmumps_common"] - - [[MUMPS_seq_jll."500.500.100+0".sources]] - hash = "1abff294fa47ee4cfd50dfd5c595942b72ebfcedce08142a75a99ab35014fa15" - url = "http://mumps.enseeiht.fr/MUMPS_5.5.1.tar.gz" - [[MUMPS_seq_jll."500.500.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e51c1a1bcc4ad99eac0144acd36cbcdc9e66f88f//M/MUMPS/MUMPS_seq@5/./bundled" - -[MUMPS_seq_jll."500.500.101+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libpord", "libmpiseq", "libmumps_common"] - - [[MUMPS_seq_jll."500.500.101+0".sources]] - hash = "1abff294fa47ee4cfd50dfd5c595942b72ebfcedce08142a75a99ab35014fa15" - url = "http://mumps.enseeiht.fr/MUMPS_5.5.1.tar.gz" - [[MUMPS_seq_jll."500.500.101+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/66ee627a19dc0e33109f2e339a1fe0ab159714fb//M/MUMPS/MUMPS_seq@5/./bundled" - -[MUMPS_seq_jll."500.600.0+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libmumps_common"] - - [[MUMPS_seq_jll."500.600.0+0".sources]] - hash = "3e08c1bdea7aaaba303d3cf03059f3b4336fa49bef93f4260f478f067f518289" - url = "https://graal.ens-lyon.fr/MUMPS/MUMPS_5.6.0.tar.gz" - -[MUMPS_seq_jll."500.600.100+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libmumps_common"] - - [[MUMPS_seq_jll."500.600.100+0".sources]] - hash = "1920426d543e34d377604070fde93b8d102aa38ebdf53300cbce9e15f92e2896" - url = "https://graal.ens-lyon.fr/MUMPS/MUMPS_5.6.1.tar.gz" - -[MUMPS_seq_jll."500.600.200+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."500.600.200+0".sources]] - hash = "13a2c1aff2bd1aa92fe84b7b35d88f43434019963ca09ef7e8c90821a8f1d59a" - url = "https://mumps-solver.org/MUMPS_5.6.2.tar.gz" - -[MUMPS_seq_jll."500.600.201+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."500.600.201+0".sources]] - hash = "13a2c1aff2bd1aa92fe84b7b35d88f43434019963ca09ef7e8c90821a8f1d59a" - url = "https://mumps-solver.org/MUMPS_5.6.2.tar.gz" - -[MUMPS_seq_jll."500.700.200+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."500.700.200+0".sources]] - hash = "1362d377ce7422fc886c55212b4a4d2c381918b5ca4478f682a22d0627a8fbf8" - url = "https://mumps-solver.org/MUMPS_5.7.2.tar.gz" - -[MUMPS_seq_jll."500.700.300+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps"] - - [[MUMPS_seq_jll."500.700.300+0".sources]] - hash = "84a47f7c4231b9efdf4d4f631a2cae2bdd9adeaabc088261d15af040143ed112" - url = "https://mumps-solver.org/MUMPS_5.7.3.tar.gz" - -[MUMPS_seq_jll."500.700.301+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libsmumps64", "libdmumps64", "libcmumps64", "libzmumps64"] - - [[MUMPS_seq_jll."500.700.301+0".sources]] - hash = "84a47f7c4231b9efdf4d4f631a2cae2bdd9adeaabc088261d15af040143ed112" - url = "https://mumps-solver.org/MUMPS_5.7.3.tar.gz" - -[MUMPS_seq_jll."500.800.0+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libsmumps64", "libdmumps64", "libcmumps64", "libzmumps64"] - - [[MUMPS_seq_jll."500.800.0+0".sources]] - hash = "d762eb8b1d9843a0993b8cfc137d043d04c7c51877ad37c94560433a474340a0" - url = "https://mumps-solver.org/MUMPS_5.8.0.tar.gz" - -[MUMPS_seq_jll."500.800.100+0"] -libraries = ["libsmumps", "libdmumps", "libcmumps", "libzmumps", "libsmumps64", "libdmumps64", "libcmumps64", "libzmumps64"] - - [[MUMPS_seq_jll."500.800.100+0".sources]] - hash = "e91b6dcd93597a34c0d433b862cf303835e1ea05f12af073b06c32f652f3edd8" - url = "https://mumps-solver.org/MUMPS_5.8.1.tar.gz" - -[MUSCLE_jll."5.2.0+0"] -executables = ["muscle"] - - [[MUSCLE_jll."5.2.0+0".sources]] - hash = "6c601163998616bb88991931e443c645858e162c" - repo = "https://github.com/rcedgar/muscle.git" - -[MUSCLE_jll."5.2.0+1"] -executables = ["muscle"] - - [[MUSCLE_jll."5.2.0+1".sources]] - hash = "6c601163998616bb88991931e443c645858e162c" - repo = "https://github.com/rcedgar/muscle.git" - -[Madagascar_jll."1.0.0+0"] -executables = ["sfpdr2d", "sfpldb", "sfisaac2", "sft2stretch", "sfvelmod", "sfnnshapet", "sfinterleave", "sflocov", "sfrefl", "sfsint3", "sfort3devectorlrkspace_double", "sfdimag", "sfinmo", "vpdcretard", "sfpredict", "sfcisolr1", "sflintshape2d", "sfosam2dckxx", "sfeno2", "sfseisreg2", "sfsint2", "sfttirtmsa", "sffftone", "sfdottest", "sfheaderwindow", "sfvelsteer", "sftvmf", "sfcretrajec", "sfenvelope", "sfcortholr3", "sfpwspray2", "sfcij2moveout", "sftti2desep", "vpvr", "sffitcrs", "sfconjgrad", "sfintbin", "sfinstsnr", "sfnmo3gmafit", "sfselfblend", "sfcheckptdemo", "sfimospray", "sfplanemis3", "sfheadersort", "sfistseislet", "sfnsmooth", "sforthon", "sffftexpa", "sfofd2_13", "sfradon2", "sfrandrefl", "sflfdc2_7", "sfscalestretch", "sfawefd2dds", "sfspectra", "sfchaindr", "sfinjop2d", "sfbil1_new", "sfffttest", "sflpfL1", "sfnpef5", "sfapef2", "sfkirmigsr", "sfplanesig", "sfwave2dss", "sfcmatmult2", "sfdmo", "sfdottestmpi", "sfeikvti", "sfofpwd", "sftri2reg", "sfboxsmooth", "sftxpnmo", "vpfrancis", "sfosam3dckxxyz", "sfawefd2dds2ndV", "sfcurv", "sfmpilrrtm", "sfsglfdcp1", "sftan2ang", "sfwavemixop", "sflsfit", "sftaupmo", "sfoshift1", "sfmaskinv", "sffbpick", "sfrtmgeom", "sftspline", "sfitaupmo2", "sffermatrecursion", "sffftwave1dd", "sfmin", "sffftwave3p", "sfai2refl", "sfcemd2", "sflpad", "sfort3dhomodevK", "sfcpef1", "sfrtseislet", "sfewefd2d", "sfvti3delrsepSV", "sfgetcregather", "sfescscd3", "sfsumamp", "sfpocs3d", "sfescrt2", "sfwilson", "sfewefdm", "sfcfftexp2", "sfinttest3", "sfclpf", "sfstcurvature", "sfofd2_5", "sfsemblance", "sfinjop3d", "vp7ab", "sfvti3delrsepSH", "sffedchain2", "sfpwdchain2", "sfirays", "sfafd2d", "sflocalskew", "sfcosftwave1", "sfpchain1", "sfosam2dckzz", "sftimeshift", "sfphasescan", "sfosam3dckyyyz", "sffxynpre", "sfpwdsigk", "sfmodrefl", "sfdipcoh", "sfgradient", "sfrtoc", "sfhorizon", "sfweas2", "sfradon32", "sfpspifcos2bs", "sfcdivdir", "sfewedc3d", "sffkoclet3", "sfidempatch", "sftraveltime2d", "sfstack3", "sfdistance", "vpreflector", "sfkernel", "sfstretch", "sfewelr3", "sfewelr3grad", "sfswtdenoise", "sfmpiprertm2d", "sftxpscan", "sfdivnls", "sflinsincos", "sftxrna2", "vpcmp", "sfcfftwave1", "sfttifd3d", "sfmatmult", "sfoff2abs3", "sftomo", "sfpwcascade", "sffwigrad", "sforientation", "sflaplace", "sfbandpass", "sfmodeling2d", "sftah5dinterp", "sfsclet", "sfbspvel2", "sftest2_matchl1", "sfndix", "sfcfftwave2", "sffd2d", "sfosam2dckxxxx", "sfodip", "sffiledims", "sfpefdeburst", "sfpwic", "sftsmf", "sfmythresh", "sftxt2rsf", "sfbar", "sfradius", "sfrtm2d", "sfderiv3", "sfabalance", "sfpick", "sffft1", "sfort3de", "sftpow", "sfradstretch", "sfmap2cloud3D", "sfdivn", "sflffd2an25", "sfsmoothder2", "sfmul", "sfmax", "sfdpeiko", "sfcohn", "sfregrid2d", "sfmutter", "sftentwt", "sfisolrsg1", "sfapick", "sflpef", "sfseisxwell", "sfeikonal_surf_dv1d", "sflum2", "sfmax1", "sfcmatmult3", "sfspitzbl", "sftestmatch", "sffastft", "sfxtomo", "sfsgelfd2dpml", "sfvti2dpseudop1", "sfpwsfault", "sfsuread", "sffincon", "sfrays2", "sfrotate", "sfnmodips", "sfconflict", "sfsc", "sfpwcoh", "sfdagap3a", "sfpwdix", "sftahpef", "sfnmov", "vppen", "sfstreamiss", "sfimpl2", "sfclfdc1frac", "sfprekirch", "sfdipln", "sfawefd2dds2ndhomo", "sfreversval", "sfangmig2", "sflegacy", "sffd1", "sfseisbreg2", "sfcconv", "sfrotater", "sfffd2dehf", "sfhwt3d", "sfmerge", "sfsmoothderLS", "sfofd2_test", "sfdiplet", "sflogstretch", "sfdagap3", "sfovcco", "sfinitwave2", "sfregr", "sfisolr2", "sfencode", "sftti2de", "sfhelm2D_lsm", "sfpveltran", "sfsglr2", "sfmlm", "sfdowmf", "sfrwesrmig", "sfvel1d", "sfcisolr2", "sffindzeroendt", "sfproj", "sfbackdire", "sfisaac0", "vpdc", "sfrsin", "sfmultmask", "sfmiss4", "sfsnr3", "sfosam3dckzzzz", "sfhistogram", "sfdiffuse2", "sfeweks3dsecd", "sfangmigM", "sfcicold2d", "sffft2", "sfdrayinte", "sfltfts", "sfpwstack", "sfwarpscan", "sfdmeig", "sffxyspfint3", "sfvplotdiff", "sfst", "sffbrec2d", "sfaweop3d", "sfeikds", "sfheatimplitest", "sfinterpt", "sflorenz", "sftti2delrdecomp", "sfTestfd2d", "sffftwave3", "sfcreate", "sfiwiiter0", "sfkdsort", "sfshapebin", "sforthoa", "sffbgabor", "sfstfchain2", "sfpocsseislet", "sftestapef", "sfocparcel", "sfdisfil", "sfsvmf", "sfdipl", "sfmake_ix_indx", "sfhpef", "sfosam3dckxy", "sfexpl2", "sffftwave3omp", "sfpwddiffuse", "sfpermwave2d", "sfricker2", "sfshifts", "sftahread", "sfhelm2D_bornsyn", "sfcorrft", "sfpdrscan2d", "sfwigner", "sfconvkernel", "sftxyspfvsint3", "sfzfraclr2", "sfhelm2D_genshot", "sfpcrdata3", "sfkirmod3", "sfmulawefd2d", "sfitrack2d", "sfnlm1", "sftahstack", "sfpchain", "sfcisolr2rev", "sfitxmo3", "sfgaussmooth", "sfTestspml", "sfsegywrite", "sftahspecbal", "sftheoreqiq", "sfswnorm", "sffinstack", "sffindmin2", "sfdmigda", "sfeicop2d", "sfmap2cloud2D", "sfrich", "sfucor", "sfvti3delrsepP", "sffxrna", "sfget", "sffxyspf", "sfbvvvdwe3d", "sfdespike", "sffraclr2", "sflwefd2d", "sfrandcut", "sfisaac3", "vpvrms", "sfkarman2", "sfmiss43", "sfwindow", "sfclfdc1-bak", "sfopame2dckxx", "sfpwarp", "sfconvert0eq", "sfclfdc1", "sftraces", "sfeikods", "sfdiparti3", "sfinttest1", "sflumsharpener", "sfopame2dckxz", "sfplane", "sfffd1", "sfpermlr3", "sfmpilsrtm", "sfinterf", "sfitrack3d", "sfplanereg2", "sfscale", "sfanisodiffuse2", "sfsmoothreg", "sfsplinebank", "sfgenshotscyk", "sfapprox", "sfcloudwin3d", "sfdipflt", "sfinfill", "sffbfreq", "sftcor", "sfbvvvdwe2d", "sfapef", "sfmpilrmodel", "sffxynpre2", "sfgrad3", "sfpnmomf", "sfset2zero", "sfinvqfilt", "sfdtw2", "sfodip2", "sftahsort", "sfsstep2", "sfdip2", "sfpmshape2", "sfmcbmcgauss", "sfdijkstra", "sfnhcrssurf", "sfpwpaint", "sfaxplusy", "sfdiiradon2", "sfcp", "sffwipe", "sfcloudbin3d", "sfweximg", "sfmiss3", "sfeweks3d", "sfnsmooth1", "sfcfftwave1dd", "sffxdecon", "sfdatasucjb2rsf2d", "sfangle", "sfvtihti2ort", "sflphcoef", "sfhshape", "sfint3d", "sfsglfd2_tfd", "sffern", "sftahscdecon", "sfhdecon", "sfmcaseislet", "sfhconv", "sfmv", "sfeacd2d", "sffreshape", "sftxspf", "sfcanisolr2abc", "sftime2depthweak", "sffowler2", "sfsyntop", "sfplanesignoi", "sfpathmin-mov", "sftkirmig", "sffourbreg2", "sfdsr2", "sfanisodiffuse", "sffd2_10", "sfdagap3e", "sfspike", "sftransp12", "sfgraph", "sffftxcor", "sfgsrayvti", "sfmpirtmiso", "sfmiss2", "sfresamplextnd", "sfcicop3d", "sfsurface-consistent", "sffxspfint2", "sfzomig", "sftwodip2", "sfspitzblns", "sfewedc3p", "sfisolr3", "sfsharpsimi", "sfminmax", "sfheatexplitest", "sfnxtfftn", "sfkirmig", "sfanovc", "vpellipse", "sflevint", "sfepfbil", "sfepsf", "sflmo", "sfapefsignoi", "sfcompare", "sfdespike2-ed", "sfthreshold2", "sfitrace", "sfatm1", "sflffdan", "sfcmplx", "sfrecoverfulleq", "sfslopescan", "sfoway1", "sfeicop3d", "sfmdip", "sfwavegeom", "sfgettype", "sfptaupmo", "sfhv2d", "sfsgfdewe2d", "sffindmo", "sfcflow", "sfdots", "sferf", "sfvti3dpseudosv", "sfmodtraceq", "sfpmig", "sffaultrbf1d", "sfsglfdrtm2", "sfawefd2d", "sfbmcgauss", "sfisaac1", "sfsimpostkirch", "sfgeoconvert", "sfspefvstep", "sfthr", "sftxrna3", "sflrwave2", "sflfdc2_25", "sffft3d", "sfnnshape", "sftestanal", "sfltftn", "sfnconv", "sfosam3dckyz", "sfasg", "sffxyspfdenoise3", "sfsglfdcx2_7", "sfcurv2", "sfpwsfault3", "sfosam3dckyy", "sfsglfd2", "sfsimidenoise", "sfsin", "sftslread", "sfistpad", "sftxspfint2", "sfhilbert", "sfkarlistinterp", "sfmisif", "sfnmo3", "sfiwigrad", "sfdsreiko", "sfwarp1", "sfcconjgradmpi", "sfcubesrc", "sfsigmoid", "sfewefd2dtti", "sffatomoomp", "sfs2ofz2", "sftrapez", "sfcatan2", "sfmig2", "sfhelicon", "sfccausint", "sffkdmo", "sfhic2ang", "sfpreconstkirch", "sfpcrdata2", "sfbin1", "sfshearer", "sffindintval", "sfmpirfwigrad", "sfcgscan", "sfvti2dpseudopfvs0", "sfshotconstkirch", "sfconvolve2", "sflinefit", "sfmultiple", "sft2chebstretch", "sffourmis2", "sfsglr1", "sfgetattr", "sfacdcgne", "sfwexmva", "sfffdantti4b_smsr", "sfdwt", "sfnfmiss", "sfwcfftexp2", "sfdagtaper", "sfffd2_ps", "sfprod", "sfsttimefreq", "sfopoti3d", "sfrandline", "sfmflt", "sfoctentwt", "sfopoti2d", "sfsrseidel", "sfederiv3dfilters", "sffftexp3", "sfstreamissh", "sfbox", "sfmpisfwi", "sfinvbin1", "sfdagap", "sfdespike3", "sfnmo3gmaprep", "sftransp", "sfwexwfl", "sfvfsacrsnh", "sfpick2d", "sfanisolr2", "sffftexp0a", "sfcrssemb3d", "sfrtmadcig", "sfintervalVTI", "sfwinscan", "sfxcorr", "sfwiggle", "sfcausint", "sfbrfault", "sfsqsanaly", "sfpwdsmooth2", "sfplanemis2", "sfroots", "sfzisolr2abc", "sfreal", "sfpadfault", "sfpostfilter2", "sfintshow", "sfkarmans", "sfsamptestlrexp", "sfmvo", "sffkoclet", "sfmpirtmvti", "sfcomblist", "sfinttest2", "sfkirdatsr", "sfpiazpwdmig3", "sfacqgeo", "sfplanereg3", "sftristack", "sfopsmigrk", "sfvelinv", "sfsynmarine", "sfmaskval", "sfveltran", "sfrwezomig", "sftilr2", "sfkirmod_newton", "sfriesz", "sfrcat", "sftwolayer2dti", "sfaweop2d", "sfpolydiv", "sfcloudmerge3d", "sfdbfmig", "sfdix", "sftraveltimelen3d", "sfconv", "sfstfchain", "sfmpircvrtm", "sfofd1", "sftraveltimelen", "sfwavemis2", "sfxcor3", "sfcorrectwave2", "sfpsovc", "sfcdottest", "sfmean", "sfradial", "sfemd", "sftti2dekspacelrsource", "sfpassive2d", "vphyplay", "sftwolayer3dort", "sfsgelfd2dpml2", "sfplanewave", "sfofd2_25", "sfvweks3d", "sfregrid1d", "sfstft", "sfinvbin", "sfcdivn", "sfprestolt", "sfiwipert", "sftti2devectorlrsvdkspace_double_stiffness", "sfsortdensity", "sfhalfint", "sftti3delrsepSH", "sfinmo3gma", "sfdvscan2d", "sfdtw-apply", "sfffdtti2", "sfxcor2", "sfepfbe", "sfpwd", "sfclaplac", "sfrtft", "sfmatchoper", "sftti2dpseudosvlrsep", "sfconstfdmig2", "sfmkrcv", "sfpame2d", "sfshotholes", "sfspray", "sffcoh1", "sftree", "sfshot2grid", "sfaastack", "sfctf2dprec", "sftwofreq2", "sfdiptaper", "sfepfws", "sforthonc", "sfstack2d", "sftahmakeskey", "sffreqest", "sfazspr", "sfcmp2shot", "sfpwdchain", "sfmpikirmodnewton", "sfmath", "sfiphase", "sfanalytical", "sfsum3", "sfpresr", "sffd2bs", "sfsgfd1", "sfpsss", "sffitcrspicks", "sftahfilter", "sfnpef", "sfsphase", "sfpocs", "sftti2devectorlrsvdkspace_double", "sfcat", "sfpseudoprim", "sfpow", "sfinmo3_ort", "sfvconvert", "sfmonof", "sfofd1_5", "sfstpf", "sffowler1", "sfttifd2d", "sffagrad", "sfslant", "sflstri2d", "sfcplxcor", "sfput", "sft2diter", "sflomatch", "sfrankonetest", "sfaps3d", "sfwem2d_iso", "sfpad2", "sfmap2coh", "sfdwtdenoise", "sfkhshot", "sftestcg", "sflrvc0", "sfvelcon3", "sfrsf2txt", "sffraclr2test", "sflinmig3", "sfmonof2", "sfpsp", "sfshotequal", "sfwarpscanw", "sftransconv", "sfeikonal_rtp", "sfwmf", "sfpwspray3", "sfspiral", "sfnmo3_ort", "sffbpwd", "sfdecon", "sfchain2dfft", "sffault", "sfrmtrace", "sfwei", "sfcoherence", "sflrmig0", "sfsrmig3", "sfbin2rsf", "sfmmssrc", "sfdtw-flatten", "sfpsefd", "sftti2delrsep2p", "pngpen", "sfacoustic1D_FWI_ptb", "sfbyte", "sfhelmrhs", "sfimagsrc", "sfpathmin", "sfrm", "sfctscigadj", "sfdifference", "sfdatshift", "sfacd", "sfawefd2ddsV", "sfisin2ang", "sfrevent", "sftahgain", "sfederiv2d", "sfortho", "sforthollr", "sfosam3dckxxyy", "sfss", "sfosam3dckyyyy", "sfmig2semb", "sfTestelastic2d", "sfwexzoimg", "sfcisolr2grad", "sfndecon", "sfve2d", "sfptaupmoVTI", "sfeikonal", "sfmatch", "sfpp2pstsic", "sftti2delrdecomp2p", "sfrefer", "sfsuplane", "sfcpef", "sfdzest2d", "sfdsr", "sfpwd2", "sfshpwstack", "sfmig3", "sfazpwd", "sfkdmig2d", "sfvczo3", "sfcrazgathc3", "sfmpiqfwi", "sfmspef", "sfspitz", "svgpen", "sftahwindow", "sfadjtest", "sfpyramid", "sfsaltpepper", "sfps2d", "sfmodatten1", "sfburstnoise", "sfpfactor2", "sfdiffcxx", "sfcurvature", "sfkolmog", "sfheadermath", "sfgrey", "sftricascade", "sfwave124", "sfpmig1", "sfsrmod3", "sfsic", "sfchebyshev", "sfsbd", "sfheaderattr", "sffdip", "sfdip_fb", "sfcsqrtf", "sfnmo3gma_adj", "sfvczo", "sffir", "sfsglfdc1a", "sfpad", "sfmffit", "sfmtm", "sfcrestack", "sfdip", "sfkirchinv", "sflaplace2", "sfsoftclip", "sfheadercut", "sfvczo2", "sfzowei", "sftahstatic", "sfcemd1", "sfsglfdcx1", "sftfchain", "sfmpistack", "sfrpslow2", "sfpnmo3d", "sfsamplowmat", "sfsglfdc1", "sfsignal", "sfsmoothcur", "sfremap1", "sfcosft", "sfosam3dckyyzz", "sfxlagtoang2d", "sfortholrzone", "sfstoltstretch", "sfspectra2", "sfwave1", "sfpatch", "sfpwsmooth", "sfescfgrid2", "sfrtmva2d", "sfzmarch", "sfcubeplot", "sfofsemb", "sfintegral1", "sflrosrtm2", "sfpwsmooth3", "sfquantile", "sfthreshold3", "sfdsrtomo0", "sffint", "sfjacobi", "sfpickmaxima", "sfadiradon2", "sfangle2", "sfcos2ang", "sfistinterp", "sfrickback", "sflaps2d", "sfsthres", "sfclfd1", "sfdensity", "sfrdiv", "sfewelr3d", "sfpresum", "sftrace2", "sffpocs3d", "sfradonslope2", "sfwave4", "sfzomiso", "sfiwinlcg", "sfshotprop", "sfbin", "sfsimenv", "sfmpifdlsrtm", "sfpwpaint3", "sfgammapick2d", "sfbil1", "sfcramdd", "sfdtw-accumulate", "sfacd2d", "sfpwdtensorh", "sfsegyheader", "sfvipmig0", "sfesctbl2", "sftdconvert", "sfckolmog", "sforp", "sfupgrad", "sfosam3dckxzzz", "sftti2delrsep", "sfwcorr", "sfdonf", "sfaliasp", "sfeikfswp", "sfwdf", "sfmatch1d", "sfnmo", "sfcic3d_ditthara", "sfduffing1", "sfnhelicon", "sfdespike1-ed", "sfshape", "sfmms1dexp", "sfosam2dckxxzz", "sffacttieikonal", "sfpermlr1", "sfcfftexp2test", "sfllpf", "sfsmoothderw", "sfrfxrna", "sfplotrays", "sftestcasoper", "sfmshots", "sfdblendseis", "sfweigwf", "sffedchain1", "sflsLU", "sfnlm2", "sfshuffle2", "sfmsmiss", "sfigrad", "sfavvvdwe2d", "sfcplxatt", "sfboxfilter", "sfstcontrib", "sfboolcmp", "sfsnr2", "sfvti3de", "sfspefcstep", "sftranslate", "sfpolymask", "sfreadsampleref", "sfsamptest", "sfftoper", "sfosam2dckxzzz", "sfawesg", "sfclrmatrix", "sfstphase", "sffftexp0", "sfitaupmo3", "sfshapesigk", "sfhelm2D_rtm", "sfpostrtm2d", "sfnpef5_recon", "sfexpl1", "sfosam2dckxxxz", "sfequal", "sfacdfwi", "sfhyperdif", "sfiq2eq", "sfcrssemb", "sfafd2domp", "sflcf", "sfseislet", "sfatm2", "sfmpi", "sfrect1", "sfrtm", "sfspitzns", "sfvelmap", "sfcanisolr2", "sfc1coh", "sficor", "sfseisavf", "sfhwt2d", "sfortllr", "sfdiradon34", "sfspiralsort", "sflskernel", "sflogwarp", "sfdiradon2", "sfthreshold1", "sfkarlpocs", "sfdistmap", "sfjoiner", "sfexpsignoi", "sfbigmpiencode", "sfmpignfwi", "sfcontour", "sfheal", "sfstltft", "sfclfd2", "sfhole", "sfpickprint", "sfreg2tri", "sfpcrsurv3", "sfduffing2", "sfpwspray", "sfunif2", "sfmdfd4", "sffreqint", "sfnmow", "sfpspp", "sfcompensatexf", "sfpclipc2", "sfsinc", "sfweas1", "sfkirmod", "sfpveltran3", "sfcube", "sfmvo1", "sfpseudodepth", "sfpwcascade3", "sfsparsify", "sfdtw-errors", "sfcovariance2d", "sftti2dpseudoplrsep", "sfseislet1", "sfkirmig0", "sflffd1_10", "sfvar2", "sfhradon", "sfflatlinpiwrapper2d", "sflffd2_an_25", "sfsimilarity", "sffftwave2taper", "sfoff2abs", "sfcipcut", "sfpamti2d", "sfmysnr", "pdfpen", "sfcbeamform1", "sfescnband2", "sflaps3d", "sfpwpaint2", "sfregrid3d", "sfepisort", "sftrismooth2", "sfconvolve", "sffftwave2", "sfpp2psang2", "sfseiscut", "sfrotvol", "sfsnrstack", "sfcstack2d", "sfpolyfit", "sfaddtrace", "sfmf", "sfwexnmig", "sfimpl1", "sfnoise", "sftrirand", "sfort3dhomodevcK", "sfnorsar", "sfcplxloc", "sffbdip", "sfcfftwave2omp", "sffftwave1", "sfcconst", "sfemfdm2d", "sfomp", "sfScanCoef", "sfsort", "sftime2depth", "sfleftsize", "sfkron", "sfitaupmo", "sfunfault", "sfovc", "sfwexzomva", "sfsvdtest", "sfahpef", "sfiwioper0", "sfemfdm3d", "sfewefd2d_omp", "sfcut", "sfiwioper", "sfnnint", "sffkgdmo", "sfreverse", "sftilrzone", "sfmpiffdrtmto", "sffftwave2omp", "sfmatrix", "sfpef", "sfrefl2ai", "sfsrbin3d", "sfoclet", "sfdwt97", "sfycvelinvww", "sfimag", "sfrsf2handvel", "sfitxmo", "sfosam3dckxx", "sfescrt3", "sfreshape", "vpvr3d", "sfpremig", "sfstackn", "sfunif3", "sffwiupdate", "sfcdottestmpi", "vpcsp", "sfgroll", "sfadjgradient2d_coupled", "sflcfseq", "sfmwni2d", "sfortholr", "sflpad2", "sfTestcdstep", "sfacoustic1D", "sfbdix", "sfvti2dpseudosv", "sflapfill", "sfkirdat0", "sfdealias2", "sfimray", "sffatomo", "sftti3delrsepSV", "sfvscan", "sfwavmod", "sfmkcmp", "sfdispelem", "sfdagapex", "sfaccumulate", "sffrt", "sftxyspfint3", "sfahelicon", "sfcshifts2", "sfaddevent", "sflinear", "sftan2dang", "sfacurv", "sfortlr", "sfderiv", "sfframe", "sfcfftwave1d", "sflaplac3d", "sfnmo3mcmcspiral", "sfradon34", "sflagrange", "sfwlslfdc1ww", "sfexpand", "sfbigmpistack", "sfdomf", "sflabel", "sfmyradon2", "sfstack", "sfnmow_adj", "sflsm_dsr2d", "sfps_strip", "vpsg", "sfsum", "sfkarman", "sffftexp0test", "sflfdc1", "sfexgr", "sfcostaper", "sfgraph3", "sfshplanemis2", "sfnorm", "sforthol", "sfbeamform1", "sfpwsmooth2", "sfqdome", "sfweiajw", "sfeicold2d", "sfeikonalvti", "sfblur", "sfmpiencode", "sffedchain21", "sfadd", "sfhelm2D_genrec", "sfisolr25", "sfconvf", "sfpwdfreq", "sfgrad2", "sfsampmat", "sfctilr2", "sfcigangle", "sfcfftwave2nsps", "sfswell", "sffactorm", "sfspline", "sfpseudolrexp", "sfshoot2", "sftahheadermath", "sftti2dekspacelr", "sfnshape", "sfseishrink", "sfcsmooth", "sfmorph", "sfshift1", "sfhalfthr", "sfsymposolver", "sfslice", "sfshiftd1", "sfviscoe2d", "sfGridDeriv", "sfdoeps", "sfstransp", "sfofilp", "sflinpipwd2d", "sflroslsrtm2", "sfdiphase", "sfhcascade", "sfTestfd3d", "sfattr", "sflow", "sfmiss", "sfshiftd2", "sfbspvel3", "sffdb1", "sfrsf2bin", "sfosam3dckyzzz", "sfsv2d", "sfdespike2", "sfmpidfwi", "sfycvelxf", "sfccrsym", "sftahnmo", "sfvti3dpseudosh", "sfcram2", "sfdivnp", "sfclip", "sfsvd", "sfzoeppritz", "sfvsptmigda", "sfcisolr2abc", "sfcmatrix", "sfhelm2D_fwi", "sftwolayer3dti", "sfconstperm", "sfblend", "sfewedc3dgrad", "sfewefd3dtti", "sfstandardmodel_elastic", "sfstolt", "sftshift", "sfzerotrace", "sfseisthr", "sfltft", "sfmodrefl2", "sfmigsteep3", "sfburg", "sffedchain", "sffold", "sflsdmo", "sfdeblur", "sfzortholr3", "sfacdvpe", "sfpocssemb", "sfshstack", "sfmpihello", "sftahgethw", "sfkdtree", "sfweiajs", "sfexpd", "sfescdiff", "sfshapeagc", "sfndsmooth", "sfewedc3s", "sflsprtm2d", "sfdiffoc", "sfpipwdmig2", "sffbank1", "sfttieikonal", "sfhdefd", "sfshapefill", "sfmmssrc1", "sffourvc0", "sfpicks2rsf", "sfiwarp3", "sfdiffraction", "sfosam3dckxyyy", "sfmig2pwd", "sfpveltranVTI", "sflocorr", "sfcsp2d", "sfpwdchain1", "sflcfsiq", "sffdtacc", "sftti2devectorlrsvd", "sfaddimag", "sfpspig", "sflaplac", "sfovczo", "sfstackimg", "sffactorn", "sfin", "sfmask", "sft2warp", "sfnmult", "sfcorral", "sfsic3d", "sffourvc2", "sftti2delr", "sfcisolr3", "sfkuwahara", "sfiwarp", "sfhorwrite", "sfswvarimax", "sfcell3", "sfshift", "sfclfdc2", "sflrmf", "sfdominantf", "sfofpwd2", "sfrweab", "sflphfreq", "sftxrna", "sfbeamspray", "sfgrey3", "sfofd2_10", "sfwave", "sftrisolver", "sfeikonal_surf", "sfmakevel", "sfmig2s", "vpreflkine", "sfsp", "sfdiff", "sfzanisolr2", "sfsmstack", "sflineiko", "sfisoimpulse", "sfiwiiter", "sfcgconst", "sfcicop2d", "sflfdp1", "sfztrace", "sfmpirtmop", "sfjudgechaos", "sflpf", "sflfd2_25b", "sfhelmmig", "sffindmax1", "sfic", "sfepot", "sfditime3d", "sfdipn", "sfdsreiko0", "sfconstpermh1", "sfcfftwave2mix2", "sflinpipwd2dca", "sfmpitransp", "sfseisigk", "sfofd2_7", "sfimpl3", "sfzcwt", "sflstk", "sfiwarp2", "sfgsray2rays2d", "sfovczop", "sfmpictshiftlr", "sfinstattr", "sfdiradon32", "sfexplanesignoi", "pspen", "sftf2dprec", "sfbeamform", "sflint1", "sfmtres", "sfffd0", "sfstolt2", "sfadjgradient2d", "sfosam3dckxz", "sfpwdecon", "sfzanisolr2abc", "sfnormalize", "sfinvrec1", "sftti2dpseudop", "sforthowave", "sfpoly", "sfhist2", "sfdiv", "sfmpilsrtmcg", "sfort3dpseudophomo", "sflsinterp2d", "sfvariogram2", "sfemfdm2d_p", "sftrapepass", "sfdipn_fb", "sfsegyread", "sfwavefft1", "sfffd2_den_omp", "sfgbeamform", "sfpwdtensor", "sftmigda", "sfthreshold", "sfdsrtomo", "sfthplot", "sfparcel", "sftahwrite", "sfstandardmodel", "sfTestsolver", "sfnmo3mcmc", "sfwkbjTI", "sflpfdenoise1", "sfawefd2ddshomo", "sftti3de", "sfpspmig", "sfpwd1", "sfmodelcreate", "sflight", "sfautofocusing", "sfpermlr2ddti", "sfwile", "sfcltft", "sffftexp1", "sfpwdnorm", "sftristack2", "sfradonoper", "sfacoustic1D_FWI_adj", "sfvofz", "sfcabs", "sffpocs2d", "sffourvc", "sfosam3dckxyyz", "sflfdanc2_25", "sftclip", "sfsimivscan", "sfprekirchsr", "sfsplineplane", "sfkirchnew", "sfpseudo", "sftti2delrdec", "sftahmute", "sfmpipfwi", "sfpick2", "sfzolsrtm2", "sfduwt", "sfmpiqrtm", "sfrickerfit", "sfdealias", "sfanovcv", "sfgravcon", "sfmpifwigrad", "sffastpwd", "sfffdrtm", "sfv2d", "sfederiv", "sfmutter3", "sfzortmgmres", "sfcamig3", "sfzerocross", "sfmpifwigradlr", "sfphaserot", "sfreadsample", "sfawefd2dds2nd", "sflumsmoother", "sfkine2dvti", "sflpf2", "sfcascade", "sfavo", "sfcram3", "sfmpilsrtmgmres", "sflfftexp0", "sfcplxcoh", "sffreqlet", "sfdifferr", "sfgdmo", "sffwiobj", "sfdixshape", "sfdecibel", "sfdistpaint3D", "sfzomva", "sfsglfd1pml", "sffpow", "sffft3", "sfresample", "sfradon", "sfcontour3", "sftxsorth", "sfescbsc3", "sfseispocs", "sfvariogram", "sfstreamh", "sfboxcascade", "sfgsray", "sformatrix", "sflmostretch", "sftimerev2d", "sflrtti2de", "sfnmradon", "sfctshift", "sfdiradon3", "sfiwilbfgs", "sflfdp2", "sfsmoothder", "sfsignoi", "sfdonut", "sfdtw", "sflslfdc1", "sfricker", "sfcheckerboard", "sfkirchinvs", "sfzomig3", "sfextract", "sfewefd3d", "vpheadray", "sfmax2", "sffitnonhcrspicks", "sfjacobi2", "sfwavemovie", "sfslschain2d", "sfmlwm", "sflesolver", "sfpadzero", "sfsmspray", "sfktmig", "sfpsvp", "sfrrt3d", "sftahmakeevent", "sfcfftexpmig2", "sffrog", "sfaapwd1", "sfdrays", "sfdwt2", "sfsensitivity", "sfgrey4", "sfinvtest", "sfvti2desep", "sffcoh2", "sfavvvdwe3d", "sftahscscale", "sfldip", "sfswapbyte", "sfsmoothder1", "sfconstpermh", "sffreqreg", "sflinmig2", "sfpick3", "sftahmakesloc", "sfungrad", "sfmpilsLU", "sfbilstack", "sfederiv3d", "sfradial2", "sfmiss1", "sftinterp", "sfenoint2", "sfwcfftexp2adj", "sfsscrg", "sfwave24", "sftaupfit", "sfcfftwave2taper", "sffwi2d", "sftkirinv", "sfpsovcp", "sfviscoa2d", "sfthin", "sfhwtex", "sfctscigder", "sfvofzperm", "sfrtmodcig", "sfmute", "sfpwcsemb", "sfaapwd", "sfmpidip2", "sftxspfvsint2", "sffileflush", "sfsnrcyk", "sfwarpadd", "sflum", "sflspiazpwdmig32", "sfotsu", "sfnmostretch", "sfsglfdcx1a", "sfosam3dckxxxz", "sfTestaniso", "sfosam3dckxyzz", "sfshplanemis3", "sfresamp", "sfcomp", "sflpfdenoise2", "sfpick31", "sfcerf", "sfsglfd2pml", "vpreflexpt", "sflinpi", "sfcchebyshevp", "sfTestsolver1", "sfeikEta", "sfpad2nextfastsize", "sfbilat2", "sffftfwi_sparse_2d", "sfsuwrite", "sfheat", "sfstacks", "sfsmooth", "sfvam", "sfpp2psang", "sfptaupmo3", "sfstripes", "sflrmatrix", "sfsimilarity2", "sfdepth2time", "sfagmig", "sffileheader", "sfsmoothreg2", "sfosam3dckxxxy", "sfmatlr", "sfhelm2D_forward", "sfafac", "sflrlsrtm2mpi", "sftimefreq", "sfc2r", "sfesou", "sfewdlr3d", "sfmpifwi", "sfortholr3", "sftti3delrsepP", "sfcfftexpa-dev", "sfescst3", "sfthreads", "sflosignoi", "sfwarpscann", "sfsrsyn", "sfpca", "sfopame2d", "sfrays3", "sfopwd2", "sfdistpaint", "sfditime2d", "sfdd", "sfffdrtms", "sftowed_array", "sffbank2", "sfcfftwave1in", "sffftwave2p", "sfwaveab", "sfdtw-interp", "sfwlslfdc1", "sfefd3dmt", "sfshot2cmp", "sfisolrsg2", "sfcltftfft", "sfvelcon", "sfdiparti", "sffindrefmax1", "sftti4rtm", "sfosam3dckxxxx", "sfstream", "sfwexmig", "sfTesteb", "sfawefd3d", "sfkirdat", "sfosam2dckzzzz", "sfclip2", "sfbeamsteer", "sffxspfdenoise2", "sfinmo3", "sffkamo", "sffd1_5", "sfduffing", "sfvirtualdata", "sfssblend", "sfgazdag", "sfmpipaint2", "sfradon3", "sflsrtm2d", "sfstiff3d", "sfexcitationic", "sfdips", "sfsnr", "sfnonloc", "sfs2ofz", "sfpmod", "sftaperedge", "vpnmotraj", "sfxcor3d", "sfinitial", "sfps_getstring", "sffwidir", "sfintbin3", "sfepfad", "sfinternalmult", "sfh2warp", "sftti2devectorlrsvd_double", "sfzomvti", "sfsglfdcz2_7", "sfffdcos2b", "sfflatlinpiwrapper", "vpcroshyp", "sflinmute", "sflsmig3", "sfcmatmult", "vpvrtest", "sfmpilrrtm_ts", "sfapradon2", "sfmatoper", "sfmpiafdfwi2d", "sfbackdireazi", "sfshifts2", "sflspiazpwdmig3", "sfsizes", "sfchebvc", "sfrays2a", "sftrishape", "sfcr", "sfcisolr2abc1", "sfmpifd2d", "sfmulticheck", "sfpermlr2", "sfdlct", "sfconvft", "sfcloudspray", "sffowler", "sfpnmo", "sfpreerror", "sfmedian", "sflocalsnr", "sfmandelbrot", "sfmake", "sfdtw-track", "sfxcor2d", "sfdsmooth", "sfreciprocity", "sfawefd2d_fo", "sfcfftwave3", "sfagc", "sfcanny", "sfcconjgrad", "sfgenheaderallreceiver", "sfewdlr3", "sfhelmlu", "sfintbin4", "sflistminmax", "sfcpxeikonal", "sfplas", "sfzero", "sftimecont", "sfsimidenoise1", "sfvti2dpseudop", "sfdatstretch", "sfsrmva", "sfpwshapeic", "sfshapebin1", "sfewefd3d_omp", "sfbargraph", "sflineslope", "sfsvddenoise", "sfseismis2", "sfconjgradmpi", "sfnorm2", "sfcameron2d", "sfricker1", "sftest1_matchl1", "sfautocorr", "sfdivn2d", "sflopef", "sfadjtest1", "sfpsti2d", "sfpde2dadp", "sfdipfilter", "sffocus", "sfmodrefl3", "sfcompensate", "sfmpiewertm", "sfmoveout", "sfopame2dckzz", "sfsmoothn", "sfwlslfdc1tw2", "sfchebyshevp", "sfsemblancew", "sffindwellcoord", "sftahagc", "sftahremoveclick", "sfgetcretimecurve", "sfgpi3dzo", "sfewelr3dgrad", "sfsplinefilter", "sfupsamp1", "sfinvtest1", "sftlagtoang2d", "sfpsmig", "sfcell2", "sfinterp2", "sfheat3", "sfmarchenko", "sfmpisglrrtm2", "sfvoft", "sfarrival", "vpwhitepruf", "sfdeburst", "sfsharpen", "sfosam3dckzz"] -libraries = ["libdrsf++", "libdrsfpwd", "libdrsf", "libdsu", "libdrsfplot", "libdrsfgee"] - - [[Madagascar_jll."1.0.0+0".sources]] - hash = "3a10302c63c69317df3f6f741347e7f77a2f3d58" - repo = "https://github.com/ahay/src.git" - -[MagicVLSI_jll."8.3.61+0"] -libraries = ["tclmagic"] - - [[MagicVLSI_jll."8.3.61+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[MagicVLSI_jll."8.3.61+0".sources]] - hash = "a58100a14cdb57462cf75691532d01c5733fb59b" - repo = "https://github.com/Keno/magic.git" - -[MagicVLSI_jll."8.3.160+0"] -libraries = ["tclmagic"] - - [[MagicVLSI_jll."8.3.160+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[MagicVLSI_jll."8.3.160+0".sources]] - hash = "8ab1743be8f6e0d7ab95e0c2e86688379fca1aad" - repo = "https://github.com/Keno/magic.git" - -[Makemsix_jll."1.7.241+0"] -executables = ["makemsix"] -libraries = ["libmsix"] - - [[Makemsix_jll."1.7.241+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.31.6" - - [[Makemsix_jll."1.7.241+0".sources]] - hash = "efeb9dad695a200c2beaddcba54a52c8320bd135" - repo = "https://github.com/microsoft/msix-packaging.git" - [[Makemsix_jll."1.7.241+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fe17ad8a390335fbd879ad22af112e1a585f9848//M/Makemsix/bundled" - -[Makemsix_jll."1.7.241+1"] -executables = ["makemsix"] -libraries = ["libmsix"] - - [[Makemsix_jll."1.7.241+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.31.6" - - [[Makemsix_jll."1.7.241+1".sources]] - hash = "efeb9dad695a200c2beaddcba54a52c8320bd135" - repo = "https://github.com/microsoft/msix-packaging.git" - [[Makemsix_jll."1.7.241+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/037327e5d0190993862a7bfef057def247b51ef0//M/Makemsix/bundled" - -[MariaDB_Connector_C_jll."3.1.6+0"] -libraries = ["libmariadb"] - - [[MariaDB_Connector_C_jll."3.1.6+0".sources]] - hash = "63df45ce3df3fbc04d8fab9bceb77f9d1cccd4aa" - repo = "https://github.com/mariadb-corporation/mariadb-connector-c.git" - [[MariaDB_Connector_C_jll."3.1.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4482eabf0843fd609eb50161d94d498b90b3831d//M/MariaDB_Connector_C/./bundled" - -[MariaDB_Connector_C_jll."3.1.12+0"] -libraries = ["libmariadb"] - - [[MariaDB_Connector_C_jll."3.1.12+0".sources]] - hash = "7d304d26c787a3f0430624db977b615aba56e4bb" - repo = "https://github.com/mariadb-corporation/mariadb-connector-c.git" - [[MariaDB_Connector_C_jll."3.1.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f16b91e37fa7043a0847177e88a2bde10545d31f//M/MariaDB_Connector_C/./bundled" - -[MariaDB_Connector_C_jll."3.3.2+0"] -libraries = ["libmariadb"] - - [[MariaDB_Connector_C_jll."3.3.2+0".sources]] - hash = "1bd8c8bf39c259a1b1713974684e24d168a09d13" - repo = "https://github.com/mariadb-corporation/mariadb-connector-c.git" - [[MariaDB_Connector_C_jll."3.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2cfa5d9640978c405973effbfcf7b9af3287413f//M/MariaDB_Connector_C/./bundled" - -[MariaDB_Connector_C_jll."3.3.9+0"] -libraries = ["libmariadb"] - - [[MariaDB_Connector_C_jll."3.3.9+0".sources]] - hash = "e714a674827fbb8373dd71da634dd04736d7b5a6" - repo = "https://github.com/mariadb-corporation/mariadb-connector-c.git" - [[MariaDB_Connector_C_jll."3.3.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c473d42dfaa220190d511c8532089929aa50b7a//M/MariaDB_Connector_C/./bundled" - -[MariaDB_Connector_ODBC_jll."3.1.7+0"] -libraries = ["libmaodbc", "mariadb_odbc"] - - [[MariaDB_Connector_ODBC_jll."3.1.7+0".build_dependencies]] - name = "MariaDB_Connector_C_jll" - target = "target" - version = "*" - - [[MariaDB_Connector_ODBC_jll."3.1.7+0".sources]] - hash = "699c575e169d770ccfae1c1e776aa7725d849046476bf6579d292c89e8c8593e" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.7/mariadb-connector-odbc-3.1.7-ga-src.tar.gz" - [[MariaDB_Connector_ODBC_jll."3.1.7+0".sources]] - hash = "ef1ad796cc4aba67aa6606b35239302c579b7894604239d1caaa1f2d10623bd2" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.7/mariadb-connector-odbc-3.1.7-win64.msi" - [[MariaDB_Connector_ODBC_jll."3.1.7+0".sources]] - hash = "a60b74dc3af0b450d892731c2973037beef6fc972e0813f3db9f28f083a63402" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.7/mariadb-connector-odbc-3.1.7-win32.msi" - -[MariaDB_Connector_ODBC_jll."3.1.7+1"] -libraries = ["libmaodbc", "mariadb_odbc"] - - [[MariaDB_Connector_ODBC_jll."3.1.7+1".build_dependencies]] - name = "MariaDB_Connector_C_jll" - target = "target" - version = "*" - - [[MariaDB_Connector_ODBC_jll."3.1.7+1".sources]] - hash = "699c575e169d770ccfae1c1e776aa7725d849046476bf6579d292c89e8c8593e" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.7/mariadb-connector-odbc-3.1.7-ga-src.tar.gz" - [[MariaDB_Connector_ODBC_jll."3.1.7+1".sources]] - hash = "ef1ad796cc4aba67aa6606b35239302c579b7894604239d1caaa1f2d10623bd2" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.7/mariadb-connector-odbc-3.1.7-win64.msi" - [[MariaDB_Connector_ODBC_jll."3.1.7+1".sources]] - hash = "a60b74dc3af0b450d892731c2973037beef6fc972e0813f3db9f28f083a63402" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.7/mariadb-connector-odbc-3.1.7-win32.msi" - -[MariaDB_Connector_ODBC_jll."3.1.9+0"] -libraries = ["libmaodbc", "mariadb_odbc"] - - [[MariaDB_Connector_ODBC_jll."3.1.9+0".build_dependencies]] - name = "MariaDB_Connector_C_jll" - target = "target" - version = "*" - - [[MariaDB_Connector_ODBC_jll."3.1.9+0".sources]] - hash = "5ead3f69ccde539fd7e3de6f4b8f0e6f9f6c32b4b4f082adf0e2ff110971fe1e" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.9/mariadb-connector-odbc-3.1.9-ga-src.tar.gz" - [[MariaDB_Connector_ODBC_jll."3.1.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9f06ee8839c9bb9fe90a6a55a9170cfd340feb79//M/MariaDB_Connector_ODBC/./bundled" - [[MariaDB_Connector_ODBC_jll."3.1.9+0".sources]] - hash = "c526714f4a65d672b86bf9c24962d55bec70661b37863d891f007f680dae71f7" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.9/mariadb-connector-odbc-3.1.9-win64.msi" - [[MariaDB_Connector_ODBC_jll."3.1.9+0".sources]] - hash = "5ef098aefee1d30e6e349bf2363a601007e1376508e6b4a0e23e1eb3ed5a51e2" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.9/mariadb-connector-odbc-3.1.9-win32.msi" - -[MariaDB_Connector_ODBC_jll."3.1.16+0"] -libraries = ["libmaodbc", "mariadb_odbc"] - - [[MariaDB_Connector_ODBC_jll."3.1.16+0".sources]] - hash = "4fd0de9d0e9da883ac9801cbf97953be9cc9010830417c44e8b339deca48463d" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.16/mariadb-connector-odbc-3.1.16-src.tar.gz" - [[MariaDB_Connector_ODBC_jll."3.1.16+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/32d14ffa78c8f3deeb729cc1f93e53b3aebf6be3//M/MariaDB_Connector_ODBC/./bundled" - [[MariaDB_Connector_ODBC_jll."3.1.16+0".sources]] - hash = "9d027383b88b7f82203081402242828cf3b54cdd9d1ea7a60be145e9a3dd750e" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.16/mariadb-connector-odbc-3.1.16-win64.msi" - [[MariaDB_Connector_ODBC_jll."3.1.16+0".sources]] - hash = "341bb7126cc40314244dd62a5c77799d2f9429ac5142880320f3bbc3fd8dc4ee" - url = "https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.16/mariadb-connector-odbc-3.1.16-win32.msi" - -[MathGL_jll."2.4.4+0"] -libraries = ["libmgl-qt5", "libmgl", "libmgl-qt"] - - [[MathGL_jll."2.4.4+0".sources]] - hash = "0e5977196635962903eaff9b2f759e5b89108339b6e71427036c92bfaf3149e9" - url = "https://sourceforge.net/projects/mathgl/files/mathgl/mathgl%202.4.4/mathgl-2.4.4.tar.gz" - [[MathGL_jll."2.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/95108f1b7b23c371138a98f9e198f167b3542467//M/MathGL/./bundled" - -[MathGL_jll."2.4.4+1"] -libraries = ["libmgl-qt5", "libmgl", "libmgl-qt"] - - [[MathGL_jll."2.4.4+1".sources]] - hash = "0e5977196635962903eaff9b2f759e5b89108339b6e71427036c92bfaf3149e9" - url = "https://sourceforge.net/projects/mathgl/files/mathgl/mathgl%202.4.4/mathgl-2.4.4.tar.gz" - [[MathGL_jll."2.4.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e58e861ae100e7546aff7963a14ff1eb91275afa//M/MathGL/./bundled" - -[Matio_jll."1.5.23+0"] -libraries = ["libmatio"] - - [[Matio_jll."1.5.23+0".sources]] - hash = "e9e063e08ef2a27fcc22b1e526258fea5a5de329" - repo = "https://github.com/tbeu/matio" - -[Matio_jll."1.5.24+0"] -libraries = ["libmatio"] - - [[Matio_jll."1.5.24+0".sources]] - hash = "e9e063e08ef2a27fcc22b1e526258fea5a5de329" - repo = "https://github.com/tbeu/matio" - -[MaximumIndependentSet_jll."0.1.2+0"] -libraries = ["libmis", "mislib"] - - [[MaximumIndependentSet_jll."0.1.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[MaximumIndependentSet_jll."0.1.2+0".sources]] - hash = "8a4d5f24f818800eb41ac4c7e8a3f663b96500d3" - repo = "https://github.com/claud10cv/MaximumIndependentSet.git" - -[MaximumIndependentSet_jll."0.1.3+0"] -libraries = ["libmis", "mislib"] - - [[MaximumIndependentSet_jll."0.1.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[MaximumIndependentSet_jll."0.1.3+0".sources]] - hash = "e0cb96071fec44be214f3c9f874b5755e9257726" - repo = "https://github.com/claud10cv/MaximumIndependentSet.git" - -[MbedTLS_jll."2.16.0+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.16.0+0".sources]] - hash = "fb1972db23da39bd11d4f9c9ea6266eee665605b" - repo = "https://github.com/ARMmbed/mbedtls.git" - -[MbedTLS_jll."2.16.0+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.16.0+1".sources]] - hash = "fb1972db23da39bd11d4f9c9ea6266eee665605b" - repo = "https://github.com/ARMmbed/mbedtls.git" - -[MbedTLS_jll."2.16.0+2"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.16.0+2".sources]] - hash = "fb1972db23da39bd11d4f9c9ea6266eee665605b" - repo = "https://github.com/ARMmbed/mbedtls.git" - -[MbedTLS_jll."2.16.6+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.16.6+0".sources]] - hash = "2a1d9332d55d1270084232e42df08fdb08129f1b" - repo = "https://github.com/ARMmbed/mbedtls.git" - -[MbedTLS_jll."2.16.6+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.16.6+1".sources]] - hash = "2a1d9332d55d1270084232e42df08fdb08129f1b" - repo = "https://github.com/ARMmbed/mbedtls.git" - -[MbedTLS_jll."2.16.8+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.16.8+0".sources]] - hash = "848a4e06b375e067552f1a21d4bc69322c673217" - repo = "https://github.com/ARMmbed/mbedtls.git" - -[MbedTLS_jll."2.16.8+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.16.8+1".sources]] - hash = "848a4e06b375e067552f1a21d4bc69322c673217" - repo = "https://github.com/ARMmbed/mbedtls.git" - -[MbedTLS_jll."2.24.0+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.24.0+0".sources]] - hash = "523f0554b6cdc7ace5d360885c3f5bbcc73ec0e8" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.24.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/546d9806090ec5071733de63eff17fdf90b3c21f//M/MbedTLS/./bundled" - -[MbedTLS_jll."2.24.0+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.24.0+1".sources]] - hash = "523f0554b6cdc7ace5d360885c3f5bbcc73ec0e8" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.24.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ab88c17356ad473b9d5b6202f6109963bcb5569b//M/MbedTLS/./bundled" - -[MbedTLS_jll."2.24.0+2"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.24.0+2".sources]] - hash = "523f0554b6cdc7ace5d360885c3f5bbcc73ec0e8" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.24.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8c56a8b36b7e95005a42ade76d075bff1445f74a//M/MbedTLS/MbedTLS@2.24.0/./bundled" - -[MbedTLS_jll."2.24.0+3"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.24.0+3".sources]] - hash = "523f0554b6cdc7ace5d360885c3f5bbcc73ec0e8" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.24.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4ab55465de15a4645cedb6447662d65db3110a1//M/MbedTLS/MbedTLS@2.24.0/./bundled" - -[MbedTLS_jll."2.24.0+4"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.24.0+4".sources]] - hash = "523f0554b6cdc7ace5d360885c3f5bbcc73ec0e8" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.24.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3172f049ac3c5ff68436589e90ebdd20b7a77ea6//M/MbedTLS/MbedTLS@2.24.0/./bundled" - -[MbedTLS_jll."2.24.0+5"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.24.0+5".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[MbedTLS_jll."2.24.0+5".sources]] - hash = "523f0554b6cdc7ace5d360885c3f5bbcc73ec0e8" - repo = "https://github.com/Mbed-TLS/mbedtls.git" - [[MbedTLS_jll."2.24.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/85c11ceab6b79c5925909712ba4dfb4b5000b5bb//M/MbedTLS/MbedTLS@2.24.0/./bundled" - -[MbedTLS_jll."2.25.0+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.25.0+0".sources]] - hash = "1c54b5410fd48d6bcada97e30cac417c5c7eea67" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.25.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/01bb13ae856660291f01e39ad76f05cc73c65826//M/MbedTLS/./bundled" - -[MbedTLS_jll."2.25.0+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.25.0+1".sources]] - hash = "1c54b5410fd48d6bcada97e30cac417c5c7eea67" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.25.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8c56a8b36b7e95005a42ade76d075bff1445f74a//M/MbedTLS/MbedTLS@2.25.0/./bundled" - -[MbedTLS_jll."2.25.0+2"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.25.0+2".sources]] - hash = "1c54b5410fd48d6bcada97e30cac417c5c7eea67" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.25.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4ab55465de15a4645cedb6447662d65db3110a1//M/MbedTLS/MbedTLS@2.25.0/./bundled" - -[MbedTLS_jll."2.25.0+3"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.25.0+3".sources]] - hash = "1c54b5410fd48d6bcada97e30cac417c5c7eea67" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.25.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3172f049ac3c5ff68436589e90ebdd20b7a77ea6//M/MbedTLS/MbedTLS@2.25.0/./bundled" - -[MbedTLS_jll."2.26.0+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.26.0+0".sources]] - hash = "e483a77c85e1f9c1dd2eb1c5a8f552d2617fe400" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.26.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/31d17874618e2595bb6909ab84521ff0d89a902f//M/MbedTLS/MbedTLS@2.26.0/./bundled" - -[MbedTLS_jll."2.26.0+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.26.0+1".sources]] - hash = "e483a77c85e1f9c1dd2eb1c5a8f552d2617fe400" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.26.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4ab55465de15a4645cedb6447662d65db3110a1//M/MbedTLS/MbedTLS@2.26.0/./bundled" - -[MbedTLS_jll."2.26.0+2"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.26.0+2".sources]] - hash = "e483a77c85e1f9c1dd2eb1c5a8f552d2617fe400" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.26.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3172f049ac3c5ff68436589e90ebdd20b7a77ea6//M/MbedTLS/MbedTLS@2.26.0/./bundled" - -[MbedTLS_jll."2.27.0+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.27.0+0".sources]] - hash = "f71e2878084126737cc39083e1e15afc459bd93d" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.27.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/49d5ab2ac4b2a4f049c6265bf59b82e01cf5089e//M/MbedTLS/MbedTLS@2.27.0/./bundled" - -[MbedTLS_jll."2.27.0+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.27.0+1".sources]] - hash = "f71e2878084126737cc39083e1e15afc459bd93d" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.27.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3172f049ac3c5ff68436589e90ebdd20b7a77ea6//M/MbedTLS/MbedTLS@2.27.0/./bundled" - -[MbedTLS_jll."2.28.0+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.28.0+0".sources]] - hash = "8b3f26a5ac38d4fdccbc5c5366229f3e01dafcc0" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.28.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1e66c6f8ddea9885382efb393b2cd33db2ce42dc//M/MbedTLS/MbedTLS@2.28.0/./bundled" - -[MbedTLS_jll."2.28.0+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.28.0+1".sources]] - hash = "8b3f26a5ac38d4fdccbc5c5366229f3e01dafcc0" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.28.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3172f049ac3c5ff68436589e90ebdd20b7a77ea6//M/MbedTLS/MbedTLS@2.28.0/./bundled" - -[MbedTLS_jll."2.28.0+2"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.28.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[MbedTLS_jll."2.28.0+2".sources]] - hash = "8b3f26a5ac38d4fdccbc5c5366229f3e01dafcc0" - repo = "https://github.com/ARMmbed/mbedtls.git" - [[MbedTLS_jll."2.28.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d80355ebb13639e04d7f0998eecc75caded728f6//M/MbedTLS/MbedTLS@2.28.0/./bundled" - -[MbedTLS_jll."2.28.2+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.28.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[MbedTLS_jll."2.28.2+0".sources]] - hash = "89f040a5c938985c5f30728baed21e49d0846a53" - repo = "https://github.com/Mbed-TLS/mbedtls.git" - [[MbedTLS_jll."2.28.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9f3629f9c56dd33a4adf30554d5449ce5f3d17fc//M/MbedTLS/MbedTLS@2.28.2/./bundled" - -[MbedTLS_jll."2.28.2+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.28.2+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[MbedTLS_jll."2.28.2+1".sources]] - hash = "89f040a5c938985c5f30728baed21e49d0846a53" - repo = "https://github.com/Mbed-TLS/mbedtls.git" - [[MbedTLS_jll."2.28.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d57a156b645e627e97aafa177b37f8c79c5a9cd7//M/MbedTLS/MbedTLS@2.28.2/./bundled" - -[MbedTLS_jll."2.28.2+2"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.28.2+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[MbedTLS_jll."2.28.2+2".sources]] - hash = "89f040a5c938985c5f30728baed21e49d0846a53" - repo = "https://github.com/Mbed-TLS/mbedtls.git" - [[MbedTLS_jll."2.28.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/921accf11f0e884ae0c936406f87185eba1fddc7//M/MbedTLS/MbedTLS@2.28.2/./bundled" - -[MbedTLS_jll."2.28.6+0"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.28.6+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[MbedTLS_jll."2.28.6+0".sources]] - hash = "3a91dad9dceb484eea8b41f8941facafc4520021" - repo = "https://github.com/Mbed-TLS/mbedtls.git" - [[MbedTLS_jll."2.28.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1dcf7458620d09ed4c15198d6e3d4e0f86aab8ab//M/MbedTLS/MbedTLS@2.28.6/./bundled" - -[MbedTLS_jll."2.28.6+1"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.28.6+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[MbedTLS_jll."2.28.6+1".sources]] - hash = "3a91dad9dceb484eea8b41f8941facafc4520021" - repo = "https://github.com/Mbed-TLS/mbedtls.git" - [[MbedTLS_jll."2.28.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7ea406b6fb7bb792cee3455cee08222e3ce26a9d//M/MbedTLS/MbedTLS@2.28.6/./bundled" - -[MbedTLS_jll."2.28.6+2"] -libraries = ["libmbedcrypto", "libmbedx509", "libmbedtls"] - - [[MbedTLS_jll."2.28.6+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[MbedTLS_jll."2.28.6+2".sources]] - hash = "3a91dad9dceb484eea8b41f8941facafc4520021" - repo = "https://github.com/Mbed-TLS/mbedtls.git" - [[MbedTLS_jll."2.28.6+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/921accf11f0e884ae0c936406f87185eba1fddc7//M/MbedTLS/MbedTLS@2.28.6/./bundled" - -[Mesa_jll."20.1.5+0"] -libraries = ["opengl32sw"] - - [[Mesa_jll."20.1.5+0".sources]] - hash = "fac1861e6e0bf1aec893f8d86dbfb9d8a0f426ff06b05256df10e3ad7e02c69b" - url = "ftp://ftp.freedesktop.org/pub/mesa/mesa-20.1.5.tar.xz" - -[Mesa_jll."20.1.5+1"] -libraries = ["opengl32sw"] - - [[Mesa_jll."20.1.5+1".sources]] - hash = "fac1861e6e0bf1aec893f8d86dbfb9d8a0f426ff06b05256df10e3ad7e02c69b" - url = "ftp://ftp.freedesktop.org/pub/mesa/mesa-20.1.5.tar.xz" - -[Mesa_jll."20.1.5+2"] -libraries = ["opengl32sw"] - - [[Mesa_jll."20.1.5+2".sources]] - hash = "fac1861e6e0bf1aec893f8d86dbfb9d8a0f426ff06b05256df10e3ad7e02c69b" - url = "https://archive.mesa3d.org/mesa-20.1.5.tar.xz" - -[Metal_LLVM_Tools_jll."0.1.0+0"] -executables = ["metallib-as", "metallib-dis"] - - [[Metal_LLVM_Tools_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - - [[Metal_LLVM_Tools_jll."0.1.0+0".sources]] - hash = "c7e15c7e199a2019b39633906b3acaf964916bd2" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[Metal_LLVM_Tools_jll."0.2.0+0"] -executables = ["metallib-as", "metallib-dis"] - - [[Metal_LLVM_Tools_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - - [[Metal_LLVM_Tools_jll."0.2.0+0".sources]] - hash = "aff6fc4f74785554643ae123a4df7c81074a6cbc" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[Metal_LLVM_Tools_jll."0.3.0+0"] -executables = ["metallib-as", "metallib-dis"] - - [[Metal_LLVM_Tools_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - - [[Metal_LLVM_Tools_jll."0.3.0+0".sources]] - hash = "355123f9415581fa1f5fabb0f7e7227bfbc9f43d" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[Metal_LLVM_Tools_jll."0.3.0+1"] -executables = ["metallib-as", "metallib-dis"] - - [[Metal_LLVM_Tools_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[Metal_LLVM_Tools_jll."0.3.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - - [[Metal_LLVM_Tools_jll."0.3.0+1".sources]] - hash = "ccbd19019272cda3fe2296f5df8ec39f4828be05" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[Metal_LLVM_Tools_jll."0.3.0+1".sources]] - hash = "fa7eef519540e8c79b2b2f908f4d15427c5285c8" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[Metal_LLVM_Tools_jll."0.3.0+2"] -executables = ["metallib-as", "metallib-dis"] - - [[Metal_LLVM_Tools_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[Metal_LLVM_Tools_jll."0.3.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - - [[Metal_LLVM_Tools_jll."0.3.0+2".sources]] - hash = "ccbd19019272cda3fe2296f5df8ec39f4828be05" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[Metal_LLVM_Tools_jll."0.3.0+2".sources]] - hash = "fa7eef519540e8c79b2b2f908f4d15427c5285c8" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[Metal_LLVM_Tools_jll."0.4.0+0"] -executables = ["metallib-as", "metallib-dis"] - - [[Metal_LLVM_Tools_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[Metal_LLVM_Tools_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - - [[Metal_LLVM_Tools_jll."0.4.0+0".sources]] - hash = "45993e2b59fb6d91779ec45fbfba6809e8e40f0b" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[Metal_LLVM_Tools_jll."0.4.0+0".sources]] - hash = "021763731e8638dcf14cc19c1af606c60adaa6a0" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[Metal_LLVM_Tools_jll."0.5.0+0"] -executables = ["metallib-as", "metallib-dis"] - - [[Metal_LLVM_Tools_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[Metal_LLVM_Tools_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[Metal_LLVM_Tools_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[Metal_LLVM_Tools_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[Metal_LLVM_Tools_jll."0.5.0+0".sources]] - hash = "98b59c32d21c708adc0b7bb5fa5b92ec20d21124" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[Metal_LLVM_Tools_jll."0.5.0+0".sources]] - hash = "1a409d88ad3df63b757747bf0b8191b5ee18e4b3" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[Metal_LLVM_Tools_jll."0.5.0+0".sources]] - hash = "f53c800ce5d1bdd456f87053479b7de96276a500" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[Metal_LLVM_Tools_jll."0.5.1+0"] -executables = ["metallib-as", "metallib-dis"] - - [[Metal_LLVM_Tools_jll."0.5.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.5.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[Metal_LLVM_Tools_jll."0.5.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[Metal_LLVM_Tools_jll."0.5.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[Metal_LLVM_Tools_jll."0.5.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[Metal_LLVM_Tools_jll."0.5.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[Metal_LLVM_Tools_jll."0.5.1+0".sources]] - hash = "d4332ddfb2a573e8de7c567b8f2116d5c5c697ea" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[Metal_LLVM_Tools_jll."0.5.1+0".sources]] - hash = "859feded2a5cad7d96943e686edca2eb4afb1664" - repo = "https://github.com/JuliaGPU/llvm-metal" - [[Metal_LLVM_Tools_jll."0.5.1+0".sources]] - hash = "b7f9ec094a19439c59e4095d3c92e506eb6c1285" - repo = "https://github.com/JuliaGPU/llvm-metal" - -[Metal_Shader_Converter_jll."1.1.0+0"] -libraries = ["libmetalirconverter"] - - [[Metal_Shader_Converter_jll."1.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/abc23a8575170d3dd3cb619af6e806e74791adc3//M/Metal_Shader_Converter/bundled" - [[Metal_Shader_Converter_jll."1.1.0+0".sources]] - hash = "83205d3198534560268ecb3efe44cf72bebd5cfde5d20f7028ac22fdbfded90e" - url = "https://download.developer.apple.com/Developer_Tools/Metal_shader_converter_1.1/Metal_Shader_Converter_1.1.pkg" - -[MibS_jll."1.1.3+0"] -executables = ["mibs"] -libraries = ["libMibs"] - - [[MibS_jll."1.1.3+0".sources]] - hash = "4b7ec93c4bd1d6a978deff9987cf1df74f6598d3" - repo = "https://github.com/coin-or/MibS.git" - -[MibS_jll."100.100.301+0"] -executables = ["mibs"] -libraries = ["libMibs"] - - [[MibS_jll."100.100.301+0".sources]] - hash = "4b7ec93c4bd1d6a978deff9987cf1df74f6598d3" - repo = "https://github.com/coin-or/MibS.git" - -[MicrosoftMPI_jll."10.1.2+0"] -executables = ["mpiexec"] -libraries = ["msmpi"] - - [[MicrosoftMPI_jll."10.1.2+0".sources]] - hash = "c305ce3f05d142d519f8dd800d83a4b894fc31bcad30512cefb557feaccbe8b4" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.2+0".sources]] - hash = "d8c07fc079d35d373e14a6894288366b74147539096d43852cb0bbae32b33e44" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - -[MicrosoftMPI_jll."10.1.2+1"] -executables = ["mpiexec"] -libraries = ["msmpi64", "msmpi"] - - [[MicrosoftMPI_jll."10.1.2+1".sources]] - hash = "c305ce3f05d142d519f8dd800d83a4b894fc31bcad30512cefb557feaccbe8b4" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.2+1".sources]] - hash = "d8c07fc079d35d373e14a6894288366b74147539096d43852cb0bbae32b33e44" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - -[MicrosoftMPI_jll."10.1.2+2"] -executables = ["mpiexec"] -libraries = ["msmpi"] - - [[MicrosoftMPI_jll."10.1.2+2".sources]] - hash = "c305ce3f05d142d519f8dd800d83a4b894fc31bcad30512cefb557feaccbe8b4" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.2+2".sources]] - hash = "d8c07fc079d35d373e14a6894288366b74147539096d43852cb0bbae32b33e44" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - -[MicrosoftMPI_jll."10.1.2+3"] -executables = ["mpiexec"] -libraries = ["msmpi"] - - [[MicrosoftMPI_jll."10.1.2+3".sources]] - hash = "c305ce3f05d142d519f8dd800d83a4b894fc31bcad30512cefb557feaccbe8b4" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.2+3".sources]] - hash = "d8c07fc079d35d373e14a6894288366b74147539096d43852cb0bbae32b33e44" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - -[MicrosoftMPI_jll."10.1.3+0"] -executables = ["mpiexec"] -libraries = ["msmpi"] - - [[MicrosoftMPI_jll."10.1.3+0".sources]] - hash = "c305ce3f05d142d519f8dd800d83a4b894fc31bcad30512cefb557feaccbe8b4" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.3+0".sources]] - hash = "d8c07fc079d35d373e14a6894288366b74147539096d43852cb0bbae32b33e44" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - -[MicrosoftMPI_jll."10.1.3+1"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["msmpi", "libload_time_mpi_constants"] - - [[MicrosoftMPI_jll."10.1.3+1".sources]] - hash = "c305ce3f05d142d519f8dd800d83a4b894fc31bcad30512cefb557feaccbe8b4" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.3+1".sources]] - hash = "f9174c54feda794586ebd83eea065be4ad38b36f32af6e7dd9158d8fd1c08433" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - [[MicrosoftMPI_jll."10.1.3+1".sources]] - hash = "3437eb7913cf213de80cef4ade7d73f0b3adfe9eadabe993b923dc50a21bd65e" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.3.2.tar.gz" - -[MicrosoftMPI_jll."10.1.3+2"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["msmpi", "libload_time_mpi_constants"] - - [[MicrosoftMPI_jll."10.1.3+2".sources]] - hash = "c305ce3f05d142d519f8dd800d83a4b894fc31bcad30512cefb557feaccbe8b4" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.3+2".sources]] - hash = "f9174c54feda794586ebd83eea065be4ad38b36f32af6e7dd9158d8fd1c08433" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - [[MicrosoftMPI_jll."10.1.3+2".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - -[MicrosoftMPI_jll."10.1.3+3"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["msmpi", "libload_time_mpi_constants"] - - [[MicrosoftMPI_jll."10.1.3+3".sources]] - hash = "c305ce3f05d142d519f8dd800d83a4b894fc31bcad30512cefb557feaccbe8b4" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.3+3".sources]] - hash = "f9174c54feda794586ebd83eea065be4ad38b36f32af6e7dd9158d8fd1c08433" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - [[MicrosoftMPI_jll."10.1.3+3".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - -[MicrosoftMPI_jll."10.1.3+4"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["msmpi", "libload_time_mpi_constants"] - - [[MicrosoftMPI_jll."10.1.3+4".sources]] - hash = "c305ce3f05d142d519f8dd800d83a4b894fc31bcad30512cefb557feaccbe8b4" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.3+4".sources]] - hash = "f9174c54feda794586ebd83eea065be4ad38b36f32af6e7dd9158d8fd1c08433" - url = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - [[MicrosoftMPI_jll."10.1.3+4".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - -[MicrosoftMPI_jll."10.1.4+0"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["msmpi", "libload_time_mpi_constants"] - - [[MicrosoftMPI_jll."10.1.4+0".sources]] - hash = "47443829114d8d8670f77af98939fe876d33eceb35d0ce4e0e85efeec4d87213" - url = "https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.4+0".sources]] - hash = "8ccbc77a0cfe1e30f7495a759886b4d99b2c494b9b9ad414dcda1da84c00d3fa" - url = "https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisdk.msi" - [[MicrosoftMPI_jll."10.1.4+0".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - -[MicrosoftMPI_jll."10.1.4+1"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["msmpi", "libload_time_mpi_constants"] - - [[MicrosoftMPI_jll."10.1.4+1".sources]] - hash = "47443829114d8d8670f77af98939fe876d33eceb35d0ce4e0e85efeec4d87213" - url = "https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.4+1".sources]] - hash = "8ccbc77a0cfe1e30f7495a759886b4d99b2c494b9b9ad414dcda1da84c00d3fa" - url = "https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisdk.msi" - [[MicrosoftMPI_jll."10.1.4+1".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - -[MicrosoftMPI_jll."10.1.4+2"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["msmpi", "libload_time_mpi_constants"] - - [[MicrosoftMPI_jll."10.1.4+2".sources]] - hash = "47443829114d8d8670f77af98939fe876d33eceb35d0ce4e0e85efeec4d87213" - url = "https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.4+2".sources]] - hash = "8ccbc77a0cfe1e30f7495a759886b4d99b2c494b9b9ad414dcda1da84c00d3fa" - url = "https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisdk.msi" - [[MicrosoftMPI_jll."10.1.4+2".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - -[MicrosoftMPI_jll."10.1.4+3"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["msmpi", "libload_time_mpi_constants"] - - [[MicrosoftMPI_jll."10.1.4+3".sources]] - hash = "47443829114d8d8670f77af98939fe876d33eceb35d0ce4e0e85efeec4d87213" - url = "https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisetup.exe" - [[MicrosoftMPI_jll."10.1.4+3".sources]] - hash = "8ccbc77a0cfe1e30f7495a759886b4d99b2c494b9b9ad414dcda1da84c00d3fa" - url = "https://download.microsoft.com/download/7/2/7/72731ebb-b63c-4170-ade7-836966263a8f/msmpisdk.msi" - [[MicrosoftMPI_jll."10.1.4+3".sources]] - hash = "d2763908c4d69c03f77f5f9ccc546fe635d068cb" - repo = "https://github.com/eschnett/MPIconstants" - -[Mineos_jll."1.0.0+0"] -executables = ["simpledit", "endi", "eigcon", "eigen2asc", "green", "syndat", "minos_bran", "cucss2sac"] - - [[Mineos_jll."1.0.0+0".sources]] - hash = "e2558b486d7656ef112608a8776643da66dc87cf" - repo = "https://github.com/anowacki/mineos.git" - -[Mineos_jll."1.0.1+0"] -executables = ["simpledit", "endi", "eigcon", "eigen2asc", "green", "syndat", "minos_bran", "cucss2sac"] - - [[Mineos_jll."1.0.1+0".sources]] - hash = "e2558b486d7656ef112608a8776643da66dc87cf" - repo = "https://github.com/anowacki/mineos.git" - -[Mingw_jll."11.0.0"] -libraries = ["libc"] - - [[Mingw_jll."11.0.0".sources]] - hash = "5527e1f6496841e2bb72f97a184fc79affdcd37972eaa9ebf7a5fd05c31ff803" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v5.0.4.tar.bz2" - [[Mingw_jll."11.0.0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ee58066e47633d9c8611240e439bf33e940cdc8//M/Mingw/./bundled" - -[MiniFB_jll."0.1.0+0"] -libraries = ["libminifb"] - - [[MiniFB_jll."0.1.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[MiniFB_jll."0.1.0+0".sources]] - hash = "2110dc18ac93a531bd832b323ea92a1622430e1c" - repo = "https://github.com/emoon/minifb.git" - -[MiniFB_jll."0.1.1+0"] -libraries = ["libminifb"] - - [[MiniFB_jll."0.1.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[MiniFB_jll."0.1.1+0".sources]] - hash = "dda1275bd741752d1b7cdc1ee4d9941887a1891a" - repo = "https://github.com/emoon/minifb.git" - -[MiniFB_jll."0.1.1+1"] -libraries = ["libminifb"] - - [[MiniFB_jll."0.1.1+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[MiniFB_jll."0.1.1+1".sources]] - hash = "dda1275bd741752d1b7cdc1ee4d9941887a1891a" - repo = "https://github.com/emoon/minifb.git" - -[MiniFB_jll."0.2.0+0"] -libraries = ["libminifb"] - - [[MiniFB_jll."0.2.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[MiniFB_jll."0.2.0+0".sources]] - hash = "1d2984acab2900c73d076fbd40750035359ee1abe1a6c61eafcd218f68923a5a" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.13.sdk.tar.xz" - [[MiniFB_jll."0.2.0+0".sources]] - hash = "5066489cd81b23b0c79952f7d6f464b20c54867c" - repo = "https://github.com/emoon/minifb.git" - -[MiniFB_jll."0.2.1+0"] -libraries = ["libminifb"] - - [[MiniFB_jll."0.2.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[MiniFB_jll."0.2.1+0".sources]] - hash = "19b1a867762f92ea9f28c0195ef51f60d329aaa7" - repo = "https://github.com/emoon/minifb.git" - -[MiniZinc_jll."2.6.2+0"] -executables = ["minizinc"] - - [[MiniZinc_jll."2.6.2+0".sources]] - hash = "a56602765b4294b796c063664733b28f5a663af7" - repo = "https://github.com/MiniZinc/libminizinc.git" - [[MiniZinc_jll."2.6.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2a38f9e70e3e9510fa6521e61d063909ec0a2b03//M/MiniZinc/./bundled" - -[MiniZinc_jll."2.7.4+0"] -executables = ["minizinc"] - - [[MiniZinc_jll."2.7.4+0".sources]] - hash = "834c8c1da9816322d4dcad52ae067fbf584ac6b9" - repo = "https://github.com/MiniZinc/libminizinc.git" - [[MiniZinc_jll."2.7.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/730c34fbb5570d0804e1943d9a16820b8bc5da28//M/MiniZinc/./bundled" - -[MiniZinc_jll."2.7.4+1"] -executables = ["minizinc"] - - [[MiniZinc_jll."2.7.4+1".sources]] - hash = "834c8c1da9816322d4dcad52ae067fbf584ac6b9" - repo = "https://github.com/MiniZinc/libminizinc.git" - [[MiniZinc_jll."2.7.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/58ed8b812b2e9b5419920f99457d25324bb95f00//M/MiniZinc/./bundled" - -[MiniZinc_jll."2.7.4+2"] -executables = ["minizinc"] - - [[MiniZinc_jll."2.7.4+2".sources]] - hash = "834c8c1da9816322d4dcad52ae067fbf584ac6b9" - repo = "https://github.com/MiniZinc/libminizinc.git" - [[MiniZinc_jll."2.7.4+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/51d3a760483cf29be909db18db4ec0b56659d332//M/MiniZinc/./bundled" - -[MiniZinc_jll."2.7.4+3"] -executables = ["minizinc"] - - [[MiniZinc_jll."2.7.4+3".sources]] - hash = "834c8c1da9816322d4dcad52ae067fbf584ac6b9" - repo = "https://github.com/MiniZinc/libminizinc.git" - [[MiniZinc_jll."2.7.4+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9a160bc1385c0939a89f86af26616bac6f608e0d//M/MiniZinc/./bundled" - -[MiniZinc_jll."2.7.6+0"] -executables = ["minizinc"] - - [[MiniZinc_jll."2.7.6+0".sources]] - hash = "3eacc4cd3e6ba1b5414e9fa1639beaefa270f24b" - repo = "https://github.com/MiniZinc/libminizinc.git" - [[MiniZinc_jll."2.7.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/73343436fb22e5391e970626e865c0084b8df833//M/MiniZinc/./bundled" - -[MiniZinc_jll."2.8.5+0"] -executables = ["minizinc"] - - [[MiniZinc_jll."2.8.5+0".sources]] - hash = "2fdef7b40921981f3f9ea82017e9d84937ddab77" - repo = "https://github.com/MiniZinc/libminizinc.git" - [[MiniZinc_jll."2.8.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/31c0fafa59ae5fd8637040aa1025e495e0792da1//M/MiniZinc/./bundled" - -[MiniZinc_jll."2.9.3+0"] -executables = ["minizinc"] - - [[MiniZinc_jll."2.9.3+0".sources]] - hash = "a3297cbe6716e0e544a667eb2e5cfde3b151a855" - repo = "https://github.com/MiniZinc/libminizinc.git" - [[MiniZinc_jll."2.9.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb072b626a2585c73c148af75e14bf364648968e//M/MiniZinc/./bundled" - -[Minuit2_Julia_Wrapper_jll."0.1.0+0"] -libraries = ["libminuit2wrap"] - - [[Minuit2_Julia_Wrapper_jll."0.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[Minuit2_Julia_Wrapper_jll."0.1.0+0".sources]] - hash = "10bf344912baa777a940862d6d80631bea34a448" - repo = "https://github.com/jstrube/Minuit2_Julia_Wrapper.git" - -[Minuit2_Julia_Wrapper_jll."0.1.0+1"] -libraries = ["libminuit2wrap"] - - [[Minuit2_Julia_Wrapper_jll."0.1.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[Minuit2_Julia_Wrapper_jll."0.1.0+1".sources]] - hash = "10bf344912baa777a940862d6d80631bea34a448" - repo = "https://github.com/jstrube/Minuit2_Julia_Wrapper.git" - -[Minuit2_Julia_Wrapper_jll."0.2.0+0"] -files = ["Minuit2-export.jl"] -libraries = ["libMinuit2Wrap"] - - [[Minuit2_Julia_Wrapper_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Minuit2_Julia_Wrapper_jll."0.2.0+0".sources]] - hash = "684c9f558f80b189e02ccd31293b9c7531bf26e3" - repo = "https://github.com/JuliaHEP/Minuit2_Julia_Wrapper.git" - -[Minuit2_Julia_Wrapper_jll."0.3.0+0"] -files = ["Minuit2-export.jl"] -libraries = ["libMinuit2Wrap"] - - [[Minuit2_Julia_Wrapper_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Minuit2_Julia_Wrapper_jll."0.3.0+0".sources]] - hash = "075d1140a428c15d4eef8c3d24c9227e4f337feb" - repo = "https://github.com/JuliaHEP/Minuit2_Julia_Wrapper.git" - -[Minuit2_Julia_Wrapper_jll."0.3.1+0"] -files = ["Minuit2-export.jl"] -libraries = ["libMinuit2Wrap"] - - [[Minuit2_Julia_Wrapper_jll."0.3.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Minuit2_Julia_Wrapper_jll."0.3.1+0".sources]] - hash = "223b72ea4f01b9f2beb24d66d7c3458bd50ba98e" - repo = "https://github.com/JuliaHEP/Minuit2_Julia_Wrapper.git" - -[Minuit2_Julia_Wrapper_jll."0.4.0+0"] -files = ["Minuit2-export.jl"] -libraries = ["libMinuit2Wrap"] - - [[Minuit2_Julia_Wrapper_jll."0.4.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Minuit2_Julia_Wrapper_jll."0.4.0+0".sources]] - hash = "0ecc01c10d1f8831d6b01753bc660a58d90756ae" - repo = "https://github.com/JuliaHEP/Minuit2_Julia_Wrapper.git" - -[Minuit2_jll."6.18.4+0"] -libraries = ["libMinuit2"] - - [[Minuit2_jll."6.18.4+0".sources]] - hash = "82421a5f0486a2c66170300285dce49a961e3459cb5290f6fa579ef617dc8b0a" - url = "https://github.com/root-project/root/archive/v6-18-04.tar.gz" - [[Minuit2_jll."6.18.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0d9422e1bf1b439fcee289c49c8ed2d2bf77871a//M/Minuit2/./bundled" - -[Minuit2_jll."6.22.6+0"] -libraries = ["libMinuit2", "libMinuit2Math"] - - [[Minuit2_jll."6.22.6+0".sources]] - hash = "81fe6403a3cf51bb1c411f240d9c233473a833e5738b3abf68ed55d0d27ce1cd" - url = "https://github.com/root-project/root/archive/v6-22-06.tar.gz" - -[Minuit2_jll."6.34.2+0"] -libraries = ["libMinuit2", "libMinuit2Math"] - - [[Minuit2_jll."6.34.2+0".sources]] - hash = "166bec562e420e177aaf3133fa3fb09f82ecddabe8a2e1906345bad442513f94" - url = "https://root.cern/download/root_v6.34.02.source.tar.gz" - -[Modflow6_jll."6.2.2+0"] -executables = ["mf6", "zbud6", "mf5to6"] -libraries = ["libmf6"] - - [[Modflow6_jll."6.2.2+0".sources]] - hash = "04ab9e1a9ccf428a16f84c477aa24ac76dd56224" - repo = "https://github.com/MODFLOW-USGS/modflow6.git" - -[Modflow6_jll."6.3.0+0"] -executables = ["mf6", "zbud6", "mf5to6"] -libraries = ["libmf6"] - - [[Modflow6_jll."6.3.0+0".sources]] - hash = "07c4ceda5adcda21426ab7936be1c9133350e206357baeb1313863ee6a837171" - url = "https://github.com/MODFLOW-USGS/modflow6/archive/refs/tags/6.3.0.tar.gz" - -[ModularForms_jll."0.1.0+0"] -libraries = ["libmodularforms_jll"] - - [[ModularForms_jll."0.1.0+0".sources]] - hash = "4d81d41e625fde3e36dc86df5061313a8447cacd" - repo = "https://gitlab.com/mraum/ModularForms_jll_src.git" - -[MongoC_jll."1.16.2+0"] -libraries = ["libbson-1", "libbson-1.0", "libbson", "libmongoc-1", "libmongoc-1.0", "libmongoc"] - - [[MongoC_jll."1.16.2+0".sources]] - hash = "0a722180e5b5c86c415b9256d753b2d5552901dc5d95c9f022072c3cd336887e" - url = "https://github.com/mongodb/mongo-c-driver/releases/download/1.16.2/mongo-c-driver-1.16.2.tar.gz" - -[MongoC_jll."1.16.2+1"] -libraries = ["libbson-1", "libbson-1.0", "libbson", "libmongoc-1", "libmongoc-1.0", "libmongoc"] - - [[MongoC_jll."1.16.2+1".sources]] - hash = "0a722180e5b5c86c415b9256d753b2d5552901dc5d95c9f022072c3cd336887e" - url = "https://github.com/mongodb/mongo-c-driver/releases/download/1.16.2/mongo-c-driver-1.16.2.tar.gz" - -[MongoC_jll."1.19.1+0"] -libraries = ["libbson-1", "libbson-1.0", "libbson", "libmongoc-1", "libmongoc-1.0", "libmongoc"] - - [[MongoC_jll."1.19.1+0".sources]] - hash = "1732251e3f65bc02ce05c04ce34ef2819b154479108df669f0c045486952521d" - url = "https://github.com/mongodb/mongo-c-driver/releases/download/1.19.1/mongo-c-driver-1.19.1.tar.gz" - -[MongoC_jll."1.25.1+0"] -libraries = ["libbson-1", "libbson-1.0", "libbson", "libmongoc-1", "libmongoc-1.0", "libmongoc"] - - [[MongoC_jll."1.25.1+0".sources]] - hash = "e9c77e4753a80535d027734823e6c144fcb25cf4" - repo = "https://github.com/mongodb/mongo-c-driver.git" - -[MongoC_jll."1.28.1+0"] -libraries = ["libbson-1", "libbson-1.0", "libbson", "libmongoc-1", "libmongoc-1.0", "libmongoc"] - - [[MongoC_jll."1.28.1+0".sources]] - hash = "97f166d8d784d6096d48ba288f98b48028cdfe8b" - repo = "https://github.com/mongodb/mongo-c-driver.git" - -[Mongoose_jll."7.18.0+0"] -libraries = ["libmongoose"] - - [[Mongoose_jll."7.18.0+0".sources]] - hash = "ccfe7e0724dd9bd4a6c447c84552e0ca47767ce8" - repo = "https://github.com/cesanta/mongoose.git" - -[Mongoose_jll."7.19.0+0"] -libraries = ["libmongoose"] - - [[Mongoose_jll."7.19.0+0".sources]] - hash = "739d78a45a8fa6595498df67d11cac3e39af8c0e" - repo = "https://github.com/cesanta/mongoose.git" - -[MozillaCACerts_jll."2020.0.0-01-01+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2020.0.0-01-01+0".sources]] - hash = "adf770dfd574a0d6026bfaa270cb6879b063957177a991d453ff1d302c02081f" - url = "https://curl.haxx.se/ca/cacert-2020-01-01.pem" - [[MozillaCACerts_jll."2020.0.0-01-01+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/88f9fef888ddd440dc51c4bfc51ae75c10a02174//M/MozillaCACerts/./bundled" - -[MozillaCACerts_jll."2020.0.0-07-22+1"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2020.0.0-07-22+1".sources]] - hash = "2782f0f8e89c786f40240fc1916677be660fb8d8e25dede50c9f6f7b0c2c2178" - url = "https://curl.haxx.se/ca/cacert-2020-07-22.pem" - [[MozillaCACerts_jll."2020.0.0-07-22+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/01458ebf6615a229416ec9d01a4f5fc33b90c5b9//M/MozillaCACerts/./bundled" - -[MozillaCACerts_jll."2020.7.22+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2020.7.22+0".sources]] - hash = "2782f0f8e89c786f40240fc1916677be660fb8d8e25dede50c9f6f7b0c2c2178" - url = "https://curl.haxx.se/ca/cacert-2020-07-22.pem" - [[MozillaCACerts_jll."2020.7.22+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/469aaacb3997170b4fa2dbdedbe60da0539ed1be//M/MozillaCACerts/./bundled" - -[MozillaCACerts_jll."2020.10.14+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2020.10.14+0".sources]] - hash = "bb28d145ed1a4ee67253d8ddb11268069c9dafe3db25a9eee654974c4e43eee5" - url = "https://curl.haxx.se/ca/cacert-2020-10-14.pem" - [[MozillaCACerts_jll."2020.10.14+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e2a232e65666882debfca3859396fe7acb3f0635//M/MozillaCACerts/./bundled" - -[MozillaCACerts_jll."2021.1.19+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2021.1.19+0".sources]] - hash = "e010c0c071a2c79a76aa3c289dc7e4ac4ed38492bfda06d766a80b707ebd2f29" - url = "https://curl.haxx.se/ca/cacert-2021-01-19.pem" - [[MozillaCACerts_jll."2021.1.19+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6ba7c7b7bafab06699a6dde8346c19c03865afbf//M/MozillaCACerts/./bundled" - -[MozillaCACerts_jll."2022.2.1+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2022.2.1+0".sources]] - hash = "1d9195b76d2ea25c2b5ae9bee52d05075244d78fcd9c58ee0b6fac47d395a5eb" - url = "https://curl.haxx.se/ca/cacert-2022-02-01.pem" - [[MozillaCACerts_jll."2022.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a72e830c54aec6d79dda68dfdfdb199758e3d42a//M/MozillaCACerts/./bundled" - -[MozillaCACerts_jll."2022.3.29+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2022.3.29+0".sources]] - hash = "1979e7fe618c51ed1c9df43bba92f977a0d3fe7497ffa2a5e80dfc559a1e5a29" - url = "https://curl.haxx.se/ca/cacert-2022-03-29.pem" - [[MozillaCACerts_jll."2022.3.29+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb299d2562c1f4eb1c57e23b1358a135d160e26c//M/MozillaCACerts/./bundled" - -[MozillaCACerts_jll."2022.10.11+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2022.10.11+0".sources]] - hash = "2cff03f9efdaf52626bd1b451d700605dc1ea000c5da56bd0fc59f8f43071040" - url = "https://curl.haxx.se/ca/cacert-2022-10-11.pem" - -[MozillaCACerts_jll."2023.1.10+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2023.1.10+0".sources]] - hash = "fb1ecd641d0a02c01bc9036d513cb658bbda62a75e246bedbc01764560a639f0" - url = "https://curl.haxx.se/ca/cacert-2023-01-10.pem" - -[MozillaCACerts_jll."2023.8.22+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2023.8.22+0".sources]] - hash = "23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9" - url = "https://curl.haxx.se/ca/cacert-2023-08-22.pem" - -[MozillaCACerts_jll."2023.12.12+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2023.12.12+0".sources]] - hash = "ccbdfc2fe1a0d7bbbb9cc15710271acf1bb1afe4c8f1725fe95c4c7733fcbe5a" - url = "https://curl.haxx.se/ca/cacert-2023-12-12.pem" - -[MozillaCACerts_jll."2024.3.11+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2024.3.11+0".sources]] - hash = "1794c1d4f7055b7d02c2170337b61b48a2ef6c90d77e95444fd2596f4cac609f" - url = "https://curl.haxx.se/ca/cacert-2024-03-11.pem" - -[MozillaCACerts_jll."2024.7.2+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2024.7.2+0".sources]] - hash = "1bf458412568e134a4514f5e170a328d11091e071c7110955c9884ed87972ac9" - url = "https://curl.haxx.se/ca/cacert-2024-07-02.pem" - -[MozillaCACerts_jll."2024.11.26+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2024.11.26+0".sources]] - hash = "bb1782d281fe60d4a2dcf41bc229abe3e46c280212597d4abcc25bddf667739b" - url = "https://curl.haxx.se/ca/cacert-2024-11-26.pem" - -[MozillaCACerts_jll."2024.12.31+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2024.12.31+0".sources]] - hash = "a3f328c21e39ddd1f2be1cea43ac0dec819eaa20a90425d7da901a11531b3aa5" - url = "https://curl.haxx.se/ca/cacert-2024-12-31.pem" - -[MozillaCACerts_jll."2025.2.25+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2025.2.25+0".sources]] - hash = "50a6277ec69113f00c5fd45f09e8b97a4b3e32daa35d3a95ab30137a55386cef" - url = "https://curl.haxx.se/ca/cacert-2025-02-25.pem" - -[MozillaCACerts_jll."2025.5.20+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2025.5.20+0".sources]] - hash = "ab3ee3651977a4178a702b0b828a4ee7b2bbb9127235b0ab740e2e15974bf5db" - url = "https://curl.haxx.se/ca/cacert-2025-05-20.pem" - -[MozillaCACerts_jll."2025.7.15+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2025.7.15+0".sources]] - hash = "7430e90ee0cdca2d0f02b1ece46fbf255d5d0408111f009638e3b892d6ca089c" - url = "https://curl.haxx.se/ca/cacert-2025-07-15.pem" - -[MozillaCACerts_jll."2025.8.12+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2025.8.12+0".sources]] - hash = "64dfd5b1026700e0a0a324964749da9adc69ae5e51e899bf16ff47d6fd0e9a5e" - url = "https://curl.haxx.se/ca/cacert-2025-08-12.pem" - -[MozillaCACerts_jll."2025.9.9+0"] -files = ["share/cacert.pem"] - - [[MozillaCACerts_jll."2025.9.9+0".sources]] - hash = "f290e6acaf904a4121424ca3ebdd70652780707e28e8af999221786b86bb1975" - url = "https://curl.haxx.se/ca/cacert-2025-09-09.pem" - -[MrBayes_jll."3.2.7+0"] -executables = ["mb", "mb_MPI"] - - [[MrBayes_jll."3.2.7+0".sources]] - hash = "d50016695db24c58bcb36c83c487bd365fe2a566" - repo = "https://github.com/NBISweden/MrBayes.git" - -[MrBayes_jll."3.2.8+0"] -executables = ["mb", "mb_MPI"] - - [[MrBayes_jll."3.2.8+0".sources]] - hash = "d50016695db24c58bcb36c83c487bd365fe2a566" - repo = "https://github.com/NBISweden/MrBayes.git" - -[MuJoCo_jll."2.3.7+0"] -libraries = ["libmujoco"] - - [[MuJoCo_jll."2.3.7+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[MuJoCo_jll."2.3.7+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[MuJoCo_jll."2.3.7+0".build_dependencies]] - name = "GLFW_jll" - target = "target" - version = "*" - [[MuJoCo_jll."2.3.7+0".build_dependencies]] - name = "Xorg_libXrandr_jll" - target = "target" - version = "*" - [[MuJoCo_jll."2.3.7+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[MuJoCo_jll."2.3.7+0".build_dependencies]] - name = "Xorg_libXi_jll" - target = "target" - version = "*" - [[MuJoCo_jll."2.3.7+0".build_dependencies]] - name = "Xorg_libXinerama_jll" - target = "target" - version = "*" - [[MuJoCo_jll."2.3.7+0".build_dependencies]] - name = "Xorg_libXcursor_jll" - target = "target" - version = "*" - - [[MuJoCo_jll."2.3.7+0".sources]] - hash = "c9246e1f5006379d599e0bcddf159a8616d31441" - repo = "https://github.com/deepmind/mujoco" - [[MuJoCo_jll."2.3.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8bfa2cf3047dc647596d087340ba51303ec3a190//M/MuJoCo/bundled" - -[MuJoCo_jll."3.1.6+0"] -libraries = ["libmujoco"] - - [[MuJoCo_jll."3.1.6+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[MuJoCo_jll."3.1.6+0".build_dependencies]] - name = "Xorg_libXrandr_jll" - target = "target" - version = "*" - [[MuJoCo_jll."3.1.6+0".build_dependencies]] - name = "Xorg_libXi_jll" - target = "target" - version = "*" - [[MuJoCo_jll."3.1.6+0".build_dependencies]] - name = "Xorg_libXinerama_jll" - target = "target" - version = "*" - [[MuJoCo_jll."3.1.6+0".build_dependencies]] - name = "Xorg_libXcursor_jll" - target = "target" - version = "*" - - [[MuJoCo_jll."3.1.6+0".sources]] - hash = "21bc6e5ce41b09d80a8b8df30f6fc866b81a152b" - repo = "https://github.com/google-deepmind/mujoco" - [[MuJoCo_jll."3.1.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9ff970f6a7085660dd9749b51897cdfa41218e54//M/MuJoCo/bundled" - -[MuesliMaterials_jll."1.16.0+0"] -libraries = ["libmuesli"] - - [[MuesliMaterials_jll."1.16.0+0".sources]] - hash = "27e8204971602cb042d633b8b5f87761272b10df" - repo = "https://bitbucket.org/ignromero/muesli.git" - [[MuesliMaterials_jll."1.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d12c6618229f22a2375db5e01a533c10b409b1bb//M/MuesliMaterials/bundled" - -[Musl_jll."1.1.24+0"] -libraries = ["ld-musl-x86_64", "ld-musl-i386", "ld-musl-armhf", "ld-musl-aarch64"] - - [[Musl_jll."1.1.24+0".sources]] - hash = "1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3" - url = "https://www.musl-libc.org/releases/musl-1.1.24.tar.gz" - -[Musl_jll."1.2.2+0"] -libraries = ["ld-musl-x86_64", "ld-musl-i386", "ld-musl-armhf", "ld-musl-aarch64"] - - [[Musl_jll."1.2.2+0".sources]] - hash = "9b969322012d796dc23dda27a35866034fa67d8fb67e0e2c45c913c3d43219dd" - url = "https://www.musl-libc.org/releases/musl-1.2.2.tar.gz" - -[Musl_jll."1.2.2+1"] -libraries = ["ld-musl-x86_64", "ld-musl-i386", "ld-musl-armhf", "ld-musl-aarch64"] - - [[Musl_jll."1.2.2+1".sources]] - hash = "9b969322012d796dc23dda27a35866034fa67d8fb67e0e2c45c913c3d43219dd" - url = "https://www.musl-libc.org/releases/musl-1.2.2.tar.gz" - [[Musl_jll."1.2.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/78a65d17d085d45b91202335428c9aa4963ba7a0//M/Musl/./bundled" - -[Musl_jll."1.2.2+2"] -libraries = ["ld-musl-x86_64", "ld-musl-i386", "ld-musl-armhf", "ld-musl-aarch64"] - - [[Musl_jll."1.2.2+2".sources]] - hash = "9b969322012d796dc23dda27a35866034fa67d8fb67e0e2c45c913c3d43219dd" - url = "https://www.musl-libc.org/releases/musl-1.2.2.tar.gz" - [[Musl_jll."1.2.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f99f62061e9add8e288fca35673f267318d470df//M/Musl/./bundled" - -[Musl_jll."1.2.3+0"] -libraries = ["ld-musl-x86_64", "ld-musl-i386", "ld-musl-armhf", "ld-musl-aarch64"] - - [[Musl_jll."1.2.3+0".sources]] - hash = "7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4" - url = "https://www.musl-libc.org/releases/musl-1.2.3.tar.gz" - -[Musl_jll."1.2.4+0"] -libraries = ["ld-musl-x86_64", "ld-musl-i386", "ld-musl-armhf", "ld-musl-aarch64"] - - [[Musl_jll."1.2.4+0".sources]] - hash = "7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039" - url = "https://www.musl-libc.org/releases/musl-1.2.4.tar.gz" - -[Musl_jll."1.2.5+0"] -libraries = ["ld-musl-x86_64", "ld-musl-i386", "ld-musl-armhf", "ld-musl-aarch64"] - - [[Musl_jll."1.2.5+0".sources]] - hash = "a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4" - url = "https://www.musl-libc.org/releases/musl-1.2.5.tar.gz" - -[N2QN1_jll."3.0.0+0"] -libraries = ["libn2qn1"] - - [[N2QN1_jll."3.0.0+0".sources]] - hash = "7c74437b3439ea32e88df2f7e69e166a070e8568" - repo = "https://gitlab.inria.fr/fuentes/n2qn1.git" - -[N2QN1_jll."4.0.0+0"] -libraries = ["libn2qn1", "libn2qn1r"] - - [[N2QN1_jll."4.0.0+0".sources]] - hash = "a3b6c2cf8d429591976f5e33c0c9766b1e8fea05" - repo = "https://gitlab.inria.fr/fuentes/n2qn1.git" - -[NASM_jll."2.15.0+0"] -executables = ["ndisasm", "nasm"] - - [[NASM_jll."2.15.0+0".sources]] - hash = "bc340c2604de5a9aa405b194aae3bcdd86c1631a68a5f4d2165e11d358c2c223" - url = "https://www.nasm.us/pub/nasm/releasebuilds/2.15/nasm-2.15.tar.xz" - -[NASM_jll."2.16.1+0"] -executables = ["ndisasm", "nasm"] - - [[NASM_jll."2.16.1+0".sources]] - hash = "c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558" - url = "https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.xz" - -[NASM_jll."2.16.3+0"] -executables = ["ndisasm", "nasm"] - - [[NASM_jll."2.16.3+0".sources]] - hash = "1412a1c760bbd05db026b6c0d1657affd6631cd0a63cddb6f73cc6d4aa616148" - url = "https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/nasm-2.16.03.tar.xz" - -[NCCL_jll."2.11.4+0"] -libraries = ["libnccl"] - - [[NCCL_jll."2.11.4+0".sources]] - hash = "d2f59b9385cb2026d9a8d4dee607f9aa93356761257fd57487f81de8563c8da1" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.11.4/agnostic/x64/nccl_2.11.4-1+cuda10.2_x86_64.txz" - [[NCCL_jll."2.11.4+0".sources]] - hash = "78b9b08d0d943239706c82db12c23e098ee2094108462055e03d74bc1a364601" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.11.4/agnostic/ppc64le/nccl_2.11.4-1+cuda10.2_ppc64le.txz" - [[NCCL_jll."2.11.4+0".sources]] - hash = "45e0a7bfabcedca068576e9decd0bb733d8840816d5dc7bd4c235f8b2e736a28" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.11.4/agnostic/x64/nccl_2.11.4-1+cuda11.0_x86_64.txz" - [[NCCL_jll."2.11.4+0".sources]] - hash = "d593b6b204f71a323e477463faf3ebcfadb2561dd5f7b0237c482a16bb791714" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.11.4/agnostic/ppc64le/nccl_2.11.4-1+cuda11.0_ppc64le.txz" - [[NCCL_jll."2.11.4+0".sources]] - hash = "c4a4c90c340e89baa06a4e2c16276cbfe221578e51c88c9001205a0a93032d4f" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.11.4/agnostic/aarch64sbsa/nccl_2.11.4-1+cuda11.0_aarch64.txz" - [[NCCL_jll."2.11.4+0".sources]] - hash = "639a86d7f90a0b9f8143ef2044b9cdccd7de51b28cccce2f9852d3bdd0e4d114" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.11.4/agnostic/x64/nccl_2.11.4-1+cuda11.4_x86_64.txz" - [[NCCL_jll."2.11.4+0".sources]] - hash = "6347d56c6e13fc321858fd8779741c62ac0bf55a13ab57d39e2780d62181a6b4" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.11.4/agnostic/ppc64le/nccl_2.11.4-1+cuda11.4_ppc64le.txz" - [[NCCL_jll."2.11.4+0".sources]] - hash = "4bef02db97ef45146b80e3d20218198f57cd24f115624f50c5eca06fff3f216f" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.11.4/agnostic/aarch64sbsa/nccl_2.11.4-1+cuda11.4_aarch64.txz" - -[NCCL_jll."2.12.7+0"] -libraries = ["libnccl"] - - [[NCCL_jll."2.12.7+0".sources]] - hash = "922b875850e25d209e0c73da7f2f123e6c88a2667002af7212295797401da7ee" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.12.7/agnostic/x64/nccl_2.12.7-1+cuda10.2_x86_64.txz" - [[NCCL_jll."2.12.7+0".sources]] - hash = "870185ba54e6e1aee0909ea2f43cea6b643a8da15d033d62b5e0867c8ad35d8e" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.12.7/agnostic/ppc64le/nccl_2.12.7-1+cuda10.2_ppc64le.txz" - [[NCCL_jll."2.12.7+0".sources]] - hash = "1fa8c1e84ab7f9b571b27b58fad9212d111e7007a76d60aac4c1ed63cd616873" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.12.7/agnostic/x64/nccl_2.12.7-1+cuda11.0_x86_64.txz" - [[NCCL_jll."2.12.7+0".sources]] - hash = "d904446e657e5f4edf06250f780197709682cf4a4e8cbef51f1864e7122712f7" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.12.7/agnostic/ppc64le/nccl_2.12.7-1+cuda11.0_ppc64le.txz" - [[NCCL_jll."2.12.7+0".sources]] - hash = "804683c113f6879b0197a0ba60a3cdef3d7465634e83b09b2a2aa38027ceeb58" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.12.7/agnostic/aarch64sbsa/nccl_2.12.7-1+cuda11.0_aarch64.txz" - [[NCCL_jll."2.12.7+0".sources]] - hash = "632521d1f1be9322f18234827027c6484beb3ccb35056a21569072c52b4416ce" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.12.7/agnostic/x64/nccl_2.12.7-1+cuda11.6_x86_64.txz" - [[NCCL_jll."2.12.7+0".sources]] - hash = "b01a3ee30908784c84db2de11765a54a4394267210d2a98a22de542e3695042b" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.12.7/agnostic/ppc64le/nccl_2.12.7-1+cuda11.6_ppc64le.txz" - [[NCCL_jll."2.12.7+0".sources]] - hash = "4520e4a99d3715edc3cfac849ce950d35e6ef18d9584b015c191e0ad7f132011" - url = "https://developer.nvidia.com/compute/machine-learning/nccl/secure/2.12.7/agnostic/aarch64sbsa/nccl_2.12.7-1+cuda11.6_aarch64.txz" - -[NCCL_jll."2.15.1+0"] -libraries = ["libnccl"] - - [[NCCL_jll."2.15.1+0".sources]] - hash = "32cc36aa908978a00f74f4e7a829e4bc8d27bb2a46ac43bed9e81f31dd784cde" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.15.1/agnostic/x64/nccl_2.15.1-1+cuda10.2_x86_64.txz" - [[NCCL_jll."2.15.1+0".sources]] - hash = "d7fac7c40275f368088b8edd97efd0b47e783a4c2f26a1c3f4b34c5680259330" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.15.1/agnostic/ppc64le/nccl_2.15.1-1+cuda10.2_ppc64le.txz" - [[NCCL_jll."2.15.1+0".sources]] - hash = "6b8174b1a6ca90f1e0b615df855e27321f02927301fd94aea5d0999e71d7b896" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.15.1/agnostic/x64/nccl_2.15.1-1+cuda11.0_x86_64.txz" - [[NCCL_jll."2.15.1+0".sources]] - hash = "c819d7fa1f476812f87df80ca612df1920702cd6347bfbfd73a151eaced439e9" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.15.1/agnostic/x64/nccl_2.15.1-1+cuda11.8_x86_64.txz" - [[NCCL_jll."2.15.1+0".sources]] - hash = "db405916e24b274f90da52fb91b6c60b795d09ba9e41d021ecf678b422eef09c" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.15.1/agnostic/ppc64le/nccl_2.15.1-1+cuda11.8_ppc64le.txz" - [[NCCL_jll."2.15.1+0".sources]] - hash = "2dd62289f045fda4ffbbc3c4cb3a54c6b95673ab0d48bb472b72ca1335527b7e" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.15.1/agnostic/aarch64sbsa/nccl_2.15.1-1+cuda11.8_aarch64.txz" - -[NCCL_jll."2.18.5+0"] -libraries = ["libnccl"] - - [[NCCL_jll."2.18.5+0".sources]] - hash = "9e8db61e16db0ed937bd116471ad4963f83d3dab588f9b8fb499a869a3fbe374" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.18.5/agnostic/x64/nccl_2.18.5-1+cuda11.0_x86_64.txz" - [[NCCL_jll."2.18.5+0".sources]] - hash = "70d5156fa8908182d88be9dd0007b4f8fb6bc92509846b7c2579179f6fbe3595" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.18.5/agnostic/ppc64le/nccl_2.18.5-1+cuda11.0_ppc64le.txz" - [[NCCL_jll."2.18.5+0".sources]] - hash = "2b7ba3a646fdcac66544e99b39cb1720c7b6eaa74a89f753413dcbb450bd4c36" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.18.5/agnostic/aarch64sbsa/nccl_2.18.5-1+cuda11.0_aarch64.txz" - [[NCCL_jll."2.18.5+0".sources]] - hash = "d3add341537dbf737352c603fdb2098beccde2c127d77cd8d2d99af8852cef47" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.18.5/agnostic/x64/nccl_2.18.5-1+cuda12.0_x86_64.txz" - [[NCCL_jll."2.18.5+0".sources]] - hash = "32fc6734ed3306b5ad956f503704d186cfcdd8ca21cb0466f9fe5c512f9c799c" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.18.5/agnostic/ppc64le/nccl_2.18.5-1+cuda12.0_ppc64le.txz" - [[NCCL_jll."2.18.5+0".sources]] - hash = "aa7b11bbbadb011b155b447dabcc8ee1b521f1ff34a39ef27e766ebe36f28c05" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.18.5/agnostic/aarch64sbsa/nccl_2.18.5-1+cuda12.0_aarch64.txz" - [[NCCL_jll."2.18.5+0".sources]] - hash = "e8f181ad8acc9a46290cf76d9fc4a635a97c5b7c025cd0d1b49cedb71a3fc968" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.18.5/agnostic/x64/nccl_2.18.5-1+cuda12.2_x86_64.txz" - [[NCCL_jll."2.18.5+0".sources]] - hash = "c5584c80f0744897e602237947fb31fada2741ec34c872b61ad36f96606b47db" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.18.5/agnostic/ppc64le/nccl_2.18.5-1+cuda12.2_ppc64le.txz" - [[NCCL_jll."2.18.5+0".sources]] - hash = "452d6a9511c4b4fe5ceb537f31d53b4f5c95608c743116d493119dfe83307ed2" - url = "https://developer.download.nvidia.com/compute/machine-learning/nccl/secure/2.18.5/agnostic/aarch64sbsa/nccl_2.18.5-1+cuda12.2_aarch64.txz" - -[NCCL_jll."2.19.4+0"] -libraries = ["libnccl"] - - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "coreutils_jll" - target = "host" - version = "*" - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[NCCL_jll."2.19.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.1" - - [[NCCL_jll."2.19.4+0".sources]] - hash = "88d44d777f6970bdbf6610badcbd7e25a05380f0" - repo = "https://github.com/NVIDIA/nccl.git" - -[NCCL_jll."2.19.4+1"] -libraries = ["libnccl"] - - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "coreutils_jll" - target = "host" - version = "*" - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[NCCL_jll."2.19.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - - [[NCCL_jll."2.19.4+1".sources]] - hash = "88d44d777f6970bdbf6610badcbd7e25a05380f0" - repo = "https://github.com/NVIDIA/nccl.git" - [[NCCL_jll."2.19.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/82d1909ed208362fa2ea68753fdbf56d903584c2//N/NCCL/./bundled" - -[NCCL_jll."2.26.5+0"] -libraries = ["libnccl"] - - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "coreutils_jll" - target = "host" - version = "*" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[NCCL_jll."2.26.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.0" - - [[NCCL_jll."2.26.5+0".sources]] - hash = "3000e3c797b4b236221188c07aa09c1f3a0170d4" - repo = "https://github.com/NVIDIA/nccl.git" - [[NCCL_jll."2.26.5+0".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[NCCL_jll."2.26.5+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[NCCL_jll."2.26.5+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[NCCL_jll."2.26.5+0".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[NCCL_jll."2.26.5+0".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[NCCL_jll."2.26.5+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[NCCL_jll."2.26.5+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[NCCL_jll."2.26.5+0".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[NCCL_jll."2.26.5+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[NCCL_jll."2.26.5+0".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - -[NCCL_jll."2.26.5+1"] -libraries = ["libnccl"] - - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "coreutils_jll" - target = "host" - version = "*" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[NCCL_jll."2.26.5+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.0" - - [[NCCL_jll."2.26.5+1".sources]] - hash = "3000e3c797b4b236221188c07aa09c1f3a0170d4" - repo = "https://github.com/NVIDIA/nccl.git" - [[NCCL_jll."2.26.5+1".sources]] - hash = "7ee8450dbcc16e9fe5d2a7b567d6dec220c5894a94ac6640459e06231e3b39a5" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-11.8.89-archive.tar.xz" - [[NCCL_jll."2.26.5+1".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[NCCL_jll."2.26.5+1".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[NCCL_jll."2.26.5+1".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[NCCL_jll."2.26.5+1".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[NCCL_jll."2.26.5+1".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[NCCL_jll."2.26.5+1".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[NCCL_jll."2.26.5+1".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[NCCL_jll."2.26.5+1".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[NCCL_jll."2.26.5+1".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - -[NCCL_jll."2.28.3+0"] -libraries = ["libnccl"] - - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "coreutils_jll" - target = "host" - version = "*" - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[NCCL_jll."2.28.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.1" - - [[NCCL_jll."2.28.3+0".sources]] - hash = "3117db0efe13e1336dbe32e8b98eab943ad5baa69518189918d4aca9e3ce3270" - url = "https://developer.download.nvidia.com/compute/redist/nccl/v2.28.3/nccl_2.28.3-1+cuda13.0_x86_64.txz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "2b5961c4c4bcbc16148d8431c7b65525d00f386105ab1b9fa82051b7c05f6fd0" - url = "https://developer.download.nvidia.com/compute/redist/nccl/v2.28.3/nccl_2.28.3-1+cuda13.0_aarch64.txz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "f1308997d0420148b1be1c24d63f19d902ae589b" - repo = "https://github.com/NVIDIA/nccl.git" - [[NCCL_jll."2.28.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/47bd0da3187114f06f5237320f4726af05a2ea22//N/NCCL/./bundled/" - [[NCCL_jll."2.28.3+0".sources]] - hash = "906b894dffd853acefe6ab3d2a6cd74a0aa99b34bb8ca1e848174bddf55bfa3b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.0.140-archive.tar.xz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "0b85f7eee17788abbd170b0b493c74ce2e9fd5a9604461b99c2c378165e1083b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.1.105-archive.tar.xz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - [[NCCL_jll."2.28.3+0".sources]] - hash = "b3a0e115840e04c0cfa559263cbbe8b78a2455788e12605732aff68abc50dd34" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.41-archive.tar.xz" - -[NEO_jll."20.12.16259+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.12.16259+0".sources]] - hash = "43016c65591bd125a9590ea05ca83d094a628f79" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."20.15.16524+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.15.16524+0".sources]] - hash = "e0633548a9bd025c70bc7f3539eef094b1bc9ce1" - repo = "https://github.com/intel/compute-runtime.git" - [[NEO_jll."20.15.16524+0".sources]] - hash = "ebb363e938a279cf866cb93d28e31aaf0791ea19" - repo = "https://github.com/oneapi-src/level-zero.git" - -[NEO_jll."20.18.16699+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.18.16699+0".sources]] - hash = "0a2767d532d2abe2b9ee2141957171695f7db641" - repo = "https://github.com/intel/compute-runtime.git" - [[NEO_jll."20.18.16699+0".sources]] - hash = "ebb363e938a279cf866cb93d28e31aaf0791ea19" - repo = "https://github.com/oneapi-src/level-zero.git" - -[NEO_jll."20.20.16837+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.20.16837+0".sources]] - hash = "b9b34659c8817393dd8ce35bf37c167c23cefcff" - repo = "https://github.com/intel/compute-runtime.git" - [[NEO_jll."20.20.16837+0".sources]] - hash = "ebb363e938a279cf866cb93d28e31aaf0791ea19" - repo = "https://github.com/oneapi-src/level-zero.git" - -[NEO_jll."20.22.16952+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.22.16952+0".sources]] - hash = "515b3787f560f969a48e4848ca66bff8a4ab6bf7" - repo = "https://github.com/intel/compute-runtime.git" - [[NEO_jll."20.22.16952+0".sources]] - hash = "ebb363e938a279cf866cb93d28e31aaf0791ea19" - repo = "https://github.com/oneapi-src/level-zero.git" - -[NEO_jll."20.24.17065+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.24.17065+0".sources]] - hash = "22076663e44135e6b7a83ad3ccd76d8a100a78ed" - repo = "https://github.com/intel/compute-runtime.git" - [[NEO_jll."20.24.17065+0".sources]] - hash = "ebb363e938a279cf866cb93d28e31aaf0791ea19" - repo = "https://github.com/oneapi-src/level-zero.git" - -[NEO_jll."20.27.17231+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.27.17231+0".sources]] - hash = "5eafc349c9c7566211bacd7d2de22ceed335c5c2" - repo = "https://github.com/intel/compute-runtime.git" - [[NEO_jll."20.27.17231+0".sources]] - hash = "ebb363e938a279cf866cb93d28e31aaf0791ea19" - repo = "https://github.com/oneapi-src/level-zero.git" - -[NEO_jll."20.32.17625+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.32.17625+0".sources]] - hash = "f4742855d86b26bbc89a93c48a94b62a91555b63" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."20.34.17727+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.34.17727+0".sources]] - hash = "f4742855d86b26bbc89a93c48a94b62a91555b63" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."20.34.17727+1"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.34.17727+1".sources]] - hash = "49f450e09447099e052f7c462941cd58d4431c72" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."20.39.17972+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.39.17972+0".sources]] - hash = "d1e0768cf5913ba98270496062ae5ff5ec01b8ce" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."20.42.18209+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.42.18209+0".sources]] - hash = "bc855e4696f61825b11db8d01b96d6c730ce5549" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."20.44.18297+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.44.18297+0".sources]] - hash = "6532d20fbbd3bc26b5fbe642dd159cfa743a42fe" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."20.44.18297+1"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.44.18297+1".sources]] - hash = "6532d20fbbd3bc26b5fbe642dd159cfa743a42fe" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."20.48.18558+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."20.48.18558+0".sources]] - hash = "c0853b95ecfd5fcce618c69d2b491d20621edea1" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."21.12.19358+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."21.12.19358+0".sources]] - hash = "910f6a20e3b1f01e16ef67278aa98107e4d82663" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."21.22.19967+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."21.22.19967+0".sources]] - hash = "67aa1ad7ec8e3a552883bcb033645a4805cd8e86" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."21.30.20482+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."21.30.20482+0".sources]] - hash = "1b4ceb3d11e3d6957b0d2b70ff3686bf9f9c7a41" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."21.31.20514+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."21.31.20514+0".sources]] - hash = "214deac4dc71f3e28013afdd31202e8cf0b8b378" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."21.39.21127+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."21.39.21127+0".sources]] - hash = "7b564b5caa5879b578748046062d66fe0b33452d" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."21.41.21220+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."21.41.21220+0".sources]] - hash = "3016ed1c395711a1a2b48d05836733f455c3899c" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."21.44.21506+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."21.44.21506+0".sources]] - hash = "586eaeaf2ebceeb9c0095ecd2f774a272038afbc" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.8.22549+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.8.22549+0".sources]] - hash = "315769424d4b59a29b11ebb4d6418a0ac0a0eeac" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.11.22682+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.11.22682+0".sources]] - hash = "c0b7f05897bd5d1185f816c32f98fa2afcf36611" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.16.22992+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.16.22992+0".sources]] - hash = "7a324051efdff5082a74243cb3390903e70d9973" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.17.23034+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.17.23034+0".sources]] - hash = "e4437fcf54dac9e9c38c7e6ecc4ef4676a634ca2" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.25.23529+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.25.23529+0".sources]] - hash = "9c18c0247e51b5f2b37ab24bee9ccb3c8eada86a" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.35.24055+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.35.24055+0".sources]] - hash = "315f6230bf323c6cf554f08b14920f40a5f27fb2" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.43.24595+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.43.24595+0".sources]] - hash = "4798c8a324b23e5bf9a6014af61f68df8efb45e1" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.53.25242+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.53.25242+0".sources]] - hash = "d9a4eeea8900fa32a45212cdc72293592295159f" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.53.25593+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.53.25593+0".sources]] - hash = "4adb15f14975b10138939acbe17e05f2f010fc36" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."22.53.25593+1"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."22.53.25593+1".sources]] - hash = "4adb15f14975b10138939acbe17e05f2f010fc36" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."23.17.26241+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."23.17.26241+0".sources]] - hash = "0bb5b3408e6cb61b477e7cad296fd278b11e73be" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."23.17.26241+1"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."23.17.26241+1".sources]] - hash = "0bb5b3408e6cb61b477e7cad296fd278b11e73be" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."23.17.26241+2"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."23.17.26241+2".sources]] - hash = "0bb5b3408e6cb61b477e7cad296fd278b11e73be" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."23.17.26241+3"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."23.17.26241+3".sources]] - hash = "0bb5b3408e6cb61b477e7cad296fd278b11e73be" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."23.30.26918+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."23.30.26918+0".sources]] - hash = "6d516e54b2c3d920e371f8622980fa911621fa59" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."23.30.26918+1"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."23.30.26918+1".sources]] - hash = "6d516e54b2c3d920e371f8622980fa911621fa59" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."23.30.26918+2"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."23.30.26918+2".sources]] - hash = "6d516e54b2c3d920e371f8622980fa911621fa59" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."24.5.28454+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."24.5.28454+0".sources]] - hash = "23a9725e62c8181193c90e5e5207507a1f136587" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."24.9.28717+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."24.9.28717+0".sources]] - hash = "9e5ba367ca25915031955feff36ea0f6e61d4247" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."24.13.29138+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."24.13.29138+0".sources]] - hash = "7131387cdbb02d480a225c70daef913a6c024a6e" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."24.22.29735+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."24.22.29735+0".sources]] - hash = "7131387cdbb02d480a225c70daef913a6c024a6e" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."24.26.30049+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."24.26.30049+0".sources]] - hash = "e16f47e375e4324dae07aadbfe953002a1c45195" - repo = "https://github.com/intel/compute-runtime.git" - -[NEO_jll."25.27.34303+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."25.27.34303+0".sources]] - hash = "d0fdeb0339afaa6db37411e10c41f291945aa727" - repo = "https://github.com/intel/compute-runtime.git" - [[NEO_jll."25.27.34303+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/432929238e6420dc96aaa72793304d8b4e64d2e0//N/NEO/./bundled" - -[NEO_jll."25.27.34303+1"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."25.27.34303+1".sources]] - hash = "d0fdeb0339afaa6db37411e10c41f291945aa727" - repo = "https://github.com/intel/compute-runtime.git" - [[NEO_jll."25.27.34303+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86726fc624832fa532c7a8caed5b91fffaee720d//N/NEO/./bundled" - -[NEO_jll."25.31.34666+0"] -executables = ["ocloc"] -libraries = ["libigdrcl", "libze_intel_gpu"] - - [[NEO_jll."25.31.34666+0".sources]] - hash = "bbc72778b447a8dd6c02f6fe499147fef79bf0e0" - repo = "https://github.com/intel/compute-runtime.git" - [[NEO_jll."25.31.34666+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/784483fcac10d588d25a35e3950eb05d2f8a4aec//N/NEO/./bundled" - -[NL2sol_jll."2.2.0+0"] -libraries = ["libnl2sol"] - - [[NL2sol_jll."2.2.0+0".sources]] - hash = "4bdb74e725cb9996095f7b46b9e99ff7fe8f3f8e" - repo = "https://github.com/macd/NL2sol.f.git" - -[NLopt_jll."2.6.2+0"] -libraries = ["libnlopt"] - - [[NLopt_jll."2.6.2+0".sources]] - hash = "41967f1981d82d8495c0b27151a126bc35ae0d96" - repo = "https://github.com/stevengj/nlopt.git" - -[NLopt_jll."2.7.0+0"] -libraries = ["libnlopt"] - - [[NLopt_jll."2.7.0+0".sources]] - hash = "10869df05bbc801e43c90a52fd6975b7bda2ecb8" - repo = "https://github.com/stevengj/nlopt.git" - -[NLopt_jll."2.7.1+0"] -libraries = ["libnlopt"] - - [[NLopt_jll."2.7.1+0".sources]] - hash = "09b3c2a6da71cabcb98d2c8facc6b83d2321ed71" - repo = "https://github.com/stevengj/nlopt.git" - -[NLopt_jll."2.8.0+0"] -libraries = ["libnlopt"] - - [[NLopt_jll."2.8.0+0".sources]] - hash = "58995c25b4d918759a107bd52a457122343b9c6d" - repo = "https://github.com/stevengj/nlopt.git" - -[NLopt_jll."2.9.0+0"] -libraries = ["libnlopt"] - - [[NLopt_jll."2.9.0+0".sources]] - hash = "c500b5044482b17cf0f85de1ca66d036efecf668" - repo = "https://github.com/stevengj/nlopt.git" - -[NLopt_jll."2.10.0+0"] -libraries = ["libnlopt"] - - [[NLopt_jll."2.10.0+0".sources]] - hash = "7d04da19236148f9ae9d8dfa470a2264f5d2aa33" - repo = "https://github.com/stevengj/nlopt.git" - -[NNPACK_jll."2018.6.22+0"] -libraries = ["libnnpack"] - - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "c039579abe21f5756e0f0e45e8e767adccc11852" - repo = "https://github.com/Maratyszcza/NNPACK.git" - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "4e8f04355892c5deb64a51731a6afdb544a4294d" - repo = "https://github.com/Maratyszcza/cpuinfo.git" - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "4b37bd31c9cc1380ef9f205f7dd031efe0e847ab" - repo = "https://github.com/Maratyszcza/FP16.git" - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "811b482bcd9e8d98ad80c6c78d5302bb830184b0" - repo = "https://github.com/Maratyszcza/FXdiv.git" - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "1859c23143fe20daa4110be87a947cbf3eefa048da71dde642290213f251590c" - url = "https://pypi.python.org/packages/e8/59/8c2e293c9c8d60f206fd5d0f6c8236a2e0a97832379ac319077441552c6a/opcodes-0.3.13.tar.gz" - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "3d8bfe7318423462a6d9e0c6537e75efd4822c49" - repo = "https://github.com/Maratyszcza/psimd.git" - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "01d15157a973a4ae16b8046313ddab371ea582db" - repo = "https://github.com/Maratyszcza/PeachPy.git" - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9" - url = "https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz" - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "3fb19c58b46f3cbc78a27c7b207a6eb7946633c0" - repo = "https://github.com/Maratyszcza/pthreadpool.git" - [[NNPACK_jll."2018.6.22+0".sources]] - hash = "58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8" - url = "https://github.com/google/googletest/archive/release-1.8.0.tar.gz" - -[NOMAD_jll."4.0.0+0"] -libraries = ["libnomadInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.0.0+0".sources]] - hash = "a6653af375be8006e742239af3914ba48034015d57a2be7a07fc14c6ff245d1b" - url = "https://gist.github.com/amontoison/06dac8b63424854f754264597af6b09e/raw/942aba554a82800d0c7438288d3da1a827ef2974/NOMAD.zip" - [[NOMAD_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4b9216c5a9f323d18c7afa81f20585ec768f3359//N/NOMAD/./bundled" - -[NOMAD_jll."4.0.0+1"] -libraries = ["libnomadInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.0.0+1".sources]] - hash = "a6653af375be8006e742239af3914ba48034015d57a2be7a07fc14c6ff245d1b" - url = "https://gist.github.com/amontoison/06dac8b63424854f754264597af6b09e/raw/942aba554a82800d0c7438288d3da1a827ef2974/NOMAD.zip" - [[NOMAD_jll."4.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e6a1300140d3b7e334f2d9167cf01ea180a70d55//N/NOMAD/./bundled" - -[NOMAD_jll."4.0.0+2"] -executables = ["nomad"] -libraries = ["libnomadInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.0.0+2".sources]] - hash = "a6653af375be8006e742239af3914ba48034015d57a2be7a07fc14c6ff245d1b" - url = "https://gist.github.com/amontoison/06dac8b63424854f754264597af6b09e/raw/942aba554a82800d0c7438288d3da1a827ef2974/NOMAD.zip" - [[NOMAD_jll."4.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cc3a50527a582e1d784ebc02be92def3eeb20895//N/NOMAD/./bundled" - -[NOMAD_jll."4.0.0+3"] -executables = ["nomad"] -libraries = ["libnomadInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.0.0+3".sources]] - hash = "a6653af375be8006e742239af3914ba48034015d57a2be7a07fc14c6ff245d1b" - url = "https://gist.github.com/amontoison/06dac8b63424854f754264597af6b09e/raw/942aba554a82800d0c7438288d3da1a827ef2974/NOMAD.zip" - [[NOMAD_jll."4.0.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/93b8a9ca9e85147ff5e83b9caaea3a4735fa21f6//N/NOMAD/./bundled" - -[NOMAD_jll."4.0.0+4"] -executables = ["nomad"] -libraries = ["libnomadInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.0.0+4".sources]] - hash = "a6653af375be8006e742239af3914ba48034015d57a2be7a07fc14c6ff245d1b" - url = "https://gist.github.com/amontoison/06dac8b63424854f754264597af6b09e/raw/942aba554a82800d0c7438288d3da1a827ef2974/NOMAD.zip" - [[NOMAD_jll."4.0.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/27aca29b13f4c56deb96e603d2db3a31c4d06258//N/NOMAD/./bundled" - -[NOMAD_jll."4.0.0+5"] -executables = ["nomad"] -libraries = ["libnomadInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.0.0+5".sources]] - hash = "a15c91feb589451e6934b1544edb4360af8fbc41" - repo = "https://github.com/amontoison/nomad.git" - [[NOMAD_jll."4.0.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b63bb8b3553d614d20a95137528de1ae506fbef8//N/NOMAD/./bundled" - -[NOMAD_jll."4.0.1+0"] -executables = ["nomad"] -libraries = ["libnomadCInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.0.1+0".sources]] - hash = "f6a4b4f18111372e3e7190b019e76ed86b915ddc" - repo = "https://github.com/amontoison/nomad.git" - [[NOMAD_jll."4.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bc4e3cdbbadca063db09f92274413a8836d2e008//N/NOMAD/./bundled" - -[NOMAD_jll."4.0.1+1"] -executables = ["nomad"] -libraries = ["libnomadCInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.0.1+1".sources]] - hash = "f6a4b4f18111372e3e7190b019e76ed86b915ddc" - repo = "https://github.com/amontoison/nomad.git" - [[NOMAD_jll."4.0.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fadd9868a983c326765afe42f7d2b53a81d2b47d//N/NOMAD/./bundled" - -[NOMAD_jll."4.0.1+2"] -executables = ["nomad"] -libraries = ["libnomadCInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.0.1+2".sources]] - hash = "f6a4b4f18111372e3e7190b019e76ed86b915ddc" - repo = "https://github.com/amontoison/nomad.git" - [[NOMAD_jll."4.0.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3fb912d1be8e03982a69cd57a98d3ce8017c53b//N/NOMAD/./bundled" - -[NOMAD_jll."4.2.0+0"] -executables = ["nomad"] -libraries = ["libnomadCInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.2.0+0".sources]] - hash = "cf824ea62defeeff558ab91ab3f5ecd00e08aa00" - repo = "https://github.com/bbopt/nomad.git" - -[NOMAD_jll."4.3.1+0"] -executables = ["nomad"] -libraries = ["libnomadCInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.3.1+0".sources]] - hash = "b74f6c5f63c79fe0c10fa8b41411de4fe2b9da38" - repo = "https://github.com/bbopt/nomad.git" - -[NOMAD_jll."4.5.1+0"] -executables = ["nomad"] -libraries = ["libnomadCInterface", "libnomadAlgos", "libnomadEval", "libnomadUtils", "libsgtelib"] - - [[NOMAD_jll."4.5.1+0".sources]] - hash = "d6e2c8c9dbfa275485f5c134198c372adb54f2ad" - repo = "https://github.com/bbopt/nomad.git" - -[NOVAS_jll."3.1.0+0"] -libraries = ["libnovas"] - - [[NOVAS_jll."3.1.0+0".sources]] - hash = "86ab6eae9d5cfbcb75ee0d2443b83d0955f05e95510e9300b6248d56c3ab3f0f" - url = "https://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas/novas-c/novasc3.1.zip" - [[NOVAS_jll."3.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7a834c853005098bf8a8f0817e7fa93be2525e40//N/NOVAS/./bundled" - -[NOVAS_jll."3.1.0+1"] -libraries = ["libnovas"] - - [[NOVAS_jll."3.1.0+1".sources]] - hash = "86ab6eae9d5cfbcb75ee0d2443b83d0955f05e95510e9300b6248d56c3ab3f0f" - url = "https://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas/novas-c/novasc3.1.zip" - [[NOVAS_jll."3.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eda68e95dc387a3f5776b5b889d5ea2954f51c02//N/NOVAS/./bundled" - -[NRLMSIS_jll."2.1.0+0"] -libraries = ["nrlmsis"] - - [[NRLMSIS_jll."2.1.0+0".sources]] - hash = "41e47b29f795d36a5cc252b2858aa2a384c4a7323ace3d48d3ea2f2b37a1a6a8" - url = "https://map.nrl.navy.mil/map/pub/nrl/NRLMSIS/NRLMSIS2.1/nrlmsis2.1.tar.gz" - -[NUMA_jll."2.0.13+0"] -executables = ["numactl", "numastat"] -libraries = ["libnuma"] - - [[NUMA_jll."2.0.13+0".sources]] - hash = "991e254b867eb5951a44d2ae0bf1996a8ef0209e026911ef6c3ef4caf6f58c9a" - url = "https://github.com/numactl/numactl/releases/download/v2.0.13/numactl-2.0.13.tar.gz" - -[NUMA_jll."2.0.13+1"] -executables = ["numactl", "numastat"] -libraries = ["libnuma"] - - [[NUMA_jll."2.0.13+1".sources]] - hash = "991e254b867eb5951a44d2ae0bf1996a8ef0209e026911ef6c3ef4caf6f58c9a" - url = "https://github.com/numactl/numactl/releases/download/v2.0.13/numactl-2.0.13.tar.gz" - -[NUMA_jll."2.0.14+0"] -executables = ["numactl", "numastat"] -libraries = ["libnuma"] - - [[NUMA_jll."2.0.14+0".sources]] - hash = "826bd148c1b6231e1284e42a4db510207747484b112aee25ed6b1078756bcff6" - url = "https://github.com/numactl/numactl/releases/download/v2.0.14/numactl-2.0.14.tar.gz" - -[NUMA_jll."2.0.18+0"] -executables = ["numactl", "numastat"] -libraries = ["libnuma"] - - [[NUMA_jll."2.0.18+0".sources]] - hash = "b4fc0956317680579992d7815bc43d0538960dc73aa1dd8ca7e3806e30bc1274" - url = "https://github.com/numactl/numactl/releases/download/v2.0.18/numactl-2.0.18.tar.gz" - [[NUMA_jll."2.0.18+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2466081919c25f4ca14198f7a84be9b2e5724e20//N/NUMA/bundled" - -[NVPL_jll."25.1.1+0"] -libraries = ["libnvpl_blacs_ilp64_mpich", "libnvpl_blacs_ilp64_openmpi3", "libnvpl_blacs_ilp64_openmpi4", "libnvpl_blacs_ilp64_openmpi5", "libnvpl_blacs_lp64_mpich", "libnvpl_blacs_lp64_openmpi3", "libnvpl_blacs_lp64_openmpi4", "libnvpl_blacs_lp64_openmpi5", "libnvpl_blas_core", "libnvpl_blas_ilp64_gomp", "libnvpl_blas_ilp64_seq", "libnvpl_blas_lp64_gomp", "libnvpl_blas_lp64_seq", "libnvpl_fftw", "libnvpl_lapack_core", "libnvpl_lapack_ilp64_gomp", "libnvpl_lapack_ilp64_seq", "libnvpl_lapack_lp64_gomp", "libnvpl_lapack_lp64_seq", "libnvpl_rand_mt", "libnvpl_rand", "libnvpl_scalapack_ilp64", "libnvpl_scalapack_lp64", "libnvpl_sparse", "libnvpl_tensor"] - - [[NVPL_jll."25.1.1+0".sources]] - hash = "8116ff47e2be1911c28e7998acad16723be9c8b5d1f78c928c6eeadcc0e81b44" - url = "https://developer.download.nvidia.com/compute/nvpl/25.1.1/local_installers/nvpl-linux-sbsa-25.1.1.tar.gz" - -[NVTX_jll."3.1.0+0"] -libraries = ["libnvToolsExt"] - - [[NVTX_jll."3.1.0+0".sources]] - hash = "e170594ac7cf1dac584da473d4ca9301087090c1" - repo = "https://github.com/NVIDIA/NVTX" - [[NVTX_jll."3.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/63a2e442c95deb3889e9f60b58b4fb685650cac7//N/NVTX/./bundled" - -[NVTX_jll."3.1.0+1"] -libraries = ["libnvToolsExt"] - - [[NVTX_jll."3.1.0+1".sources]] - hash = "e170594ac7cf1dac584da473d4ca9301087090c1" - repo = "https://github.com/NVIDIA/NVTX" - [[NVTX_jll."3.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5bf229ace313d58ac9b54355eb0431028e36799f//N/NVTX/./bundled" - -[NVTX_jll."3.1.0+2"] -libraries = ["libnvToolsExt"] - - [[NVTX_jll."3.1.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[NVTX_jll."3.1.0+2".sources]] - hash = "e170594ac7cf1dac584da473d4ca9301087090c1" - repo = "https://github.com/NVIDIA/NVTX" - [[NVTX_jll."3.1.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/79b0ab4fe29428264770c4b3ca779d06c51d4ce5//N/NVTX/./bundled" - -[NVTX_jll."3.1.1+0"] -libraries = ["libnvToolsExt"] - - [[NVTX_jll."3.1.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[NVTX_jll."3.1.1+0".sources]] - hash = "6230bdf710bc94f44d433acceba735aaa9090ba5" - repo = "https://github.com/NVIDIA/NVTX" - [[NVTX_jll."3.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/94bad36087bedc3254e0e05f2b9b97a4fdb1aa59//N/NVTX/./bundled" - -[NVTX_jll."3.2.1+0"] -libraries = ["libnvToolsExt"] - - [[NVTX_jll."3.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[NVTX_jll."3.2.1+0".sources]] - hash = "2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07" - repo = "https://github.com/NVIDIA/NVTX" - [[NVTX_jll."3.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a58d02bf35fb0cba357dcb0e21274da21ee7c423//N/NVTX/./bundled" - -[NVTX_jll."3.2.2+0"] -libraries = ["libnvToolsExt"] - - [[NVTX_jll."3.2.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[NVTX_jll."3.2.2+0".sources]] - hash = "4f37e799ccc6b70c39979b53a4c24488ee3fe0ae" - repo = "https://github.com/NVIDIA/NVTX" - [[NVTX_jll."3.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/16a339142c6c9c05b8b0a1ba1a312707edeb01dd//N/NVTX/./bundled" - -[NanoVG_jll."1.0.0+0"] -files = ["share/compile_commands.json"] -libraries = ["libnanovg", "libnanovggl2", "libnanovggl3", "libnanovggles2", "libnanovggles3"] - - [[NanoVG_jll."1.0.0+0".sources]] - hash = "7544c114e83db7cf67bd1c9e012349b70caacc2f" - repo = "https://github.com/memononen/nanovg" - [[NanoVG_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2044202048f0fa57102ee76cfaf9d73555f57f4b//N/NanoVG/./bundled" - -[NativeFileDialog_jll."1.1.6+0"] -libraries = ["libnfd"] - - [[NativeFileDialog_jll."1.1.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[NativeFileDialog_jll."1.1.6+0".sources]] - hash = "67345b80ebb429ecc2aeda94c478b3bcc5f7888e" - repo = "https://github.com/mlabbe/nativefiledialog.git" - -[NativeFileDialog_jll."1.1.6+1"] -libraries = ["libnfd"] - - [[NativeFileDialog_jll."1.1.6+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[NativeFileDialog_jll."1.1.6+1".sources]] - hash = "67345b80ebb429ecc2aeda94c478b3bcc5f7888e" - repo = "https://github.com/mlabbe/nativefiledialog.git" - [[NativeFileDialog_jll."1.1.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a491caf99504e08f9a9ee3878a54c59c0bb81d45//N/NativeFileDialog/./bundled" - -[NativeFileDialog_jll."1.1.6+2"] -libraries = ["libnfd"] - - [[NativeFileDialog_jll."1.1.6+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[NativeFileDialog_jll."1.1.6+2".sources]] - hash = "2850c97af02e6b4cce6ffb91a0445acb5eb9b241" - repo = "https://github.com/mlabbe/nativefiledialog.git" - [[NativeFileDialog_jll."1.1.6+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9bc531ecb6c26f16b145be0bd6b3912eab051671//N/NativeFileDialog/./bundled" - -[NativeFileDialog_jll."1.1.6+3"] -libraries = ["libnfd"] - - [[NativeFileDialog_jll."1.1.6+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[NativeFileDialog_jll."1.1.6+3".sources]] - hash = "2850c97af02e6b4cce6ffb91a0445acb5eb9b241" - repo = "https://github.com/mlabbe/nativefiledialog.git" - [[NativeFileDialog_jll."1.1.6+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c58c5abe64e177bc6ed6aa775aff1fefbfe85517//N/NativeFileDialog/./bundled" - -[Ncurses_jll."6.1.0+0"] -libraries = ["libform", "libmenu", "libncurses", "libpanel"] - - [[Ncurses_jll."6.1.0+0".sources]] - hash = "aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.1.tar.gz" - -[Ncurses_jll."6.1.0+1"] -libraries = ["libform", "libmenu", "libncurses", "libpanel"] - - [[Ncurses_jll."6.1.0+1".sources]] - hash = "aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.1.tar.gz" - -[Ncurses_jll."6.1.0+2"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.1.0+2".sources]] - hash = "aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.1.tar.gz" - -[Ncurses_jll."6.1.0+3"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.1.0+3".sources]] - hash = "aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.1.tar.gz" - -[Ncurses_jll."6.1.0+4"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.1.0+4".sources]] - hash = "aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.1.tar.gz" - -[Ncurses_jll."6.1.0+5"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.1.0+5".sources]] - hash = "aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.1.tar.gz" - -[Ncurses_jll."6.2.0+0"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.2.0+0".build_dependencies]] - name = "Ncurses_jll" - target = "host" - version = "*" - - [[Ncurses_jll."6.2.0+0".sources]] - hash = "30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz" - -[Ncurses_jll."6.4.0+0"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.4.0+0".build_dependencies]] - name = "Ncurses_jll" - target = "host" - version = "*" - - [[Ncurses_jll."6.4.0+0".sources]] - hash = "6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.4.tar.gz" - -[Ncurses_jll."6.4.1+0"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.4.1+0".build_dependencies]] - name = "Ncurses_jll" - target = "host" - version = "*" - - [[Ncurses_jll."6.4.1+0".sources]] - hash = "6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.4.tar.gz" - -[Ncurses_jll."6.5.0+0"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.5.0+0".build_dependencies]] - name = "Ncurses_jll" - target = "host" - version = "*" - - [[Ncurses_jll."6.5.0+0".sources]] - hash = "136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.5.tar.gz" - -[Ncurses_jll."6.5.0+1"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.5.0+1".build_dependencies]] - name = "Ncurses_jll" - target = "host" - version = "*" - - [[Ncurses_jll."6.5.0+1".sources]] - hash = "136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.5.tar.gz" - -[Ncurses_jll."6.5.1+0"] -libraries = ["libform", "libform6", "libmenu", "libmenu6", "libncurses", "libncurses6", "libpanel", "libpanel6"] - - [[Ncurses_jll."6.5.1+0".build_dependencies]] - name = "Ncurses_jll" - target = "host" - version = "*" - - [[Ncurses_jll."6.5.1+0".sources]] - hash = "136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6" - url = "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.5.tar.gz" - -[NetCDFF_jll."4.5.3+0"] -libraries = ["libnetcdff"] - - [[NetCDFF_jll."4.5.3+0".sources]] - hash = "c6da30c2fe7e4e614c1dff4124e857afbd45355c6798353eccfa60c0702b495a" - url = "https://github.com/Unidata/netcdf-fortran/archive/refs/tags/v4.5.3.tar.gz" - -[NetCDFF_jll."4.6.0+0"] -libraries = ["libnetcdff"] - - [[NetCDFF_jll."4.6.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[NetCDFF_jll."4.6.0+0".sources]] - hash = "8194aa70e400c0adfc456127c1d97af2c6489207171d13b10cd754a16da8b0ca" - url = "https://github.com/Unidata/netcdf-fortran/archive/refs/tags/v4.6.0.tar.gz" - -[NetCDFF_jll."4.6.1+0"] -libraries = ["libnetcdff"] - - [[NetCDFF_jll."4.6.1+0".sources]] - hash = "b50b0c72b8b16b140201a020936aa8aeda5c79cf265c55160986cd637807a37a" - url = "https://downloads.unidata.ucar.edu/netcdf-fortran/4.6.1/netcdf-fortran-4.6.1.tar.gz" - -[NetCDFF_jll."4.6.2+0"] -libraries = ["libnetcdff"] - - [[NetCDFF_jll."4.6.2+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - - [[NetCDFF_jll."4.6.2+0".sources]] - hash = "df26b99d9003c93a8bc287b58172bf1c279676f8c10d6dd0daf8bc7204877096" - url = "https://downloads.unidata.ucar.edu/netcdf-fortran/4.6.2/netcdf-fortran-4.6.2.tar.gz" - -[NetCDF_jll."4.7.4+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."4.7.4+0".sources]] - hash = "170c9c9020f8909811b06e1034d5ea9288b3d5bd90793e3dd27490191faa7566" - url = "https://github.com/Unidata/netcdf-c/archive/v4.7.4.zip" - -[NetCDF_jll."4.7.4+1"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."4.7.4+1".sources]] - hash = "170c9c9020f8909811b06e1034d5ea9288b3d5bd90793e3dd27490191faa7566" - url = "https://github.com/Unidata/netcdf-c/archive/v4.7.4.zip" - -[NetCDF_jll."400.701.400+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.701.400+0".sources]] - hash = "170c9c9020f8909811b06e1034d5ea9288b3d5bd90793e3dd27490191faa7566" - url = "https://github.com/Unidata/netcdf-c/archive/v4.7.4.zip" - -[NetCDF_jll."400.702.400+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.702.400+0".sources]] - hash = "170c9c9020f8909811b06e1034d5ea9288b3d5bd90793e3dd27490191faa7566" - url = "https://github.com/Unidata/netcdf-c/archive/v4.7.4.zip" - -[NetCDF_jll."400.702.402+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.702.402+0".sources]] - hash = "170c9c9020f8909811b06e1034d5ea9288b3d5bd90793e3dd27490191faa7566" - url = "https://github.com/Unidata/netcdf-c/archive/v4.7.4.zip" - -[NetCDF_jll."400.802.100+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.802.100+0".sources]] - hash = "e4e75523466de4187cff29784ff12755925f17e753bff0c9c46cd670ca63c6b2" - url = "https://github.com/Unidata/netcdf-c/archive/v4.8.1.zip" - -[NetCDF_jll."400.802.101+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.802.101+0".sources]] - hash = "e4e75523466de4187cff29784ff12755925f17e753bff0c9c46cd670ca63c6b2" - url = "https://github.com/Unidata/netcdf-c/archive/v4.8.1.zip" - -[NetCDF_jll."400.802.102+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.802.102+0".sources]] - hash = "e4e75523466de4187cff29784ff12755925f17e753bff0c9c46cd670ca63c6b2" - url = "https://github.com/Unidata/netcdf-c/archive/v4.8.1.zip" - [[NetCDF_jll."400.802.102+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/994ce91fb82dc44016f8acede52548145105ff3f//N/NetCDF/NetCDF@julia-1.8/../bundled" - -[NetCDF_jll."400.802.103+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.802.103+0".sources]] - hash = "e4e75523466de4187cff29784ff12755925f17e753bff0c9c46cd670ca63c6b2" - url = "https://github.com/Unidata/netcdf-c/archive/v4.8.1.zip" - [[NetCDF_jll."400.802.103+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cb28df60b5cc5788b7051eefded36e4818f1a12c//N/NetCDF/NetCDF@julia-1.8/../bundled" - -[NetCDF_jll."400.902.5+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.902.5+0".sources]] - hash = "76fbe29d8baa37073a3e465f3a71bb063849906067f9867b24f6a6d67281281c" - url = "https://github.com/Unidata/netcdf-c/archive/v4.9.0.zip" - [[NetCDF_jll."400.902.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3edfae362b2c7050a0e760257644937c1a1475a//N/NetCDF/bundled" - -[NetCDF_jll."400.902.5+1"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.902.5+1".sources]] - hash = "76fbe29d8baa37073a3e465f3a71bb063849906067f9867b24f6a6d67281281c" - url = "https://github.com/Unidata/netcdf-c/archive/v4.9.0.zip" - [[NetCDF_jll."400.902.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/661dce2f1b78377599f2602ef245bb896e4f61c8//N/NetCDF/bundled" - -[NetCDF_jll."400.902.206+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.902.206+0".sources]] - hash = "9328ba17cb53f13a63707547c94f4715243dafdf" - repo = "https://github.com/Unidata/netcdf-c.git" - -[NetCDF_jll."400.902.207+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.902.207+0".sources]] - hash = "cf11babbbdb9963f09f55079e0b019f6d0371f52f8e1264a5ba8e9fdab1a6c48" - url = "https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netcdf-c-4.9.2.tar.gz" - -[NetCDF_jll."400.902.208+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.902.208+0".sources]] - hash = "cf11babbbdb9963f09f55079e0b019f6d0371f52f8e1264a5ba8e9fdab1a6c48" - url = "https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netcdf-c-4.9.2.tar.gz" - [[NetCDF_jll."400.902.208+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b2d73c8c68f795db61077e484c3209bd964278cb//N/NetCDF/bundled" - -[NetCDF_jll."400.902.209+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.902.209+0".sources]] - hash = "cf11babbbdb9963f09f55079e0b019f6d0371f52f8e1264a5ba8e9fdab1a6c48" - url = "https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netcdf-c-4.9.2.tar.gz" - [[NetCDF_jll."400.902.209+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c6150b3c9c86b682ca2843cb7c5db353e51102d//N/NetCDF/bundled" - -[NetCDF_jll."400.902.210+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.902.210+0".sources]] - hash = "cf11babbbdb9963f09f55079e0b019f6d0371f52f8e1264a5ba8e9fdab1a6c48" - url = "https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netcdf-c-4.9.2.tar.gz" - [[NetCDF_jll."400.902.210+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/667a5bc086f7d31024132174cb875406216e1f27//N/NetCDF/bundled" - -[NetCDF_jll."400.902.211+0"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.902.211+0".sources]] - hash = "cf11babbbdb9963f09f55079e0b019f6d0371f52f8e1264a5ba8e9fdab1a6c48" - url = "https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netcdf-c-4.9.2.tar.gz" - [[NetCDF_jll."400.902.211+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ac664528a6cde7a5c762daf6e11d3d789c9ef05e//N/NetCDF/bundled" - -[NetCDF_jll."400.902.211+1"] -executables = ["nc4print", "nccopy", "ncdump", "ncgen", "ncgen3", "ocprint"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."400.902.211+1".sources]] - hash = "cf11babbbdb9963f09f55079e0b019f6d0371f52f8e1264a5ba8e9fdab1a6c48" - url = "https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netcdf-c-4.9.2.tar.gz" - [[NetCDF_jll."400.902.211+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/316655f086cb254c00d154559a34c0cedc32e4aa//N/NetCDF/bundled" - -[NetCDF_jll."401.900.300+0"] -executables = ["nc4print", "nccopy", "ncdump", "ncgen", "ncgen3", "ocprint"] -libraries = ["libnetcdf"] - - [[NetCDF_jll."401.900.300+0".sources]] - hash = "a474149844e6144566673facf097fea253dc843c37bc0a7d3de047dc8adda5dd" - url = "https://downloads.unidata.ucar.edu/netcdf-c/4.9.3/netcdf-c-4.9.3.tar.gz" - -[Netgen_jll."1.5.199+0"] -executables = ["netgen", "inetcomp", "ntk2xnf", "ntk2adl", "netcomp"] - - [[Netgen_jll."1.5.199+0".sources]] - hash = "168e5502a1aeba4068beaa0437837ae748877ca8" - repo = "https://github.com/RTimothyEdwards/netgen.git" - -[Netpbm_jll."10.86.41+0"] -executables = ["411toppm", "anytopnm", "asciitopgm", "atktopbm", "avstopam", "bioradtopgm", "bmptopnm", "bmptoppm", "brushtopbm", "cameratopam", "cistopbm", "cmuwmtopbm", "ddbugtopbm", "escp2topbm", "eyuvtoppm", "fiascotopnm", "fitstopnm", "fstopgm", "g3topbm", "gemtopbm", "gemtopnm", "giftopnm", "gouldtoppm", "hdifftopam", "hipstopgm", "hpcdtoppm", "icontopbm", "ilbmtoppm", "imgtoppm", "infotopam", "jbigtopnm", "jpeg2ktopam", "leaftoppm", "lispmtopgm", "macptopbm", "manweb", "mdatopbm", "mgrtopbm", "mrftopbm", "mtvtoppm", "neotoppm", "palmtopnm", "pamaddnoise", "pamaltsat", "pamarith", "pambackground", "pambayer", "pambrighten", "pamchannel", "pamcomp", "pamcrater", "pamcut", "pamdeinterlace", "pamdepth", "pamdice", "pamditherbw", "pamedge", "pamendian", "pamenlarge", "pamexec", "pamfile", "pamfind", "pamfix", "pamfixtrunc", "pamflip", "pamfunc", "pamgauss", "pamgetcolor", "pamgradient", "pamhue", "pamlevels", "pamlookup", "pammasksharpen", "pammixinterlace", "pammixmulti", "pammosaicknit", "pamoil", "pampaintspill", "pamperspective", "pampick", "pampop9", "pamrecolor", "pamrgbatopng", "pamrubber", "pamscale", "pamseq", "pamshadedrelief", "pamsharpmap", "pamsharpness", "pamsistoaglyph", "pamslice", "pamsplit", "pamstack", "pamstereogram", "pamstretch", "pamstretch-gen", "pamsumm", "pamsummcol", "pamtable", "pamthreshold", "pamtilt", "pamtoavs", "pamtodjvurle", "pamtofits", "pamtogif", "pamtohdiff", "pamtohtmltbl", "pamtojpeg2k", "pamtompfont", "pamtooctaveimg", "pamtopam", "pamtopdbimg", "pamtopfm", "pamtopng", "pamtopnm", "pamtosrf", "pamtosvg", "pamtotga", "pamtouil", "pamtowinicon", "pamtoxvmini", "pamtris", "pamundice", "pamunlookup", "pamvalidate", "pamwipeout", "pbmclean", "pbmlife", "pbmmake", "pbmmask", "pbmminkowski", "pbmpage", "pbmpscale", "pbmreduce", "pbmtext", "pbmtextps", "pbmto10x", "pbmto4425", "pbmtoascii", "pbmtoatk", "pbmtobbnbg", "pbmtocis", "pbmtocmuwm", "pbmtodjvurle", "pbmtoepsi", "pbmtoepson", "pbmtoescp2", "pbmtog3", "pbmtogem", "pbmtogo", "pbmtoibm23xx", "pbmtoicon", "pbmtolj", "pbmtoln03", "pbmtolps", "pbmtomacp", "pbmtomatrixorbital", "pbmtomda", "pbmtomgr", "pbmtomrf", "pbmtonokia", "pbmtopgm", "pbmtopi3", "pbmtopk", "pbmtoplot", "pbmtoppa", "pbmtopsg3", "pbmtoptx", "pbmtosunicon", "pbmtowbmp", "pbmtox10bm", "pbmtoxbm", "pbmtoybm", "pbmtozinc", "pbmupc", "pc1toppm", "pcdindex", "pcdovtoppm", "pcxtoppm", "pdbimgtopam", "pfmtopam", "pgmabel", "pgmbentley", "pgmcrater", "pgmdeshadow", "pgmedge", "pgmenhance", "pgmhist", "pgmkernel", "pgmmake", "pgmmedian", "pgmminkowski", "pgmmorphconv", "pgmnoise", "pgmnorm", "pgmoil", "pgmramp", "pgmslice", "pgmtexture", "pgmtofs", "pgmtolispm", "pgmtopbm", "pgmtopgm", "pgmtoppm", "pgmtosbig", "pgmtost4", "pi1toppm", "pi3topbm", "picttoppm", "pjtoppm", "pktopbm", "pngtopam", "pngtopnm", "pnmalias", "pnmarith", "pnmcat", "pnmcolormap", "pnmcomp", "pnmconvol", "pnmcrop", "pnmcut", "pnmdepth", "pnmenlarge", "pnmfile", "pnmflip", "pnmgamma", "pnmhisteq", "pnmhistmap", "pnmindex", "pnminterp", "pnminvert", "pnmmargin", "pnmmercator", "pnmmontage", "pnmnlfilt", "pnmnoraw", "pnmnorm", "pnmpad", "pnmpaste", "pnmpsnr", "pnmquant", "pnmquantall", "pnmremap", "pnmrotate", "pnmscale", "pnmscalefixed", "pnmshear", "pnmsmooth", "pnmsplit", "pnmstitch", "pnmtile", "pnmtoddif", "pnmtofiasco", "pnmtofits", "pnmtojbig", "pnmtopalm", "pnmtopclxl", "pnmtoplainpnm", "pnmtopng", "pnmtopnm", "pnmtops", "pnmtorast", "pnmtorle", "pnmtosgi", "pnmtosir", "pnmtoxwd", "ppm3d", "ppmbrighten", "ppmchange", "ppmcie", "ppmcolormask", "ppmcolors", "ppmdcfont", "ppmddumpfont", "ppmdim", "ppmdist", "ppmdither", "ppmdmkfont", "ppmdraw", "ppmfade", "ppmflash", "ppmforge", "ppmglobe", "ppmhist", "ppmlabel", "ppmmake", "ppmmix", "ppmnorm", "ppmntsc", "ppmpat", "ppmquant", "ppmquantall", "ppmrainbow", "ppmrelief", "ppmrough", "ppmshadow", "ppmshift", "ppmspread", "ppmtoacad", "ppmtoapplevol", "ppmtoarbtxt", "ppmtoascii", "ppmtobmp", "ppmtoeyuv", "ppmtogif", "ppmtoicr", "ppmtoilbm", "ppmtoleaf", "ppmtolj", "ppmtomap", "ppmtomitsu", "ppmtompeg", "ppmtoneo", "ppmtopcx", "ppmtopgm", "ppmtopi1", "ppmtopict", "ppmtopj", "ppmtopjxl", "ppmtoppm", "ppmtopuzz", "ppmtorgb3", "ppmtosixel", "ppmtospu", "ppmtoterm", "ppmtotga", "ppmtouil", "ppmtowinicon", "ppmtoxpm", "ppmtoyuv", "ppmtoyuvsplit", "ppmtv", "ppmwheel", "psidtopgm", "pstopnm", "qrttoppm", "rasttopnm", "rawtopgm", "rawtoppm", "rgb3toppm", "rlatopam", "rletopnm", "sbigtopgm", "sgitopnm", "sirtopnm", "sldtoppm", "spctoppm", "spottopgm", "sputoppm", "srftopam", "st4topgm", "sunicontopnm", "svgtopam", "tgatoppm", "thinkjettopbm", "wbmptopbm", "winicontopam", "winicontoppm", "xbmtopbm", "ximtoppm", "xpmtoppm", "xvminitoppm", "xwdtopnm", "ybmtopbm", "yuvsplittoppm", "yuvtoppm", "yuy2topam", "zeisstopnm"] -libraries = ["libnetpbm"] - - [[Netpbm_jll."10.86.41+0".sources]] - hash = "045f7796224a801512efb5e7d6150a321674cbfb566128b21abf8d4ba65b4513" - url = "https://sourceforge.net/projects/netpbm/files/super_stable/10.86.41/netpbm-10.86.41.tgz" - [[Netpbm_jll."10.86.41+0".sources]] - hash = "229dee8de9cb4c29a3a31115112a4175df84a8eb" - repo = "https://github.com/win32ports/sys_wait_h" - [[Netpbm_jll."10.86.41+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e5c9658942503178e1a03e9b6b13c4d322bb7e83//N/Netpbm/bundled" - -[Netpbm_jll."10.86.42+0"] -executables = ["411toppm", "anytopnm", "asciitopgm", "atktopbm", "avstopam", "bioradtopgm", "bmptopnm", "bmptoppm", "brushtopbm", "cameratopam", "cistopbm", "cmuwmtopbm", "ddbugtopbm", "escp2topbm", "eyuvtoppm", "fiascotopnm", "fitstopnm", "fstopgm", "g3topbm", "gemtopbm", "gemtopnm", "giftopnm", "gouldtoppm", "hdifftopam", "hipstopgm", "hpcdtoppm", "icontopbm", "ilbmtoppm", "imgtoppm", "infotopam", "jbigtopnm", "jpeg2ktopam", "leaftoppm", "lispmtopgm", "macptopbm", "manweb", "mdatopbm", "mgrtopbm", "mrftopbm", "mtvtoppm", "neotoppm", "palmtopnm", "pamaddnoise", "pamaltsat", "pamarith", "pambackground", "pambayer", "pambrighten", "pamchannel", "pamcomp", "pamcrater", "pamcut", "pamdeinterlace", "pamdepth", "pamdice", "pamditherbw", "pamedge", "pamendian", "pamenlarge", "pamexec", "pamfile", "pamfind", "pamfix", "pamfixtrunc", "pamflip", "pamfunc", "pamgauss", "pamgetcolor", "pamgradient", "pamhue", "pamlevels", "pamlookup", "pammasksharpen", "pammixinterlace", "pammixmulti", "pammosaicknit", "pamoil", "pampaintspill", "pamperspective", "pampick", "pampop9", "pamrecolor", "pamrgbatopng", "pamrubber", "pamscale", "pamseq", "pamshadedrelief", "pamsharpmap", "pamsharpness", "pamsistoaglyph", "pamslice", "pamsplit", "pamstack", "pamstereogram", "pamstretch", "pamstretch-gen", "pamsumm", "pamsummcol", "pamtable", "pamthreshold", "pamtilt", "pamtoavs", "pamtodjvurle", "pamtofits", "pamtogif", "pamtohdiff", "pamtohtmltbl", "pamtojpeg2k", "pamtompfont", "pamtooctaveimg", "pamtopam", "pamtopdbimg", "pamtopfm", "pamtopng", "pamtopnm", "pamtosrf", "pamtosvg", "pamtotga", "pamtouil", "pamtowinicon", "pamtoxvmini", "pamtris", "pamundice", "pamunlookup", "pamvalidate", "pamwipeout", "pbmclean", "pbmlife", "pbmmake", "pbmmask", "pbmminkowski", "pbmpage", "pbmpscale", "pbmreduce", "pbmtext", "pbmtextps", "pbmto10x", "pbmto4425", "pbmtoascii", "pbmtoatk", "pbmtobbnbg", "pbmtocis", "pbmtocmuwm", "pbmtodjvurle", "pbmtoepsi", "pbmtoepson", "pbmtoescp2", "pbmtog3", "pbmtogem", "pbmtogo", "pbmtoibm23xx", "pbmtoicon", "pbmtolj", "pbmtoln03", "pbmtolps", "pbmtomacp", "pbmtomatrixorbital", "pbmtomda", "pbmtomgr", "pbmtomrf", "pbmtonokia", "pbmtopgm", "pbmtopi3", "pbmtopk", "pbmtoplot", "pbmtoppa", "pbmtopsg3", "pbmtoptx", "pbmtosunicon", "pbmtowbmp", "pbmtox10bm", "pbmtoxbm", "pbmtoybm", "pbmtozinc", "pbmupc", "pc1toppm", "pcdindex", "pcdovtoppm", "pcxtoppm", "pdbimgtopam", "pfmtopam", "pgmabel", "pgmbentley", "pgmcrater", "pgmdeshadow", "pgmedge", "pgmenhance", "pgmhist", "pgmkernel", "pgmmake", "pgmmedian", "pgmminkowski", "pgmmorphconv", "pgmnoise", "pgmnorm", "pgmoil", "pgmramp", "pgmslice", "pgmtexture", "pgmtofs", "pgmtolispm", "pgmtopbm", "pgmtopgm", "pgmtoppm", "pgmtosbig", "pgmtost4", "pi1toppm", "pi3topbm", "picttoppm", "pjtoppm", "pktopbm", "pngtopam", "pngtopnm", "pnmalias", "pnmarith", "pnmcat", "pnmcolormap", "pnmcomp", "pnmconvol", "pnmcrop", "pnmcut", "pnmdepth", "pnmenlarge", "pnmfile", "pnmflip", "pnmgamma", "pnmhisteq", "pnmhistmap", "pnmindex", "pnminterp", "pnminvert", "pnmmargin", "pnmmercator", "pnmmontage", "pnmnlfilt", "pnmnoraw", "pnmnorm", "pnmpad", "pnmpaste", "pnmpsnr", "pnmquant", "pnmquantall", "pnmremap", "pnmrotate", "pnmscale", "pnmscalefixed", "pnmshear", "pnmsmooth", "pnmsplit", "pnmstitch", "pnmtile", "pnmtoddif", "pnmtofiasco", "pnmtofits", "pnmtojbig", "pnmtopalm", "pnmtopclxl", "pnmtoplainpnm", "pnmtopng", "pnmtopnm", "pnmtops", "pnmtorast", "pnmtorle", "pnmtosgi", "pnmtosir", "pnmtoxwd", "ppm3d", "ppmbrighten", "ppmchange", "ppmcie", "ppmcolormask", "ppmcolors", "ppmdcfont", "ppmddumpfont", "ppmdim", "ppmdist", "ppmdither", "ppmdmkfont", "ppmdraw", "ppmfade", "ppmflash", "ppmforge", "ppmglobe", "ppmhist", "ppmlabel", "ppmmake", "ppmmix", "ppmnorm", "ppmntsc", "ppmpat", "ppmquant", "ppmquantall", "ppmrainbow", "ppmrelief", "ppmrough", "ppmshadow", "ppmshift", "ppmspread", "ppmtoacad", "ppmtoapplevol", "ppmtoarbtxt", "ppmtoascii", "ppmtobmp", "ppmtoeyuv", "ppmtogif", "ppmtoicr", "ppmtoilbm", "ppmtoleaf", "ppmtolj", "ppmtomap", "ppmtomitsu", "ppmtompeg", "ppmtoneo", "ppmtopcx", "ppmtopgm", "ppmtopi1", "ppmtopict", "ppmtopj", "ppmtopjxl", "ppmtoppm", "ppmtopuzz", "ppmtorgb3", "ppmtosixel", "ppmtospu", "ppmtoterm", "ppmtotga", "ppmtouil", "ppmtowinicon", "ppmtoxpm", "ppmtoyuv", "ppmtoyuvsplit", "ppmtv", "ppmwheel", "psidtopgm", "pstopnm", "qrttoppm", "rasttopnm", "rawtopgm", "rawtoppm", "rgb3toppm", "rlatopam", "rletopnm", "sbigtopgm", "sgitopnm", "sirtopnm", "sldtoppm", "spctoppm", "spottopgm", "sputoppm", "srftopam", "st4topgm", "sunicontopnm", "svgtopam", "tgatoppm", "thinkjettopbm", "wbmptopbm", "winicontopam", "winicontoppm", "xbmtopbm", "ximtoppm", "xpmtoppm", "xvminitoppm", "xwdtopnm", "ybmtopbm", "yuvsplittoppm", "yuvtoppm", "yuy2topam", "zeisstopnm"] -libraries = ["libnetpbm"] - - [[Netpbm_jll."10.86.42+0".sources]] - hash = "d4d2ca69d82b8d8518aee1d0a2f400664324afa8237859386764a41784d497f6" - url = "https://sourceforge.net/projects/netpbm/files/super_stable/10.86.42/netpbm-10.86.42.tgz" - [[Netpbm_jll."10.86.42+0".sources]] - hash = "229dee8de9cb4c29a3a31115112a4175df84a8eb" - repo = "https://github.com/win32ports/sys_wait_h" - [[Netpbm_jll."10.86.42+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb7a7bfcb930e2751316e26c4b5ff43752443550//N/Netpbm/bundled" - -[Netpbm_jll."10.86.43+0"] -executables = ["411toppm", "anytopnm", "asciitopgm", "atktopbm", "avstopam", "bioradtopgm", "bmptopnm", "bmptoppm", "brushtopbm", "cameratopam", "cistopbm", "cmuwmtopbm", "ddbugtopbm", "escp2topbm", "eyuvtoppm", "fiascotopnm", "fitstopnm", "fstopgm", "g3topbm", "gemtopbm", "gemtopnm", "giftopnm", "gouldtoppm", "hdifftopam", "hipstopgm", "hpcdtoppm", "icontopbm", "ilbmtoppm", "imgtoppm", "infotopam", "jbigtopnm", "jpeg2ktopam", "leaftoppm", "lispmtopgm", "macptopbm", "manweb", "mdatopbm", "mgrtopbm", "mrftopbm", "mtvtoppm", "neotoppm", "palmtopnm", "pamaddnoise", "pamaltsat", "pamarith", "pambackground", "pambayer", "pambrighten", "pamchannel", "pamcomp", "pamcrater", "pamcut", "pamdeinterlace", "pamdepth", "pamdice", "pamditherbw", "pamedge", "pamendian", "pamenlarge", "pamexec", "pamfile", "pamfind", "pamfix", "pamfixtrunc", "pamflip", "pamfunc", "pamgauss", "pamgetcolor", "pamgradient", "pamhue", "pamlevels", "pamlookup", "pammasksharpen", "pammixinterlace", "pammixmulti", "pammosaicknit", "pamoil", "pampaintspill", "pamperspective", "pampick", "pampop9", "pamrecolor", "pamrgbatopng", "pamrubber", "pamscale", "pamseq", "pamshadedrelief", "pamsharpmap", "pamsharpness", "pamsistoaglyph", "pamslice", "pamsplit", "pamstack", "pamstereogram", "pamstretch", "pamstretch-gen", "pamsumm", "pamsummcol", "pamtable", "pamthreshold", "pamtilt", "pamtoavs", "pamtodjvurle", "pamtofits", "pamtogif", "pamtohdiff", "pamtohtmltbl", "pamtojpeg2k", "pamtompfont", "pamtooctaveimg", "pamtopam", "pamtopdbimg", "pamtopfm", "pamtopng", "pamtopnm", "pamtosrf", "pamtosvg", "pamtotga", "pamtouil", "pamtowinicon", "pamtoxvmini", "pamtris", "pamundice", "pamunlookup", "pamvalidate", "pamwipeout", "pbmclean", "pbmlife", "pbmmake", "pbmmask", "pbmminkowski", "pbmpage", "pbmpscale", "pbmreduce", "pbmtext", "pbmtextps", "pbmto10x", "pbmto4425", "pbmtoascii", "pbmtoatk", "pbmtobbnbg", "pbmtocis", "pbmtocmuwm", "pbmtodjvurle", "pbmtoepsi", "pbmtoepson", "pbmtoescp2", "pbmtog3", "pbmtogem", "pbmtogo", "pbmtoibm23xx", "pbmtoicon", "pbmtolj", "pbmtoln03", "pbmtolps", "pbmtomacp", "pbmtomatrixorbital", "pbmtomda", "pbmtomgr", "pbmtomrf", "pbmtonokia", "pbmtopgm", "pbmtopi3", "pbmtopk", "pbmtoplot", "pbmtoppa", "pbmtopsg3", "pbmtoptx", "pbmtosunicon", "pbmtowbmp", "pbmtox10bm", "pbmtoxbm", "pbmtoybm", "pbmtozinc", "pbmupc", "pc1toppm", "pcdindex", "pcdovtoppm", "pcxtoppm", "pdbimgtopam", "pfmtopam", "pgmabel", "pgmbentley", "pgmcrater", "pgmdeshadow", "pgmedge", "pgmenhance", "pgmhist", "pgmkernel", "pgmmake", "pgmmedian", "pgmminkowski", "pgmmorphconv", "pgmnoise", "pgmnorm", "pgmoil", "pgmramp", "pgmslice", "pgmtexture", "pgmtofs", "pgmtolispm", "pgmtopbm", "pgmtopgm", "pgmtoppm", "pgmtosbig", "pgmtost4", "pi1toppm", "pi3topbm", "picttoppm", "pjtoppm", "pktopbm", "pngtopam", "pngtopnm", "pnmalias", "pnmarith", "pnmcat", "pnmcolormap", "pnmcomp", "pnmconvol", "pnmcrop", "pnmcut", "pnmdepth", "pnmenlarge", "pnmfile", "pnmflip", "pnmgamma", "pnmhisteq", "pnmhistmap", "pnmindex", "pnminterp", "pnminvert", "pnmmargin", "pnmmercator", "pnmmontage", "pnmnlfilt", "pnmnoraw", "pnmnorm", "pnmpad", "pnmpaste", "pnmpsnr", "pnmquant", "pnmquantall", "pnmremap", "pnmrotate", "pnmscale", "pnmscalefixed", "pnmshear", "pnmsmooth", "pnmsplit", "pnmstitch", "pnmtile", "pnmtoddif", "pnmtofiasco", "pnmtofits", "pnmtojbig", "pnmtopalm", "pnmtopclxl", "pnmtoplainpnm", "pnmtopng", "pnmtopnm", "pnmtops", "pnmtorast", "pnmtorle", "pnmtosgi", "pnmtosir", "pnmtoxwd", "ppm3d", "ppmbrighten", "ppmchange", "ppmcie", "ppmcolormask", "ppmcolors", "ppmdcfont", "ppmddumpfont", "ppmdim", "ppmdist", "ppmdither", "ppmdmkfont", "ppmdraw", "ppmfade", "ppmflash", "ppmforge", "ppmglobe", "ppmhist", "ppmlabel", "ppmmake", "ppmmix", "ppmnorm", "ppmntsc", "ppmpat", "ppmquant", "ppmquantall", "ppmrainbow", "ppmrelief", "ppmrough", "ppmshadow", "ppmshift", "ppmspread", "ppmtoacad", "ppmtoapplevol", "ppmtoarbtxt", "ppmtoascii", "ppmtobmp", "ppmtoeyuv", "ppmtogif", "ppmtoicr", "ppmtoilbm", "ppmtoleaf", "ppmtolj", "ppmtomap", "ppmtomitsu", "ppmtompeg", "ppmtoneo", "ppmtopcx", "ppmtopgm", "ppmtopi1", "ppmtopict", "ppmtopj", "ppmtopjxl", "ppmtoppm", "ppmtopuzz", "ppmtorgb3", "ppmtosixel", "ppmtospu", "ppmtoterm", "ppmtotga", "ppmtouil", "ppmtowinicon", "ppmtoxpm", "ppmtoyuv", "ppmtoyuvsplit", "ppmtv", "ppmwheel", "psidtopgm", "pstopnm", "qrttoppm", "rasttopnm", "rawtopgm", "rawtoppm", "rgb3toppm", "rlatopam", "rletopnm", "sbigtopgm", "sgitopnm", "sirtopnm", "sldtoppm", "spctoppm", "spottopgm", "sputoppm", "srftopam", "st4topgm", "sunicontopnm", "svgtopam", "tgatoppm", "thinkjettopbm", "wbmptopbm", "winicontopam", "winicontoppm", "xbmtopbm", "ximtoppm", "xpmtoppm", "xvminitoppm", "xwdtopnm", "ybmtopbm", "yuvsplittoppm", "yuvtoppm", "yuy2topam", "zeisstopnm"] -libraries = ["libnetpbm"] - - [[Netpbm_jll."10.86.43+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Netpbm_jll."10.86.43+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Netpbm_jll."10.86.43+0".sources]] - hash = "ac7d30dc1bcfc754931d247fcad475503c121c16cc6470e68c4313128a221ddd" - url = "https://sourceforge.net/projects/netpbm/files/super_stable/10.86.43/netpbm-10.86.43.tgz" - [[Netpbm_jll."10.86.43+0".sources]] - hash = "229dee8de9cb4c29a3a31115112a4175df84a8eb" - repo = "https://github.com/win32ports/sys_wait_h" - [[Netpbm_jll."10.86.43+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/15dc88854d20ffb153a8f8af82ee0c29e616b5ed//N/Netpbm/bundled" - -[Netpbm_jll."10.86.44+0"] -executables = ["411toppm", "anytopnm", "asciitopgm", "atktopbm", "avstopam", "bioradtopgm", "bmptopnm", "bmptoppm", "brushtopbm", "cameratopam", "cistopbm", "cmuwmtopbm", "ddbugtopbm", "escp2topbm", "eyuvtoppm", "fiascotopnm", "fitstopnm", "fstopgm", "g3topbm", "gemtopbm", "gemtopnm", "giftopnm", "gouldtoppm", "hdifftopam", "hipstopgm", "hpcdtoppm", "icontopbm", "ilbmtoppm", "imgtoppm", "infotopam", "jbigtopnm", "jpeg2ktopam", "leaftoppm", "lispmtopgm", "macptopbm", "manweb", "mdatopbm", "mgrtopbm", "mrftopbm", "mtvtoppm", "neotoppm", "palmtopnm", "pamaddnoise", "pamaltsat", "pamarith", "pambackground", "pambayer", "pambrighten", "pamchannel", "pamcomp", "pamcrater", "pamcut", "pamdeinterlace", "pamdepth", "pamdice", "pamditherbw", "pamedge", "pamendian", "pamenlarge", "pamexec", "pamfile", "pamfind", "pamfix", "pamfixtrunc", "pamflip", "pamfunc", "pamgauss", "pamgetcolor", "pamgradient", "pamhue", "pamlevels", "pamlookup", "pammasksharpen", "pammixinterlace", "pammixmulti", "pammosaicknit", "pamoil", "pampaintspill", "pamperspective", "pampick", "pampop9", "pamrecolor", "pamrgbatopng", "pamrubber", "pamscale", "pamseq", "pamshadedrelief", "pamsharpmap", "pamsharpness", "pamsistoaglyph", "pamslice", "pamsplit", "pamstack", "pamstereogram", "pamstretch", "pamstretch-gen", "pamsumm", "pamsummcol", "pamtable", "pamthreshold", "pamtilt", "pamtoavs", "pamtodjvurle", "pamtofits", "pamtogif", "pamtohdiff", "pamtohtmltbl", "pamtojpeg2k", "pamtompfont", "pamtooctaveimg", "pamtopam", "pamtopdbimg", "pamtopfm", "pamtopng", "pamtopnm", "pamtosrf", "pamtosvg", "pamtotga", "pamtouil", "pamtowinicon", "pamtoxvmini", "pamtris", "pamundice", "pamunlookup", "pamvalidate", "pamwipeout", "pbmclean", "pbmlife", "pbmmake", "pbmmask", "pbmminkowski", "pbmpage", "pbmpscale", "pbmreduce", "pbmtext", "pbmtextps", "pbmto10x", "pbmto4425", "pbmtoascii", "pbmtoatk", "pbmtobbnbg", "pbmtocis", "pbmtocmuwm", "pbmtodjvurle", "pbmtoepsi", "pbmtoepson", "pbmtoescp2", "pbmtog3", "pbmtogem", "pbmtogo", "pbmtoibm23xx", "pbmtoicon", "pbmtolj", "pbmtoln03", "pbmtolps", "pbmtomacp", "pbmtomatrixorbital", "pbmtomda", "pbmtomgr", "pbmtomrf", "pbmtonokia", "pbmtopgm", "pbmtopi3", "pbmtopk", "pbmtoplot", "pbmtoppa", "pbmtopsg3", "pbmtoptx", "pbmtosunicon", "pbmtowbmp", "pbmtox10bm", "pbmtoxbm", "pbmtoybm", "pbmtozinc", "pbmupc", "pc1toppm", "pcdindex", "pcdovtoppm", "pcxtoppm", "pdbimgtopam", "pfmtopam", "pgmabel", "pgmbentley", "pgmcrater", "pgmdeshadow", "pgmedge", "pgmenhance", "pgmhist", "pgmkernel", "pgmmake", "pgmmedian", "pgmminkowski", "pgmmorphconv", "pgmnoise", "pgmnorm", "pgmoil", "pgmramp", "pgmslice", "pgmtexture", "pgmtofs", "pgmtolispm", "pgmtopbm", "pgmtopgm", "pgmtoppm", "pgmtosbig", "pgmtost4", "pi1toppm", "pi3topbm", "picttoppm", "pjtoppm", "pktopbm", "pngtopam", "pngtopnm", "pnmalias", "pnmarith", "pnmcat", "pnmcolormap", "pnmcomp", "pnmconvol", "pnmcrop", "pnmcut", "pnmdepth", "pnmenlarge", "pnmfile", "pnmflip", "pnmgamma", "pnmhisteq", "pnmhistmap", "pnmindex", "pnminterp", "pnminvert", "pnmmargin", "pnmmercator", "pnmmontage", "pnmnlfilt", "pnmnoraw", "pnmnorm", "pnmpad", "pnmpaste", "pnmpsnr", "pnmquant", "pnmquantall", "pnmremap", "pnmrotate", "pnmscale", "pnmscalefixed", "pnmshear", "pnmsmooth", "pnmsplit", "pnmstitch", "pnmtile", "pnmtoddif", "pnmtofiasco", "pnmtofits", "pnmtojbig", "pnmtopalm", "pnmtopclxl", "pnmtoplainpnm", "pnmtopng", "pnmtopnm", "pnmtops", "pnmtorast", "pnmtorle", "pnmtosgi", "pnmtosir", "pnmtoxwd", "ppm3d", "ppmbrighten", "ppmchange", "ppmcie", "ppmcolormask", "ppmcolors", "ppmdcfont", "ppmddumpfont", "ppmdim", "ppmdist", "ppmdither", "ppmdmkfont", "ppmdraw", "ppmfade", "ppmflash", "ppmforge", "ppmglobe", "ppmhist", "ppmlabel", "ppmmake", "ppmmix", "ppmnorm", "ppmntsc", "ppmpat", "ppmquant", "ppmquantall", "ppmrainbow", "ppmrelief", "ppmrough", "ppmshadow", "ppmshift", "ppmspread", "ppmtoacad", "ppmtoapplevol", "ppmtoarbtxt", "ppmtoascii", "ppmtobmp", "ppmtoeyuv", "ppmtogif", "ppmtoicr", "ppmtoilbm", "ppmtoleaf", "ppmtolj", "ppmtomap", "ppmtomitsu", "ppmtompeg", "ppmtoneo", "ppmtopcx", "ppmtopgm", "ppmtopi1", "ppmtopict", "ppmtopj", "ppmtopjxl", "ppmtoppm", "ppmtopuzz", "ppmtorgb3", "ppmtosixel", "ppmtospu", "ppmtoterm", "ppmtotga", "ppmtouil", "ppmtowinicon", "ppmtoxpm", "ppmtoyuv", "ppmtoyuvsplit", "ppmtv", "ppmwheel", "psidtopgm", "pstopnm", "qrttoppm", "rasttopnm", "rawtopgm", "rawtoppm", "rgb3toppm", "rlatopam", "rletopnm", "sbigtopgm", "sgitopnm", "sirtopnm", "sldtoppm", "spctoppm", "spottopgm", "sputoppm", "srftopam", "st4topgm", "sunicontopnm", "svgtopam", "tgatoppm", "thinkjettopbm", "wbmptopbm", "winicontopam", "winicontoppm", "xbmtopbm", "ximtoppm", "xpmtoppm", "xvminitoppm", "xwdtopnm", "ybmtopbm", "yuvsplittoppm", "yuvtoppm", "yuy2topam", "zeisstopnm"] -libraries = ["libnetpbm"] - - [[Netpbm_jll."10.86.44+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Netpbm_jll."10.86.44+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Netpbm_jll."10.86.44+0".sources]] - hash = "e7b62782e675d262c69b9f8f6920c9e5e141f7890d13ae87fef8f5c86b6b6cd6" - url = "https://sourceforge.net/projects/netpbm/files/super_stable/10.86.44/netpbm-10.86.44.tgz" - [[Netpbm_jll."10.86.44+0".sources]] - hash = "229dee8de9cb4c29a3a31115112a4175df84a8eb" - repo = "https://github.com/win32ports/sys_wait_h" - [[Netpbm_jll."10.86.44+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb3afa26a3bc80495ec1f6049ffa8ddfcb62369e//N/Netpbm/bundled" - -[Netpbm_jll."10.86.45+0"] -executables = ["411toppm", "anytopnm", "asciitopgm", "atktopbm", "avstopam", "bioradtopgm", "bmptopnm", "bmptoppm", "brushtopbm", "cameratopam", "cistopbm", "cmuwmtopbm", "ddbugtopbm", "escp2topbm", "eyuvtoppm", "fiascotopnm", "fitstopnm", "fstopgm", "g3topbm", "gemtopbm", "gemtopnm", "giftopnm", "gouldtoppm", "hdifftopam", "hipstopgm", "hpcdtoppm", "icontopbm", "ilbmtoppm", "imgtoppm", "infotopam", "jbigtopnm", "jpeg2ktopam", "leaftoppm", "lispmtopgm", "macptopbm", "manweb", "mdatopbm", "mgrtopbm", "mrftopbm", "mtvtoppm", "neotoppm", "palmtopnm", "pamaddnoise", "pamaltsat", "pamarith", "pambackground", "pambayer", "pambrighten", "pamchannel", "pamcomp", "pamcrater", "pamcut", "pamdeinterlace", "pamdepth", "pamdice", "pamditherbw", "pamedge", "pamendian", "pamenlarge", "pamexec", "pamfile", "pamfind", "pamfix", "pamfixtrunc", "pamflip", "pamfunc", "pamgauss", "pamgetcolor", "pamgradient", "pamhue", "pamlevels", "pamlookup", "pammasksharpen", "pammixinterlace", "pammixmulti", "pammosaicknit", "pamoil", "pampaintspill", "pamperspective", "pampick", "pampop9", "pamrecolor", "pamrgbatopng", "pamrubber", "pamscale", "pamseq", "pamshadedrelief", "pamsharpmap", "pamsharpness", "pamsistoaglyph", "pamslice", "pamsplit", "pamstack", "pamstereogram", "pamstretch", "pamstretch-gen", "pamsumm", "pamsummcol", "pamtable", "pamthreshold", "pamtilt", "pamtoavs", "pamtodjvurle", "pamtofits", "pamtogif", "pamtohdiff", "pamtohtmltbl", "pamtojpeg2k", "pamtompfont", "pamtooctaveimg", "pamtopam", "pamtopdbimg", "pamtopfm", "pamtopng", "pamtopnm", "pamtosrf", "pamtosvg", "pamtotga", "pamtouil", "pamtowinicon", "pamtoxvmini", "pamtris", "pamundice", "pamunlookup", "pamvalidate", "pamwipeout", "pbmclean", "pbmlife", "pbmmake", "pbmmask", "pbmminkowski", "pbmpage", "pbmpscale", "pbmreduce", "pbmtext", "pbmtextps", "pbmto10x", "pbmto4425", "pbmtoascii", "pbmtoatk", "pbmtobbnbg", "pbmtocis", "pbmtocmuwm", "pbmtodjvurle", "pbmtoepsi", "pbmtoepson", "pbmtoescp2", "pbmtog3", "pbmtogem", "pbmtogo", "pbmtoibm23xx", "pbmtoicon", "pbmtolj", "pbmtoln03", "pbmtolps", "pbmtomacp", "pbmtomatrixorbital", "pbmtomda", "pbmtomgr", "pbmtomrf", "pbmtonokia", "pbmtopgm", "pbmtopi3", "pbmtopk", "pbmtoplot", "pbmtoppa", "pbmtopsg3", "pbmtoptx", "pbmtosunicon", "pbmtowbmp", "pbmtox10bm", "pbmtoxbm", "pbmtoybm", "pbmtozinc", "pbmupc", "pc1toppm", "pcdindex", "pcdovtoppm", "pcxtoppm", "pdbimgtopam", "pfmtopam", "pgmabel", "pgmbentley", "pgmcrater", "pgmdeshadow", "pgmedge", "pgmenhance", "pgmhist", "pgmkernel", "pgmmake", "pgmmedian", "pgmminkowski", "pgmmorphconv", "pgmnoise", "pgmnorm", "pgmoil", "pgmramp", "pgmslice", "pgmtexture", "pgmtofs", "pgmtolispm", "pgmtopbm", "pgmtopgm", "pgmtoppm", "pgmtosbig", "pgmtost4", "pi1toppm", "pi3topbm", "picttoppm", "pjtoppm", "pktopbm", "pngtopam", "pngtopnm", "pnmalias", "pnmarith", "pnmcat", "pnmcolormap", "pnmcomp", "pnmconvol", "pnmcrop", "pnmcut", "pnmdepth", "pnmenlarge", "pnmfile", "pnmflip", "pnmgamma", "pnmhisteq", "pnmhistmap", "pnmindex", "pnminterp", "pnminvert", "pnmmargin", "pnmmercator", "pnmmontage", "pnmnlfilt", "pnmnoraw", "pnmnorm", "pnmpad", "pnmpaste", "pnmpsnr", "pnmquant", "pnmquantall", "pnmremap", "pnmrotate", "pnmscale", "pnmscalefixed", "pnmshear", "pnmsmooth", "pnmsplit", "pnmstitch", "pnmtile", "pnmtoddif", "pnmtofiasco", "pnmtofits", "pnmtojbig", "pnmtopalm", "pnmtopclxl", "pnmtoplainpnm", "pnmtopng", "pnmtopnm", "pnmtops", "pnmtorast", "pnmtorle", "pnmtosgi", "pnmtosir", "pnmtoxwd", "ppm3d", "ppmbrighten", "ppmchange", "ppmcie", "ppmcolormask", "ppmcolors", "ppmdcfont", "ppmddumpfont", "ppmdim", "ppmdist", "ppmdither", "ppmdmkfont", "ppmdraw", "ppmfade", "ppmflash", "ppmforge", "ppmglobe", "ppmhist", "ppmlabel", "ppmmake", "ppmmix", "ppmnorm", "ppmntsc", "ppmpat", "ppmquant", "ppmquantall", "ppmrainbow", "ppmrelief", "ppmrough", "ppmshadow", "ppmshift", "ppmspread", "ppmtoacad", "ppmtoapplevol", "ppmtoarbtxt", "ppmtoascii", "ppmtobmp", "ppmtoeyuv", "ppmtogif", "ppmtoicr", "ppmtoilbm", "ppmtoleaf", "ppmtolj", "ppmtomap", "ppmtomitsu", "ppmtompeg", "ppmtoneo", "ppmtopcx", "ppmtopgm", "ppmtopi1", "ppmtopict", "ppmtopj", "ppmtopjxl", "ppmtoppm", "ppmtopuzz", "ppmtorgb3", "ppmtosixel", "ppmtospu", "ppmtoterm", "ppmtotga", "ppmtouil", "ppmtowinicon", "ppmtoxpm", "ppmtoyuv", "ppmtoyuvsplit", "ppmtv", "ppmwheel", "psidtopgm", "pstopnm", "qrttoppm", "rasttopnm", "rawtopgm", "rawtoppm", "rgb3toppm", "rlatopam", "rletopnm", "sbigtopgm", "sgitopnm", "sirtopnm", "sldtoppm", "spctoppm", "spottopgm", "sputoppm", "srftopam", "st4topgm", "sunicontopnm", "svgtopam", "tgatoppm", "thinkjettopbm", "wbmptopbm", "winicontopam", "winicontoppm", "xbmtopbm", "ximtoppm", "xpmtoppm", "xvminitoppm", "xwdtopnm", "ybmtopbm", "yuvsplittoppm", "yuvtoppm", "yuy2topam", "zeisstopnm"] -libraries = ["libnetpbm"] - - [[Netpbm_jll."10.86.45+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Netpbm_jll."10.86.45+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Netpbm_jll."10.86.45+0".sources]] - hash = "1290467fe04a645facd2500b7510b52d29c867e37051121140b9f369e0adf53c" - url = "https://sourceforge.net/projects/netpbm/files/super_stable/10.86.45/netpbm-10.86.45.tgz" - [[Netpbm_jll."10.86.45+0".sources]] - hash = "229dee8de9cb4c29a3a31115112a4175df84a8eb" - repo = "https://github.com/win32ports/sys_wait_h" - [[Netpbm_jll."10.86.45+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/83353643bb988b78b38941364793f1fbd0393b3c//N/Netpbm/bundled" - -[Netpbm_jll."10.86.47+0"] -executables = ["411toppm", "anytopnm", "asciitopgm", "atktopbm", "avstopam", "bioradtopgm", "bmptopnm", "bmptoppm", "brushtopbm", "cameratopam", "cistopbm", "cmuwmtopbm", "ddbugtopbm", "escp2topbm", "eyuvtoppm", "fiascotopnm", "fitstopnm", "fstopgm", "g3topbm", "gemtopbm", "gemtopnm", "giftopnm", "gouldtoppm", "hdifftopam", "hipstopgm", "hpcdtoppm", "icontopbm", "ilbmtoppm", "imgtoppm", "infotopam", "jbigtopnm", "jpeg2ktopam", "leaftoppm", "lispmtopgm", "macptopbm", "manweb", "mdatopbm", "mgrtopbm", "mrftopbm", "mtvtoppm", "neotoppm", "palmtopnm", "pamaddnoise", "pamaltsat", "pamarith", "pambackground", "pambayer", "pambrighten", "pamchannel", "pamcomp", "pamcrater", "pamcut", "pamdeinterlace", "pamdepth", "pamdice", "pamditherbw", "pamedge", "pamendian", "pamenlarge", "pamexec", "pamfile", "pamfind", "pamfix", "pamfixtrunc", "pamflip", "pamfunc", "pamgauss", "pamgetcolor", "pamgradient", "pamhue", "pamlevels", "pamlookup", "pammasksharpen", "pammixinterlace", "pammixmulti", "pammosaicknit", "pamoil", "pampaintspill", "pamperspective", "pampick", "pampop9", "pamrecolor", "pamrgbatopng", "pamrubber", "pamscale", "pamseq", "pamshadedrelief", "pamsharpmap", "pamsharpness", "pamsistoaglyph", "pamslice", "pamsplit", "pamstack", "pamstereogram", "pamstretch", "pamstretch-gen", "pamsumm", "pamsummcol", "pamtable", "pamthreshold", "pamtilt", "pamtoavs", "pamtodjvurle", "pamtofits", "pamtogif", "pamtohdiff", "pamtohtmltbl", "pamtojpeg2k", "pamtompfont", "pamtooctaveimg", "pamtopam", "pamtopdbimg", "pamtopfm", "pamtopng", "pamtopnm", "pamtosrf", "pamtosvg", "pamtotga", "pamtouil", "pamtowinicon", "pamtoxvmini", "pamtris", "pamundice", "pamunlookup", "pamvalidate", "pamwipeout", "pbmclean", "pbmlife", "pbmmake", "pbmmask", "pbmminkowski", "pbmpage", "pbmpscale", "pbmreduce", "pbmtext", "pbmtextps", "pbmto10x", "pbmto4425", "pbmtoascii", "pbmtoatk", "pbmtobbnbg", "pbmtocis", "pbmtocmuwm", "pbmtodjvurle", "pbmtoepsi", "pbmtoepson", "pbmtoescp2", "pbmtog3", "pbmtogem", "pbmtogo", "pbmtoibm23xx", "pbmtoicon", "pbmtolj", "pbmtoln03", "pbmtolps", "pbmtomacp", "pbmtomatrixorbital", "pbmtomda", "pbmtomgr", "pbmtomrf", "pbmtonokia", "pbmtopgm", "pbmtopi3", "pbmtopk", "pbmtoplot", "pbmtoppa", "pbmtopsg3", "pbmtoptx", "pbmtosunicon", "pbmtowbmp", "pbmtox10bm", "pbmtoxbm", "pbmtoybm", "pbmtozinc", "pbmupc", "pc1toppm", "pcdindex", "pcdovtoppm", "pcxtoppm", "pdbimgtopam", "pfmtopam", "pgmabel", "pgmbentley", "pgmcrater", "pgmdeshadow", "pgmedge", "pgmenhance", "pgmhist", "pgmkernel", "pgmmake", "pgmmedian", "pgmminkowski", "pgmmorphconv", "pgmnoise", "pgmnorm", "pgmoil", "pgmramp", "pgmslice", "pgmtexture", "pgmtofs", "pgmtolispm", "pgmtopbm", "pgmtopgm", "pgmtoppm", "pgmtosbig", "pgmtost4", "pi1toppm", "pi3topbm", "picttoppm", "pjtoppm", "pktopbm", "pngtopam", "pngtopnm", "pnmalias", "pnmarith", "pnmcat", "pnmcolormap", "pnmcomp", "pnmconvol", "pnmcrop", "pnmcut", "pnmdepth", "pnmenlarge", "pnmfile", "pnmflip", "pnmgamma", "pnmhisteq", "pnmhistmap", "pnmindex", "pnminterp", "pnminvert", "pnmmargin", "pnmmercator", "pnmmontage", "pnmnlfilt", "pnmnoraw", "pnmnorm", "pnmpad", "pnmpaste", "pnmpsnr", "pnmquant", "pnmquantall", "pnmremap", "pnmrotate", "pnmscale", "pnmscalefixed", "pnmshear", "pnmsmooth", "pnmsplit", "pnmstitch", "pnmtile", "pnmtoddif", "pnmtofiasco", "pnmtofits", "pnmtojbig", "pnmtopalm", "pnmtopclxl", "pnmtoplainpnm", "pnmtopng", "pnmtopnm", "pnmtops", "pnmtorast", "pnmtorle", "pnmtosgi", "pnmtosir", "pnmtoxwd", "ppm3d", "ppmbrighten", "ppmchange", "ppmcie", "ppmcolormask", "ppmcolors", "ppmdcfont", "ppmddumpfont", "ppmdim", "ppmdist", "ppmdither", "ppmdmkfont", "ppmdraw", "ppmfade", "ppmflash", "ppmforge", "ppmglobe", "ppmhist", "ppmlabel", "ppmmake", "ppmmix", "ppmnorm", "ppmntsc", "ppmpat", "ppmquant", "ppmquantall", "ppmrainbow", "ppmrelief", "ppmrough", "ppmshadow", "ppmshift", "ppmspread", "ppmtoacad", "ppmtoapplevol", "ppmtoarbtxt", "ppmtoascii", "ppmtobmp", "ppmtoeyuv", "ppmtogif", "ppmtoicr", "ppmtoilbm", "ppmtoleaf", "ppmtolj", "ppmtomap", "ppmtomitsu", "ppmtompeg", "ppmtoneo", "ppmtopcx", "ppmtopgm", "ppmtopi1", "ppmtopict", "ppmtopj", "ppmtopjxl", "ppmtoppm", "ppmtopuzz", "ppmtorgb3", "ppmtosixel", "ppmtospu", "ppmtoterm", "ppmtotga", "ppmtouil", "ppmtowinicon", "ppmtoxpm", "ppmtoyuv", "ppmtoyuvsplit", "ppmtv", "ppmwheel", "psidtopgm", "pstopnm", "qrttoppm", "rasttopnm", "rawtopgm", "rawtoppm", "rgb3toppm", "rlatopam", "rletopnm", "sbigtopgm", "sgitopnm", "sirtopnm", "sldtoppm", "spctoppm", "spottopgm", "sputoppm", "srftopam", "st4topgm", "sunicontopnm", "svgtopam", "tgatoppm", "thinkjettopbm", "wbmptopbm", "winicontopam", "winicontoppm", "xbmtopbm", "ximtoppm", "xpmtoppm", "xvminitoppm", "xwdtopnm", "ybmtopbm", "yuvsplittoppm", "yuvtoppm", "yuy2topam", "zeisstopnm"] -libraries = ["libnetpbm"] - - [[Netpbm_jll."10.86.47+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Netpbm_jll."10.86.47+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Netpbm_jll."10.86.47+0".sources]] - hash = "4c7575dc0f38521e75917438835f19c07651523fa87f6d63492fa2a97d1ab21f" - url = "https://sourceforge.net/projects/netpbm/files/super_stable/10.86.47/netpbm-10.86.47.tgz" - [[Netpbm_jll."10.86.47+0".sources]] - hash = "229dee8de9cb4c29a3a31115112a4175df84a8eb" - repo = "https://github.com/win32ports/sys_wait_h" - [[Netpbm_jll."10.86.47+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/22ca8820095cc132d243f02af97d8ad46a75f5cb//N/Netpbm/bundled" - -[Nettle_jll."3.4.1+0"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.4.1+0".sources]] - hash = "f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.4.1.tar.gz" - -[Nettle_jll."3.4.1+1"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.4.1+1".sources]] - hash = "f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.4.1.tar.gz" - -[Nettle_jll."3.4.1+2"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.4.1+2".sources]] - hash = "f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.4.1.tar.gz" - [[Nettle_jll."3.4.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fdb1865247740c764b515248d4911ab05d63bb72//N/Nettle/./bundled" - -[Nettle_jll."3.5.1+0"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.5.1+0".sources]] - hash = "75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.5.1.tar.gz" - [[Nettle_jll."3.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/39fe0336a2ca517e2ab7ad06d0c3ee8ae8986654//N/Nettle/./bundled" - -[Nettle_jll."3.7.2+0"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.7.2+0".sources]] - hash = "8d2a604ef1cde4cd5fb77e422531ea25ad064679ff0adf956e78b3352e0ef162" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.7.2.tar.gz" - [[Nettle_jll."3.7.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e5980496ca44a119217c1b82a0398753c812f04e//N/Nettle/./bundled" - -[Nettle_jll."3.9.1+0"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.9.1+0".sources]] - hash = "ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz" - [[Nettle_jll."3.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0d98167b025be39229839b6e974809f773e9901//N/Nettle/./bundled" - -[Nettle_jll."3.10.0+0"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.10.0+0".sources]] - hash = "b4c518adb174e484cb4acea54118f02380c7133771e7e9beb98a0787194ee47c" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.10.tar.gz" - [[Nettle_jll."3.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fe522fb22f9f2c0684e1be8298520eb773c739e1//N/Nettle/./bundled" - -[Nettle_jll."3.10.0+1"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.10.0+1".sources]] - hash = "b4c518adb174e484cb4acea54118f02380c7133771e7e9beb98a0787194ee47c" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.10.tar.gz" - [[Nettle_jll."3.10.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/322285c963a4f066324ad9bdb722134fd6a80d98//N/Nettle/./bundled" - -[Nettle_jll."3.10.0+2"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.10.0+2".sources]] - hash = "b4c518adb174e484cb4acea54118f02380c7133771e7e9beb98a0787194ee47c" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.10.tar.gz" - [[Nettle_jll."3.10.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fe522fb22f9f2c0684e1be8298520eb773c739e1//N/Nettle/./bundled" - -[Nettle_jll."3.10.1+0"] -executables = ["nettle-hash"] -libraries = ["libnettle", "libhogweed"] - - [[Nettle_jll."3.10.1+0".sources]] - hash = "b0fcdd7fc0cdea6e80dcf1dd85ba794af0d5b4a57e26397eee3bc193272d9132" - url = "https://ftp.gnu.org/gnu/nettle/nettle-3.10.1.tar.gz" - [[Nettle_jll."3.10.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1352cce81bd5fb32e94a5eb367c77fd7573895ad//N/Nettle/./bundled" - -[Ninja_jll."1.10.0+0"] -executables = ["ninja"] - - [[Ninja_jll."1.10.0+0".sources]] - hash = "3810318b08489435f8efc19c05525e80a993af5a55baa0dfeae0465a9d45f99f" - url = "https://github.com/ninja-build/ninja/archive/v1.10.0.tar.gz" - -[Ninja_jll."1.10.1+0"] -executables = ["ninja"] - - [[Ninja_jll."1.10.1+0".sources]] - hash = "a6b6f7ac360d4aabd54e299cc1d8fa7b234cd81b9401693da21221c62569a23e" - url = "https://github.com/ninja-build/ninja/archive/v1.10.1.tar.gz" - -[Ninja_jll."1.10.2+0"] -executables = ["ninja"] - - [[Ninja_jll."1.10.2+0".sources]] - hash = "ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed" - url = "https://github.com/ninja-build/ninja/archive/v1.10.2.tar.gz" - -[Ninja_jll."1.10.3+0"] -executables = ["ninja"] - - [[Ninja_jll."1.10.3+0".sources]] - hash = "ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed" - url = "https://github.com/ninja-build/ninja/archive/v1.10.2.tar.gz" - -[Ninja_jll."1.11.0+0"] -executables = ["ninja"] - - [[Ninja_jll."1.11.0+0".sources]] - hash = "3c6ba2e66400fe3f1ae83deb4b235faf3137ec20bd5b08c29bfc368db143e4c6" - url = "https://github.com/ninja-build/ninja/archive/v1.11.0.tar.gz" - -[Ninja_jll."1.11.1+0"] -executables = ["ninja"] - - [[Ninja_jll."1.11.1+0".sources]] - hash = "31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea" - url = "https://github.com/ninja-build/ninja/archive/v1.11.1.tar.gz" - -[Ninja_jll."1.12.0+0"] -executables = ["ninja"] - - [[Ninja_jll."1.12.0+0".sources]] - hash = "65d0dfcbbea6b8ca7d8a3a0f673ecb522379e43c" - repo = "https://github.com/ninja-build/ninja" - -[Ninja_jll."1.12.1+0"] -executables = ["ninja"] - - [[Ninja_jll."1.12.1+0".sources]] - hash = "2daa09ba270b0a43e1929d29b073348aa985dfaa" - repo = "https://github.com/ninja-build/ninja" - -[Ninja_jll."1.13.1+0"] -executables = ["ninja"] - - [[Ninja_jll."1.13.1+0".sources]] - hash = "79feac0f3e3bc9da9effc586cd5fea41e7550051" - repo = "https://github.com/ninja-build/ninja" - -[NodeJS_16_jll."16.0.0+0"] -executables = ["node"] -files = ["bin/npm", "bin/npx"] - - [[NodeJS_16_jll."16.0.0+0".sources]] - hash = "9268cdb3c71cec4f3dc3bef98994f310c3bef259fae8c68e3f1c605c5dfcbc58" - url = "https://nodejs.org/dist/v16.0.0/node-v16.0.0-linux-x64.tar.gz" - [[NodeJS_16_jll."16.0.0+0".sources]] - hash = "22e7d326b21195c4a0df92a7af7cfdf1743cd46fcc50e335e4086a1c1f2a9a13" - url = "https://nodejs.org/dist/v16.0.0/node-v16.0.0-linux-arm64.tar.gz" - [[NodeJS_16_jll."16.0.0+0".sources]] - hash = "bc28902e8e1453531bb38001cf705dff2456cdf5b856a37dac2f2d3d771b02c1" - url = "https://nodejs.org/dist/v16.0.0/node-v16.0.0-linux-ppc64le.tar.gz" - [[NodeJS_16_jll."16.0.0+0".sources]] - hash = "d4e2965224ca0667732836be249ec32ad899f7f01d932121daca76cbf38e75f1" - url = "https://nodejs.org/dist/v16.0.0/node-v16.0.0-linux-armv7l.tar.gz" - [[NodeJS_16_jll."16.0.0+0".sources]] - hash = "b00457dd7da6cc00d0248dc57b4ddd01a71eed6009ddadd8c854678232091dfb" - url = "https://nodejs.org/dist/v16.0.0/node-v16.0.0-darwin-x64.tar.gz" - [[NodeJS_16_jll."16.0.0+0".sources]] - hash = "2d6d412abcf7c9375f19fde14086a6423e5bb9415eeca1ccad49638ffc476ea3" - url = "https://nodejs.org/dist/v16.0.0/node-v16.0.0-darwin-arm64.tar.gz" - [[NodeJS_16_jll."16.0.0+0".sources]] - hash = "99c2b01afb8d966fc876ec30ac7dfdbd9da9b17a3daeda92c19ce657ab9bea61" - url = "https://nodejs.org/dist/v16.0.0/node-v16.0.0-win-x64.zip" - [[NodeJS_16_jll."16.0.0+0".sources]] - hash = "0600dffb5331b6f49e6ff4fa97770811746e0e2ecaf53de6deaafff277a644b4" - url = "https://nodejs.org/dist/v16.0.0/node-v16.0.0-win-x86.zip" - -[NodeJS_16_jll."16.15.0+0"] -executables = ["node"] -files = ["bin/npm", "bin/npx"] - - [[NodeJS_16_jll."16.15.0+0".sources]] - hash = "d1c1de461be10bfd9c70ebae47330fb1b4ab0a98ad730823fb1340e34993edee" - url = "https://nodejs.org/dist/v16.15.0/node-v16.15.0-linux-x64.tar.gz" - [[NodeJS_16_jll."16.15.0+0".sources]] - hash = "2aa387e6a57ade663849efdc4fabf7431a38d975db98dcc79293840e6894d28b" - url = "https://nodejs.org/dist/v16.15.0/node-v16.15.0-linux-arm64.tar.gz" - [[NodeJS_16_jll."16.15.0+0".sources]] - hash = "625bf1f6cc2d608c51fc5b412ca162251871d14eb795cb006107d743c1da200c" - url = "https://nodejs.org/dist/v16.15.0/node-v16.15.0-linux-ppc64le.tar.gz" - [[NodeJS_16_jll."16.15.0+0".sources]] - hash = "3b54c8f57a8ab211b5e969cdf6d20b3bcd7f30f7e0444e00c409f78b90486d30" - url = "https://nodejs.org/dist/v16.15.0/node-v16.15.0-linux-armv7l.tar.gz" - [[NodeJS_16_jll."16.15.0+0".sources]] - hash = "a6bb12bbf979d32137598e49d56d61bcddf8a8596c3442b44a9b3ace58dd4de8" - url = "https://nodejs.org/dist/v16.15.0/node-v16.15.0-darwin-x64.tar.gz" - [[NodeJS_16_jll."16.15.0+0".sources]] - hash = "ad8d8fc5330ef47788f509c2af398c8060bb59acbe914070d0df684cd2d8d39b" - url = "https://nodejs.org/dist/v16.15.0/node-v16.15.0-darwin-arm64.tar.gz" - [[NodeJS_16_jll."16.15.0+0".sources]] - hash = "dbe04e92b264468f2e4911bc901ed5bfbec35e0b27b24f0d29eff4c25e428604" - url = "https://nodejs.org/dist/v16.15.0/node-v16.15.0-win-x64.zip" - [[NodeJS_16_jll."16.15.0+0".sources]] - hash = "0d11a3844dad4ab679502495a4aa41041168a2caa81b8da9c7b5a14902c46986" - url = "https://nodejs.org/dist/v16.15.0/node-v16.15.0-win-x86.zip" - -[NodeJS_18_jll."18.16.0+0"] -executables = ["node"] -files = ["bin/npm", "bin/npx"] - - [[NodeJS_18_jll."18.16.0+0".sources]] - hash = "fc83046a93d2189d919005a348db3b2372b598a145d84eb9781a3a4b0f032e95" - url = "https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-x64.tar.gz" - [[NodeJS_18_jll."18.16.0+0".sources]] - hash = "dc3dfaee899ed21682e47eaf15525f85aff29013c392490e9b25219cd95b1c35" - url = "https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-arm64.tar.gz" - [[NodeJS_18_jll."18.16.0+0".sources]] - hash = "b4e66dcda5ba4a3697be3fded122dabb6a677deee3d7f4d3c7c13ebb5a13844c" - url = "https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-ppc64le.tar.gz" - [[NodeJS_18_jll."18.16.0+0".sources]] - hash = "a3968db44e5ae17243d126ff79b1756016b198f7cc94c6fad8522aac481b4ff3" - url = "https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-armv7l.tar.gz" - [[NodeJS_18_jll."18.16.0+0".sources]] - hash = "cd520da6e2e89fab881c66a3e9aff02cb0d61d68104b1d6a571dd71bef920870" - url = "https://nodejs.org/dist/v18.16.0/node-v18.16.0-darwin-x64.tar.gz" - [[NodeJS_18_jll."18.16.0+0".sources]] - hash = "82c7bb4869419ce7338669e6739a786dfc7e72f276ffbed663f85ffc905dcdb4" - url = "https://nodejs.org/dist/v18.16.0/node-v18.16.0-darwin-arm64.tar.gz" - [[NodeJS_18_jll."18.16.0+0".sources]] - hash = "4b3bd4cb5570cc217490639e93a7e1b7a7a341981366661e514ce61941824a85" - url = "https://nodejs.org/dist/v18.16.0/node-v18.16.0-win-x64.zip" - [[NodeJS_18_jll."18.16.0+0".sources]] - hash = "2a7e0fb22e1a36144ee8183c80ef2705cd9754c1d894f94bb6c94a681de47924" - url = "https://nodejs.org/dist/v18.16.0/node-v18.16.0-win-x86.zip" - -[NodeJS_18_jll."18.16.1+0"] -executables = ["node"] -files = ["bin/npm", "bin/npx"] - - [[NodeJS_18_jll."18.16.1+0".sources]] - hash = "59582f51570d0857de6333620323bdeee5ae36107318f86ce5eca24747cabf5b" - url = "https://nodejs.org/dist/v18.16.1/node-v18.16.1-linux-x64.tar.gz" - [[NodeJS_18_jll."18.16.1+0".sources]] - hash = "555b5c521e068acc976e672978ba0f5b1a0c030192b50639384c88143f4460bc" - url = "https://nodejs.org/dist/v18.16.1/node-v18.16.1-linux-arm64.tar.gz" - [[NodeJS_18_jll."18.16.1+0".sources]] - hash = "4c4928f8b1b01c2a93ebf0eba2e179c63e97bca103339dc4152405531ca5c738" - url = "https://nodejs.org/dist/v18.16.1/node-v18.16.1-linux-ppc64le.tar.gz" - [[NodeJS_18_jll."18.16.1+0".sources]] - hash = "ffac5b7627b086b16376751b641cb5c429f94cedf9a5f0f6cfc3cbe7aa0e6b89" - url = "https://nodejs.org/dist/v18.16.1/node-v18.16.1-linux-armv7l.tar.gz" - [[NodeJS_18_jll."18.16.1+0".sources]] - hash = "3040210287a0b8d05af49f57de191afa783e497abbb10c340bae9158cb51fdd4" - url = "https://nodejs.org/dist/v18.16.1/node-v18.16.1-darwin-x64.tar.gz" - [[NodeJS_18_jll."18.16.1+0".sources]] - hash = "2ccb24e9211f4d17d8d8cfc0ea521198bb6a54e2f779f8feda952dbd3bb651ac" - url = "https://nodejs.org/dist/v18.16.1/node-v18.16.1-darwin-arm64.tar.gz" - [[NodeJS_18_jll."18.16.1+0".sources]] - hash = "145bd2f79eaa50b76559bd78266f4585e57b88dbb94613698a9514a601f84e7f" - url = "https://nodejs.org/dist/v18.16.1/node-v18.16.1-win-x64.zip" - [[NodeJS_18_jll."18.16.1+0".sources]] - hash = "950022d45729588421a535df7075c0b48fea26c41b66d545a300b2db67d949dc" - url = "https://nodejs.org/dist/v18.16.1/node-v18.16.1-win-x86.zip" - -[NodeJS_20_jll."20.11.1+0"] -executables = ["node"] -files = ["bin/npm", "bin/npx"] - - [[NodeJS_20_jll."20.11.1+0".sources]] - hash = "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7" - url = "https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz" - [[NodeJS_20_jll."20.11.1+0".sources]] - hash = "e34ab2fc2726b4abd896bcbff0250e9b2da737cbd9d24267518a802ed0606f3b" - url = "https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-arm64.tar.gz" - [[NodeJS_20_jll."20.11.1+0".sources]] - hash = "9823305ac3a66925a9b61d8032f6bbb4c3e33c28e7f957ebb27e49732feffb23" - url = "https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-ppc64le.tar.gz" - [[NodeJS_20_jll."20.11.1+0".sources]] - hash = "e42791f76ece283c7a4b97fbf716da72c5128c54a9779f10f03ae74a4bcfb8f6" - url = "https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-armv7l.tar.gz" - [[NodeJS_20_jll."20.11.1+0".sources]] - hash = "c52e7fb0709dbe63a4cbe08ac8af3479188692937a7bd8e776e0eedfa33bb848" - url = "https://nodejs.org/dist/v20.11.1/node-v20.11.1-darwin-x64.tar.gz" - [[NodeJS_20_jll."20.11.1+0".sources]] - hash = "e0065c61f340e85106a99c4b54746c5cee09d59b08c5712f67f99e92aa44995d" - url = "https://nodejs.org/dist/v20.11.1/node-v20.11.1-darwin-arm64.tar.gz" - [[NodeJS_20_jll."20.11.1+0".sources]] - hash = "bc032628d77d206ffa7f133518a6225a9c5d6d9210ead30d67e294ff37044bda" - url = "https://nodejs.org/dist/v20.11.1/node-v20.11.1-win-x64.zip" - [[NodeJS_20_jll."20.11.1+0".sources]] - hash = "b98e95f78416d1359b647cfa09ba2a48b76d41b56a776df822bf36ffe8e76a2d" - url = "https://nodejs.org/dist/v20.11.1/node-v20.11.1-win-x86.zip" - -[NodeJS_20_jll."20.12.2+0"] -executables = ["node"] -files = ["bin/npm", "bin/npx"] - - [[NodeJS_20_jll."20.12.2+0".sources]] - hash = "f8f9b6877778ed2d5f920a5bd853f0f8a8be1c42f6d448c763a95625cbbb4b0d" - url = "https://nodejs.org/dist/v20.12.2/node-v20.12.2-linux-x64.tar.gz" - [[NodeJS_20_jll."20.12.2+0".sources]] - hash = "2dc8ffa0da135bf493f881d2d38aac610772c801bb7b6208fcc5de9350f119f7" - url = "https://nodejs.org/dist/v20.12.2/node-v20.12.2-linux-arm64.tar.gz" - [[NodeJS_20_jll."20.12.2+0".sources]] - hash = "c33968d78e06af64bd8d89a74781fef71ff126f862f7ed0ff2417d612dd64abb" - url = "https://nodejs.org/dist/v20.12.2/node-v20.12.2-linux-ppc64le.tar.gz" - [[NodeJS_20_jll."20.12.2+0".sources]] - hash = "5861b891815ae8d42835db52bc57191858f348e0521b162c670c8ed4df417f1c" - url = "https://nodejs.org/dist/v20.12.2/node-v20.12.2-linux-armv7l.tar.gz" - [[NodeJS_20_jll."20.12.2+0".sources]] - hash = "cd5e9a80a38ccffc036a87b232a5402339c7bf8fa9a494ae0731a1a671687718" - url = "https://nodejs.org/dist/v20.12.2/node-v20.12.2-darwin-x64.tar.gz" - [[NodeJS_20_jll."20.12.2+0".sources]] - hash = "98eb624b52efec2530079e1d11296ec0ac20771b94b087d21649250339cf5332" - url = "https://nodejs.org/dist/v20.12.2/node-v20.12.2-darwin-arm64.tar.gz" - [[NodeJS_20_jll."20.12.2+0".sources]] - hash = "66dda1717cae30a13be6bb17ad96ee54b69f2c23c85acd9c3299b095fa26b452" - url = "https://nodejs.org/dist/v20.12.2/node-v20.12.2-win-x64.zip" - [[NodeJS_20_jll."20.12.2+0".sources]] - hash = "acf7d7fedf3a50aaa12c4e2bf0aa6220727b22eb24ad1b37264d46e12421d03d" - url = "https://nodejs.org/dist/v20.12.2/node-v20.12.2-win-x86.zip" - -[NodeJS_22_jll."22.15.0+0"] -executables = ["node"] -files = ["bin/npm", "bin/npx"] - - [[NodeJS_22_jll."22.15.0+0".sources]] - hash = "29d1c60c5b64ccdb0bc4e5495135e68e08a872e0ae91f45d9ec34fc135a17981" - url = "https://nodejs.org/dist/v22.15.0/node-v22.15.0-linux-x64.tar.gz" - [[NodeJS_22_jll."22.15.0+0".sources]] - hash = "c3582722db988ed1eaefd590b877b86aaace65f68746726c1f8c79d26e5cc7de" - url = "https://nodejs.org/dist/v22.15.0/node-v22.15.0-linux-arm64.tar.gz" - [[NodeJS_22_jll."22.15.0+0".sources]] - hash = "a744107732546a3b112630cde1cc2db681559668cea36bee851348ed036c101c" - url = "https://nodejs.org/dist/v22.15.0/node-v22.15.0-linux-ppc64le.tar.gz" - [[NodeJS_22_jll."22.15.0+0".sources]] - hash = "639a3ee3217049ba20e6f05651c7281a9d007111196387eb177081af8851e52f" - url = "https://nodejs.org/dist/v22.15.0/node-v22.15.0-linux-armv7l.tar.gz" - [[NodeJS_22_jll."22.15.0+0".sources]] - hash = "f7f42bee60d602783d3a842f0a02a2ecd9cb9d7f6f3088686c79295b0222facf" - url = "https://nodejs.org/dist/v22.15.0/node-v22.15.0-darwin-x64.tar.gz" - [[NodeJS_22_jll."22.15.0+0".sources]] - hash = "92eb58f54d172ed9dee320b8450f1390db629d4262c936d5c074b25a110fed02" - url = "https://nodejs.org/dist/v22.15.0/node-v22.15.0-darwin-arm64.tar.gz" - [[NodeJS_22_jll."22.15.0+0".sources]] - hash = "06067d4f0d463f90ed803d5eca5b039a05dec5d70fc7b7cc254803a59bd0e27c" - url = "https://nodejs.org/dist/v22.15.0/node-v22.15.0-win-x64.zip" - [[NodeJS_22_jll."22.15.0+0".sources]] - hash = "961e362568b91340b0229d27a64e3925ce5d807898a86074d61cab578f151843" - url = "https://nodejs.org/dist/v22.15.0/node-v22.15.0-win-x86.zip" - -[Notcurses_jll."3.0.0+0"] -libraries = ["libnotcurses", "libnotcurses-core"] - - [[Notcurses_jll."3.0.0+0".sources]] - hash = "d49a0375b762c9ec60ffb9e35b973643acfd69ab" - repo = "https://github.com/dankamongmen/notcurses" - [[Notcurses_jll."3.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/97a6d5c5809386ce9b9f67d436fbc7a07b23ec61//N/Notcurses/./bundled" - -[Notcurses_jll."3.0.2+0"] -libraries = ["libnotcurses", "libnotcurses-core", "libnotcurses-ffi"] - - [[Notcurses_jll."3.0.2+0".sources]] - hash = "c19a2477ff41586bbe899f354d7d65b54445be2a" - repo = "https://github.com/dankamongmen/notcurses" - [[Notcurses_jll."3.0.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d6a5924b7823b9f4c4316e5e9d5bfb30bdf56202//N/Notcurses/./bundled" - -[Notcurses_jll."3.0.2+1"] -libraries = ["libnotcurses", "libnotcurses-core", "libnotcurses-ffi"] - - [[Notcurses_jll."3.0.2+1".sources]] - hash = "c19a2477ff41586bbe899f354d7d65b54445be2a" - repo = "https://github.com/dankamongmen/notcurses" - [[Notcurses_jll."3.0.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d1d8100a9d9f4a72dacb8e436f7124d069c5e7f//N/Notcurses/./bundled" - -[Notcurses_jll."3.0.9+0"] -libraries = ["libnotcurses", "libnotcurses-core", "libnotcurses-ffi"] - - [[Notcurses_jll."3.0.9+0".sources]] - hash = "040ff99fb7ed6dee113ce303223f75cd8a38976c" - repo = "https://github.com/dankamongmen/notcurses" - [[Notcurses_jll."3.0.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6b1eb0c0effd40672ecf0d7e9f4c444353d4cc8c//N/Notcurses/./bundled" - -[Notcurses_jll."3.0.9+1"] -executables = ["notcurses-demo", "notcurses-info"] -libraries = ["libnotcurses", "libnotcurses-core", "libnotcurses-ffi"] - - [[Notcurses_jll."3.0.9+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[Notcurses_jll."3.0.9+1".sources]] - hash = "040ff99fb7ed6dee113ce303223f75cd8a38976c" - repo = "https://github.com/dankamongmen/notcurses" - [[Notcurses_jll."3.0.9+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/77680a641c765083a2abd13ed23fb5e525c3a851//N/Notcurses/bundled" - -[Notcurses_jll."3.0.11+0"] -executables = ["notcurses-demo", "notcurses-info"] -libraries = ["libnotcurses", "libnotcurses-core", "libnotcurses-ffi"] - - [[Notcurses_jll."3.0.11+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[Notcurses_jll."3.0.11+0".sources]] - hash = "bfb65c252e0764796e379595ad6e089dcb573ffe" - repo = "https://github.com/dankamongmen/notcurses" - [[Notcurses_jll."3.0.11+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/68623910a29c5d6e37049db42d68dbf6189d8825//N/Notcurses/bundled" - -[Notcurses_jll."3.0.12+0"] -executables = ["notcurses-demo", "notcurses-info"] -libraries = ["libnotcurses", "libnotcurses-core", "libnotcurses-ffi"] - - [[Notcurses_jll."3.0.12+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[Notcurses_jll."3.0.12+0".sources]] - hash = "0b53931c792cc5d093cd51fdc7472a3296246137" - repo = "https://github.com/dankamongmen/notcurses" - [[Notcurses_jll."3.0.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/41f09ec86bd7ab47536ed0011cb26c746232d958//N/Notcurses/bundled" - -[Notcurses_jll."3.0.13+0"] -executables = ["notcurses-demo", "notcurses-info"] -libraries = ["libnotcurses", "libnotcurses-core", "libnotcurses-ffi"] - - [[Notcurses_jll."3.0.13+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[Notcurses_jll."3.0.13+0".sources]] - hash = "fb02ba185f42dd9eaae717c9bba2da6194982294" - repo = "https://github.com/dankamongmen/notcurses" - [[Notcurses_jll."3.0.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/01453664dd8489ef3b4ad6c50dddfa86402b013e//N/Notcurses/bundled" - -[Notcurses_jll."3.0.16+0"] -executables = ["notcurses-demo", "notcurses-info"] -libraries = ["libnotcurses", "libnotcurses-core", "libnotcurses-ffi"] - - [[Notcurses_jll."3.0.16+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1+1" - - [[Notcurses_jll."3.0.16+0".sources]] - hash = "9e555a0151702ca53bd7d4f6f63bfc32b9fac1c5" - repo = "https://github.com/dankamongmen/notcurses" - [[Notcurses_jll."3.0.16+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5d11fc72d3d46d9d849722a321ad782b557a6df9//N/Notcurses/bundled" - -[OATHToolkit_jll."2.6.2+0"] -executables = ["oathtool"] - - [[OATHToolkit_jll."2.6.2+0".sources]] - hash = "b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0" - url = "http://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-2.6.2.tar.gz" - -[OCCT_jll."7.6.2+0"] -libraries = ["libTKBO", "libTKBRep", "libTKBin", "libTKBinL", "libTKBinXCAF", "libTKBool", "libTKCAF", "libTKCDF", "libTKFeat", "libTKFillet", "libTKG2d", "libTKG3d", "libTKGeomAlgo", "libTKGeomBase", "libTKHLR", "libTKIGES", "libTKLCAF", "libTKMath", "libTKMesh", "libTKOffset", "libTKPrim", "libTKRWMesh", "libTKSTEP", "libTKSTEP209", "libTKSTEPAttr", "libTKSTEPBase", "libTKSTL", "libTKService", "libTKShHealing", "libTKTopAlgo", "libTKV3d", "libTKVCAF", "libTKVRML", "libTKXCAF", "libTKXDEIGES", "libTKXDESTEP", "libTKXMesh", "libTKXSBase", "libTKXml", "libTKXmlL", "libTKXmlXCAF", "libTKernel"] - - [[OCCT_jll."7.6.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[OCCT_jll."7.6.2+0".sources]] - hash = "bb368e271e24f63078129283148ce83db6b9670a" - repo = "https://github.com/Open-Cascade-SAS/OCCT.git" - [[OCCT_jll."7.6.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cb088c7858dfb5698d4e0bfb6ab2180c92bbd351//O/OCCT/./bundled" - -[OCCT_jll."7.6.2+1"] -libraries = ["libTKBO", "libTKBRep", "libTKBin", "libTKBinL", "libTKBinXCAF", "libTKBool", "libTKCAF", "libTKCDF", "libTKFeat", "libTKFillet", "libTKG2d", "libTKG3d", "libTKGeomAlgo", "libTKGeomBase", "libTKHLR", "libTKIGES", "libTKLCAF", "libTKMath", "libTKMesh", "libTKOffset", "libTKPrim", "libTKRWMesh", "libTKSTEP", "libTKSTEP209", "libTKSTEPAttr", "libTKSTEPBase", "libTKSTL", "libTKService", "libTKShHealing", "libTKTopAlgo", "libTKV3d", "libTKVCAF", "libTKVRML", "libTKXCAF", "libTKXDEIGES", "libTKXDESTEP", "libTKXMesh", "libTKXSBase", "libTKXml", "libTKXmlL", "libTKXmlXCAF", "libTKernel"] - - [[OCCT_jll."7.6.2+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[OCCT_jll."7.6.2+1".sources]] - hash = "bb368e271e24f63078129283148ce83db6b9670a" - repo = "https://github.com/Open-Cascade-SAS/OCCT.git" - [[OCCT_jll."7.6.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ced94d1538ab99551f9902b3d07759eae8888efa//O/OCCT/./bundled" - -[OCCT_jll."7.6.2+2"] -libraries = ["libTKBO", "libTKBRep", "libTKBin", "libTKBinL", "libTKBinXCAF", "libTKBool", "libTKCAF", "libTKCDF", "libTKFeat", "libTKFillet", "libTKG2d", "libTKG3d", "libTKGeomAlgo", "libTKGeomBase", "libTKHLR", "libTKIGES", "libTKLCAF", "libTKMath", "libTKMesh", "libTKOffset", "libTKPrim", "libTKRWMesh", "libTKSTEP", "libTKSTEP209", "libTKSTEPAttr", "libTKSTEPBase", "libTKSTL", "libTKService", "libTKShHealing", "libTKTopAlgo", "libTKV3d", "libTKVCAF", "libTKVRML", "libTKXCAF", "libTKXDEIGES", "libTKXDESTEP", "libTKXMesh", "libTKXSBase", "libTKXml", "libTKXmlL", "libTKXmlXCAF", "libTKernel"] - - [[OCCT_jll."7.6.2+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[OCCT_jll."7.6.2+2".sources]] - hash = "bb368e271e24f63078129283148ce83db6b9670a" - repo = "https://github.com/Open-Cascade-SAS/OCCT.git" - [[OCCT_jll."7.6.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e78f6ab09bfd166e82b8224c693c833e445fc30a//O/OCCT/./bundled" - -[OCCT_jll."7.7.2+0"] -libraries = ["libTKBO", "libTKBRep", "libTKBin", "libTKBinL", "libTKBinXCAF", "libTKBool", "libTKCAF", "libTKCDF", "libTKFeat", "libTKFillet", "libTKG2d", "libTKG3d", "libTKGeomAlgo", "libTKGeomBase", "libTKHLR", "libTKIGES", "libTKLCAF", "libTKMath", "libTKMesh", "libTKOffset", "libTKPrim", "libTKRWMesh", "libTKSTEP", "libTKSTEP209", "libTKSTEPAttr", "libTKSTEPBase", "libTKSTL", "libTKService", "libTKShHealing", "libTKTopAlgo", "libTKV3d", "libTKVCAF", "libTKVRML", "libTKXCAF", "libTKXDEIGES", "libTKXDESTEP", "libTKXMesh", "libTKXSBase", "libTKXml", "libTKXmlL", "libTKXmlXCAF", "libTKernel"] - - [[OCCT_jll."7.7.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[OCCT_jll."7.7.2+0".sources]] - hash = "cec1ecd0c9f3b3d2572c47035d11949e8dfa85e2" - repo = "https://github.com/Open-Cascade-SAS/OCCT.git" - [[OCCT_jll."7.7.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/60235b3f4b943dfd830a9c9385f5983a89fd9094//O/OCCT/./bundled" - -[OCaml_jll."4.10.0+0"] -executables = ["ocamlopt.opt", "ocamlc.opt"] - - [[OCaml_jll."4.10.0+0".sources]] - hash = "58bae0f0a79daf86ec755a173e593fef4ef588f15c6185993af88ceb9722bc39" - url = "https://github.com/ocaml/ocaml/archive/4.10.0.tar.gz" - -[OCaml_jll."4.14.2+0"] -executables = ["ocamlopt.opt", "ocamlc.opt"] - - [[OCaml_jll."4.14.2+0".sources]] - hash = "8eb41f72ded84df884c3671734c947f612091f84" - repo = "https://github.com/ocaml/ocaml.git" - [[OCaml_jll."4.14.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c2e446ecd2db9ab6ee5b75af5826bfd09fcb0ea9//O/OCaml/OCaml@4.14.2/./bundled" - -[OCaml_jll."4.14.2+1"] -executables = ["ocamlopt.opt", "ocamlc.opt", "ocamlrun"] - - [[OCaml_jll."4.14.2+1".sources]] - hash = "8eb41f72ded84df884c3671734c947f612091f84" - repo = "https://github.com/ocaml/ocaml.git" - [[OCaml_jll."4.14.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6bc7a251912a2bee050414f45bc1b3453b17b5e4//O/OCaml/OCaml@4.14.2/./bundled" - -[OCaml_jll."5.3.0+0"] -executables = ["ocamlopt.opt", "ocamlc.opt"] - - [[OCaml_jll."5.3.0+0".sources]] - hash = "1ccb919e35f8378834060c503ae953897fe0fb7f" - repo = "https://github.com/ocaml/ocaml.git" - -[OCaml_jll."5.3.0+1"] -executables = ["ocamlopt.opt", "ocamlc.opt"] - - [[OCaml_jll."5.3.0+1".sources]] - hash = "1ccb919e35f8378834060c503ae953897fe0fb7f" - repo = "https://github.com/ocaml/ocaml.git" - -[OCaml_jll."5.3.0+2"] -executables = ["ocamlopt.opt", "ocamlc.opt", "ocamlrun"] - - [[OCaml_jll."5.3.0+2".sources]] - hash = "1ccb919e35f8378834060c503ae953897fe0fb7f" - repo = "https://github.com/ocaml/ocaml.git" - [[OCaml_jll."5.3.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6bc7a251912a2bee050414f45bc1b3453b17b5e4//O/OCaml/OCaml@5.3.0/./bundled" - -[OCaml_jll."5.3.0+3"] -executables = ["ocamlopt.opt", "ocamlc.opt", "ocamlrun"] - - [[OCaml_jll."5.3.0+3".sources]] - hash = "1ccb919e35f8378834060c503ae953897fe0fb7f" - repo = "https://github.com/ocaml/ocaml.git" - [[OCaml_jll."5.3.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b00e31584e95b1008fa2dd79efb84fa9db43e5fb//O/OCaml/OCaml@5.3.0/./bundled" - [[OCaml_jll."5.3.0+3".sources]] - hash = "647f44614b9f4df7cdd46092079169303d8f56f7ce970a290f6182c10d22c5be" - url = "https://github.com/topolarity/ocaml/releases/download/5.3.0-1/ocaml-5.3.0-1-aarch64-apple-darwin.tar.xz" - [[OCaml_jll."5.3.0+3".sources]] - hash = "4dff08159d03c1a28394093f101d8cf616a726d93d2ba4ababf9881dc19a5e40" - url = "https://github.com/topolarity/ocaml/releases/download/5.3.0-1/ocaml-5.3.0-1-x86_64-apple-darwin.tar.xz" - [[OCaml_jll."5.3.0+3".sources]] - hash = "4ba847ad57d47b32c873fdcd07e2e9e955459a34fd8e8bb85573589c005552a6" - url = "https://github.com/topolarity/ocaml/releases/download/5.3.0-1/ocaml-5.3.0-1-x86_64-w64-mingw32.tar.xz" - -[OCaml_jll."5.3.0+4"] -executables = ["ocamlopt.opt", "ocamlc.opt", "ocamlrun"] - - [[OCaml_jll."5.3.0+4".sources]] - hash = "1ccb919e35f8378834060c503ae953897fe0fb7f" - repo = "https://github.com/ocaml/ocaml.git" - [[OCaml_jll."5.3.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ba83d354db38c440ac32d2cead031980b09a3331//O/OCaml/OCaml@5.3.0/./bundled" - [[OCaml_jll."5.3.0+4".sources]] - hash = "647f44614b9f4df7cdd46092079169303d8f56f7ce970a290f6182c10d22c5be" - url = "https://github.com/topolarity/ocaml/releases/download/5.3.0-1/ocaml-5.3.0-1-aarch64-apple-darwin.tar.xz" - [[OCaml_jll."5.3.0+4".sources]] - hash = "4dff08159d03c1a28394093f101d8cf616a726d93d2ba4ababf9881dc19a5e40" - url = "https://github.com/topolarity/ocaml/releases/download/5.3.0-1/ocaml-5.3.0-1-x86_64-apple-darwin.tar.xz" - [[OCaml_jll."5.3.0+4".sources]] - hash = "4ba847ad57d47b32c873fdcd07e2e9e955459a34fd8e8bb85573589c005552a6" - url = "https://github.com/topolarity/ocaml/releases/download/5.3.0-1/ocaml-5.3.0-1-x86_64-w64-mingw32.tar.xz" - -[OCamlbuild_jll."0.15.0+0"] -executables = ["ocamlbuild"] - - [[OCamlbuild_jll."0.15.0+0".build_dependencies]] - name = "OCaml_jll" - target = "target" - version = "5.3.0" - - [[OCamlbuild_jll."0.15.0+0".sources]] - hash = "af319408376aae66dffcf7d31c6926aef19f4f84" - repo = "https://github.com/ocaml/ocamlbuild.git" - -[ODEInterface_jll."0.0.1+0"] -libraries = ["dopri5", "dopri5_i32", "dop853", "dop853_i32", "odex", "odex_i32", "radau5", "radau5_i32", "radau", "radau_i32", "seulex", "seulex_i32", "rodas", "rodas_i32", "ddeabm", "ddeabm_i32", "ddebdf", "ddebdf_i32", "bvpsol", "bvpsol_i32", "colnew", "colnew_i32", "bvp_m_proxy"] - - [[ODEInterface_jll."0.0.1+0".sources]] - hash = "987d0e2cffd1d7f2fd8e378b7292bed4bf451c06" - repo = "https://github.com/luchr/ODEInterface.jl" - -[ODEInterface_jll."0.0.2+0"] -libraries = ["dopri5", "dopri5_i32", "dop853", "dop853_i32", "odex", "odex_i32", "radau5", "radau5_i32", "radau", "radau_i32", "seulex", "seulex_i32", "rodas", "rodas_i32", "ddeabm", "ddeabm_i32", "ddebdf", "ddebdf_i32", "bvpsol", "bvpsol_i32", "colnew", "colnew_i32", "bvp_m_proxy"] - - [[ODEInterface_jll."0.0.2+0".sources]] - hash = "987d0e2cffd1d7f2fd8e378b7292bed4bf451c06" - repo = "https://github.com/luchr/ODEInterface.jl" - -[ONNXRuntime_CUDA_jll."1.10.0+0"] -libraries = ["libonnxruntime", "onnxruntime", "libonnxruntime_providers_cuda", "onnxruntime_providers_cuda", "libonnxruntime_providers_shared", "onnxruntime_providers_shared", "libonnxruntime_providers_tensorrt", "onnxruntime_providers_tensorrt"] - - [[ONNXRuntime_CUDA_jll."1.10.0+0".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "3.16.1" - [[ONNXRuntime_CUDA_jll."1.10.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - [[ONNXRuntime_CUDA_jll."1.10.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "10.2.89" - [[ONNXRuntime_CUDA_jll."1.10.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - - [[ONNXRuntime_CUDA_jll."1.10.0+0".sources]] - hash = "0d9030e79888d1d5828730b254fedc53c7b640c1" - repo = "https://github.com/microsoft/onnxruntime.git" - [[ONNXRuntime_CUDA_jll."1.10.0+0".sources]] - hash = "0da11b8d953fad4ec75f87bb894f72dea511a3940cff2f4dad37451586d1ebbc" - url = "https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-win-x64-gpu-1.10.0.zip" - [[ONNXRuntime_CUDA_jll."1.10.0+0".sources]] - hash = "a608b7a4a4fc6ad5c90d6005edbfe0851847b991b08aafff4549bbbbdb938bf6" - url = "https://nvidia.box.com/shared/static/jy7nqva7l88mq9i8bw3g3sklzf4kccn2.whl" - -[ONNXRuntime_jll."1.10.0+0"] -libraries = ["libonnxruntime", "onnxruntime"] - - [[ONNXRuntime_jll."1.10.0+0".build_dependencies]] - name = "protoc_jll" - target = "host" - uuid = "c7845625-083e-5bbe-8504-b32d602b7110" - version = "3.16.1" - - [[ONNXRuntime_jll."1.10.0+0".sources]] - hash = "0d9030e79888d1d5828730b254fedc53c7b640c1" - repo = "https://github.com/microsoft/onnxruntime.git" - [[ONNXRuntime_jll."1.10.0+0".sources]] - hash = "a0c6db3cff65bd282f6ba4a57789e619c27e55203321aa08c023019fe9da50d7" - url = "https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-win-x64-1.10.0.zip" - [[ONNXRuntime_jll."1.10.0+0".sources]] - hash = "fd1680fa7248ec334efc2564086e9c5e0d6db78337b55ec32e7b666164bdb88c" - url = "https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-win-x86-1.10.0.zip" - -[ONNXRuntime_jll."1.10.0+1"] -libraries = ["libonnxruntime", "onnxruntime"] - - [[ONNXRuntime_jll."1.10.0+1".build_dependencies]] - name = "protoc_jll" - target = "host" - uuid = "c7845625-083e-5bbe-8504-b32d602b7110" - version = "3.16.1" - - [[ONNXRuntime_jll."1.10.0+1".sources]] - hash = "0d9030e79888d1d5828730b254fedc53c7b640c1" - repo = "https://github.com/microsoft/onnxruntime.git" - [[ONNXRuntime_jll."1.10.0+1".sources]] - hash = "a0c6db3cff65bd282f6ba4a57789e619c27e55203321aa08c023019fe9da50d7" - url = "https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-win-x64-1.10.0.zip" - [[ONNXRuntime_jll."1.10.0+1".sources]] - hash = "fd1680fa7248ec334efc2564086e9c5e0d6db78337b55ec32e7b666164bdb88c" - url = "https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-win-x86-1.10.0.zip" - [[ONNXRuntime_jll."1.10.0+1".sources]] - hash = "bc880ba8a572acf79d50dcd35ba6dd8e5fb708d03883959ef60efbc15f5cdcb6" - url = "https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-linux-x64-gpu-1.10.0.tgz" - [[ONNXRuntime_jll."1.10.0+1".sources]] - hash = "0da11b8d953fad4ec75f87bb894f72dea511a3940cff2f4dad37451586d1ebbc" - url = "https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-win-x64-gpu-1.10.0.zip" - [[ONNXRuntime_jll."1.10.0+1".sources]] - hash = "a608b7a4a4fc6ad5c90d6005edbfe0851847b991b08aafff4549bbbbdb938bf6" - url = "https://nvidia.box.com/shared/static/jy7nqva7l88mq9i8bw3g3sklzf4kccn2.whl" - -[ONNXRuntime_jll."1.10.0+2"] -libraries = ["libonnxruntime", "onnxruntime"] - - [[ONNXRuntime_jll."1.10.0+2".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "3.16.1" - - [[ONNXRuntime_jll."1.10.0+2".sources]] - hash = "0d9030e79888d1d5828730b254fedc53c7b640c1" - repo = "https://github.com/microsoft/onnxruntime.git" - [[ONNXRuntime_jll."1.10.0+2".sources]] - hash = "a0c6db3cff65bd282f6ba4a57789e619c27e55203321aa08c023019fe9da50d7" - url = "https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-win-x64-1.10.0.zip" - [[ONNXRuntime_jll."1.10.0+2".sources]] - hash = "fd1680fa7248ec334efc2564086e9c5e0d6db78337b55ec32e7b666164bdb88c" - url = "https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-win-x86-1.10.0.zip" - -[ONNX_jll."1.10.2+0"] -files = ["lib/libonnx.a"] -libraries = ["libonnxifi", "libonnxifi_dummy"] - - [[ONNX_jll."1.10.2+0".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "*" - - [[ONNX_jll."1.10.2+0".sources]] - hash = "520b3aa34272cc215e2eb41385f58adf01750d88858d4722563edca8410c5dc9" - url = "https://github.com/onnx/onnx/archive/refs/tags/v1.10.2.tar.gz" - -[ORC_jll."4.31.0+0"] -executables = ["orcc", "orc-bugreport"] -libraries = ["liborc-test-0.4", "liborc-test-0", "liborc-0.4", "liborc-0"] - - [[ORC_jll."4.31.0+0".sources]] - hash = "a0ab5f10a6a9ae7c3a6b4218246564c3bf00d657cbdf587e6d34ec3ef0616075" - url = "https://gstreamer.freedesktop.org/src/orc/orc-0.4.31.tar.xz" - -[ORTools_jll."9.7.0+0"] -executables = ["fzn-cp-sat", "sat_runner", "solve"] -files = ["include/operations_research/bop/bop_parameters.proto", "include/operations_research/assignment.proto", "include/operations_research/demon_profiler.proto", "include/operations_research/search_limit.proto", "include/operations_research/search_stats.proto", "include/operations_research/solver_parameters.proto", "include/operations_research/routing_enums.proto", "include/operations_research/routing_parameters.proto", "include/operations_research/glop/parameters.proto", "include/operations_research/flow_problem.proto", "include/operations_research/gscip.proto", "include/operations_research/linear_solver.proto", "include/operations_research/math_opt/callback.proto", "include/operations_research/math_opt/model.proto", "include/operations_research/math_opt/model_parameters.proto", "include/operations_research/math_opt/model_update.proto", "include/operations_research/math_opt/result.proto", "include/operations_research/math_opt/solution.proto", "include/operations_research/math_opt/parameters.proto", "include/operations_research/math_opt/solvers/glpk.proto", "include/operations_research/math_opt/solvers/gurobi.proto", "include/operations_research/math_opt/solvers/highs.proto", "include/operations_research/math_opt/sparse_containers.proto", "include/operations_research/math_opt/infeasible_subsystem.proto", "include/operations_research/packing/multiple_dimensions_bin_packing.proto", "include/operations_research/packing/vbp/vector_bin_packing.proto", "include/operations_research/pdlp/solve_log.proto", "include/operations_research/pdlp/solvers.proto", "include/operations_research/sat/cp_model.proto", "include/operations_research/sat/sat_parameters.proto", "include/operations_research/sat/boolean_problem.proto", "include/operations_research/optional_boolean.proto", "include/operations_research/course_scheduling.proto", "include/operations_research/scheduling/rcpsp/rcpsp.proto", "include/operations_research/scheduling/jssp/jobshop_scheduling.proto"] -libraries = ["libortools", "libortools_flatzinc"] - - [[ORTools_jll."9.7.0+0".sources]] - hash = "6fa02e157a5c91067b7d7b88629472b9ed461193" - repo = "https://github.com/google/or-tools.git" - [[ORTools_jll."9.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0e1f294bed775a2fbf5d36929593fb69c5aaa48a//O/ORTools/./bundled" - -[ORTools_jll."9.7.0+1"] -executables = ["fzn-cp-sat", "sat_runner", "solve"] -files = ["include/operations_research/bop/bop_parameters.proto", "include/operations_research/assignment.proto", "include/operations_research/demon_profiler.proto", "include/operations_research/search_limit.proto", "include/operations_research/search_stats.proto", "include/operations_research/solver_parameters.proto", "include/operations_research/routing_enums.proto", "include/operations_research/routing_parameters.proto", "include/operations_research/glop/parameters.proto", "include/operations_research/flow_problem.proto", "include/operations_research/gscip.proto", "include/operations_research/linear_solver.proto", "include/operations_research/math_opt/callback.proto", "include/operations_research/math_opt/model.proto", "include/operations_research/math_opt/model_parameters.proto", "include/operations_research/math_opt/model_update.proto", "include/operations_research/math_opt/result.proto", "include/operations_research/math_opt/solution.proto", "include/operations_research/math_opt/parameters.proto", "include/operations_research/math_opt/solvers/glpk.proto", "include/operations_research/math_opt/solvers/gurobi.proto", "include/operations_research/math_opt/solvers/highs.proto", "include/operations_research/math_opt/sparse_containers.proto", "include/operations_research/math_opt/infeasible_subsystem.proto", "include/operations_research/packing/multiple_dimensions_bin_packing.proto", "include/operations_research/packing/vbp/vector_bin_packing.proto", "include/operations_research/pdlp/solve_log.proto", "include/operations_research/pdlp/solvers.proto", "include/operations_research/sat/cp_model.proto", "include/operations_research/sat/sat_parameters.proto", "include/operations_research/sat/boolean_problem.proto", "include/operations_research/optional_boolean.proto", "include/operations_research/course_scheduling.proto", "include/operations_research/scheduling/rcpsp/rcpsp.proto", "include/operations_research/scheduling/jssp/jobshop_scheduling.proto"] -libraries = ["libortools", "libortools_flatzinc"] - - [[ORTools_jll."9.7.0+1".sources]] - hash = "6fa02e157a5c91067b7d7b88629472b9ed461193" - repo = "https://github.com/google/or-tools.git" - -[ORTools_jll."9.7.0+2"] -executables = ["fzn-cp-sat", "sat_runner", "solve"] -files = ["include/ortools/bop/bop_parameters.proto", "include/ortools/constraint_solver/assignment.proto", "include/ortools/constraint_solver/demon_profiler.proto", "include/ortools/constraint_solver/search_limit.proto", "include/ortools/constraint_solver/search_stats.proto", "include/ortools/constraint_solver/solver_parameters.proto", "include/ortools/constraint_solver/routing_enums.proto", "include/ortools/constraint_solver/routing_parameters.proto", "include/ortools/glop/parameters.proto", "include/ortools/graph/flow_problem.proto", "include/ortools/gscip/gscip.proto", "include/ortools/linear_solver/linear_solver.proto", "include/ortools/math_opt/callback.proto", "include/ortools/math_opt/model.proto", "include/ortools/math_opt/model_parameters.proto", "include/ortools/math_opt/model_update.proto", "include/ortools/math_opt/result.proto", "include/ortools/math_opt/solution.proto", "include/ortools/math_opt/parameters.proto", "include/ortools/math_opt/solvers/glpk.proto", "include/ortools/math_opt/solvers/gurobi.proto", "include/ortools/math_opt/solvers/highs.proto", "include/ortools/math_opt/sparse_containers.proto", "include/ortools/math_opt/infeasible_subsystem.proto", "include/ortools/packing/multiple_dimensions_bin_packing.proto", "include/ortools/packing/vbp/vector_bin_packing.proto", "include/ortools/pdlp/solve_log.proto", "include/ortools/pdlp/solvers.proto", "include/ortools/sat/cp_model.proto", "include/ortools/sat/sat_parameters.proto", "include/ortools/sat/boolean_problem.proto", "include/ortools/util/optional_boolean.proto", "include/ortools/scheduling/course_scheduling.proto", "include/ortools/scheduling/rcpsp/rcpsp.proto", "include/ortools/scheduling/jssp/jobshop_scheduling.proto"] -libraries = ["libortools", "libortools_flatzinc"] - - [[ORTools_jll."9.7.0+2".sources]] - hash = "6fa02e157a5c91067b7d7b88629472b9ed461193" - repo = "https://github.com/google/or-tools.git" - -[ORTools_jll."9.11.0+0"] -executables = ["fzn-cp-sat", "sat_runner", "solve"] -files = ["include/ortools/bop/bop_parameters.proto", "include/ortools/constraint_solver/assignment.proto", "include/ortools/constraint_solver/demon_profiler.proto", "include/ortools/constraint_solver/search_limit.proto", "include/ortools/constraint_solver/search_stats.proto", "include/ortools/constraint_solver/solver_parameters.proto", "include/ortools/constraint_solver/routing_enums.proto", "include/ortools/constraint_solver/routing_parameters.proto", "include/ortools/glop/parameters.proto", "include/ortools/graph/flow_problem.proto", "include/ortools/gscip/gscip.proto", "include/ortools/linear_solver/linear_solver.proto", "include/ortools/math_opt/callback.proto", "include/ortools/math_opt/model.proto", "include/ortools/math_opt/model_parameters.proto", "include/ortools/math_opt/model_update.proto", "include/ortools/math_opt/result.proto", "include/ortools/math_opt/solution.proto", "include/ortools/math_opt/parameters.proto", "include/ortools/math_opt/solvers/glpk.proto", "include/ortools/math_opt/solvers/gurobi.proto", "include/ortools/math_opt/solvers/highs.proto", "include/ortools/math_opt/sparse_containers.proto", "include/ortools/math_opt/infeasible_subsystem.proto", "include/ortools/packing/multiple_dimensions_bin_packing.proto", "include/ortools/packing/vbp/vector_bin_packing.proto", "include/ortools/pdlp/solve_log.proto", "include/ortools/pdlp/solvers.proto", "include/ortools/sat/cp_model.proto", "include/ortools/sat/sat_parameters.proto", "include/ortools/sat/boolean_problem.proto", "include/ortools/util/optional_boolean.proto", "include/ortools/scheduling/course_scheduling.proto", "include/ortools/scheduling/rcpsp/rcpsp.proto", "include/ortools/scheduling/jssp/jobshop_scheduling.proto"] -libraries = ["libortools", "libortools_flatzinc"] - - [[ORTools_jll."9.11.0+0".sources]] - hash = "8edc858e5cbe8902801d846899dc0de9be748b2c" - repo = "https://github.com/google/or-tools.git" - -[ORTools_jll."9.11.1+0"] -executables = ["fzn-cp-sat", "sat_runner", "solve"] -files = ["include/ortools/bop/bop_parameters.proto", "include/ortools/constraint_solver/assignment.proto", "include/ortools/constraint_solver/demon_profiler.proto", "include/ortools/constraint_solver/search_limit.proto", "include/ortools/constraint_solver/search_stats.proto", "include/ortools/constraint_solver/solver_parameters.proto", "include/ortools/constraint_solver/routing_enums.proto", "include/ortools/constraint_solver/routing_parameters.proto", "include/ortools/glop/parameters.proto", "include/ortools/graph/flow_problem.proto", "include/ortools/gscip/gscip.proto", "include/ortools/linear_solver/linear_solver.proto", "include/ortools/math_opt/callback.proto", "include/ortools/math_opt/model.proto", "include/ortools/math_opt/model_parameters.proto", "include/ortools/math_opt/model_update.proto", "include/ortools/math_opt/result.proto", "include/ortools/math_opt/solution.proto", "include/ortools/math_opt/parameters.proto", "include/ortools/math_opt/solvers/glpk.proto", "include/ortools/math_opt/solvers/gurobi.proto", "include/ortools/math_opt/solvers/highs.proto", "include/ortools/math_opt/sparse_containers.proto", "include/ortools/math_opt/infeasible_subsystem.proto", "include/ortools/packing/multiple_dimensions_bin_packing.proto", "include/ortools/packing/vbp/vector_bin_packing.proto", "include/ortools/pdlp/solve_log.proto", "include/ortools/pdlp/solvers.proto", "include/ortools/sat/cp_model.proto", "include/ortools/sat/sat_parameters.proto", "include/ortools/sat/boolean_problem.proto", "include/ortools/util/optional_boolean.proto", "include/ortools/scheduling/course_scheduling.proto", "include/ortools/scheduling/rcpsp/rcpsp.proto", "include/ortools/scheduling/jssp/jobshop_scheduling.proto"] -libraries = ["libortools", "libortools_flatzinc"] - - [[ORTools_jll."9.11.1+0".sources]] - hash = "f99e8e981e13035bb7ef074776525ad275182ef6" - repo = "https://github.com/google/or-tools.git" - -[ORTools_jll."9.12.0+0"] -executables = ["fzn-cp-sat", "sat_runner", "solve"] -files = ["include/ortools/bop/bop_parameters.proto", "include/ortools/constraint_solver/assignment.proto", "include/ortools/constraint_solver/demon_profiler.proto", "include/ortools/constraint_solver/search_limit.proto", "include/ortools/constraint_solver/search_stats.proto", "include/ortools/constraint_solver/solver_parameters.proto", "include/ortools/constraint_solver/routing_enums.proto", "include/ortools/constraint_solver/routing_parameters.proto", "include/ortools/glop/parameters.proto", "include/ortools/graph/flow_problem.proto", "include/ortools/gscip/gscip.proto", "include/ortools/linear_solver/linear_solver.proto", "include/ortools/math_opt/callback.proto", "include/ortools/math_opt/model.proto", "include/ortools/math_opt/model_parameters.proto", "include/ortools/math_opt/model_update.proto", "include/ortools/math_opt/result.proto", "include/ortools/math_opt/solution.proto", "include/ortools/math_opt/parameters.proto", "include/ortools/math_opt/solvers/glpk.proto", "include/ortools/math_opt/solvers/gurobi.proto", "include/ortools/math_opt/solvers/highs.proto", "include/ortools/math_opt/sparse_containers.proto", "include/ortools/math_opt/infeasible_subsystem.proto", "include/ortools/packing/multiple_dimensions_bin_packing.proto", "include/ortools/packing/vbp/vector_bin_packing.proto", "include/ortools/pdlp/solve_log.proto", "include/ortools/pdlp/solvers.proto", "include/ortools/sat/cp_model.proto", "include/ortools/sat/sat_parameters.proto", "include/ortools/sat/boolean_problem.proto", "include/ortools/util/optional_boolean.proto", "include/ortools/scheduling/course_scheduling.proto", "include/ortools/scheduling/rcpsp/rcpsp.proto", "include/ortools/scheduling/jssp/jobshop_scheduling.proto"] -libraries = ["libortools", "libortools_flatzinc"] - - [[ORTools_jll."9.12.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.28.1" - - [[ORTools_jll."9.12.0+0".sources]] - hash = "b8e881fbde473a9e33e0dac475e498559eb0459d" - repo = "https://github.com/google/or-tools.git" - -[ORTools_jll."9.13.0+0"] -executables = ["fzn-cp-sat", "sat_runner", "solve"] -files = ["include/ortools/bop/bop_parameters.proto", "include/ortools/constraint_solver/assignment.proto", "include/ortools/constraint_solver/demon_profiler.proto", "include/ortools/constraint_solver/search_limit.proto", "include/ortools/constraint_solver/search_stats.proto", "include/ortools/constraint_solver/solver_parameters.proto", "include/ortools/constraint_solver/routing_enums.proto", "include/ortools/constraint_solver/routing_parameters.proto", "include/ortools/glop/parameters.proto", "include/ortools/graph/flow_problem.proto", "include/ortools/gscip/gscip.proto", "include/ortools/linear_solver/linear_solver.proto", "include/ortools/math_opt/callback.proto", "include/ortools/math_opt/model.proto", "include/ortools/math_opt/model_parameters.proto", "include/ortools/math_opt/model_update.proto", "include/ortools/math_opt/result.proto", "include/ortools/math_opt/solution.proto", "include/ortools/math_opt/parameters.proto", "include/ortools/math_opt/solvers/glpk.proto", "include/ortools/math_opt/solvers/gurobi.proto", "include/ortools/math_opt/solvers/highs.proto", "include/ortools/math_opt/sparse_containers.proto", "include/ortools/math_opt/infeasible_subsystem.proto", "include/ortools/packing/multiple_dimensions_bin_packing.proto", "include/ortools/packing/vbp/vector_bin_packing.proto", "include/ortools/pdlp/solve_log.proto", "include/ortools/pdlp/solvers.proto", "include/ortools/sat/cp_model.proto", "include/ortools/sat/sat_parameters.proto", "include/ortools/sat/boolean_problem.proto", "include/ortools/util/optional_boolean.proto", "include/ortools/scheduling/course_scheduling.proto", "include/ortools/scheduling/rcpsp/rcpsp.proto", "include/ortools/scheduling/jssp/jobshop_scheduling.proto"] -libraries = ["libortools", "libortools_flatzinc"] - - [[ORTools_jll."9.13.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.28.1" - - [[ORTools_jll."9.13.0+0".sources]] - hash = "7c52f28d700bd4f9f3048372a58d38ff291ee6e1" - repo = "https://github.com/google/or-tools.git" - -[ORTools_jll."9.14.0+0"] -executables = ["fzn-cp-sat", "sat_runner", "solve"] -files = ["include/ortools/bop/bop_parameters.proto", "include/ortools/constraint_solver/assignment.proto", "include/ortools/constraint_solver/demon_profiler.proto", "include/ortools/constraint_solver/search_limit.proto", "include/ortools/constraint_solver/search_stats.proto", "include/ortools/constraint_solver/solver_parameters.proto", "include/ortools/constraint_solver/routing_enums.proto", "include/ortools/constraint_solver/routing_ils.proto", "include/ortools/constraint_solver/routing_parameters.proto", "include/ortools/glop/parameters.proto", "include/ortools/graph/flow_problem.proto", "include/ortools/gscip/gscip.proto", "include/ortools/linear_solver/linear_solver.proto", "include/ortools/math_opt/callback.proto", "include/ortools/math_opt/model.proto", "include/ortools/math_opt/model_parameters.proto", "include/ortools/math_opt/model_update.proto", "include/ortools/math_opt/result.proto", "include/ortools/math_opt/solution.proto", "include/ortools/math_opt/parameters.proto", "include/ortools/math_opt/solvers/glpk.proto", "include/ortools/math_opt/solvers/gurobi.proto", "include/ortools/math_opt/solvers/highs.proto", "include/ortools/math_opt/solvers/osqp.proto", "include/ortools/math_opt/sparse_containers.proto", "include/ortools/math_opt/infeasible_subsystem.proto", "include/ortools/packing/multiple_dimensions_bin_packing.proto", "include/ortools/packing/vbp/vector_bin_packing.proto", "include/ortools/pdlp/solve_log.proto", "include/ortools/pdlp/solvers.proto", "include/ortools/sat/cp_model.proto", "include/ortools/sat/sat_parameters.proto", "include/ortools/sat/boolean_problem.proto", "include/ortools/util/optional_boolean.proto", "include/ortools/scheduling/course_scheduling.proto", "include/ortools/scheduling/rcpsp/rcpsp.proto", "include/ortools/scheduling/jssp/jobshop_scheduling.proto"] -libraries = ["libortools", "libortools_flatzinc"] - - [[ORTools_jll."9.14.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.28.1" - - [[ORTools_jll."9.14.0+0".sources]] - hash = "0d60e8afe450ec817f510aae965ab8898310cb41" - repo = "https://github.com/google/or-tools.git" - -[OSQP_jll."0.6.0+0"] -libraries = ["libqdldl", "libosqp"] - - [[OSQP_jll."0.6.0+0".sources]] - hash = "79ae6905a71bc8241f75733adfe6a74114aa7fff1e89e0d5c88a1d1e1cc50165" - url = "https://dl.bintray.com/bstellato/generic/OSQP/0.6.0/osqp-0.6.0.tar.gz" - -[OSQP_jll."0.6.2+0"] -libraries = ["libqdldl", "libosqp"] - - [[OSQP_jll."0.6.2+0".sources]] - hash = "2026ec67784344fbe062708947a68420911f8feb040e07ff09fba35254032b1f" - url = "https://dl.bintray.com/bstellato/generic/OSQP/0.6.2/osqp-0.6.2.tar.gz" - -[OSQP_jll."0.600.200+0"] -libraries = ["libqdldl", "libosqp"] - - [[OSQP_jll."0.600.200+0".sources]] - hash = "f9fc23d3436e4b17dd2cb95f70cfa1f37d122c24" - repo = "https://github.com/osqp/osqp.git" - -[OTF2_jll."3.0.3+0"] -executables = ["otf2-config", "otf2-estimator", "otf2-marker", "otf2-print", "otf2-snapshots"] -libraries = ["libotf2"] - - [[OTF2_jll."3.0.3+0".sources]] - hash = "18a3905f7917340387e3edc8e5766f31ab1af41f4ecc5665da6c769ca21c4ee8" - url = "https://perftools.pages.jsc.fz-juelich.de/cicd/otf2/tags/otf2-3.0.3/otf2-3.0.3.tar.gz" - -[OTF2_jll."3.0.3+1"] -executables = ["otf2-config", "otf2-estimator", "otf2-marker", "otf2-print", "otf2-snapshots"] -libraries = ["libotf2"] - - [[OTF2_jll."3.0.3+1".sources]] - hash = "18a3905f7917340387e3edc8e5766f31ab1af41f4ecc5665da6c769ca21c4ee8" - url = "https://perftools.pages.jsc.fz-juelich.de/cicd/otf2/tags/otf2-3.0.3/otf2-3.0.3.tar.gz" - -[Objconv_jll."2.49.0+0"] -executables = ["objconv"] - - [[Objconv_jll."2.49.0+0".sources]] - hash = "5fcdf0eda828fbaf4b3d31ba89b5011f649df3a7ef0cc7520d08fe481cac4e9f" - url = "https://github.com/staticfloat/objconv/archive/v2.49.tar.gz" - -[Objconv_jll."2.49.1+0"] -executables = ["objconv"] - - [[Objconv_jll."2.49.1+0".sources]] - hash = "5fcdf0eda828fbaf4b3d31ba89b5011f649df3a7ef0cc7520d08fe481cac4e9f" - url = "https://github.com/staticfloat/objconv/archive/v2.49.tar.gz" - -[Objconv_jll."2.49.1+1"] -executables = ["objconv"] - - [[Objconv_jll."2.49.1+1".sources]] - hash = "5fcdf0eda828fbaf4b3d31ba89b5011f649df3a7ef0cc7520d08fe481cac4e9f" - url = "https://github.com/staticfloat/objconv/archive/v2.49.tar.gz" - -[Objconv_jll."2.53.0+0"] -executables = ["objconv"] - - [[Objconv_jll."2.53.0+0".sources]] - hash = "ae54df67e0c4ac2c78f3a7ece486ed4e92d098af" - repo = "https://github.com/staticfloat/objconv" - -[Objconv_jll."2.53.0+1"] -executables = ["objconv"] - - [[Objconv_jll."2.53.0+1".sources]] - hash = "ae54df67e0c4ac2c78f3a7ece486ed4e92d098af" - repo = "https://github.com/staticfloat/objconv" - -[Objconv_jll."2.54.0+0"] -executables = ["objconv"] - - [[Objconv_jll."2.54.0+0".sources]] - hash = "c68e441d2b93074b01ea193cb17e944ed751750f" - repo = "https://github.com/staticfloat/objconv" - -[Objconv_jll."2.55.0+0"] -executables = ["objconv"] - - [[Objconv_jll."2.55.0+0".sources]] - hash = "ac833602033f71481c82b9d4b4c2bf69b66c235e" - repo = "https://github.com/staticfloat/objconv" - -[Octave_jll."9.2.0+0"] -executables = ["octave"] - - [[Octave_jll."9.2.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[Octave_jll."9.2.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[Octave_jll."9.2.0+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - - [[Octave_jll."9.2.0+0".sources]] - hash = "0636554b05996997e431caad4422c00386d2d7c68900472700fecf5ffeb7c991" - url = "https://ftpmirror.gnu.org/octave/octave-9.2.0.tar.gz" - -[Octave_jll."9.2.0+1"] -executables = ["octave-9.2.0", "octave-cli-9.2.0"] - - [[Octave_jll."9.2.0+1".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[Octave_jll."9.2.0+1".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[Octave_jll."9.2.0+1".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - - [[Octave_jll."9.2.0+1".sources]] - hash = "0636554b05996997e431caad4422c00386d2d7c68900472700fecf5ffeb7c991" - url = "https://ftpmirror.gnu.org/octave/octave-9.2.0.tar.gz" - -[Octave_jll."9.3.0+0"] -executables = ["octave-9.3.0", "octave-cli-9.3.0"] - - [[Octave_jll."9.3.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[Octave_jll."9.3.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - - [[Octave_jll."9.3.0+0".sources]] - hash = "809fa39a7acc84815bf4dc4d2d7e6b228ce75a07f3b2413f3313aa8e0aaa3287" - url = "https://ftpmirror.gnu.org/octave/octave-9.3.0.tar.gz" - -[Octave_jll."9.3.1+0"] -executables = ["octave-9.3.0", "octave-cli-9.3.0"] - - [[Octave_jll."9.3.1+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[Octave_jll."9.3.1+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - - [[Octave_jll."9.3.1+0".sources]] - hash = "809fa39a7acc84815bf4dc4d2d7e6b228ce75a07f3b2413f3313aa8e0aaa3287" - url = "https://ftpmirror.gnu.org/octave/octave-9.3.0.tar.gz" - -[Octave_jll."9.3.1+1"] -executables = ["octave-9.3.0", "octave-cli-9.3.0"] - - [[Octave_jll."9.3.1+1".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[Octave_jll."9.3.1+1".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - - [[Octave_jll."9.3.1+1".sources]] - hash = "809fa39a7acc84815bf4dc4d2d7e6b228ce75a07f3b2413f3313aa8e0aaa3287" - url = "https://ftpmirror.gnu.org/octave/octave-9.3.0.tar.gz" - -[Octave_jll."9.4.0+0"] -executables = ["octave-9.4.0", "octave-cli-9.4.0"] - - [[Octave_jll."9.4.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[Octave_jll."9.4.0+0".build_dependencies]] - name = "Bison_jll" - target = "host" - version = "*" - [[Octave_jll."9.4.0+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[Octave_jll."9.4.0+0".sources]] - hash = "da9481205bfa717660b7d4a16732d8b2d58aadceab4993d41242a8e2848ea6c1" - url = "https://ftpmirror.gnu.org/octave/octave-9.4.0.tar.gz" - [[Octave_jll."9.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9827424c7b4f49ddb6940c87816c947360ff12cc//O/Octave/./bundled" - -[Ogg_jll."1.3.3+0"] -libraries = ["libogg"] - - [[Ogg_jll."1.3.3+0".sources]] - hash = "c2e8a485110b97550f453226ec644ebac6cb29d1caef2902c007edab4308d985" - url = "https://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.gz" - -[Ogg_jll."1.3.4+0"] -libraries = ["libogg"] - - [[Ogg_jll."1.3.4+0".sources]] - hash = "c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe" - url = "https://downloads.xiph.org/releases/ogg/libogg-1.3.4.tar.xz" - -[Ogg_jll."1.3.4+1"] -libraries = ["libogg"] - - [[Ogg_jll."1.3.4+1".sources]] - hash = "c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe" - url = "https://downloads.xiph.org/releases/ogg/libogg-1.3.4.tar.xz" - -[Ogg_jll."1.3.4+2"] -libraries = ["libogg"] - - [[Ogg_jll."1.3.4+2".sources]] - hash = "c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe" - url = "https://downloads.xiph.org/releases/ogg/libogg-1.3.4.tar.xz" - -[Ogg_jll."1.3.5+0"] -libraries = ["libogg"] - - [[Ogg_jll."1.3.5+0".sources]] - hash = "c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe" - url = "https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.4.tar.xz" - -[Ogg_jll."1.3.5+1"] -libraries = ["libogg"] - - [[Ogg_jll."1.3.5+1".sources]] - hash = "c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705" - url = "https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.5.tar.xz" - -[Ogg_jll."1.3.6+0"] -libraries = ["libogg"] - - [[Ogg_jll."1.3.6+0".sources]] - hash = "5c8253428e181840cd20d41f3ca16557a9cc04bad4a3d04cce84808677fa1061" - url = "https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.6.tar.xz" - -[OpenAL_jll."1.19.0+0"] -libraries = ["libopenal"] - - [[OpenAL_jll."1.19.0+0".sources]] - hash = "96aacac10ca852fc30fd7f72f3e3c6ddbe02858c" - repo = "https://github.com/kcat/openal-soft.git" - -[OpenAL_jll."1.21.1+0"] -libraries = ["libopenal"] - - [[OpenAL_jll."1.21.1+0".sources]] - hash = "ae4eacf147e2c2340cc4e02a790df04c793ed0a9" - repo = "https://github.com/kcat/openal-soft.git" - -[OpenBLAS32_jll."0.3.9+0"] -libraries = ["libopenblas"] - - [[OpenBLAS32_jll."0.3.9+0".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS32_jll."0.3.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7df1dc810c7ac5631870b98ee1fec3240b9296be//./O/OpenBLAS/OpenBLAS32@0.3.9/./bundled" - -[OpenBLAS32_jll."0.3.9+1"] -libraries = ["libopenblas"] - - [[OpenBLAS32_jll."0.3.9+1".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS32_jll."0.3.9+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d7469d3816980bb7ffe6da9f823b93dc726d75f//./O/OpenBLAS/OpenBLAS32@0.3.9/./bundled" - -[OpenBLAS32_jll."0.3.9+2"] -libraries = ["libopenblas"] - - [[OpenBLAS32_jll."0.3.9+2".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS32_jll."0.3.9+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f2392cea4952a65afc5de3aae655c41022b1a9a//./O/OpenBLAS/OpenBLAS32@0.3.9/./bundled" - -[OpenBLAS32_jll."0.3.9+3"] -libraries = ["libopenblas"] - - [[OpenBLAS32_jll."0.3.9+3".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS32_jll."0.3.9+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86aa86b77be15fd74d48683ed4d1a0e062c10aed//./O/OpenBLAS/OpenBLAS32@0.3.9/./bundled" - -[OpenBLAS32_jll."0.3.9+4"] -libraries = ["libopenblas"] - - [[OpenBLAS32_jll."0.3.9+4".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS32_jll."0.3.9+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f20eefad20f9675a42aed8c5fd8798e03564e294//./O/OpenBLAS/OpenBLAS32@0.3.9/./bundled" - -[OpenBLAS32_jll."0.3.10+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.10+0".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS32_jll."0.3.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/efbd552e1082496f6c8b284760e57d66a8ec30fd//O/OpenBLAS/OpenBLAS32@0.3.10/./bundled" - -[OpenBLAS32_jll."0.3.10+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.10+1".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS32_jll."0.3.10+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/85426a26d8f3d100c0c401875d708e1b543f39ff//O/OpenBLAS/OpenBLAS32@0.3.10/./bundled" - -[OpenBLAS32_jll."0.3.10+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.10+2".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS32_jll."0.3.10+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1849cab654c78ef511a7dcefb3c0e9009d6d2321//O/OpenBLAS/OpenBLAS32@0.3.10/./bundled" - -[OpenBLAS32_jll."0.3.10+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.10+3".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS32_jll."0.3.10+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/23aafefcb7d0afbbf44bcafa3b2739bd1d26a53e//O/OpenBLAS/OpenBLAS32@0.3.10/./bundled" - -[OpenBLAS32_jll."0.3.12+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.12+0".sources]] - hash = "65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.12.tar.gz" - [[OpenBLAS32_jll."0.3.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d366b0a651f51bb53e71869972e1ea0d8705a3b9//O/OpenBLAS/OpenBLAS32@0.3.12/./bundled" - -[OpenBLAS32_jll."0.3.12+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.12+1".sources]] - hash = "65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.12.tar.gz" - [[OpenBLAS32_jll."0.3.12+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d1fdad6ef8ec613d19b8403d2f82c7e33476dfa//O/OpenBLAS/OpenBLAS32@0.3.12/./bundled" - -[OpenBLAS32_jll."0.3.13+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.13+0".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS32_jll."0.3.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/43938f9c1540bf6eb7933c44c6b58586e21e7f3b//O/OpenBLAS/OpenBLAS32@0.3.13/./bundled" - -[OpenBLAS32_jll."0.3.13+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.13+1".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS32_jll."0.3.13+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/837ccf4299b6b9a03a1bbaeaf4d33b2ed5b1f916//O/OpenBLAS/OpenBLAS32@0.3.13/./bundled" - -[OpenBLAS32_jll."0.3.13+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.13+2".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS32_jll."0.3.13+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d5d4069f8eb79420133d2ecf932d0c4ee311459e//O/OpenBLAS/OpenBLAS32@0.3.13/./bundled" - -[OpenBLAS32_jll."0.3.13+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.13+3".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS32_jll."0.3.13+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c1acc761f4ce51b04e357f6221334b58713d727a//O/OpenBLAS/OpenBLAS32@0.3.13/./bundled" - -[OpenBLAS32_jll."0.3.13+4"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.13+4".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS32_jll."0.3.13+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e1bd304fa5f95f7b200b8403cc09654b8fad3f02//O/OpenBLAS/OpenBLAS32@0.3.13/./bundled" - -[OpenBLAS32_jll."0.3.13+5"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.13+5".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS32_jll."0.3.13+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/33a02f8d4e7861d83e2df7dfe0b210ee860b61b2//O/OpenBLAS/OpenBLAS32@0.3.13/./bundled" - -[OpenBLAS32_jll."0.3.13+6"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.13+6".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS32_jll."0.3.13+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1849cab654c78ef511a7dcefb3c0e9009d6d2321//O/OpenBLAS/OpenBLAS32@0.3.13/./bundled" - -[OpenBLAS32_jll."0.3.17+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.17+0".sources]] - hash = "df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.17.tar.gz" - [[OpenBLAS32_jll."0.3.17+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/084e5e0f1458f01811d129ab2bf492fbc089a289//O/OpenBLAS/OpenBLAS32@0.3.17/./bundled" - -[OpenBLAS32_jll."0.3.20+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.20+0".sources]] - hash = "8495c9affc536253648e942908e88e097f2ec7753ede55aca52e5dead3029e3c" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.20.tar.gz" - [[OpenBLAS32_jll."0.3.20+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9e2501eb87ed094df486536742d11fb7ba334fdc//O/OpenBLAS/OpenBLAS32@0.3.20/./bundled" - -[OpenBLAS32_jll."0.3.21+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.21+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS32_jll."0.3.21+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS32_jll."0.3.21+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS32_jll."0.3.21+0".sources]] - hash = "f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.21.tar.gz" - [[OpenBLAS32_jll."0.3.21+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1488c09a1e0e862cf599d3d26255ae36c8132174//O/OpenBLAS/OpenBLAS32@0.3.21/./bundled" - -[OpenBLAS32_jll."0.3.22+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.22+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS32_jll."0.3.22+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS32_jll."0.3.22+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS32_jll."0.3.22+0".sources]] - hash = "7fa9685926ba4f27cfe513adbf9af64d6b6b63f9dcabb37baefad6a65ff347a7" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.22/OpenBLAS-0.3.22.tar.gz" - [[OpenBLAS32_jll."0.3.22+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4408cd33c288025b2120c1837dd89c8338ecc30c//O/OpenBLAS/OpenBLAS32@0.3.22/./bundled" - -[OpenBLAS32_jll."0.3.23+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.23+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS32_jll."0.3.23+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS32_jll."0.3.23+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS32_jll."0.3.23+0".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS32_jll."0.3.23+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/19f4c3b2184fc509c29011b763150516c0a8586c//O/OpenBLAS/OpenBLAS32@0.3.23/./bundled" - -[OpenBLAS32_jll."0.3.23+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.23+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS32_jll."0.3.23+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS32_jll."0.3.23+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS32_jll."0.3.23+1".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS32_jll."0.3.23+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b02a6e72c40532d23b6b8d36686fd150f8e357d8//O/OpenBLAS/OpenBLAS32@0.3.23/./bundled" - -[OpenBLAS32_jll."0.3.23+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.23+2".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.23+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.23+2".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.23+2".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS32_jll."0.3.23+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/65d6af9747d425e92ef58343dbfcbc755a734dff//O/OpenBLAS/OpenBLAS32@0.3.23/./bundled" - -[OpenBLAS32_jll."0.3.23+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.23+3".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.23+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.23+3".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.23+3".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS32_jll."0.3.23+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/414237372f5bac40fc3cd8045727def18388a1d7//O/OpenBLAS/OpenBLAS32@0.3.23/./bundled" - -[OpenBLAS32_jll."0.3.24+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.24+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.24+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.24+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.24+0".sources]] - hash = "ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.24/OpenBLAS-0.3.24.tar.gz" - [[OpenBLAS32_jll."0.3.24+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/803f53d59138664c22b13ef50170dfaeab1def28//O/OpenBLAS/OpenBLAS32@0.3.24/./bundled" - -[OpenBLAS32_jll."0.3.25+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.25+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.25+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.25+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.25+0".sources]] - hash = "4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25.tar.gz" - [[OpenBLAS32_jll."0.3.25+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1f73b5e0991f2304a09c193f7226f20adae60c1b//O/OpenBLAS/OpenBLAS32@0.3.25/./bundled" - -[OpenBLAS32_jll."0.3.26+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.26+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.26+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.26+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.26+0".sources]] - hash = "4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.tar.gz" - [[OpenBLAS32_jll."0.3.26+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c5c6513765e939f57026aae47378ebe509c2c2df//O/OpenBLAS/OpenBLAS32@0.3.26/./bundled" - -[OpenBLAS32_jll."0.3.26+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.26+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.26+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.26+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.26+1".sources]] - hash = "4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.tar.gz" - [[OpenBLAS32_jll."0.3.26+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/edf734973177f56e66a00e1d303ddfe68441c0ad//O/OpenBLAS/OpenBLAS32@0.3.26/./bundled" - -[OpenBLAS32_jll."0.3.26+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.26+2".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.26+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.26+2".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.26+2".sources]] - hash = "4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.tar.gz" - [[OpenBLAS32_jll."0.3.26+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/65d6af9747d425e92ef58343dbfcbc755a734dff//O/OpenBLAS/OpenBLAS32@0.3.26/./bundled" - -[OpenBLAS32_jll."0.3.27+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.27+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.27+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.27+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.27+0".sources]] - hash = "aa2d68b1564fe2b13bc292672608e9cdeeeb6dc34995512e65c3b10f4599e897" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.tar.gz" - [[OpenBLAS32_jll."0.3.27+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c257d575ef3866622de0676f4dccbd4ae5e1c3ef//O/OpenBLAS/OpenBLAS32@0.3.27/./bundled" - -[OpenBLAS32_jll."0.3.27+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.27+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.27+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.27+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.27+1".sources]] - hash = "aa2d68b1564fe2b13bc292672608e9cdeeeb6dc34995512e65c3b10f4599e897" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.tar.gz" - [[OpenBLAS32_jll."0.3.27+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c998835504f6cfb6bf6e29f8d789f40937883b8d//O/OpenBLAS/OpenBLAS32@0.3.27/./bundled" - -[OpenBLAS32_jll."0.3.28+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.28+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.28+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.28+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.28+0".sources]] - hash = "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz" - [[OpenBLAS32_jll."0.3.28+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f2ca77246f595b8ae134d5841c9df2915654ec6d//O/OpenBLAS/OpenBLAS32@0.3.28/./bundled" - -[OpenBLAS32_jll."0.3.28+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.28+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.28+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.28+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.28+1".sources]] - hash = "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz" - [[OpenBLAS32_jll."0.3.28+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/39e5a9a11f20e8423c44ecb788622605b7356779//O/OpenBLAS/OpenBLAS32@0.3.28/./bundled" - -[OpenBLAS32_jll."0.3.28+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.28+2".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.28+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.28+2".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.28+2".sources]] - hash = "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz" - [[OpenBLAS32_jll."0.3.28+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6258bc4c81855c8221279fce5d62b409de4ed694//O/OpenBLAS/OpenBLAS32@0.3.28/./bundled" - -[OpenBLAS32_jll."0.3.28+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.28+3".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.28+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.28+3".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.28+3".sources]] - hash = "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz" - [[OpenBLAS32_jll."0.3.28+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/87e1ee69133a67948f9167c859602c156b5c4b5c//O/OpenBLAS/OpenBLAS32@0.3.28/./bundled" - -[OpenBLAS32_jll."0.3.29+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS32_jll."0.3.29+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS32_jll."0.3.29+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS32_jll."0.3.29+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS32_jll."0.3.29+0".sources]] - hash = "38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz" - [[OpenBLAS32_jll."0.3.29+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/255750cb923f338551744983230620a9d0d04821//O/OpenBLAS/OpenBLAS32@0.3.29/./bundled" - -[OpenBLASConsistentFPCSR_jll."0.3.21+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASConsistentFPCSR_jll."0.3.21+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLASConsistentFPCSR_jll."0.3.21+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLASConsistentFPCSR_jll."0.3.21+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLASConsistentFPCSR_jll."0.3.21+0".sources]] - hash = "f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.21/OpenBLAS-0.3.21.tar.gz" - [[OpenBLASConsistentFPCSR_jll."0.3.21+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/efb734b874489b647e71958c35e40fc4fb22d37e//O/OpenBLAS/OpenBLASConsistentFPCSR@0.3.21/./bundled" - -[OpenBLASConsistentFPCSR_jll."0.3.29+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASConsistentFPCSR_jll."0.3.29+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLASConsistentFPCSR_jll."0.3.29+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLASConsistentFPCSR_jll."0.3.29+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLASConsistentFPCSR_jll."0.3.29+0".sources]] - hash = "38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz" - [[OpenBLASConsistentFPCSR_jll."0.3.29+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/20d9d0e2d3d980c3ef5c69bb1a5d9c15357f5a23//O/OpenBLAS/OpenBLASConsistentFPCSR@0.3.29/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.5+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.5+0".sources]] - hash = "0950c14bd77c90a6427e26210d6dab422271bc86f9fc69126725833ecdaa0e85" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.5.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1a9daf84e1fe92d535e143645578e33c8c604477//./O/OpenBLAS/OpenBLASHighCoreCount@0.3.5/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.5+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.5+1".sources]] - hash = "0950c14bd77c90a6427e26210d6dab422271bc86f9fc69126725833ecdaa0e85" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.5.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/70c4dc80a51730dc864cdfffcad91a96cde9c3e2//./O/OpenBLAS/OpenBLASHighCoreCount@0.3.5/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.5+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.5+2".sources]] - hash = "0950c14bd77c90a6427e26210d6dab422271bc86f9fc69126725833ecdaa0e85" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.5.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.5+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f2392cea4952a65afc5de3aae655c41022b1a9a//./O/OpenBLAS/OpenBLASHighCoreCount@0.3.5/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.7+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.7+0".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1a9daf84e1fe92d535e143645578e33c8c604477//./O/OpenBLAS/OpenBLASHighCoreCount@0.3.7/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.7+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.7+1".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.7+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1a9daf84e1fe92d535e143645578e33c8c604477//./O/OpenBLAS/OpenBLASHighCoreCount@0.3.7/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.7+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.7+2".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.7+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d7469d3816980bb7ffe6da9f823b93dc726d75f//./O/OpenBLAS/OpenBLASHighCoreCount@0.3.7/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.7+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.7+3".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.7+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f2392cea4952a65afc5de3aae655c41022b1a9a//./O/OpenBLAS/OpenBLASHighCoreCount@0.3.7/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.10+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.10+0".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/efbd552e1082496f6c8b284760e57d66a8ec30fd//O/OpenBLAS/OpenBLASHighCoreCount@0.3.10/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.10+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.10+1".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.10+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/85426a26d8f3d100c0c401875d708e1b543f39ff//O/OpenBLAS/OpenBLASHighCoreCount@0.3.10/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.10+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.10+2".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.10+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/736e1a114d2a58a39a4a24784861ea91f810d1ab//O/OpenBLAS/OpenBLASHighCoreCount@0.3.10/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.10+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.10+3".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.10+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/23aafefcb7d0afbbf44bcafa3b2739bd1d26a53e//O/OpenBLAS/OpenBLASHighCoreCount@0.3.10/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.12+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.12+0".sources]] - hash = "65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.12.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d366b0a651f51bb53e71869972e1ea0d8705a3b9//O/OpenBLAS/OpenBLASHighCoreCount@0.3.12/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.12+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.12+1".sources]] - hash = "65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.12.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.12+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d1fdad6ef8ec613d19b8403d2f82c7e33476dfa//O/OpenBLAS/OpenBLASHighCoreCount@0.3.12/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.13+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.13+0".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/43938f9c1540bf6eb7933c44c6b58586e21e7f3b//O/OpenBLAS/OpenBLASHighCoreCount@0.3.13/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.13+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.13+1".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.13+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/837ccf4299b6b9a03a1bbaeaf4d33b2ed5b1f916//O/OpenBLAS/OpenBLASHighCoreCount@0.3.13/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.13+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.13+2".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.13+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d5d4069f8eb79420133d2ecf932d0c4ee311459e//O/OpenBLAS/OpenBLASHighCoreCount@0.3.13/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.13+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.13+3".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.13+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1aa0ca50d15ecbbc30834dd871a4dd810f0e3426//O/OpenBLAS/OpenBLASHighCoreCount@0.3.13/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.13+4"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.13+4".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.13+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c1acc761f4ce51b04e357f6221334b58713d727a//O/OpenBLAS/OpenBLASHighCoreCount@0.3.13/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.13+5"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.13+5".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.13+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e1bd304fa5f95f7b200b8403cc09654b8fad3f02//O/OpenBLAS/OpenBLASHighCoreCount@0.3.13/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.13+6"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.13+6".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.13+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/33a02f8d4e7861d83e2df7dfe0b210ee860b61b2//O/OpenBLAS/OpenBLASHighCoreCount@0.3.13/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.13+7"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.13+7".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.13+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/736e1a114d2a58a39a4a24784861ea91f810d1ab//O/OpenBLAS/OpenBLASHighCoreCount@0.3.13/./bundled" - -[OpenBLASHighCoreCount_jll."0.3.17+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLASHighCoreCount_jll."0.3.17+0".sources]] - hash = "df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.17.tar.gz" - [[OpenBLASHighCoreCount_jll."0.3.17+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/084e5e0f1458f01811d129ab2bf492fbc089a289//O/OpenBLAS/OpenBLASHighCoreCount@0.3.17/./bundled" - -[OpenBLAS_jll."0.3.5+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.5+2".sources]] - hash = "0950c14bd77c90a6427e26210d6dab422271bc86f9fc69126725833ecdaa0e85" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.5.tar.gz" - [[OpenBLAS_jll."0.3.5+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d954e308c40206557ef93872958a859576217a92//./O/OpenBLAS/OpenBLAS@0.3.5/./bundled" - -[OpenBLAS_jll."0.3.7+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+0".sources]] - hash = "0950c14bd77c90a6427e26210d6dab422271bc86f9fc69126725833ecdaa0e85" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.5.tar.gz" - [[OpenBLAS_jll."0.3.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b8f7819c6a16eea058f4ebc910e8b825d03e73cb//O/OpenBLAS/./bundled" - -[OpenBLAS_jll."0.3.7+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+1".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLAS_jll."0.3.7+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/343c966fe8af3804b5ccd76948dbe36c60925ac0//O/OpenBLAS/./bundled" - -[OpenBLAS_jll."0.3.7+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+2".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLAS_jll."0.3.7+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/32e96930de50804447993211d2534e6e9f3850ea//O/OpenBLAS/./bundled" - -[OpenBLAS_jll."0.3.7+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+3".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLAS_jll."0.3.7+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3298084b69612988eb7b54b7e10f3ff5822a3502//./O/OpenBLAS@0.3.7/./bundled" - -[OpenBLAS_jll."0.3.7+4"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+4".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLAS_jll."0.3.7+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8538a49724a0f1e7dca11b0688688a0fa7652988//./O/OpenBLAS/OpenBLAS@0.3.7/./bundled" - -[OpenBLAS_jll."0.3.7+5"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+5".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLAS_jll."0.3.7+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ab06e4bcbb093c96ef9e0cbd647796c2f5257fdb//./O/OpenBLAS/OpenBLAS@0.3.7/./bundled" - -[OpenBLAS_jll."0.3.7+6"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+6".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLAS_jll."0.3.7+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b7262be7f77d82919f3e984840b7e2564fd32b02//./O/OpenBLAS/OpenBLAS@0.3.7/./bundled" - -[OpenBLAS_jll."0.3.7+7"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+7".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLAS_jll."0.3.7+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/87499ac933bdb2e50c8da86c05c0d863af551836//./O/OpenBLAS/OpenBLAS@0.3.7/./bundled" - -[OpenBLAS_jll."0.3.7+8"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+8".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLAS_jll."0.3.7+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/63dcc81a4dc5658c6b8f976260f2ead41e44d4a8//./O/OpenBLAS/OpenBLAS@0.3.7/./bundled" - -[OpenBLAS_jll."0.3.7+9"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.7+9".sources]] - hash = "bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz" - [[OpenBLAS_jll."0.3.7+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f2392cea4952a65afc5de3aae655c41022b1a9a//./O/OpenBLAS/OpenBLAS@0.3.7/./bundled" - -[OpenBLAS_jll."0.3.9+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.9+0".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS_jll."0.3.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4707e300a02ecd6f2a1f59bc121924cef3a5b1dc//./O/OpenBLAS/OpenBLAS@0.3.9/./bundled" - -[OpenBLAS_jll."0.3.9+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.9+1".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS_jll."0.3.9+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d7469d3816980bb7ffe6da9f823b93dc726d75f//./O/OpenBLAS/OpenBLAS@0.3.9/./bundled" - -[OpenBLAS_jll."0.3.9+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.9+2".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS_jll."0.3.9+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f2392cea4952a65afc5de3aae655c41022b1a9a//./O/OpenBLAS/OpenBLAS@0.3.9/./bundled" - -[OpenBLAS_jll."0.3.9+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.9+3".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS_jll."0.3.9+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86aa86b77be15fd74d48683ed4d1a0e062c10aed//./O/OpenBLAS/OpenBLAS@0.3.9/./bundled" - -[OpenBLAS_jll."0.3.9+4"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.9+4".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS_jll."0.3.9+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f20eefad20f9675a42aed8c5fd8798e03564e294//./O/OpenBLAS/OpenBLAS@0.3.9/./bundled" - -[OpenBLAS_jll."0.3.9+5"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.9+5".sources]] - hash = "17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz" - [[OpenBLAS_jll."0.3.9+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8b41a9abd5a60ea3b5119946ab775d40fcca1aca//O/OpenBLAS/OpenBLAS@0.3.9/./bundled" - -[OpenBLAS_jll."0.3.10+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+0".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6e826f434c244bdaf2f1c36dfc3db4164c7f5bb5//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+1".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5573c866d27909cc148836839834111f1ef3bd64//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+2".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fc6bc731ac57774755635b135fc2a40094f61ca9//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+3".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/85426a26d8f3d100c0c401875d708e1b543f39ff//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+4"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+4".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f7f61b704654c1d60955eec019fab1ebc743131f//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+5"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+5".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cd1e470c97fa24db8b7ee7378db18e6f7a7dae29//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+6"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+6".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f28c7c0671a3393caed4c635c4f0e215b7fa052c//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+7"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+7".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/853acd5f848c537ea521b0bc8efc06bbd9ab302d//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+8"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+8".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/23aafefcb7d0afbbf44bcafa3b2739bd1d26a53e//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+9"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+9".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df015c75c15b34ddc7b5dd8adbe81eabf547feb8//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.10+10"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.10+10".sources]] - hash = "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz" - [[OpenBLAS_jll."0.3.10+10".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f9779e7045e2ca30d32915c1441a89b6353b42b7//O/OpenBLAS/OpenBLAS@0.3.10/./bundled" - -[OpenBLAS_jll."0.3.12+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.12+0".sources]] - hash = "65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.12.tar.gz" - [[OpenBLAS_jll."0.3.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d366b0a651f51bb53e71869972e1ea0d8705a3b9//O/OpenBLAS/OpenBLAS@0.3.12/./bundled" - -[OpenBLAS_jll."0.3.12+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.12+1".sources]] - hash = "65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.12.tar.gz" - [[OpenBLAS_jll."0.3.12+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d1fdad6ef8ec613d19b8403d2f82c7e33476dfa//O/OpenBLAS/OpenBLAS@0.3.12/./bundled" - -[OpenBLAS_jll."0.3.13+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+0".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/43938f9c1540bf6eb7933c44c6b58586e21e7f3b//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+1".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/837ccf4299b6b9a03a1bbaeaf4d33b2ed5b1f916//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+2".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d5d4069f8eb79420133d2ecf932d0c4ee311459e//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+3".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1aa0ca50d15ecbbc30834dd871a4dd810f0e3426//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+4"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+4".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c1acc761f4ce51b04e357f6221334b58713d727a//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+5"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+5".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/961883cb35b375016936c279a1014707df90a5d9//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+6"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+6".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e1bd304fa5f95f7b200b8403cc09654b8fad3f02//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+7"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+7".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/33a02f8d4e7861d83e2df7dfe0b210ee860b61b2//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+8"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+8".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/853acd5f848c537ea521b0bc8efc06bbd9ab302d//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+9"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+9".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df015c75c15b34ddc7b5dd8adbe81eabf547feb8//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+10"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+10".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+10".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f81284d7e29508073e41b196dc46cef1b491fc63//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.13+11"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.13+11".sources]] - hash = "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz" - [[OpenBLAS_jll."0.3.13+11".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e135aa1339786a36d42dd82419e7eb78635df01//O/OpenBLAS/OpenBLAS@0.3.13/./bundled" - -[OpenBLAS_jll."0.3.17+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.17+0".sources]] - hash = "df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.17.tar.gz" - [[OpenBLAS_jll."0.3.17+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/084e5e0f1458f01811d129ab2bf492fbc089a289//O/OpenBLAS/OpenBLAS@0.3.17/./bundled" - -[OpenBLAS_jll."0.3.17+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.17+1".sources]] - hash = "df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.17.tar.gz" - [[OpenBLAS_jll."0.3.17+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df015c75c15b34ddc7b5dd8adbe81eabf547feb8//O/OpenBLAS/OpenBLAS@0.3.17/./bundled" - -[OpenBLAS_jll."0.3.17+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.17+2".sources]] - hash = "df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.17.tar.gz" - [[OpenBLAS_jll."0.3.17+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f81284d7e29508073e41b196dc46cef1b491fc63//O/OpenBLAS/OpenBLAS@0.3.17/./bundled" - -[OpenBLAS_jll."0.3.20+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.20+0".sources]] - hash = "8495c9affc536253648e942908e88e097f2ec7753ede55aca52e5dead3029e3c" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.20.tar.gz" - [[OpenBLAS_jll."0.3.20+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9e2501eb87ed094df486536742d11fb7ba334fdc//O/OpenBLAS/OpenBLAS@0.3.20/./bundled" - -[OpenBLAS_jll."0.3.20+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.20+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.20+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.20+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.20+1".sources]] - hash = "8495c9affc536253648e942908e88e097f2ec7753ede55aca52e5dead3029e3c" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.20.tar.gz" - [[OpenBLAS_jll."0.3.20+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3bf39e9ec31b85c49e8f935c192041a16610a2f7//O/OpenBLAS/OpenBLAS@0.3.20/./bundled" - -[OpenBLAS_jll."0.3.21+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.21+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.21+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.21+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.21+0".sources]] - hash = "f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.21.tar.gz" - [[OpenBLAS_jll."0.3.21+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1488c09a1e0e862cf599d3d26255ae36c8132174//O/OpenBLAS/OpenBLAS@0.3.21/./bundled" - -[OpenBLAS_jll."0.3.21+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.21+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.21+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.21+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.21+1".sources]] - hash = "f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.21.tar.gz" - [[OpenBLAS_jll."0.3.21+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2f3dc39167ff2d6a7cf423f635d34ceb0599b940//O/OpenBLAS/OpenBLAS@0.3.21/./bundled" - -[OpenBLAS_jll."0.3.21+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.21+2".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.21+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.21+2".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.21+2".sources]] - hash = "f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.21.tar.gz" - [[OpenBLAS_jll."0.3.21+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c71117615c74b5659336e28d5c1940d543f8c877//O/OpenBLAS/OpenBLAS@0.3.21/./bundled" - -[OpenBLAS_jll."0.3.21+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.21+3".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.21+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.21+3".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.21+3".sources]] - hash = "f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca" - url = "https://github.com/xianyi/OpenBLAS/archive/v0.3.21.tar.gz" - [[OpenBLAS_jll."0.3.21+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/79a727b1196cc2dc9c285aa4b0fb0167dd8f27e3//O/OpenBLAS/OpenBLAS@0.3.21/./bundled" - -[OpenBLAS_jll."0.3.21+4"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.21+4".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.21+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.21+4".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.21+4".sources]] - hash = "f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.21/OpenBLAS-0.3.21.tar.gz" - [[OpenBLAS_jll."0.3.21+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3c823beee51f924e2ed28aaa4f2ee583f999d12//O/OpenBLAS/OpenBLAS@0.3.21/./bundled" - -[OpenBLAS_jll."0.3.22+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.22+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.22+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.22+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.22+0".sources]] - hash = "7fa9685926ba4f27cfe513adbf9af64d6b6b63f9dcabb37baefad6a65ff347a7" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.22/OpenBLAS-0.3.22.tar.gz" - [[OpenBLAS_jll."0.3.22+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4408cd33c288025b2120c1837dd89c8338ecc30c//O/OpenBLAS/OpenBLAS@0.3.22/./bundled" - -[OpenBLAS_jll."0.3.23+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.23+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.23+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.23+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.23+0".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS_jll."0.3.23+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/19f4c3b2184fc509c29011b763150516c0a8586c//O/OpenBLAS/OpenBLAS@0.3.23/./bundled" - -[OpenBLAS_jll."0.3.23+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.23+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.23+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.23+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.23+1".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS_jll."0.3.23+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8aaa89bf5b41943e2637a9c616734a63c0a88c67//O/OpenBLAS/OpenBLAS@0.3.23/./bundled" - -[OpenBLAS_jll."0.3.23+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.23+2".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - version = "*" - [[OpenBLAS_jll."0.3.23+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[OpenBLAS_jll."0.3.23+2".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - version = "*" - - [[OpenBLAS_jll."0.3.23+2".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS_jll."0.3.23+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b02a6e72c40532d23b6b8d36686fd150f8e357d8//O/OpenBLAS/OpenBLAS@0.3.23/./bundled" - -[OpenBLAS_jll."0.3.23+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.23+3".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.23+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.23+3".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.23+3".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS_jll."0.3.23+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/65d6af9747d425e92ef58343dbfcbc755a734dff//O/OpenBLAS/OpenBLAS@0.3.23/./bundled" - -[OpenBLAS_jll."0.3.23+4"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.23+4".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.23+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.23+4".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.23+4".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS_jll."0.3.23+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/414237372f5bac40fc3cd8045727def18388a1d7//O/OpenBLAS/OpenBLAS@0.3.23/./bundled" - -[OpenBLAS_jll."0.3.23+5"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.23+5".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.23+5".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.23+5".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.23+5".sources]] - hash = "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz" - [[OpenBLAS_jll."0.3.23+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/11536b6840685499bff9ba10d96744043fa209c1//O/OpenBLAS/OpenBLAS@0.3.23/./bundled" - -[OpenBLAS_jll."0.3.24+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.24+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.24+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.24+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.24+0".sources]] - hash = "ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132" - url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.3.24/OpenBLAS-0.3.24.tar.gz" - [[OpenBLAS_jll."0.3.24+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/803f53d59138664c22b13ef50170dfaeab1def28//O/OpenBLAS/OpenBLAS@0.3.24/./bundled" - -[OpenBLAS_jll."0.3.25+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.25+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.25+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.25+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.25+0".sources]] - hash = "4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25.tar.gz" - [[OpenBLAS_jll."0.3.25+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1f73b5e0991f2304a09c193f7226f20adae60c1b//O/OpenBLAS/OpenBLAS@0.3.25/./bundled" - -[OpenBLAS_jll."0.3.26+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.26+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.26+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.26+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.26+0".sources]] - hash = "4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.tar.gz" - [[OpenBLAS_jll."0.3.26+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c5c6513765e939f57026aae47378ebe509c2c2df//O/OpenBLAS/OpenBLAS@0.3.26/./bundled" - -[OpenBLAS_jll."0.3.26+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.26+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.26+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.26+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.26+1".sources]] - hash = "4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.tar.gz" - [[OpenBLAS_jll."0.3.26+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/edf734973177f56e66a00e1d303ddfe68441c0ad//O/OpenBLAS/OpenBLAS@0.3.26/./bundled" - -[OpenBLAS_jll."0.3.26+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.26+2".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.26+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.26+2".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.26+2".sources]] - hash = "4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26.tar.gz" - [[OpenBLAS_jll."0.3.26+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/65d6af9747d425e92ef58343dbfcbc755a734dff//O/OpenBLAS/OpenBLAS@0.3.26/./bundled" - -[OpenBLAS_jll."0.3.27+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.27+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.27+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.27+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.27+0".sources]] - hash = "aa2d68b1564fe2b13bc292672608e9cdeeeb6dc34995512e65c3b10f4599e897" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.tar.gz" - [[OpenBLAS_jll."0.3.27+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c257d575ef3866622de0676f4dccbd4ae5e1c3ef//O/OpenBLAS/OpenBLAS@0.3.27/./bundled" - -[OpenBLAS_jll."0.3.27+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.27+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.27+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.27+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.27+1".sources]] - hash = "aa2d68b1564fe2b13bc292672608e9cdeeeb6dc34995512e65c3b10f4599e897" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.27/OpenBLAS-0.3.27.tar.gz" - [[OpenBLAS_jll."0.3.27+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c998835504f6cfb6bf6e29f8d789f40937883b8d//O/OpenBLAS/OpenBLAS@0.3.27/./bundled" - -[OpenBLAS_jll."0.3.28+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.28+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.28+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.28+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.28+0".sources]] - hash = "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz" - [[OpenBLAS_jll."0.3.28+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f2ca77246f595b8ae134d5841c9df2915654ec6d//O/OpenBLAS/OpenBLAS@0.3.28/./bundled" - -[OpenBLAS_jll."0.3.28+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.28+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.28+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.28+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.28+1".sources]] - hash = "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz" - [[OpenBLAS_jll."0.3.28+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/39e5a9a11f20e8423c44ecb788622605b7356779//O/OpenBLAS/OpenBLAS@0.3.28/./bundled" - -[OpenBLAS_jll."0.3.28+2"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.28+2".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.28+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.28+2".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.28+2".sources]] - hash = "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz" - [[OpenBLAS_jll."0.3.28+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6258bc4c81855c8221279fce5d62b409de4ed694//O/OpenBLAS/OpenBLAS@0.3.28/./bundled" - -[OpenBLAS_jll."0.3.28+3"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.28+3".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.28+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.28+3".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.28+3".sources]] - hash = "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz" - [[OpenBLAS_jll."0.3.28+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/87e1ee69133a67948f9167c859602c156b5c4b5c//O/OpenBLAS/OpenBLAS@0.3.28/./bundled" - -[OpenBLAS_jll."0.3.29+0"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.29+0".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.29+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.29+0".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.29+0".sources]] - hash = "38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz" - [[OpenBLAS_jll."0.3.29+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/255750cb923f338551744983230620a9d0d04821//O/OpenBLAS/OpenBLAS@0.3.29/./bundled" - -[OpenBLAS_jll."0.3.29+1"] -libraries = ["libopenblas", "libopenblas64_"] - - [[OpenBLAS_jll."0.3.29+1".build_dependencies]] - name = "FlangClassic_jll" - target = "host" - uuid = "b3f849d4-7198-5f76-a9c5-8e4f35f75d39" - version = "*" - [[OpenBLAS_jll."0.3.29+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[OpenBLAS_jll."0.3.29+1".build_dependencies]] - name = "FlangClassic_RTLib_jll" - target = "target" - uuid = "48abaad9-6585-5455-9ce3-84cd0709264b" - version = "*" - - [[OpenBLAS_jll."0.3.29+1".sources]] - hash = "38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb" - url = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz" - [[OpenBLAS_jll."0.3.29+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a9252395acabaddabc4247305c8cfc3d1b20fa48//O/OpenBLAS/OpenBLAS@0.3.29/./bundled" - -[OpenCL_Headers_jll."2020.3.13+0"] -files = ["include/CL/cl.h"] - - [[OpenCL_Headers_jll."2020.3.13+0".sources]] - hash = "664bbe587e5a0a00aac267f645b7c413586e7bc56dca9ff3b00037050d06f476" - url = "https://github.com/KhronosGroup/OpenCL-Headers/archive/v2020.03.13.tar.gz" - -[OpenCL_Headers_jll."2020.3.13+1"] -files = ["include/CL/cl.h"] - - [[OpenCL_Headers_jll."2020.3.13+1".sources]] - hash = "664bbe587e5a0a00aac267f645b7c413586e7bc56dca9ff3b00037050d06f476" - url = "https://github.com/KhronosGroup/OpenCL-Headers/archive/v2020.03.13.tar.gz" - -[OpenCL_Headers_jll."2020.3.13+2"] -files = ["include/CL/cl.h"] - - [[OpenCL_Headers_jll."2020.3.13+2".sources]] - hash = "664bbe587e5a0a00aac267f645b7c413586e7bc56dca9ff3b00037050d06f476" - url = "https://github.com/KhronosGroup/OpenCL-Headers/archive/v2020.03.13.tar.gz" - -[OpenCL_Headers_jll."2022.9.23+0"] -files = ["include/CL/cl.h"] - - [[OpenCL_Headers_jll."2022.9.23+0".sources]] - hash = "4c50fabe3774bad4bdda9c1ca92c82574109a74a" - repo = "https://github.com/KhronosGroup/OpenCL-Headers.git" - -[OpenCL_Headers_jll."2023.12.14+0"] -files = ["include/CL/cl.h"] - - [[OpenCL_Headers_jll."2023.12.14+0".sources]] - hash = "2368105c0531069fe927989505de7d125ec58c55" - repo = "https://github.com/KhronosGroup/OpenCL-Headers.git" - -[OpenCL_Headers_jll."2024.5.8+0"] -files = ["include/CL/cl.h"] - - [[OpenCL_Headers_jll."2024.5.8+0".sources]] - hash = "8275634cf9ec31b6484c2e6be756237cb583999d" - repo = "https://github.com/KhronosGroup/OpenCL-Headers.git" - -[OpenCL_Headers_jll."2024.10.24+0"] -files = ["include/CL/cl.h"] - - [[OpenCL_Headers_jll."2024.10.24+0".sources]] - hash = "4ea6df132107e3b4b9407f903204b5522fdffcd6" - repo = "https://github.com/KhronosGroup/OpenCL-Headers.git" - -[OpenCL_Headers_jll."2025.5.7+0"] -files = ["include/CL/cl.h"] - - [[OpenCL_Headers_jll."2025.5.7+0".sources]] - hash = "1ce4f1ce1070fe47d08666001ce2755af92f0c5c" - repo = "https://github.com/KhronosGroup/OpenCL-Headers.git" - -[OpenCL_Headers_jll."2025.6.13+0"] -files = ["include/CL/cl.h"] - - [[OpenCL_Headers_jll."2025.6.13+0".sources]] - hash = "2e30669d48718fd460f085b4b35b160dad51ce9d" - repo = "https://github.com/KhronosGroup/OpenCL-Headers.git" - -[OpenCL_jll."2022.9.23+0"] -libraries = ["libOpenCL"] - - [[OpenCL_jll."2022.9.23+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2022.9.23" - - [[OpenCL_jll."2022.9.23+0".sources]] - hash = "3dae4803532b11d74e4dc216ee72570c1a4bff24" - repo = "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" - -[OpenCL_jll."2022.9.23+1"] -libraries = ["libOpenCL"] - - [[OpenCL_jll."2022.9.23+1".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2022.9.23" - - [[OpenCL_jll."2022.9.23+1".sources]] - hash = "3dae4803532b11d74e4dc216ee72570c1a4bff24" - repo = "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" - [[OpenCL_jll."2022.9.23+1".sources]] - hash = "82725e3ec4e9fe333aeb53f75e13b74cef22c7cb662ee2af51108f0d764e1985" - url = "https://patch-diff.githubusercontent.com/raw/KhronosGroup/OpenCL-ICD-Loader/pull/185.patch" - -[OpenCL_jll."2023.12.14+0"] -libraries = ["libOpenCL"] - - [[OpenCL_jll."2023.12.14+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2023.12.14" - - [[OpenCL_jll."2023.12.14+0".sources]] - hash = "229410f86a8c8c9e0f86f195409e5481a2bae067" - repo = "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" - -[OpenCL_jll."2023.12.14+1"] -libraries = ["libOpenCL"] - - [[OpenCL_jll."2023.12.14+1".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2023.12.14" - - [[OpenCL_jll."2023.12.14+1".sources]] - hash = "229410f86a8c8c9e0f86f195409e5481a2bae067" - repo = "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" - -[OpenCL_jll."2024.5.8+0"] -libraries = ["libOpenCL"] - - [[OpenCL_jll."2024.5.8+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2024.5.8" - - [[OpenCL_jll."2024.5.8+0".sources]] - hash = "861b68b290e76d08e7241608479c16431f529945" - repo = "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" - -[OpenCL_jll."2024.5.8+1"] -libraries = ["libOpenCL", "OpenCL"] - - [[OpenCL_jll."2024.5.8+1".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2024.5.8" - - [[OpenCL_jll."2024.5.8+1".sources]] - hash = "861b68b290e76d08e7241608479c16431f529945" - repo = "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" - -[OpenCL_jll."2024.10.24+0"] -libraries = ["libOpenCL", "OpenCL"] - - [[OpenCL_jll."2024.10.24+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2024.10.24" - - [[OpenCL_jll."2024.10.24+0".sources]] - hash = "5907ac1114079de4383cecddf1c8640e3f52f92b" - repo = "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" - -[OpenCL_jll."2024.10.24+1"] -libraries = ["libOpenCL", "OpenCL"] - - [[OpenCL_jll."2024.10.24+1".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2024.10.24" - - [[OpenCL_jll."2024.10.24+1".sources]] - hash = "5907ac1114079de4383cecddf1c8640e3f52f92b" - repo = "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git" - -[OpenCV_jll."4.5.2+0"] -libraries = ["libopencv_calib3d", "libopencv_calib3d452", "libopencv_objdetect", "libopencv_objdetect452", "libopencv_core", "libopencv_core452", "libopencv_dnn", "libopencv_dnn452", "libopencv_imgcodecs", "libopencv_imgcodecs452", "libopencv_highgui", "libopencv_highgui452", "libopencv_flann", "libopencv_flann452", "libopencv_gapi", "libopencv_gapi452", "libopencv_imgproc", "libopencv_imgproc452", "libopencv_features2d", "libopencv_features2d452", "libopencv_stitching", "libopencv_stitching452", "libopencv_video", "libopencv_video452", "libopencv_videoio", "libopencv_videoio452", "libopencv_julia"] - - [[OpenCV_jll."4.5.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[OpenCV_jll."4.5.2+0".sources]] - hash = "39d25787f16c4dd6435b9fe0a8253394ac51e7fb" - repo = "https://github.com/opencv/opencv.git" - [[OpenCV_jll."4.5.2+0".sources]] - hash = "f5d7f6712d4ff229ba4f45cf79dfd11c557d56fd" - repo = "https://github.com/opencv/opencv_contrib.git" - [[OpenCV_jll."4.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/742d0e1479119d1cc386df7b00d6d2777b7932c0//O/OpenCV/./bundled" - -[OpenCV_jll."4.6.0+0"] -libraries = ["libopencv_calib3d", "libopencv_calib3d460", "libopencv_objdetect", "libopencv_objdetect460", "libopencv_core", "libopencv_core460", "libopencv_dnn", "libopencv_dnn460", "libopencv_imgcodecs", "libopencv_imgcodecs460", "libopencv_highgui", "libopencv_highgui460", "libopencv_flann", "libopencv_flann460", "libopencv_gapi", "libopencv_gapi460", "libopencv_imgproc", "libopencv_imgproc460", "libopencv_features2d", "libopencv_features2d460", "libopencv_stitching", "libopencv_stitching460", "libopencv_video", "libopencv_video460", "libopencv_videoio", "libopencv_videoio460", "libopencv_julia"] - - [[OpenCV_jll."4.6.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenCV_jll."4.6.0+0".sources]] - hash = "b0dc474160e389b9c9045da5db49d03ae17c6a6b" - repo = "https://github.com/opencv/opencv.git" - [[OpenCV_jll."4.6.0+0".sources]] - hash = "db16caf6ceee76b43b94c846be276e92a43e9700" - repo = "https://github.com/opencv/opencv_contrib.git" - [[OpenCV_jll."4.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1530da201e2dcf30da945dad8e86ac519bd55383//O/OpenCV/./bundled" - -[OpenCV_jll."4.6.0+1"] -libraries = ["libopencv_calib3d", "libopencv_calib3d460", "libopencv_objdetect", "libopencv_objdetect460", "libopencv_core", "libopencv_core460", "libopencv_dnn", "libopencv_dnn460", "libopencv_imgcodecs", "libopencv_imgcodecs460", "libopencv_highgui", "libopencv_highgui460", "libopencv_flann", "libopencv_flann460", "libopencv_gapi", "libopencv_gapi460", "libopencv_imgproc", "libopencv_imgproc460", "libopencv_features2d", "libopencv_features2d460", "libopencv_stitching", "libopencv_stitching460", "libopencv_video", "libopencv_video460", "libopencv_videoio", "libopencv_videoio460", "libopencv_julia"] - - [[OpenCV_jll."4.6.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenCV_jll."4.6.0+1".sources]] - hash = "b0dc474160e389b9c9045da5db49d03ae17c6a6b" - repo = "https://github.com/opencv/opencv.git" - [[OpenCV_jll."4.6.0+1".sources]] - hash = "db16caf6ceee76b43b94c846be276e92a43e9700" - repo = "https://github.com/opencv/opencv_contrib.git" - [[OpenCV_jll."4.6.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d5890d106f1ff035cc36fbbdf9d4c718297a3ac0//O/OpenCV/./bundled" - -[OpenCV_jll."4.6.0+2"] -libraries = ["libopencv_calib3d", "libopencv_calib3d460", "libopencv_objdetect", "libopencv_objdetect460", "libopencv_core", "libopencv_core460", "libopencv_dnn", "libopencv_dnn460", "libopencv_imgcodecs", "libopencv_imgcodecs460", "libopencv_highgui", "libopencv_highgui460", "libopencv_flann", "libopencv_flann460", "libopencv_gapi", "libopencv_gapi460", "libopencv_imgproc", "libopencv_imgproc460", "libopencv_features2d", "libopencv_features2d460", "libopencv_stitching", "libopencv_stitching460", "libopencv_video", "libopencv_video460", "libopencv_videoio", "libopencv_videoio460", "libopencv_julia"] - - [[OpenCV_jll."4.6.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenCV_jll."4.6.0+2".sources]] - hash = "b0dc474160e389b9c9045da5db49d03ae17c6a6b" - repo = "https://github.com/opencv/opencv.git" - [[OpenCV_jll."4.6.0+2".sources]] - hash = "db16caf6ceee76b43b94c846be276e92a43e9700" - repo = "https://github.com/opencv/opencv_contrib.git" - [[OpenCV_jll."4.6.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d26cb2e97d20ca54b30bab55e99ba9037eb73b38//O/OpenCV/./bundled" - -[OpenCV_jll."4.10.0+0"] -libraries = ["libopencv_calib3d", "libopencv_calib3d4100", "libopencv_objdetect", "libopencv_objdetect4100", "libopencv_core", "libopencv_core4100", "libopencv_dnn", "libopencv_dnn4100", "libopencv_imgcodecs", "libopencv_imgcodecs4100", "libopencv_highgui", "libopencv_highgui4100", "libopencv_flann", "libopencv_flann4100", "libopencv_gapi", "libopencv_gapi4100", "libopencv_imgproc", "libopencv_imgproc4100", "libopencv_features2d", "libopencv_features2d4100", "libopencv_stitching", "libopencv_stitching4100", "libopencv_video", "libopencv_video4100", "libopencv_videoio", "libopencv_videoio4100", "libopencv_julia"] - - [[OpenCV_jll."4.10.0+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[OpenCV_jll."4.10.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenCV_jll."4.10.0+0".sources]] - hash = "71d3237a093b60a27601c20e9ee6c3e52154e8b1" - repo = "https://github.com/opencv/opencv.git" - [[OpenCV_jll."4.10.0+0".sources]] - hash = "1ed3dd2c53888e3289afdb22ec4e9ebbff3dba87" - repo = "https://github.com/opencv/opencv_contrib.git" - [[OpenCV_jll."4.10.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - [[OpenCV_jll."4.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6a389543f4077a4e3148a7d1d253cc2e24efc8a2//O/OpenCV/./bundled" - -[OpenEXR_jll."3.0.1+0"] -libraries = ["libOpenEXRUtil-3_0", "libOpenEXR-3_0", "libIlmThread-3_0", "libIex-3_0"] - - [[OpenEXR_jll."3.0.1+0".sources]] - hash = "4a84390282584957ffaf1697c411f9ae7e420f2f" - repo = "https://github.com/AcademySoftwareFoundation/openexr.git" - -[OpenEXR_jll."3.0.1+1"] -libraries = ["libOpenEXRUtil-3_0", "libOpenEXR-3_0", "libIlmThread-3_0", "libIex-3_0"] - - [[OpenEXR_jll."3.0.1+1".sources]] - hash = "6d14a8df938bbbd55dd6e55b24c527fe9323fe6a45f704e56967dfbf477cecc1" - url = "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.0.1.tar.gz" - -[OpenEXR_jll."3.1.1+0"] -libraries = ["libOpenEXRUtil-3_1", "libOpenEXRCore-3_1", "libOpenEXR-3_1", "libIlmThread-3_1", "libIex-3_1"] - - [[OpenEXR_jll."3.1.1+0".sources]] - hash = "045254e201c0f87d1d1a4b2b5815c4ae54845af2e6ec0ab88e979b5fdb30a86e" - url = "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.1.1.tar.gz" - -[OpenEXR_jll."3.1.4+0"] -libraries = ["libOpenEXRUtil-3_1", "libOpenEXRCore-3_1", "libOpenEXR-3_1", "libIlmThread-3_1", "libIex-3_1"] - - [[OpenEXR_jll."3.1.4+0".sources]] - hash = "3c3074026309dca667247e2544c4645b6fedeeca" - repo = "https://github.com/AcademySoftwareFoundation/openexr.git" - -[OpenEXR_jll."3.2.4+0"] -libraries = ["libOpenEXRUtil-3_2", "libOpenEXRCore-3_2", "libOpenEXR-3_2", "libIlmThread-3_2", "libIex-3_2"] - - [[OpenEXR_jll."3.2.4+0".sources]] - hash = "a1a00ffeecf627bbbc010d40700720bee48b2af7" - repo = "https://github.com/AcademySoftwareFoundation/openexr.git" - -[OpenFAST_jll."3.0.0+0"] -executables = ["hydrodyn_driver", "inflowwind_driver", "orca_driver", "feam_driver", "unsteadyaero_driver", "turbsim", "openfast", "aerodyn_driver", "subdyn_driver", "dwm_driver_wind_farm", "moordyn_driver", "beamdyn_driver", "servodyn_driver"] -libraries = ["libaerodynlib", "libelastodynlib", "libopenfastlib", "libmaplib", "libbeamdynlib", "libnwtclibs", "libversioninfolib", "libuaaerolib", "libmoordynlib", "libmapcpplib", "libwdlib", "libextptfm_mckflib", "libscdataexlib", "libfvwlib", "libifwlib", "libafinfolib", "liborcaflexlib", "libfoamfastlib", "libfeamlib", "libsctypeslib", "libsubdynlib", "libopenfoamtypeslib", "libaeroacoustics", "libscdataextypeslib", "libhydrodynlib", "libopenfast_postlib", "libscfastlib", "libopenfast_prelib", "libaerodyn14lib", "libawaelib", "libicedynlib", "libicefloelib", "libservodynlib"] - - [[OpenFAST_jll."3.0.0+0".sources]] - hash = "9af57af054e4128b6e257a76da368dc4ad0c7fbb2b22d51fc7ea63cdf999c530" - url = "https://github.com/OpenFAST/openfast/archive/refs/tags/v3.0.0.tar.gz" - [[OpenFAST_jll."3.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f90e3667a81e3e9f0c087b2565fa7344a2fce3cf//O/OpenFAST/./bundled" - -[OpenFHE_int128_jll."1.2.3+0"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_int128_jll."1.2.3+0".sources]] - hash = "7b8346f4eac27121543e36c17237b919e03ec058" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_int128_jll."1.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6a0f90498182cfb7c8a6827192bcc73a044d87c7//O/OpenFHE_int128/../OpenFHE/bundled" - -[OpenFHE_int128_jll."1.2.4+0"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_int128_jll."1.2.4+0".sources]] - hash = "6bcca756e9d52b4db3dd2168414df8a7316b1a61" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_int128_jll."1.2.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea077b07ea306d9cc037dde439104c8c7f655b98//O/OpenFHE_int128/../OpenFHE/bundled" - -[OpenFHE_jll."1.1.2+0"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_jll."1.1.2+0".sources]] - hash = "b2869aef5cf61afd364b3eaea748dcc8a7020b9c" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_jll."1.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5ad83773cc208e20b20fb5c1d4570d4d7b18e68f//O/OpenFHE/./bundled" - -[OpenFHE_jll."1.1.2+1"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_jll."1.1.2+1".sources]] - hash = "b2869aef5cf61afd364b3eaea748dcc8a7020b9c" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_jll."1.1.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1210bc5fde582783d6dd87b5f36d4ad36fea42c8//O/OpenFHE/./bundled" - -[OpenFHE_jll."1.1.3+0"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_jll."1.1.3+0".sources]] - hash = "7b08ce10bcb577887d636a0db5a5fdda5f5ccb77" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_jll."1.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/34f3006e0d4e3e754d6d257cfe7ee1e4d4567fc9//O/OpenFHE/./bundled" - -[OpenFHE_jll."1.1.4+0"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_jll."1.1.4+0".sources]] - hash = "94fd76a1d965cfde13f2a540d78ce64146fc2700" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_jll."1.1.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/574237c21eb6a28e031c186d9088dae44aff5d9c//O/OpenFHE/./bundled" - -[OpenFHE_jll."1.2.0+0"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_jll."1.2.0+0".sources]] - hash = "13bf46f683483da1fe77f591b98035fa455740c6" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8ac63df7f415ea6215b04d121f8d744cafc31e54//O/OpenFHE/./bundled" - -[OpenFHE_jll."1.2.1+0"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_jll."1.2.1+0".sources]] - hash = "85a8f6325c50e3e39d07d253a1fe150bad2d49ce" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_jll."1.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2bbdac1c194a7167e9f484ba1958c9ab1fd77a8a//O/OpenFHE/./bundled" - -[OpenFHE_jll."1.2.3+0"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_jll."1.2.3+0".sources]] - hash = "7b8346f4eac27121543e36c17237b919e03ec058" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_jll."1.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/453c00f1f1d01d215e4df3ea7dbca37b76d2aca6//O/OpenFHE/./bundled" - -[OpenFHE_jll."1.2.3+1"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_jll."1.2.3+1".sources]] - hash = "7b8346f4eac27121543e36c17237b919e03ec058" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_jll."1.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3350e2a59aae143459c0c33b1efe8d1df448f395//O/OpenFHE/../OpenFHE/bundled" - -[OpenFHE_jll."1.2.4+0"] -libraries = ["libOPENFHEbinfhe", "libOPENFHEpke", "libOPENFHEcore"] - - [[OpenFHE_jll."1.2.4+0".sources]] - hash = "6bcca756e9d52b4db3dd2168414df8a7316b1a61" - repo = "https://github.com/openfheorg/openfhe-development.git" - [[OpenFHE_jll."1.2.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea077b07ea306d9cc037dde439104c8c7f655b98//O/OpenFHE/../OpenFHE/bundled" - -[OpenFOAM_com_jll."2312.0.0+0"] -executables = ["acousticFoam", "adiabaticFlameT", "adjointOptimisationFoam", "adjointShapeOptimizationFoam", "ansysToFoam", "applyBoundaryLayer", "attachMesh", "autoPatch", "blockMesh", "boundaryFoam", "boxTurb", "buoyantBoussinesqPimpleFoam", "buoyantBoussinesqSimpleFoam", "buoyantPimpleFoam", "buoyantSimpleFoam", "cartesian2DMesh", "cartesianMesh", "cavitatingDyMFoam", "cavitatingFoam", "cfx4ToFoam", "changeDictionary", "checkFaMesh", "checkMesh", "checkSurfaceMesh", "chemFoam", "chemkinToFoam", "chtMultiRegionFoam", "chtMultiRegionSimpleFoam", "chtMultiRegionTwoPhaseEulerFoam", "coalChemistryFoam", "coldEngineFoam", "collapseEdges", "combinePatchFaces", "compressibleInterDyMFoam", "compressibleInterFilmFoam", "compressibleInterFoam", "compressibleInterIsoFoam", "compressibleMultiphaseInterFoam", "computeSensitivities", "copySurfaceParts", "createBaffles", "createBoxTurb", "createExternalCoupledPatchGeometry", "createPatch", "createROMfields", "createZeroDirectory", "cumulativeDisplacement", "datToFoam", "decomposePar", "deformedGeom", "dnsFoam", "DPMDyMFoam", "DPMFoam", "driftFluxFoam", "dsmcFoam", "dsmcInitialise", "electrostaticFoam", "engineCompRatio", "engineFoam", "engineSwirl", "ensightToFoam", "equilibriumCO", "equilibriumFlameT", "extrude2DMesh", "extrudeEdgesInto2DSurface", "extrudeMesh", "extrudeToRegionMesh", "faceAgglomerate", "faParkerFukushimaFoam", "faSavageHutterFoam", "faTwoLayerAvalancheFoam", "financialFoam", "fireFoam", "fireToFoam", "flattenMesh", "FLMAToSurface", "fluent3DMeshToFoam", "fluentMeshToFoam", "FMSToSurface", "FMSToVTK", "foamDataToFluent", "foamDictionary", "foamFormatConvert", "foamHasLibrary", "foamHelp", "foamListRegions", "foamListTimes", "foamMeshToFluent", "foamRestoreFields", "foamToEnsight", "foamToFireMesh", "foamToGMV", "foamToStarMesh", "foamToSurface", "foamToTetDualMesh", "foamToVTK", "foamUpgradeCyclics", "foamyHexMesh", "foamyQuadMesh", "gambitToFoam", "generateBoundaryLayers", "gmshToFoam", "gridToSTL", "icoFoam", "icoReactingMultiphaseInterFoam", "icoUncoupledKinematicParcelDyMFoam", "icoUncoupledKinematicParcelFoam", "ideasUnvToFoam", "importSurfaceAsSubset", "improveMeshQuality", "improveSymmetryPlanes", "insideCells", "interCondensatingEvaporatingFoam", "interFoam", "interIsoFoam", "interMixingFoam", "interPhaseChangeDyMFoam", "interPhaseChangeFoam", "kinematicParcelFoam", "kivaToFoam", "laplacianFoam", "liquidFilmFoam", "lumpedPointForces", "lumpedPointMovement", "lumpedPointZones", "magneticFoam", "makeFaMesh", "mapFields", "mapFieldsPar", "mdEquilibrationFoam", "mdFoam", "mdInitialise", "mergeMeshes", "mergeOrSplitBaffles", "mergeSurfacePatches", "meshToFPMA", "mhdFoam", "mirrorMesh", "mixtureAdiabaticFlameT", "modifyMesh", "moveDynamicMesh", "moveEngineMesh", "moveMesh", "MPPICDyMFoam", "MPPICFoam", "MPPICInterFoam", "mshToFoam", "multiphaseEulerFoam", "multiphaseInterFoam", "netgenNeutralToFoam", "noise", "nonNewtonianIcoFoam", "objToVTK", "orientFaceZone", "overBuoyantPimpleDyMFoam", "overCompressibleInterDyMFoam", "overInterDyMFoam", "overInterPhaseChangeDyMFoam", "overLaplacianDyMFoam", "overPimpleDyMFoam", "overPotentialFoam", "overRhoPimpleDyMFoam", "overRhoSimpleFoam", "overSimpleFoam", "particleTracks", "patchesToSubsets", "patchSummary", "pdfPlot", "PDRblockMesh", "PDRFoam", "PDRMesh", "PDRsetFields", "pimpleFoam", "pisoFoam", "plot3dToFoam", "pMesh", "polyDualMesh", "porousSimpleFoam", "postChannel", "postProcess", "potentialFoam", "potentialFreeSurfaceDyMFoam", "potentialFreeSurfaceFoam", "preparePar", "profilingSummary", "reactingFoam", "reactingHeterogenousParcelFoam", "reactingMultiphaseEulerFoam", "reactingParcelFoam", "reactingTwoPhaseEulerFoam", "reconstructPar", "reconstructParMesh", "redistributePar", "refineHexMesh", "refinementLevel", "refineMesh", "refineWallLayer", "releaseAreaMapping", "removeFaces", "removeSurfaceFacets", "renumberMesh", "rhoCentralFoam", "rhoPimpleAdiabaticFoam", "rhoPimpleFoam", "rhoPorousSimpleFoam", "rhoReactingBuoyantFoam", "rhoReactingFoam", "rhoSimpleFoam", "rotateMesh", "scalarTransportFoam", "scaleMesh", "scaleSurfaceMesh", "selectCells", "setAlphaField", "setExprBoundaryFields", "setExprFields", "setFields", "setSet", "setsToZones", "setTurbulenceFields", "shallowWaterFoam", "simpleCoalParcelFoam", "simpleFoam", "simpleReactingParcelFoam", "simpleSprayFoam", "singleCellMesh", "slopeMesh", "smapToFoam", "smoothSurfaceData", "snappyHexMesh", "snappyRefineMesh", "solidDisplacementFoam", "solidEquilibriumDisplacementFoam", "solidFoam", "sonicDyMFoam", "sonicFoam", "sonicLiquidFoam", "sphereSurfactantFoam", "splitCells", "splitMesh", "splitMeshRegions", "sprayDyMFoam", "sprayFoam", "SRFPimpleFoam", "SRFSimpleFoam", "star4ToFoam", "steadyParticleTracks", "stitchMesh", "subsetMesh", "subsetToPatch", "surfaceAdd", "surfaceBooleanFeatures", "surfaceCheck", "surfaceClean", "surfaceCoarsen", "surfaceConvert", "surfaceFeatureConvert", "surfaceFeatureEdges", "surfaceFeatureExtract", "surfaceFind", "surfaceGenerateBoundingBox", "surfaceHookUp", "surfaceInertia", "surfaceInflate", "surfaceLambdaMuSmooth", "surfaceMeshConvert", "surfaceMeshExport", "surfaceMeshExtract", "surfaceMeshImport", "surfaceMeshInfo", "surfaceOrient", "surfacePatch", "surfacePointMerge", "surfaceRedistributePar", "surfaceRefineRedGreen", "surfaceSplitByPatch", "surfaceSplitByTopology", "surfaceSplitNonManifolds", "surfaceSubset", "surfaceToFMS", "surfaceToPatch", "surfaceTransformPoints", "surfactantFoam", "temporalInterpolate", "tetgenToFoam", "tetMesh", "thermoFoam", "topoSet", "transformPoints", "twoLiquidMixingFoam", "twoPhaseEulerFoam", "uncoupledKinematicParcelDyMFoam", "uncoupledKinematicParcelFoam", "viewFactorsGen", "vtkUnstructuredToFoam", "wallFunctionTable", "writeMeshObj", "writeMorpherCPs", "XiDyMFoam", "XiEngineFoam", "XiFoam", "zipUpMesh"] -files = ["share/openfoam/etc", "share/openfoam/bin"] -libraries = ["libadjointOptimisation", "libalphaFieldFunctions", "libatmosphericModels", "libbarotropicCompressibilityModel", "libblockMesh", "libchemistryModel", "libcoalCombustion", "libcombustionModels", "libcompressibleMultiPhaseTurbulenceModels", "libcompressibleTransportModels", "libcompressibleTurbulenceModels", "libcompressibleTwoPhaseMixtureTurbulenceModels", "libcompressibleTwoPhaseSystem", "libconformalVoronoiMesh", "libconversion", "libcv2DMesh", "libdecompose", "libdecompositionMethods", "libdistributed", "libdistributionModels", "libDPMTurbulenceModels", "libdriftFluxRelativeVelocityModels", "libdriftFluxTransportModels", "libDSMC", "libdynamicFvMesh", "libdynamicMesh", "libengine", "libextrude2DMesh", "libextrudeModel", "libfaAvalanche", "libfaDecompose", "libfaOptions", "libfaReconstruct", "libfieldFunctionObjects", "libfileFormats", "libfiniteArea", "libfiniteVolume", "libfluidThermophysicalModels", "libforces", "libfvMotionSolvers", "libfvOptions", "libgenericPatchFields", "libgeometricVoF", "libhelpTypes", "libimmiscibleIncompressibleTwoPhaseMixture", "libincompressibleInterPhaseTransportModels", "libincompressibleMultiphaseSystems", "libincompressibleTransportModels", "libincompressibleTurbulenceModels", "libinitialisationFunctionObjects", "libinterfaceProperties", "libinterfaceTrackingFvMesh", "libkahipDecomp", "liblagrangian", "liblagrangianFunctionObjects", "liblagrangianIntermediate", "liblagrangianSpray", "liblagrangianTurbulence", "liblaminarFlameSpeedModels", "liblaserDTRM", "liblumpedPointMotion", "libmeshLibrary", "libmeshTools", "libmetisDecomp", "libMGridGen", "libmolecularMeasurements", "libmolecule", "libmultiphaseInterFoam", "libmultiphaseMixtureThermo", "libmultiphaseSystem", "libODE", "libOpenFOAM", "liboverset", "libpairPatchAgglomeration", "libpdrFields", "libphaseChangeTwoPhaseMixtures", "libphaseCompressibleTurbulenceModels", "libphaseFunctionObjects", "libphaseTemperatureChangeTwoPhaseMixtures", "libPolyhedronReader", "libpotential", "libPstream", "libptscotchDecomp", "libpyrolysisModels", "libradiationModels", "librandomProcesses", "librandomProcessesFunctionObjects", "libreactingMultiphaseSystem", "libreactingTwoPhaseSystem", "libreactionThermophysicalModels", "libreconstruct", "libregionCoupling", "libregionFaModels", "libregionModels", "librenumberMethods", "librhoCentralFoam", "librigidBodyDynamics", "librigidBodyMeshMotion", "libsampling", "libsaturationModel", "libscotchDecomp", "libsixDoFRigidBodyMotion", "libsixDoFRigidBodyState", "libSLGThermo", "libSloanRenumber", "libsnappyHexMesh", "libsolidChemistryModel", "libsolidParticle", "libsolidSpecie", "libsolidThermo", "libsolverFunctionObjects", "libspecie", "libsurfaceFeatureExtract", "libsurfaceFilmDerivedFvPatchFields", "libsurfaceFilmModels", "libsurfMesh", "libtabulatedWallFunctions", "libthermalBaffleModels", "libthermophysicalProperties", "libthermoTools", "libtopoChangerFvMesh", "libturbulenceModels", "libturbulenceModelSchemes", "libtwoPhaseMixture", "libtwoPhaseMixtureThermo", "libtwoPhaseProperties", "libtwoPhaseReactingTurbulenceModels", "libtwoPhaseSurfaceTension", "libutilityFunctionObjects", "libVoFphaseCompressibleTurbulenceModels", "libVoFphaseTurbulentTransportModels", "libwaveModels"] - - [[OpenFOAM_com_jll."2312.0.0+0".build_dependencies]] - name = "CGAL_jll" - target = "target" - uuid = "8fcd9439-76b0-55f4-a525-bad0597c05d8" - version = "*" - - [[OpenFOAM_com_jll."2312.0.0+0".sources]] - hash = "1d8f0d55f79e6488dae75e4b839e358a88af77b5" - repo = "https://develop.openfoam.com/Development/openfoam.git" - -[OpenFOAM_com_jll."2312.0.0+1"] -executables = ["acousticFoam", "adiabaticFlameT", "adjointOptimisationFoam", "adjointShapeOptimizationFoam", "ansysToFoam", "applyBoundaryLayer", "attachMesh", "autoPatch", "blockMesh", "boundaryFoam", "boxTurb", "buoyantBoussinesqPimpleFoam", "buoyantBoussinesqSimpleFoam", "buoyantPimpleFoam", "buoyantSimpleFoam", "cartesian2DMesh", "cartesianMesh", "cavitatingDyMFoam", "cavitatingFoam", "cfx4ToFoam", "changeDictionary", "checkFaMesh", "checkMesh", "checkSurfaceMesh", "chemFoam", "chemkinToFoam", "chtMultiRegionFoam", "chtMultiRegionSimpleFoam", "chtMultiRegionTwoPhaseEulerFoam", "coalChemistryFoam", "coldEngineFoam", "collapseEdges", "combinePatchFaces", "compressibleInterDyMFoam", "compressibleInterFilmFoam", "compressibleInterFoam", "compressibleInterIsoFoam", "compressibleMultiphaseInterFoam", "computeSensitivities", "copySurfaceParts", "createBaffles", "createBoxTurb", "createExternalCoupledPatchGeometry", "createPatch", "createROMfields", "createZeroDirectory", "cumulativeDisplacement", "datToFoam", "decomposePar", "deformedGeom", "dnsFoam", "DPMDyMFoam", "DPMFoam", "driftFluxFoam", "dsmcFoam", "dsmcInitialise", "electrostaticFoam", "engineCompRatio", "engineFoam", "engineSwirl", "ensightToFoam", "equilibriumCO", "equilibriumFlameT", "extrude2DMesh", "extrudeEdgesInto2DSurface", "extrudeMesh", "extrudeToRegionMesh", "faceAgglomerate", "faParkerFukushimaFoam", "faSavageHutterFoam", "faTwoLayerAvalancheFoam", "financialFoam", "fireFoam", "fireToFoam", "flattenMesh", "FLMAToSurface", "fluent3DMeshToFoam", "fluentMeshToFoam", "FMSToSurface", "FMSToVTK", "foamDataToFluent", "foamDictionary", "foamFormatConvert", "foamHasLibrary", "foamHelp", "foamListRegions", "foamListTimes", "foamMeshToFluent", "foamRestoreFields", "foamToEnsight", "foamToFireMesh", "foamToGMV", "foamToStarMesh", "foamToSurface", "foamToTetDualMesh", "foamToVTK", "foamUpgradeCyclics", "foamyHexMesh", "foamyQuadMesh", "gambitToFoam", "generateBoundaryLayers", "gmshToFoam", "gridToSTL", "icoFoam", "icoReactingMultiphaseInterFoam", "icoUncoupledKinematicParcelDyMFoam", "icoUncoupledKinematicParcelFoam", "ideasUnvToFoam", "importSurfaceAsSubset", "improveMeshQuality", "improveSymmetryPlanes", "insideCells", "interCondensatingEvaporatingFoam", "interFoam", "interIsoFoam", "interMixingFoam", "interPhaseChangeDyMFoam", "interPhaseChangeFoam", "kinematicParcelFoam", "kivaToFoam", "laplacianFoam", "liquidFilmFoam", "lumpedPointForces", "lumpedPointMovement", "lumpedPointZones", "magneticFoam", "makeFaMesh", "mapFields", "mapFieldsPar", "mdEquilibrationFoam", "mdFoam", "mdInitialise", "mergeMeshes", "mergeOrSplitBaffles", "mergeSurfacePatches", "meshToFPMA", "mhdFoam", "mirrorMesh", "mixtureAdiabaticFlameT", "modifyMesh", "moveDynamicMesh", "moveEngineMesh", "moveMesh", "MPPICDyMFoam", "MPPICFoam", "MPPICInterFoam", "mshToFoam", "multiphaseEulerFoam", "multiphaseInterFoam", "netgenNeutralToFoam", "noise", "nonNewtonianIcoFoam", "objToVTK", "orientFaceZone", "overBuoyantPimpleDyMFoam", "overCompressibleInterDyMFoam", "overInterDyMFoam", "overInterPhaseChangeDyMFoam", "overLaplacianDyMFoam", "overPimpleDyMFoam", "overPotentialFoam", "overRhoPimpleDyMFoam", "overRhoSimpleFoam", "overSimpleFoam", "particleTracks", "patchesToSubsets", "patchSummary", "pdfPlot", "PDRblockMesh", "PDRFoam", "PDRMesh", "PDRsetFields", "pimpleFoam", "pisoFoam", "plot3dToFoam", "pMesh", "polyDualMesh", "porousSimpleFoam", "postChannel", "postProcess", "potentialFoam", "potentialFreeSurfaceDyMFoam", "potentialFreeSurfaceFoam", "preparePar", "profilingSummary", "reactingFoam", "reactingHeterogenousParcelFoam", "reactingMultiphaseEulerFoam", "reactingParcelFoam", "reactingTwoPhaseEulerFoam", "reconstructPar", "reconstructParMesh", "redistributePar", "refineHexMesh", "refinementLevel", "refineMesh", "refineWallLayer", "releaseAreaMapping", "removeFaces", "removeSurfaceFacets", "renumberMesh", "rhoCentralFoam", "rhoPimpleAdiabaticFoam", "rhoPimpleFoam", "rhoPorousSimpleFoam", "rhoReactingBuoyantFoam", "rhoReactingFoam", "rhoSimpleFoam", "rotateMesh", "scalarTransportFoam", "scaleMesh", "scaleSurfaceMesh", "selectCells", "setAlphaField", "setExprBoundaryFields", "setExprFields", "setFields", "setSet", "setsToZones", "setTurbulenceFields", "shallowWaterFoam", "simpleCoalParcelFoam", "simpleFoam", "simpleReactingParcelFoam", "simpleSprayFoam", "singleCellMesh", "slopeMesh", "smapToFoam", "smoothSurfaceData", "snappyHexMesh", "snappyRefineMesh", "solidDisplacementFoam", "solidEquilibriumDisplacementFoam", "solidFoam", "sonicDyMFoam", "sonicFoam", "sonicLiquidFoam", "sphereSurfactantFoam", "splitCells", "splitMesh", "splitMeshRegions", "sprayDyMFoam", "sprayFoam", "SRFPimpleFoam", "SRFSimpleFoam", "star4ToFoam", "steadyParticleTracks", "stitchMesh", "subsetMesh", "subsetToPatch", "surfaceAdd", "surfaceBooleanFeatures", "surfaceCheck", "surfaceClean", "surfaceCoarsen", "surfaceConvert", "surfaceFeatureConvert", "surfaceFeatureEdges", "surfaceFeatureExtract", "surfaceFind", "surfaceGenerateBoundingBox", "surfaceHookUp", "surfaceInertia", "surfaceInflate", "surfaceLambdaMuSmooth", "surfaceMeshConvert", "surfaceMeshExport", "surfaceMeshExtract", "surfaceMeshImport", "surfaceMeshInfo", "surfaceOrient", "surfacePatch", "surfacePointMerge", "surfaceRedistributePar", "surfaceRefineRedGreen", "surfaceSplitByPatch", "surfaceSplitByTopology", "surfaceSplitNonManifolds", "surfaceSubset", "surfaceToFMS", "surfaceToPatch", "surfaceTransformPoints", "surfactantFoam", "temporalInterpolate", "tetgenToFoam", "tetMesh", "thermoFoam", "topoSet", "transformPoints", "twoLiquidMixingFoam", "twoPhaseEulerFoam", "uncoupledKinematicParcelDyMFoam", "uncoupledKinematicParcelFoam", "viewFactorsGen", "vtkUnstructuredToFoam", "wallFunctionTable", "writeMeshObj", "writeMorpherCPs", "XiDyMFoam", "XiEngineFoam", "XiFoam", "zipUpMesh"] -files = ["etc"] -libraries = ["libadjointOptimisation", "libalphaFieldFunctions", "libatmosphericModels", "libbarotropicCompressibilityModel", "libblockMesh", "libchemistryModel", "libcoalCombustion", "libcombustionModels", "libcompressibleMultiPhaseTurbulenceModels", "libcompressibleTransportModels", "libcompressibleTurbulenceModels", "libcompressibleTwoPhaseMixtureTurbulenceModels", "libcompressibleTwoPhaseSystem", "libconformalVoronoiMesh", "libconversion", "libcv2DMesh", "libdecompose", "libdecompositionMethods", "libdistributed", "libdistributionModels", "libDPMTurbulenceModels", "libdriftFluxRelativeVelocityModels", "libdriftFluxTransportModels", "libDSMC", "libdynamicFvMesh", "libdynamicMesh", "libengine", "libextrude2DMesh", "libextrudeModel", "libfaAvalanche", "libfaDecompose", "libfaOptions", "libfaReconstruct", "libfieldFunctionObjects", "libfileFormats", "libfiniteArea", "libfiniteVolume", "libfluidThermophysicalModels", "libforces", "libfvMotionSolvers", "libfvOptions", "libgenericPatchFields", "libgeometricVoF", "libhelpTypes", "libimmiscibleIncompressibleTwoPhaseMixture", "libincompressibleInterPhaseTransportModels", "libincompressibleMultiphaseSystems", "libincompressibleTransportModels", "libincompressibleTurbulenceModels", "libinitialisationFunctionObjects", "libinterfaceProperties", "libinterfaceTrackingFvMesh", "libkahipDecomp", "liblagrangian", "liblagrangianFunctionObjects", "liblagrangianIntermediate", "liblagrangianSpray", "liblagrangianTurbulence", "liblaminarFlameSpeedModels", "liblaserDTRM", "liblumpedPointMotion", "libmeshLibrary", "libmeshTools", "libmetisDecomp", "libMGridGen", "libmolecularMeasurements", "libmolecule", "libmultiphaseInterFoam", "libmultiphaseMixtureThermo", "libmultiphaseSystem", "libODE", "libOpenFOAM", "liboverset", "libpairPatchAgglomeration", "libpdrFields", "libphaseChangeTwoPhaseMixtures", "libphaseCompressibleTurbulenceModels", "libphaseFunctionObjects", "libphaseTemperatureChangeTwoPhaseMixtures", "libPolyhedronReader", "libpotential", "libPstream", "libptscotchDecomp", "libpyrolysisModels", "libradiationModels", "librandomProcesses", "librandomProcessesFunctionObjects", "libreactingMultiphaseSystem", "libreactingTwoPhaseSystem", "libreactionThermophysicalModels", "libreconstruct", "libregionCoupling", "libregionFaModels", "libregionModels", "librenumberMethods", "librhoCentralFoam", "librigidBodyDynamics", "librigidBodyMeshMotion", "libsampling", "libsaturationModel", "libscotchDecomp", "libsixDoFRigidBodyMotion", "libsixDoFRigidBodyState", "libSLGThermo", "libSloanRenumber", "libsnappyHexMesh", "libsolidChemistryModel", "libsolidParticle", "libsolidSpecie", "libsolidThermo", "libsolverFunctionObjects", "libspecie", "libsurfaceFeatureExtract", "libsurfaceFilmDerivedFvPatchFields", "libsurfaceFilmModels", "libsurfMesh", "libtabulatedWallFunctions", "libthermalBaffleModels", "libthermophysicalProperties", "libthermoTools", "libtopoChangerFvMesh", "libturbulenceModels", "libturbulenceModelSchemes", "libtwoPhaseMixture", "libtwoPhaseMixtureThermo", "libtwoPhaseProperties", "libtwoPhaseReactingTurbulenceModels", "libtwoPhaseSurfaceTension", "libutilityFunctionObjects", "libVoFphaseCompressibleTurbulenceModels", "libVoFphaseTurbulentTransportModels", "libwaveModels"] - - [[OpenFOAM_com_jll."2312.0.0+1".build_dependencies]] - name = "CGAL_jll" - target = "target" - uuid = "8fcd9439-76b0-55f4-a525-bad0597c05d8" - version = "*" - - [[OpenFOAM_com_jll."2312.0.0+1".sources]] - hash = "1d8f0d55f79e6488dae75e4b839e358a88af77b5" - repo = "https://develop.openfoam.com/Development/openfoam.git" - -[OpenFOAM_jll."8.0.0+0"] -executables = ["adiabaticFlameT", "adjointShapeOptimizationFoam", "ansysToFoam", "applyBoundaryLayer", "attachMesh", "autoPatch", "autoRefineMesh", "blockMesh", "boundaryFoam", "boxTurb", "buoyantPimpleFoam", "buoyantSimpleFoam", "cavitatingFoam", "cfx4ToFoam", "changeDictionary", "checkMesh", "chemFoam", "chemkinToFoam", "chtMultiRegionFoam", "coalChemistryFoam", "coldEngineFoam", "collapseEdges", "combinePatchFaces", "compressibleInterFilmFoam", "compressibleInterFoam", "compressibleMultiphaseInterFoam", "createBaffles", "createExternalCoupledPatchGeometry", "createPatch", "datToFoam", "decomposePar", "deformedGeom", "dnsFoam", "DPMFoam", "driftFluxFoam", "dsmcFoam", "dsmcInitialise", "electrostaticFoam", "engineCompRatio", "engineFoam", "engineSwirl", "equilibriumCO", "equilibriumFlameT", "extrude2DMesh", "extrudeMesh", "extrudeToRegionMesh", "faceAgglomerate", "financialFoam", "fireFoam", "flattenMesh", "fluent3DMeshToFoam", "fluentMeshToFoam", "foamDataToFluent", "foamDictionary", "foamFormatConvert", "foamListTimes", "foamMeshToFluent", "foamSetupCHT", "foamToEnsight", "foamToEnsightParts", "foamToGMV", "foamToStarMesh", "foamToSurface", "foamToTetDualMesh", "foamToVTK", "gambitToFoam", "gmshToFoam", "icoFoam", "ideasUnvToFoam", "insideCells", "interFoam", "interMixingFoam", "interPhaseChangeFoam", "kivaToFoam", "laplacianFoam", "magneticFoam", "mapFields", "mapFieldsPar", "mdEquilibrationFoam", "mdFoam", "mdInitialise", "mergeMeshes", "mergeOrSplitBaffles", "mhdFoam", "mirrorMesh", "mixtureAdiabaticFlameT", "modifyMesh", "moveDynamicMesh", "moveEngineMesh", "moveMesh", "MPPICFoam", "mshToFoam", "multiphaseEulerFoam", "multiphaseInterFoam", "netgenNeutralToFoam", "noise", "nonNewtonianIcoFoam", "objToVTK", "orientFaceZone", "particleFoam", "particleTracks", "patchSummary", "pdfPlot", "PDRFoam", "PDRMesh", "pimpleFoam", "pisoFoam", "plot3dToFoam", "polyDualMesh", "porousSimpleFoam", "postChannel", "postProcess", "potentialFoam", "potentialFreeSurfaceFoam", "reactingFoam", "reactingParcelFoam", "reconstructPar", "reconstructParMesh", "redistributePar", "refineHexMesh", "refinementLevel", "refineMesh", "refineWallLayer", "removeFaces", "renumberMesh", "rhoCentralFoam", "rhoParticleFoam", "rhoPimpleFoam", "rhoPorousSimpleFoam", "rhoReactingBuoyantFoam", "rhoReactingFoam", "rhoSimpleFoam", "rotateMesh", "sammToFoam", "scalarTransportFoam", "selectCells", "setFields", "setSet", "setsToZones", "setWaves", "shallowWaterFoam", "simpleFoam", "simpleReactingParcelFoam", "singleCellMesh", "smapToFoam", "snappyHexMesh", "solidDisplacementFoam", "solidEquilibriumDisplacementFoam", "splitCells", "splitMesh", "splitMeshRegions", "sprayFoam", "SRFPimpleFoam", "SRFSimpleFoam", "star3ToFoam", "star4ToFoam", "steadyParticleTracks", "stitchMesh", "subsetMesh", "surfaceAdd", "surfaceAutoPatch", "surfaceBooleanFeatures", "surfaceCheck", "surfaceClean", "surfaceCoarsen", "surfaceConvert", "surfaceFeatureConvert", "surfaceFeatures", "surfaceFind", "surfaceHookUp", "surfaceInertia", "surfaceLambdaMuSmooth", "surfaceMeshConvert", "surfaceMeshConvertTesting", "surfaceMeshExport", "surfaceMeshImport", "surfaceMeshInfo", "surfaceMeshTriangulate", "surfaceOrient", "surfacePointMerge", "surfaceRedistributePar", "surfaceRefineRedGreen", "surfaceSplitByPatch", "surfaceSplitByTopology", "surfaceSplitNonManifolds", "surfaceSubset", "surfaceToPatch", "surfaceTransformPoints", "temporalInterpolate", "tetgenToFoam", "thermoFoam", "topoSet", "transformPoints", "twoLiquidMixingFoam", "viewFactorsGen", "vtkUnstructuredToFoam", "wallFunctionTable", "writeMeshObj", "XiEngineFoam", "XiFoam", "zipUpMesh"] -files = ["share/openfoam/etc"] -libraries = ["libatmosphericModels", "libbarotropicCompressibilityModel", "libblockMesh", "libchemistryModel", "libcoalCombustion", "libcombustionModels", "libconversion", "libdecompose", "libdecompositionMethods", "libdistributed", "libdistributionModels", "libDPMMomentumTransportModels", "libdriftFluxRelativeVelocityModels", "libdriftFluxTransportModels", "libDSMC", "libdynamicFvMesh", "libdynamicMesh", "libengine", "libeulerianInterfacialCompositionModels", "libeulerianInterfacialModels", "libextrude2DMesh", "libextrudeModel", "libfieldFunctionObjects", "libfileFormats", "libfiniteVolume", "libfluidThermoMomentumTransportModels", "libfluidThermophysicalModels", "libfoamToVTK", "libforces", "libfvMotionSolvers", "libfvOptions", "libgenericPatchFields", "libimmiscibleIncompressibleTwoPhaseMixture", "libincompressibleMomentumTransportModels", "libincompressibleTransportModels", "libincompressibleTwoPhaseMixture", "libinterfaceProperties", "liblagrangianFunctionObjects", "liblagrangianIntermediate", "liblagrangian", "liblagrangianSpray", "liblagrangianTurbulence", "liblaminarFlameSpeedModels", "libmeshTools", "libmetisDecomp", "libMGridGen", "libmolecularMeasurements", "libmolecule", "libmomentumTransportModels", "libmultiphaseEulerFoamFunctionObjects", "libmultiphaseInterFoam", "libmultiphaseMixtureThermo", "libmultiphaseMomentumTransportModels", "libmultiphaseSystems", "libmultiphaseThermophysicalTransportModels", "libODE", "libOpenFOAM", "libpairPatchAgglomeration", "libphaseChangeTwoPhaseMixtures", "libphaseSystem", "libpotential", "libpsiReactionThermophysicalTransportModels", "libPstream", "libptscotchDecomp", "libradiationModels", "librandomProcesses", "libreactionThermophysicalModels", "libreconstruct", "libregionModels", "librenumberMethods", "librhoCentralFoam", "librhoReactionThermophysicalTransportModels", "librigidBodyDynamics", "librigidBodyMeshMotion", "librigidBodyState", "libsampling", "libscotchDecomp", "libsixDoFRigidBodyMotion", "libsixDoFRigidBodyState", "libSLGThermo", "libsnappyHexMesh", "libsolidDisplacementThermo", "libsolidParticle", "libsolidThermo", "libsolverFunctionObjects", "libspecie", "libspecieTransfer", "libsurfaceFilmDerivedFvPatchFields", "libsurfaceFilmModels", "libsurfMesh", "libtabulatedWallFunctions", "libthermalBaffleModels", "libthermophysicalProperties", "libthermophysicalTransportModels", "libtopoChangerFvMesh", "libtriSurface", "libtwoPhaseMixture", "libtwoPhaseMixtureThermo", "libtwoPhaseProperties", "libtwoPhaseSurfaceTension", "libuserd-foam", "libutilityFunctionObjects", "libVoFphaseCompressibleMomentumTransportModels", "libwaves"] - - [[OpenFOAM_jll."8.0.0+0".sources]] - hash = "94ba11cbaaa12fbb5b356e01758df403ac8832d69da309a5d79f76f42eb008fc" - url = "https://github.com/OpenFOAM/OpenFOAM-8/archive/version-8.tar.gz" - [[OpenFOAM_jll."8.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b171abdd4857f4a53133cd11d4ab381caa4624b7//O/OpenFOAM/./bundled" - -[OpenFOAM_jll."8.0.1+0"] -executables = ["adiabaticFlameT", "adjointShapeOptimizationFoam", "ansysToFoam", "applyBoundaryLayer", "attachMesh", "autoPatch", "autoRefineMesh", "blockMesh", "boundaryFoam", "boxTurb", "buoyantPimpleFoam", "buoyantSimpleFoam", "cavitatingFoam", "cfx4ToFoam", "changeDictionary", "checkMesh", "chemFoam", "chemkinToFoam", "chtMultiRegionFoam", "coalChemistryFoam", "coldEngineFoam", "collapseEdges", "combinePatchFaces", "compressibleInterFilmFoam", "compressibleInterFoam", "compressibleMultiphaseInterFoam", "createBaffles", "createExternalCoupledPatchGeometry", "createPatch", "datToFoam", "decomposePar", "deformedGeom", "dnsFoam", "DPMFoam", "driftFluxFoam", "dsmcFoam", "dsmcInitialise", "electrostaticFoam", "engineCompRatio", "engineFoam", "engineSwirl", "equilibriumCO", "equilibriumFlameT", "extrude2DMesh", "extrudeMesh", "extrudeToRegionMesh", "faceAgglomerate", "financialFoam", "fireFoam", "flattenMesh", "fluent3DMeshToFoam", "fluentMeshToFoam", "foamDataToFluent", "foamDictionary", "foamFormatConvert", "foamListTimes", "foamMeshToFluent", "foamSetupCHT", "foamToEnsight", "foamToEnsightParts", "foamToGMV", "foamToStarMesh", "foamToSurface", "foamToTetDualMesh", "foamToVTK", "gambitToFoam", "gmshToFoam", "icoFoam", "ideasUnvToFoam", "insideCells", "interFoam", "interMixingFoam", "interPhaseChangeFoam", "kivaToFoam", "laplacianFoam", "magneticFoam", "mapFields", "mapFieldsPar", "mdEquilibrationFoam", "mdFoam", "mdInitialise", "mergeMeshes", "mergeOrSplitBaffles", "mhdFoam", "mirrorMesh", "mixtureAdiabaticFlameT", "modifyMesh", "moveDynamicMesh", "moveEngineMesh", "moveMesh", "MPPICFoam", "mshToFoam", "multiphaseEulerFoam", "multiphaseInterFoam", "netgenNeutralToFoam", "noise", "nonNewtonianIcoFoam", "objToVTK", "orientFaceZone", "particleFoam", "particleTracks", "patchSummary", "pdfPlot", "PDRFoam", "PDRMesh", "pimpleFoam", "pisoFoam", "plot3dToFoam", "polyDualMesh", "porousSimpleFoam", "postChannel", "postProcess", "potentialFoam", "potentialFreeSurfaceFoam", "reactingFoam", "reactingParcelFoam", "reconstructPar", "reconstructParMesh", "redistributePar", "refineHexMesh", "refinementLevel", "refineMesh", "refineWallLayer", "removeFaces", "renumberMesh", "rhoCentralFoam", "rhoParticleFoam", "rhoPimpleFoam", "rhoPorousSimpleFoam", "rhoReactingBuoyantFoam", "rhoReactingFoam", "rhoSimpleFoam", "rotateMesh", "sammToFoam", "scalarTransportFoam", "selectCells", "setFields", "setSet", "setsToZones", "setWaves", "shallowWaterFoam", "simpleFoam", "simpleReactingParcelFoam", "singleCellMesh", "smapToFoam", "snappyHexMesh", "solidDisplacementFoam", "solidEquilibriumDisplacementFoam", "splitCells", "splitMesh", "splitMeshRegions", "sprayFoam", "SRFPimpleFoam", "SRFSimpleFoam", "star3ToFoam", "star4ToFoam", "steadyParticleTracks", "stitchMesh", "subsetMesh", "surfaceAdd", "surfaceAutoPatch", "surfaceBooleanFeatures", "surfaceCheck", "surfaceClean", "surfaceCoarsen", "surfaceConvert", "surfaceFeatureConvert", "surfaceFeatures", "surfaceFind", "surfaceHookUp", "surfaceInertia", "surfaceLambdaMuSmooth", "surfaceMeshConvert", "surfaceMeshConvertTesting", "surfaceMeshExport", "surfaceMeshImport", "surfaceMeshInfo", "surfaceMeshTriangulate", "surfaceOrient", "surfacePointMerge", "surfaceRedistributePar", "surfaceRefineRedGreen", "surfaceSplitByPatch", "surfaceSplitByTopology", "surfaceSplitNonManifolds", "surfaceSubset", "surfaceToPatch", "surfaceTransformPoints", "temporalInterpolate", "tetgenToFoam", "thermoFoam", "topoSet", "transformPoints", "twoLiquidMixingFoam", "viewFactorsGen", "vtkUnstructuredToFoam", "wallFunctionTable", "writeMeshObj", "XiEngineFoam", "XiFoam", "zipUpMesh"] -files = ["share/openfoam/etc"] -libraries = ["libatmosphericModels", "libbarotropicCompressibilityModel", "libblockMesh", "libchemistryModel", "libcoalCombustion", "libcombustionModels", "libconversion", "libdecompose", "libdecompositionMethods", "libdistributed", "libdistributionModels", "libDPMMomentumTransportModels", "libdriftFluxRelativeVelocityModels", "libdriftFluxTransportModels", "libDSMC", "libdynamicFvMesh", "libdynamicMesh", "libengine", "libeulerianInterfacialCompositionModels", "libeulerianInterfacialModels", "libextrude2DMesh", "libextrudeModel", "libfieldFunctionObjects", "libfileFormats", "libfiniteVolume", "libfluidThermoMomentumTransportModels", "libfluidThermophysicalModels", "libfoamToVTK", "libforces", "libfvMotionSolvers", "libfvOptions", "libgenericPatchFields", "libimmiscibleIncompressibleTwoPhaseMixture", "libincompressibleMomentumTransportModels", "libincompressibleTransportModels", "libincompressibleTwoPhaseMixture", "libinterfaceProperties", "liblagrangianFunctionObjects", "liblagrangianIntermediate", "liblagrangian", "liblagrangianSpray", "liblagrangianTurbulence", "liblaminarFlameSpeedModels", "libmeshTools", "libmetisDecomp", "libMGridGen", "libmolecularMeasurements", "libmolecule", "libmomentumTransportModels", "libmultiphaseEulerFoamFunctionObjects", "libmultiphaseInterFoam", "libmultiphaseMixtureThermo", "libmultiphaseMomentumTransportModels", "libmultiphaseSystems", "libmultiphaseThermophysicalTransportModels", "libODE", "libOpenFOAM", "libpairPatchAgglomeration", "libphaseChangeTwoPhaseMixtures", "libphaseSystem", "libpotential", "libpsiReactionThermophysicalTransportModels", "libPstream", "libptscotchDecomp", "libradiationModels", "librandomProcesses", "libreactionThermophysicalModels", "libreconstruct", "libregionModels", "librenumberMethods", "librhoCentralFoam", "librhoReactionThermophysicalTransportModels", "librigidBodyDynamics", "librigidBodyMeshMotion", "librigidBodyState", "libsampling", "libscotchDecomp", "libsixDoFRigidBodyMotion", "libsixDoFRigidBodyState", "libSLGThermo", "libsnappyHexMesh", "libsolidDisplacementThermo", "libsolidParticle", "libsolidThermo", "libsolverFunctionObjects", "libspecie", "libspecieTransfer", "libsurfaceFilmDerivedFvPatchFields", "libsurfaceFilmModels", "libsurfMesh", "libtabulatedWallFunctions", "libthermalBaffleModels", "libthermophysicalProperties", "libthermophysicalTransportModels", "libtopoChangerFvMesh", "libtriSurface", "libtwoPhaseMixture", "libtwoPhaseMixtureThermo", "libtwoPhaseProperties", "libtwoPhaseSurfaceTension", "libuserd-foam", "libutilityFunctionObjects", "libVoFphaseCompressibleMomentumTransportModels", "libwaves"] - - [[OpenFOAM_jll."8.0.1+0".sources]] - hash = "94ba11cbaaa12fbb5b356e01758df403ac8832d69da309a5d79f76f42eb008fc" - url = "https://github.com/OpenFOAM/OpenFOAM-8/archive/version-8.tar.gz" - [[OpenFOAM_jll."8.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9437c09b1998d8bf648ab72e4631f97e04daae7e//O/OpenFOAM/./bundled" - -[OpenGLMathematics_jll."0.9.9+0"] -files = ["include/glm/glm.hpp"] - - [[OpenGLMathematics_jll."0.9.9+0".sources]] - hash = "6ad79aae3eb5bf809c30bf1168171e9e55857e45" - repo = "https://github.com/g-truc/glm.git" - -[OpenImageIO_jll."2.5.11+0"] -executables = ["iconvert", "idiff", "igrep", "iinfo", "maketx", "oiiotool", "testtex"] -libraries = ["libOpenImageIO", "libOpenImageIO_Util"] - - [[OpenImageIO_jll."2.5.11+0".sources]] - hash = "7141852ffe2186438a1759919b073cad49da642e" - repo = "https://github.com/AcademySoftwareFoundation/OpenImageIO" - -[OpenJpeg_jll."2.3.1+0"] -executables = ["opj_decompress", "opj_dump", "opj_compress"] -libraries = ["libopenjp2"] - - [[OpenJpeg_jll."2.3.1+0".sources]] - hash = "63f5a4713ecafc86de51bfad89cc07bb788e9bba24ebbf0c4ca637621aadb6a9" - url = "https://github.com/uclouvain/openjpeg/archive/v2.3.1/openjpeg-2.3.1.tar.gz" - [[OpenJpeg_jll."2.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/215cb9afbff63ea118a2475dbe00a2e4f3c489cb//O/OpenJpeg/./bundled" - -[OpenJpeg_jll."2.4.0+0"] -executables = ["opj_decompress", "opj_dump", "opj_compress"] -libraries = ["libopenjp2"] - - [[OpenJpeg_jll."2.4.0+0".sources]] - hash = "8702ba68b442657f11aaeb2b338443ca8d5fb95b0d845757968a7be31ef7f16d" - url = "https://github.com/uclouvain/openjpeg/archive/v2.4.0/openjpeg-2.4.0.tar.gz" - [[OpenJpeg_jll."2.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/159e359806f5eadfdfc6b38a2c92aa595b50aad9//O/OpenJpeg/./bundled" - -[OpenJpeg_jll."2.5.0+0"] -executables = ["opj_decompress", "opj_dump", "opj_compress"] -libraries = ["libopenjp2"] - - [[OpenJpeg_jll."2.5.0+0".sources]] - hash = "a5891555eb49ed7cc26b2901ea680acda136d811" - repo = "https://github.com/uclouvain/openjpeg.git" - [[OpenJpeg_jll."2.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9f27401251bac4f3aba82f8f398ef62728100fd1//O/OpenJpeg/./bundled" - -[OpenJpeg_jll."2.5.2+0"] -executables = ["opj_decompress", "opj_dump", "opj_compress"] -libraries = ["libopenjp2"] - - [[OpenJpeg_jll."2.5.2+0".sources]] - hash = "39e8c50a2f9bdcf36810ee3d41bcbf1cc78968ae" - repo = "https://github.com/uclouvain/openjpeg.git" - [[OpenJpeg_jll."2.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a3489623efba1ca24941963c2590397707cd3634//O/OpenJpeg/./bundled" - -[OpenJpeg_jll."2.5.3+0"] -executables = ["opj_decompress", "opj_dump", "opj_compress"] -libraries = ["libopenjp2"] - - [[OpenJpeg_jll."2.5.3+0".sources]] - hash = "210a8a5690d0da66f02d49420d7176a21ef409dc" - repo = "https://github.com/uclouvain/openjpeg.git" - [[OpenJpeg_jll."2.5.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/daed8657fc4113389b5bc4feb48660fbce8fb19f//O/OpenJpeg/./bundled" - -[OpenJpeg_jll."2.5.4+0"] -executables = ["opj_decompress", "opj_dump", "opj_compress"] -libraries = ["libopenjp2"] - - [[OpenJpeg_jll."2.5.4+0".sources]] - hash = "210a8a5690d0da66f02d49420d7176a21ef409dc" - repo = "https://github.com/uclouvain/openjpeg.git" - [[OpenJpeg_jll."2.5.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/492ea946573324b663c839579dc885705148682b//O/OpenJpeg/./bundled" - -[OpenLDAPClient_jll."2.4.50+0"] -executables = ["ldapdelete", "ldapsearch", "ldapwhoami", "ldapurl", "ldappasswd", "ldapmodify", "ldapexop", "ldapmodrdn", "ldapcompare"] -libraries = ["libldap", "liblber", "libldap_r"] - - [[OpenLDAPClient_jll."2.4.50+0".sources]] - hash = "5cb57d958bf5c55a678c6a0f06821e0e5504d5a92e6a33240841fbca1db586b8" - url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.50.tgz" - -[OpenLDAPClient_jll."2.4.50+1"] -executables = ["ldapdelete", "ldapsearch", "ldapwhoami", "ldapurl", "ldappasswd", "ldapmodify", "ldapexop", "ldapmodrdn", "ldapcompare"] -libraries = ["libldap", "liblber", "libldap_r"] - - [[OpenLDAPClient_jll."2.4.50+1".sources]] - hash = "5cb57d958bf5c55a678c6a0f06821e0e5504d5a92e6a33240841fbca1db586b8" - url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.50.tgz" - -[OpenLDAPClient_jll."2.4.50+2"] -executables = ["ldapdelete", "ldapsearch", "ldapwhoami", "ldapurl", "ldappasswd", "ldapmodify", "ldapexop", "ldapmodrdn", "ldapcompare"] -libraries = ["libldap", "liblber", "libldap_r"] - - [[OpenLDAPClient_jll."2.4.50+2".sources]] - hash = "5cb57d958bf5c55a678c6a0f06821e0e5504d5a92e6a33240841fbca1db586b8" - url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.50.tgz" - -[OpenLDAPClient_jll."2.5.14+0"] -executables = ["ldapdelete", "ldapsearch", "ldapwhoami", "ldapurl", "ldappasswd", "ldapmodify", "ldapexop", "ldapmodrdn", "ldapcompare"] -libraries = ["libldap", "liblber"] - - [[OpenLDAPClient_jll."2.5.14+0".sources]] - hash = "577d0ef7b7b2334b5d537318e4369c8dc6b066ebec0cee5cc3ecd8931e1ea76d" - url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.5.14.tgz" - -[OpenLDAPClient_jll."2.5.19+0"] -executables = ["ldapdelete", "ldapsearch", "ldapwhoami", "ldapurl", "ldappasswd", "ldapmodify", "ldapexop", "ldapmodrdn", "ldapcompare"] -libraries = ["libldap", "liblber"] - - [[OpenLDAPClient_jll."2.5.19+0".sources]] - hash = "56e2936c7169aa7547cfc93d5c87db46aa05e98dee6321590c3ada92e1fbb66c" - url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.5.19.tgz" - -[OpenLSTO_jll."1.0.0+0"] -libraries = ["m2do_fea", "m2do_lsm", "m2do_3d_lsm"] - - [[OpenLSTO_jll."1.0.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[OpenLSTO_jll."1.0.0+0".sources]] - hash = "853b9cc433b84c60cd1318a36f9a1d0e6cf65877" - repo = "https://github.com/M2DOLab/OpenLSTO.git" - [[OpenLSTO_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/06328a288b13bb304bfb59745add0ddfa9c47275//O/OpenLSTO/./bundled" - -[OpenLibm_jll."0.7.0+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.7.0+0".sources]] - hash = "d45439093d1fd15e2ac3acf69955e462401c7a160d3330256cb4a86c51bdae28" - url = "https://github.com/JuliaMath/openlibm/archive/v0.6.0.tar.gz" - -[OpenLibm_jll."0.7.1+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.7.1+0".sources]] - hash = "d4b252b71c74571fe5b39d42dee03ccca4bb238827e6a2c9ba108dbca2d3e879" - url = "https://github.com/JuliaMath/openlibm/archive/v0.7.1.tar.gz" - -[OpenLibm_jll."0.7.2+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.7.2+0".sources]] - hash = "7793eb5d931ad908534b4d69b12e8f0331d0c84cb56ed9bc165a820b643cd425" - url = "https://github.com/JuliaMath/openlibm/archive/v0.7.2.tar.gz" - -[OpenLibm_jll."0.7.3+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.7.3+0".sources]] - hash = "d3bcc4ef21c033a0cc408a30186bb3dbe21219e0c52d328ca70eb688cf867354" - url = "https://github.com/JuliaMath/openlibm/archive/v0.7.3.tar.gz" - -[OpenLibm_jll."0.7.4+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.7.4+0".sources]] - hash = "eb585204d6c995691e5545ea4ffcb887c159bf05cc5ee1bbf92a6fcdde2fccae" - url = "https://github.com/JuliaMath/openlibm/archive/v0.7.4.tar.gz" - -[OpenLibm_jll."0.7.5+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.7.5+0".sources]] - hash = "be983b9e1e40e696e8bbb7eb8f6376d3ca0ae675ae6d82936540385b0eeec15b" - url = "https://github.com/JuliaMath/openlibm/archive/v0.7.5.tar.gz" - -[OpenLibm_jll."0.7.5+1"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.7.5+1".sources]] - hash = "be983b9e1e40e696e8bbb7eb8f6376d3ca0ae675ae6d82936540385b0eeec15b" - url = "https://github.com/JuliaMath/openlibm/archive/v0.7.5.tar.gz" - -[OpenLibm_jll."0.8.0+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.0+0".sources]] - hash = "ed7aea3e2b602532959c76c6de5ba7aeb161d34b" - repo = "https://github.com/JuliaMath/openlibm.git" - -[OpenLibm_jll."0.8.1+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.1+0".sources]] - hash = "ae2d91698508701c83cab83714d42a1146dccf85" - repo = "https://github.com/JuliaMath/openlibm.git" - -[OpenLibm_jll."0.8.1+1"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[OpenLibm_jll."0.8.1+1".sources]] - hash = "ae2d91698508701c83cab83714d42a1146dccf85" - repo = "https://github.com/JuliaMath/openlibm.git" - -[OpenLibm_jll."0.8.1+2"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.1+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[OpenLibm_jll."0.8.1+2".sources]] - hash = "ae2d91698508701c83cab83714d42a1146dccf85" - repo = "https://github.com/JuliaMath/openlibm.git" - -[OpenLibm_jll."0.8.1+3"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.1+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[OpenLibm_jll."0.8.1+3".sources]] - hash = "ae2d91698508701c83cab83714d42a1146dccf85" - repo = "https://github.com/JuliaMath/openlibm.git" - -[OpenLibm_jll."0.8.1+4"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.1+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[OpenLibm_jll."0.8.1+4".sources]] - hash = "ae2d91698508701c83cab83714d42a1146dccf85" - repo = "https://github.com/JuliaMath/openlibm.git" - [[OpenLibm_jll."0.8.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c48529abde37f64e6cecd2d3f52c360267ccd085//O/OpenLibm/OpenLibm@0.8.1/./bundled" - -[OpenLibm_jll."0.8.4+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.4+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[OpenLibm_jll."0.8.4+0".sources]] - hash = "c4667caea25ae3487adf6760b4a1dcf32477a4b8" - repo = "https://github.com/JuliaMath/openlibm.git" - -[OpenLibm_jll."0.8.4+1"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.4+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[OpenLibm_jll."0.8.4+1".sources]] - hash = "c4667caea25ae3487adf6760b4a1dcf32477a4b8" - repo = "https://github.com/JuliaMath/openlibm.git" - -[OpenLibm_jll."0.8.5+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.5+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[OpenLibm_jll."0.8.5+0".sources]] - hash = "db24332879c320606c37f77fea165e6ecb49153c" - repo = "https://github.com/JuliaMath/openlibm.git" - -[OpenLibm_jll."0.8.7+0"] -libraries = ["libopenlibm"] - - [[OpenLibm_jll."0.8.7+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[OpenLibm_jll."0.8.7+0".sources]] - hash = "9fbeafcd4f1b6ef6aa3946c1c8faead50f38a94d" - repo = "https://github.com/JuliaMath/openlibm.git" - -[OpenMPI_jll."4.0.2+0"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.0.2+0".sources]] - hash = "662805870e86a1471e59739b0c34c6f9004e0c7a22db068562d5388ec4421904" - url = "https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.2.tar.gz" - -[OpenMPI_jll."4.0.2+1"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.0.2+1".sources]] - hash = "662805870e86a1471e59739b0c34c6f9004e0c7a22db068562d5388ec4421904" - url = "https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.2.tar.gz" - -[OpenMPI_jll."4.0.2+2"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.0.2+2".sources]] - hash = "662805870e86a1471e59739b0c34c6f9004e0c7a22db068562d5388ec4421904" - url = "https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.2.tar.gz" - -[OpenMPI_jll."4.1.1+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.1.1+0".sources]] - hash = "d80b9219e80ea1f8bcfe5ad921bd9014285c4948c5965f4156a3831e60776444" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.gz" - -[OpenMPI_jll."4.1.1+1"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.1.1+1".sources]] - hash = "d80b9219e80ea1f8bcfe5ad921bd9014285c4948c5965f4156a3831e60776444" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.gz" - [[OpenMPI_jll."4.1.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4eed7022ef0fd6102dda91b56353d7af090bf68b//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.1+2"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.1.1+2".sources]] - hash = "d80b9219e80ea1f8bcfe5ad921bd9014285c4948c5965f4156a3831e60776444" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.gz" - [[OpenMPI_jll."4.1.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/74bf9681ac4efcf4ac55ca01ba28cc32f8015a0e//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.1+3"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpi", "libload_time_mpi_constants"] - - [[OpenMPI_jll."4.1.1+3".sources]] - hash = "d80b9219e80ea1f8bcfe5ad921bd9014285c4948c5965f4156a3831e60776444" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.gz" - [[OpenMPI_jll."4.1.1+3".sources]] - hash = "3437eb7913cf213de80cef4ade7d73f0b3adfe9eadabe993b923dc50a21bd65e" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.3.2.tar.gz" - [[OpenMPI_jll."4.1.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2af8cd269ad8b5bb3d591f2d5664605772230d14//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.1+4"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpi", "libload_time_mpi_constants"] - - [[OpenMPI_jll."4.1.1+4".sources]] - hash = "d80b9219e80ea1f8bcfe5ad921bd9014285c4948c5965f4156a3831e60776444" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.gz" - [[OpenMPI_jll."4.1.1+4".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[OpenMPI_jll."4.1.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bed1dc9e225717ade6bfbf0bc0f537d5eb889b3a//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.1+5"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpi", "libload_time_mpi_constants"] - - [[OpenMPI_jll."4.1.1+5".sources]] - hash = "d80b9219e80ea1f8bcfe5ad921bd9014285c4948c5965f4156a3831e60776444" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.gz" - [[OpenMPI_jll."4.1.1+5".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[OpenMPI_jll."4.1.1+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6f3ad4c8c8479faf4600f102cc143044d71cc967//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.2+0"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpi", "libload_time_mpi_constants"] - - [[OpenMPI_jll."4.1.2+0".sources]] - hash = "a400719b04375cd704d2ed063a50e42d268497a3dfede342986ab7a8d7e8dcf0" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.2.tar.gz" - [[OpenMPI_jll."4.1.2+0".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[OpenMPI_jll."4.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d94a4a7916507cae0d18c212773a04e9056c1a59//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.3+0"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpi", "libload_time_mpi_constants"] - - [[OpenMPI_jll."4.1.3+0".sources]] - hash = "9c0fd1f78fc90ca9b69ae4ab704687d5544220005ccd7678bf58cc13135e67e0" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.3.tar.gz" - [[OpenMPI_jll."4.1.3+0".sources]] - hash = "610d816c22cd05e16e17371c6384e0b6f9d3a2bdcb311824d0d40790812882fc" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.4.0.tar.gz" - [[OpenMPI_jll."4.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/892c5abc72b0c74f864732ea437e477419f37774//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.3+1"] -executables = ["mpiexec", "generate_compile_time_mpi_constants"] -libraries = ["libmpi", "libload_time_mpi_constants"] - - [[OpenMPI_jll."4.1.3+1".sources]] - hash = "9c0fd1f78fc90ca9b69ae4ab704687d5544220005ccd7678bf58cc13135e67e0" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.3.tar.gz" - [[OpenMPI_jll."4.1.3+1".sources]] - hash = "eee6ae92bb746d3c50ea231aa58607fc5bac373680ff5c45c8ebc10e0b6496b4" - url = "https://github.com/eschnett/MPIconstants/archive/refs/tags/v1.5.0.tar.gz" - [[OpenMPI_jll."4.1.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cb1cb4024bb73208e509059b3b6c65ec18f552d2//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.3+2"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.1.3+2".sources]] - hash = "9c0fd1f78fc90ca9b69ae4ab704687d5544220005ccd7678bf58cc13135e67e0" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.3.tar.gz" - [[OpenMPI_jll."4.1.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f92910d2980eb99c64de744b3a7201c0c786bb7c//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.3+3"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.1.3+3".sources]] - hash = "9c0fd1f78fc90ca9b69ae4ab704687d5544220005ccd7678bf58cc13135e67e0" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.3.tar.gz" - [[OpenMPI_jll."4.1.3+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6d03ddad1eaa54608e0d93c80a336c45350d440f//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.5+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.1.5+0".sources]] - hash = "c018b127619d2a2a30c1931f316fc8a245926d0f5b4ebed4711f9695e7f70925" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.5.tar.gz" - [[OpenMPI_jll."4.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2449e5707840f1d53f0017205b462ce23d556972//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.6+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.1.6+0".sources]] - hash = "44da277b8cdc234e71c62473305a09d63f4dcca292ca40335aab7c4bf0e6a566" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.6.tar.gz" - [[OpenMPI_jll."4.1.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cf34a3db5d99b53c1a3e8c3a61eb81ee978a6000//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.8+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."4.1.8+0".sources]] - hash = "fb41086bbed9300baa2f3d7572491facfe5257412fa524ec5a396aa9101d5c62" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.8.tar.gz" - [[OpenMPI_jll."4.1.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1de67262de38d271d46d55db4273d4c89a2ff7ee//O/OpenMPI/./bundled" - -[OpenMPI_jll."4.1.8+1"] -executables = ["mpiexec"] -libraries = ["libmpi", "libmpi_mpifh", "libmpi_usempi_ignore_tkr", "libmpi_usempif08"] - - [[OpenMPI_jll."4.1.8+1".sources]] - hash = "fb41086bbed9300baa2f3d7572491facfe5257412fa524ec5a396aa9101d5c62" - url = "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.8.tar.gz" - [[OpenMPI_jll."4.1.8+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/db621eca566755958039495406b1c8de6def92a7//O/OpenMPI/OpenMPI@4/./bundled" - -[OpenMPI_jll."5.0.0+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."5.0.0+0".sources]] - hash = "4bf81fc86f562b372c40d44a09372ba1fa9b780d50d09a46ed0c4c7f09250b71" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.0.tar.gz" - [[OpenMPI_jll."5.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d4466848fcaadc39688f74c1903d35c94f1fc0fe//O/OpenMPI/./bundled" - -[OpenMPI_jll."5.0.1+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."5.0.1+0".sources]] - hash = "15805510d599558aed2ef43770e8a4683b9a6b361d0a91f107cb7c377cfe2bfb" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.1.tar.gz" - [[OpenMPI_jll."5.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/09151392e9ef055c219a40503d248065f2d145b6//O/OpenMPI/./bundled" - -[OpenMPI_jll."5.0.2+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."5.0.2+0".sources]] - hash = "095ab1cddb0fa0f9e7fc211a1d33185c6727c5237d0ee55f80a7e4311e5d279c" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.2.tar.gz" - [[OpenMPI_jll."5.0.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1e98fb5e392b5b14958f51c43979bacb3f1fc206//O/OpenMPI/./bundled" - -[OpenMPI_jll."5.0.3+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."5.0.3+0".sources]] - hash = "3e12160dd1d6f5cd8897bbab63a05fb9223a1e20a1726db23607aac25dc1aa19" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.3.tar.gz" - [[OpenMPI_jll."5.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ab06ba1565c7a3c24d1c2d34b9816957fc949750//O/OpenMPI/bundled" - -[OpenMPI_jll."5.0.4+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."5.0.4+0".sources]] - hash = "182763628c6cfbd732f83125cc1acf001eb445af45e5a406e65923f90a69f697" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.4.tar.gz" - [[OpenMPI_jll."5.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/79b86a784c613b90bfec4c84ef73fda0f8c89400//O/OpenMPI/bundled" - -[OpenMPI_jll."5.0.5+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."5.0.5+0".sources]] - hash = "5cbefa0780b84f4126743c40cdd6a334b2f0574cd7fd95050fb1ac0ddbb7f0b8" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.5.tar.gz" - [[OpenMPI_jll."5.0.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2ca5c9d91bbe4676e5800e0f94c3d7590cb25d94//O/OpenMPI/bundled" - -[OpenMPI_jll."5.0.6+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."5.0.6+0".sources]] - hash = "1d6dd41f6b53c00db23b40e56733d16a996fa743957ef8add8e117feffd92689" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.6.tar.gz" - [[OpenMPI_jll."5.0.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/716887418c3e33e9cdcb56fbecae6d13055762ee//O/OpenMPI/bundled" - -[OpenMPI_jll."5.0.7+0"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."5.0.7+0".sources]] - hash = "67435fdb2560f897882e69fead171d38e7f44a6dfe1d3c90506f549a943050b8" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.7.tar.gz" - [[OpenMPI_jll."5.0.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c1198c614ef6d8ba837b944c1bc83cd679f9ebde//O/OpenMPI/bundled" - -[OpenMPI_jll."5.0.7+1"] -executables = ["mpiexec"] -libraries = ["libmpi"] - - [[OpenMPI_jll."5.0.7+1".sources]] - hash = "67435fdb2560f897882e69fead171d38e7f44a6dfe1d3c90506f549a943050b8" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.7.tar.gz" - [[OpenMPI_jll."5.0.7+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bba5faf07588f25bc0b0715366261409c328e2b3//O/OpenMPI/OpenMPI@5/bundled" - -[OpenMPI_jll."5.0.7+2"] -executables = ["mpiexec"] -libraries = ["libmpi", "libmpi_mpifh", "libmpi_usempi_ignore_tkr", "libmpi_usempif08"] - - [[OpenMPI_jll."5.0.7+2".sources]] - hash = "67435fdb2560f897882e69fead171d38e7f44a6dfe1d3c90506f549a943050b8" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.7.tar.gz" - [[OpenMPI_jll."5.0.7+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e449cb642cb89b3ce92e618a1c83c05bdf27c932//O/OpenMPI/OpenMPI@5/bundled" - -[OpenMPI_jll."5.0.8+0"] -executables = ["mpiexec"] -libraries = ["libmpi", "libmpi_mpifh", "libmpi_usempi_ignore_tkr", "libmpi_usempif08"] - - [[OpenMPI_jll."5.0.8+0".sources]] - hash = "f891ddf2dab3b604f2521d0569615bc1c07a1ac86a295ac543e059aecb303621" - url = "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.8.tar.gz" - [[OpenMPI_jll."5.0.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b8622d62d109e4edb7c0d0d52bc2eddd18a6438f//O/OpenMPI/OpenMPI@5/bundled" - -[OpenModelica_jll."1.24.3+0"] -executables = ["omc"] - - [[OpenModelica_jll."1.24.3+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[OpenModelica_jll."1.24.3+0".sources]] - hash = "fcf63c83c7e8d66b7c5da922376ec54a5f1faad7" - repo = "https://github.com/OpenModelica/OpenModelica.git" - -[OpenModelica_jll."1.24.4+0"] -executables = ["omc"] - - [[OpenModelica_jll."1.24.4+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[OpenModelica_jll."1.24.4+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[OpenModelica_jll."1.24.4+0".sources]] - hash = "1fcd964f50824f82fd36d536804b0d80234131c9" - repo = "https://github.com/OpenModelica/OpenModelica.git" - [[OpenModelica_jll."1.24.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7d7d32bc55eaed2f81938976101e274d4d674685//O/OpenModelica/./bundled" - -[OpenModelica_jll."1.25.0+0"] -executables = ["omc"] - - [[OpenModelica_jll."1.25.0+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[OpenModelica_jll."1.25.0+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[OpenModelica_jll."1.25.0+0".sources]] - hash = "25d97cae0c27d49286af2bdc95420d01f67ea064" - repo = "https://github.com/OpenModelica/OpenModelica.git" - [[OpenModelica_jll."1.25.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b7d57d540fc738307bf5831bd37c1e4a868511a//O/OpenModelica/./bundled" - -[OpenModelica_jll."1.25.1+0"] -executables = ["omc"] - - [[OpenModelica_jll."1.25.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - [[OpenModelica_jll."1.25.1+0".build_dependencies]] - name = "flex_jll" - target = "host" - version = "*" - [[OpenModelica_jll."1.25.1+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[OpenModelica_jll."1.25.1+0".sources]] - hash = "66757f39f530bc032d5c1a71c105bd568207444a" - repo = "https://github.com/OpenModelica/OpenModelica.git" - [[OpenModelica_jll."1.25.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2c00c1e590f23837b6d44c6af43569d489a478d4//O/OpenModelica/./bundled" - -[OpenPolicyAgent_jll."0.55.0+0"] -executables = ["opa"] - - [[OpenPolicyAgent_jll."0.55.0+0".sources]] - hash = "4c21dddf2254632e8b28b60b73863f22bd3ae389" - repo = "https://github.com/open-policy-agent/opa.git" - -[OpenPolicyAgent_jll."0.61.0+0"] -executables = ["opa"] - - [[OpenPolicyAgent_jll."0.61.0+0".sources]] - hash = "ea7a3e13c8fdceadeb199904facb4990fcb010f8" - repo = "https://github.com/open-policy-agent/opa.git" - -[OpenPolicyAgent_jll."0.69.0+0"] -executables = ["opa"] - - [[OpenPolicyAgent_jll."0.69.0+0".sources]] - hash = "4a3fd1a715a8d24d102719421931020aafa8b778" - repo = "https://github.com/open-policy-agent/opa.git" - -[OpenPolicyAgent_jll."1.5.1+0"] -executables = ["opa"] - - [[OpenPolicyAgent_jll."1.5.1+0".sources]] - hash = "5421c8e5ae31a15b4e129688b85ffc4e814cdb63" - repo = "https://github.com/open-policy-agent/opa.git" - [[OpenPolicyAgent_jll."1.5.1+0".sources]] - hash = "53cb51b8aa6b6b62ab8196e66a766ea7598c67fa" - repo = "https://github.com/josephspurrier/goversioninfo" - -[OpenSSH_jll."8.1.0+0"] -executables = ["ssh", "scp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."8.1.0+0".sources]] - hash = "cdf1d0a9f5d18535e0a18ff34860e81a6d83aa5c" - repo = "https://github.com/openssh/openssh-portable.git" - [[OpenSSH_jll."8.1.0+0".sources]] - hash = "88aaf9eafc64a11d2ba0894a1c24608f1b6d69408b19bb7b15287338fea76dd0" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."8.1.0+0".sources]] - hash = "c99240af89452610f66b7ce54c4fa3180b66aae2bc326afc2aac8fc1dd48f488" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win64.zip" - [[OpenSSH_jll."8.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/385f1510739d06bff85f5713ba5a48f0a9a1beeb//O/OpenSSH/./bundled" - -[OpenSSH_jll."8.9.0+0"] -executables = ["ssh", "scp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."8.9.0+0".sources]] - hash = "5880200867e440f8ab5fd893c93db86555990443" - repo = "https://github.com/openssh/openssh-portable.git" - [[OpenSSH_jll."8.9.0+0".sources]] - hash = "0221324212413a6caf260f95e308d22f8c141fc37727b622a6ad50998c46d226" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."8.9.0+0".sources]] - hash = "9f9215dc0b823264d52603f4767d8531880ddfa9aedf16404923814c0ab086b7" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win64.zip" - -[OpenSSH_jll."8.9.0+1"] -executables = ["ssh", "scp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."8.9.0+1".sources]] - hash = "5880200867e440f8ab5fd893c93db86555990443" - repo = "https://github.com/openssh/openssh-portable.git" - [[OpenSSH_jll."8.9.0+1".sources]] - hash = "0221324212413a6caf260f95e308d22f8c141fc37727b622a6ad50998c46d226" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."8.9.0+1".sources]] - hash = "9f9215dc0b823264d52603f4767d8531880ddfa9aedf16404923814c0ab086b7" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win64.zip" - -[OpenSSH_jll."9.1.0+0"] -executables = ["ssh", "scp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."9.1.0+0".sources]] - hash = "8ae811262318653bbad319710b5055af5ac911d28f71ade5fb5ef604ac26821e" - url = "https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_1_P1.tar.gz" - [[OpenSSH_jll."9.1.0+0".sources]] - hash = "b99c384811f9ef8cab7589460d607fd4d4faccd6ec08a7405a2df0a37340fdeb" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."9.1.0+0".sources]] - hash = "b3d31939acb93c34236f420a6f1396e7cf2eead7069ef67742857a5a0befb9fc" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win64.zip" - -[OpenSSH_jll."9.2.0+0"] -executables = ["ssh", "scp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."9.2.0+0".sources]] - hash = "6dfb65de949cdd0a5d198edee9a118f265924f33" - repo = "https://github.com/openssh/openssh-portable.git" - [[OpenSSH_jll."9.2.0+0".sources]] - hash = "d6a381b6b1c0d17433ca0b81cf65d139d55a0f8c249f07ec9e2cf02f3effeff0" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.2.0.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."9.2.0+0".sources]] - hash = "d0c272360163ef2e99cab1c0941834605abf2e792377979ff21cbb09b55f3348" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.2.0.0p1-Beta/OpenSSH-Win64.zip" - -[OpenSSH_jll."9.3.2+0"] -executables = ["ssh", "scp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."9.3.2+0".sources]] - hash = "200ebe147f6cb3f101fd0cdf9e02442af7ddca298dffd9f456878e7ccac676e8" - url = "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.3p2.tar.gz" - [[OpenSSH_jll."9.3.2+0".sources]] - hash = "7b132aad088eae3ac67d85751e88d884e80631607cab9b1da52c838655bb5ae6" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.2.2.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."9.3.2+0".sources]] - hash = "ec8144a107014740ec3ce16ec51710398fc390fca5344931c1506e7cc2e181f3" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.2.2.0p1-Beta/OpenSSH-Win64.zip" - -[OpenSSH_jll."9.9.1+0"] -executables = ["ssh", "scp", "sftp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."9.9.1+0".sources]] - hash = "b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02" - url = "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p1.tar.gz" - [[OpenSSH_jll."9.9.1+0".sources]] - hash = "9245c9ff62d6d11708cb3125097f8cd5627e995c225d0469cf2c3c6be4014952" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."9.9.1+0".sources]] - hash = "bd48fe985d400402c278c485db20e6a82bc4c7f7d8e0ef5a81128f523096530c" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win64.zip" - -[OpenSSH_jll."9.9.1+1"] -executables = ["ssh", "scp", "sftp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."9.9.1+1".sources]] - hash = "b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02" - url = "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p1.tar.gz" - [[OpenSSH_jll."9.9.1+1".sources]] - hash = "9245c9ff62d6d11708cb3125097f8cd5627e995c225d0469cf2c3c6be4014952" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."9.9.1+1".sources]] - hash = "bd48fe985d400402c278c485db20e6a82bc4c7f7d8e0ef5a81128f523096530c" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win64.zip" - -[OpenSSH_jll."9.9.2+0"] -executables = ["ssh", "scp", "sftp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."9.9.2+0".sources]] - hash = "91aadb603e08cc285eddf965e1199d02585fa94d994d6cae5b41e1721e215673" - url = "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p2.tar.gz" - [[OpenSSH_jll."9.9.2+0".sources]] - hash = "9245c9ff62d6d11708cb3125097f8cd5627e995c225d0469cf2c3c6be4014952" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."9.9.2+0".sources]] - hash = "bd48fe985d400402c278c485db20e6a82bc4c7f7d8e0ef5a81128f523096530c" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win64.zip" - -[OpenSSH_jll."10.0.1+0"] -executables = ["ssh", "scp", "sftp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."10.0.1+0".sources]] - hash = "021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c" - url = "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-10.0p1.tar.gz" - [[OpenSSH_jll."10.0.1+0".sources]] - hash = "9245c9ff62d6d11708cb3125097f8cd5627e995c225d0469cf2c3c6be4014952" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."10.0.1+0".sources]] - hash = "bd48fe985d400402c278c485db20e6a82bc4c7f7d8e0ef5a81128f523096530c" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win64.zip" - -[OpenSSH_jll."10.0.2+0"] -executables = ["ssh", "scp", "sftp", "ssh-agent", "ssh-add", "ssh-keygen", "ssh-keyscan"] - - [[OpenSSH_jll."10.0.2+0".sources]] - hash = "021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c" - url = "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-10.0p2.tar.gz" - [[OpenSSH_jll."10.0.2+0".sources]] - hash = "9245c9ff62d6d11708cb3125097f8cd5627e995c225d0469cf2c3c6be4014952" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win32.zip" - [[OpenSSH_jll."10.0.2+0".sources]] - hash = "bd48fe985d400402c278c485db20e6a82bc4c7f7d8e0ef5a81128f523096530c" - url = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win64.zip" - [[OpenSSH_jll."10.0.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bf7c3b93e4e3701413d88e367276de9451a09edf//O/OpenSSH/bundled" - -[OpenSSL_jll."1.1.1+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libssl"] - - [[OpenSSL_jll."1.1.1+0".sources]] - hash = "f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90" - url = "https://www.openssl.org/source/openssl-1.1.1c.tar.gz" - -[OpenSSL_jll."1.1.1+1"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.1+1".sources]] - hash = "f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90" - url = "https://www.openssl.org/source/openssl-1.1.1c.tar.gz" - -[OpenSSL_jll."1.1.1+2"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.1+2".sources]] - hash = "694f61ac11cb51c9bf73f54e771ff6022b0327a43bbdfa1b2f19de1662a6dcbe" - url = "https://www.openssl.org/source/openssl-1.1.1e.tar.gz" - -[OpenSSL_jll."1.1.1+3"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.1+3".sources]] - hash = "694f61ac11cb51c9bf73f54e771ff6022b0327a43bbdfa1b2f19de1662a6dcbe" - url = "https://www.openssl.org/source/openssl-1.1.1e.tar.gz" - -[OpenSSL_jll."1.1.1+4"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.1+4".sources]] - hash = "694f61ac11cb51c9bf73f54e771ff6022b0327a43bbdfa1b2f19de1662a6dcbe" - url = "https://www.openssl.org/source/openssl-1.1.1e.tar.gz" - -[OpenSSL_jll."1.1.1+5"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.1+5".sources]] - hash = "694f61ac11cb51c9bf73f54e771ff6022b0327a43bbdfa1b2f19de1662a6dcbe" - url = "https://www.openssl.org/source/openssl-1.1.1e.tar.gz" - -[OpenSSL_jll."1.1.1+6"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.1+6".sources]] - hash = "694f61ac11cb51c9bf73f54e771ff6022b0327a43bbdfa1b2f19de1662a6dcbe" - url = "https://www.openssl.org/source/openssl-1.1.1e.tar.gz" - -[OpenSSL_jll."1.1.10+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.10+0".sources]] - hash = "892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5" - url = "https://www.openssl.org/source/openssl-1.1.1k.tar.gz" - -[OpenSSL_jll."1.1.13+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.13+0".sources]] - hash = "f89199be8b23ca45fc7cb9f1d8d3ee67312318286ad030f5316aca6462db6c96" - url = "https://www.openssl.org/source/openssl-1.1.1m.tar.gz" - -[OpenSSL_jll."1.1.14+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.14+0".sources]] - hash = "40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a" - url = "https://www.openssl.org/source/openssl-1.1.1n.tar.gz" - -[OpenSSL_jll."1.1.16+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.16+0".sources]] - hash = "bf61b62aaa66c7c7639942a94de4c9ae8280c08f17d4eac2e44644d9fc8ace6f" - url = "https://www.openssl.org/source/openssl-1.1.1p.tar.gz" - -[OpenSSL_jll."1.1.17+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.17+0".sources]] - hash = "d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca" - url = "https://www.openssl.org/source/openssl-1.1.1q.tar.gz" - -[OpenSSL_jll."1.1.18+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.18+0".sources]] - hash = "e389352ae3d5ae4d38597bf8a54f1dcb6fb3c8b50f4fe58a94bb1bf7f85d82a0" - url = "https://www.openssl.org/source/openssl-1.1.1r.tar.gz" - -[OpenSSL_jll."1.1.19+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.19+0".sources]] - hash = "c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa" - url = "https://www.openssl.org/source/openssl-1.1.1s.tar.gz" - -[OpenSSL_jll."1.1.20+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.20+0".sources]] - hash = "8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b" - url = "https://www.openssl.org/source/openssl-1.1.1t.tar.gz" - -[OpenSSL_jll."1.1.21+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.21+0".sources]] - hash = "e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6" - url = "https://www.openssl.org/source/openssl-1.1.1u.tar.gz" - -[OpenSSL_jll."1.1.22+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.22+0".sources]] - hash = "d6697e2871e77238460402e9362d47d18382b15ef9f246aba6c7bd780d38a6b0" - url = "https://www.openssl.org/source/openssl-1.1.1v.tar.gz" - -[OpenSSL_jll."1.1.23+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.23+0".sources]] - hash = "cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8" - url = "https://www.openssl.org/source/openssl-1.1.1w.tar.gz" - -[OpenSSL_jll."1.1.23+1"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-1_1", "libcrypto-1_1-x64", "libssl", "libssl-1_1", "libssl-1_1-x64"] - - [[OpenSSL_jll."1.1.23+1".sources]] - hash = "cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8" - url = "https://www.openssl.org/source/openssl-1.1.1w.tar.gz" - -[OpenSSL_jll."3.0.8+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.8+0".sources]] - hash = "6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e" - url = "https://www.openssl.org/source/openssl-3.0.8.tar.gz" - -[OpenSSL_jll."3.0.9+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.9+0".sources]] - hash = "eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90" - url = "https://www.openssl.org/source/openssl-3.0.9.tar.gz" - -[OpenSSL_jll."3.0.10+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.10+0".sources]] - hash = "1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323" - url = "https://www.openssl.org/source/openssl-3.0.10.tar.gz" - -[OpenSSL_jll."3.0.11+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.11+0".sources]] - hash = "b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55" - url = "https://www.openssl.org/source/openssl-3.0.11.tar.gz" - -[OpenSSL_jll."3.0.12+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.12+0".sources]] - hash = "f93c9e8edde5e9166119de31755fc87b4aa34863662f67ddfcba14d0b6b69b61" - url = "https://www.openssl.org/source/openssl-3.0.12.tar.gz" - -[OpenSSL_jll."3.0.13+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.13+0".sources]] - hash = "88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313" - url = "https://www.openssl.org/source/openssl-3.0.13.tar.gz" - -[OpenSSL_jll."3.0.13+1"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.13+1".sources]] - hash = "88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313" - url = "https://www.openssl.org/source/openssl-3.0.13.tar.gz" - -[OpenSSL_jll."3.0.14+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.14+0".sources]] - hash = "eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca" - url = "https://www.openssl.org/source/openssl-3.0.14.tar.gz" - -[OpenSSL_jll."3.0.15+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.15+0".sources]] - hash = "23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz" - -[OpenSSL_jll."3.0.15+1"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.15+1".sources]] - hash = "23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz" - -[OpenSSL_jll."3.0.15+2"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.15+2".sources]] - hash = "23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz" - -[OpenSSL_jll."3.0.15+3"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.15+3".sources]] - hash = "23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz" - -[OpenSSL_jll."3.0.16+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.0.16+0".sources]] - hash = "57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.0.16/openssl-3.0.16.tar.gz" - -[OpenSSL_jll."3.5.0+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.5.0+0".sources]] - hash = "344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gz" - -[OpenSSL_jll."3.5.1+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.5.1+0".sources]] - hash = "529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.5.1/openssl-3.5.1.tar.gz" - -[OpenSSL_jll."3.5.2+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.5.2+0".sources]] - hash = "c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.5.2/openssl-3.5.2.tar.gz" - -[OpenSSL_jll."3.5.3+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.5.3+0".sources]] - hash = "c9489d2abcf943cdc8329a57092331c598a402938054dc3a22218aea8a8ec3bf" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.5.3/openssl-3.5.3.tar.gz" - -[OpenSSL_jll."3.5.4+0"] -executables = ["openssl"] -libraries = ["libcrypto", "libcrypto-3", "libcrypto-3-x64", "libssl", "libssl-3", "libssl-3-x64"] - - [[OpenSSL_jll."3.5.4+0".sources]] - hash = "967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz" - -[OpenSlide_jll."3.4.1+0"] -libraries = ["libopenslide"] - - [[OpenSlide_jll."3.4.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[OpenSlide_jll."3.4.1+0".sources]] - hash = "fed08fab8a9b1ded95a34e196652291127ebe392c11f9bc13d26e760295a102d" - url = "https://github.com/openslide/openslide/releases/download/v3.4.1/openslide-3.4.1.tar.gz" - -[OpenSpecFun_jll."0.5.3+0"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.3+0".sources]] - hash = "1505c7a45f9f39ffe18be36f7a985cb427873948281dbcd376a11c2cd15e41e7" - url = "https://github.com/JuliaMath/openspecfun/archive/v0.5.3.tar.gz" - -[OpenSpecFun_jll."0.5.3+1"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.3+1".sources]] - hash = "1505c7a45f9f39ffe18be36f7a985cb427873948281dbcd376a11c2cd15e41e7" - url = "https://github.com/JuliaMath/openspecfun/archive/v0.5.3.tar.gz" - -[OpenSpecFun_jll."0.5.3+2"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.3+2".sources]] - hash = "1505c7a45f9f39ffe18be36f7a985cb427873948281dbcd376a11c2cd15e41e7" - url = "https://github.com/JuliaMath/openspecfun/archive/v0.5.3.tar.gz" - -[OpenSpecFun_jll."0.5.3+3"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.3+3".sources]] - hash = "1505c7a45f9f39ffe18be36f7a985cb427873948281dbcd376a11c2cd15e41e7" - url = "https://github.com/JuliaMath/openspecfun/archive/v0.5.3.tar.gz" - -[OpenSpecFun_jll."0.5.3+4"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.3+4".sources]] - hash = "1505c7a45f9f39ffe18be36f7a985cb427873948281dbcd376a11c2cd15e41e7" - url = "https://github.com/JuliaMath/openspecfun/archive/v0.5.3.tar.gz" - -[OpenSpecFun_jll."0.5.4+0"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.4+0".sources]] - hash = "d22094a030caf4042701d9c8eebd7c5236d3b3c9" - repo = "https://github.com/JuliaMath/openspecfun.git" - -[OpenSpecFun_jll."0.5.5+0"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.5+0".sources]] - hash = "74f7e65abc76de7c4c72b1c77b31f3846565c498" - repo = "https://github.com/JuliaMath/openspecfun.git" - -[OpenSpecFun_jll."0.5.5+1"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.5+1".sources]] - hash = "74f7e65abc76de7c4c72b1c77b31f3846565c498" - repo = "https://github.com/JuliaMath/openspecfun.git" - -[OpenSpecFun_jll."0.5.5+2"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.5+2".sources]] - hash = "74f7e65abc76de7c4c72b1c77b31f3846565c498" - repo = "https://github.com/JuliaMath/openspecfun.git" - -[OpenSpecFun_jll."0.5.6+0"] -libraries = ["libopenspecfun"] - - [[OpenSpecFun_jll."0.5.6+0".sources]] - hash = "62131ebd8047551b4f2df1d95ccd29546e48c6fa" - repo = "https://github.com/JuliaMath/openspecfun.git" - -[OpenSpiel_jll."0.1.0+0"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."0.1.0+0".sources]] - hash = "aa7bdff1fffb6dc0db580b2825cbc81b2a4a23ddf8aad6ce46dc397284444c09" - url = "https://github.com/findmyway/open_spiel/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.0+0".sources]] - hash = "81070b8e96779b5b2303185642753013aa874bffbd58b9cc599204aee064292d" - url = "https://github.com/findmyway/dds/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.0+0".sources]] - hash = "7b612c1fed278250b5d1a4e29ddb410145b26a0e7c781c1ca4ac03d092179202" - url = "https://github.com/findmyway/abseil-cpp/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.0+0".sources]] - hash = "34b6e59acf8970a3327cf1603a8f90fa4da8e5ebf09e6624509ac39684a1835d" - url = "https://github.com/JuliaPackaging/JuliaBuilder/releases/download/v1.0.0-2/julia-1.0.0-x86_64-linux-gnu.tar.gz" - [[OpenSpiel_jll."0.1.0+0".sources]] - hash = "6126936fd13a95f8cadeacaa69dfb38a960eaf3bd588aacc8893a6e07e4791a3" - url = "https://github.com/findmyway/hanabi-learning-environment/archive/v0.1.0.tar.gz" - -[OpenSpiel_jll."0.1.1+0"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."0.1.1+0".sources]] - hash = "8791ab9902aa46fd8263b79ea789f34d17e3a38dbc9e7ecbd46c5423922f0124" - url = "https://github.com/findmyway/open_spiel/archive/v0.1.1.tar.gz" - [[OpenSpiel_jll."0.1.1+0".sources]] - hash = "81070b8e96779b5b2303185642753013aa874bffbd58b9cc599204aee064292d" - url = "https://github.com/findmyway/dds/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.1+0".sources]] - hash = "7b612c1fed278250b5d1a4e29ddb410145b26a0e7c781c1ca4ac03d092179202" - url = "https://github.com/findmyway/abseil-cpp/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.1+0".sources]] - hash = "6126936fd13a95f8cadeacaa69dfb38a960eaf3bd588aacc8893a6e07e4791a3" - url = "https://github.com/findmyway/hanabi-learning-environment/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.1+0".sources]] - hash = "e29f969dd62ba354b7019cae3f7f1dbfbd9a744687ea4a8f7494c2bb1ee87382" - url = "https://github.com/findmyway/project_acpc_server/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.1+0".sources]] - hash = "965c8fab2214f8ce1b3d449d088561a6de61be42543b48c3bbadaed5b02bf824" - url = "https://julialang-s3.julialang.org/bin/linux/armv7l/1.3/julia-1.3.1-linux-armv7l.tar.gz" - [[OpenSpiel_jll."0.1.1+0".sources]] - hash = "faa707c8343780a6fe5eaf13490355e8190acf8e2c189b9e7ecbddb0fa2643ad" - url = "https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.1-linux-x86_64.tar.gz" - [[OpenSpiel_jll."0.1.1+0".sources]] - hash = "f2e5359f03314656c06e2a0a28a497f62e78f027dbe7f5155a5710b4914439b1" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-apple-darwin14.tar.gz" - [[OpenSpiel_jll."0.1.1+0".sources]] - hash = "c7b2db68156150d0e882e98e39269301d7bf56660f4fc2e38ed2734a7a8d1551" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-w64-mingw32.tar.gz" - -[OpenSpiel_jll."0.1.2+0"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."0.1.2+0".sources]] - hash = "2c605e8190f0280c666aaed3f944f364d6e7b201192611441dbe1a7ab4689b59" - url = "https://github.com/deepmind/open_spiel/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.2+0".sources]] - hash = "81070b8e96779b5b2303185642753013aa874bffbd58b9cc599204aee064292d" - url = "https://github.com/findmyway/dds/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.2+0".sources]] - hash = "7b612c1fed278250b5d1a4e29ddb410145b26a0e7c781c1ca4ac03d092179202" - url = "https://github.com/findmyway/abseil-cpp/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.2+0".sources]] - hash = "6126936fd13a95f8cadeacaa69dfb38a960eaf3bd588aacc8893a6e07e4791a3" - url = "https://github.com/findmyway/hanabi-learning-environment/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.2+0".sources]] - hash = "e29f969dd62ba354b7019cae3f7f1dbfbd9a744687ea4a8f7494c2bb1ee87382" - url = "https://github.com/findmyway/project_acpc_server/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.1.2+0".sources]] - hash = "965c8fab2214f8ce1b3d449d088561a6de61be42543b48c3bbadaed5b02bf824" - url = "https://julialang-s3.julialang.org/bin/linux/armv7l/1.3/julia-1.3.1-linux-armv7l.tar.gz" - [[OpenSpiel_jll."0.1.2+0".sources]] - hash = "faa707c8343780a6fe5eaf13490355e8190acf8e2c189b9e7ecbddb0fa2643ad" - url = "https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.1-linux-x86_64.tar.gz" - [[OpenSpiel_jll."0.1.2+0".sources]] - hash = "f2e5359f03314656c06e2a0a28a497f62e78f027dbe7f5155a5710b4914439b1" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-apple-darwin14.tar.gz" - [[OpenSpiel_jll."0.1.2+0".sources]] - hash = "c7b2db68156150d0e882e98e39269301d7bf56660f4fc2e38ed2734a7a8d1551" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-w64-mingw32.tar.gz" - -[OpenSpiel_jll."0.3.6+0"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."0.3.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[OpenSpiel_jll."0.3.6+0".sources]] - hash = "3d2a7d1c2fb29e3d0df6f70c8692cb6b922a840bd58a86a3e7ef25e509cdbccb" - url = "https://github.com/deepmind/open_spiel/archive/v0.3.1.tar.gz" - [[OpenSpiel_jll."0.3.6+0".sources]] - hash = "fd13ee77feb5b5c3dfcc3333a0523266beb2a3d27715703cf508313af25306e5" - url = "https://github.com/findmyway/dds/archive/v0.1.1.tar.gz" - [[OpenSpiel_jll."0.3.6+0".sources]] - hash = "808350c4d7238315717749bab0067a1acd208023d41eaf0c7360f29cc8bc8f21" - url = "https://github.com/abseil/abseil-cpp/archive/20200923.1.tar.gz" - [[OpenSpiel_jll."0.3.6+0".sources]] - hash = "6126936fd13a95f8cadeacaa69dfb38a960eaf3bd588aacc8893a6e07e4791a3" - url = "https://github.com/findmyway/hanabi-learning-environment/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."0.3.6+0".sources]] - hash = "e29f969dd62ba354b7019cae3f7f1dbfbd9a744687ea4a8f7494c2bb1ee87382" - url = "https://github.com/findmyway/project_acpc_server/archive/v0.1.0.tar.gz" - -[OpenSpiel_jll."1.1.1+0"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.1.1+0".sources]] - hash = "73d46e2d9ce7a86a420aad141b789e98237463b5c98608401faf86b15ec5eaf9" - url = "https://github.com/deepmind/open_spiel/archive/v1.1.1.tar.gz" - [[OpenSpiel_jll."1.1.1+0".sources]] - hash = "fd13ee77feb5b5c3dfcc3333a0523266beb2a3d27715703cf508313af25306e5" - url = "https://github.com/findmyway/dds/archive/v0.1.1.tar.gz" - [[OpenSpiel_jll."1.1.1+0".sources]] - hash = "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4" - url = "https://github.com/abseil/abseil-cpp/archive/20211102.0.tar.gz" - [[OpenSpiel_jll."1.1.1+0".sources]] - hash = "6126936fd13a95f8cadeacaa69dfb38a960eaf3bd588aacc8893a6e07e4791a3" - url = "https://github.com/findmyway/hanabi-learning-environment/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."1.1.1+0".sources]] - hash = "e29f969dd62ba354b7019cae3f7f1dbfbd9a744687ea4a8f7494c2bb1ee87382" - url = "https://github.com/findmyway/project_acpc_server/archive/v0.1.0.tar.gz" - -[OpenSpiel_jll."1.1.1+1"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.1.1+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.1.1+1".sources]] - hash = "73d46e2d9ce7a86a420aad141b789e98237463b5c98608401faf86b15ec5eaf9" - url = "https://github.com/deepmind/open_spiel/archive/v1.1.1.tar.gz" - [[OpenSpiel_jll."1.1.1+1".sources]] - hash = "fd13ee77feb5b5c3dfcc3333a0523266beb2a3d27715703cf508313af25306e5" - url = "https://github.com/findmyway/dds/archive/v0.1.1.tar.gz" - [[OpenSpiel_jll."1.1.1+1".sources]] - hash = "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4" - url = "https://github.com/abseil/abseil-cpp/archive/20211102.0.tar.gz" - [[OpenSpiel_jll."1.1.1+1".sources]] - hash = "6126936fd13a95f8cadeacaa69dfb38a960eaf3bd588aacc8893a6e07e4791a3" - url = "https://github.com/findmyway/hanabi-learning-environment/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."1.1.1+1".sources]] - hash = "e29f969dd62ba354b7019cae3f7f1dbfbd9a744687ea4a8f7494c2bb1ee87382" - url = "https://github.com/findmyway/project_acpc_server/archive/v0.1.0.tar.gz" - -[OpenSpiel_jll."1.1.1+2"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.1.1+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.1.1+2".sources]] - hash = "73d46e2d9ce7a86a420aad141b789e98237463b5c98608401faf86b15ec5eaf9" - url = "https://github.com/deepmind/open_spiel/archive/v1.1.1.tar.gz" - [[OpenSpiel_jll."1.1.1+2".sources]] - hash = "fd13ee77feb5b5c3dfcc3333a0523266beb2a3d27715703cf508313af25306e5" - url = "https://github.com/findmyway/dds/archive/v0.1.1.tar.gz" - [[OpenSpiel_jll."1.1.1+2".sources]] - hash = "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4" - url = "https://github.com/abseil/abseil-cpp/archive/20211102.0.tar.gz" - [[OpenSpiel_jll."1.1.1+2".sources]] - hash = "6126936fd13a95f8cadeacaa69dfb38a960eaf3bd588aacc8893a6e07e4791a3" - url = "https://github.com/findmyway/hanabi-learning-environment/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."1.1.1+2".sources]] - hash = "e29f969dd62ba354b7019cae3f7f1dbfbd9a744687ea4a8f7494c2bb1ee87382" - url = "https://github.com/findmyway/project_acpc_server/archive/v0.1.0.tar.gz" - -[OpenSpiel_jll."1.1.1+3"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.1.1+3".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.1.1+3".sources]] - hash = "73d46e2d9ce7a86a420aad141b789e98237463b5c98608401faf86b15ec5eaf9" - url = "https://github.com/deepmind/open_spiel/archive/v1.1.1.tar.gz" - [[OpenSpiel_jll."1.1.1+3".sources]] - hash = "fd13ee77feb5b5c3dfcc3333a0523266beb2a3d27715703cf508313af25306e5" - url = "https://github.com/findmyway/dds/archive/v0.1.1.tar.gz" - [[OpenSpiel_jll."1.1.1+3".sources]] - hash = "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4" - url = "https://github.com/abseil/abseil-cpp/archive/20211102.0.tar.gz" - [[OpenSpiel_jll."1.1.1+3".sources]] - hash = "6126936fd13a95f8cadeacaa69dfb38a960eaf3bd588aacc8893a6e07e4791a3" - url = "https://github.com/findmyway/hanabi-learning-environment/archive/v0.1.0.tar.gz" - [[OpenSpiel_jll."1.1.1+3".sources]] - hash = "e29f969dd62ba354b7019cae3f7f1dbfbd9a744687ea4a8f7494c2bb1ee87382" - url = "https://github.com/findmyway/project_acpc_server/archive/v0.1.0.tar.gz" - -[OpenSpiel_jll."1.2.0+0"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.2.0+0".sources]] - hash = "9e4559bd1d794aa0b6476013464b58329d8f2b51" - repo = "https://github.com/deepmind/open_spiel.git" - [[OpenSpiel_jll."1.2.0+0".sources]] - hash = "091ea94358a4016d4fb6069dea5c452cdc98d0bd" - repo = "https://github.com/findmyway/dds.git" - [[OpenSpiel_jll."1.2.0+0".sources]] - hash = "b971ac5250ea8de900eae9f95e06548d14cd95fe" - repo = "https://github.com/abseil/abseil-cpp.git" - [[OpenSpiel_jll."1.2.0+0".sources]] - hash = "b31c973e3930804b9e27d1a20874e08d8643e533" - repo = "https://github.com/findmyway/hanabi-learning-environment.git" - [[OpenSpiel_jll."1.2.0+0".sources]] - hash = "de5fb88ac597278c96875d3c163ce71cdfe7ea79" - repo = "https://github.com/findmyway/project_acpc_server.git" - [[OpenSpiel_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d622b5a8927c07f4348451fda84febc2a32fe7be//O/OpenSpiel/./bundled" - [[OpenSpiel_jll."1.2.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[OpenSpiel_jll."1.2.0+1"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.2.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.2.0+1".sources]] - hash = "9e4559bd1d794aa0b6476013464b58329d8f2b51" - repo = "https://github.com/deepmind/open_spiel.git" - [[OpenSpiel_jll."1.2.0+1".sources]] - hash = "091ea94358a4016d4fb6069dea5c452cdc98d0bd" - repo = "https://github.com/findmyway/dds.git" - [[OpenSpiel_jll."1.2.0+1".sources]] - hash = "b971ac5250ea8de900eae9f95e06548d14cd95fe" - repo = "https://github.com/abseil/abseil-cpp.git" - [[OpenSpiel_jll."1.2.0+1".sources]] - hash = "b31c973e3930804b9e27d1a20874e08d8643e533" - repo = "https://github.com/findmyway/hanabi-learning-environment.git" - [[OpenSpiel_jll."1.2.0+1".sources]] - hash = "de5fb88ac597278c96875d3c163ce71cdfe7ea79" - repo = "https://github.com/findmyway/project_acpc_server.git" - [[OpenSpiel_jll."1.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d3df24c7465f76c7df5014a26b77e53ec54d7cf0//O/OpenSpiel/./bundled" - [[OpenSpiel_jll."1.2.0+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[OpenSpiel_jll."1.2.0+2"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.2.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.2.0+2".sources]] - hash = "9e4559bd1d794aa0b6476013464b58329d8f2b51" - repo = "https://github.com/deepmind/open_spiel.git" - [[OpenSpiel_jll."1.2.0+2".sources]] - hash = "091ea94358a4016d4fb6069dea5c452cdc98d0bd" - repo = "https://github.com/findmyway/dds.git" - [[OpenSpiel_jll."1.2.0+2".sources]] - hash = "b971ac5250ea8de900eae9f95e06548d14cd95fe" - repo = "https://github.com/abseil/abseil-cpp.git" - [[OpenSpiel_jll."1.2.0+2".sources]] - hash = "b31c973e3930804b9e27d1a20874e08d8643e533" - repo = "https://github.com/findmyway/hanabi-learning-environment.git" - [[OpenSpiel_jll."1.2.0+2".sources]] - hash = "de5fb88ac597278c96875d3c163ce71cdfe7ea79" - repo = "https://github.com/findmyway/project_acpc_server.git" - [[OpenSpiel_jll."1.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d8b18656a6945b1b07cfd84fd342f8c2d3067afe//O/OpenSpiel/./bundled" - [[OpenSpiel_jll."1.2.0+2".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[OpenSpiel_jll."1.2.0+3"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.2.0+3".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.2.0+3".sources]] - hash = "9e4559bd1d794aa0b6476013464b58329d8f2b51" - repo = "https://github.com/deepmind/open_spiel.git" - [[OpenSpiel_jll."1.2.0+3".sources]] - hash = "091ea94358a4016d4fb6069dea5c452cdc98d0bd" - repo = "https://github.com/findmyway/dds.git" - [[OpenSpiel_jll."1.2.0+3".sources]] - hash = "b971ac5250ea8de900eae9f95e06548d14cd95fe" - repo = "https://github.com/abseil/abseil-cpp.git" - [[OpenSpiel_jll."1.2.0+3".sources]] - hash = "b31c973e3930804b9e27d1a20874e08d8643e533" - repo = "https://github.com/findmyway/hanabi-learning-environment.git" - [[OpenSpiel_jll."1.2.0+3".sources]] - hash = "de5fb88ac597278c96875d3c163ce71cdfe7ea79" - repo = "https://github.com/findmyway/project_acpc_server.git" - [[OpenSpiel_jll."1.2.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fbf39906503446d8ae9e18b7e8eddadaa39b9ca4//O/OpenSpiel/./bundled" - [[OpenSpiel_jll."1.2.0+3".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[OpenSpiel_jll."1.5.0+0"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.5.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.5.0+0".sources]] - hash = "82b5aac85c577b6911f9a912544e2a589dacc2f1" - repo = "https://github.com/deepmind/open_spiel.git" - [[OpenSpiel_jll."1.5.0+0".sources]] - hash = "091ea94358a4016d4fb6069dea5c452cdc98d0bd" - repo = "https://github.com/findmyway/dds.git" - [[OpenSpiel_jll."1.5.0+0".sources]] - hash = "b971ac5250ea8de900eae9f95e06548d14cd95fe" - repo = "https://github.com/abseil/abseil-cpp.git" - [[OpenSpiel_jll."1.5.0+0".sources]] - hash = "b31c973e3930804b9e27d1a20874e08d8643e533" - repo = "https://github.com/findmyway/hanabi-learning-environment.git" - [[OpenSpiel_jll."1.5.0+0".sources]] - hash = "de5fb88ac597278c96875d3c163ce71cdfe7ea79" - repo = "https://github.com/findmyway/project_acpc_server.git" - [[OpenSpiel_jll."1.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8af3fcfffca4713254f28b8a2de1b0c27df96ac3//O/OpenSpiel/./bundled" - [[OpenSpiel_jll."1.5.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[OpenSpiel_jll."1.5.1+0"] -libraries = ["libspieljl"] - - [[OpenSpiel_jll."1.5.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[OpenSpiel_jll."1.5.1+0".sources]] - hash = "82b5aac85c577b6911f9a912544e2a589dacc2f1" - repo = "https://github.com/deepmind/open_spiel.git" - [[OpenSpiel_jll."1.5.1+0".sources]] - hash = "091ea94358a4016d4fb6069dea5c452cdc98d0bd" - repo = "https://github.com/findmyway/dds.git" - [[OpenSpiel_jll."1.5.1+0".sources]] - hash = "b971ac5250ea8de900eae9f95e06548d14cd95fe" - repo = "https://github.com/abseil/abseil-cpp.git" - [[OpenSpiel_jll."1.5.1+0".sources]] - hash = "b31c973e3930804b9e27d1a20874e08d8643e533" - repo = "https://github.com/findmyway/hanabi-learning-environment.git" - [[OpenSpiel_jll."1.5.1+0".sources]] - hash = "de5fb88ac597278c96875d3c163ce71cdfe7ea79" - repo = "https://github.com/findmyway/project_acpc_server.git" - [[OpenSpiel_jll."1.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c8b7a8c3ff79fcb7d7dbf37b81ff187c6bf4edaa//O/OpenSpiel/./bundled" - [[OpenSpiel_jll."1.5.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[OpenVAF_jll."23.5.0+0"] -executables = ["openvaf"] - - [[OpenVAF_jll."23.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "cf8dcdf15163477086b224e1a9c36a1609f8b5d6" - target = "host" - tree_hash = "e753d6c91c68f53a6bb66b30d5a900dbc71e97e8" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[OpenVAF_jll."23.5.0+0".sources]] - hash = "a9697ae7780518f021f9f64e819b3a57033bd39f" - repo = "https://github.com/pascalkuthe/OpenVAF.git" - [[OpenVAF_jll."23.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/354c933d14ede262d5bf51db8e81aa1e9baff19c//O/OpenVAF/./bundled" - -[OpenVAF_jll."23.5.0+1"] -executables = ["openvaf"] - - [[OpenVAF_jll."23.5.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "host" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[OpenVAF_jll."23.5.0+1".sources]] - hash = "a9697ae7780518f021f9f64e819b3a57033bd39f" - repo = "https://github.com/pascalkuthe/OpenVAF.git" - [[OpenVAF_jll."23.5.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/be2a38572a023d6ed5c613337be835729fde95b4//O/OpenVAF/./bundled" - -[OpenVAF_jll."23.5.0+2"] -executables = ["openvaf"] - - [[OpenVAF_jll."23.5.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "host" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[OpenVAF_jll."23.5.0+2".sources]] - hash = "a9697ae7780518f021f9f64e819b3a57033bd39f" - repo = "https://github.com/pascalkuthe/OpenVAF.git" - [[OpenVAF_jll."23.5.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8ad59c277f01a4eac0f1249e81268d1e49a17126//O/OpenVAF/./bundled" - -[Openresty_jll."1.15.8+0"] -executables = ["openresty", "opm", "resty"] -files = ["luajit", "lualib", "nginx"] - - [[Openresty_jll."1.15.8+0".sources]] - hash = "b68cf3aa7878db16771c96d9af9887ce11f3e96a1e5e68755637ecaff75134a8" - url = "https://openresty.org/download/openresty-1.15.8.3.tar.gz" - [[Openresty_jll."1.15.8+0".sources]] - hash = "0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73" - url = "https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz" - [[Openresty_jll."1.15.8+0".sources]] - hash = "14cb464efe7ac6b54799b34456bd69558a749a4931ecfd9cf9f71d7881cac7bc" - url = "https://www.openssl.org/source/openssl-1.0.2t.tar.gz" - [[Openresty_jll."1.15.8+0".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://www.zlib.net/zlib-1.2.11.tar.gz" - -[Openresty_jll."1.19.3+0"] -executables = ["openresty", "opm", "resty"] -files = ["luajit", "lualib", "nginx"] - - [[Openresty_jll."1.19.3+0".sources]] - hash = "f36fcd9c51f4f9eb8aaab8c7f9e21018d5ce97694315b19cacd6ccf53ab03d5d" - url = "https://openresty.org/download/openresty-1.19.3.1.tar.gz" - [[Openresty_jll."1.19.3+0".sources]] - hash = "0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73" - url = "https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz" - [[Openresty_jll."1.19.3+0".sources]] - hash = "14cb464efe7ac6b54799b34456bd69558a749a4931ecfd9cf9f71d7881cac7bc" - url = "https://www.openssl.org/source/openssl-1.0.2t.tar.gz" - [[Openresty_jll."1.19.3+0".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://www.zlib.net/zlib-1.2.11.tar.gz" - -[Openresty_jll."1.19.9+0"] -executables = ["openresty", "opm", "resty"] -files = ["luajit", "lualib", "nginx"] - - [[Openresty_jll."1.19.9+0".sources]] - hash = "576ff4e546e3301ce474deef9345522b7ef3a9d172600c62057f182f3a68c1f6" - url = "https://openresty.org/download/openresty-1.19.9.1.tar.gz" - [[Openresty_jll."1.19.9+0".sources]] - hash = "0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73" - url = "https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz" - [[Openresty_jll."1.19.9+0".sources]] - hash = "0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" - url = "https://www.openssl.org/source/openssl-1.1.1l.tar.gz" - [[Openresty_jll."1.19.9+0".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://www.zlib.net/zlib-1.2.11.tar.gz" - -[Openresty_jll."1.21.4+0"] -executables = ["openresty", "opm", "resty"] -files = ["luajit", "lualib", "nginx"] - - [[Openresty_jll."1.21.4+0".sources]] - hash = "0c5093b64f7821e85065c99e5d4e6cc31820cfd7f37b9a0dec84209d87a2af99" - url = "https://openresty.org/download/openresty-1.21.4.1.tar.gz" - [[Openresty_jll."1.21.4+0".sources]] - hash = "4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8" - url = "https://sourceforge.net/projects/pcre/files/pcre/8.45/pcre-8.45.tar.bz2" - [[Openresty_jll."1.21.4+0".sources]] - hash = "bf61b62aaa66c7c7639942a94de4c9ae8280c08f17d4eac2e44644d9fc8ace6f" - url = "https://www.openssl.org/source/openssl-1.1.1p.tar.gz" - [[Openresty_jll."1.21.4+0".sources]] - hash = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9" - url = "https://www.zlib.net/zlib-1.2.12.tar.gz" - -[Openresty_jll."1.27.1+0"] -executables = ["openresty", "opm", "resty"] -files = ["luajit", "lualib", "nginx"] - - [[Openresty_jll."1.27.1+0".sources]] - hash = "79b071e27bdc143d5f401d0dbf504de4420070d867538c5edc2546d0351fd5c0" - url = "https://openresty.org/download/openresty-1.27.1.1.tar.gz" - [[Openresty_jll."1.27.1+0".sources]] - hash = "4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8" - url = "https://sourceforge.net/projects/pcre/files/pcre/8.45/pcre-8.45.tar.bz2" - [[Openresty_jll."1.27.1+0".sources]] - hash = "23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533" - url = "https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz" - [[Openresty_jll."1.27.1+0".sources]] - hash = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23" - url = "https://www.zlib.net/zlib-1.3.1.tar.gz" - -[OptimPack_jll."3.1.0+0"] -libraries = ["libopk", "libcobyla", "libbobyqa", "libnewuoa"] - - [[OptimPack_jll."3.1.0+0".sources]] - hash = "fa1efdbebf6efa42a1d6b4f6223c7ca0b871fad5c0b53f7dc9be296e4c766190" - url = "https://github.com/emmt/OptimPack/releases/download/v3.1.0/optimpack-3.1.0.tar.gz" - -[OptimPack_jll."3.2.0+0"] -libraries = ["libopk", "libcobyla", "libbobyqa", "libnewuoa"] - - [[OptimPack_jll."3.2.0+0".sources]] - hash = "3df032cde5ba6a3ffa04f0b0fd95d0694b75af82c8d2ddff0666c61e86c3ef5a" - url = "https://github.com/emmt/OptimPack/releases/download/v3.2.0/optimpack-3.2.0.tar.gz" - -[OptimPack_jll."3.3.1+0"] -libraries = ["libopk", "libcobyla", "libbobyqa", "libnewuoa"] - - [[OptimPack_jll."3.3.1+0".sources]] - hash = "f59815f6a6dbd9c93caf60f0270781af9b10218772a9d58fa357004c59b9c1d8" - url = "https://github.com/emmt/OptimPack/releases/download/v3.3.1/optimpack-3.3.1.tar.gz" - -[Opus_jll."1.3.1+0"] -libraries = ["libopus"] - - [[Opus_jll."1.3.1+0".sources]] - hash = "65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d" - url = "https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz" - -[Opus_jll."1.3.1+1"] -libraries = ["libopus"] - - [[Opus_jll."1.3.1+1".sources]] - hash = "65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d" - url = "https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz" - -[Opus_jll."1.3.1+2"] -libraries = ["libopus"] - - [[Opus_jll."1.3.1+2".sources]] - hash = "65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d" - url = "https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz" - -[Opus_jll."1.3.1+3"] -libraries = ["libopus"] - - [[Opus_jll."1.3.1+3".sources]] - hash = "65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d" - url = "https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz" - -[Opus_jll."1.3.2+0"] -libraries = ["libopus"] - - [[Opus_jll."1.3.2+0".sources]] - hash = "65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d" - url = "https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz" - -[Opus_jll."1.3.3+0"] -libraries = ["libopus"] - - [[Opus_jll."1.3.3+0".sources]] - hash = "65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d" - url = "https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz" - -[Opus_jll."1.5.2+0"] -libraries = ["libopus"] - - [[Opus_jll."1.5.2+0".sources]] - hash = "ddbe48383984d56acd9e1ab6a090c54ca6b735a6" - repo = "https://gitlab.xiph.org/xiph/opus" - -[Osi_jll."0.107.9+0"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.107.9+0".sources]] - hash = "60255835a0930e9a15247bd6ae496c930c2d3878" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.107.9+1"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.107.9+1".sources]] - hash = "60255835a0930e9a15247bd6ae496c930c2d3878" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.107.9+2"] -libraries = ["libOsi", "libOsi-1", "libOsiCommonTests", "libOsiCommonTests-1"] - - [[Osi_jll."0.107.9+2".sources]] - hash = "60255835a0930e9a15247bd6ae496c930c2d3878" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.107.9+3"] -libraries = ["libOsi", "libOsi-1", "libOsiCommonTests", "libOsiCommonTests-1"] - - [[Osi_jll."0.107.9+3".sources]] - hash = "60255835a0930e9a15247bd6ae496c930c2d3878" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.108.5+0"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.108.5+0".sources]] - hash = "2bd34ae6b8c93d342d54fd19d4d773f07194583c" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.108.5+1"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.108.5+1".sources]] - hash = "2bd34ae6b8c93d342d54fd19d4d773f07194583c" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.108.5+2"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.108.5+2".sources]] - hash = "2bd34ae6b8c93d342d54fd19d4d773f07194583c" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.108.5+3"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.108.5+3".sources]] - hash = "2bd34ae6b8c93d342d54fd19d4d773f07194583c" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.108.5+4"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.108.5+4".sources]] - hash = "2bd34ae6b8c93d342d54fd19d4d773f07194583c" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.108.6+0"] -libraries = ["libOsi", "libOsi-1", "libOsiCommonTests", "libOsiCommonTests-1"] - - [[Osi_jll."0.108.6+0".sources]] - hash = "dfa6449d6756fdd96912cf96e168d0be07b1d37c" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.108.6+1"] -libraries = ["libOsi", "libOsi-1", "libOsiCommonTests", "libOsiCommonTests-1"] - - [[Osi_jll."0.108.6+1".sources]] - hash = "dfa6449d6756fdd96912cf96e168d0be07b1d37c" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.108.6+2"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.108.6+2".sources]] - hash = "dfa6449d6756fdd96912cf96e168d0be07b1d37c" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.10800.600+0"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.10800.600+0".sources]] - hash = "dfa6449d6756fdd96912cf96e168d0be07b1d37c" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.10800.700+0"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.10800.700+0".sources]] - hash = "c67528fc8b2a36dc936b285fe34030439b9147c3" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.10800.1000+0"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.10800.1000+0".sources]] - hash = "2997cda8e85ccc6712c4b05404e7aa70500e422f" - repo = "https://github.com/coin-or/Osi.git" - -[Osi_jll."0.10800.1100+0"] -libraries = ["libOsi", "libOsiCommonTests"] - - [[Osi_jll."0.10800.1100+0".sources]] - hash = "d979b7b890a32a7e69c53920bb39eef17bd599b8" - repo = "https://github.com/coin-or/Osi.git" - -[P11Kit_jll."0.24.1+0"] -executables = ["p11-kit"] -libraries = ["libp11-kit"] - - [[P11Kit_jll."0.24.1+0".sources]] - hash = "d8be783efd5cd4ae534cee4132338e3f40f182c3205d23b200094ec85faaaef8" - url = "https://github.com/p11-glue/p11-kit/releases/download/0.24.1/p11-kit-0.24.1.tar.xz" - -[P11Kit_jll."0.25.5+0"] -executables = ["p11-kit"] -libraries = ["libp11-kit"] - - [[P11Kit_jll."0.25.5+0".sources]] - hash = "04d0a86450cdb1be018f26af6699857171a188ac6d5b8c90786a60854e1198e5" - url = "https://github.com/p11-glue/p11-kit/releases/download/0.25.5/p11-kit-0.25.5.tar.xz" - [[P11Kit_jll."0.25.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b14db68aacd3e311127d50447e66a14eae740e51//P/P11Kit/bundled" - -[P4est_jll."2.2.0+0"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.2.0+0".sources]] - hash = "1549cbeba29bee2c35e7cc50a90a04961da5f23b6eada9c8047f511b90a8e438" - url = "https://p4est.github.io/release/p4est-2.2.tar.gz" - -[P4est_jll."2.2.0+1"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.2.0+1".sources]] - hash = "1549cbeba29bee2c35e7cc50a90a04961da5f23b6eada9c8047f511b90a8e438" - url = "https://p4est.github.io/release/p4est-2.2.tar.gz" - -[P4est_jll."2.2.0+2"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.2.0+2".sources]] - hash = "1549cbeba29bee2c35e7cc50a90a04961da5f23b6eada9c8047f511b90a8e438" - url = "https://p4est.github.io/release/p4est-2.2.tar.gz" - -[P4est_jll."2.3.1+0"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.3.1+0".sources]] - hash = "be66893b039fb3f27aca3d5d00acff42c67bfad5aa09cea9253cdd628b2bdc9a" - url = "https://p4est.github.io/release/p4est-2.3.1.tar.gz" - -[P4est_jll."2.3.1+1"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.3.1+1".sources]] - hash = "be66893b039fb3f27aca3d5d00acff42c67bfad5aa09cea9253cdd628b2bdc9a" - url = "https://p4est.github.io/release/p4est-2.3.1.tar.gz" - [[P4est_jll."2.3.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/53fcb8d3d932b696db25212a25d3ae4f3b9d86d9//P/P4est/./bundled" - -[P4est_jll."2.3.1+2"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.3.1+2".sources]] - hash = "be66893b039fb3f27aca3d5d00acff42c67bfad5aa09cea9253cdd628b2bdc9a" - url = "https://p4est.github.io/release/p4est-2.3.1.tar.gz" - [[P4est_jll."2.3.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/119fe752de5cbec3a8702e6a5b5e832e2d193d69//P/P4est/./bundled" - -[P4est_jll."2.3.2+0"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.3.2+0".sources]] - hash = "076df9e5578e0e7fcfbe12e1a0b080104001f8c986ab1d5a69ec2220050df8e6" - url = "https://p4est.github.io/release/p4est-2.3.2.tar.gz" - -[P4est_jll."2.8.0+0"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.8.0+0".sources]] - hash = "6a0586e3abac06c20e31b1018f3a82a564a6a0d9ff6b7f6c772a9e6b0f0cc5e4" - url = "https://p4est.github.io/release/p4est-2.8.tar.gz" - -[P4est_jll."2.8.1+0"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.8.1+0".sources]] - hash = "6a0586e3abac06c20e31b1018f3a82a564a6a0d9ff6b7f6c772a9e6b0f0cc5e4" - url = "https://p4est.github.io/release/p4est-2.8.tar.gz" - [[P4est_jll."2.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/37db082d6e3ad7f1b20627b6f89ab5acfb852f6a//P/P4est/./bundled" - -[P4est_jll."2.8.1+1"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.8.1+1".sources]] - hash = "6a0586e3abac06c20e31b1018f3a82a564a6a0d9ff6b7f6c772a9e6b0f0cc5e4" - url = "https://p4est.github.io/release/p4est-2.8.tar.gz" - [[P4est_jll."2.8.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/46d585f53e60dbde64fa269d373265d192f5b713//P/P4est/./bundled" - -[P4est_jll."2.8.1+2"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.8.1+2".sources]] - hash = "6a0586e3abac06c20e31b1018f3a82a564a6a0d9ff6b7f6c772a9e6b0f0cc5e4" - url = "https://p4est.github.io/release/p4est-2.8.tar.gz" - [[P4est_jll."2.8.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c4069bff0e6f082fc5c77369c7ba7c5e6c986f4c//P/P4est/./bundled" - -[P4est_jll."2.8.1+3"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.8.1+3".sources]] - hash = "6a0586e3abac06c20e31b1018f3a82a564a6a0d9ff6b7f6c772a9e6b0f0cc5e4" - url = "https://p4est.github.io/release/p4est-2.8.tar.gz" - [[P4est_jll."2.8.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/06196edf68a0325d11b5274dae597de5474763e3//P/P4est/./bundled" - -[P4est_jll."2.8.6+0"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.8.6+0".sources]] - hash = "46ee0c6e5a24f45be97fba743f5ef3d9618c075b023e9421ded9fc8cf7811300" - url = "https://p4est.github.io/release/p4est-2.8.6.tar.gz" - [[P4est_jll."2.8.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/606031da2a9c237bf9b5d542bda6aaad00ba71c5//P/P4est/bundled" - -[P4est_jll."2.8.7+0"] -libraries = ["libp4est", "libsc"] - - [[P4est_jll."2.8.7+0".sources]] - hash = "46ee0c6e5a24f45be97fba743f5ef3d9618c075b023e9421ded9fc8cf7811300" - url = "https://p4est.github.io/release/p4est-2.8.6.tar.gz" - [[P4est_jll."2.8.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/499bded3adaeadcf19a2adbe5d2af3eba232658e//P/P4est/bundled" - -[PAPI_jll."6.0.0+0"] -libraries = ["libpapi"] - - [[PAPI_jll."6.0.0+0".sources]] - hash = "05a4d383eea251db990ab668ca4a13a74427a152" - repo = "https://bitbucket.org/icl/papi.git" - -[PAPI_jll."7.0.0+0"] -libraries = ["libpapi"] - - [[PAPI_jll."7.0.0+0".sources]] - hash = "de96060998cd9fc77396c5e100e52e0ea1cdc3c3" - repo = "https://bitbucket.org/icl/papi.git" - [[PAPI_jll."7.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7a7c9c87335d3fd89fa12883bb8fc40da37bce4d//P/PAPI/./bundled" - -[PAPI_jll."7.0.0+1"] -libraries = ["libpapi"] - - [[PAPI_jll."7.0.0+1".sources]] - hash = "de96060998cd9fc77396c5e100e52e0ea1cdc3c3" - repo = "https://bitbucket.org/icl/papi.git" - [[PAPI_jll."7.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7f8a4cfeab1b57ddde4eb5d56948c14686b6f03d//P/PAPI/./bundled" - -[PAPI_jll."7.0.0+2"] -libraries = ["libpapi"] - - [[PAPI_jll."7.0.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[PAPI_jll."7.0.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[PAPI_jll."7.0.0+2".sources]] - hash = "de96060998cd9fc77396c5e100e52e0ea1cdc3c3" - repo = "https://bitbucket.org/icl/papi.git" - [[PAPI_jll."7.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fcf339dd073118faf9e42340dbeba12624bec7a7//P/PAPI/./bundled" - -[PAPI_jll."7.0.0+3"] -libraries = ["libpapi"] - - [[PAPI_jll."7.0.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[PAPI_jll."7.0.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[PAPI_jll."7.0.0+3".sources]] - hash = "de96060998cd9fc77396c5e100e52e0ea1cdc3c3" - repo = "https://bitbucket.org/icl/papi.git" - [[PAPI_jll."7.0.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8e67bbd11d0093dc596d0533a4a37892cd93918f//P/PAPI/./bundled" - -[PAPI_jll."7.0.0+4"] -libraries = ["libpapi"] - - [[PAPI_jll."7.0.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[PAPI_jll."7.0.0+4".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[PAPI_jll."7.0.0+4".sources]] - hash = "de96060998cd9fc77396c5e100e52e0ea1cdc3c3" - repo = "https://bitbucket.org/icl/papi.git" - [[PAPI_jll."7.0.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3503821909cefd700b5b01cb5feb828b71e4b168//P/PAPI/./bundled" - -[PAPI_jll."7.0.0+5"] -libraries = ["libpapi"] - - [[PAPI_jll."7.0.0+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[PAPI_jll."7.0.0+5".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[PAPI_jll."7.0.0+5".sources]] - hash = "de96060998cd9fc77396c5e100e52e0ea1cdc3c3" - repo = "https://bitbucket.org/icl/papi.git" - [[PAPI_jll."7.0.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/af88b21e18b1b2c490bae754abfe5149952f4c0b//P/PAPI/./bundled" - -[PAPI_jll."7.0.0+6"] -libraries = ["libpapi"] - - [[PAPI_jll."7.0.0+6".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[PAPI_jll."7.0.0+6".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[PAPI_jll."7.0.0+6".sources]] - hash = "de96060998cd9fc77396c5e100e52e0ea1cdc3c3" - repo = "https://bitbucket.org/icl/papi.git" - [[PAPI_jll."7.0.0+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1c3d9aacc9f5171c81dfa6bbc25153c8d0ed3602//P/PAPI/./bundled" - -[PAPI_jll."7.0.1+0"] -libraries = ["libpapi"] - - [[PAPI_jll."7.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[PAPI_jll."7.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.5.2" - [[PAPI_jll."7.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.6.2" - [[PAPI_jll."7.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.7.1" - [[PAPI_jll."7.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[PAPI_jll."7.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[PAPI_jll."7.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.1" - [[PAPI_jll."7.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.2.1" - - [[PAPI_jll."7.0.1+0".sources]] - hash = "cf3ef8872e30236a3d354e34a173e620738266b2" - repo = "https://github.com/icl-utk-edu/papi.git" - [[PAPI_jll."7.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d72819f7115a84ca122203e1b788d35088d63572//P/PAPI/./bundled" - -[PAPI_jll."7.1.0+0"] -executables = ["papi_avail", "papi_clockres", "papi_command_line", "papi_component_avail", "papi_cost", "papi_decode", "papi_error_codes", "papi_event_chooser", "papi_hardware_avail", "papi_mem_info", "papi_multiplex_cost", "papi_native_avail", "papi_version", "papi_xml_event_info"] -libraries = ["libpapi"] - - [[PAPI_jll."7.1.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[PAPI_jll."7.1.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[PAPI_jll."7.1.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[PAPI_jll."7.1.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[PAPI_jll."7.1.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[PAPI_jll."7.1.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[PAPI_jll."7.1.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[PAPI_jll."7.1.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - - [[PAPI_jll."7.1.0+0".sources]] - hash = "3ce9001dff49e1b6b1653ffb429808795f71a0bd" - repo = "https://github.com/icl-utk-edu/papi.git" - [[PAPI_jll."7.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/062ecaf40753bfb0aead85398abdbde15c1a42ff//P/PAPI/./bundled" - -[PAPI_jll."7.1.0+1"] -executables = ["papi_avail", "papi_clockres", "papi_command_line", "papi_component_avail", "papi_cost", "papi_decode", "papi_error_codes", "papi_event_chooser", "papi_hardware_avail", "papi_mem_info", "papi_multiplex_cost", "papi_native_avail", "papi_version", "papi_xml_event_info"] -libraries = ["libpapi"] - - [[PAPI_jll."7.1.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[PAPI_jll."7.1.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[PAPI_jll."7.1.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[PAPI_jll."7.1.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[PAPI_jll."7.1.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[PAPI_jll."7.1.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[PAPI_jll."7.1.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[PAPI_jll."7.1.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[PAPI_jll."7.1.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - - [[PAPI_jll."7.1.0+1".sources]] - hash = "3ce9001dff49e1b6b1653ffb429808795f71a0bd" - repo = "https://github.com/icl-utk-edu/papi.git" - [[PAPI_jll."7.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1d5e30d7ed0e9195c42bcb900824094eda7641ee//P/PAPI/./bundled" - -[PARMETIS_jll."4.0.3+0"] -libraries = ["libparmetis"] - - [[PARMETIS_jll."4.0.3+0".sources]] - hash = "f2d9a231b7cf97f1fee6e8c9663113ebf6c240d407d3c118c55b3633d6be6e5f" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-4.0.3.tar.gz" - [[PARMETIS_jll."4.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/42ca5df01a7542ab5fc66a6e4c9be288fea6612a//P/PARMETIS/./bundled" - -[PARMETIS_jll."4.0.4+0"] -libraries = ["libparmetis"] - - [[PARMETIS_jll."4.0.4+0".sources]] - hash = "f2d9a231b7cf97f1fee6e8c9663113ebf6c240d407d3c118c55b3633d6be6e5f" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-4.0.3.tar.gz" - [[PARMETIS_jll."4.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a3978c09f86d331f8544134ea679f2b93b10d7c//P/PARMETIS/./bundled" - -[PARMETIS_jll."4.0.5+0"] -libraries = ["libparmetis"] - - [[PARMETIS_jll."4.0.5+0".sources]] - hash = "f2d9a231b7cf97f1fee6e8c9663113ebf6c240d407d3c118c55b3633d6be6e5f" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-4.0.3.tar.gz" - [[PARMETIS_jll."4.0.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/91987a180d60a9e81014a196681342a46c0aa070//P/PARMETIS/./bundled" - -[PARMETIS_jll."4.0.5+1"] -libraries = ["libparmetis", "libparmetis_Int32_Real64", "libparmetis_Int64_Real32", "libparmetis_Int64_Real64"] - - [[PARMETIS_jll."4.0.5+1".sources]] - hash = "f2d9a231b7cf97f1fee6e8c9663113ebf6c240d407d3c118c55b3633d6be6e5f" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-4.0.3.tar.gz" - [[PARMETIS_jll."4.0.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/17cffd479409c1e688229d2aac43ae867d7f6575//P/PARMETIS/./bundled" - -[PARMETIS_jll."4.0.6+0"] -libraries = ["libparmetis", "libparmetis_Int32_Real64", "libparmetis_Int64_Real32", "libparmetis_Int64_Real64"] - - [[PARMETIS_jll."4.0.6+0".sources]] - hash = "f2d9a231b7cf97f1fee6e8c9663113ebf6c240d407d3c118c55b3633d6be6e5f" - url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-4.0.3.tar.gz" - [[PARMETIS_jll."4.0.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/15f7a3d701771980a3ae36b064de9b6ead28f326//P/PARMETIS/./bundled" - -[PARMETIS_jll."4.0.6+1"] -libraries = ["libparmetis", "libparmetis_Int32_Real64", "libparmetis_Int64_Real32", "libparmetis_Int64_Real64"] - - [[PARMETIS_jll."4.0.6+1".sources]] - hash = "f2d9a231b7cf97f1fee6e8c9663113ebf6c240d407d3c118c55b3633d6be6e5f" - url = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/parmetis/4.0.3-4/parmetis_4.0.3.orig.tar.gz" - [[PARMETIS_jll."4.0.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e91430df7958a9fb6b5586ba8c592ccfd7d8b78b//P/PARMETIS/./bundled" - -[PARMETIS_jll."4.0.6+2"] -libraries = ["libparmetis", "libparmetis_Int32_Real64", "libparmetis_Int64_Real32", "libparmetis_Int64_Real64"] - - [[PARMETIS_jll."4.0.6+2".sources]] - hash = "f2d9a231b7cf97f1fee6e8c9663113ebf6c240d407d3c118c55b3633d6be6e5f" - url = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/parmetis/4.0.3-4/parmetis_4.0.3.orig.tar.gz" - [[PARMETIS_jll."4.0.6+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d6ed3cd569a1662749bbe8ea22bb7a016bab5341//P/PARMETIS/./bundled" - -[PATHlib_jll."4.7.3+0"] -libraries = ["libpath47julia"] - - [[PATHlib_jll."4.7.3+0".sources]] - hash = "93244121cb03d1c726fcb4e33aa86e8cd59864c873eb03733b07aaef7f448ed8" - url = "https://github.com/ampl/pathlib/archive/4.7.03.tar.gz" - [[PATHlib_jll."4.7.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dd93b00271562911e78085cab1e3f5d99429ba21//P/PATHlib/./bundled" - -[PATHlib_jll."4.7.3+1"] -libraries = ["libpath47julia"] - - [[PATHlib_jll."4.7.3+1".sources]] - hash = "a11966f36875748820583e41455800470c971171" - repo = "https://github.com/ampl/pathlib.git" - [[PATHlib_jll."4.7.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ed27470472b06a0d641988d4ad057cf329cb8856//P/PATHlib/./bundled" - -[PCL_jll."1.11.1+0"] -executables = ["pcl_add_gaussian_noise", "pcl_boundary_estimation", "pcl_cluster_extraction", "pcl_compute_cloud_error", "pcl_compute_hausdorff", "pcl_concatenate_points_pcd", "pcl_convert_pcd_ascii_binary", "pcl_crf_segmentation", "pcl_demean_cloud", "pcl_elch", "pcl_extract_feature", "pcl_fast_bilateral_filter", "pcl_fpfh_estimation", "pcl_generate", "pcl_gp3_surface", "pcl_grid_min", "pcl_hdl_grabber", "pcl_icp", "pcl_icp2d", "pcl_linemod_detection", "pcl_local_max", "pcl_lum", "pcl_marching_cubes_reconstruction", "pcl_match_linemod_template", "pcl_mls_smoothing", "pcl_morph", "pcl_ndt2d", "pcl_ndt3d", "pcl_normal_estimation", "pcl_outlier_removal", "pcl_passthrough_filter", "pcl_pcd2ply", "pcl_pcd2vtk", "pcl_pcd_change_viewpoint", "pcl_pcd_convert_NaN_nan", "pcl_pcd_introduce_nan", "pcl_pclzf2pcd", "pcl_plane_projection", "pcl_ply2obj", "pcl_ply2pcd", "pcl_ply2ply", "pcl_ply2raw", "pcl_plyheader", "pcl_poisson_reconstruction", "pcl_progressive_morphological_filter", "pcl_radius_filter", "pcl_sac_segmentation_plane", "pcl_spin_estimation", "pcl_train_linemod_template", "pcl_train_unary_classifier", "pcl_transform_from_viewpoint", "pcl_transform_point_cloud", "pcl_unary_classifier_segment", "pcl_uniform_sampling", "pcl_vfh_estimation", "pcl_voxel_grid", "pcl_xyz2pcd"] -libraries = ["libpcl_common", "libpcl_features", "libpcl_filters", "libpcl_io_ply", "libpcl_io", "libpcl_kdtree", "libpcl_keypoints", "libpcl_ml", "libpcl_octree", "libpcl_recognition", "libpcl_registration", "libpcl_sample_consensus", "libpcl_search", "libpcl_segmentation", "libpcl_stereo", "libpcl_surface", "libpcl_tracking"] - - [[PCL_jll."1.11.1+0".sources]] - hash = "19d1a0bee2bc153de47c05da54fc6feb23393f306ab2dea2e25419654000336e" - url = "https://github.com/PointCloudLibrary/pcl/releases/download/pcl-1.11.1/source.tar.gz" - [[PCL_jll."1.11.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/49333085e1fa0eab6c13847048bb24154eb9a3e8//P/PCL/./bundled" - -[PCL_jll."1.12.0+0"] -executables = ["pcl_add_gaussian_noise", "pcl_boundary_estimation", "pcl_cluster_extraction", "pcl_compute_cloud_error", "pcl_compute_hausdorff", "pcl_concatenate_points_pcd", "pcl_convert_pcd_ascii_binary", "pcl_crf_segmentation", "pcl_demean_cloud", "pcl_elch", "pcl_extract_feature", "pcl_fast_bilateral_filter", "pcl_fpfh_estimation", "pcl_generate", "pcl_gp3_surface", "pcl_grid_min", "pcl_hdl_grabber", "pcl_icp", "pcl_icp2d", "pcl_linemod_detection", "pcl_local_max", "pcl_lum", "pcl_marching_cubes_reconstruction", "pcl_match_linemod_template", "pcl_mls_smoothing", "pcl_morph", "pcl_ndt2d", "pcl_ndt3d", "pcl_normal_estimation", "pcl_outlier_removal", "pcl_passthrough_filter", "pcl_pcd2ply", "pcl_pcd2vtk", "pcl_pcd_change_viewpoint", "pcl_pcd_convert_NaN_nan", "pcl_pcd_introduce_nan", "pcl_pclzf2pcd", "pcl_plane_projection", "pcl_ply2obj", "pcl_ply2pcd", "pcl_ply2ply", "pcl_ply2raw", "pcl_plyheader", "pcl_poisson_reconstruction", "pcl_progressive_morphological_filter", "pcl_radius_filter", "pcl_sac_segmentation_plane", "pcl_spin_estimation", "pcl_train_linemod_template", "pcl_train_unary_classifier", "pcl_transform_from_viewpoint", "pcl_transform_point_cloud", "pcl_unary_classifier_segment", "pcl_uniform_sampling", "pcl_vfh_estimation", "pcl_voxel_grid", "pcl_xyz2pcd"] -libraries = ["libpcl_common", "libpcl_features", "libpcl_filters", "libpcl_io_ply", "libpcl_io", "libpcl_kdtree", "libpcl_keypoints", "libpcl_ml", "libpcl_octree", "libpcl_recognition", "libpcl_registration", "libpcl_sample_consensus", "libpcl_search", "libpcl_segmentation", "libpcl_stereo", "libpcl_surface", "libpcl_tracking"] - - [[PCL_jll."1.12.0+0".sources]] - hash = "606a2d5c7af304791731d6b8ea79365bc8f2cd75908006484d71ecee01d9b51c" - url = "https://github.com/PointCloudLibrary/pcl/releases/download/pcl-1.12.0/source.tar.gz" - [[PCL_jll."1.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b635be5fbc13984cefeb134d08423c93bcc68fc1//P/PCL/./bundled" - -[PCL_jll."1.15.0+0"] -executables = ["pcl_add_gaussian_noise", "pcl_bilateral_upsampling", "pcl_boundary_estimation", "pcl_cluster_extraction", "pcl_compute_cloud_error", "pcl_compute_hausdorff", "pcl_concatenate_points_pcd", "pcl_convert_pcd_ascii_binary", "pcl_crf_segmentation", "pcl_demean_cloud", "pcl_elch", "pcl_extract_feature", "pcl_fast_bilateral_filter", "pcl_fpfh_estimation", "pcl_generate", "pcl_gp3_surface", "pcl_grid_min", "pcl_hdl_grabber", "pcl_icp", "pcl_icp2d", "pcl_linemod_detection", "pcl_local_max", "pcl_lum", "pcl_marching_cubes_reconstruction", "pcl_match_linemod_template", "pcl_mls_smoothing", "pcl_morph", "pcl_ndt2d", "pcl_ndt3d", "pcl_normal_estimation", "pcl_outlier_removal", "pcl_passthrough_filter", "pcl_pcd2ply", "pcl_pcd2vtk", "pcl_pcd_change_viewpoint", "pcl_pcd_convert_NaN_nan", "pcl_pcd_introduce_nan", "pcl_pclzf2pcd", "pcl_plane_projection", "pcl_ply2obj", "pcl_ply2pcd", "pcl_ply2ply", "pcl_ply2raw", "pcl_plyheader", "pcl_poisson_reconstruction", "pcl_progressive_morphological_filter", "pcl_radius_filter", "pcl_sac_segmentation_plane", "pcl_spin_estimation", "pcl_train_linemod_template", "pcl_train_unary_classifier", "pcl_transform_from_viewpoint", "pcl_transform_point_cloud", "pcl_unary_classifier_segment", "pcl_uniform_sampling", "pcl_vfh_estimation", "pcl_voxel_grid", "pcl_xyz2pcd"] -libraries = ["libpcl_common", "libpcl_features", "libpcl_filters", "libpcl_io_ply", "libpcl_io", "libpcl_kdtree", "libpcl_keypoints", "libpcl_ml", "libpcl_octree", "libpcl_recognition", "libpcl_registration", "libpcl_sample_consensus", "libpcl_search", "libpcl_segmentation", "libpcl_stereo", "libpcl_surface", "libpcl_tracking"] - - [[PCL_jll."1.15.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[PCL_jll."1.15.0+0".sources]] - hash = "fb79d085b08b8335f43ee4cacf4daa2624bb2c411e9243efa6a92c077273840a" - url = "https://github.com/PointCloudLibrary/pcl/releases/download/pcl-1.15.0/source.tar.gz" - [[PCL_jll."1.15.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ac2a364aff0565a6ab3d34ef89ef18856e34052d//P/PCL/./bundled" - -[PCRE2_jll."10.31.0+0"] -libraries = ["libpcre"] - - [[PCRE2_jll."10.31.0+0".sources]] - hash = "e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.31.tar.bz2" - -[PCRE2_jll."10.31.0+1"] -libraries = ["libpcre2-8"] - - [[PCRE2_jll."10.31.0+1".sources]] - hash = "e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.31.tar.bz2" - -[PCRE2_jll."10.34.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.34.0+0".sources]] - hash = "da6aba7ba2509e918e41f4f744a59fa41a2425c59a298a232e7fe85691e00379" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.34.tar.gz" - -[PCRE2_jll."10.34.0+1"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.34.0+1".sources]] - hash = "da6aba7ba2509e918e41f4f744a59fa41a2425c59a298a232e7fe85691e00379" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.34.tar.gz" - -[PCRE2_jll."10.34.0+2"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.34.0+2".sources]] - hash = "da6aba7ba2509e918e41f4f744a59fa41a2425c59a298a232e7fe85691e00379" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.34.tar.gz" - -[PCRE2_jll."10.35.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.35.0+0".sources]] - hash = "8fdcef8c8f4cd735169dd0225fd010487970c1bcadd49e9b90e26c7250a33dc9" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.35.tar.gz" - -[PCRE2_jll."10.36.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.36.0+0".sources]] - hash = "b95ddb9414f91a967a887d69617059fb672b914f56fa3d613812c1ee8e8a1a37" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.36.tar.gz" - [[PCRE2_jll."10.36.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2aeedea1faa325691b4c37bf48e742b8ea0ede36//P/PCRE2/./bundled" - -[PCRE2_jll."10.36.0+1"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.36.0+1".sources]] - hash = "b95ddb9414f91a967a887d69617059fb672b914f56fa3d613812c1ee8e8a1a37" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.36.tar.gz" - [[PCRE2_jll."10.36.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9bb6d2b201a8b7d3528b0233b42ba7293c36217f//P/PCRE2/./bundled" - -[PCRE2_jll."10.36.0+2"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.36.0+2".sources]] - hash = "b95ddb9414f91a967a887d69617059fb672b914f56fa3d613812c1ee8e8a1a37" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.36.tar.gz" - [[PCRE2_jll."10.36.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9f46471aecc54f0ccc6471124c9de099de4f8954//P/PCRE2/./bundled" - -[PCRE2_jll."10.36.0+3"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.36.0+3".sources]] - hash = "b95ddb9414f91a967a887d69617059fb672b914f56fa3d613812c1ee8e8a1a37" - url = "https://ftp.pcre.org/pub/pcre/pcre2-10.36.tar.gz" - [[PCRE2_jll."10.36.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bc39e3c0d7fa8e80abb737f49b9286add71d3627//P/PCRE2/./bundled" - -[PCRE2_jll."10.40.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.40.0+0".sources]] - hash = "ded42661cab30ada2e72ebff9e725e745b4b16ce831993635136f2ef86177724" - url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.40/pcre2-10.40.tar.gz" - -[PCRE2_jll."10.40.0+1"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.40.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[PCRE2_jll."10.40.0+1".sources]] - hash = "ded42661cab30ada2e72ebff9e725e745b4b16ce831993635136f2ef86177724" - url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.40/pcre2-10.40.tar.gz" - -[PCRE2_jll."10.40.0+2"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.40.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[PCRE2_jll."10.40.0+2".sources]] - hash = "ded42661cab30ada2e72ebff9e725e745b4b16ce831993635136f2ef86177724" - url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.40/pcre2-10.40.tar.gz" - -[PCRE2_jll."10.41.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.41.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[PCRE2_jll."10.41.0+0".sources]] - hash = "d188f77c239efb0ca192ba7bed109cd307fb205f4b2ad8343c4f69c9079e0371" - url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.41/pcre2-10.41.tar.gz" - -[PCRE2_jll."10.42.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.42.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[PCRE2_jll."10.42.0+0".sources]] - hash = "c33b418e3b936ee3153de2c61cc638e7e4fe3156022a5c77d0711bcbb9d64f1f" - url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.tar.gz" - -[PCRE2_jll."10.42.0+1"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.42.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[PCRE2_jll."10.42.0+1".sources]] - hash = "52c08847921a324c804cabf2814549f50bce1265" - repo = "https://github.com/PCRE2Project/pcre2" - -[PCRE2_jll."10.42.0+2"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.42.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PCRE2_jll."10.42.0+2".sources]] - hash = "8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840" - url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.tar.bz2" - -[PCRE2_jll."10.43.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.43.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PCRE2_jll."10.43.0+0".sources]] - hash = "3864abdb713f78831dd12d898ab31bbb0fa630b6" - repo = "https://github.com/PCRE2Project/pcre2" - -[PCRE2_jll."10.43.0+1"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.43.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PCRE2_jll."10.43.0+1".sources]] - hash = "3864abdb713f78831dd12d898ab31bbb0fa630b6" - repo = "https://github.com/PCRE2Project/pcre2" - -[PCRE2_jll."10.44.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.44.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PCRE2_jll."10.44.0+0".sources]] - hash = "6ae58beca071f13ccfed31d03b3f479ab520639b" - repo = "https://github.com/PCRE2Project/pcre2" - -[PCRE2_jll."10.44.0+1"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.44.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PCRE2_jll."10.44.0+1".sources]] - hash = "6ae58beca071f13ccfed31d03b3f479ab520639b" - repo = "https://github.com/PCRE2Project/pcre2" - -[PCRE2_jll."10.45.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.45.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PCRE2_jll."10.45.0+0".sources]] - hash = "21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f192033c4" - url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.45/pcre2-10.45.tar.bz2" - -[PCRE2_jll."10.46.0+0"] -libraries = ["libpcre2-8", "libpcre2-16", "libpcre2-32"] - - [[PCRE2_jll."10.46.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PCRE2_jll."10.46.0+0".sources]] - hash = "15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f" - url = "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.46/pcre2-10.46.tar.bz2" - -[PCRE_jll."8.42.0+0"] -libraries = ["libpcre"] - - [[PCRE_jll."8.42.0+0".sources]] - hash = "2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301" - url = "https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.bz2" - -[PCRE_jll."8.42.0+1"] -libraries = ["libpcre"] - - [[PCRE_jll."8.42.0+1".sources]] - hash = "2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301" - url = "https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.bz2" - -[PCRE_jll."8.42.0+2"] -libraries = ["libpcre"] - - [[PCRE_jll."8.42.0+2".sources]] - hash = "2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301" - url = "https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.bz2" - -[PCRE_jll."8.42.0+3"] -libraries = ["libpcre"] - - [[PCRE_jll."8.42.0+3".sources]] - hash = "2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301" - url = "https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.bz2" - -[PCRE_jll."8.42.0+4"] -libraries = ["libpcre"] - - [[PCRE_jll."8.42.0+4".sources]] - hash = "2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301" - url = "https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.bz2" - -[PCRE_jll."8.44.0+0"] -libraries = ["libpcre"] - - [[PCRE_jll."8.44.0+0".sources]] - hash = "19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d" - url = "https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2" - -[PCRE_jll."8.45.0+0"] -libraries = ["libpcre"] - - [[PCRE_jll."8.45.0+0".sources]] - hash = "4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8" - url = "https://sourceforge.net/projects/pcre/files/pcre/8.45/pcre-8.45.tar.bz2" - -[PDAL_jll."2.3.0+0"] -executables = ["pdal"] -libraries = ["libpdal_util", "libpdal_base", "libpdalcpp", "libpdal_plugin_kernel_fauxplugin"] - - [[PDAL_jll."2.3.0+0".sources]] - hash = "5b0b92258874ef722b5027054d64c8b318b524e7a9b2b250d0330d76e19b8618" - url = "https://github.com/PDAL/PDAL/releases/download/2.3.0/PDAL-2.3.0-src.tar.gz" - [[PDAL_jll."2.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/64e91ed2c6c6dfb60395d86b69f2296e3fd0ecd2//P/PDAL/./bundled" - -[PDAL_jll."2.6.3+0"] -executables = ["pdal"] -libraries = ["libpdal_base", "libpdalcpp", "libpdal_plugin_kernel_fauxplugin"] - - [[PDAL_jll."2.6.3+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[PDAL_jll."2.6.3+0".sources]] - hash = "d37b077053116f4b76d360d379dbcaf890fd4a39" - repo = "https://github.com/PDAL/PDAL.git" - [[PDAL_jll."2.6.3+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[PDAL_jll."2.8.2+0"] -executables = ["pdal"] -libraries = ["libpdal_base", "libpdalcpp", "libpdal_plugin_kernel_fauxplugin"] - - [[PDAL_jll."2.8.2+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.6" - - [[PDAL_jll."2.8.2+0".sources]] - hash = "736fa0a66af4bed7105dff5fa152edf26bbb8a3a" - repo = "https://github.com/PDAL/PDAL.git" - [[PDAL_jll."2.8.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[PDAL_jll."2.8.4+0"] -executables = ["pdal"] -libraries = ["libpdal_base", "libpdalcpp", "libpdal_plugin_kernel_fauxplugin"] - - [[PDAL_jll."2.8.4+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - - [[PDAL_jll."2.8.4+0".sources]] - hash = "2c90d6fb90214381ebfcf0998512c0d697a8daf6" - repo = "https://github.com/PDAL/PDAL.git" - [[PDAL_jll."2.8.4+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[PDAL_jll."2.9.0+0"] -executables = ["pdal"] -libraries = ["libpdal_base", "libpdalcpp", "libpdal_plugin_kernel_fauxplugin"] - - [[PDAL_jll."2.9.0+0".build_dependencies]] - name = "OpenMPI_jll" - target = "target" - version = "4.1.8" - - [[PDAL_jll."2.9.0+0".sources]] - hash = "795f0d9858dba72074fa3a4736282b1d2635620b" - repo = "https://github.com/PDAL/PDAL.git" - [[PDAL_jll."2.9.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[PDAL_jll."2.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/38417d185c207f148bfadbe3f2cff2928939fdc9//P/PDAL/bundled" - -[PDFHighlights_jll."0.1.1+0"] -libraries = ["PDFHighlightsWrapper"] - - [[PDFHighlights_jll."0.1.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[PDFHighlights_jll."0.1.1+0".sources]] - hash = "327d2f73aafbda615101dc3e7b6a296de491dee8" - repo = "https://github.com/paveloom-j/PDFHighlights.jl.git" - -[PETSc_jll."3.13.4+0"] -libraries = ["libpetsc"] - - [[PETSc_jll."3.13.4+0".sources]] - hash = "2cf8abd70ec332510b17bff7dc8a465bf1eb053e17e2a0451a4a0256385657d8" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.13.4.tar.gz" - [[PETSc_jll."3.13.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d16f945d78e7d1e11273a9d16f04a7a5ed4efbde//P/PETSc/./bundled" - -[PETSc_jll."3.15.2+0"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32"] - - [[PETSc_jll."3.15.2+0".sources]] - hash = "3b10c19c69fc42e01a38132668724a01f1da56f5c353105cd28f1120cc9041d8" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.15.2.tar.gz" - [[PETSc_jll."3.15.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a2161a5eb0ef83724e829179ea76d77ead8dbcad//P/PETSc/./bundled" - -[PETSc_jll."3.16.5+0"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32"] - - [[PETSc_jll."3.16.5+0".sources]] - hash = "7de8570eeb94062752d82a83208fc2bafc77b3f515023a4c14d8ff9440e66cac" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.16.5.tar.gz" - [[PETSc_jll."3.16.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aa1766b066d08c5a85fcebb835e1b34db7eccd7a//P/PETSc/./bundled" - -[PETSc_jll."3.16.5+1"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32"] - - [[PETSc_jll."3.16.5+1".sources]] - hash = "7de8570eeb94062752d82a83208fc2bafc77b3f515023a4c14d8ff9440e66cac" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.16.5.tar.gz" - [[PETSc_jll."3.16.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a807ce156820b8d85ddb8c22921c49582cb420b7//P/PETSc/./bundled" - -[PETSc_jll."3.16.5+2"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32"] - - [[PETSc_jll."3.16.5+2".sources]] - hash = "7de8570eeb94062752d82a83208fc2bafc77b3f515023a4c14d8ff9440e66cac" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.16.5.tar.gz" - [[PETSc_jll."3.16.5+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/057cc14c94c0e82e830703b42d2a0f309309fda8//P/PETSc/./bundled" - -[PETSc_jll."3.16.5+3"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32"] - - [[PETSc_jll."3.16.5+3".sources]] - hash = "7de8570eeb94062752d82a83208fc2bafc77b3f515023a4c14d8ff9440e66cac" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.16.5.tar.gz" - [[PETSc_jll."3.16.5+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/99faa3eb1c066423e811f39079a416a9606d4c71//P/PETSc/./bundled" - -[PETSc_jll."3.16.5+4"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32"] - - [[PETSc_jll."3.16.5+4".sources]] - hash = "7de8570eeb94062752d82a83208fc2bafc77b3f515023a4c14d8ff9440e66cac" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.16.5.tar.gz" - [[PETSc_jll."3.16.5+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dfc06b008e6e220c2708af0645a9b272244c26d//P/PETSc/./bundled" - -[PETSc_jll."3.16.5+5"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32"] - - [[PETSc_jll."3.16.5+5".sources]] - hash = "7de8570eeb94062752d82a83208fc2bafc77b3f515023a4c14d8ff9440e66cac" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.16.5.tar.gz" - [[PETSc_jll."3.16.5+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3bc48379fbbdaf2626c44395bb209262d8b0ce31//P/PETSc/./bundled" - -[PETSc_jll."3.16.6+0"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.16.6+0".sources]] - hash = "bfc836b52f57686b583c16ab7fae0c318a7b28141ca01656ad673c8ca23037fa" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.16.6.tar.gz" - [[PETSc_jll."3.16.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/05c84d2809ee2d05632ccb7e0552dda71f99ec1c//P/PETSc/./bundled" - -[PETSc_jll."3.16.7+0"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.16.7+0".sources]] - hash = "bfc836b52f57686b583c16ab7fae0c318a7b28141ca01656ad673c8ca23037fa" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.16.6.tar.gz" - [[PETSc_jll."3.16.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/be42025aac0449ee0606152a49f56a6be0badf44//P/PETSc/./bundled" - -[PETSc_jll."3.16.8+0"] -libraries = ["libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_double_real_Int64", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.16.8+0".sources]] - hash = "bfc836b52f57686b583c16ab7fae0c318a7b28141ca01656ad673c8ca23037fa" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.16.6.tar.gz" - [[PETSc_jll."3.16.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cec92686e88626e76015dee79300e11bc6d7765f//P/PETSc/./bundled" - -[PETSc_jll."3.18.6+0"] -executables = ["ex4", "ex42"] -libraries = ["libpetsc_double_real_Int64", "libpetsc_double_real_Int64_deb", "libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.18.6+0".sources]] - hash = "8b53c8b6652459ba0bbe6361b5baf8c4d17c1d04b6654a76e3b6a9ab4a576680" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.18.6.tar.gz" - [[PETSc_jll."3.18.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d58e640c39caa524859786a4e80599d64a7bc586//P/PETSc/./bundled" - -[PETSc_jll."3.18.6+1"] -executables = ["ex4", "ex42"] -libraries = ["libpetsc_double_real_Int64", "libpetsc_double_real_Int64_deb", "libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.18.6+1".sources]] - hash = "8b53c8b6652459ba0bbe6361b5baf8c4d17c1d04b6654a76e3b6a9ab4a576680" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.18.6.tar.gz" - [[PETSc_jll."3.18.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c676c90c3dfe444ad10b255f9eddb607b758ec29//P/PETSc/./bundled" - -[PETSc_jll."3.18.7+0"] -executables = ["ex4", "ex42"] -libraries = ["libpetsc_double_real_Int64", "libpetsc_double_real_Int64_deb", "libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.18.7+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[PETSc_jll."3.18.7+0".sources]] - hash = "8b53c8b6652459ba0bbe6361b5baf8c4d17c1d04b6654a76e3b6a9ab4a576680" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.18.6.tar.gz" - [[PETSc_jll."3.18.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3d9a70efbd47766b7c0d7024aa028414fb5a426b//P/PETSc/./bundled" - -[PETSc_jll."3.18.7+1"] -executables = ["ex4", "ex42", "ex19", "ex19_int64_deb"] -libraries = ["libpetsc_double_real_Int64", "libpetsc_double_real_Int64_deb", "libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.18.7+1".sources]] - hash = "8b53c8b6652459ba0bbe6361b5baf8c4d17c1d04b6654a76e3b6a9ab4a576680" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.18.6.tar.gz" - [[PETSc_jll."3.18.7+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2bd61b304b27798237d6eea8c08ab2820d88bb25//P/PETSc/./bundled" - -[PETSc_jll."3.18.8+0"] -executables = ["ex4", "ex42", "ex19", "ex19_int64_deb"] -libraries = ["libpetsc_double_real_Int64", "libpetsc_double_real_Int64_deb", "libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.18.8+0".sources]] - hash = "8b53c8b6652459ba0bbe6361b5baf8c4d17c1d04b6654a76e3b6a9ab4a576680" - url = "https://www.mcs.anl.gov/petsc/mirror/release-snapshots/petsc-3.18.6.tar.gz" - [[PETSc_jll."3.18.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ff34466f4c3d6db0d4262bf91da00659daedc5f//P/PETSc/./bundled" - -[PETSc_jll."3.19.6+0"] -executables = ["ex4", "ex42", "ex19", "ex19_int64_deb"] -libraries = ["libpetsc_double_real_Int64", "libpetsc_double_real_Int64_deb", "libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.19.6+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[PETSc_jll."3.19.6+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[PETSc_jll."3.19.6+0".sources]] - hash = "6045e379464e91bb2ef776f22a08a1bc1ff5796ffd6825f15270159cbb2464ae" - url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.19.6.tar.gz" - [[PETSc_jll."3.19.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/49a67a62e94829d781af545ae036a2b72afdd2e2//P/PETSc/./bundled" - -[PETSc_jll."3.20.5+0"] -executables = ["ex4", "ex42", "ex19", "ex19_int64_deb"] -libraries = ["libpetsc_double_real_Int64", "libpetsc_double_real_Int64_deb", "libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.20.5+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[PETSc_jll."3.20.5+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[PETSc_jll."3.20.5+0".sources]] - hash = "fb4e637758737af910b05f30a785245633916cd0a929b7b6447ad1028da4ea5a" - url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.20.5.tar.gz" - [[PETSc_jll."3.20.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dfc6fb92f7c4d6692e4f5867c038138336c344fa//P/PETSc/./bundled" - -[PETSc_jll."3.21.5+0"] -executables = ["ex4", "ex42", "ex19", "ex19_int64_deb", "ex19_int32"] -libraries = ["libpetsc_double_real_Int64", "libpetsc_double_real_Int64_deb", "libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.21.5+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[PETSc_jll."3.21.5+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[PETSc_jll."3.21.5+0".sources]] - hash = "4eb1ec04c1a8988bd524f71f8d7d980dc1853d5be8791c0f19f3c09eef71fdd2" - url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.21.5.tar.gz" - [[PETSc_jll."3.21.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d503afdb11e473f602b221e3fad08e9d90a59577//P/PETSc/./bundled" - -[PETSc_jll."3.22.0+0"] -executables = ["ex4", "ex42", "ex19", "ex19_int64_deb", "ex19_int32"] -libraries = ["libpetsc_double_real_Int64", "libpetsc_double_real_Int64_deb", "libpetsc_double_real_Int32", "libpetsc_single_real_Int32", "libpetsc_double_complex_Int32", "libpetsc_single_complex_Int32", "libpetsc_single_real_Int64", "libpetsc_double_complex_Int64", "libpetsc_single_complex_Int64"] - - [[PETSc_jll."3.22.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[PETSc_jll."3.22.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[PETSc_jll."3.22.0+0".sources]] - hash = "2c03f7c0f7ad2649240d4989355cf7fb7f211b75156cd7d424e1d9dd7dfb290b" - url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.22.0.tar.gz" - [[PETSc_jll."3.22.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/87c85035ad978d60ab03eb86eb737dabe275ccbf//P/PETSc/./bundled" - -[PGPLOT_jll."5.2.0+0"] -libraries = ["libpgplot"] - - [[PGPLOT_jll."5.2.0+0".sources]] - hash = "a5799ff719a510d84d26df4ae7409ae61fe66477e3f1e8820422a9a4727a5be4" - url = "ftp://ftp.astro.caltech.edu/pub/pgplot/pgplot5.2.tar.gz" - -[PGPLOT_jll."5.2.2+0"] -libraries = ["libpgplot"] - - [[PGPLOT_jll."5.2.2+0".sources]] - hash = "a5799ff719a510d84d26df4ae7409ae61fe66477e3f1e8820422a9a4727a5be4" - url = "ftp://ftp.astro.caltech.edu/pub/pgplot/pgplot5.2.tar.gz" - [[PGPLOT_jll."5.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/94832b0703ea45fa6f34db4a46c770f2266b6cbc//P/PGPLOT/./bundled" - -[PHYLIP_jll."3.697.0+0"] -executables = ["dnacomp", "drawgram", "gendist", "treedist", "dnapenny", "neighbor", "promlk", "dnaml", "drawtree", "protpars", "clique", "fitch", "mix", "move", "dnadist", "restml", "dnapars", "dnamlk", "restdist", "dolmove", "contml", "protdist", "dnainvar", "pars", "retree", "seqboot", "contrast", "dollop", "dolpenny", "consense", "dnamove", "factor", "kitsch", "penny", "proml"] -libraries = ["libdrawtree", "drawtree", "libdrawgram", "drawgram"] - - [[PHYLIP_jll."3.697.0+0".sources]] - hash = "9a26d8b08b8afea7f708509ef41df484003101eaf4beceb5cf7851eb940510c1" - url = "http://evolution.gs.washington.edu/phylip/download/phylip-3.697.tar.gz" - [[PHYLIP_jll."3.697.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5fde26e1661b3ca156e3b1cb1fcb94c1f4d96cc8//P/PHYLIP/./bundled" - -[PMC_jll."0.1.1+0"] -libraries = ["libpmc"] - - [[PMC_jll."0.1.1+0".sources]] - hash = "55b617c336a48f84657ebaafefe7f495b8b31a7d" - repo = "https://github.com/dev10110/pmc" - -[PMIx_jll."3.2.1+0"] -libraries = ["libpmi", "libpmi2", "libpmix"] - - [[PMIx_jll."3.2.1+0".sources]] - hash = "7e5db8ada5828cf85c12f70db6bfcf777d13e5c4c73b2206bb5e394d47066a2b" - url = "https://github.com/pmix/pmix/releases/download/v3.2.1/pmix-3.2.1.tar.bz2" - -[PMIx_jll."4.1.0+0"] -libraries = ["libpmix"] - - [[PMIx_jll."4.1.0+0".sources]] - hash = "145f05a6c621bfb3fc434776b615d7e6d53260cc9ba340a01f55b383e07c842e" - url = "https://github.com/pmix/pmix/releases/download/v4.1.0/pmix-4.1.0.tar.bz2" - -[PMIx_jll."4.1.0+1"] -libraries = ["libpmix"] - - [[PMIx_jll."4.1.0+1".sources]] - hash = "145f05a6c621bfb3fc434776b615d7e6d53260cc9ba340a01f55b383e07c842e" - url = "https://github.com/openpmix/openpmix/releases/download/v4.1.0/pmix-4.1.0.tar.bz2" - -[PMIx_jll."4.1.0+2"] -executables = ["pmix_info"] -libraries = ["libpmix"] - - [[PMIx_jll."4.1.0+2".sources]] - hash = "145f05a6c621bfb3fc434776b615d7e6d53260cc9ba340a01f55b383e07c842e" - url = "https://github.com/openpmix/openpmix/releases/download/v4.1.0/pmix-4.1.0.tar.bz2" - -[PMIx_jll."4.1.0+3"] -executables = ["pmix_info"] -libraries = ["libpmix"] - - [[PMIx_jll."4.1.0+3".sources]] - hash = "145f05a6c621bfb3fc434776b615d7e6d53260cc9ba340a01f55b383e07c842e" - url = "https://github.com/openpmix/openpmix/releases/download/v4.1.0/pmix-4.1.0.tar.bz2" - -[PMIx_jll."4.2.7+0"] -executables = ["pmix_info"] -libraries = ["libpmix"] - - [[PMIx_jll."4.2.7+0".sources]] - hash = "ac9cf58a0bf01bfacd51d342100234f04c740ec14257e4492d1dd0207ff2a917" - url = "https://github.com/openpmix/openpmix/releases/download/v4.2.7/pmix-4.2.7.tar.bz2" - -[PMIx_jll."4.2.9+0"] -executables = ["pmix_info"] -libraries = ["libpmix"] - - [[PMIx_jll."4.2.9+0".sources]] - hash = "6b11f4fd5c9d7f8e55fc6ebdee9af04b839f44d06044e58cea38c87c168784b3" - url = "https://github.com/openpmix/openpmix/releases/download/v4.2.9/pmix-4.2.9.tar.bz2" - -[PMIx_jll."5.0.3+0"] -executables = ["pmix_info"] -libraries = ["libpmix"] - - [[PMIx_jll."5.0.3+0".sources]] - hash = "3f779434ed59fc3d63e4f77f170605ac3a80cd40b1f324112214b0efbdc34f13" - url = "https://github.com/openpmix/openpmix/releases/download/v5.0.3/pmix-5.0.3.tar.bz2" - -[PMIx_jll."6.0.0+0"] -executables = ["pmix_info"] -libraries = ["libpmix"] - - [[PMIx_jll."6.0.0+0".sources]] - hash = "bfe969966d0ce82e032739cac286239bd5ad74a831d7adae013284919f125318" - url = "https://github.com/openpmix/openpmix/releases/download/v6.0.0/pmix-6.0.0.tar.bz2" - [[PMIx_jll."6.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3e14d477342eae443e4cd18463179072fcf31228//P/PMIx/bundled" - -[POMDPSolve_jll."5.4.1+0"] -executables = ["pomdp-tools", "pomdp-solve", "pomdp-test", "pomdp-fg"] - - [[POMDPSolve_jll."5.4.1+0".sources]] - hash = "9e1e9987e459732c4b435387a346515afcab4e01" - repo = "https://github.com/JuliaPOMDP/pomdp-solve.git" - -[PORTA_jll."1.4.1+0"] -executables = ["xporta", "valid"] - - [[PORTA_jll."1.4.1+0".sources]] - hash = "93b99656f390c2252a0142bf9a4c22f5217a42da" - repo = "https://github.com/bdoolittle/julia-porta.git" - -[PORTA_jll."1.4.2+0"] -executables = ["xporta", "valid"] -libraries = ["libporta"] - - [[PORTA_jll."1.4.2+0".sources]] - hash = "41a7653c0df6dc0fe738aa4a2347096f27d391c0" - repo = "https://github.com/bdoolittle/julia-porta.git" - -[PPL_jll."1.2.0+0"] -executables = ["ppl-config", "ppl_lcdd", "ppl_pips"] -libraries = ["libppl", "libppl_c"] - - [[PPL_jll."1.2.0+0".sources]] - hash = "2d470b0c262904f190a19eac57fb5c2387b1bfc3510de25a08f3c958df62fdf1" - url = "http://www.bugseng.com/products/ppl/download/ftp/releases/1.2/ppl-1.2.tar.bz2" - [[PPL_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2b0bb1f35d6bcd5967d3eb558cd7db21e2b21d20//P/PPL/./bundled" - -[PPL_jll."1.2.0+1"] -executables = ["ppl-config", "ppl_lcdd", "ppl_pips"] -libraries = ["libppl", "libppl_c"] - - [[PPL_jll."1.2.0+1".sources]] - hash = "2d470b0c262904f190a19eac57fb5c2387b1bfc3510de25a08f3c958df62fdf1" - url = "http://www.bugseng.com/products/ppl/download/ftp/releases/1.2/ppl-1.2.tar.bz2" - [[PPL_jll."1.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5df29e19d78c1f06ad154dac102b354e90941e99//P/PPL/./bundled" - -[PPL_jll."1.2.1+0"] -executables = ["ppl-config", "ppl_lcdd", "ppl_pips"] -libraries = ["libppl", "libppl_c"] - - [[PPL_jll."1.2.1+0".sources]] - hash = "2d470b0c262904f190a19eac57fb5c2387b1bfc3510de25a08f3c958df62fdf1" - url = "http://www.bugseng.com/products/ppl/download/ftp/releases/1.2/ppl-1.2.tar.bz2" - [[PPL_jll."1.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8220473dcea62e3888e5c79e1e4901a1e53fe83e//P/PPL/./bundled" - -[PRIMA_jll."0.7.0+0"] -libraries = ["libprimac", "libprimaf"] - - [[PRIMA_jll."0.7.0+0".sources]] - hash = "e601a731133cbc6317b06b568c04e307daf0691b" - repo = "https://github.com/libprima/prima.git" - -[PRIMA_jll."0.7.0+1"] -libraries = ["libprimac", "libprimaf"] - - [[PRIMA_jll."0.7.0+1".sources]] - hash = "f38178a0a5676f04f7a273e1774eb1b961ed3bdf" - repo = "https://github.com/libprima/prima.git" - -[PRIMA_jll."0.7.1+0"] -libraries = ["libprimac", "libprimaf"] - - [[PRIMA_jll."0.7.1+0".sources]] - hash = "af58422ee307f6401a560454c696f229ae8e9bdf" - repo = "https://github.com/libprima/prima.git" - -[PRIMME_jll."3.2.0+0"] -libraries = ["libprimme"] - - [[PRIMME_jll."3.2.0+0".sources]] - hash = "8d0ca1812436665564e5fba82d2a485e96fd7627" - repo = "https://github.com/primme/primme.git" - -[PROJ_jll."6.2.1+0"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/null", "share/proj/other.extra", "share/proj/proj.db", "share/proj/world"] -libraries = ["libproj", "libproj_6_2"] - - [[PROJ_jll."6.2.1+0".sources]] - hash = "7f2e0fe63312f1e766057cceb53dc9585c4a335ff6641de45696dbd40d17c340" - url = "https://download.osgeo.org/proj/proj-6.2.1.tar.gz" - -[PROJ_jll."6.2.1+1"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/null", "share/proj/other.extra", "share/proj/proj.db", "share/proj/world"] -libraries = ["libproj", "libproj_6_2"] - - [[PROJ_jll."6.2.1+1".sources]] - hash = "7f2e0fe63312f1e766057cceb53dc9585c4a335ff6641de45696dbd40d17c340" - url = "https://download.osgeo.org/proj/proj-6.2.1.tar.gz" - -[PROJ_jll."6.3.0+0"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/null", "share/proj/other.extra", "share/proj/proj.db", "share/proj/world"] -libraries = ["libproj", "libproj_6_3"] - - [[PROJ_jll."6.3.0+0".sources]] - hash = "68ce9ba0005d442c2c1d238a3b9bc6654c358159b4af467b91e8d5b407c79c77" - url = "https://download.osgeo.org/proj/proj-6.3.0.tar.gz" - -[PROJ_jll."6.3.2+0"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/null", "share/proj/other.extra", "share/proj/proj.db", "share/proj/world"] -libraries = ["libproj", "libproj_6_3"] - - [[PROJ_jll."6.3.2+0".sources]] - hash = "cb776a70f40c35579ae4ba04fb4a388c1d1ce025a1df6171350dc19f25b80311" - url = "https://download.osgeo.org/proj/proj-6.3.2.tar.gz" - -[PROJ_jll."6.3.2+1"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/null", "share/proj/other.extra", "share/proj/proj.db", "share/proj/world"] -libraries = ["libproj", "libproj_6_3"] - - [[PROJ_jll."6.3.2+1".sources]] - hash = "cb776a70f40c35579ae4ba04fb4a388c1d1ce025a1df6171350dc19f25b80311" - url = "https://download.osgeo.org/proj/proj-6.3.2.tar.gz" - -[PROJ_jll."7.0.1+0"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo", "projsync"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_7_0"] - - [[PROJ_jll."7.0.1+0".sources]] - hash = "a7026d39c9c80d51565cfc4b33d22631c11e491004e19020b3ff5a0791e1779f" - url = "https://download.osgeo.org/proj/proj-7.0.1.tar.gz" - -[PROJ_jll."7.2.0+0"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo", "projsync"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_7_2"] - - [[PROJ_jll."7.2.0+0".sources]] - hash = "2957798e5fe295ff96a2af1889d0428e486363d210889422f76dd744f7885763" - url = "https://download.osgeo.org/proj/proj-7.2.0.tar.gz" - -[PROJ_jll."7.2.1+0"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo", "projsync"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_7_2"] - - [[PROJ_jll."7.2.1+0".sources]] - hash = "b384f42e5fb9c6d01fe5fa4d31da2e91329668863a684f97be5d4760dbbf0a14" - url = "https://download.osgeo.org/proj/proj-7.2.1.tar.gz" - -[PROJ_jll."700.201.100+0"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo", "projsync"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_7_2"] - - [[PROJ_jll."700.201.100+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."700.201.100+0".sources]] - hash = "b384f42e5fb9c6d01fe5fa4d31da2e91329668863a684f97be5d4760dbbf0a14" - url = "https://download.osgeo.org/proj/proj-7.2.1.tar.gz" - -[PROJ_jll."700.202.100+0"] -executables = ["cct", "cs2cs", "geod", "gie", "proj", "projinfo", "projsync"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_7_2"] - - [[PROJ_jll."700.202.100+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."700.202.100+0".sources]] - hash = "b384f42e5fb9c6d01fe5fa4d31da2e91329668863a684f97be5d4760dbbf0a14" - url = "https://download.osgeo.org/proj/proj-7.2.1.tar.gz" - -[PROJ_jll."800.200.0+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_8_2"] - - [[PROJ_jll."800.200.0+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."800.200.0+0".sources]] - hash = "de93df9a4aa88d09459ead791f2dbc874b897bf67a5bbb3e4b68de7b1bdef13c" - url = "https://download.osgeo.org/proj/proj-8.2.0.tar.gz" - -[PROJ_jll."800.200.100+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_8_2"] - - [[PROJ_jll."800.200.100+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."800.200.100+0".sources]] - hash = "76ed3d0c3a348a6693dfae535e5658bbfd47f71cb7ff7eb96d9f12f7e068b1cf" - url = "https://download.osgeo.org/proj/proj-8.2.1.tar.gz" - -[PROJ_jll."900.0.0+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9_0"] - - [[PROJ_jll."900.0.0+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."900.0.0+0".sources]] - hash = "0620aa01b812de00b54d6c23e7c5cc843ae2cd129b24fabe411800302172b989" - url = "https://download.osgeo.org/proj/proj-9.0.0.tar.gz" - -[PROJ_jll."900.0.100+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9_0"] - - [[PROJ_jll."900.0.100+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."900.0.100+0".sources]] - hash = "737eaacbe7906d0d6ff43f0d9ebedc5c734cccc9e6b8d7beefdec3ab22d9a6a3" - url = "https://download.osgeo.org/proj/proj-9.0.1.tar.gz" - -[PROJ_jll."900.0.100+1"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9_0"] - - [[PROJ_jll."900.0.100+1".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."900.0.100+1".sources]] - hash = "737eaacbe7906d0d6ff43f0d9ebedc5c734cccc9e6b8d7beefdec3ab22d9a6a3" - url = "https://download.osgeo.org/proj/proj-9.0.1.tar.gz" - -[PROJ_jll."900.100.0+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9_1"] - - [[PROJ_jll."900.100.0+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."900.100.0+0".sources]] - hash = "81b2239b94cad0886222cde4f53cb49d34905aad2a1317244a0c30a553db2315" - url = "https://download.osgeo.org/proj/proj-9.1.0.tar.gz" - -[PROJ_jll."900.200.100+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9_2"] - - [[PROJ_jll."900.200.100+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."900.200.100+0".sources]] - hash = "15ebf4afa8744b9e6fccb5d571fc9f338dc3adcf99907d9e62d1af815d4971a1" - url = "https://download.osgeo.org/proj/proj-9.2.1.tar.gz" - -[PROJ_jll."901.300.0+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9_3"] - - [[PROJ_jll."901.300.0+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."901.300.0+0".sources]] - hash = "91a3695a004ea28db0448a34460bed4cc3b130e5c7d74339ec999efdab0e547d" - url = "https://download.osgeo.org/proj/proj-9.3.0.tar.gz" - -[PROJ_jll."901.300.0+1"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9_3"] - - [[PROJ_jll."901.300.0+1".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."901.300.0+1".sources]] - hash = "91a3695a004ea28db0448a34460bed4cc3b130e5c7d74339ec999efdab0e547d" - url = "https://download.osgeo.org/proj/proj-9.3.0.tar.gz" - -[PROJ_jll."901.400.0+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9_4"] - - [[PROJ_jll."901.400.0+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."901.400.0+0".sources]] - hash = "3643b19b1622fe6b2e3113bdb623969f5117984b39f173b4e3fb19a8833bd216" - url = "https://download.osgeo.org/proj/proj-9.4.0.tar.gz" - -[PROJ_jll."902.500.0+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9"] - - [[PROJ_jll."902.500.0+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."902.500.0+0".sources]] - hash = "659af0d558f7c5618c322fde2d3392910806faee8684687959339021fa207d99" - url = "https://download.osgeo.org/proj/proj-9.5.0.tar.gz" - -[PROJ_jll."902.500.100+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9"] - - [[PROJ_jll."902.500.100+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."902.500.100+0".sources]] - hash = "a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3" - url = "https://download.osgeo.org/proj/proj-9.5.1.tar.gz" - -[PROJ_jll."902.500.100+1"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9"] - - [[PROJ_jll."902.500.100+1".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."902.500.100+1".sources]] - hash = "a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3" - url = "https://download.osgeo.org/proj/proj-9.5.1.tar.gz" - -[PROJ_jll."902.600.0+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9"] - - [[PROJ_jll."902.600.0+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."902.600.0+0".sources]] - hash = "d8cae521c311c39513193657e75767f7cfbf2f91bd202fcd4a200028d3b57e14" - url = "https://download.osgeo.org/proj/proj-9.6.0.tar.gz" - -[PROJ_jll."902.600.200+0"] -executables = ["proj", "gie", "projinfo", "projsync", "cs2cs", "geod", "cct"] -files = ["share/proj/CH", "share/proj/GL27", "share/proj/ITRF2000", "share/proj/ITRF2008", "share/proj/ITRF2014", "share/proj/nad.lst", "share/proj/nad27", "share/proj/nad83", "share/proj/other.extra", "share/proj/proj.db", "share/proj/proj.ini", "share/proj/world"] -libraries = ["libproj", "libproj_9"] - - [[PROJ_jll."902.600.200+0".build_dependencies]] - name = "SQLite_jll" - target = "host" - version = "*" - - [[PROJ_jll."902.600.200+0".sources]] - hash = "53d0cafaee3bb2390264a38668ed31d90787de05e71378ad7a8f35bb34c575d1" - url = "https://download.osgeo.org/proj/proj-9.6.2.tar.gz" - -[PROPACK_jll."0.1.0+0"] -libraries = ["libcpropack", "libzpropack", "libspropack", "libdpropack"] - - [[PROPACK_jll."0.1.0+0".sources]] - hash = "0d029a4c2cdcdb9b18a4fae77593a562f79406c3f79839ee948782b37974a10e" - url = "https://github.com/optimizers/PROPACK/archive/v1.0.tar.gz" - -[PROPACK_jll."0.1.0+1"] -libraries = ["libcpropack", "libzpropack", "libspropack", "libdpropack"] - - [[PROPACK_jll."0.1.0+1".sources]] - hash = "0d029a4c2cdcdb9b18a4fae77593a562f79406c3f79839ee948782b37974a10e" - url = "https://github.com/optimizers/PROPACK/archive/v1.0.tar.gz" - -[PROPACK_jll."0.2.0+0"] -libraries = ["libcpropack", "libzpropack", "libspropack", "libdpropack"] - - [[PROPACK_jll."0.2.0+0".sources]] - hash = "0d029a4c2cdcdb9b18a4fae77593a562f79406c3f79839ee948782b37974a10e" - url = "https://github.com/optimizers/PROPACK/archive/v1.0.tar.gz" - -[PROPACK_jll."0.2.1+0"] -libraries = ["libcpropack", "libzpropack", "libspropack", "libdpropack"] - - [[PROPACK_jll."0.2.1+0".sources]] - hash = "0d029a4c2cdcdb9b18a4fae77593a562f79406c3f79839ee948782b37974a10e" - url = "https://github.com/optimizers/PROPACK/archive/v1.0.tar.gz" - -[PROPACK_jll."0.2.3+0"] -libraries = ["libcpropack", "libzpropack", "libspropack", "libdpropack"] - - [[PROPACK_jll."0.2.3+0".sources]] - hash = "08ac329ff8dafc7335d83c209fbd607bc3fe9a5a" - repo = "https://github.com/optimizers/PROPACK" - -[PSRDADA_jll."1.0.0+0"] -executables = ["dada_dbevent", "dada_dbxferinfo", "dada_install_header", "dada_dbnum", "dada_numdb", "dada_write_test", "dada_dbmetric", "dada_diskdb", "dspsr_start_time", "dada_db", "dada_header", "dada_mem_test", "dada_nicdb", "dada_dbmeminfo", "slow_rm", "dada_dbnull", "dada_dbmonitor", "load_test", "dada_dbrecover", "dada_dbcopydb", "dada_zerodb", "dada_dbmergedb", "dada_pwc_command", "test_disk_perf", "dada_dbdisk", "dada_dboverflow", "dada_dbscrubber", "dada_dbNdb", "dada_dbnic", "dada_edit", "dada_junkdb", "dada_pwc_demo", "dada_write_block_test"] -libraries = ["libpsrdada"] - - [[PSRDADA_jll."1.0.0+0".sources]] - hash = "dfe8e8a9b66766a4c84836de26150dfc9bc204bc596b0c5788905e26dda2f1db" - url = "https://sourceforge.net/code-snapshots/git/p/ps/psrdada/code.git/psrdada-code-62fc33a8730ffa2611d955e732ce7250a5a055b5.zip" - -[PTSCOTCH_jll."6.1.0+0"] -libraries = ["libptscotcherr", "libptscotcherrexit", "libptscotchparmetis", "libptscotch"] - - [[PTSCOTCH_jll."6.1.0+0".sources]] - hash = "4fe537f608f0fe39ec78807f90203f9cca1181deb16bfa93b7d4cd440e01bbd1" - url = "https://gitlab.inria.fr/scotch/scotch/-/archive/v6.1.0/scotch-v6.1.0.tar.gz" - [[PTSCOTCH_jll."6.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/23edb54d51795134eaccdbb0aba801bf3cb20617//P/PTSCOTCH/./bundled" - -[PTSCOTCH_jll."6.1.3+0"] -libraries = ["libptscotcherr", "libptscotcherrexit", "libptscotchparmetis", "libptscotch", "libptesmumps"] - - [[PTSCOTCH_jll."6.1.3+0".sources]] - hash = "4e54f056199e6c23d46581d448fcfe2285987e5554a0aa527f7931684ef2809e" - url = "https://gitlab.inria.fr/scotch/scotch/-/archive/v6.1.3/scotch-v6.1.3.tar.gz" - [[PTSCOTCH_jll."6.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a46fb4c8fbfa0be592a4775956797ddc1c4e7650//P/PTSCOTCH/./bundled" - -[PTSCOTCH_jll."6.1.4+0"] -libraries = ["libptscotcherr", "libptscotcherrexit", "libptscotchparmetis", "libptscotch", "libptesmumps"] - - [[PTSCOTCH_jll."6.1.4+0".sources]] - hash = "4e54f056199e6c23d46581d448fcfe2285987e5554a0aa527f7931684ef2809e" - url = "https://gitlab.inria.fr/scotch/scotch/-/archive/v6.1.3/scotch-v6.1.3.tar.gz" - [[PTSCOTCH_jll."6.1.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/55625f5a18543095fb9a1966a7ed9080c01e97ac//P/PTSCOTCH/./bundled" - -[PTSCOTCH_jll."6.1.4+1"] -libraries = ["libptscotcherr", "libptscotcherrexit", "libptscotchparmetis", "libptscotch", "libptesmumps"] - - [[PTSCOTCH_jll."6.1.4+1".sources]] - hash = "4e54f056199e6c23d46581d448fcfe2285987e5554a0aa527f7931684ef2809e" - url = "https://gitlab.inria.fr/scotch/scotch/-/archive/v6.1.3/scotch-v6.1.3.tar.gz" - [[PTSCOTCH_jll."6.1.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b56fd5683ca84706bb45ffd4e5e1df0c1c4d5309//P/PTSCOTCH/./bundled" - -[PTSCOTCH_jll."6.1.5+0"] -libraries = ["libptscotcherr", "libptscotcherrexit", "libptscotchparmetis", "libptscotch", "libptesmumps"] - - [[PTSCOTCH_jll."6.1.5+0".sources]] - hash = "4e54f056199e6c23d46581d448fcfe2285987e5554a0aa527f7931684ef2809e" - url = "https://gitlab.inria.fr/scotch/scotch/-/archive/v6.1.3/scotch-v6.1.3.tar.gz" - [[PTSCOTCH_jll."6.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/54ae99ba4a59afb90f60854b34f7d7664c60d16b//P/PTSCOTCH/./bundled" - -[PTSCOTCH_jll."7.0.4+0"] -libraries = ["libptscotch", "libptesmumps", "libptscotcherr", "libptscotcherrexit", "libptscotchparmetisv3"] - - [[PTSCOTCH_jll."7.0.4+0".sources]] - hash = "82ec87f558f4acb7ccb69a079f531be380504c92" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[PTSCOTCH_jll."7.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1e59c5269471fe8e8730670e4b8220f025813e06//P/PTSCOTCH/./bundled" - -[PThreadPool_jll."0.0.20191029+0"] -libraries = ["libpthreadpool"] - - [[PThreadPool_jll."0.0.20191029+0".sources]] - hash = "d465747660ecf9ebbaddf8c3db37e4a13d0c9103" - repo = "https://github.com/Maratyszcza/pthreadpool.git" - [[PThreadPool_jll."0.0.20191029+0".sources]] - hash = "b742d1143724d646cd0f914646f1240eacf5bd73" - repo = "https://github.com/Maratyszcza/FXdiv.git" - -[PThreadPool_jll."0.0.20200302+0"] -libraries = ["libpthreadpool"] - - [[PThreadPool_jll."0.0.20200302+0".sources]] - hash = "ebd50d0cfa3664d454ffdf246fcd228c3b370a11" - repo = "https://github.com/Maratyszcza/pthreadpool.git" - [[PThreadPool_jll."0.0.20200302+0".sources]] - hash = "fd804a929fc64be9e40ee58bb51ed9f9cac98244" - repo = "https://github.com/Maratyszcza/FXdiv.git" - -[PThreadPool_jll."0.0.20200616+0"] -libraries = ["libpthreadpool"] - - [[PThreadPool_jll."0.0.20200616+0".sources]] - hash = "029c88620802e1361ccf41d1970bd5b07fd6b7bb" - repo = "https://github.com/Maratyszcza/pthreadpool.git" - [[PThreadPool_jll."0.0.20200616+0".sources]] - hash = "b408327ac2a15ec3e43352421954f5b1967701d1" - repo = "https://github.com/Maratyszcza/FXdiv.git" - -[PThreadPool_jll."0.0.20201005+0"] -libraries = ["libpthreadpool"] - - [[PThreadPool_jll."0.0.20201005+0".sources]] - hash = "fa75e65a58a5c70c09c30d17a1fe1c1dff1093ae" - repo = "https://github.com/Maratyszcza/pthreadpool.git" - [[PThreadPool_jll."0.0.20201005+0".sources]] - hash = "b408327ac2a15ec3e43352421954f5b1967701d1" - repo = "https://github.com/Maratyszcza/FXdiv.git" - -[PThreadPool_jll."0.0.20201206+0"] -libraries = ["libpthreadpool"] - - [[PThreadPool_jll."0.0.20201206+0".sources]] - hash = "545ebe9f225aec6dca49109516fac02e973a3de2" - repo = "https://github.com/Maratyszcza/pthreadpool.git" - [[PThreadPool_jll."0.0.20201206+0".sources]] - hash = "b408327ac2a15ec3e43352421954f5b1967701d1" - repo = "https://github.com/Maratyszcza/FXdiv.git" - -[PThreadPool_jll."0.0.20210414+0"] -libraries = ["libpthreadpool"] - - [[PThreadPool_jll."0.0.20210414+0".sources]] - hash = "a134dd5d4cee80cce15db81a72e7f929d71dd413" - repo = "https://github.com/Maratyszcza/pthreadpool.git" - [[PThreadPool_jll."0.0.20210414+0".sources]] - hash = "63058eff77e11aa15bf531df5dd34395ec3017c8" - repo = "https://github.com/Maratyszcza/FXdiv.git" - -[PaStiX_jll."6.3.0+0"] -libraries = ["libpastix", "libpastixf", "libspm", "libspmf"] - - [[PaStiX_jll."6.3.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PaStiX_jll."6.3.0+0".sources]] - hash = "ee20a7ded080bf6b48e11cc3229feba89507c68c" - repo = "https://gitlab.inria.fr/solverstack/pastix.git" - [[PaStiX_jll."6.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7dcc6a2642d9248f0b64c9933bb1389ff243bce0//P/PaStiX/./bundled" - -[PaStiX_jll."6.3.2+0"] -libraries = ["libpastix", "libpastixf", "libspm", "libspmf"] - - [[PaStiX_jll."6.3.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PaStiX_jll."6.3.2+0".sources]] - hash = "bff79df1a462e5be8b3cbdaef5787a9017aa8622" - repo = "https://gitlab.inria.fr/solverstack/pastix.git" - [[PaStiX_jll."6.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a1145830878e570be0ed36ee258c7c0aca96b999//P/PaStiX/./bundled" - -[PaStiX_jll."6.4.0+0"] -libraries = ["libpastix", "libpastixf", "libspm", "libspmf"] - - [[PaStiX_jll."6.4.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[PaStiX_jll."6.4.0+0".sources]] - hash = "1151c30a25e2014ff4b39bf8c7ac4b381913f193" - repo = "https://gitlab.inria.fr/solverstack/pastix.git" - [[PaStiX_jll."6.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a5c2d5abc4f80e1ae137b7f95f2f3d24e57e78f6//P/PaStiX/./bundled" - -[Packmol_jll."20.3.5+0"] -executables = ["packmol"] - - [[Packmol_jll."20.3.5+0".sources]] - hash = "cde64dbe212ea6569d656f4800af7cba3e40f1492b5e51195b4ce9fc7040c0c0" - url = "https://github.com/m3g/packmol/archive/refs/tags/v20.3.5.tar.gz" - -[Packmol_jll."20.14.2+0"] -executables = ["packmol"] - - [[Packmol_jll."20.14.2+0".sources]] - hash = "c5d7e0976f27da178bbe7ccd9cdc3d8174c583d9" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."20.14.3+0"] -executables = ["packmol"] - - [[Packmol_jll."20.14.3+0".sources]] - hash = "6a50d6a5cab70a79dd0f5a8eea5a0a08b21afcfe" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."20.14.4+0"] -executables = ["packmol"] - - [[Packmol_jll."20.14.4+0".sources]] - hash = "d24332df6aeb91912e90e95a7a48a811b4b9e627" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."20.15.0+0"] -executables = ["packmol"] - - [[Packmol_jll."20.15.0+0".sources]] - hash = "7ddbd6562301aebf2a4980599ebb3ee4191020cd" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."20.15.1+0"] -executables = ["packmol"] - - [[Packmol_jll."20.15.1+0".sources]] - hash = "d6cd4b790adb6c9c1377690c8da8af043c33554d" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."20.15.2+0"] -executables = ["packmol"] - - [[Packmol_jll."20.15.2+0".sources]] - hash = "0f4e5797a7f94e0d906e2c2e45203849e29b3e91" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."20.16.0+0"] -executables = ["packmol"] - - [[Packmol_jll."20.16.0+0".sources]] - hash = "d236cb4acaba58e59a4ecaeb65fccc5b44072656" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."20.16.1+0"] -executables = ["packmol"] - - [[Packmol_jll."20.16.1+0".sources]] - hash = "76960a22fc24b09f62aaaa667292ba9a68d077a7" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."21.0.0+0"] -executables = ["packmol"] - - [[Packmol_jll."21.0.0+0".sources]] - hash = "65043a52f839a2eafde6b4764d7d9f85c6126f97" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."21.0.1+0"] -executables = ["packmol"] - - [[Packmol_jll."21.0.1+0".sources]] - hash = "95859e99583af27687e41bd009feff060baa22bd" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."21.0.2+0"] -executables = ["packmol"] - - [[Packmol_jll."21.0.2+0".sources]] - hash = "ff977a230dff22bde3186fb0a2116fa5ab0550f8" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."21.0.3+0"] -executables = ["packmol"] - - [[Packmol_jll."21.0.3+0".sources]] - hash = "f429d2aa8c7814ba957cfd30f07c67713ff45d97" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."21.0.4+0"] -executables = ["packmol"] - - [[Packmol_jll."21.0.4+0".sources]] - hash = "6dee06d48dd172d6142f2dae21917eae79f6799d" - repo = "https://github.com/m3g/packmol" - -[Packmol_jll."21.1.0+0"] -executables = ["packmol"] - - [[Packmol_jll."21.1.0+0".sources]] - hash = "b885f34afd89f5c74655445f69b851eaa9a63fb0" - repo = "https://github.com/m3g/packmol" - -[Pango_jll."1.42.4+0"] -libraries = ["libpango", "libpangocairo"] - - [[Pango_jll."1.42.4+0".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+1"] -libraries = ["libpango", "libpangocairo"] - - [[Pango_jll."1.42.4+1".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+2"] -libraries = ["libpango", "libpangocairo"] - - [[Pango_jll."1.42.4+2".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+3"] -libraries = ["libpango", "libpangocairo"] - - [[Pango_jll."1.42.4+3".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+4"] -libraries = ["libpango", "libpangocairo"] - - [[Pango_jll."1.42.4+4".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+5"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0"] - - [[Pango_jll."1.42.4+5".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+6"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0"] - - [[Pango_jll."1.42.4+6".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+7"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0"] - - [[Pango_jll."1.42.4+7".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+8"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.42.4+8".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.42.4+8".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+9"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.42.4+9".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.42.4+9".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.42.4+10"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.42.4+10".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.42.4+10".sources]] - hash = "1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz" - -[Pango_jll."1.47.0+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.47.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.47.0+0".sources]] - hash = "730db8652fc43188e03218c3374db9d152351f51fc7011b9acae6d0a6c92c367" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.47/pango-1.47.0.tar.xz" - -[Pango_jll."1.50.3+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.50.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.50.3+0".sources]] - hash = "4add05edf51c1fb375a1ccde7498914120e23cb280dd7395b1aeb441f1838a4c" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.50/pango-1.50.3.tar.xz" - -[Pango_jll."1.50.9+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.50.9+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.50.9+0".sources]] - hash = "1b636aabf905130d806372136f5e137b6a27f26d47defd9240bf444f6a4fe610" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.50/pango-1.50.9.tar.xz" - -[Pango_jll."1.50.14+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.50.14+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.50.14+0".sources]] - hash = "1d67f205bfc318c27a29cfdfb6828568df566795df0cb51d2189cde7f2d581e8" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.50/pango-1.50.14.tar.xz" - [[Pango_jll."1.50.14+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/edd9ff9403397315164f82061b2063db9d797e11//P/Pango/./bundled" - [[Pango_jll."1.50.14+0".sources]] - hash = "bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v11.0.0.tar.bz2" - -[Pango_jll."1.52.1+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.52.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.52.1+0".sources]] - hash = "58728a0a2d86f60761208df9493033d18ecb2497abac80ee1a274ad0c6e55f0f" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.52/pango-1.52.1.tar.xz" - [[Pango_jll."1.52.1+0".sources]] - hash = "bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v11.0.0.tar.bz2" - -[Pango_jll."1.52.2+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.52.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.52.2+0".sources]] - hash = "d0076afe01082814b853deec99f9349ece5f2ce83908b8e58ff736b41f78a96b" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.52/pango-1.52.2.tar.xz" - [[Pango_jll."1.52.2+0".sources]] - hash = "bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v11.0.0.tar.bz2" - -[Pango_jll."1.54.0+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.54.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.54.0+0".sources]] - hash = "8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.54/pango-1.54.0.tar.xz" - [[Pango_jll."1.54.0+0".sources]] - hash = "bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v11.0.0.tar.bz2" - -[Pango_jll."1.54.1+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.54.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.54.1+0".sources]] - hash = "8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.54/pango-1.54.0.tar.xz" - [[Pango_jll."1.54.1+0".sources]] - hash = "bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v11.0.0.tar.bz2" - -[Pango_jll."1.55.5+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.55.5+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - [[Pango_jll."1.55.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.55.5+0".sources]] - hash = "e396126ea08203cbd8ef12638e6222e2e1fd8aa9cac6743072fedc5f2d820dd8" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.55/pango-1.55.5.tar.xz" - [[Pango_jll."1.55.5+0".sources]] - hash = "bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v11.0.0.tar.bz2" - [[Pango_jll."1.55.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/77dc313ea70c4019573a990f4144f2e079139a91//P/Pango/bundled" - -[Pango_jll."1.56.1+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.56.1+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - [[Pango_jll."1.56.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.56.1+0".sources]] - hash = "426be66460c98b8378573e7f6b0b2ab450f6bb6d2ec7cecc33ae81178f246480" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.56/pango-1.56.1.tar.xz" - [[Pango_jll."1.56.1+0".sources]] - hash = "bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v11.0.0.tar.bz2" - -[Pango_jll."1.56.3+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.56.3+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - [[Pango_jll."1.56.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.56.3+0".sources]] - hash = "2606252bc25cd8d24e1b7f7e92c3a272b37acd6734347b73b47a482834ba2491" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.56/pango-1.56.3.tar.xz" - [[Pango_jll."1.56.3+0".sources]] - hash = "bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v11.0.0.tar.bz2" - -[Pango_jll."1.56.4+0"] -libraries = ["libpango", "libpango-1", "libpango-1.0", "libpangocairo", "libpangocairo-1", "libpangocairo-1.0", "libpangoft2", "libpangoft2-1", "libpangoft2-1.0"] - - [[Pango_jll."1.56.4+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - [[Pango_jll."1.56.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Pango_jll."1.56.4+0".sources]] - hash = "17065e2fcc5f5a5bdbffc884c956bfc7c451a96e8c4fb2f8ad837c6413cb5a01" - url = "http://ftp.gnome.org/pub/GNOME/sources/pango/1.56/pango-1.56.4.tar.xz" - [[Pango_jll."1.56.4+0".sources]] - hash = "bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v11.0.0.tar.bz2" - -[Pangomm_jll."2.46.3+0"] -libraries = ["libpangomm-1", "libpangomm-1.4"] - - [[Pangomm_jll."2.46.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Pangomm_jll."2.46.3+0".sources]] - hash = "410fe04d471a608f3f0273d3a17d840241d911ed0ff2c758a9859c66c6f24379" - url = "https://download.gnome.org/sources/pangomm/2.46/pangomm-2.46.3.tar.xz" - -[Pangomm_jll."2.49.1+0"] -libraries = ["libpangomm-2", "libpangomm-2.48"] - - [[Pangomm_jll."2.49.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Pangomm_jll."2.49.1+0".sources]] - hash = "a2272883152618fddea016a62f50eb23b9b056ab3c08f3b64422591e6a507bd5" - url = "https://download.gnome.org/sources/pangomm/2.49/pangomm-2.49.1.tar.xz" - -[Pangomm_jll."2.50.1+0"] -libraries = ["libpangomm-2", "libpangomm-2.48"] - - [[Pangomm_jll."2.50.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Pangomm_jll."2.50.1+0".sources]] - hash = "ccc9923413e408c2bff637df663248327d72822f11e394b423e1c5652b7d9214" - url = "https://download.gnome.org/sources/pangomm/2.50/pangomm-2.50.1.tar.xz" - -[ParU_jll."1.0.0+0"] -libraries = ["libparu"] - - [[ParU_jll."1.0.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[ParU_jll."1.0.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[ParU_jll."1.0.0+0".sources]] - hash = "d3c4926d2c47fd6ae558e898bfc072ade210a2a1" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[ParU_jll."1.0.1+0"] -libraries = ["libparu"] - - [[ParU_jll."1.0.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[ParU_jll."1.0.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[ParU_jll."1.0.1+0".sources]] - hash = "b35a1f9318f4bd42085f4b5ea56f29c89d342d4d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[ParseGen_jll."2.0.0+0"] -executables = ["parsegen-calc"] -libraries = ["libparsegen"] - - [[ParseGen_jll."2.0.0+0".sources]] - hash = "c6c7c4958d1c6ab77bf0970b5aacae4b63603f702666492638ee8c0bdf3125c8" - url = "https://github.com/sandialabs/parsegen-cpp/archive/refs/tags/v2.0.0.tar.gz" - [[ParseGen_jll."2.0.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Patchelf_jll."0.13.0+0"] -executables = ["patchelf"] - - [[Patchelf_jll."0.13.0+0".sources]] - hash = "4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed" - url = "https://github.com/NixOS/patchelf/releases/download/0.13/patchelf-0.13.tar.bz2" - -[Patchelf_jll."0.14.3+0"] -executables = ["patchelf"] - - [[Patchelf_jll."0.14.3+0".sources]] - hash = "a017ec3d2152a19fd969c0d87b3f8b43e32a66e4ffabdc8767a56062b9aec270" - url = "https://github.com/NixOS/patchelf/releases/download/0.14.3/patchelf-0.14.3.tar.bz2" - -[Patchelf_jll."0.17.2+0"] -executables = ["patchelf"] - - [[Patchelf_jll."0.17.2+0".sources]] - hash = "bae2ea376072e422c196218dd9bdef0548ccc08da4de9f36b4672df84ea2d8e2" - url = "https://github.com/NixOS/patchelf/releases/download/0.17.2/patchelf-0.17.2.tar.bz2" - -[Patchelf_jll."0.18.0+0"] -executables = ["patchelf"] - - [[Patchelf_jll."0.18.0+0".sources]] - hash = "1952b2a782ba576279c211ee942e341748fdb44997f704dd53def46cd055470b" - url = "https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.bz2" - -[Patchelf_jll."2019.10.23+0"] -executables = ["patchelf"] - - [[Patchelf_jll."2019.10.23+0".sources]] - hash = "2ba64817ec6f3b714503ea6e6aa8439505bb7393" - repo = "https://github.com/NixOS/patchelf.git" - -[Pathfinder_jll."0.5.0+0"] -libraries = ["libpathfinder"] - - [[Pathfinder_jll."0.5.0+0".build_dependencies]] - name = "Fontconfig_jll" - target = "target" - version = "*" - [[Pathfinder_jll."0.5.0+0".build_dependencies]] - name = "FreeType2_jll" - target = "target" - version = "*" - [[Pathfinder_jll."0.5.0+0".build_dependencies]] - name = "HarfBuzz_jll" - target = "target" - version = "*" - - [[Pathfinder_jll."0.5.0+0".sources]] - hash = "7281a607a80dacc5470d7d3ec208341b6f0b0727" - repo = "https://github.com/servo/pathfinder.git" - [[Pathfinder_jll."0.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c1b0b54677e75b80921a5c23fede4071b411cf3c//P/Pathfinder/./bundled" - -[Pathfinder_jll."0.5.0+1"] -libraries = ["libpathfinder"] - - [[Pathfinder_jll."0.5.0+1".build_dependencies]] - name = "cbindgen_jll" - target = "host" - uuid = "a52b955f-5256-5bb0-8795-313e28591558" - version = "*" - - [[Pathfinder_jll."0.5.0+1".sources]] - hash = "7281a607a80dacc5470d7d3ec208341b6f0b0727" - repo = "https://github.com/servo/pathfinder.git" - [[Pathfinder_jll."0.5.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/82b61df664f0cae541aa70486366cec0edbc90bc//P/Pathfinder/./bundled" - -[Perl_jll."5.30.3+0"] -executables = ["perl"] -libraries = ["libperl"] - - [[Perl_jll."5.30.3+0".sources]] - hash = "32e04c8bb7b1aecb2742a7f7ac0eabac100f38247352a73ad7fa104e39e7406f" - url = "https://www.cpan.org/src/5.0/perl-5.30.3.tar.gz" - [[Perl_jll."5.30.3+0".sources]] - hash = "444a88755a89ffa2a5424ab4ed1d11dca61808ebef57e81243424619a9e8627c" - url = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz" - [[Perl_jll."5.30.3+0".sources]] - hash = "e080522c6ce050397af482665f3965a93c5d16f5e81d93f6e2fe98084ed15fbe" - url = "https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.625.tar.gz" - [[Perl_jll."5.30.3+0".sources]] - hash = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" - url = "https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz" - [[Perl_jll."5.30.3+0".sources]] - hash = "9a08f7a4013c9b865541c10dbba1210779eb9128b961250b746d26702bab6925" - url = "https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.36.tar.gz" - [[Perl_jll."5.30.3+0".sources]] - hash = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz" - [[Perl_jll."5.30.3+0".sources]] - hash = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef" - url = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz" - [[Perl_jll."5.30.3+0".sources]] - hash = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz" - [[Perl_jll."5.30.3+0".sources]] - hash = "ec3d6ddde7a46fa507eaa616b94d217296fdc0d8fbf88741367a9821206f28af" - url = "https://cpan.metacpan.org/authors/id/M/MA/MANWAR/SVG-2.84.tar.gz" - [[Perl_jll."5.30.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9fb2e1707da26954243843aa7663b6cce7268538//P/Perl/./bundled" - -[Perl_jll."5.30.3+1"] -executables = ["perl"] -libraries = ["libperl"] - - [[Perl_jll."5.30.3+1".sources]] - hash = "32e04c8bb7b1aecb2742a7f7ac0eabac100f38247352a73ad7fa104e39e7406f" - url = "https://www.cpan.org/src/5.0/perl-5.30.3.tar.gz" - [[Perl_jll."5.30.3+1".sources]] - hash = "444a88755a89ffa2a5424ab4ed1d11dca61808ebef57e81243424619a9e8627c" - url = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz" - [[Perl_jll."5.30.3+1".sources]] - hash = "e080522c6ce050397af482665f3965a93c5d16f5e81d93f6e2fe98084ed15fbe" - url = "https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.625.tar.gz" - [[Perl_jll."5.30.3+1".sources]] - hash = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" - url = "https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz" - [[Perl_jll."5.30.3+1".sources]] - hash = "9a08f7a4013c9b865541c10dbba1210779eb9128b961250b746d26702bab6925" - url = "https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.36.tar.gz" - [[Perl_jll."5.30.3+1".sources]] - hash = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz" - [[Perl_jll."5.30.3+1".sources]] - hash = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef" - url = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz" - [[Perl_jll."5.30.3+1".sources]] - hash = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz" - [[Perl_jll."5.30.3+1".sources]] - hash = "ec3d6ddde7a46fa507eaa616b94d217296fdc0d8fbf88741367a9821206f28af" - url = "https://cpan.metacpan.org/authors/id/M/MA/MANWAR/SVG-2.84.tar.gz" - [[Perl_jll."5.30.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f41ddbb5d76b7ab03cca6c2503a5946774925c58//P/Perl/./bundled" - -[Perl_jll."5.30.3+2"] -executables = ["perl"] -libraries = ["libperl"] - - [[Perl_jll."5.30.3+2".sources]] - hash = "32e04c8bb7b1aecb2742a7f7ac0eabac100f38247352a73ad7fa104e39e7406f" - url = "https://www.cpan.org/src/5.0/perl-5.30.3.tar.gz" - [[Perl_jll."5.30.3+2".sources]] - hash = "444a88755a89ffa2a5424ab4ed1d11dca61808ebef57e81243424619a9e8627c" - url = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz" - [[Perl_jll."5.30.3+2".sources]] - hash = "e080522c6ce050397af482665f3965a93c5d16f5e81d93f6e2fe98084ed15fbe" - url = "https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.625.tar.gz" - [[Perl_jll."5.30.3+2".sources]] - hash = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" - url = "https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz" - [[Perl_jll."5.30.3+2".sources]] - hash = "9a08f7a4013c9b865541c10dbba1210779eb9128b961250b746d26702bab6925" - url = "https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.36.tar.gz" - [[Perl_jll."5.30.3+2".sources]] - hash = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz" - [[Perl_jll."5.30.3+2".sources]] - hash = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef" - url = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz" - [[Perl_jll."5.30.3+2".sources]] - hash = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz" - [[Perl_jll."5.30.3+2".sources]] - hash = "ec3d6ddde7a46fa507eaa616b94d217296fdc0d8fbf88741367a9821206f28af" - url = "https://cpan.metacpan.org/authors/id/M/MA/MANWAR/SVG-2.84.tar.gz" - [[Perl_jll."5.30.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e48e4b099e23c2a4996c7fb09cf085b402418da1//P/Perl/./bundled" - -[Perl_jll."5.34.0+0"] -executables = ["perl"] -libraries = ["libperl"] - - [[Perl_jll."5.34.0+0".sources]] - hash = "551efc818b968b05216024fb0b727ef2ad4c100f8cb6b43fab615fa78ae5be9a" - url = "https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz" - [[Perl_jll."5.34.0+0".sources]] - hash = "e41f8761a5e7b9b27af26fe5780d44550d7a6a66bf3078e337d676d07a699941" - url = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.03.tar.gz" - [[Perl_jll."5.34.0+0".sources]] - hash = "73c8f5bd3ecf2b350f4adae6d6676d52e08ecc2d7df4a9f089fa68360d400d1f" - url = "https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.900.tar.gz" - [[Perl_jll."5.34.0+0".sources]] - hash = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" - url = "https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz" - [[Perl_jll."5.34.0+0".sources]] - hash = "3c5f1281da2666777af0f34de0289564e6faa823aea54f3945c74c98e95a5e73" - url = "https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz" - [[Perl_jll."5.34.0+0".sources]] - hash = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz" - [[Perl_jll."5.34.0+0".sources]] - hash = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef" - url = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz" - [[Perl_jll."5.34.0+0".sources]] - hash = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz" - [[Perl_jll."5.34.0+0".sources]] - hash = "72c6eb6f86bb2c330280f9f3d342bb2673ad5da22d1f44fba3e04cfb5d30a67b" - url = "https://cpan.metacpan.org/authors/id/M/MA/MANWAR/SVG-2.86.tar.gz" - [[Perl_jll."5.34.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7a05a2eab6ca8cc3f28404f4ec291e2e9a2c2bbe//P/Perl/./bundled" - -[Perl_jll."5.34.0+1"] -executables = ["perl"] -libraries = ["libperl"] - - [[Perl_jll."5.34.0+1".sources]] - hash = "551efc818b968b05216024fb0b727ef2ad4c100f8cb6b43fab615fa78ae5be9a" - url = "https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "e41f8761a5e7b9b27af26fe5780d44550d7a6a66bf3078e337d676d07a699941" - url = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.03.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "73c8f5bd3ecf2b350f4adae6d6676d52e08ecc2d7df4a9f089fa68360d400d1f" - url = "https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.900.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" - url = "https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "3c5f1281da2666777af0f34de0289564e6faa823aea54f3945c74c98e95a5e73" - url = "https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef" - url = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "72c6eb6f86bb2c330280f9f3d342bb2673ad5da22d1f44fba3e04cfb5d30a67b" - url = "https://cpan.metacpan.org/authors/id/M/MA/MANWAR/SVG-2.86.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "c05b3909af4cb86f36495e94a599d23ebab42be7a18efd0d141fc1586309dac2" - url = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/Exporter-Lite-0.08.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "3201f1a60e3f16484082e6045c896842261fc345de9fb2e620fd2a2c7af3a93a" - url = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.27.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "9bdf067633b5913127820f4e8035edc53d08372faace56ba6bfa00c968a25377" - url = "https://cpan.metacpan.org/authors/id/G/GW/GWARD/Getopt-Tabular-0.3.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - hash = "ee07853aee06f310e040b6bf1a0199a18d81896d3219b9b35c9630d0eb69089b" - url = "https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2017060201.tar.gz" - [[Perl_jll."5.34.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/05595c0833b8ab473d3e1965dcb5edbe2cc4606e//P/Perl/./bundled" - -[Perl_jll."5.34.0+2"] -executables = ["perl"] -libraries = ["libperl"] - - [[Perl_jll."5.34.0+2".sources]] - hash = "551efc818b968b05216024fb0b727ef2ad4c100f8cb6b43fab615fa78ae5be9a" - url = "https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "e41f8761a5e7b9b27af26fe5780d44550d7a6a66bf3078e337d676d07a699941" - url = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.03.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "73c8f5bd3ecf2b350f4adae6d6676d52e08ecc2d7df4a9f089fa68360d400d1f" - url = "https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.900.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" - url = "https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "3c5f1281da2666777af0f34de0289564e6faa823aea54f3945c74c98e95a5e73" - url = "https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef" - url = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "72c6eb6f86bb2c330280f9f3d342bb2673ad5da22d1f44fba3e04cfb5d30a67b" - url = "https://cpan.metacpan.org/authors/id/M/MA/MANWAR/SVG-2.86.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "c05b3909af4cb86f36495e94a599d23ebab42be7a18efd0d141fc1586309dac2" - url = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/Exporter-Lite-0.08.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "3201f1a60e3f16484082e6045c896842261fc345de9fb2e620fd2a2c7af3a93a" - url = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.27.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "9bdf067633b5913127820f4e8035edc53d08372faace56ba6bfa00c968a25377" - url = "https://cpan.metacpan.org/authors/id/G/GW/GWARD/Getopt-Tabular-0.3.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - hash = "ee07853aee06f310e040b6bf1a0199a18d81896d3219b9b35c9630d0eb69089b" - url = "https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2017060201.tar.gz" - [[Perl_jll."5.34.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8c3c38cf640244b7ef05518dfe2b2a1b3406ad23//P/Perl/./bundled" - -[Perl_jll."5.34.1+0"] -executables = ["perl"] -libraries = ["libperl"] - - [[Perl_jll."5.34.1+0".sources]] - hash = "357951a491b0ba1ce3611263922feec78ccd581dddc24a446b033e25acf242a1" - url = "https://www.cpan.org/src/5.0/perl-5.34.1.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "e41f8761a5e7b9b27af26fe5780d44550d7a6a66bf3078e337d676d07a699941" - url = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.03.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "73c8f5bd3ecf2b350f4adae6d6676d52e08ecc2d7df4a9f089fa68360d400d1f" - url = "https://cpan.metacpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.900.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" - url = "https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "3c5f1281da2666777af0f34de0289564e6faa823aea54f3945c74c98e95a5e73" - url = "https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef" - url = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0" - url = "https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "72c6eb6f86bb2c330280f9f3d342bb2673ad5da22d1f44fba3e04cfb5d30a67b" - url = "https://cpan.metacpan.org/authors/id/M/MA/MANWAR/SVG-2.86.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "c05b3909af4cb86f36495e94a599d23ebab42be7a18efd0d141fc1586309dac2" - url = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/Exporter-Lite-0.08.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "3201f1a60e3f16484082e6045c896842261fc345de9fb2e620fd2a2c7af3a93a" - url = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.27.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "9bdf067633b5913127820f4e8035edc53d08372faace56ba6bfa00c968a25377" - url = "https://cpan.metacpan.org/authors/id/G/GW/GWARD/Getopt-Tabular-0.3.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - hash = "ee07853aee06f310e040b6bf1a0199a18d81896d3219b9b35c9630d0eb69089b" - url = "https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2017060201.tar.gz" - [[Perl_jll."5.34.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd55cc9630c23dd7d664062a2f19e0d5240307e8//P/Perl/./bundled" - -[Perple_X_jll."6.9.1+0"] -executables = ["fluids", "meemum", "pt2curv", "pspts", "actcor", "ctransf", "frendly", "vertex", "build", "pstable", "psvdraw", "pssect", "werami", "convex"] -libraries = ["libfluids", "libmeemum", "libpt2curv", "libpspts", "libactcor", "libctransf", "libfrendly", "libvertex", "libbuild", "libpstable", "libpsvdraw", "libpssect", "libwerami", "libconvex"] - - [[Perple_X_jll."6.9.1+0".sources]] - hash = "b0eb132a34de94b768ba69c8244ceaf4efa698a7" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.0.0+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly"] - - [[Perple_X_jll."7.0.0+0".sources]] - hash = "f8bc4872949d764bbf7b1ea9e0f3289d737d54f2" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.0.1+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly"] - - [[Perple_X_jll."7.0.1+0".sources]] - hash = "ab86afc97e4021e4965002f689f3c816ac7cb1c8" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.0.2+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly"] - - [[Perple_X_jll."7.0.2+0".sources]] - hash = "985800a67afaa8b2e82e46012fb6e7dd3a918736" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.0.5+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly"] - - [[Perple_X_jll."7.0.5+0".sources]] - hash = "dc5d313c0e0951c05b0c6c58460320ab4147ab39" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.0.9+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly"] - - [[Perple_X_jll."7.0.9+0".sources]] - hash = "898ecbc3206f0ae0d34d4b281813d48351479c14" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.0.10+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly"] - - [[Perple_X_jll."7.0.10+0".sources]] - hash = "1aeec2f4f5d31762ecc8a5abbcb6338046406306" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.1.3+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly"] - - [[Perple_X_jll."7.1.3+0".sources]] - hash = "6c6bd85669b9dabee519c715bac8e0c9a6652650" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.1.4+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly"] - - [[Perple_X_jll."7.1.4+0".sources]] - hash = "9dd6d58ba0fa93f4a0042eab513b9d7ed4d830b0" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.1.6+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly"] - - [[Perple_X_jll."7.1.6+0".sources]] - hash = "808cc92b2fad85fed9da3802fa5a300488249c66" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.1.8+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly", "MC_fit"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly", "libMC_fit"] - - [[Perple_X_jll."7.1.8+0".sources]] - hash = "ab94da9819592f331a163c943990111eb99b093b" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Perple_X_jll."7.1.9+0"] -executables = ["convex", "meemum", "vertex", "werami", "pssect", "pstable", "pspts", "psvdraw", "pt2curv", "actcor", "build", "fluids", "ctransf", "frendly", "MC_fit"] -libraries = ["libconvex", "libmeemum", "libvertex", "libwerami", "libpssect", "libpstable", "libpspts", "libpsvdraw", "libpt2curv", "libactcor", "libbuild", "libfluids", "libctransf", "libfrendly", "libMC_fit"] - - [[Perple_X_jll."7.1.9+0".sources]] - hash = "bdf871bfb990ec6613c7b443c7cc32a8617632db" - repo = "https://github.com/jadconnolly/Perple_X.git" - -[Pfapack_jll."0.1.0+0"] -libraries = ["libpfapack"] - - [[Pfapack_jll."0.1.0+0".sources]] - hash = "0c71536b9641a0c8f4da67b373e3d4d5514561ab" - repo = "https://github.com/xrq-phys/Pfapack.git" - -[Pfapack_jll."0.1.0+1"] -libraries = ["libpfapack"] - - [[Pfapack_jll."0.1.0+1".sources]] - hash = "ed885d81e31d88c86016f6664f7df08e50c32d6a" - repo = "https://github.com/xrq-phys/Pfapack.git" - -[Pfapack_jll."0.1.0+2"] -libraries = ["libpfapack"] - - [[Pfapack_jll."0.1.0+2".sources]] - hash = "ed885d81e31d88c86016f6664f7df08e50c32d6a" - repo = "https://github.com/xrq-phys/Pfapack.git" - -[PhreeqcRM_jll."3.8.2+0"] -executables = ["TestBMIdtor", "TestRM", "TestRMdtor"] -libraries = ["libPhreeqcRM"] - - [[PhreeqcRM_jll."3.8.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[PhreeqcRM_jll."3.8.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[PhreeqcRM_jll."3.8.2+0".sources]] - hash = "eb70b492dbdc7818c62b4db39b9f589a2c5c0aed" - repo = "https://github.com/usgs-coupled/phreeqcrm.git" - -[PhyML_jll."3.3.20210609+0"] -executables = ["phyml", "phymlMPI"] - - [[PhyML_jll."3.3.20210609+0".sources]] - hash = "eb1009ebef100d34696db95301ba7cb55dceeb40" - repo = "https://github.com/stephaneguindon/phyml.git" - [[PhyML_jll."3.3.20210609+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a2db49046598f472f20068c1e4c67040912fdc9f//P/PhyML/./bundled" - -[PhyML_jll."3.3.20210610+0"] -executables = ["phyml", "phymlMPI"] - - [[PhyML_jll."3.3.20210610+0".sources]] - hash = "eb1009ebef100d34696db95301ba7cb55dceeb40" - repo = "https://github.com/stephaneguindon/phyml.git" - [[PhyML_jll."3.3.20210610+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cf634f846db9a448b747a7baaeafc6da5a874cf2//P/PhyML/./bundled" - -[PicoSAT_jll."965.0.0+0"] -executables = ["picosat", "picomus", "picomcs", "picogcnf"] -libraries = ["libpicosat"] - - [[PicoSAT_jll."965.0.0+0".sources]] - hash = "15169b4f28ba8f628f353f6f75a100845cdef4a2244f101a02b6e5a26e46a754" - url = "http://fmv.jku.at/picosat/picosat-965.tar.gz" - [[PicoSAT_jll."965.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/071230eb2896b164fd84d7eba2d8e2499ac4a00c//P/PicoSAT/./bundled" - -[Pikchr_jll."2020.9.27+0"] -libraries = ["libpikchr"] - - [[Pikchr_jll."2020.9.27+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/02094d5ee7a7a0371352d33e7c24ed64d68910dd//P/Pikchr/./bundled" - -[Pinchot_jll."13.0.1+0"] -libraries = ["libpinchot"] - - [[Pinchot_jll."13.0.1+0".sources]] - hash = "cee8ff854a6c3135aa861094cf1b27dc6e01a393" - repo = "https://github.com/joeynelson/pinchot-c-api.git" - -[Pixman_jll."0.38.4+0"] -libraries = ["libpixman"] - - [[Pixman_jll."0.38.4+0".sources]] - hash = "1ca19c8d4d37682adfbc42741d24977903fec1169b4153ec05bb690d4acf9fae" - url = "https://www.cairographics.org/releases/pixman-0.36.0.tar.gz" - -[Pixman_jll."0.38.4+1"] -libraries = ["libpixman"] - - [[Pixman_jll."0.38.4+1".sources]] - hash = "da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7" - url = "https://www.cairographics.org/releases/pixman-0.38.4.tar.gz" - -[Pixman_jll."0.38.4+2"] -libraries = ["libpixman"] - - [[Pixman_jll."0.38.4+2".sources]] - hash = "da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7" - url = "https://www.cairographics.org/releases/pixman-0.38.4.tar.gz" - -[Pixman_jll."0.38.4+3"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.38.4+3".sources]] - hash = "da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7" - url = "https://www.cairographics.org/releases/pixman-0.38.4.tar.gz" - -[Pixman_jll."0.38.4+4"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.38.4+4".sources]] - hash = "da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7" - url = "https://www.cairographics.org/releases/pixman-0.38.4.tar.gz" - -[Pixman_jll."0.38.4+5"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.38.4+5".sources]] - hash = "da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7" - url = "https://www.cairographics.org/releases/pixman-0.38.4.tar.gz" - -[Pixman_jll."0.40.0+0"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.40.0+0".sources]] - hash = "6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc" - url = "https://www.cairographics.org/releases/pixman-0.40.0.tar.gz" - -[Pixman_jll."0.40.1+0"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.40.1+0".sources]] - hash = "6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc" - url = "https://www.cairographics.org/releases/pixman-0.40.0.tar.gz" - -[Pixman_jll."0.42.2+0"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.42.2+0".sources]] - hash = "ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e" - url = "https://www.cairographics.org/releases/pixman-0.42.2.tar.gz" - [[Pixman_jll."0.42.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6f5cc739afc4da82a87d744cad1b80566a200777//P/Pixman/./bundled" - -[Pixman_jll."0.43.4+0"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.43.4+0".sources]] - hash = "a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226" - url = "https://www.cairographics.org/releases/pixman-0.43.4.tar.gz" - [[Pixman_jll."0.43.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ee94b85bfaa8b3428dce7e5080fdfe8edfb1f14b//P/Pixman/./bundled" - -[Pixman_jll."0.44.0+0"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.44.0+0".sources]] - hash = "89a4c1e1e45e0b23dffe708202cb2eaffde0fe3727d7692b2e1739fec78a7dac" - url = "https://www.cairographics.org/releases/pixman-0.44.0.tar.gz" - [[Pixman_jll."0.44.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a19eeea69052b8021de4314acdd5be9a07d7e11//P/Pixman/bundled" - -[Pixman_jll."0.44.0+1"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.44.0+1".sources]] - hash = "89a4c1e1e45e0b23dffe708202cb2eaffde0fe3727d7692b2e1739fec78a7dac" - url = "https://www.cairographics.org/releases/pixman-0.44.0.tar.gz" - [[Pixman_jll."0.44.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b0dcf5b381d0b903c7056a0e8d3d9c5a6c12bc13//P/Pixman/bundled" - -[Pixman_jll."0.44.0+2"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.44.0+2".sources]] - hash = "89a4c1e1e45e0b23dffe708202cb2eaffde0fe3727d7692b2e1739fec78a7dac" - url = "https://www.cairographics.org/releases/pixman-0.44.0.tar.gz" - [[Pixman_jll."0.44.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a19eeea69052b8021de4314acdd5be9a07d7e11//P/Pixman/bundled" - -[Pixman_jll."0.44.2+0"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.44.2+0".sources]] - hash = "6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466" - url = "https://www.cairographics.org/releases/pixman-0.44.2.tar.gz" - [[Pixman_jll."0.44.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/80b3db44b9ab649377752bd61782a95506c8f1ec//P/Pixman/bundled" - -[Pixman_jll."0.46.0+0"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.46.0+0".sources]] - hash = "02d9ff7b8458ef61731c3d355f854bbf461fd0a4d3563c51f1c1c7b00638050d" - url = "https://www.cairographics.org/releases/pixman-0.46.0.tar.gz" - [[Pixman_jll."0.46.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dcd9c93ac919deaa6d1fe91b22d16fc58e8131cc//P/Pixman/bundled" - -[Pixman_jll."0.46.2+0"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.46.2+0".sources]] - hash = "3e0de5ba6e356916946a3d958192f15505dcab85134771bfeab4ce4e29bbd733" - url = "https://www.cairographics.org/releases/pixman-0.46.2.tar.gz" - [[Pixman_jll."0.46.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a73da4f843be8dff108fb4b0eae4d35b3b6d2f9b//P/Pixman/bundled" - -[Pixman_jll."0.46.4+0"] -libraries = ["libpixman-1"] - - [[Pixman_jll."0.46.4+0".sources]] - hash = "d09c44ebc3bd5bee7021c79f922fe8fb2fb57f7320f55e97ff9914d2346a591c" - url = "https://www.cairographics.org/releases/pixman-0.46.4.tar.gz" - [[Pixman_jll."0.46.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/be0f393bb5a60d9e8f8d13f709ab8445270df9f7//P/Pixman/bundled" - -[PlutoBook_jll."0.3.0+0"] -executables = ["html2pdf", "html2png"] -libraries = ["libplutobook"] - - [[PlutoBook_jll."0.3.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - uuid = "46797783-dccc-5433-be59-056c4bde8513" - version = "*" - [[PlutoBook_jll."0.3.0+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - uuid = "060dd47b-79ec-5ba1-a7b2-f4f2f7dcdd0f" - version = "*" - [[PlutoBook_jll."0.3.0+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - uuid = "d13bc2ba-d276-5c6f-8a1c-29ed04aab5d0" - version = "*" - [[PlutoBook_jll."0.3.0+0".build_dependencies]] - name = "Xorg_renderproto_jll" - target = "target" - uuid = "21e99dc2-7dba-5609-a726-b181bd3bbb6c" - version = "*" - - [[PlutoBook_jll."0.3.0+0".sources]] - hash = "b4e621203ca345ceba73b19fb526eeb77dde8472" - repo = "https://github.com/plutoprint/plutobook.git" - [[PlutoBook_jll."0.3.0+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[PlutoBook_jll."0.9.0+0"] -executables = ["html2pdf", "html2png"] -libraries = ["libplutobook"] - - [[PlutoBook_jll."0.9.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - uuid = "46797783-dccc-5433-be59-056c4bde8513" - version = "*" - [[PlutoBook_jll."0.9.0+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - uuid = "060dd47b-79ec-5ba1-a7b2-f4f2f7dcdd0f" - version = "*" - [[PlutoBook_jll."0.9.0+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - uuid = "d13bc2ba-d276-5c6f-8a1c-29ed04aab5d0" - version = "*" - [[PlutoBook_jll."0.9.0+0".build_dependencies]] - name = "Xorg_renderproto_jll" - target = "target" - uuid = "21e99dc2-7dba-5609-a726-b181bd3bbb6c" - version = "*" - - [[PlutoBook_jll."0.9.0+0".sources]] - hash = "d18e317a76da51816240c203253bfabb72208011" - repo = "https://github.com/plutoprint/plutobook.git" - [[PlutoBook_jll."0.9.0+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[Polymers_jll."0.3.6+0"] -libraries = ["libpolymers"] - - [[Polymers_jll."0.3.6+0".sources]] - hash = "c977b84d921019b3731b2c6cce2537e1d03ebcef" - repo = "https://github.com/sandialabs/Polymers.git" - -[Poppler_jll."0.87.0+0"] -executables = ["pdfattach", "pdfdetach", "pdffonts", "pdfimages", "pdfinfo", "pdfseparate", "pdftocairo", "pdftohtml", "pdftoppm", "pdftops", "pdftotext", "pdfunite"] -libraries = ["libpoppler-cpp", "libpoppler"] - - [[Poppler_jll."0.87.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Poppler_jll."0.87.0+0".sources]] - hash = "6f602b9c24c2d05780be93e7306201012e41459f289b8279a27a79431ad4150e" - url = "https://poppler.freedesktop.org/poppler-0.87.0.tar.xz" - -[Poppler_jll."0.87.0+1"] -executables = ["pdfattach", "pdfdetach", "pdffonts", "pdfimages", "pdfinfo", "pdfseparate", "pdftocairo", "pdftohtml", "pdftoppm", "pdftops", "pdftotext", "pdfunite"] -libraries = ["libpoppler-cpp", "libpoppler-glib", "libpoppler"] - - [[Poppler_jll."0.87.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Poppler_jll."0.87.0+1".sources]] - hash = "6f602b9c24c2d05780be93e7306201012e41459f289b8279a27a79431ad4150e" - url = "https://poppler.freedesktop.org/poppler-0.87.0.tar.xz" - -[Poppler_jll."0.87.0+2"] -executables = ["pdfattach", "pdfdetach", "pdffonts", "pdfimages", "pdfinfo", "pdfseparate", "pdftocairo", "pdftohtml", "pdftoppm", "pdftops", "pdftotext", "pdfunite"] -libraries = ["libpoppler-cpp", "libpoppler-glib", "libpoppler"] - - [[Poppler_jll."0.87.0+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Poppler_jll."0.87.0+2".sources]] - hash = "6f602b9c24c2d05780be93e7306201012e41459f289b8279a27a79431ad4150e" - url = "https://poppler.freedesktop.org/poppler-0.87.0.tar.xz" - -[Poppler_jll."21.9.0+0"] -executables = ["pdfattach", "pdfdetach", "pdffonts", "pdfimages", "pdfinfo", "pdfseparate", "pdftocairo", "pdftohtml", "pdftoppm", "pdftops", "pdftotext", "pdfunite"] -libraries = ["libpoppler-cpp", "libpoppler-glib", "libpoppler"] - - [[Poppler_jll."21.9.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Poppler_jll."21.9.0+0".sources]] - hash = "5a47fef738c2b99471f9b459a8bf8b40aefb7eed92caa4861c3798b2e126d05b" - url = "https://poppler.freedesktop.org/poppler-21.09.0.tar.xz" - -[Poppler_jll."23.12.0+0"] -executables = ["pdfattach", "pdfdetach", "pdffonts", "pdfimages", "pdfinfo", "pdfseparate", "pdftocairo", "pdftohtml", "pdftoppm", "pdftops", "pdftotext", "pdfunite"] -libraries = ["libpoppler-cpp", "libpoppler-glib", "libpoppler"] - - [[Poppler_jll."23.12.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Poppler_jll."23.12.0+0".sources]] - hash = "beba398c9d37a9b6d02486496635e08f1df3d437cfe61dab2593f47c4d14cdbb" - url = "https://poppler.freedesktop.org/poppler-23.12.0.tar.xz" - -[Poppler_jll."23.12.0+1"] -executables = ["pdfattach", "pdfdetach", "pdffonts", "pdfimages", "pdfinfo", "pdfseparate", "pdftocairo", "pdftohtml", "pdftoppm", "pdftops", "pdftotext", "pdfunite"] -libraries = ["libpoppler-cpp", "libpoppler-glib", "libpoppler"] - - [[Poppler_jll."23.12.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Poppler_jll."23.12.0+1".sources]] - hash = "beba398c9d37a9b6d02486496635e08f1df3d437cfe61dab2593f47c4d14cdbb" - url = "https://poppler.freedesktop.org/poppler-23.12.0.tar.xz" - -[Poppler_jll."24.5.0+0"] -executables = ["pdfattach", "pdfdetach", "pdffonts", "pdfimages", "pdfinfo", "pdfseparate", "pdftocairo", "pdftohtml", "pdftoppm", "pdftops", "pdftotext", "pdfunite"] -libraries = ["libpoppler-cpp", "libpoppler-glib", "libpoppler"] - - [[Poppler_jll."24.5.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.22.2" - [[Poppler_jll."24.5.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Poppler_jll."24.5.0+0".sources]] - hash = "d8c5eb30b50285ad9f0af8c6335cc2d3b9597fca475cbc2598a5479fa379f779" - url = "https://poppler.freedesktop.org/poppler-24.05.0.tar.xz" - [[Poppler_jll."24.5.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Poppler_jll."24.6.0+0"] -executables = ["pdfattach", "pdfdetach", "pdffonts", "pdfimages", "pdfinfo", "pdfseparate", "pdftocairo", "pdftohtml", "pdftoppm", "pdftops", "pdftotext", "pdfunite"] -libraries = ["libpoppler-cpp", "libpoppler-glib", "libpoppler"] - - [[Poppler_jll."24.6.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.22.2" - [[Poppler_jll."24.6.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Poppler_jll."24.6.0+0".sources]] - hash = "0cdabd495cada11f6ee9e75c793f80daf46367b66c25a63ee8c26d0f9ec40c76" - url = "https://poppler.freedesktop.org/poppler-24.06.0.tar.xz" - [[Poppler_jll."24.6.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Popt_jll."1.16.0+0"] -libraries = ["libpopt"] - - [[Popt_jll."1.16.0+0".sources]] - hash = "e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8" - url = "http://archive.ubuntu.com/ubuntu/pool/main/p/popt/popt_1.16.orig.tar.gz" - [[Popt_jll."1.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a88230c9917dc81759bd8c78535109e30dfc4173//P/Popt/./bundled" - -[Popt_jll."1.19.0+0"] -libraries = ["libpopt"] - - [[Popt_jll."1.19.0+0".sources]] - hash = "c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9" - url = "https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-1.19.tar.gz" - [[Popt_jll."1.19.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bbe6a06142ce220d8c352775b00e4d709735eccc//P/Popt/./bundled" - -[PortMidi_jll."2.0.4+0"] -libraries = ["libportmidi"] - - [[PortMidi_jll."2.0.4+0".sources]] - hash = "b808babecdc5d05205467dab5c1006c5ac0fdfd4" - repo = "https://github.com/PortMidi/portmidi.git" - -[Powsybl_jll."0.1.0+0"] -libraries = ["math", "libmath", "pypowsybl-java", "libpypowsybl-java", "powsybl-cpp", "libpowsybl-cpp", "PowsyblJlWrap", "libPowsyblJlWrap"] - - [[Powsybl_jll."0.1.0+0".sources]] - hash = "0a9e3110c366808e7ac23cfd9e19f51793807392" - repo = "https://github.com/powsybl/powsybl.jl.git" - [[Powsybl_jll."0.1.0+0".sources]] - hash = "cd5fea41bbfb2897fd71a6e63b2d07a465055699" - repo = "https://github.com/powsybl/pypowsybl.git" - [[Powsybl_jll."0.1.0+0".sources]] - hash = "82d3cee44992dcceaee7549f17351155e91c9eb2bdce97b1cf6c0107155991e8" - url = "https://github.com/powsybl/pypowsybl/releases/download/v1.7.0/binaries-v1.7.0-windows.zip" - [[Powsybl_jll."0.1.0+0".sources]] - hash = "8832e1ff432e97807dc6dfddb4b001dd2c3c05a7411fc3748c8af3854a3b448c" - url = "https://github.com/powsybl/pypowsybl/releases/download/v1.7.0/binaries-v1.7.0-linux.zip" - [[Powsybl_jll."0.1.0+0".sources]] - hash = "d541eb07a334d9272b167cb30f7d846ff109db49ac61a9776593c1aface18324" - url = "https://github.com/powsybl/pypowsybl/releases/download/v1.7.0/binaries-v1.7.0-darwin.zip" - -[Powsybl_jll."0.2.0+0"] -libraries = ["math", "libmath", "pypowsybl-java", "libpypowsybl-java", "powsybl-cpp", "libpowsybl-cpp", "PowsyblJlWrap", "libPowsyblJlWrap"] - - [[Powsybl_jll."0.2.0+0".sources]] - hash = "19ec2f5aff90d42df5d90f85dda76f6007a13757" - repo = "https://github.com/powsybl/powsybl.jl.git" - [[Powsybl_jll."0.2.0+0".sources]] - hash = "81d7e40a32d056a9945293238ce09cf207fc47fc" - repo = "https://github.com/powsybl/pypowsybl.git" - [[Powsybl_jll."0.2.0+0".sources]] - hash = "a3d1912e9ed213a4ca157ffa8470e4c38cbce84fa1529c646cb32ec4562f8c13" - url = "https://github.com/powsybl/pypowsybl/releases/download/v1.9.0/binaries-v1.9.0-windows.zip" - [[Powsybl_jll."0.2.0+0".sources]] - hash = "98af7cdd909e7b9c0f4afea2788bbaf8671d59053f50dead52121241cba2d38e" - url = "https://github.com/powsybl/pypowsybl/releases/download/v1.9.0/binaries-v1.9.0-linux.zip" - [[Powsybl_jll."0.2.0+0".sources]] - hash = "1d1a2989ab7b7f9b3ca0605885c0d32c93331e48c5505094c23519bfd054d6ba" - url = "https://github.com/powsybl/pypowsybl/releases/download/v1.9.0/binaries-v1.9.0-darwin.zip" - [[Powsybl_jll."0.2.0+0".sources]] - hash = "3eac481b3da3c9224d3e76cfe2310d0ee620f99fcd8a78308eca79ed7447c948" - url = "https://github.com/powsybl/pypowsybl/releases/download/v1.9.0/binaries-v1.9.0-darwin-arm64.zip" - -[Prjtrellis_jll."0.1.0+0"] -executables = ["ecpunpack", "ecppll", "ecpbram", "ecppack", "ecpmulti"] -libraries = ["libtrellis", "pytrellis"] - - [[Prjtrellis_jll."0.1.0+0".sources]] - hash = "dff1cbcb1bd30de7e96f8a059f2e19be1bb2e44d" - repo = "https://github.com/YosysHQ/prjtrellis.git" - -[Prodigal_jll."2.6.3+0"] -executables = ["prodigal"] - - [[Prodigal_jll."2.6.3+0".sources]] - hash = "004218fbeb2cf54fe12d88ec2eede6a27d70ebf7" - repo = "https://github.com/hyattpd/Prodigal.git" - -[PulseAudio_jll."14.2.0+0"] -executables = ["pasuspender", "pacmd", "pactl", "pulseaudio", "pacat"] -libraries = ["libpulse-simple", "libpulse", "libpulse-mainloop-glib"] - - [[PulseAudio_jll."14.2.0+0".sources]] - hash = "902dd1928801bb5dc7b121754aa4110ce55768b5dff94a700e7bd58d3f597970" - url = "https://freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.gz" - -[PulseAudio_jll."15.0.0+0"] -executables = ["pulseaudio", "pasuspender", "pacmd", "pacat", "pactl"] -libraries = ["module-native-protocol-tcp", "module-combine", "module-native-protocol-fd", "module-oss", "module-card-restore", "module-cli-protocol-unix", "libpulse-mainloop-glib", "module-rescue-streams", "module-filter-heuristics", "module-simple-protocol-tcp", "module-raop-sink", "libpulsecommon-15.0", "libprotocol-cli", "module-mmkbd-evdev", "module-position-event-sounds", "module-virtual-sink", "libpulsecore-15.0", "module-pipe-source", "module-null-sink", "module-loopback", "liboss-util", "module-bluez5-device", "module-sine-source", "module-always-sink", "libpulsedsp", "module-device-restore", "module-equalizer-sink", "libcli", "module-console-kit", "module-role-cork", "module-role-ducking", "module-tunnel-sink", "module-udev-detect", "module-detect", "module-tunnel-source", "module-stream-restore", "libpulse-simple", "module-augment-properties", "module-rtp-send", "module-remap-source", "module-sine", "module-combine-sink", "module-intended-roles", "module-null-source", "libbluez5-util", "librtp", "module-bluetooth-discover", "module-bluetooth-policy", "module-echo-cancel", "module-virtual-source", "module-switch-on-connect", "libprotocol-simple", "module-alsa-card", "module-tunnel-sink-new", "module-allow-passthrough", "module-http-protocol-unix", "module-filter-apply", "libalsa-util", "module-cli-protocol-tcp", "module-simple-protocol-unix", "module-pipe-sink", "module-bluez5-discover", "module-native-protocol-unix", "module-rtp-recv", "module-alsa-sink", "module-default-device-restore", "module-virtual-surround-sink", "module-suspend-on-idle", "module-rygel-media-server", "module-always-source", "libpulse", "libraop", "module-dbus-protocol", "module-match", "module-alsa-source", "module-hal-detect", "module-tunnel-source-new", "module-volume-restore", "libprotocol-http", "module-switch-on-port-available", "module-ladspa-sink", "module-cli", "module-device-manager", "module-http-protocol-tcp", "libprotocol-native", "module-remap-sink"] - - [[PulseAudio_jll."15.0.0+0".sources]] - hash = "a570b592351586541daf27b5e4b82555d6ac46bb6920eb847bcf5818e92f4c1e" - url = "https://freedesktop.org/software/pulseaudio/releases/pulseaudio-15.0.tar.gz" - [[PulseAudio_jll."15.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3234e4c6988576227245b58d78d9267d27a13b83//P/PulseAudio/./bundled" - -[PulseAudio_jll."15.0.1+0"] -executables = ["pulseaudio", "pasuspender", "pacmd", "pacat", "pactl"] -libraries = ["module-native-protocol-tcp", "module-combine", "module-native-protocol-fd", "module-oss", "module-card-restore", "module-cli-protocol-unix", "libpulse-mainloop-glib", "module-rescue-streams", "module-filter-heuristics", "module-simple-protocol-tcp", "module-raop-sink", "libpulsecommon-15.0", "libprotocol-cli", "module-mmkbd-evdev", "module-position-event-sounds", "module-virtual-sink", "libpulsecore-15.0", "module-pipe-source", "module-null-sink", "module-loopback", "liboss-util", "module-bluez5-device", "module-sine-source", "module-always-sink", "libpulsedsp", "module-device-restore", "module-equalizer-sink", "libcli", "module-console-kit", "module-role-cork", "module-role-ducking", "module-tunnel-sink", "module-udev-detect", "module-detect", "module-tunnel-source", "module-stream-restore", "libpulse-simple", "module-augment-properties", "module-rtp-send", "module-remap-source", "module-sine", "module-combine-sink", "module-intended-roles", "module-null-source", "libbluez5-util", "librtp", "module-bluetooth-discover", "module-bluetooth-policy", "module-echo-cancel", "module-virtual-source", "module-switch-on-connect", "libprotocol-simple", "module-alsa-card", "module-tunnel-sink-new", "module-allow-passthrough", "module-http-protocol-unix", "module-filter-apply", "libalsa-util", "module-cli-protocol-tcp", "module-simple-protocol-unix", "module-pipe-sink", "module-bluez5-discover", "module-native-protocol-unix", "module-rtp-recv", "module-alsa-sink", "module-default-device-restore", "module-virtual-surround-sink", "module-suspend-on-idle", "module-rygel-media-server", "module-always-source", "libpulse", "libraop", "module-dbus-protocol", "module-match", "module-alsa-source", "module-hal-detect", "module-tunnel-source-new", "module-volume-restore", "libprotocol-http", "module-switch-on-port-available", "module-ladspa-sink", "module-cli", "module-device-manager", "module-http-protocol-tcp", "libprotocol-native", "module-remap-sink"] - - [[PulseAudio_jll."15.0.1+0".sources]] - hash = "a570b592351586541daf27b5e4b82555d6ac46bb6920eb847bcf5818e92f4c1e" - url = "https://freedesktop.org/software/pulseaudio/releases/pulseaudio-15.0.tar.gz" - [[PulseAudio_jll."15.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d4808d4916dab74e6ec758d54e3bef9bbf699de7//P/PulseAudio/./bundled" - -[Pythia8_cxxwrap_jll."0.1.0+0"] -files = ["Pythia8-export.jl"] -libraries = ["libPythia8Wrap"] - - [[Pythia8_cxxwrap_jll."0.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Pythia8_cxxwrap_jll."0.1.0+0".sources]] - hash = "4a444abfaa940e2554971ed58961092aa03bbf4e" - repo = "https://github.com/peremato/Pythia8_cxxwrap.git" - -[Pythia8_cxxwrap_jll."0.2.0+0"] -files = ["Pythia8-export.jl"] -libraries = ["libPythia8Wrap"] - - [[Pythia8_cxxwrap_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Pythia8_cxxwrap_jll."0.2.0+0".sources]] - hash = "983d2e471276ffb793bed19b923e0769f6b43e06" - repo = "https://github.com/peremato/Pythia8_cxxwrap.git" - -[Pythia8_cxxwrap_jll."0.2.1+0"] -files = ["Pythia8-export.jl"] -libraries = ["libPythia8Wrap"] - - [[Pythia8_cxxwrap_jll."0.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Pythia8_cxxwrap_jll."0.2.1+0".sources]] - hash = "30b9f1e116ee6f73804c7304c1be665aade10f4f" - repo = "https://github.com/peremato/Pythia8_cxxwrap.git" - -[Pythia8_cxxwrap_jll."0.2.2+0"] -files = ["Pythia8-export.jl"] -libraries = ["libPythia8Wrap"] - - [[Pythia8_cxxwrap_jll."0.2.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Pythia8_cxxwrap_jll."0.2.2+0".sources]] - hash = "e12656061ab3c0e7127c9a9900603ba89fde0d8f" - repo = "https://github.com/peremato/Pythia8_cxxwrap.git" - -[Pythia8_cxxwrap_jll."0.3.0+0"] -files = ["Pythia8-export.jl"] -libraries = ["libPythia8Wrap"] - - [[Pythia8_cxxwrap_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Pythia8_cxxwrap_jll."0.3.0+0".sources]] - hash = "b2e52688415ffc1e1c28807e812b05ad73334868" - repo = "https://github.com/peremato/Pythia8_cxxwrap.git" - -[[Python_jll."3.8.1+0".sources]] -hash = "75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8" -url = "https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tar.xz" -[[Python_jll."3.8.1+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4dd0cddb9b3e416ccf19f8bebae353b89d9b0b17//P/Python/./bundled" - -[Python_jll."3.8.1+1"] -executables = ["python", "python3"] -libraries = ["libpython3", "libpython3.8"] - - [[Python_jll."3.8.1+1".sources]] - hash = "75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8" - url = "https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tar.xz" - [[Python_jll."3.8.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2b35a12cbddc2beeba95401f173f53d722bcb5a3//P/Python/./bundled" - -[Python_jll."3.8.1+2"] -executables = ["python", "python3"] -libraries = ["libpython3", "libpython3.8"] - - [[Python_jll."3.8.1+2".sources]] - hash = "75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8" - url = "https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tar.xz" - [[Python_jll."3.8.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2bf6cfca3bd71d53f47327da71732f410fc81810//P/Python/./bundled" - -[Python_jll."3.8.1+3"] -executables = ["python", "python3"] -libraries = ["libpython3", "libpython3.8"] - - [[Python_jll."3.8.1+3".sources]] - hash = "75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8" - url = "https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tar.xz" - [[Python_jll."3.8.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d7469d3816980bb7ffe6da9f823b93dc726d75f//P/Python/./bundled" - -[Python_jll."3.8.1+4"] -executables = ["python", "python3"] -libraries = ["libpython3", "libpython3.8"] - - [[Python_jll."3.8.1+4".sources]] - hash = "75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8" - url = "https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tar.xz" - [[Python_jll."3.8.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4c993c63866915f174a86cb2d8a6dbbe3c746462//P/Python/./bundled" - -[Python_jll."3.8.8+0"] -executables = ["python", "python3"] -libraries = ["libpython3", "libpython3.8"] - - [[Python_jll."3.8.8+0".sources]] - hash = "7c664249ff77e443d6ea0e4cf0e587eae918ca3c48d081d1915fe2a1f1bcc5cc" - url = "https://www.python.org/ftp/python/3.8.8/Python-3.8.8.tar.xz" - [[Python_jll."3.8.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/360423b215634786d5af25d81642c3caa0e02d25//P/Python/./bundled" - -[Python_jll."3.8.8+1"] -executables = ["python", "python3"] -libraries = ["libpython3", "libpython3.8"] - - [[Python_jll."3.8.8+1".sources]] - hash = "7c664249ff77e443d6ea0e4cf0e587eae918ca3c48d081d1915fe2a1f1bcc5cc" - url = "https://www.python.org/ftp/python/3.8.8/Python-3.8.8.tar.xz" - [[Python_jll."3.8.8+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ef248ba54c27ce271af1e8cfd1ca4a6afdd831f//P/Python/./bundled" - -[Python_jll."3.8.8+2"] -executables = ["python", "python3"] -libraries = ["libpython3", "libpython3.8"] - - [[Python_jll."3.8.8+2".sources]] - hash = "7c664249ff77e443d6ea0e4cf0e587eae918ca3c48d081d1915fe2a1f1bcc5cc" - url = "https://www.python.org/ftp/python/3.8.8/Python-3.8.8.tar.xz" - [[Python_jll."3.8.8+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/55b3249ae62aafb7d212f4e94da3df0c4f3c568a//P/Python/./bundled" - -[Python_jll."3.8.8+3"] -executables = ["python", "python3"] -libraries = ["libpython3", "libpython3.8"] - - [[Python_jll."3.8.8+3".sources]] - hash = "7c664249ff77e443d6ea0e4cf0e587eae918ca3c48d081d1915fe2a1f1bcc5cc" - url = "https://www.python.org/ftp/python/3.8.8/Python-3.8.8.tar.xz" - [[Python_jll."3.8.8+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bfc95b6f23c6f005cd92601cb0ceeb3002a52c3a//P/Python/./bundled" - -[Python_jll."3.10.7+0"] -executables = ["python", "python3"] -libraries = ["libpython3", "libpython3.8"] - - [[Python_jll."3.10.7+0".sources]] - hash = "6eed8415b7516fb2f260906db5d48dd4c06acc0cb24a7d6cc15296a604dcdc48" - url = "https://www.python.org/ftp/python/3.10.7/Python-3.10.7.tar.xz" - [[Python_jll."3.10.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/51a1e23b487b58633deeac9ecc36b36377b0063d//P/Python/./bundled" - -[Python_jll."3.10.8+0"] -executables = ["python3"] -libraries = ["libpython3"] - - [[Python_jll."3.10.8+0".sources]] - hash = "6a30ecde59c47048013eb5a658c9b5dec277203d2793667f578df7671f7f03f3" - url = "https://www.python.org/ftp/python/3.10.8/Python-3.10.8.tar.xz" - [[Python_jll."3.10.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6a875bb6bdfbd8c299118fec79f1ce0b85cc6b63//P/Python/./bundled" - -[Python_jll."3.10.8+1"] -executables = ["python3"] -libraries = ["libpython3"] - - [[Python_jll."3.10.8+1".sources]] - hash = "6a30ecde59c47048013eb5a658c9b5dec277203d2793667f578df7671f7f03f3" - url = "https://www.python.org/ftp/python/3.10.8/Python-3.10.8.tar.xz" - [[Python_jll."3.10.8+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/80dc3ae4b567eaf45ecd6297d751e2eceb65bc07//P/Python/./bundled" - -[Python_jll."3.10.13+0"] -executables = ["python3"] -libraries = ["libpython3"] - - [[Python_jll."3.10.13+0".sources]] - hash = "5c88848668640d3e152b35b4536ef1c23b2ca4bd2c957ef1ecbb053f571dd3f6" - url = "https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tar.xz" - [[Python_jll."3.10.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0c9b3673daf9f0b993fe7fc6c8f4320bc0572dd0//P/Python/./bundled" - -[Python_jll."3.10.14+0"] -executables = ["python3"] -libraries = ["libpython3"] - - [[Python_jll."3.10.14+0".sources]] - hash = "9c50481faa8c2832329ba0fc8868d0a606a680fc4f60ec48d26ce8e076751fda" - url = "https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tar.xz" - [[Python_jll."3.10.14+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2441fe407eec5818bb1765b892525034e2e335a6//P/Python/./bundled" - -[Python_jll."3.10.16+0"] -executables = ["python3"] -libraries = ["libpython3"] - - [[Python_jll."3.10.16+0".sources]] - hash = "bfb249609990220491a1b92850a07135ed0831e41738cf681d63cf01b2a8fbd1" - url = "https://www.python.org/ftp/python/3.10.16/Python-3.10.16.tar.xz" - [[Python_jll."3.10.16+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9b8c9263d66369185c0520cbadad0518faf66425//P/Python/./bundled" - -[Python_jll."3.11.12+0"] -executables = ["python3"] -libraries = ["libpython3"] - - [[Python_jll."3.11.12+0".sources]] - hash = "849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a09" - url = "https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tar.xz" - [[Python_jll."3.11.12+0".sources]] - hash = "4da8dde69eca0d9bc31420349a204851bfa2a1c87aeb87fe0c05517797edaac4" - url = "https://repo.anaconda.com/miniconda/Miniconda3-py311_24.3.0-0-Linux-x86_64.sh" - [[Python_jll."3.11.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ed87baae8f6b2f24ab3f74df00e68a84505c9f00//P/Python/./bundled" - -[QCDNUM_jll."17.1.83+0"] -libraries = ["libQCDNUM"] - - [[QCDNUM_jll."17.1.83+0".sources]] - hash = "ae1380d3bf8c8c13af4c1e9fe889213f0ef900a073e2d25229f6744ff040fa82" - url = "https://www.nikhef.nl/~h24/download/qcdnum170183.tar.gz" - [[QCDNUM_jll."17.1.83+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2ce546e474a100367d7bfe198926022ed34410be//Q/QCDNUM/./bundled" - -[QCDNUM_jll."18.0.0+0"] -libraries = ["libQCDNUM"] - - [[QCDNUM_jll."18.0.0+0".sources]] - hash = "376a2e6d56761c5356b4ff66cf1c47b48e1155efafc53813cc2e6f11747ca98e" - url = "https://www.nikhef.nl/~h24/download/qcdnum180000.tar.gz" - [[QCDNUM_jll."18.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c69dcf6dcb4a76ac79f955e9b51ec2d277f79270//Q/QCDNUM/./bundled" - -[QDLDL_jll."0.1.5+0"] -libraries = ["libqdldl"] - - [[QDLDL_jll."0.1.5+0".sources]] - hash = "2868b0e61b7424174e9adef3cb87478329f8ab2075211ef28fe477f29e0e5c99" - url = "https://github.com/osqp/qdldl/archive/refs/tags/v0.1.5.tar.gz" - -[QD_jll."2.3.22+0"] -libraries = ["libqd_f_main", "libqdmod", "libqd"] - - [[QD_jll."2.3.22+0".sources]] - hash = "30c1ffe46b95a0e9fa91085949ee5fca85f97ff7b41cd5fe79f79bab730206d3" - url = "https://www.davidhbailey.com/dhbsoftware/qd-2.3.22.tar.gz" - -[QD_jll."2.3.24+0"] -libraries = ["libqd_f_main", "libqdmod", "libqd"] - - [[QD_jll."2.3.24+0".sources]] - hash = "a47b6c73f86e6421e86a883568dd08e299b20e36c11a99bdfbe50e01bde60e38" - url = "https://www.davidhbailey.com/dhbsoftware/qd-2.3.24.tar.gz" - -[QOCO_jll."0.1.6+0"] -libraries = ["libqoco"] - - [[QOCO_jll."0.1.6+0".sources]] - hash = "df7192e38b09d5b952b2a15e071801354f7a5dfd" - repo = "https://github.com/qoco-org/qoco.git" - -[QPALM_jll."0.1.0+0"] -libraries = ["libladel", "libqpalm"] - - [[QPALM_jll."0.1.0+0".sources]] - hash = "370ccbeb33baaa566c3de2bde5a69944994593e2" - repo = "https://github.com/Benny44/QPALM_vLADEL.git" - [[QPALM_jll."0.1.0+0".sources]] - hash = "585b766da25e028f368e4d9039ef69e326baeb5b" - repo = "https://github.com/Benny44/LADEL.git" - [[QPALM_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1c93ce7251538101745b48a748762578e6d24c07//Q/QPALM/./bundled" - -[QPALM_jll."0.1.1+0"] -libraries = ["libladel", "libqpalm"] - - [[QPALM_jll."0.1.1+0".sources]] - hash = "370ccbeb33baaa566c3de2bde5a69944994593e2" - repo = "https://github.com/Benny44/QPALM_vLADEL.git" - [[QPALM_jll."0.1.1+0".sources]] - hash = "585b766da25e028f368e4d9039ef69e326baeb5b" - repo = "https://github.com/Benny44/LADEL.git" - [[QPALM_jll."0.1.1+0".sources]] - hash = "7b4424ce17ba232aa6e89648032c93572ca5a3e1" - repo = "https://github.com/kul-optec/QPALM.jl.git" - [[QPALM_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f22427cd3d9f158eb0f71a7678e6da9890f998fa//Q/QPALM/./bundled" - -[QPALM_jll."0.2.0+0"] -libraries = ["libladel", "libqpalm"] - - [[QPALM_jll."0.2.0+0".sources]] - hash = "e272603e833db9c6b6de0a7ca4630da2a7fd7268" - repo = "https://github.com/Benny44/QPALM_vLADEL.git" - [[QPALM_jll."0.2.0+0".sources]] - hash = "5af7a8d6a7ad76aeb00edf2f673fb3e6b703c5f2" - repo = "https://github.com/Benny44/LADEL.git" - [[QPALM_jll."0.2.0+0".sources]] - hash = "7b4424ce17ba232aa6e89648032c93572ca5a3e1" - repo = "https://github.com/kul-optec/QPALM.jl.git" - [[QPALM_jll."0.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6e646998857b6dbe7a5fe21bc9ecf62000076a12//Q/QPALM/./bundled" - -[QPALM_jll."0.3.0+0"] -libraries = ["libladel", "libqpalm"] - - [[QPALM_jll."0.3.0+0".sources]] - hash = "e272603e833db9c6b6de0a7ca4630da2a7fd7268" - repo = "https://github.com/Benny44/QPALM_vLADEL.git" - [[QPALM_jll."0.3.0+0".sources]] - hash = "5af7a8d6a7ad76aeb00edf2f673fb3e6b703c5f2" - repo = "https://github.com/Benny44/LADEL.git" - [[QPALM_jll."0.3.0+0".sources]] - hash = "7b4424ce17ba232aa6e89648032c93572ca5a3e1" - repo = "https://github.com/kul-optec/QPALM.jl.git" - -[QPALM_jll."1.0.0+0"] -libraries = ["libqpalm_jll"] - - [[QPALM_jll."1.0.0+0".sources]] - hash = "9bd94ef60ca5d82cd8d5f05ac7efd5a449e501c0" - repo = "https://github.com/kul-optec/QPALM.git" - [[QPALM_jll."1.0.0+0".sources]] - hash = "70ad69a621756e72b164dee302a826f9cc111c55" - repo = "https://github.com/kul-optec/LADEL.git" - -[QRupdate_ng_jll."1.1.5+0"] -libraries = ["libqrupdate"] - - [[QRupdate_ng_jll."1.1.5+0".sources]] - hash = "45e9ccac49c4c7d3211b7fc90671e5ab1fdb2c86" - repo = "https://github.com/mpimd-csc/qrupdate-ng.git" - [[QRupdate_ng_jll."1.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/127c1231fe1450c783c51499e9b457bf4658387d//Q/QRupdate_ng/./bundled" - -[QRupdate_ng_jll."1.1.5+1"] -libraries = ["libqrupdate"] - - [[QRupdate_ng_jll."1.1.5+1".sources]] - hash = "45e9ccac49c4c7d3211b7fc90671e5ab1fdb2c86" - repo = "https://github.com/mpimd-csc/qrupdate-ng.git" - -[Qdrant_jll."1.15.3+0"] -executables = ["qdrant"] - - [[Qdrant_jll."1.15.3+0".sources]] - hash = "9393a79ad9c2e1e07efa1612d091cc4812cdfebfda1a6186e6925ae7c0a9fe0e" - url = "https://github.com/qdrant/qdrant/releases/download/v1.15.3/qdrant-x86_64-unknown-linux-musl.tar.gz" - [[Qdrant_jll."1.15.3+0".sources]] - hash = "26d7b7fa397a8f936721038b99f6c6557ea7540768e902db97dfc6f83f72eb69" - url = "https://github.com/qdrant/qdrant/releases/download/v1.15.3/qdrant-x86_64-unknown-linux-gnu.tar.gz" - [[Qdrant_jll."1.15.3+0".sources]] - hash = "b9ac8d2989904c2b9d44ac396c64241d5b97733a32f23c5f52667cf4ef67b072" - url = "https://github.com/qdrant/qdrant/releases/download/v1.15.3/qdrant-aarch64-unknown-linux-musl.tar.gz" - [[Qdrant_jll."1.15.3+0".sources]] - hash = "9ddaa9dd670431b15a42f868582fffd1291f3898d28c9c7185c357e62f393e1b" - url = "https://github.com/qdrant/qdrant/releases/download/v1.15.3/qdrant-x86_64-apple-darwin.tar.gz" - [[Qdrant_jll."1.15.3+0".sources]] - hash = "c8404af1727aab1ccb0a7dd4c644091954d056ec4e4ec898987fc0647f5128c6" - url = "https://github.com/qdrant/qdrant/releases/download/v1.15.3/qdrant-aarch64-apple-darwin.tar.gz" - [[Qdrant_jll."1.15.3+0".sources]] - hash = "5049d33ed8f0640b3f80feea08c55fcb5cd155f75ed91c5e5e40b2e90570a62b" - url = "https://github.com/qdrant/qdrant/releases/download/v1.15.3/qdrant-x86_64-pc-windows-msvc.zip" - [[Qdrant_jll."1.15.3+0".sources]] - hash = "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4" - url = "https://raw.githubusercontent.com/qdrant/qdrant/refs/tags/v1.15.3/LICENSE" - -[Qemu_jll."4.1.0+0"] -libraries = ["x86_64-softmmu/qemu-system-x86_64"] - - [[Qemu_jll."4.1.0+0".sources]] - hash = "2ed3b3c2f2c79208b689673a257ab04a6aa984a3" - repo = "https://github.com/Keno/qemu.git" - -[Qemu_jll."4.1.0+1"] -executables = ["qemu-system-x86_64"] - - [[Qemu_jll."4.1.0+1".sources]] - hash = "bf5775237ee563b4baa1c7f3c1a65b7c93b93fca" - repo = "https://gitlab.com/virtio-fs/qemu.git" - [[Qemu_jll."4.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/adaaadd8030452ef91feee73de4fb624b323016d//Q/Qemu/./bundled" - -[Qemu_jll."6.2.0+0"] -executables = ["qemu-system-xtensaeb", "qemu-system-xtensa", "qemu-system-tricore", "qemu-system-sparc64", "qemu-system-sparc", "qemu-system-x86_64", "qemu-system-sh4eb", "qemu-system-s390x", "qemu-system-sh4", "qemu-system-rx", "qemu-system-riscv32", "qemu-system-riscv64", "qemu-system-ppc64", "qemu-system-ppc", "qemu-system-or1k", "qemu-system-nios2", "qemu-system-microblazeel", "qemu-system-microblaze", "qemu-system-m68k", "qemu-system-i386", "qemu-system-cris", "qemu-system-hppa", "qemu-system-avr", "qemu-system-arm", "qemu-system-alpha", "qemu-system-aarch64", "qemu-system-mips", "qemu-system-mipsel", "qemu-system-mips64el", "qemu-system-mips64"] - - [[Qemu_jll."6.2.0+0".build_dependencies]] - name = "Gettext_jll" - target = "target" - version = "*" - - [[Qemu_jll."6.2.0+0".sources]] - hash = "68e15d8e45ac56326e0b9a4afa8b49a3dfe8aba3488221d098c84698bca65b45" - url = "https://download.qemu.org/qemu-6.2.0.tar.xz" - [[Qemu_jll."6.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/79ff6a0523924da42ddb5565f76ad3b912204ae0//Q/Qemu/./bundled" - -[Qemu_jll."7.1.0+0"] -executables = ["qemu-system-aarch64", "qemu-system-alpha", "qemu-system-arm", "qemu-system-avr", "qemu-system-cris", "qemu-system-hppa", "qemu-system-i386", "qemu-system-m68k", "qemu-system-microblaze", "qemu-system-microblazeel", "qemu-system-mips", "qemu-system-mips64", "qemu-system-mips64el", "qemu-system-mipsel", "qemu-system-nios2", "qemu-system-or1k", "qemu-system-ppc", "qemu-system-ppc64", "qemu-system-riscv32", "qemu-system-riscv64", "qemu-system-rx", "qemu-system-s390x", "qemu-system-sh4", "qemu-system-sh4eb", "qemu-system-sparc", "qemu-system-sparc64", "qemu-system-tricore", "qemu-system-x86_64", "qemu-system-xtensa", "qemu-system-xtensaeb", "qemu-aarch64", "qemu-aarch64_be", "qemu-alpha", "qemu-arm", "qemu-armeb", "qemu-cris", "qemu-edid", "qemu-ga", "qemu-hexagon", "qemu-hppa", "qemu-i386", "qemu-img", "qemu-io", "qemu-m68k", "qemu-microblaze", "qemu-microblazeel", "qemu-mips", "qemu-mips64", "qemu-mips64el", "qemu-mipsel", "qemu-mipsn32", "qemu-mipsn32el", "qemu-nbd", "qemu-nios2", "qemu-or1k", "qemu-ppc", "qemu-ppc64", "qemu-ppc64le", "qemu-riscv32", "qemu-riscv64", "qemu-s390x", "qemu-sh4", "qemu-sh4eb", "qemu-sparc", "qemu-sparc32plus", "qemu-sparc64", "qemu-x86_64", "qemu-xtensa", "qemu-xtensaeb"] - - [[Qemu_jll."7.1.0+0".build_dependencies]] - name = "Gettext_jll" - target = "target" - version = "*" - [[Qemu_jll."7.1.0+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[Qemu_jll."7.1.0+0".sources]] - hash = "a0634e536bded57cf38ec8a751adb124b89c776fe0846f21ab6c6728f1cbbbe6" - url = "https://download.qemu.org/qemu-7.1.0.tar.xz" - [[Qemu_jll."7.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/efc42abaecc9e920cc52329e58d7f639e6fad66c//Q/Qemu/./bundled" - -[Qemu_jll."7.2.9+0"] -executables = ["qemu-system-aarch64", "qemu-system-alpha", "qemu-system-arm", "qemu-system-avr", "qemu-system-cris", "qemu-system-hppa", "qemu-system-i386", "qemu-system-m68k", "qemu-system-microblaze", "qemu-system-microblazeel", "qemu-system-mips", "qemu-system-mips64", "qemu-system-mips64el", "qemu-system-mipsel", "qemu-system-nios2", "qemu-system-or1k", "qemu-system-ppc", "qemu-system-ppc64", "qemu-system-riscv32", "qemu-system-riscv64", "qemu-system-rx", "qemu-system-s390x", "qemu-system-sh4", "qemu-system-sh4eb", "qemu-system-sparc", "qemu-system-sparc64", "qemu-system-tricore", "qemu-system-x86_64", "qemu-system-xtensa", "qemu-system-xtensaeb", "qemu-aarch64", "qemu-aarch64_be", "qemu-alpha", "qemu-arm", "qemu-armeb", "qemu-cris", "qemu-edid", "qemu-ga", "qemu-hexagon", "qemu-hppa", "qemu-i386", "qemu-img", "qemu-io", "qemu-m68k", "qemu-microblaze", "qemu-microblazeel", "qemu-mips", "qemu-mips64", "qemu-mips64el", "qemu-mipsel", "qemu-mipsn32", "qemu-mipsn32el", "qemu-nbd", "qemu-nios2", "qemu-or1k", "qemu-ppc", "qemu-ppc64", "qemu-ppc64le", "qemu-riscv32", "qemu-riscv64", "qemu-s390x", "qemu-sh4", "qemu-sh4eb", "qemu-sparc", "qemu-sparc32plus", "qemu-sparc64", "qemu-x86_64", "qemu-xtensa", "qemu-xtensaeb"] - - [[Qemu_jll."7.2.9+0".build_dependencies]] - name = "Gettext_jll" - target = "target" - version = "*" - - [[Qemu_jll."7.2.9+0".sources]] - hash = "73f6583d68cc5af36ebc95feabc9df53098ccdce4278084cce2938babf28ab4a" - url = "https://download.qemu.org/qemu-7.2.9.tar.xz" - [[Qemu_jll."7.2.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/58340ce2d035cca6243560685768d469df64ab24//Q/Qemu/./bundled" - -[Qemu_static_jll."7.1.0+0"] -executables = ["qemu-aarch64", "qemu-arm", "qemu-i386", "qemu-ppc64le", "qemu-x86_64"] - - [[Qemu_static_jll."7.1.0+0".build_dependencies]] - name = "Glib_jll" - target = "target" - version = "*" - [[Qemu_static_jll."7.1.0+0".build_dependencies]] - name = "PCRE2_jll" - target = "target" - version = "*" - [[Qemu_static_jll."7.1.0+0".build_dependencies]] - name = "Libiconv_jll" - target = "target" - version = "*" - [[Qemu_static_jll."7.1.0+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[Qemu_static_jll."7.1.0+0".sources]] - hash = "a0634e536bded57cf38ec8a751adb124b89c776fe0846f21ab6c6728f1cbbbe6" - url = "https://download.qemu.org/qemu-7.1.0.tar.xz" - [[Qemu_static_jll."7.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7b7ad2583ef6471275dc53b1cf72e8a9d5b4879d//Q/Qemu_static/./bundled" - -[Qemu_static_jll."7.1.0+1"] -executables = ["qemu-aarch64", "qemu-arm", "qemu-i386", "qemu-ppc64le", "qemu-x86_64"] - - [[Qemu_static_jll."7.1.0+1".build_dependencies]] - name = "Glib_jll" - target = "target" - version = "*" - [[Qemu_static_jll."7.1.0+1".build_dependencies]] - name = "PCRE2_jll" - target = "target" - version = "*" - [[Qemu_static_jll."7.1.0+1".build_dependencies]] - name = "Libiconv_jll" - target = "target" - version = "*" - [[Qemu_static_jll."7.1.0+1".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[Qemu_static_jll."7.1.0+1".sources]] - hash = "a0634e536bded57cf38ec8a751adb124b89c776fe0846f21ab6c6728f1cbbbe6" - url = "https://download.qemu.org/qemu-7.1.0.tar.xz" - [[Qemu_static_jll."7.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/35fed51bfddde9f263dde3e2a0237e188e4f326d//Q/Qemu_static/./bundled" - -[Qemu_static_jll."7.2.9+0"] -executables = ["qemu-aarch64", "qemu-arm", "qemu-i386", "qemu-ppc64le", "qemu-x86_64"] - - [[Qemu_static_jll."7.2.9+0".build_dependencies]] - name = "Glib_jll" - target = "target" - version = "*" - [[Qemu_static_jll."7.2.9+0".build_dependencies]] - name = "PCRE2_jll" - target = "target" - version = "*" - [[Qemu_static_jll."7.2.9+0".build_dependencies]] - name = "Libiconv_jll" - target = "target" - version = "*" - [[Qemu_static_jll."7.2.9+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[Qemu_static_jll."7.2.9+0".sources]] - hash = "73f6583d68cc5af36ebc95feabc9df53098ccdce4278084cce2938babf28ab4a" - url = "https://download.qemu.org/qemu-7.2.9.tar.xz" - [[Qemu_static_jll."7.2.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/637338dcf2ee25a05d7e06f6984f763e5e060412//Q/Qemu_static/./bundled" - -[QhullMiniWrapper_jll."1.0.0+0"] -libraries = ["qhullwrapper"] - - [[QhullMiniWrapper_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/88c156722af9f635c2c52be89b3610ed4f86f7f5//Q/QhullMiniWrapper/./Wrapper" - -[QhullMiniWrapper_jll."1.0.0+1"] -libraries = ["qhullwrapper"] - - [[QhullMiniWrapper_jll."1.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1dd9453be12d0072fb008e8b4750cc27f9230de0//Q/QhullMiniWrapper/./Wrapper" - -[Qhull_jll."8.0.2+0"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."8.0.2+0".sources]] - hash = "59356b229b768e6e2b09a701448bfa222c37b797a84f87f864f97462d8dbc7c5" - url = "https://github.com/qhull/qhull/archive/2020.2.tar.gz" - -[Qhull_jll."8.0.999+0"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."8.0.999+0".sources]] - hash = "a22c735d6a8d1b5eac5773790aeae28f3b088655" - repo = "https://github.com/qhull/qhull.git" - -[Qhull_jll."8.0.1000+0"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."8.0.1000+0".sources]] - hash = "42b11489c2f93d4648b2e839acf80be11178bbfd" - repo = "https://github.com/qhull/qhull.git" - -[Qhull_jll."8.0.1001+0"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."8.0.1001+0".sources]] - hash = "0c8fc90d2037588024d9964515c1e684f6007ecc" - repo = "https://github.com/qhull/qhull.git" - -[Qhull_jll."8.0.1003+0"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."8.0.1003+0".sources]] - hash = "c2ef2209c28dc61ccfd22514971236587e820121" - repo = "https://github.com/qhull/qhull.git" - -[Qhull_jll."8.0.1003+1"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."8.0.1003+1".sources]] - hash = "c2ef2209c28dc61ccfd22514971236587e820121" - repo = "https://github.com/qhull/qhull.git" - -[Qhull_jll."8.0.1004+0"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."8.0.1004+0".sources]] - hash = "b6f24606dc202f15791ef8c2d940e9a5d43c19cf" - repo = "https://github.com/qhull/qhull.git" - -[Qhull_jll."2019.1.0+0"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."2019.1.0+0".sources]] - hash = "cf7235b76244595a86b9407b906e3259502b744528318f2178155e5899d6cf9f" - url = "https://github.com/qhull/qhull/archive/2019.1.tar.gz" - -[Qhull_jll."2019.1.0+1"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."2019.1.0+1".sources]] - hash = "cf7235b76244595a86b9407b906e3259502b744528318f2178155e5899d6cf9f" - url = "https://github.com/qhull/qhull/archive/2019.1.tar.gz" - -[Qhull_jll."2019.1.0+2"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r", "libqhull", "qhull"] - - [[Qhull_jll."2019.1.0+2".sources]] - hash = "cf7235b76244595a86b9407b906e3259502b744528318f2178155e5899d6cf9f" - url = "https://github.com/qhull/qhull/archive/2019.1.tar.gz" - -[Qhull_jll."2019.1.0+4"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r", "libqhull", "qhull"] - - [[Qhull_jll."2019.1.0+4".sources]] - hash = "cf7235b76244595a86b9407b906e3259502b744528318f2178155e5899d6cf9f" - url = "https://github.com/qhull/qhull/archive/2019.1.tar.gz" - -[Qhull_jll."2020.2.0+0"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."2020.2.0+0".sources]] - hash = "59356b229b768e6e2b09a701448bfa222c37b797a84f87f864f97462d8dbc7c5" - url = "https://github.com/qhull/qhull/archive/2020.2.tar.gz" - -[Qhull_jll."10008.0.1004+0"] -executables = ["qhull", "rbox", "qconvex", "qdelaunay", "qvoronoi", "qhalf"] -files = ["include/libqhull_r/geom_r.h", "include/libqhull_r/io_r.h", "include/libqhull_r/libqhull_r.h", "include/libqhull_r/mem_r.h", "include/libqhull_r/merge_r.h", "include/libqhull_r/poly_r.h", "include/libqhull_r/qhull_ra.h", "include/libqhull_r/qset_r.h", "include/libqhull_r/random_r.h", "include/libqhull_r/stat_r.h", "include/libqhull_r/user_r.h"] -libraries = ["libqhull_r", "qhull_r"] - - [[Qhull_jll."10008.0.1004+0".sources]] - hash = "b6f24606dc202f15791ef8c2d940e9a5d43c19cf" - repo = "https://github.com/qhull/qhull.git" - -[QpidProton_jll."0.40.0+0"] -libraries = ["libqpid-proton", "libqpid-proton-core"] - - [[QpidProton_jll."0.40.0+0".sources]] - hash = "0acb39e92d947e30175de0969a5b2e479e2983bc3e3d69c835ee5174610e9636" - url = "https://downloads.apache.org/qpid/proton/0.40.0/qpid-proton-0.40.0.tar.gz" - -[Qt5Base_jll."5.15.2+0"] -libraries = ["Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml"] - - [[Qt5Base_jll."5.15.2+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt5Base_jll."5.15.2+0".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - - [[Qt5Base_jll."5.15.2+0".sources]] - hash = "909fad2591ee367993a75d7e2ea50ad4db332f05e1c38dd7a5a274e156a4e0f8" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qtbase-everywhere-src-5.15.2.tar.xz" - [[Qt5Base_jll."5.15.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt5Base_jll."5.15.3+0"] -libraries = ["Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml"] - - [[Qt5Base_jll."5.15.3+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt5Base_jll."5.15.3+0".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - - [[Qt5Base_jll."5.15.3+0".sources]] - hash = "909fad2591ee367993a75d7e2ea50ad4db332f05e1c38dd7a5a274e156a4e0f8" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qtbase-everywhere-src-5.15.2.tar.xz" - [[Qt5Base_jll."5.15.3+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt5Base_jll."5.15.3+1"] -libraries = ["Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml"] - - [[Qt5Base_jll."5.15.3+1".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt5Base_jll."5.15.3+1".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - - [[Qt5Base_jll."5.15.3+1".sources]] - hash = "26394ec9375d52c1592bd7b689b1619c6b8dbe9b6f91fdd5c355589787f3a0b6" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.3/submodules/qtbase-everywhere-opensource-src-5.15.3.tar.xz" - [[Qt5Base_jll."5.15.3+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Qt5Base_jll."5.15.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9a52b5c4b8b111e0a842820067eecc4830d12174//Q/Qt5Base/./bundled" - -[Qt5Base_jll."5.15.3+2"] -libraries = ["Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml"] - - [[Qt5Base_jll."5.15.3+2".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt5Base_jll."5.15.3+2".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - [[Qt5Base_jll."5.15.3+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[Qt5Base_jll."5.15.3+2".sources]] - hash = "26394ec9375d52c1592bd7b689b1619c6b8dbe9b6f91fdd5c355589787f3a0b6" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.3/submodules/qtbase-everywhere-opensource-src-5.15.3.tar.xz" - [[Qt5Base_jll."5.15.3+2".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Qt5Base_jll."5.15.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/97069d4939633a947cc99ae786d7b8a97cb43b30//Q/Qt5Base/./bundled" - -[Qt5Charts_jll."5.15.2+0"] -files = ["qml/QtCharts"] -libraries = ["Qt5Charts", "libQt5Charts", "QtCharts"] - - [[Qt5Charts_jll."5.15.2+0".sources]] - hash = "e0750e4195bd8a8b9758ab4d98d437edbe273cd3d289dd6a8f325df6d13f3d11" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qtcharts-everywhere-src-5.15.2.tar.xz" - -[Qt5Declarative_jll."5.15.2+0"] -libraries = ["Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets"] - - [[Qt5Declarative_jll."5.15.2+0".sources]] - hash = "c600d09716940f75d684f61c5bdaced797f623a86db1627da599027f6c635651" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qtdeclarative-everywhere-src-5.15.2.tar.xz" - -[Qt5Declarative_jll."5.15.3+0"] -libraries = ["Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets"] - - [[Qt5Declarative_jll."5.15.3+0".sources]] - hash = "33f15a5caa451bddf8298466442ccf7ca65e4cf90453928ddbb95216c4374062" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.3/submodules/qtdeclarative-everywhere-opensource-src-5.15.3.tar.xz" - -[Qt5QuickControls2_jll."5.15.2+0"] -files = ["qml/QtQuick/Controls.2"] -libraries = ["Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2"] - - [[Qt5QuickControls2_jll."5.15.2+0".sources]] - hash = "671b6ce5f4b8ecc94db622d5d5fb29ef4ff92819be08e5ea55bfcab579de8919" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qtquickcontrols2-everywhere-src-5.15.2.tar.xz" - -[Qt5QuickControls2_jll."5.15.3+0"] -files = ["qml/QtQuick/Controls.2"] -libraries = ["Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2"] - - [[Qt5QuickControls2_jll."5.15.3+0".sources]] - hash = "3b95e9be58c3d918f4c4a805116459a403ae6c61e33edf71b319672c46af562f" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.3/submodules/qtquickcontrols2-everywhere-opensource-src-5.15.3.tar.xz" - -[Qt5QuickControls_jll."5.15.2+0"] -files = ["qml/QtQuick/Controls"] - - [[Qt5QuickControls_jll."5.15.2+0".sources]] - hash = "c393fb7384b1f047f10e91a6832cf3e6a4c2a41408b8cb2d05af2283e8549fb5" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qtquickcontrols-everywhere-src-5.15.2.tar.xz" - -[Qt5QuickControls_jll."5.15.3+0"] -files = ["qml/QtQuick/Controls"] - - [[Qt5QuickControls_jll."5.15.3+0".sources]] - hash = "4034afce2e8afde4c4cb5e3be3ce240d00647fa0d292f4cd1ac4454ce40230f0" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.3/submodules/qtquickcontrols-everywhere-opensource-src-5.15.3.tar.xz" - -[Qt5Svg_jll."5.15.2+0"] -libraries = ["Qt5Svg", "libQt5Svg", "QtSvg"] - - [[Qt5Svg_jll."5.15.2+0".sources]] - hash = "8bc3c2c1bc2671e9c67d4205589a8309b57903721ad14c60ea21a5d06acb585e" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qtsvg-everywhere-src-5.15.2.tar.xz" - -[Qt5Svg_jll."5.15.3+0"] -libraries = ["Qt5Svg", "libQt5Svg", "QtSvg"] - - [[Qt5Svg_jll."5.15.3+0".sources]] - hash = "3adc41dfcc67bbe3b8ff553bdac30ee75e270745536a58e54cdb741fa0505d89" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.3/submodules/qtsvg-everywhere-opensource-src-5.15.3.tar.xz" - -[Qt5Tools_jll."5.15.2+0"] -executables = ["qdbus", "qtdiag", "qtpaths", "qtplugininfo"] - - [[Qt5Tools_jll."5.15.2+0".sources]] - hash = "c189d0ce1ff7c739db9a3ace52ac3e24cb8fd6dbf234e49f075249b38f43c1cc" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qttools-everywhere-src-5.15.2.tar.xz" - -[Qt6Positioning_jll."6.5.2+0"] -libraries = ["QtPositioning", "QtPositioningQuick", "Qt6Positioning", "libQt6Positioning", "Qt6PositioningQuick", "libQt6PositioningQuick"] - - [[Qt6Positioning_jll."6.5.2+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[Qt6Positioning_jll."6.5.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - [[Qt6Positioning_jll."6.5.2+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[Qt6Positioning_jll."6.5.2+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - - [[Qt6Positioning_jll."6.5.2+0".sources]] - hash = "70493f03748d1c5b1577e4c011c0af9bcaffcdc6c5e519362605b01f917614fa" - url = "https://download.qt.io/official_releases/qt/6.5/6.5.2/submodules/qtpositioning-everywhere-src-6.5.2.tar.xz" - [[Qt6Positioning_jll."6.5.2+0".sources]] - hash = "9b86eab03176c56bb526de30daa50fa819937c54b280364784ce431885341bf6" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.0-11.1/MacOSX11.1.sdk.tar.xz" - [[Qt6Positioning_jll."6.5.2+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[Qt6Positioning_jll."6.7.1+0"] -libraries = ["QtPositioning", "QtPositioningQuick", "Qt6Positioning", "libQt6Positioning", "Qt6PositioningQuick", "libQt6PositioningQuick"] - - [[Qt6Positioning_jll."6.7.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[Qt6Positioning_jll."6.7.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "16.0.6" - [[Qt6Positioning_jll."6.7.1+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[Qt6Positioning_jll."6.7.1+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - - [[Qt6Positioning_jll."6.7.1+0".sources]] - hash = "5c2b0d46b8d35126e97c8efe22264b2de7ac1273a5ec38a0314731bb02804f53" - url = "https://download.qt.io/official_releases/qt/6.7/6.7.1/submodules/qtpositioning-everywhere-src-6.7.1.tar.xz" - [[Qt6Positioning_jll."6.7.1+0".sources]] - hash = "e5d0f958a079106234b3a840f93653308a76d3dcea02d3aa8f2841f8df33050c" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/13.3/MacOSX13.3.sdk.tar.xz" - [[Qt6Positioning_jll."6.7.1+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[Qt6WebChannel_jll."6.5.2+0"] -libraries = ["QtWebChannel", "Qt6WebChannel", "libQt6WebChannel"] - - [[Qt6WebChannel_jll."6.5.2+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[Qt6WebChannel_jll."6.5.2+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - - [[Qt6WebChannel_jll."6.5.2+0".sources]] - hash = "c188d9fa6e535b850b574fa9e47c6089555b8df1fe041dcb13aeeca336b78e63" - url = "https://download.qt.io/official_releases/qt/6.5/6.5.2/submodules/qtwebchannel-everywhere-src-6.5.2.tar.xz" - [[Qt6WebChannel_jll."6.5.2+0".sources]] - hash = "9b86eab03176c56bb526de30daa50fa819937c54b280364784ce431885341bf6" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.0-11.1/MacOSX11.1.sdk.tar.xz" - [[Qt6WebChannel_jll."6.5.2+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[Qt6WebSockets_jll."6.5.2+0"] -libraries = ["QtWebSockets", "Qt6WebSockets", "libQt6WebSockets"] - - [[Qt6WebSockets_jll."6.5.2+0".build_dependencies]] - name = "Qt6Base_jll" - target = "host" - version = "*" - [[Qt6WebSockets_jll."6.5.2+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - - [[Qt6WebSockets_jll."6.5.2+0".sources]] - hash = "204bd7b0dffb54c934abc6cf0eb5e3016f11b3c9721a67b4875a6b21bb8b5c76" - url = "https://download.qt.io/official_releases/qt/6.5/6.5.2/submodules/qtwebsockets-everywhere-src-6.5.2.tar.xz" - [[Qt6WebSockets_jll."6.5.2+0".sources]] - hash = "9b86eab03176c56bb526de30daa50fa819937c54b280364784ce431885341bf6" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.0-11.1/MacOSX11.1.sdk.tar.xz" - [[Qt6WebSockets_jll."6.5.2+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[Qt_jll."5.15.0+0"] -libraries = ["Qt5Core", "libQt5Core", "QtCore", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5Svg", "libQt5Svg", "QtSvg", "Qt5Widgets", "libQt5Widgets", "QtWidgets"] - - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Xorg_libXext_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Xorg_libxcb_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Xorg_xcb_util_wm_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Xorg_xcb_util_image_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Xorg_xcb_util_keysyms_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Xorg_xcb_util_renderutil_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "xkbcommon_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Fontconfig_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+0".build_dependencies]] - name = "Glib_jll" - target = "target" - version = "*" - - [[Qt_jll."5.15.0+0".sources]] - hash = "22b63d7a7a45183865cc4141124f12b673e7a17b1fe2b91e433f6547c5d548c3" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.0/single/qt-everywhere-src-5.15.0.tar.xz" - [[Qt_jll."5.15.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt_jll."5.15.0+1"] -libraries = ["Qt53DAnimation", "libQt53DAnimation", "Qt3DAnimation", "Qt53DCore", "libQt53DCore", "Qt3DCore", "Qt53DExtras", "libQt53DExtras", "Qt3DExtras", "Qt53DInput", "libQt53DInput", "Qt3DInput", "Qt53DLogic", "libQt53DLogic", "Qt3DLogic", "Qt53DQuick", "libQt53DQuick", "Qt3DQuick", "Qt53DQuickAnimation", "libQt53DQuickAnimation", "Qt3DQuickAnimation", "Qt53DQuickExtras", "libQt53DQuickExtras", "Qt3DQuickExtras", "Qt53DQuickInput", "libQt53DQuickInput", "Qt3DQuickInput", "Qt53DQuickRender", "libQt53DQuickRender", "Qt3DQuickRender", "Qt53DQuickScene2D", "libQt53DQuickScene2D", "Qt3DQuickScene2D", "Qt53DRender", "libQt53DRender", "Qt3DRender", "Qt5Bodymovin", "libQt5Bodymovin", "QtBodymovin", "Qt5Charts", "libQt5Charts", "QtCharts", "Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Multimedia", "libQt5Multimedia", "QtMultimedia", "Qt5MultimediaQuick", "libQt5MultimediaQuick", "QtMultimediaQuick", "Qt5MultimediaWidgets", "libQt5MultimediaWidgets", "QtMultimediaWidgets", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5Quick3D", "libQt5Quick3D", "QtQuick3D", "Qt5Quick3DAssetImport", "libQt5Quick3DAssetImport", "QtQuick3DAssetImport", "Qt5Quick3DRender", "libQt5Quick3DRender", "QtQuick3DRender", "Qt5Quick3DRuntimeRender", "libQt5Quick3DRuntimeRender", "QtQuick3DRuntimeRender", "Qt5Quick3DUtils", "libQt5Quick3DUtils", "QtQuick3DUtils", "Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Svg", "libQt5Svg", "QtSvg", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml", "Qt5XmlPatterns", "libQt5XmlPatterns", "QtXmlPatterns"] - - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Xorg_libXext_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Xorg_libxcb_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Xorg_xcb_util_wm_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Xorg_xcb_util_image_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Xorg_xcb_util_keysyms_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Xorg_xcb_util_renderutil_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "xkbcommon_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+1".build_dependencies]] - name = "Glib_jll" - target = "target" - version = "*" - - [[Qt_jll."5.15.0+1".sources]] - hash = "22b63d7a7a45183865cc4141124f12b673e7a17b1fe2b91e433f6547c5d548c3" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.0/single/qt-everywhere-src-5.15.0.tar.xz" - [[Qt_jll."5.15.0+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt_jll."5.15.0+2"] -libraries = ["Qt53DAnimation", "libQt53DAnimation", "Qt3DAnimation", "Qt53DCore", "libQt53DCore", "Qt3DCore", "Qt53DExtras", "libQt53DExtras", "Qt3DExtras", "Qt53DInput", "libQt53DInput", "Qt3DInput", "Qt53DLogic", "libQt53DLogic", "Qt3DLogic", "Qt53DQuick", "libQt53DQuick", "Qt3DQuick", "Qt53DQuickAnimation", "libQt53DQuickAnimation", "Qt3DQuickAnimation", "Qt53DQuickExtras", "libQt53DQuickExtras", "Qt3DQuickExtras", "Qt53DQuickInput", "libQt53DQuickInput", "Qt3DQuickInput", "Qt53DQuickRender", "libQt53DQuickRender", "Qt3DQuickRender", "Qt53DQuickScene2D", "libQt53DQuickScene2D", "Qt3DQuickScene2D", "Qt53DRender", "libQt53DRender", "Qt3DRender", "Qt5Bodymovin", "libQt5Bodymovin", "QtBodymovin", "Qt5Charts", "libQt5Charts", "QtCharts", "Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Multimedia", "libQt5Multimedia", "QtMultimedia", "Qt5MultimediaQuick", "libQt5MultimediaQuick", "QtMultimediaQuick", "Qt5MultimediaWidgets", "libQt5MultimediaWidgets", "QtMultimediaWidgets", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5Quick3D", "libQt5Quick3D", "QtQuick3D", "Qt5Quick3DAssetImport", "libQt5Quick3DAssetImport", "QtQuick3DAssetImport", "Qt5Quick3DRender", "libQt5Quick3DRender", "QtQuick3DRender", "Qt5Quick3DRuntimeRender", "libQt5Quick3DRuntimeRender", "QtQuick3DRuntimeRender", "Qt5Quick3DUtils", "libQt5Quick3DUtils", "QtQuick3DUtils", "Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Svg", "libQt5Svg", "QtSvg", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml", "Qt5XmlPatterns", "libQt5XmlPatterns", "QtXmlPatterns"] - - [[Qt_jll."5.15.0+2".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+2".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+2".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - - [[Qt_jll."5.15.0+2".sources]] - hash = "22b63d7a7a45183865cc4141124f12b673e7a17b1fe2b91e433f6547c5d548c3" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.0/single/qt-everywhere-src-5.15.0.tar.xz" - [[Qt_jll."5.15.0+2".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt_jll."5.15.0+3"] -libraries = ["Qt53DAnimation", "libQt53DAnimation", "Qt3DAnimation", "Qt53DCore", "libQt53DCore", "Qt3DCore", "Qt53DExtras", "libQt53DExtras", "Qt3DExtras", "Qt53DInput", "libQt53DInput", "Qt3DInput", "Qt53DLogic", "libQt53DLogic", "Qt3DLogic", "Qt53DQuick", "libQt53DQuick", "Qt3DQuick", "Qt53DQuickAnimation", "libQt53DQuickAnimation", "Qt3DQuickAnimation", "Qt53DQuickExtras", "libQt53DQuickExtras", "Qt3DQuickExtras", "Qt53DQuickInput", "libQt53DQuickInput", "Qt3DQuickInput", "Qt53DQuickRender", "libQt53DQuickRender", "Qt3DQuickRender", "Qt53DQuickScene2D", "libQt53DQuickScene2D", "Qt3DQuickScene2D", "Qt53DRender", "libQt53DRender", "Qt3DRender", "Qt5Bodymovin", "libQt5Bodymovin", "QtBodymovin", "Qt5Charts", "libQt5Charts", "QtCharts", "Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Multimedia", "libQt5Multimedia", "QtMultimedia", "Qt5MultimediaQuick", "libQt5MultimediaQuick", "QtMultimediaQuick", "Qt5MultimediaWidgets", "libQt5MultimediaWidgets", "QtMultimediaWidgets", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5Quick3D", "libQt5Quick3D", "QtQuick3D", "Qt5Quick3DAssetImport", "libQt5Quick3DAssetImport", "QtQuick3DAssetImport", "Qt5Quick3DRender", "libQt5Quick3DRender", "QtQuick3DRender", "Qt5Quick3DRuntimeRender", "libQt5Quick3DRuntimeRender", "QtQuick3DRuntimeRender", "Qt5Quick3DUtils", "libQt5Quick3DUtils", "QtQuick3DUtils", "Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Svg", "libQt5Svg", "QtSvg", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml", "Qt5XmlPatterns", "libQt5XmlPatterns", "QtXmlPatterns"] - - [[Qt_jll."5.15.0+3".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+3".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.0+3".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - - [[Qt_jll."5.15.0+3".sources]] - hash = "22b63d7a7a45183865cc4141124f12b673e7a17b1fe2b91e433f6547c5d548c3" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.0/single/qt-everywhere-src-5.15.0.tar.xz" - [[Qt_jll."5.15.0+3".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt_jll."5.15.1+0"] -libraries = ["Qt53DAnimation", "libQt53DAnimation", "Qt3DAnimation", "Qt53DCore", "libQt53DCore", "Qt3DCore", "Qt53DExtras", "libQt53DExtras", "Qt3DExtras", "Qt53DInput", "libQt53DInput", "Qt3DInput", "Qt53DLogic", "libQt53DLogic", "Qt3DLogic", "Qt53DQuick", "libQt53DQuick", "Qt3DQuick", "Qt53DQuickAnimation", "libQt53DQuickAnimation", "Qt3DQuickAnimation", "Qt53DQuickExtras", "libQt53DQuickExtras", "Qt3DQuickExtras", "Qt53DQuickInput", "libQt53DQuickInput", "Qt3DQuickInput", "Qt53DQuickRender", "libQt53DQuickRender", "Qt3DQuickRender", "Qt53DQuickScene2D", "libQt53DQuickScene2D", "Qt3DQuickScene2D", "Qt53DRender", "libQt53DRender", "Qt3DRender", "Qt5Bodymovin", "libQt5Bodymovin", "QtBodymovin", "Qt5Charts", "libQt5Charts", "QtCharts", "Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Multimedia", "libQt5Multimedia", "QtMultimedia", "Qt5MultimediaQuick", "libQt5MultimediaQuick", "QtMultimediaQuick", "Qt5MultimediaWidgets", "libQt5MultimediaWidgets", "QtMultimediaWidgets", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5Quick3D", "libQt5Quick3D", "QtQuick3D", "Qt5Quick3DAssetImport", "libQt5Quick3DAssetImport", "QtQuick3DAssetImport", "Qt5Quick3DRender", "libQt5Quick3DRender", "QtQuick3DRender", "Qt5Quick3DRuntimeRender", "libQt5Quick3DRuntimeRender", "QtQuick3DRuntimeRender", "Qt5Quick3DUtils", "libQt5Quick3DUtils", "QtQuick3DUtils", "Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Svg", "libQt5Svg", "QtSvg", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml", "Qt5XmlPatterns", "libQt5XmlPatterns", "QtXmlPatterns"] - - [[Qt_jll."5.15.1+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.1+0".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.1+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - - [[Qt_jll."5.15.1+0".sources]] - hash = "44da876057e21e1be42de31facd99be7d5f9f07893e1ea762359bcee0ef64ee9" - url = "https://download.qt.io/official_releases/qt/515/5.15.1/single/qt-everywhere-src-5.15.1.tar.xz" - [[Qt_jll."5.15.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt_jll."5.15.2+0"] -libraries = ["Qt53DAnimation", "libQt53DAnimation", "Qt3DAnimation", "Qt53DCore", "libQt53DCore", "Qt3DCore", "Qt53DExtras", "libQt53DExtras", "Qt3DExtras", "Qt53DInput", "libQt53DInput", "Qt3DInput", "Qt53DLogic", "libQt53DLogic", "Qt3DLogic", "Qt53DQuick", "libQt53DQuick", "Qt3DQuick", "Qt53DQuickAnimation", "libQt53DQuickAnimation", "Qt3DQuickAnimation", "Qt53DQuickExtras", "libQt53DQuickExtras", "Qt3DQuickExtras", "Qt53DQuickInput", "libQt53DQuickInput", "Qt3DQuickInput", "Qt53DQuickRender", "libQt53DQuickRender", "Qt3DQuickRender", "Qt53DQuickScene2D", "libQt53DQuickScene2D", "Qt3DQuickScene2D", "Qt53DRender", "libQt53DRender", "Qt3DRender", "Qt5Bodymovin", "libQt5Bodymovin", "QtBodymovin", "Qt5Charts", "libQt5Charts", "QtCharts", "Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Multimedia", "libQt5Multimedia", "QtMultimedia", "Qt5MultimediaQuick", "libQt5MultimediaQuick", "QtMultimediaQuick", "Qt5MultimediaWidgets", "libQt5MultimediaWidgets", "QtMultimediaWidgets", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5Quick3D", "libQt5Quick3D", "QtQuick3D", "Qt5Quick3DAssetImport", "libQt5Quick3DAssetImport", "QtQuick3DAssetImport", "Qt5Quick3DRender", "libQt5Quick3DRender", "QtQuick3DRender", "Qt5Quick3DRuntimeRender", "libQt5Quick3DRuntimeRender", "QtQuick3DRuntimeRender", "Qt5Quick3DUtils", "libQt5Quick3DUtils", "QtQuick3DUtils", "Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Svg", "libQt5Svg", "QtSvg", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml", "Qt5XmlPatterns", "libQt5XmlPatterns", "QtXmlPatterns"] - - [[Qt_jll."5.15.2+0".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.2+0".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.2+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - - [[Qt_jll."5.15.2+0".sources]] - hash = "3a530d1b243b5dec00bc54937455471aaa3e56849d2593edb8ded07228202240" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz" - [[Qt_jll."5.15.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt_jll."5.15.2+1"] -libraries = ["Qt53DAnimation", "libQt53DAnimation", "Qt3DAnimation", "Qt53DCore", "libQt53DCore", "Qt3DCore", "Qt53DExtras", "libQt53DExtras", "Qt3DExtras", "Qt53DInput", "libQt53DInput", "Qt3DInput", "Qt53DLogic", "libQt53DLogic", "Qt3DLogic", "Qt53DQuick", "libQt53DQuick", "Qt3DQuick", "Qt53DQuickAnimation", "libQt53DQuickAnimation", "Qt3DQuickAnimation", "Qt53DQuickExtras", "libQt53DQuickExtras", "Qt3DQuickExtras", "Qt53DQuickInput", "libQt53DQuickInput", "Qt3DQuickInput", "Qt53DQuickRender", "libQt53DQuickRender", "Qt3DQuickRender", "Qt53DQuickScene2D", "libQt53DQuickScene2D", "Qt3DQuickScene2D", "Qt53DRender", "libQt53DRender", "Qt3DRender", "Qt5Bodymovin", "libQt5Bodymovin", "QtBodymovin", "Qt5Charts", "libQt5Charts", "QtCharts", "Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Multimedia", "libQt5Multimedia", "QtMultimedia", "Qt5MultimediaQuick", "libQt5MultimediaQuick", "QtMultimediaQuick", "Qt5MultimediaWidgets", "libQt5MultimediaWidgets", "QtMultimediaWidgets", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5Quick3D", "libQt5Quick3D", "QtQuick3D", "Qt5Quick3DAssetImport", "libQt5Quick3DAssetImport", "QtQuick3DAssetImport", "Qt5Quick3DRender", "libQt5Quick3DRender", "QtQuick3DRender", "Qt5Quick3DRuntimeRender", "libQt5Quick3DRuntimeRender", "QtQuick3DRuntimeRender", "Qt5Quick3DUtils", "libQt5Quick3DUtils", "QtQuick3DUtils", "Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Svg", "libQt5Svg", "QtSvg", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml", "Qt5XmlPatterns", "libQt5XmlPatterns", "QtXmlPatterns"] - - [[Qt_jll."5.15.2+1".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.2+1".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - - [[Qt_jll."5.15.2+1".sources]] - hash = "3a530d1b243b5dec00bc54937455471aaa3e56849d2593edb8ded07228202240" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz" - [[Qt_jll."5.15.2+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt_jll."5.15.2+2"] -libraries = ["Qt53DAnimation", "libQt53DAnimation", "Qt3DAnimation", "Qt53DCore", "libQt53DCore", "Qt3DCore", "Qt53DExtras", "libQt53DExtras", "Qt3DExtras", "Qt53DInput", "libQt53DInput", "Qt3DInput", "Qt53DLogic", "libQt53DLogic", "Qt3DLogic", "Qt53DQuick", "libQt53DQuick", "Qt3DQuick", "Qt53DQuickAnimation", "libQt53DQuickAnimation", "Qt3DQuickAnimation", "Qt53DQuickExtras", "libQt53DQuickExtras", "Qt3DQuickExtras", "Qt53DQuickInput", "libQt53DQuickInput", "Qt3DQuickInput", "Qt53DQuickRender", "libQt53DQuickRender", "Qt3DQuickRender", "Qt53DQuickScene2D", "libQt53DQuickScene2D", "Qt3DQuickScene2D", "Qt53DRender", "libQt53DRender", "Qt3DRender", "Qt5Bodymovin", "libQt5Bodymovin", "QtBodymovin", "Qt5Charts", "libQt5Charts", "QtCharts", "Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Multimedia", "libQt5Multimedia", "QtMultimedia", "Qt5MultimediaQuick", "libQt5MultimediaQuick", "QtMultimediaQuick", "Qt5MultimediaWidgets", "libQt5MultimediaWidgets", "QtMultimediaWidgets", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5Quick3D", "libQt5Quick3D", "QtQuick3D", "Qt5Quick3DAssetImport", "libQt5Quick3DAssetImport", "QtQuick3DAssetImport", "Qt5Quick3DRender", "libQt5Quick3DRender", "QtQuick3DRender", "Qt5Quick3DRuntimeRender", "libQt5Quick3DRuntimeRender", "QtQuick3DRuntimeRender", "Qt5Quick3DUtils", "libQt5Quick3DUtils", "QtQuick3DUtils", "Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Svg", "libQt5Svg", "QtSvg", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml", "Qt5XmlPatterns", "libQt5XmlPatterns", "QtXmlPatterns"] - - [[Qt_jll."5.15.2+2".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.2+2".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - - [[Qt_jll."5.15.2+2".sources]] - hash = "3a530d1b243b5dec00bc54937455471aaa3e56849d2593edb8ded07228202240" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz" - [[Qt_jll."5.15.2+2".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Qt_jll."5.15.2+3"] -libraries = ["Qt53DAnimation", "libQt53DAnimation", "Qt3DAnimation", "Qt53DCore", "libQt53DCore", "Qt3DCore", "Qt53DExtras", "libQt53DExtras", "Qt3DExtras", "Qt53DInput", "libQt53DInput", "Qt3DInput", "Qt53DLogic", "libQt53DLogic", "Qt3DLogic", "Qt53DQuick", "libQt53DQuick", "Qt3DQuick", "Qt53DQuickAnimation", "libQt53DQuickAnimation", "Qt3DQuickAnimation", "Qt53DQuickExtras", "libQt53DQuickExtras", "Qt3DQuickExtras", "Qt53DQuickInput", "libQt53DQuickInput", "Qt3DQuickInput", "Qt53DQuickRender", "libQt53DQuickRender", "Qt3DQuickRender", "Qt53DQuickScene2D", "libQt53DQuickScene2D", "Qt3DQuickScene2D", "Qt53DRender", "libQt53DRender", "Qt3DRender", "Qt5Bodymovin", "libQt5Bodymovin", "QtBodymovin", "Qt5Charts", "libQt5Charts", "QtCharts", "Qt5Concurrent", "libQt5Concurrent", "QtConcurrent", "Qt5Core", "libQt5Core", "QtCore", "Qt5DBus", "libQt5DBus", "QtDBus", "Qt5Gui", "libQt5Gui", "QtGui", "Qt5Multimedia", "libQt5Multimedia", "QtMultimedia", "Qt5MultimediaQuick", "libQt5MultimediaQuick", "QtMultimediaQuick", "Qt5MultimediaWidgets", "libQt5MultimediaWidgets", "QtMultimediaWidgets", "Qt5Network", "libQt5Network", "QtNetwork", "Qt5OpenGL", "libQt5OpenGL", "QtOpenGL", "Qt5PrintSupport", "libQt5PrintSupport", "QtPrintSupport", "Qt5Qml", "libQt5Qml", "QtQml", "Qt5QmlModels", "libQt5QmlModels", "QtQmlModels", "Qt5QmlWorkerScript", "libQt5QmlWorkerScript", "QtQmlWorkerScript", "Qt5Quick", "libQt5Quick", "QtQuick", "Qt5Quick3D", "libQt5Quick3D", "QtQuick3D", "Qt5Quick3DAssetImport", "libQt5Quick3DAssetImport", "QtQuick3DAssetImport", "Qt5Quick3DRender", "libQt5Quick3DRender", "QtQuick3DRender", "Qt5Quick3DRuntimeRender", "libQt5Quick3DRuntimeRender", "QtQuick3DRuntimeRender", "Qt5Quick3DUtils", "libQt5Quick3DUtils", "QtQuick3DUtils", "Qt5QuickControls2", "libQt5QuickControls2", "QtQuickControls2", "Qt5QuickParticles", "libQt5QuickParticles", "QtQuickParticles", "Qt5QuickShapes", "libQt5QuickShapes", "QtQuickShapes", "Qt5QuickTemplates2", "libQt5QuickTemplates2", "QtQuickTemplates2", "Qt5QuickTest", "libQt5QuickTest", "QtQuickTest", "Qt5QuickWidgets", "libQt5QuickWidgets", "QtQuickWidgets", "Qt5Sql", "libQt5Sql", "QtSql", "Qt5Svg", "libQt5Svg", "QtSvg", "Qt5Test", "libQt5Test", "QtTest", "Qt5Widgets", "libQt5Widgets", "QtWidgets", "Qt5Xml", "libQt5Xml", "QtXml", "Qt5XmlPatterns", "libQt5XmlPatterns", "QtXmlPatterns"] - - [[Qt_jll."5.15.2+3".build_dependencies]] - name = "Xorg_libX11_jll" - target = "target" - version = "*" - [[Qt_jll."5.15.2+3".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - - [[Qt_jll."5.15.2+3".sources]] - hash = "3a530d1b243b5dec00bc54937455471aaa3e56849d2593edb8ded07228202240" - url = "https://download.qt.io/official_releases/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz" - [[Qt_jll."5.15.2+3".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[QuEST_jll."3.7.0+0"] -libraries = ["libQuEST"] - - [[QuEST_jll."3.7.0+0".sources]] - hash = "d4f75f724993b4af8e43a796e3c09ce24ae11670" - repo = "https://github.com/QuEST-Kit/QuEST.git" - -[QuantReg_jll."0.1.2+0"] -libraries = ["librqfnb", "librqbr"] - - [[QuantReg_jll."0.1.2+0".sources]] - hash = "7800e5d4e4c2dfd89e8d9076d764b11a51f55081" - repo = "https://github.com/fogarty-ben/QuantReg.jl-Builder.git" - -[QuantumEspresso_jll."6.7.0+0"] -executables = ["pw.x", "cp.x", "ph.x", "hp.x"] - - [[QuantumEspresso_jll."6.7.0+0".sources]] - hash = "8f06ea31ae52ad54e900a2f51afd5c70f78096d9dcf39c86c2b17dccb1ec9c87" - url = "https://github.com/QEF/q-e/releases/download/qe-6.7.0/qe-6.7-ReleasePack.tgz" - [[QuantumEspresso_jll."6.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c1a1d722f0139b7463be2ea026d7c924eaa63226//Q/QuantumEspresso/bundled" - -[QuantumEspresso_jll."6.7.0+1"] -executables = ["pw.x", "cp.x", "ph.x", "hp.x"] - - [[QuantumEspresso_jll."6.7.0+1".sources]] - hash = "8f06ea31ae52ad54e900a2f51afd5c70f78096d9dcf39c86c2b17dccb1ec9c87" - url = "https://github.com/QEF/q-e/releases/download/qe-6.7.0/qe-6.7-ReleasePack.tgz" - [[QuantumEspresso_jll."6.7.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/77d98b0fafb92d8f83d296e48443c6e730e7a437//Q/QuantumEspresso/bundled" - -[QuantumEspresso_jll."6.7.0+2"] -executables = ["pw.x", "bands.x", "plotband.x", "plotrho.x", "dos.x", "ibrav2cell.x", "kpoints.x", "cp.x", "ph.x", "q2r.x", "matdyn.x", "dynmat.x", "hp.x", "neb.x"] - - [[QuantumEspresso_jll."6.7.0+2".sources]] - hash = "8f06ea31ae52ad54e900a2f51afd5c70f78096d9dcf39c86c2b17dccb1ec9c87" - url = "https://github.com/QEF/q-e/releases/download/qe-6.7.0/qe-6.7-ReleasePack.tgz" - [[QuantumEspresso_jll."6.7.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/867741d8cf38cc0f5b7cf2e234a9f939957cfbe1//Q/QuantumEspresso/bundled" - -[QuantumEspresso_jll."6.7.0+3"] -executables = ["pw.x", "bands.x", "plotband.x", "plotrho.x", "dos.x", "ibrav2cell.x", "kpoints.x", "cp.x", "ph.x", "q2r.x", "matdyn.x", "dynmat.x", "hp.x", "neb.x"] - - [[QuantumEspresso_jll."6.7.0+3".sources]] - hash = "8f06ea31ae52ad54e900a2f51afd5c70f78096d9dcf39c86c2b17dccb1ec9c87" - url = "https://github.com/QEF/q-e/releases/download/qe-6.7.0/qe-6.7-ReleasePack.tgz" - [[QuantumEspresso_jll."6.7.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8ed2ce1f4ae9108fcf64fe9a495c69c2b8668995//Q/QuantumEspresso/bundled" - -[QuantumEspresso_jll."7.0.0+0"] -executables = ["pw.x", "bands.x", "plotband.x", "plotrho.x", "dos.x", "ibrav2cell.x", "kpoints.x", "cp.x", "ph.x", "q2r.x", "matdyn.x", "dynmat.x", "hp.x", "neb.x"] - - [[QuantumEspresso_jll."7.0.0+0".sources]] - hash = "85beceb1aaa1678a49e774c085866d4612d9d64108e0ac49b23152c8622880ee" - url = "https://gitlab.com/QEF/q-e/-/archive/qe-7.0/q-e-qe-7.0.tar.gz" - [[QuantumEspresso_jll."7.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/17b758dee586278bbd5d22837d98bfaf6b1e67ef//Q/QuantumEspresso/bundled" - -[QuantumEspresso_jll."7.0.1+0"] -executables = ["pw.x", "bands.x", "plotband.x", "plotrho.x", "dos.x", "ibrav2cell.x", "kpoints.x", "cp.x", "ph.x", "q2r.x", "matdyn.x", "dynmat.x", "hp.x", "neb.x"] - - [[QuantumEspresso_jll."7.0.1+0".sources]] - hash = "85beceb1aaa1678a49e774c085866d4612d9d64108e0ac49b23152c8622880ee" - url = "https://gitlab.com/QEF/q-e/-/archive/qe-7.0/q-e-qe-7.0.tar.gz" - [[QuantumEspresso_jll."7.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/63cd60842c3dcc61a577f7debd4abb03f9823893//Q/QuantumEspresso/bundled" - -[QuantumEspresso_jll."7.4.1+0"] -executables = ["pw.x", "bands.x", "plotband.x", "plotrho.x", "dos.x", "ibrav2cell.x", "kpoints.x", "cp.x", "ph.x", "q2r.x", "matdyn.x", "dynmat.x", "hp.x", "neb.x"] - - [[QuantumEspresso_jll."7.4.1+0".sources]] - hash = "6ef9c53dbf0add2a5bf5ad2a372c0bff935ad56c4472baa001003e4f932cab97" - url = "https://gitlab.com/QEF/q-e/-/archive/qe-7.4.1/q-e-qe-7.4.1.tar.gz" - [[QuantumEspresso_jll."7.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e989ccef2fb7e908e6668963d572a12a9c198c6e//Q/QuantumEspresso/bundled" - -[QuantumEspresso_jll."7.4.1+1"] -executables = ["pw.x", "bands.x", "plotband.x", "plotrho.x", "dos.x", "ibrav2cell.x", "kpoints.x", "cp.x", "ph.x", "q2r.x", "matdyn.x", "dynmat.x", "hp.x", "neb.x", "band_interpolation.x", "cppp.x", "d3hess.x", "kcw.x", "ld1.x", "molecularpdos.x", "oscdft_et.x", "oscdft_pp.x", "postahc.x", "pp.x", "ppacf.x", "pprism.x", "projwfc.x", "pw2bgw.x", "pw2wannier90.x", "pwcond.x", "turbo_davidson.x", "turbo_eels.x", "turbo_lanczos.x", "turbo_magnon.x", "turbo_spectrum.x", "xspectra.x"] - - [[QuantumEspresso_jll."7.4.1+1".sources]] - hash = "6ef9c53dbf0add2a5bf5ad2a372c0bff935ad56c4472baa001003e4f932cab97" - url = "https://gitlab.com/QEF/q-e/-/archive/qe-7.4.1/q-e-qe-7.4.1.tar.gz" - [[QuantumEspresso_jll."7.4.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b64a0d9a4de9eccd1cb38a205edde0da7f990005//Q/QuantumEspresso/bundled" - -[R2R_jll."1.0.6+0"] -executables = ["r2r"] - - [[R2R_jll."1.0.6+0".sources]] - hash = "1ba8f51db92866ebe1aeb3c056f17489bceefe2f67c5c0bbdfbddc0eee17743d" - url = "https://sourceforge.net/projects/weinberg-r2r/files/R2R-1.0.6.tgz" - [[R2R_jll."1.0.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6bed3c2722ee59902837086f588a117b9dd1009c//R/R2R/./bundled" - -[RAxML_jll."8.2.12+0"] -executables = ["raxmlHPC", "raxmlHPC-SSE3", "raxmlHPC-AVX", "raxmlHPC-PTHREADS", "raxmlHPC-PTHREADS-SSE3", "raxmlHPC-PTHREADS-AVX", "raxmlHPC-MPI", "raxmlHPC-MPI-SSE3", "raxmlHPC-MPI-AVX"] - - [[RAxML_jll."8.2.12+0".sources]] - hash = "a33ff40640b4a76abd5ea3a9e2f57b7dd8d854f6" - repo = "https://github.com/stamatak/standard-RAxML.git" - -[RAxML_jll."8.2.13+0"] -executables = ["raxmlHPC", "raxmlHPC-SSE3", "raxmlHPC-AVX", "raxmlHPC-PTHREADS", "raxmlHPC-PTHREADS-SSE3", "raxmlHPC-PTHREADS-AVX", "raxmlHPC-MPI", "raxmlHPC-MPI-SSE3", "raxmlHPC-MPI-AVX"] - - [[RAxML_jll."8.2.13+0".sources]] - hash = "a33ff40640b4a76abd5ea3a9e2f57b7dd8d854f6" - repo = "https://github.com/stamatak/standard-RAxML.git" - -[RDKit_jll."2021.9.1-pre+0"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2021.9.1-pre+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2021.9.1-pre+0".sources]] - hash = "af3bb3e78b24ed8d92211d9c047ddbcf5c04afc8" - repo = "https://github.com/rdkit/rdkit.git" - -[RDKit_jll."2021.9.1-pre+1"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2021.9.1-pre+1".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2021.9.1-pre+1".sources]] - hash = "ccb805b46790ec497ed9eac538e880060c2693bc" - repo = "https://github.com/rdkit/rdkit.git" - -[RDKit_jll."2021.9.1-pre+2"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2021.9.1-pre+2".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2021.9.1-pre+2".sources]] - hash = "d859a23c9e514e3266adeb7119ef337f87e7214b" - repo = "https://github.com/rdkit/rdkit.git" - -[RDKit_jll."2021.9.1-pre+3"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2021.9.1-pre+3".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2021.9.1-pre+3".sources]] - hash = "f5a54af475cc38a82b2c69a8a44193a222fe92fc" - repo = "https://github.com/rdkit/rdkit.git" - -[RDKit_jll."2021.9.2+0"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2021.9.2+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2021.9.2+0".sources]] - hash = "333fa5ce222627583052ddffb2c27265994a3950" - repo = "https://github.com/rdkit/rdkit.git" - -[RDKit_jll."2022.3.1+0"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2022.3.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2022.3.1+0".sources]] - hash = "7e205e0d93a3046c1eaab37120c9f6971194ddf2" - repo = "https://github.com/rdkit/rdkit.git" - [[RDKit_jll."2022.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/168e7a3cf2fc5eaa3c32da6eee89b1db0a29d363//R/RDKit/./bundled" - -[RDKit_jll."2022.9.1+0"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2022.9.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2022.9.1+0".sources]] - hash = "dc16d0e160033ac215b574beed12a52d0b344fc5" - repo = "https://github.com/rdkit/rdkit.git" - [[RDKit_jll."2022.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/50255359bbbba66168d04b2ef5b9470c4a4b545a//R/RDKit/./bundled" - -[RDKit_jll."2022.9.2+0"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2022.9.2+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2022.9.2+0".sources]] - hash = "bda55ac79856b1e67821d2e54ef0ba462a8df96b" - repo = "https://github.com/rdkit/rdkit.git" - [[RDKit_jll."2022.9.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8000e3e7e9880c10a265ef37c8ca7f7383d232a4//R/RDKit/./bundled" - -[RDKit_jll."2022.9.3+0"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2022.9.3+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2022.9.3+0".sources]] - hash = "c0c87e62252c75542ab5ff2596146d1f92c0dd3d" - repo = "https://github.com/rdkit/rdkit.git" - [[RDKit_jll."2022.9.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9c2eb57ec4289cad97be03ea22dad7808e781efb//R/RDKit/./bundled" - -[RDKit_jll."2022.9.4+0"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2022.9.4+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2022.9.4+0".sources]] - hash = "5845280746196f4afc10fb4c7781f0775bbe46b9" - repo = "https://github.com/rdkit/rdkit.git" - [[RDKit_jll."2022.9.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5cbce9edcd16e600698915721e60d1bb44bf5c96//R/RDKit/./bundled" - -[RDKit_jll."2022.9.5+0"] -libraries = ["librdkitcffi"] - - [[RDKit_jll."2022.9.5+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[RDKit_jll."2022.9.5+0".sources]] - hash = "723e05d46f4c91988622a4035433d016729e2ed2" - repo = "https://github.com/rdkit/rdkit.git" - [[RDKit_jll."2022.9.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1f757dbdb3183dbef2ded1a96d871312e56e1bdc//R/RDKit/./bundled" - -[RE2_jll."2022.6.1+0"] -libraries = ["libre2"] - - [[RE2_jll."2022.6.1+0".sources]] - hash = "f89c61410a072e5cbcf8c27e3a778da7d6fd2f2b5b1445cd4f4508bee946ab0f" - url = "https://github.com/google/re2/archive/refs/tags/2022-06-01.tar.gz" - -[RLIBM_32_jll."0.0.1+0"] -libraries = ["floatMathLib"] - - [[RLIBM_32_jll."0.0.1+0".sources]] - hash = "44560acbd2ee22242989bdac259ad3665fa85d06" - repo = "https://github.com/rutgers-apl/rlibm-32.git" - [[RLIBM_32_jll."0.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4eb57af64b086669023920dad85e10da4a0f37b0//R/RLIBM_32/./bundled" - -[RNAstructure_jll."6.4.0+0"] -executables = ["AccessFold", "AllSub", "bifold", "bifold-smp", "bipartition", "bipartition-smp", "CircleCompare", "ct2dot", "CycleFold", "design", "design-smp", "dot2ct", "draw", "DuplexFold", "DuplexFold-smp", "dynalign", "DynalignDotPlot", "dynalign_ii", "dynalign_ii-smp", "dynalign-smp", "EDcalculator", "EDcalculator-smp", "efn2", "efn2-smp", "EnergyPlot", "EnsembleEnergy", "ETEcalculator", "ETEcalculator-smp", "Fold", "Fold-smp", "MaxExpect", "MaxExpect-smp", "multilign", "multilign-smp", "NAPSS", "oligoscreen", "oligoscreen-smp", "OligoWalk", "orega", "orega-smp", "partition", "partition-smp", "PARTS", "phmm", "ProbabilityPlot", "ProbablePair", "ProbablePair-smp", "ProbKnot", "ProbKnot-smp", "ProbScan", "refold", "RemovePseudoknots", "RemovePseudoknots-smp", "Rsample", "Rsample-smp", "scorer", "ShapeKnots", "ShapeKnots-smp", "stochastic", "stochastic-smp", "StructureProb", "StructureProb-smp", "SymmetryTester", "TurboFold", "TurboFold-smp", "TurboHomology", "validate"] -libraries = ["libRNAstructure"] - - [[RNAstructure_jll."6.4.0+0".sources]] - hash = "e2a372a739153293185eeffee3d3265f9f50dc6976053a1d013ccf086b06d975" - url = "https://rna.urmc.rochester.edu/Releases/6.4/RNAstructureSource.tgz" - -[RNAstructure_jll."6.4.0+1"] -executables = ["AccessFold", "AllSub", "bifold", "bifold-smp", "bipartition", "bipartition-smp", "CircleCompare", "ct2dot", "CycleFold", "design", "design-smp", "dot2ct", "draw", "DuplexFold", "DuplexFold-smp", "dynalign", "DynalignDotPlot", "dynalign_ii", "dynalign_ii-smp", "dynalign-smp", "EDcalculator", "EDcalculator-smp", "efn2", "efn2-smp", "EnergyPlot", "EnsembleEnergy", "ETEcalculator", "ETEcalculator-smp", "Fold", "Fold-smp", "MaxExpect", "MaxExpect-smp", "multilign", "multilign-smp", "NAPSS", "oligoscreen", "oligoscreen-smp", "OligoWalk", "orega", "orega-smp", "partition", "partition-smp", "PARTS", "phmm", "ProbabilityPlot", "ProbablePair", "ProbablePair-smp", "ProbKnot", "ProbKnot-smp", "ProbScan", "refold", "RemovePseudoknots", "RemovePseudoknots-smp", "Rsample", "Rsample-smp", "scorer", "ShapeKnots", "ShapeKnots-smp", "stochastic", "stochastic-smp", "StructureProb", "StructureProb-smp", "SymmetryTester", "TurboFold", "TurboFold-smp", "TurboHomology", "validate"] -libraries = ["libRNAstructure"] - - [[RNAstructure_jll."6.4.0+1".sources]] - hash = "e2a372a739153293185eeffee3d3265f9f50dc6976053a1d013ccf086b06d975" - url = "https://rna.urmc.rochester.edu/Releases/6.4/RNAstructureSource.tgz" - -[ROCmCompilerSupport_jll."4.0.0+0"] -libraries = ["libamd_comgr"] - - [[ROCmCompilerSupport_jll."4.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - - [[ROCmCompilerSupport_jll."4.0.0+0".sources]] - hash = "f389601fb70b2d9a60d0e2798919af9ddf7b8376a2e460141507fe50073dfb31" - url = "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/rocm-4.0.0.tar.gz" - [[ROCmCompilerSupport_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1f65a36ee48aa4eab872ecee1de26f4705e1c34f//R/ROCmCompilerSupport/./bundled" - -[ROCmCompilerSupport_jll."4.0.0+1"] -libraries = ["libamd_comgr"] - - [[ROCmCompilerSupport_jll."4.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - - [[ROCmCompilerSupport_jll."4.0.0+1".sources]] - hash = "f389601fb70b2d9a60d0e2798919af9ddf7b8376a2e460141507fe50073dfb31" - url = "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/rocm-4.0.0.tar.gz" - [[ROCmCompilerSupport_jll."4.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5be100b39b01ed6593703046c3b1a66b403b4f20//R/ROCmCompilerSupport/./bundled" - -[ROCmCompilerSupport_jll."4.2.0+0"] -libraries = ["libamd_comgr"] - - [[ROCmCompilerSupport_jll."4.2.0+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - - [[ROCmCompilerSupport_jll."4.2.0+0".sources]] - hash = "40a1ea50d2aea0cf75c4d17cdd6a7fe44ae999bf0147d24a756ca4675ce24e36" - url = "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/rocm-4.2.0.tar.gz" - [[ROCmCompilerSupport_jll."4.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7ddcfe2a9bfeb531727a9df54c5c6fb48fe2f4d0//R/ROCmCompilerSupport/./bundled" - -[ROCmCompilerSupport_jll."4.2.0+1"] -libraries = ["libamd_comgr"] - - [[ROCmCompilerSupport_jll."4.2.0+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - [[ROCmCompilerSupport_jll."4.2.0+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.2.0" - - [[ROCmCompilerSupport_jll."4.2.0+1".sources]] - hash = "40a1ea50d2aea0cf75c4d17cdd6a7fe44ae999bf0147d24a756ca4675ce24e36" - url = "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/rocm-4.2.0.tar.gz" - [[ROCmCompilerSupport_jll."4.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d1d4205916cb9c5adb8ebff8dec5dc65abf537a//R/ROCmCompilerSupport/ROCmCompilerSupport@4.2.0/../scripts" - -[ROCmCompilerSupport_jll."4.5.2+0"] -libraries = ["libamd_comgr"] - - [[ROCmCompilerSupport_jll."4.5.2+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - [[ROCmCompilerSupport_jll."4.5.2+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.5.2" - - [[ROCmCompilerSupport_jll."4.5.2+0".sources]] - hash = "e45f387fb6635fc1713714d09364204cd28fea97655b313c857beb1f8524e593" - url = "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/rocm-4.5.2.tar.gz" - [[ROCmCompilerSupport_jll."4.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd99f38d96d564ed7a657587d0bd2667cbfe0a35//R/ROCmCompilerSupport/ROCmCompilerSupport@4.5.2/../scripts" - -[ROCmCompilerSupport_jll."5.2.3+0"] -libraries = ["libamd_comgr"] - - [[ROCmCompilerSupport_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[ROCmCompilerSupport_jll."5.2.3+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[ROCmCompilerSupport_jll."5.2.3+0".sources]] - hash = "36d67dbe791d08ad0a02f0f3aedd46059848a0a232c5f999670103b0410c89dc" - url = "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/rocm-5.2.3.tar.gz" - [[ROCmCompilerSupport_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2ef789e56a012aba54f6181fcf65e0acdf06cd8d//R/ROCmCompilerSupport/ROCmCompilerSupport@5.2.3/../scripts" - -[ROCmCompilerSupport_jll."5.2.3+1"] -libraries = ["libamd_comgr"] - - [[ROCmCompilerSupport_jll."5.2.3+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[ROCmCompilerSupport_jll."5.2.3+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[ROCmCompilerSupport_jll."5.2.3+1".sources]] - hash = "36d67dbe791d08ad0a02f0f3aedd46059848a0a232c5f999670103b0410c89dc" - url = "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/rocm-5.2.3.tar.gz" - [[ROCmCompilerSupport_jll."5.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3ddf33a9a45f8be67b6a38d33aa2baf6ae18012e//R/ROCmCompilerSupport/ROCmCompilerSupport@5.2.3/../scripts" - -[ROCmCompilerSupport_jll."5.4.4+0"] -libraries = ["libamd_comgr"] - - [[ROCmCompilerSupport_jll."5.4.4+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.4.4" - [[ROCmCompilerSupport_jll."5.4.4+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.4.4" - - [[ROCmCompilerSupport_jll."5.4.4+0".sources]] - hash = "be624c66c58a5ff60081538dff70a235248a8131" - repo = "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport.git" - [[ROCmCompilerSupport_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6711f20be5f32c47b6b51607798d44ab7b99e4ab//R/ROCmCompilerSupport/ROCmCompilerSupport@5.4.4/../scripts" - -[ROCmDeviceLibs_jll."4.0.0+0"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."4.0.0+0".sources]] - hash = "d0aa495f9b63f6d8cf8ac668f4dc61831d996e9ae3f15280052a37b9d7670d2a" - url = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/rocm-4.0.0.tar.gz" - -[ROCmDeviceLibs_jll."4.2.0+0"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."4.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - - [[ROCmDeviceLibs_jll."4.2.0+0".sources]] - hash = "34a2ac39b9bb7cfa8175cbab05d30e7f3c06aaffce99eed5f79c616d0f910f5f" - url = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/rocm-4.2.0.tar.gz" - -[ROCmDeviceLibs_jll."4.2.0+1"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."4.2.0+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - - [[ROCmDeviceLibs_jll."4.2.0+1".sources]] - hash = "34a2ac39b9bb7cfa8175cbab05d30e7f3c06aaffce99eed5f79c616d0f910f5f" - url = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs//archive/rocm-4.2.0.tar.gz" - -[ROCmDeviceLibs_jll."4.5.2+0"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."4.5.2+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - - [[ROCmDeviceLibs_jll."4.5.2+0".sources]] - hash = "50e9e87ecd6b561cad0d471295d29f7220e195528e567fcabe2ec73838979f61" - url = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs//archive/rocm-4.5.2.tar.gz" - -[ROCmDeviceLibs_jll."5.2.3+0"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[ROCmDeviceLibs_jll."5.2.3+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[ROCmDeviceLibs_jll."5.2.3+0".sources]] - hash = "16b7fc7db4759bd6fb54852e9855fa16ead76c97871d7e1e9392e846381d611a" - url = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs//archive/rocm-5.2.3.tar.gz" - [[ROCmDeviceLibs_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ba58836cd8203e16abc754568790e6da2875a7a//R/ROCmDeviceLibs/ROCmDeviceLibs@5.2.3/../scripts" - -[ROCmDeviceLibs_jll."5.4.4+0"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."5.4.4+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.4.4" - [[ROCmDeviceLibs_jll."5.4.4+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.4.4" - - [[ROCmDeviceLibs_jll."5.4.4+0".sources]] - hash = "4d86a313a33027cff82dc73fe9b8395a7a96eb04" - repo = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs.git" - [[ROCmDeviceLibs_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/747801f114fe6d00e116b4bc014f63604e417174//R/ROCmDeviceLibs/ROCmDeviceLibs@5.4.4/../scripts" - -[ROCmDeviceLibs_jll."5.5.1+0"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."5.5.1+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.4.4" - [[ROCmDeviceLibs_jll."5.5.1+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.5.1" - - [[ROCmDeviceLibs_jll."5.5.1+0".sources]] - hash = "49dd756ee374d648beb3ecd593f419db425ef621" - repo = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs.git" - [[ROCmDeviceLibs_jll."5.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e66fe7e6fae2f360ddab484b37fec2b082d91407//R/ROCmDeviceLibs/ROCmDeviceLibs@5.5.1/../scripts" - -[ROCmDeviceLibs_jll."5.6.1+0"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."5.6.1+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.4.4" - [[ROCmDeviceLibs_jll."5.6.1+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.6.1" - - [[ROCmDeviceLibs_jll."5.6.1+0".sources]] - hash = "2b9acb09a3808d80c61ab89235a7cf487f52e955" - repo = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs.git" - [[ROCmDeviceLibs_jll."5.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3e6ae125876b9ba4d7b0107cb3d45de2ac1a83d9//R/ROCmDeviceLibs/ROCmDeviceLibs@5.6.1/../scripts" - [[ROCmDeviceLibs_jll."5.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3e6ae125876b9ba4d7b0107cb3d45de2ac1a83d9//R/ROCmDeviceLibs/ROCmDeviceLibs@5.6.1/./bundled" - -[ROCmDeviceLibs_jll."5.6.1+1"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."5.6.1+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.4.4" - [[ROCmDeviceLibs_jll."5.6.1+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.6.1" - - [[ROCmDeviceLibs_jll."5.6.1+1".sources]] - hash = "2b9acb09a3808d80c61ab89235a7cf487f52e955" - repo = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs.git" - [[ROCmDeviceLibs_jll."5.6.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/770439ad4462789084f13fe47b656966483950cb//R/ROCmDeviceLibs/ROCmDeviceLibs@5.6.1/../scripts" - [[ROCmDeviceLibs_jll."5.6.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/770439ad4462789084f13fe47b656966483950cb//R/ROCmDeviceLibs/ROCmDeviceLibs@5.6.1/./bundled" - -[ROCmDeviceLibs_jll."6.2.1+0"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."6.2.1+0".sources]] - hash = "e5d6a983fadb89ab8c76d38485198efdbf031cb138a027247c7785d137c32ec0" - url = "https://www.rpmfind.net/linux/fedora/linux/updates/41/Everything/x86_64/Packages/r/rocm-device-libs-18-10.rocm6.2.1.fc41.x86_64.rpm" - -[ROCmDeviceLibs_jll."6.4.1+0"] -files = ["amdgcn/bitcode/"] - - [[ROCmDeviceLibs_jll."6.4.1+0".sources]] - hash = "6b50adf42ad25e27a9f9a986144882eb88daa54f11c1d7318696a332b4d89b96" - url = "https://www.rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/r/rocm-device-libs-19-9.rocm6.4.1.fc43.x86_64.rpm" - -[ROCmLLVM_jll."4.2.0+0"] -executables = ["llvm-config", "clang", "opt", "llc", "llvm-mca", "lld"] -libraries = ["libclang", "LTO", "libLTO", "libclang-cpp"] - - [[ROCmLLVM_jll."4.2.0+0".sources]] - hash = "b204d7f0cae65b6cd4446eec50fc1fb675d582af" - repo = "https://github.com/RadeonOpenCompute/llvm-project" - [[ROCmLLVM_jll."4.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cf159c974746f1412968344acf79e2fa4cac1306//R/ROCmLLVM/./bundled" - -[ROCmLLVM_jll."4.2.0+1"] -executables = ["llvm-config", "clang", "clang-12", "opt", "llc", "lld", "ld.lld"] -files = ["llvm/lib/libLLVMCore.a", "llvm/lib/liblldCore.a", "llvm/lib/libclangBasic.a"] -libraries = ["libclang", "libclang-cpp", "LTO", "libLTO"] - - [[ROCmLLVM_jll."4.2.0+1".sources]] - hash = "b204d7f0cae65b6cd4446eec50fc1fb675d582af" - repo = "https://github.com/RadeonOpenCompute/llvm-project" - [[ROCmLLVM_jll."4.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14d170d7c993f48294b95e4e45f6f38cf5d59a4//R/ROCmLLVM/ROCmLLVM@4.2.0/./bundled" - -[ROCmLLVM_jll."4.5.2+0"] -executables = ["llvm-config", "clang", "clang-13", "opt", "llc", "lld", "ld.lld"] -files = ["llvm/lib/libLLVMCore.a", "llvm/lib/liblldCore.a", "llvm/lib/libclangBasic.a"] -libraries = ["libclang", "libclang-cpp", "LTO", "libLTO"] - - [[ROCmLLVM_jll."4.5.2+0".sources]] - hash = "9bbd96fd1936641cd47defd8022edafd063019d5" - repo = "https://github.com/RadeonOpenCompute/llvm-project" - [[ROCmLLVM_jll."4.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c14d170d7c993f48294b95e4e45f6f38cf5d59a4//R/ROCmLLVM/ROCmLLVM@4.5.2/./bundled" - -[ROCmLLVM_jll."5.2.3+0"] -executables = ["llvm-config", "clang", "clang-14", "opt", "llc", "lld", "ld.lld"] -files = ["llvm/lib/libLLVMCore.a", "llvm/lib/libclangBasic.a"] -libraries = ["libclang", "libclang-cpp", "LTO", "libLTO"] - - [[ROCmLLVM_jll."5.2.3+0".sources]] - hash = "575c504b18f2f7e06fa77a3d2f63c83ed930053a" - repo = "https://github.com/RadeonOpenCompute/llvm-project" - [[ROCmLLVM_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d06ca37fcc146d4d7f4fdc9cc0cabf42075771f9//R/ROCmLLVM/ROCmLLVM@5.2.3/./bundled" - -[ROCmLLVM_jll."5.4.4+0"] -executables = ["llvm-config", "clang", "clang-15", "opt", "llc", "lld", "ld.lld"] -files = ["llvm/lib/libLLVMCore.a", "llvm/lib/libclangBasic.a"] -libraries = ["libclang", "libclang-cpp", "LTO", "libLTO"] - - [[ROCmLLVM_jll."5.4.4+0".sources]] - hash = "f3d695fc2985a8dfdd5f4219d351fdeac3038867" - repo = "https://github.com/RadeonOpenCompute/llvm-project.git" - [[ROCmLLVM_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8459bb14cb6f663691c5e886f1b6e5452191fd3c//R/ROCmLLVM/ROCmLLVM@5.4.4/./bundled" - -[ROCmLLVM_jll."5.5.1+0"] -executables = ["llvm-config", "clang", "clang-16", "opt", "llc", "lld", "ld.lld"] -files = ["llvm/lib/libLLVMCore.a", "llvm/lib/libclangBasic.a"] -libraries = ["libclang", "libclang-cpp", "LTO", "libLTO"] - - [[ROCmLLVM_jll."5.5.1+0".sources]] - hash = "69ef12a7c3cc5b0ccf820bc007bd87e8b3ac3037" - repo = "https://github.com/RadeonOpenCompute/llvm-project.git" - [[ROCmLLVM_jll."5.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1fa4fae4e53acb53f1df6e9300c834dd836373a2//R/ROCmLLVM/ROCmLLVM@5.5.1/./bundled" - -[ROCmOpenCLRuntime_jll."4.0.0+0"] -libraries = ["libamdocl64", "libOpenCL"] - - [[ROCmOpenCLRuntime_jll."4.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - - [[ROCmOpenCLRuntime_jll."4.0.0+0".sources]] - hash = "8db502d0f607834e3b882f939d33e8abe2f9b55ddafaf1b0c2cd29a0425ed76a" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.0.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.0.0+0".sources]] - hash = "d43ea5898c6b9e730b5efabe8367cc136a9260afeac5d0fe85b481d625dd7df1" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.0.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f93354f77fd98f835b10d2ca74f1c6344d6055b1//R/ROCmOpenCLRuntime/./bundled" - -[ROCmOpenCLRuntime_jll."4.0.0+1"] -libraries = ["libamdocl64", "libOpenCL"] - - [[ROCmOpenCLRuntime_jll."4.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - - [[ROCmOpenCLRuntime_jll."4.0.0+1".sources]] - hash = "8db502d0f607834e3b882f939d33e8abe2f9b55ddafaf1b0c2cd29a0425ed76a" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.0.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.0.0+1".sources]] - hash = "d43ea5898c6b9e730b5efabe8367cc136a9260afeac5d0fe85b481d625dd7df1" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.0.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/acdf82bd2d553780599e97f2b2f59ae5bffbe46d//R/ROCmOpenCLRuntime/./bundled" - -[ROCmOpenCLRuntime_jll."4.2.0+0"] -libraries = ["libamdocl64", "libOpenCL"] - - [[ROCmOpenCLRuntime_jll."4.2.0+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - - [[ROCmOpenCLRuntime_jll."4.2.0+0".sources]] - hash = "c57525af32c59becf56fd83cdd61f5320a95024d9baa7fb729a01e7a9fcdfd78" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.2.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.2.0+0".sources]] - hash = "18133451948a83055ca5ebfb5ba1bd536ed0bcb611df98829f1251a98a38f730" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.2.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7b1861dad93f51997de4fbca555a2a97c04f5696//R/ROCmOpenCLRuntime/./bundled" - -[ROCmOpenCLRuntime_jll."4.2.0+1"] -libraries = ["libamdocl64", "libOpenCL"] - - [[ROCmOpenCLRuntime_jll."4.2.0+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - - [[ROCmOpenCLRuntime_jll."4.2.0+1".sources]] - hash = "c57525af32c59becf56fd83cdd61f5320a95024d9baa7fb729a01e7a9fcdfd78" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.2.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.2.0+1".sources]] - hash = "18133451948a83055ca5ebfb5ba1bd536ed0bcb611df98829f1251a98a38f730" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.2.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dc9c0ccea47b08c1171d7b91591ca0f1523535a2//R/ROCmOpenCLRuntime/./bundled" - -[ROCmOpenCLRuntime_jll."4.2.0+2"] -files = ["rocclr/lib/libamdrocclr_static.a"] -libraries = ["libOpenCL"] - - [[ROCmOpenCLRuntime_jll."4.2.0+2".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - [[ROCmOpenCLRuntime_jll."4.2.0+2".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.2.0" - - [[ROCmOpenCLRuntime_jll."4.2.0+2".sources]] - hash = "18133451948a83055ca5ebfb5ba1bd536ed0bcb611df98829f1251a98a38f730" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.2.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.2.0+2".sources]] - hash = "c57525af32c59becf56fd83cdd61f5320a95024d9baa7fb729a01e7a9fcdfd78" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.2.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0c4aa89dcdea18205b3c126085d1b7c311bfae28//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@4.2.0/./bundled" - [[ROCmOpenCLRuntime_jll."4.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0c4aa89dcdea18205b3c126085d1b7c311bfae28//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@4.2.0/../scripts" - -[ROCmOpenCLRuntime_jll."4.2.0+3"] -files = ["rocclr/lib/libamdrocclr_static.a"] -libraries = ["libOpenCL"] - - [[ROCmOpenCLRuntime_jll."4.2.0+3".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - [[ROCmOpenCLRuntime_jll."4.2.0+3".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.2.0" - - [[ROCmOpenCLRuntime_jll."4.2.0+3".sources]] - hash = "18133451948a83055ca5ebfb5ba1bd536ed0bcb611df98829f1251a98a38f730" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.2.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.2.0+3".sources]] - hash = "c57525af32c59becf56fd83cdd61f5320a95024d9baa7fb729a01e7a9fcdfd78" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.2.0.tar.gz" - [[ROCmOpenCLRuntime_jll."4.2.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/606ab2e36806250c68b278d0da51ced727374632//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@4.2.0/./bundled" - [[ROCmOpenCLRuntime_jll."4.2.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/606ab2e36806250c68b278d0da51ced727374632//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@4.2.0/../scripts" - -[ROCmOpenCLRuntime_jll."4.5.2+0"] -libraries = ["libOpenCL"] - - [[ROCmOpenCLRuntime_jll."4.5.2+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - [[ROCmOpenCLRuntime_jll."4.5.2+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.5.2" - - [[ROCmOpenCLRuntime_jll."4.5.2+0".sources]] - hash = "96b43f314899707810db92149caf518bdb7cf39f7c0ad86e98ad687ffb0d396d" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-4.5.2.tar.gz" - [[ROCmOpenCLRuntime_jll."4.5.2+0".sources]] - hash = "6581916a3303a31f76454f12f86e020fb5e5c019f3dbb0780436a8f73792c4d1" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-4.5.2.tar.gz" - [[ROCmOpenCLRuntime_jll."4.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd751d06d02a25fa3e50373619085e8617462551//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@4.5.2/./bundled" - [[ROCmOpenCLRuntime_jll."4.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd751d06d02a25fa3e50373619085e8617462551//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@4.5.2/../scripts" - -[ROCmOpenCLRuntime_jll."5.2.3+0"] -libraries = ["libOpenCL"] - - [[ROCmOpenCLRuntime_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[ROCmOpenCLRuntime_jll."5.2.3+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[ROCmOpenCLRuntime_jll."5.2.3+0".sources]] - hash = "932ea3cd268410010c0830d977a30ef9c14b8c37617d3572a062b5d4595e2b94" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-5.2.3.tar.gz" - [[ROCmOpenCLRuntime_jll."5.2.3+0".sources]] - hash = "0493c414d4db1af8e1eb30a651d9512044644244488ebb13478c2138a7612998" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-5.2.3.tar.gz" - [[ROCmOpenCLRuntime_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9a37d466ce81d5be199730d6494300c9fc15f67a//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@5.2.3/./bundled" - [[ROCmOpenCLRuntime_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9a37d466ce81d5be199730d6494300c9fc15f67a//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@5.2.3/../scripts" - -[ROCmOpenCLRuntime_jll."5.2.3+1"] -libraries = ["libOpenCL"] - - [[ROCmOpenCLRuntime_jll."5.2.3+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[ROCmOpenCLRuntime_jll."5.2.3+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[ROCmOpenCLRuntime_jll."5.2.3+1".sources]] - hash = "932ea3cd268410010c0830d977a30ef9c14b8c37617d3572a062b5d4595e2b94" - url = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-5.2.3.tar.gz" - [[ROCmOpenCLRuntime_jll."5.2.3+1".sources]] - hash = "0493c414d4db1af8e1eb30a651d9512044644244488ebb13478c2138a7612998" - url = "https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-5.2.3.tar.gz" - [[ROCmOpenCLRuntime_jll."5.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/31aa614b70b1453e9ebea8f31641373bc82010b2//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@5.2.3/./bundled" - [[ROCmOpenCLRuntime_jll."5.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/31aa614b70b1453e9ebea8f31641373bc82010b2//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@5.2.3/../scripts" - -[ROCmOpenCLRuntime_jll."5.4.4+0"] -libraries = ["libOpenCL"] - - [[ROCmOpenCLRuntime_jll."5.4.4+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.4.4" - [[ROCmOpenCLRuntime_jll."5.4.4+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.4.4" - - [[ROCmOpenCLRuntime_jll."5.4.4+0".sources]] - hash = "00e0533578a588da2c0834c58d550e9379d17e49" - repo = "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime.git" - [[ROCmOpenCLRuntime_jll."5.4.4+0".sources]] - hash = "ccd065214094837dd59a45aa5111d860aff38ecf" - repo = "https://github.com/ROCm-Developer-Tools/ROCclr.git" - [[ROCmOpenCLRuntime_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a50be005078fa6e21cbb4265a8da909d7538a9ed//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@5.4.4/./bundled" - [[ROCmOpenCLRuntime_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a50be005078fa6e21cbb4265a8da909d7538a9ed//R/ROCmOpenCLRuntime/ROCmOpenCLRuntime@5.4.4/../scripts" - -[ROOT_jll."6.32.8+0"] -executables = ["root", "rootcling", "rootcling_stage1"] - - [[ROOT_jll."6.32.8+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[ROOT_jll."6.32.8+0".sources]] - hash = "a1748a069d2d5f27ec528cfd89b54b12dcba793e" - repo = "https://github.com/root-project/root.git" - [[ROOT_jll."6.32.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/658ecbe7bb11371aea49e8abbb0090d530612949//R/ROOT/./bundled" - -[ROOT_jll."6.32.8+1"] -executables = ["root", "rootcling", "rootcling_stage1"] - - [[ROOT_jll."6.32.8+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[ROOT_jll."6.32.8+1".sources]] - hash = "a1748a069d2d5f27ec528cfd89b54b12dcba793e" - repo = "https://github.com/root-project/root.git" - [[ROOT_jll."6.32.8+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/709de1757437724a5b293297623fb49522d360d8//R/ROOT/./bundled" - -[ROOT_julia_jll."1.0.0+0"] -libraries = ["libroot_julia"] - - [[ROOT_julia_jll."1.0.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[ROOT_julia_jll."1.0.0+0".sources]] - hash = "26217370e35ab78c56d87f36cc14778eb798c5be" - repo = "https://github.com/JuliaHEP/ROOT.jl.git" - -[RTCB_jll."0.91.0+0"] -executables = ["rtcbPlaneHM", "rtcbSphere", "rtcbPlane"] - - [[RTCB_jll."0.91.0+0".sources]] - hash = "c32b8d558a2f0b6cf9759ccdd19f872c0df0f5e5" - repo = "https://bitbucket.org/planetarysystemresearch/rtcb_public.git" - [[RTCB_jll."0.91.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/19a5368ab792f5527bc6fad8fdf6a7ece5525726//R/RTCB/./bundled" - -[RadeonProRender_jll."2.2.7+0"] -libraries = ["Northstar64", "libNorthstar64", "ProRenderGLTF", "libProRenderGLTF", "RadeonProRender64", "libRadeonProRender64", "RprLoadStore64", "libRprLoadStore64", "Tahoe64", "libTahoe64"] - - [[RadeonProRender_jll."2.2.7+0".sources]] - hash = "50200b1be97606e73b15baa17c568247e71d0116" - repo = "https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK.git" - -[RadeonProRender_jll."2.2.9+0"] -libraries = ["Northstar64", "libNorthstar64", "ProRenderGLTF", "libProRenderGLTF", "RadeonProRender64", "libRadeonProRender64", "RprLoadStore64", "libRprLoadStore64", "Tahoe64", "libTahoe64"] - - [[RadeonProRender_jll."2.2.9+0".sources]] - hash = "5916c58f9cc037899e0aa85e5f5a67c6e1ee7b29" - repo = "https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK.git" - -[RadeonProRender_jll."2.2.12+0"] -libraries = ["Northstar64", "libNorthstar64", "ProRenderGLTF", "libProRenderGLTF", "RadeonProRender64", "libRadeonProRender64", "RprLoadStore64", "libRprLoadStore64", "Tahoe64", "libTahoe64"] - - [[RadeonProRender_jll."2.2.12+0".sources]] - hash = "e284dfac04ee3a142603ba955a2bf8d11a78d945" - repo = "https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK.git" - -[RadeonProRender_jll."2.2.15+0"] -libraries = ["Northstar64", "libNorthstar64", "ProRenderGLTF", "libProRenderGLTF", "RadeonProRender64", "libRadeonProRender64", "RprLoadStore64", "libRprLoadStore64", "Tahoe64", "libTahoe64"] - - [[RadeonProRender_jll."2.2.15+0".sources]] - hash = "e284dfac04ee3a142603ba955a2bf8d11a78d945" - repo = "https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK.git" - -[RadeonProRender_jll."2.2.17+0"] -libraries = ["Northstar64", "libNorthstar64", "ProRenderGLTF", "libProRenderGLTF", "RadeonProRender64", "libRadeonProRender64", "RprLoadStore64", "libRprLoadStore64", "Tahoe64", "libTahoe64"] - - [[RadeonProRender_jll."2.2.17+0".sources]] - hash = "3135b69b525f026458c2dfd2874aacca217ef0c5" - repo = "https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK.git" - -[RadeonProRender_jll."3.1.0+0"] -libraries = ["Northstar64", "libNorthstar64", "ProRenderGLTF", "libProRenderGLTF", "RadeonProRender64", "libRadeonProRender64", "RprLoadStore64", "libRprLoadStore64", "Tahoe64", "libTahoe64"] - - [[RadeonProRender_jll."3.1.0+0".sources]] - hash = "f880013a9b263c7ec5143d3f9246fe8fb58959ba" - repo = "https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK.git" - -[RadeonProRender_jll."3.1.2+0"] -libraries = ["Northstar64", "libNorthstar64", "ProRenderGLTF", "libProRenderGLTF", "RadeonProRender64", "libRadeonProRender64", "RprLoadStore64", "libRprLoadStore64", "Tahoe64", "libTahoe64"] - - [[RadeonProRender_jll."3.1.2+0".sources]] - hash = "20d32d8c27269cd407190d98c7c3b63d150d3c47" - repo = "https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK.git" - -[RadeonProRender_jll."3.1.5+0"] -libraries = ["Northstar64", "libNorthstar64", "ProRenderGLTF", "libProRenderGLTF", "RadeonProRender64", "libRadeonProRender64", "RprLoadStore64", "libRprLoadStore64", "Tahoe64", "libTahoe64"] - - [[RadeonProRender_jll."3.1.5+0".sources]] - hash = "40cfdbcb7362927f833a2ee09458a63f029ee69d" - repo = "https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK.git" - -[Raylib_jll."4.0.0+0"] -libraries = ["libraylib"] - - [[Raylib_jll."4.0.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Raylib_jll."4.0.0+0".sources]] - hash = "0851960397f02a477d80eda2239f90fae14dec64" - repo = "https://github.com/raysan5/raylib.git" - [[Raylib_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3ef689d429b09c49c2f062f96722e853b043fa85//R/Raylib/./bundled" - -[Raylib_jll."4.0.0+1"] -libraries = ["libraylib"] - - [[Raylib_jll."4.0.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Raylib_jll."4.0.0+1".sources]] - hash = "0851960397f02a477d80eda2239f90fae14dec64" - repo = "https://github.com/raysan5/raylib.git" - [[Raylib_jll."4.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e5ccae5600ed0fc210cce66a5864598b0d490e33//R/Raylib/./bundled" - -[Raylib_jll."4.0.0+2"] -libraries = ["libraylib", "raylib"] - - [[Raylib_jll."4.0.0+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Raylib_jll."4.0.0+2".sources]] - hash = "0851960397f02a477d80eda2239f90fae14dec64" - repo = "https://github.com/raysan5/raylib.git" - [[Raylib_jll."4.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/72595c48697a68838d404bdf3c22c6312bd8a841//R/Raylib/./bundled" - -[Rclone_jll."1.53.2+0"] -executables = ["rclone"] - - [[Rclone_jll."1.53.2+0".sources]] - hash = "30dae752c9258f6aca9521a205696648fde4a98e" - repo = "https://github.com/rclone/rclone.git" - -[Rclone_jll."1.55.1+0"] -executables = ["rclone"] - - [[Rclone_jll."1.55.1+0".sources]] - hash = "825dd65e1de3b2a1d3926659194298f10b611923" - repo = "https://github.com/rclone/rclone.git" - -[Rclone_jll."1.58.1+0"] -executables = ["rclone"] - - [[Rclone_jll."1.58.1+0".sources]] - hash = "4d1d50a5b4888aa8eca10624073759ab8376c8b1acb38a238831d40074792524" - url = "https://github.com/rclone/rclone/releases/download/v1.58.1/rclone-v1.58.1.tar.gz" - -[Rclone_jll."1.59.0+0"] -executables = ["rclone"] - - [[Rclone_jll."1.59.0+0".sources]] - hash = "9061caad3082f4d275d90f2975ef120fb71f6537ed88d08db1a3b5404db5ae49" - url = "https://github.com/rclone/rclone/releases/download/v1.59.0/rclone-v1.59.0.tar.gz" - -[Rclone_jll."1.59.1+0"] -executables = ["rclone"] - - [[Rclone_jll."1.59.1+0".sources]] - hash = "db3860e4549af28d87aa83f2035a57c5d081b179e40d4c828db19c3c3545831e" - url = "https://github.com/rclone/rclone/releases/download/v1.59.1/rclone-v1.59.1.tar.gz" - -[Rclone_jll."1.60.1+0"] -executables = ["rclone"] - - [[Rclone_jll."1.60.1+0".sources]] - hash = "51b8d39b8fd419868d91ed5d0d0a22fb80d943f3fd3bab645c5498a3ad8b3dd9" - url = "https://github.com/rclone/rclone/releases/download/v1.60.1/rclone-v1.60.1.tar.gz" - -[Rclone_jll."1.63.1+0"] -executables = ["rclone"] - - [[Rclone_jll."1.63.1+0".sources]] - hash = "0d8bf8b7460681f7906096a9d37eedecc5a1d1d3ad17652e68f0c6de104c2412" - url = "https://github.com/rclone/rclone/releases/download/v1.63.1/rclone-v1.63.1.tar.gz" - -[Rclone_jll."1.65.2+0"] -executables = ["rclone"] - - [[Rclone_jll."1.65.2+0".sources]] - hash = "1305c913ac3684d02ce2bade0a23a2115c1ec03c9447d1562bb6cd9fa2573412" - url = "https://github.com/rclone/rclone/releases/download/v1.65.2/rclone-v1.65.2.tar.gz" - [[Rclone_jll."1.65.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/925e8c7a29ea0e8feb39548c91bb727b709f3b35//R/Rclone/bundled" - -[Rclone_jll."1.67.0+0"] -executables = ["rclone"] - - [[Rclone_jll."1.67.0+0".sources]] - hash = "f3863ef3fcbcc0aa0ca00c6bf1c099be9470df360751912db5c9021d3e549d10" - url = "https://github.com/rclone/rclone/releases/download/v1.67.0/rclone-v1.67.0.tar.gz" - [[Rclone_jll."1.67.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7faddc5dca75e563154ad0cb5a1ab7ce84ed26fc//R/Rclone/bundled" - -[Rclone_jll."1.68.0+0"] -executables = ["rclone"] - - [[Rclone_jll."1.68.0+0".sources]] - hash = "58e5b2bf01edecc9ec95110fd3566396fff0cf2d0cd2c41a09f56b4db1f041d2" - url = "https://github.com/rclone/rclone/releases/download/v1.68.0/rclone-v1.68.0.tar.gz" - [[Rclone_jll."1.68.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b11dc08a45478bb0e48b1c0d89eaa1a172ca8f8e//R/Rclone/bundled" - -[Rclone_jll."1.68.1+0"] -executables = ["rclone"] - - [[Rclone_jll."1.68.1+0".sources]] - hash = "c5d45b83dd008d08a0903eebf1578a11a40a77152226e22ce5e9287b9db05579" - url = "https://github.com/rclone/rclone/releases/download/v1.68.1/rclone-v1.68.1.tar.gz" - [[Rclone_jll."1.68.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ce15df6709570b3b2f77137bf178e35b12e16bd6//R/Rclone/bundled" - -[Rclone_jll."1.68.2+0"] -executables = ["rclone"] - - [[Rclone_jll."1.68.2+0".sources]] - hash = "2a16f040e824d4ba4ec9c1c395d891af7aa7bf08fd5251b8e28d017157cee925" - url = "https://github.com/rclone/rclone/releases/download/v1.68.2/rclone-v1.68.2.tar.gz" - [[Rclone_jll."1.68.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/87e78b63e6ff07bb032c5b8ce2717c4e417d1add//R/Rclone/bundled" - -[Rclone_jll."1.69.0+0"] -executables = ["rclone"] - - [[Rclone_jll."1.69.0+0".sources]] - hash = "45e6a329af4f98e0c71233511ab8543e454eaa22adeeb73179bfdb22456a2123" - url = "https://github.com/rclone/rclone/releases/download/v1.69.0/rclone-v1.69.0.tar.gz" - [[Rclone_jll."1.69.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/97c7006b6c56953b33573b1c024d105351357865//R/Rclone/bundled" - -[Rclone_jll."1.69.1+0"] -executables = ["rclone"] - - [[Rclone_jll."1.69.1+0".sources]] - hash = "02ea0fa75c0895b14153a7faf7b1a1273224c4782e6deeb60a366a48786e0722" - url = "https://github.com/rclone/rclone/releases/download/v1.69.1/rclone-v1.69.1.tar.gz" - [[Rclone_jll."1.69.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/27437ee89e62124eb53fd8bd1a626876e5c9652d//R/Rclone/bundled" - -[Rclone_jll."1.69.2+0"] -executables = ["rclone"] - - [[Rclone_jll."1.69.2+0".sources]] - hash = "2b3fe529ad1c534db429438bad852108ff25b1df9c98a09777866b12d85b95e3" - url = "https://github.com/rclone/rclone/releases/download/v1.69.2/rclone-v1.69.2.tar.gz" - [[Rclone_jll."1.69.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3d7bb81b86b0fa9c61b2dfdbd03e4bcadc6802b//R/Rclone/bundled" - -[Rclone_jll."1.69.3+0"] -executables = ["rclone"] - - [[Rclone_jll."1.69.3+0".sources]] - hash = "febfd634e4eeb2e81506673debaf9af996a390dd79f215b605ac93f3d68d2b93" - url = "https://github.com/rclone/rclone/releases/download/v1.69.3/rclone-v1.69.3.tar.gz" - [[Rclone_jll."1.69.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6015039996497a4b0eba19e2f12651a3858400c2//R/Rclone/bundled" - -[Rclone_jll."1.70.3+0"] -executables = ["rclone"] - - [[Rclone_jll."1.70.3+0".sources]] - hash = "e9399f0e940b3f7444a0322f35245c2e021b9e9af0709ba928e82e58f35c00d8" - url = "https://github.com/rclone/rclone/releases/download/v1.70.3/rclone-v1.70.3.tar.gz" - [[Rclone_jll."1.70.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d463ecf1ddf659fc042b7c1a17ea079f1458b31//R/Rclone/bundled" - -[Reactant_jll."0.0.1+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.1+0".sources]] - hash = "e132afd886a6d8333de42e99f5c0806c40c66482" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - -[Reactant_jll."0.0.2+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.2+0".sources]] - hash = "16c3d49318226e67c8eaa966b4e5e98c9c2d4361" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.2+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.3+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.3+0".sources]] - hash = "deee3bf8ee4f627ef9563265d7f4b0530154a745" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.3+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.3+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.4+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.4+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.4+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.4+0".sources]] - hash = "3aed0ea8b0f3a782b8b827ceaa6a32fc535e1694" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.4+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.4+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.5+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.5+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.5+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.5+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.5+0".sources]] - hash = "e6c52bbb59a899811338e8818d53e55aff86b8de" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.5+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.5+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.6+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.6+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.6+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.6+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.6+0".sources]] - hash = "9e503f3c4be179d47bde87ad0023c558599bbde1" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.6+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.6+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.7+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.7+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.7+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.7+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.7+0".sources]] - hash = "292dc03593ceb1a7a1f022fd7d3289bd69b000b5" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.7+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.7+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.8+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.8+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.8+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.8+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.8+0".sources]] - hash = "d7c7763b3a418029595fe1126501b329d952a863" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.8+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.8+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.8+1"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.8+1".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.8+1".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.8+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.8+1".sources]] - hash = "88a0b76125a4fb1074313bdcf26aa17d67e59b31" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.8+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.8+1".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.9+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.9+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.9+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.9+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.9+0".sources]] - hash = "88a0b76125a4fb1074313bdcf26aa17d67e59b31" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.9+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.9+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.10+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.10+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.10+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.10+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.10+0".sources]] - hash = "96e98bccde41ed521f2a8ac8ed608ab3eb9daa28" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.10+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.10+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.10+1"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.10+1".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.10+1".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.10+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.10+1".sources]] - hash = "248a85f1962ee9e8d00df2739cb4e6afdcd33c88" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.10+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.10+1".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.11+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.11+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.11+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.11+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.11+0".sources]] - hash = "248a85f1962ee9e8d00df2739cb4e6afdcd33c88" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.11+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.11+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.12+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.12+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.12+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.12+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.12+0".sources]] - hash = "606e3495dc672de67a26fa25f975b4e3528c951e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.12+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.12+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.12+1"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.12+1".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.12+1".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.12+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.12+1".sources]] - hash = "606e3495dc672de67a26fa25f975b4e3528c951e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.12+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.12+1".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.12+2"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.12+2".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.12+2".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.12+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.12+2".sources]] - hash = "606e3495dc672de67a26fa25f975b4e3528c951e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.12+2".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.12+2".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.13+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.13+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.13+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.13+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.13+0".sources]] - hash = "2e6451a1390266c4dba10669808677c1acfcebc2" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.13+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.13+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.14+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.14+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.14+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.14+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.14+0".sources]] - hash = "8f25b97054405ad827eddf62f571b72d397d3ae7" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.14+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.14+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.15+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra"] - - [[Reactant_jll."0.0.15+0".build_dependencies]] - name = "CUDNN_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.15+0".build_dependencies]] - name = "TensorRT_jll" - target = "target" - version = "*" - [[Reactant_jll."0.0.15+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "*" - - [[Reactant_jll."0.0.15+0".sources]] - hash = "3a2b61c72817a59acc2f493f622dd1d7053acddc" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.15+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.15+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.16+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcuda", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.16+0".sources]] - hash = "a7cb5e4337df97e2cb8f19f5141a19fd2ff28f24" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.16+0".sources]] - hash = "fc89da919415289f29e4ff18a5e01270ece9a6fe83cb60967218bac4a3bb3ed2" - url = "https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel-6.5.0-dist.zip" - [[Reactant_jll."0.0.16+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.16+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.18+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.18+0".sources]] - hash = "f8bbcb842cfb7dfc2179314e8166896d1b56b850" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.18+0".sources]] - hash = "fc89da919415289f29e4ff18a5e01270ece9a6fe83cb60967218bac4a3bb3ed2" - url = "https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel-6.5.0-dist.zip" - [[Reactant_jll."0.0.18+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.18+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.19+0"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.19+0".sources]] - hash = "f8bbcb842cfb7dfc2179314e8166896d1b56b850" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.19+0".sources]] - hash = "fc89da919415289f29e4ff18a5e01270ece9a6fe83cb60967218bac4a3bb3ed2" - url = "https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel-6.5.0-dist.zip" - [[Reactant_jll."0.0.19+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.19+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.19+1"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.19+1".sources]] - hash = "57adaaa3fd6a0bf1881571ff95e433e5acca342b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.19+1".sources]] - hash = "fc89da919415289f29e4ff18a5e01270ece9a6fe83cb60967218bac4a3bb3ed2" - url = "https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel-6.5.0-dist.zip" - [[Reactant_jll."0.0.19+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.19+1".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.20+0"] -executables = ["ptxas"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl", "lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.20+0".sources]] - hash = "f3c65db3989c208a926f3a095c4ae2f0b1e7a579" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.20+0".sources]] - hash = "fc89da919415289f29e4ff18a5e01270ece9a6fe83cb60967218bac4a3bb3ed2" - url = "https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel-6.5.0-dist.zip" - [[Reactant_jll."0.0.20+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.20+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.21+0"] -executables = ["ptxas"] -files = ["Affine.inc.jl", "Arith.inc.jl", "Builtin.inc.jl", "Enzyme.inc.jl", "Func.inc.jl", "StableHLO.inc.jl", "CHLO.inc.jl", "VHLO.inc.jl", "lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.21+0".sources]] - hash = "deefd1874c8c6050c6cd42e4eb846a889f5cafb0" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.21+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.21+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.21+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.22+0"] -executables = ["ptxas"] -files = ["Affine.jl", "Arith.jl", "Builtin.jl", "Enzyme.jl", "Func.jl", "StableHLO.jl", "CHLO.jl", "VHLO.jl", "lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.22+0".sources]] - hash = "7f55680aeb97da9262de404ad81df040b57ad9c1" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.22+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.22+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.22+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.23+0"] -executables = ["ptxas"] -files = ["Affine.jl", "Arith.jl", "Builtin.jl", "Enzyme.jl", "Func.jl", "StableHLO.jl", "CHLO.jl", "VHLO.jl", "lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.23+0".sources]] - hash = "c0e4de6db9b45486cee06b883612ba648a1ac583" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.23+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.23+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.23+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.24+0"] -executables = ["ptxas"] -files = ["Affine.jl", "Arith.jl", "Builtin.jl", "Enzyme.jl", "Func.jl", "StableHLO.jl", "CHLO.jl", "VHLO.jl", "lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.24+0".sources]] - hash = "3b305334cc60ea2316d5166b2affbbb71750f05a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.24+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.24+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.24+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.25+0"] -executables = ["ptxas"] -files = ["Affine.jl", "Arith.jl", "Builtin.jl", "Enzyme.jl", "Func.jl", "StableHLO.jl", "CHLO.jl", "VHLO.jl", "lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.25+0".sources]] - hash = "6cd6c701bffbd9a5439b3a20b1f284fc621547c6" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.25+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.25+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.25+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.26+0"] -executables = ["ptxas"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.26+0".sources]] - hash = "899668ab6a4121a63fc8a725d988bc736ae1474f" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.26+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.26+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.26+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.27+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.27+0".sources]] - hash = "5eaa114d88dc92d83ea9844fdd7b04267d225cae" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.27+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.27+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.27+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.28+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.28+0".sources]] - hash = "d87355a1f7d1c3501ea4382198799df87df60b97" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.28+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.28+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.28+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.29+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.29+0".sources]] - hash = "52668eebd5be634aaa228c03a105d4f6c9154433" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.29+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.29+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.29+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.30+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.30+0".sources]] - hash = "4cc000c76630ce32151d261b704ee0b20308506f" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.30+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.30+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.30+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.31+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.31+0".sources]] - hash = "6571d54d595d22cb7f7d10d1870f335550903999" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.31+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.31+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.31+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.32+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.32+0".sources]] - hash = "a02fd5bb762aa0b0ab50d1ae09bec8f87b94a70b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.32+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.32+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.32+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.33+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.33+0".sources]] - hash = "8b28594cfb9a5dfdee70d0bc88498042d0cd69c6" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.33+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.33+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.33+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.34+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.34+0".sources]] - hash = "25abfe4030eaad85b1a76716afae8a0b82de789a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.34+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.34+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.34+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.35+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.35+0".sources]] - hash = "db7ee18af64bc4c0ad2285064426138c1a3746ca" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.35+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.35+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.35+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.36+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.36+0".sources]] - hash = "327d2522d7baa3d679a880a86bc1548080a10d44" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.36+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.36+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.36+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.37+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.37+0".sources]] - hash = "844c18fb3b2f878f8fb0397148ae48133f051a91" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.37+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.37+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.37+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.38+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.38+0".sources]] - hash = "97e3f79ec8b6dd0ec30b9ed21438c83e484c5040" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.38+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.38+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.38+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.39+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.39+0".sources]] - hash = "eef65ce615a95f02b3b3c3c507f4f856161b7208" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.39+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.39+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.39+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.40+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.40+0".sources]] - hash = "ab946703ee6935887b7b441fbe16a3dac260fbc0" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.40+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.40+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.40+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.41+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.41+0".sources]] - hash = "789d9ccb7f9f03d6afc6469f8df6682f652a441b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.41+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.41+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.41+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.41+1"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.41+1".sources]] - hash = "789d9ccb7f9f03d6afc6469f8df6682f652a441b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.41+1".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.41+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.41+1".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.41+2"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.41+2".sources]] - hash = "789d9ccb7f9f03d6afc6469f8df6682f652a441b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.41+2".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.41+2".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.41+2".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.42+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.42+0".sources]] - hash = "7bd06f07e2002c762fcdd9b6d3890042291cfd72" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.42+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.42+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.42+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.43+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.43+0".sources]] - hash = "036cb752b47976018d3ed87a142b136ec3e6836e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.43+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.43+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.43+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.44+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.44+0".sources]] - hash = "ce038f847afec02dc3e0d62919179ced25d4745a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.44+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.44+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.44+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.45+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.45+0".sources]] - hash = "8ddb738b9e41725ac9201cca78d3ee1864e6d326" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.45+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.45+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.45+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.46+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.46+0".sources]] - hash = "692fd1881f2770f6ed5f9dc54eaca959d703df01" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.46+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.46+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.46+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.47+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.47+0".sources]] - hash = "1936d6ee292b3796a47e30d5a323f9d2c38df51c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.47+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.47+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.47+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.48+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.48+0".sources]] - hash = "678b90de9000707d3ba9f773287386074cf13f85" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.48+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.48+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.48+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.49+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.49+0".sources]] - hash = "001db7cb90419c9344e29079abd90abd76917ac7" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.49+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.49+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.49+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.50+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.50+0".sources]] - hash = "75cf2e597827d6af307f5af638d0f3dd908a35b0" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.50+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.50+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.50+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.51+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.51+0".sources]] - hash = "d39c500fe3f317e06b580ac2186bde4c1b7f5576" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.51+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.51+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.51+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.52+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.52+0".sources]] - hash = "fe1e9c39048cae518409d06b34b4be6d69a4dba1" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.52+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.52+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.52+0".sources]] - hash = "2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/llvm-project-18.1.4.src.tar.xz" - -[Reactant_jll."0.0.53+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.53+0".sources]] - hash = "29b0eace17d3d08fbd1bdbd9d0540f3a2c415b77" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.53+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.53+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Reactant_jll."0.0.54+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.54+0".sources]] - hash = "59b1856a39d803fec1ecc94c906987f0bee3d0e1" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.54+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.54+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Reactant_jll."0.0.55+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.55+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.55+0".sources]] - hash = "69517088526a39f25fe6f9171f00dda39ca25691" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.55+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.55+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.55+0".sources]] - hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" - [[Reactant_jll."0.0.55+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.56+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.56+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.56+0".sources]] - hash = "e1b1e8f539f471240233abe7c4d5f5fed0e23afe" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.56+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.56+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.56+0".sources]] - hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" - [[Reactant_jll."0.0.56+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.57+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.57+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.57+0".sources]] - hash = "3540bfc88f6c8af49452443bd4f4fa69470ee879" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.57+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.57+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.57+0".sources]] - hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" - [[Reactant_jll."0.0.57+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.58+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.58+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.58+0".sources]] - hash = "5c67d0a7c5950f999a823d40895c3a2edb1f4d1d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.58+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.58+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.58+0".sources]] - hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" - [[Reactant_jll."0.0.58+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.59+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.59+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.59+0".sources]] - hash = "fe8ba34fd81de8efa3f9647021a8beb8d8cbfabb" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.59+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.59+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.59+0".sources]] - hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" - [[Reactant_jll."0.0.59+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.60+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.60+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.60+0".sources]] - hash = "85e08c32a72d4ea9edf402df19061f0ac74c6917" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.60+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.60+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.60+0".sources]] - hash = "1bb1faac058a1e122adad09dabaa378ee9591762b7787a9144de845f99e03aed" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.3.103-archive.tar.xz" - [[Reactant_jll."0.0.60+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.61+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.61+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.61+0".sources]] - hash = "85e08c32a72d4ea9edf402df19061f0ac74c6917" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.61+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.61+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.61+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.61+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.62+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.62+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.62+0".sources]] - hash = "71941115a1d4c9fdb55ac608af74b9ceffd80547" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.62+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.62+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[Reactant_jll."0.0.62+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.62+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.63+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.63+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.63+0".sources]] - hash = "170e48d371468c8feffc32e78937938dd1e17a50" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.63+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.63+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.63+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.63+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.64+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.64+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.64+0".sources]] - hash = "aebb7700f0d0053c507b9deab6051e2dd06bbbc0" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.64+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.64+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.64+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.64+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.65+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.65+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.65+0".sources]] - hash = "15dad89846bc384db2938eef642c973fc058243d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.65+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.65+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.65+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.65+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.65+1"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.65+1".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.65+1".sources]] - hash = "15dad89846bc384db2938eef642c973fc058243d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.65+1".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.65+1".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.65+1".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.65+1".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.66+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.66+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.66+0".sources]] - hash = "a31b2e0b3d034f600ff0137f5d6bd8bf84d12a0f" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.66+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.66+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.66+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.66+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.67+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.67+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.67+0".sources]] - hash = "22ec2259a69b8439b93766a6300c0d7a3617dce2" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.67+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.67+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.67+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.67+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.68+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.68+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.68+0".sources]] - hash = "0a47c810817a42fb19deccb4efc96bf1980175cb" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.68+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.68+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.68+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.68+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.69+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.69+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.69+0".sources]] - hash = "ae6e60c923cce2b3932b4a90574d75817058e235" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.69+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.69+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.69+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.69+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.70+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.70+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.70+0".sources]] - hash = "93bc64bce3727de54371dafddebc87071ac82fb1" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.70+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.70+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.70+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.70+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.71+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.71+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.71+0".sources]] - hash = "871790fc9c6c7ab0cbddf07113f11cade1d5d1ad" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.71+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.71+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.71+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.71+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.72+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.72+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.72+0".sources]] - hash = "0a7e07809ef2a835d6c25cf3aa2b83003da3913b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.72+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.72+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.72+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.72+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.73+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.73+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.73+0".sources]] - hash = "bcb0282d9629802e933e7c76519d8b5837a3928c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.73+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.73+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.73+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.73+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.74+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.74+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.74+0".sources]] - hash = "c9f45861d19ea4bc2329034accb4c08a33d04959" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.74+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.74+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.74+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.74+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.75+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.75+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.75+0".sources]] - hash = "9af8d87d93ec95e4bd1f5b696e957f2dc3c8e7dc" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.75+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.75+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.75+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.75+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.76+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.76+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.76+0".sources]] - hash = "5c510f03cab7c2404074815a9ff3b577f42df015" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.76+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.76+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.76+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.76+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.77+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.77+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.77+0".sources]] - hash = "2d4da3fcd4752e27ac2e400712d66499bd2085b0" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.77+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.77+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.77+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.77+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.78+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.78+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.78+0".sources]] - hash = "3991fd0a8457de3295c14446029dd6c6bd7cb4d5" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.78+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.78+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.78+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.78+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.79+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.79+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.79+0".sources]] - hash = "4b6b818b044e5fcad06994c2c03de105f2126169" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.79+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.79+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.79+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.79+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.80+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.80+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.80+0".sources]] - hash = "1f800c46807215ce824bbaf06fff4eb19b800e94" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.80+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.80+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.80+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.80+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.81+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.81+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.81+0".sources]] - hash = "b0e5f110db36a9d53e833154d519ca67487bd9b5" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.81+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.81+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.81+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.81+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.82+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.82+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.82+0".sources]] - hash = "f56f80699b79a527d9a60d43ca261f775e804159" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.82+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.82+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.82+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.82+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.83+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.83+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.83+0".sources]] - hash = "e191da45854a8f103af2a858805ecbe983aed2fd" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.83+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.83+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.83+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.83+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.84+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.84+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.84+0".sources]] - hash = "e191da45854a8f103af2a858805ecbe983aed2fd" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.84+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.84+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.84+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.84+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.85+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.85+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.85+0".sources]] - hash = "70f6f106da1f7344f35bd9f095175eea444d168f" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.85+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.85+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.85+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.85+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.86+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.86+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.86+0".sources]] - hash = "d07d8941fb14ef8963f0e37bd0067e028473124f" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.86+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.86+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.86+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.86+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.87+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.87+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.87+0".sources]] - hash = "926f351643f4ab87fdd0330ce57d6d497465e203" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.87+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.87+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.87+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.87+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.88+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.88+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.88+0".sources]] - hash = "bbddc3987fb3f829da59cd93d7c06a74af52b5ca" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.88+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.88+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.88+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.88+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.89+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.89+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.89+0".sources]] - hash = "79fb8e1377eb1a7e3aee11fd502a7f7cc656d959" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.89+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.89+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.89+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.89+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.90+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.90+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.90+0".sources]] - hash = "1ca73863f0091cfbff2dd938e35e76c68d59b67c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.90+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.90+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.90+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.90+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.91+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.91+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.91+0".sources]] - hash = "d296cbe86ed30247c6df4ba6b00150715d8e388c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.91+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.91+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.91+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.91+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.92+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.92+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.92+0".sources]] - hash = "fa53f2c3abf80fa93153646b2bd4cc88447dfada" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.92+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.92+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.92+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.92+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.93+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.93+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.93+0".sources]] - hash = "c02cc66104b7fabc2317f73bf2149a5d424bcb05" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.93+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.93+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.93+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.93+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.94+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.94+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.94+0".sources]] - hash = "6cb706f5fbc64b5cc0292adbcc39d54ed4313215" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.94+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.94+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.94+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.94+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.95+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.95+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.95+0".sources]] - hash = "66e4a54e81a135e31e84f6c45eff5c589c89e57e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.95+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.95+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.95+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.95+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.96+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.96+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.96+0".sources]] - hash = "8bdc51d9c9658048d7ccdf50b4d3b7c6e20b3983" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.96+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.96+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.96+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.96+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.97+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.97+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.97+0".sources]] - hash = "672360b7826a96289c6542773d5552dd0953c3d0" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.97+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.97+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.97+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.97+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.98+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.98+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.98+0".sources]] - hash = "cb49c0750371c43ae40632cda7e788df89bea4d4" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.98+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.98+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.98+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.98+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.99+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.99+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.99+0".sources]] - hash = "47afbd6af3746eea1c9f775e484a31456f2e80cf" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.99+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.99+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.99+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.99+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.100+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.100+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.100+0".sources]] - hash = "a467584d717fce72550ebf68767ee12046a0341b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.100+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.100+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.100+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.100+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.101+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.101+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.101+0".sources]] - hash = "c78c5a0429c87d645ccc1f97dbe34ca493d6bb3d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.101+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.101+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.101+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.101+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.102+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.102+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.102+0".sources]] - hash = "4294ecae9a91da70ef6e4d6190b976a31e4bce23" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.102+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.102+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.102+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.102+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.103+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.103+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.103+0".sources]] - hash = "0e7287bd1cf543313c0d48f702cce009aaa2a952" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.103+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.103+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.103+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.103+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.104+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.104+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.104+0".sources]] - hash = "648721eeb9526a0b14b7d85e5e96cf2dfb4378b5" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.104+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.104+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.104+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.104+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.105+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.105+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.105+0".sources]] - hash = "fc986ff7970fd528365a8639a6cebc031a163399" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.105+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.105+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.105+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.105+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.106+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.106+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.106+0".sources]] - hash = "e97549e4d056772f3f72c84601cd90d91f597b94" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.106+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.106+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.106+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.106+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.107+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.107+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.107+0".sources]] - hash = "98e5f9699a4ec14dc825c3ada93959d15ee441bc" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.107+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.107+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.107+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.107+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.108+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.108+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.108+0".sources]] - hash = "525aa0803b0cb260617d63ba6968aef1c4b2b31c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.108+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.108+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.108+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.108+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.109+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.109+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.109+0".sources]] - hash = "54caea932328baf66d6388c5550fbdc073f629e4" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.109+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.109+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.109+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.109+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.110+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.110+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.110+0".sources]] - hash = "30c5c4bdf657723167ab776cebd081a894207c8d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.110+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.110+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.110+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.110+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.111+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.111+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.111+0".sources]] - hash = "d5ecd34cd67eb65f51f25e938bca54ea2f2c5c14" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.111+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.111+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.111+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.111+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.112+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.112+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.112+0".sources]] - hash = "d43b259ff55537fffae336d93b71b52975c716b2" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.112+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.112+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.112+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.112+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.113+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.113+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.113+0".sources]] - hash = "1f442e73acd9de452cd34dc954746a160bea6eea" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.113+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.113+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.113+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.113+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.114+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.114+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.114+0".sources]] - hash = "f9c549312be514b6d1e40e889e7539024619b9d9" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.114+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.114+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.114+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.114+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.115+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.115+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.115+0".sources]] - hash = "643c597a872e86ceefa7720299368a344a732fe3" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.115+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.115+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.115+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.115+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.116+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.116+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.116+0".sources]] - hash = "3c2211fe36f4e7665669be863386924a4a7513dd" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.116+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.116+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.116+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.116+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.117+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.117+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.117+0".sources]] - hash = "dd792304ebd35e826809ec16f4bab772a89fcfb7" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.117+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.117+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.117+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.117+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.118+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.118+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.118+0".sources]] - hash = "8e0e68f27a9dad5f4aa6e09da688dadb29c955d3" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.118+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.118+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.118+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.118+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.119+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.119+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.119+0".sources]] - hash = "3a51bf59d32f0b0f962f6364e61d75a812872445" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.119+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.119+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.119+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.119+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.120+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.120+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.120+0".sources]] - hash = "af6f816188d184e04195f1c0f18127ad5be305f6" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.120+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.120+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.120+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.120+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.121+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.121+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.121+0".sources]] - hash = "46ca1bb76a16c976dd1bf0ca3df5af44c0597257" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.121+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.121+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.121+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.121+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.122+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.122+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.122+0".sources]] - hash = "8e70e8919db406451964627feb4cf13693f77201" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.122+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.122+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.122+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.122+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.123+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.123+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.123+0".sources]] - hash = "10264c68fa177110534f60e08e395bc9dbe6f33d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.123+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.123+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.123+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.123+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.124+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.124+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.124+0".sources]] - hash = "62a98c9e0f5d79ddd23d027d4944ef7be04b63b2" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.124+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.124+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.124+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.124+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.125+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.125+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.125+0".sources]] - hash = "a533c967655377d47c344632ecf259d71fd8f5af" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.125+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.125+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.125+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.125+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.126+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.126+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.126+0".sources]] - hash = "e1135dc4f4197fb38c1310e56c4ca16ec0efbb8c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.126+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.126+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.126+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.126+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.127+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.127+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.127+0".sources]] - hash = "31105634d0c773d12dc71ae0f3de9c59d27fca15" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.127+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.127+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.127+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.127+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.128+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.128+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.128+0".sources]] - hash = "82e8c3c35ed8cfb896b8baec3c70443804857d5a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.128+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.128+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.128+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.128+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.129+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.129+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.129+0".sources]] - hash = "2dd890761b96362ecc01ab31553252b1a2a7cfab" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.129+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.129+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.129+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.129+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.129+1"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.129+1".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.129+1".sources]] - hash = "08713d6e557f8939dbd9a3f1b4dc6bb0e0d35da8" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.129+1".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.129+1".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.129+1".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.129+1".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.130+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.130+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.130+0".sources]] - hash = "0a460dc9915d2a11dc86691df244a4cb220c17ea" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.130+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.130+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.130+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.130+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.131+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.131+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.131+0".sources]] - hash = "ac1655f87b48599c0ee2b6a6084eb14a5da6d343" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.131+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.131+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.131+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.131+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.132+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.132+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.132+0".sources]] - hash = "f675270104401468db20b6d98b980dc13e14803e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.132+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.132+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.132+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.132+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.133+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.133+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.133+0".sources]] - hash = "3dec465a4c8f1bfb5aebc85a5200569e1b0bd55e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.133+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.133+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.133+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.133+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.134+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.134+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.134+0".sources]] - hash = "a5490912019404e3d7edb27d03cddd7914421ca6" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.134+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.134+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.134+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.134+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.135+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.135+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.135+0".sources]] - hash = "4b6ad22c48376350642e80d020148bf2c1ef24d4" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.135+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.135+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.135+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.135+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.136+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.136+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.136+0".sources]] - hash = "0646b1d695feca78a5c5e485c0d2865f81ba95ad" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.136+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.136+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.136+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.136+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.137+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.137+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.137+0".sources]] - hash = "bc873607f781bcb6a5326e989a9d4fbe416e58e4" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.137+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.137+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.137+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.137+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.138+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.138+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.138+0".sources]] - hash = "97910a4a40269a829564aa190d2e058bd3fdf9e8" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.138+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.138+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.138+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.138+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.139+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.139+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.139+0".sources]] - hash = "2daeedecd8004b30166ca02ea7611b4081611a71" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.139+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.139+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.139+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.139+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.140+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.140+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.140+0".sources]] - hash = "376f3108c68fd9a74409cd4728e063b68be941fc" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.140+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.140+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.140+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.140+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.141+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.141+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.141+0".sources]] - hash = "bb235e4036aa248a75817337c2ce2b8d3714f09e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.141+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.141+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.141+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.141+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.142+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.142+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.142+0".sources]] - hash = "155c9056b075936287aa005b9bc24afeb163abc9" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.142+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.142+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.142+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.142+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.143+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.143+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.143+0".sources]] - hash = "5dc1df49b6adc231829ab6f914a675952f224865" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.143+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.143+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.143+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.143+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.144+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.144+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.144+0".sources]] - hash = "4b26c1008a3e7c8798ce9f45f183da16f5eafd23" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.144+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.144+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.144+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.144+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.145+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.145+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.145+0".sources]] - hash = "d736d0cd73e082a5852bf67d7a410f55a5b5369b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.145+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.145+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.145+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.145+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.146+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.146+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.146+0".sources]] - hash = "add2ae9ff06a40ebbfb2e56827aa661ef6352808" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.146+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.146+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.146+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.146+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.147+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.147+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.147+0".sources]] - hash = "164e68e98518db25924af0377954eaa615b867a3" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.147+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.147+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.147+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.147+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.148+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.148+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.148+0".sources]] - hash = "a2eb7dc442fe0a4b46d2ab91d52dca934c4350a6" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.148+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.148+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.148+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.148+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.149+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.149+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.149+0".sources]] - hash = "8056ea90b4896f02803f0c2bdae229deede218b7" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.149+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.149+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.149+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.149+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.150+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.150+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.150+0".sources]] - hash = "e0944d186410138d17ab20489afbd48ecc60f43b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.150+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.150+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.150+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.150+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.151+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.151+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.151+0".sources]] - hash = "344c59f77fc45ddf44fb387c38ab109d8f14cba8" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.151+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.151+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.151+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.151+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.152+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.152+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.152+0".sources]] - hash = "38f970d60e0e19b7328018ae1be2dcd9c4ef12ed" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.152+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.152+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.152+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.152+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.153+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.153+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.153+0".sources]] - hash = "fc7d3518993f5442561d9118ea2c5cd8182d4e6d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.153+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.153+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.153+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.153+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.154+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.154+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.154+0".sources]] - hash = "56b79921cacba7752258f0b4d1db26dbdeb9cf24" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.154+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.154+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.154+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.154+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.155+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.155+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.155+0".sources]] - hash = "ffb29ee5f2083b34050deec72293d0772425e813" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.155+0".sources]] - hash = "8b43ffdf519848d89d1c0574d38339dcb326b0a1f4015fceaa43d25107c3aade" - url = "https://github.com/wsmoses/binaries/releases/download/v0.0.1/bazel-dev" - [[Reactant_jll."0.0.155+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.155+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.155+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.156+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.156+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.156+0".sources]] - hash = "a4ce24914687e56d5c4eeb02330a4f8bf25d055a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.156+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.156+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.156+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.156+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.156+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.157+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.157+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.157+0".sources]] - hash = "5263119cb5770596dd6eed8198b662420a139e60" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.157+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.157+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.157+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.157+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.157+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.158+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.158+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.158+0".sources]] - hash = "31b1644994b6b9342d2caf430942fc5565fb36ca" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.158+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.158+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.158+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.158+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.158+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.159+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.159+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.159+0".sources]] - hash = "bc754170813f7219e314c898645523eca407092a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.159+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.159+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.159+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.159+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.159+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.160+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.160+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.160+0".sources]] - hash = "7b3555c65fbb077f353c47e9defa4211da6301c4" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.160+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.160+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.160+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.160+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.160+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.161+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.161+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.161+0".sources]] - hash = "3e4529f5fbd24811eb3f8399571028a12588a536" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.161+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.161+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.161+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.161+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.161+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.162+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.162+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.162+0".sources]] - hash = "e6964ac54306643695aafcac00a90e811d178a51" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.162+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.162+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.162+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.162+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.162+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.163+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.163+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.163+0".sources]] - hash = "962f67e2ebfc42f1044a982d414803f00bc90d09" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.163+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.163+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.163+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.163+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.163+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.164+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.164+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.164+0".sources]] - hash = "d12a1fc4c1d38ce87a2505f842975d65cc2693be" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.164+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.164+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.164+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.164+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.164+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.165+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.165+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.165+0".sources]] - hash = "6b6a5f981d1e290d977742136adc2a1473327496" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.165+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.165+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.165+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.165+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.165+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.166+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.166+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.166+0".sources]] - hash = "2872f0a795ab55edd99947628b43538bf781a6a1" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.166+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.166+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.166+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.166+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.166+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.167+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.167+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.167+0".sources]] - hash = "6da3e14095df61e1a9a136f75b6293b8d5063883" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.167+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.167+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.167+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.167+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.167+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.168+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.168+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.168+0".sources]] - hash = "43ef88ad595a5a9f3f9a70811deebd8c407a829a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.168+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.168+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.168+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.168+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.168+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.169+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.169+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.169+0".sources]] - hash = "4aec0c2cc3b584ff555e886ea7143e2b1b3a189c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.169+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.169+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.169+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.169+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.169+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.170+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.170+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.170+0".sources]] - hash = "1704370463cb6a671d33e21eabbd0b2ac46594db" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.170+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.170+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.170+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.170+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.170+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.171+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.171+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.171+0".sources]] - hash = "070fd098ae51f279f2d45d4c5612fe60935b182b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.171+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.171+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.171+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.171+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.171+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.172+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.172+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.172+0".sources]] - hash = "0eda717e59f9dd3e1d5cc089e31903f73e48f601" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.172+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.172+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.172+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.172+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.172+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.173+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.173+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.173+0".sources]] - hash = "a32875ee6d51fb1936bb66f949831381c63a1209" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.173+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.173+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.173+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.173+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.173+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.174+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.174+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.174+0".sources]] - hash = "c55876eb82daa3bf5c0f79a7087c85b1df711182" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.174+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.174+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.174+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.174+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.174+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.175+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.175+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.175+0".sources]] - hash = "5045f3ba6b48980e65af4b71ad4af44c03ea2346" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.175+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.175+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.175+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.175+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.175+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.176+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.176+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.176+0".sources]] - hash = "7df10646d6f442efd3186d1d24d4051d0b3d96bc" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.176+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.176+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.176+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.176+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.176+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.177+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.177+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.177+0".sources]] - hash = "49fd98268977dfde95957613c91dd569fc0481c1" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.177+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.177+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.177+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.177+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.177+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.178+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.178+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.178+0".sources]] - hash = "8b0ba6c76e5ba906e38874359fac9d86962d746f" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.178+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.178+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.178+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.178+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.178+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.179+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.179+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.179+0".sources]] - hash = "a45cdb95edf8f1eb7bebaf43477a4343a9d6fe5a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.179+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.179+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.179+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.179+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.179+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.180+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.180+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.180+0".sources]] - hash = "1a228c91c74fa6406001457e632607334307a4b1" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.180+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.180+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.180+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.180+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.180+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.181+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.181+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.181+0".sources]] - hash = "47080e72b7a038f334b124fc81b08fe56707e8ae" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.181+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.181+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.181+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.181+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.181+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.182+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.182+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.182+0".sources]] - hash = "56e0a96b6249b67345530c0265d0f496c5ab2e42" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.182+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.182+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.182+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.182+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.182+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.183+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.183+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.183+0".sources]] - hash = "4025e2ad89c01875bf6299c8bd74571575e01b3c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.183+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.183+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.183+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.183+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.183+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.184+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.184+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.184+0".sources]] - hash = "b6b5364e88b1939495b8bfec0ddde67987d56102" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.184+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.184+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.184+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.184+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.184+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.185+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.185+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.185+0".sources]] - hash = "e8a147b49c850cd1e1eaa44d22bbb56b6b170c4a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.185+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.185+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.185+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.185+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.185+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.186+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.186+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.186+0".sources]] - hash = "feee3e13e60e19352c0bf044e0d507adda39e186" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.186+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.186+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.186+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.186+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.186+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.187+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.187+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.187+0".sources]] - hash = "f909787965d71edabc966ba9cabeb413172cb779" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.187+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.187+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.187+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.187+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.187+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.188+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.188+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.188+0".sources]] - hash = "d14208f4dedd53004b9084e774b672c74a4672c8" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.188+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.188+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.188+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.188+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.188+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.189+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.189+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.189+0".sources]] - hash = "bc20553366775f301e3b62838939ecda5ae3223c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.189+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.189+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.189+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.189+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.189+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.190+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.190+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.190+0".sources]] - hash = "27842d379ad928251fcd7fa6e520bd8d4093205e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.190+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.190+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.190+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.190+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.190+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.191+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.191+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.191+0".sources]] - hash = "a1e114b4c1ec997dc1c4c982cadc1975ee8db108" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.191+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.191+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.191+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.191+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.191+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.192+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.192+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.192+0".sources]] - hash = "b08e6f00f2118e846324b6345ab2639b928ea48a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.192+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.192+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.192+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.192+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.192+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.193+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.193+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.193+0".sources]] - hash = "1ef9545e7de79ee74217c4eb88ec51e5a059075d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.193+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.193+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.193+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.193+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.193+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.194+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.194+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.194+0".sources]] - hash = "925e7897d9925f3bc5e9b592e4369be6b9ffdcf8" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.194+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.194+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.194+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.194+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.194+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.195+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.195+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.195+0".sources]] - hash = "274c9f23038411477320482e9581db15302ff278" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.195+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.195+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.195+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.195+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.195+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.196+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.196+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.196+0".sources]] - hash = "1a0b19bc3e0cb7bc43b63ec504661dd95c58b22a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.196+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.196+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.196+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.196+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.196+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.197+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.197+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.197+0".sources]] - hash = "94620396363e66c769726b8ff6b5cd6a6dcaf604" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.197+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.197+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.197+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.197+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.197+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.198+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.198+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.198+0".sources]] - hash = "fcbb6382daf56b185a0ec99abef7d3f5d1696fec" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.198+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.198+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.198+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.198+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.198+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.199+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.199+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.199+0".sources]] - hash = "5dcf9bf591a922d14ef61061051aba65f3a6e77b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.199+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.199+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.199+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.199+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.199+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.200+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.200+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.200+0".sources]] - hash = "f716f6b8f15ea2aa4a1b90cab8382dec0a618d7b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.200+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.200+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.200+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.200+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.200+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.201+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.201+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.201+0".sources]] - hash = "89369a8beadbc327005c17a031f31a9ed2cd7936" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.201+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.201+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.201+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.201+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.201+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.202+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.202+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.202+0".sources]] - hash = "8ee65e1ae16c7d05f1f2b60e749561cd683a9e89" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.202+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.202+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.202+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.202+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.202+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.203+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.203+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.203+0".sources]] - hash = "8302fa63cbd30376a998e7fe2bfad17852ca2f88" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.203+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.203+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.203+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.203+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.203+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.204+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.204+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.204+0".sources]] - hash = "28203e540c66b922c954da756f599585fb56996b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.204+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.204+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.204+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.204+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.204+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.205+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.205+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.205+0".sources]] - hash = "951b9ec0fe5a947d7283970002f60766ab0bcc55" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.205+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.205+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.205+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.205+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.205+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.206+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.206+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.206+0".sources]] - hash = "236a79a565706a93b6acbeabd15bc37dc333c25b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.206+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.206+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.206+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.206+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.206+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.207+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.207+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.207+0".sources]] - hash = "3567676de0afcec5e0e1a14608bf013dea0669fb" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.207+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.207+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.207+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.207+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.207+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.208+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.208+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.208+0".sources]] - hash = "436d6f32875cea1ffc6c0737c98121cb6b363ad0" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.208+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.208+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.208+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.208+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.208+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.209+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.209+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.209+0".sources]] - hash = "4eaf23f1cbb70853416a0091243b5cdf2884eb31" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.209+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.209+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.209+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.209+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.209+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.210+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.210+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.210+0".sources]] - hash = "23a8d1ab8f0b918852dec64f088d207f77e2740c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.210+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.210+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.210+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.210+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.210+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.211+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.211+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.211+0".sources]] - hash = "7139f0aa3c128e98bc8c24cfc92934d54caf6099" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.211+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.211+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.211+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.211+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.211+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.212+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.212+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.212+0".sources]] - hash = "56f884bcded2b20e81fd0576fc53dd5d97b0f53d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.212+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.212+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.212+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.212+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[Reactant_jll."0.0.212+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.213+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.213+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.213+0".sources]] - hash = "667610bf84930f6ef89041e8040277e70f5899ac" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.213+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.213+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.213+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.213+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.214+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.214+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.214+0".sources]] - hash = "2072e5bf5de5de704c79d8bc8694c2c393033a9f" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.214+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.214+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.214+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.214+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.215+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.215+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.215+0".sources]] - hash = "5d1d9db9d12845d22da0ac3362c9b65accbaaa18" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.215+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.215+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.215+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.215+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.216+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.216+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.216+0".sources]] - hash = "526174b4e2b66a4c0957fb34e121b92ffd109f71" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.216+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.216+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.216+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.216+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.217+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.217+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.217+0".sources]] - hash = "93158607ee984866a4cee7c8e5e5a870939cc4a1" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.217+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.217+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.217+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.217+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.218+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.218+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.218+0".sources]] - hash = "46effa67bacd9e0f2c36fa713f09b46c56d067e5" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.218+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.218+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.218+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.218+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - -[Reactant_jll."0.0.218+1"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.218+1".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.218+1".sources]] - hash = "46effa67bacd9e0f2c36fa713f09b46c56d067e5" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.218+1".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.218+1".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.218+1".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.218+1".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.218+1".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.219+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.219+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.219+0".sources]] - hash = "66c200b62bae72135818cc1cb283391768bcf62f" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.219+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.219+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.219+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.219+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.219+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.220+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.220+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.220+0".sources]] - hash = "6318198704bd52db8f3851a3211178d7dfd1bcf6" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.220+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.220+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.220+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.220+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.220+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.221+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.221+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.221+0".sources]] - hash = "75d2b92e80c0e4022f19948cd546dfa2d2255408" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.221+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.221+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.221+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.221+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.221+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.222+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse"] - - [[Reactant_jll."0.0.222+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.222+0".sources]] - hash = "4c038248784dda455c6e7a18d0991bb9305e8939" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.222+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.222+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.222+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.222+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.222+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.223+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.223+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.223+0".sources]] - hash = "951490fc91fc5ccd9351b83846da0cf8c966b4a2" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.223+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.223+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.223+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.223+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.223+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.224+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.224+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.224+0".sources]] - hash = "57c6006f9bbed9060d7cd9dcab90aa335840a097" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.224+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.224+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.224+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.224+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.224+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.225+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.225+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.225+0".sources]] - hash = "0ccbe239e7180c31ecf19f0aafd3e0e5ef68e250" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.225+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.225+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.225+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.225+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.225+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.226+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.226+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.226+0".sources]] - hash = "12896f896a4adef841a3261e9e004ce0ff051686" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.226+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.226+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.226+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.226+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.226+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.227+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.227+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.227+0".sources]] - hash = "aca4040b06eeee63466e1bfbdda6e97ba0a8460d" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.227+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.227+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.227+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.227+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.227+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.228+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.228+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.228+0".sources]] - hash = "0c12b2fd5e2c20eec3631c0be40346db912ce405" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.228+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.228+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.228+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.228+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.228+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.229+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.229+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.229+0".sources]] - hash = "38e0006f553b63704bd30a36cf1a680c2bcd661b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.229+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.229+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.229+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.229+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.229+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.230+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.230+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.230+0".sources]] - hash = "3af6b59bc42d571d1789848ca88d92ffa30027a6" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.230+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.230+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.230+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.230+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.230+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.230+1"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.230+1".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.230+1".sources]] - hash = "3af6b59bc42d571d1789848ca88d92ffa30027a6" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.230+1".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.230+1".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.230+1".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.230+1".sources]] - hash = "c2c31fcceaf93dc9224dbfed0d055a6568cf62fe836bc7c6243f71a0221f8264" - url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/GCCBootstrap-v13.2.0+2/GCCBootstrap-x86_64-w64-mingw32.v13.2.0.x86_64-linux-musl.unpacked.tar.gz" - [[Reactant_jll."0.0.230+1".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.230+1".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.230+2"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.230+2".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.230+2".sources]] - hash = "6768b3353301b7e7b7c26bac3be74fecb18b95e7" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.230+2".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.230+2".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.230+2".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.230+2".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.230+2".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.231+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.231+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.231+0".sources]] - hash = "5fa2e0c5bf7c1d52454c7be0679a70ae8dfa5ea3" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.231+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.231+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.231+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.231+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.231+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.232+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.232+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.232+0".sources]] - hash = "9cc1bb0d8584f19876a2416e1c0e8eb60ffa94f8" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.232+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.232+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.232+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.232+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.232+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.233+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.233+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.233+0".sources]] - hash = "dbd12e05751aefdc99e19e94e4c3a66e305afcda" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.233+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.233+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.233+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.233+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.233+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.234+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.234+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.234+0".sources]] - hash = "9cd896952df42aa772784895b6ba461ac5e6144c" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.234+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.234+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.234+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.234+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.234+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.235+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.235+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.235+0".sources]] - hash = "56c272ae2857a6a77ce5a5f79dc93925ca6c617e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.235+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.235+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.235+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.235+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.235+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.236+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.236+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.236+0".sources]] - hash = "6e00425f3a5ff03fe66f58574d74f61c4fd0860e" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.236+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.236+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.236+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.236+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.236+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.237+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.237+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.237+0".sources]] - hash = "ce9246a1501676c133652eeee16e33e369dd8d3a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.237+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.237+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.237+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.237+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.237+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.238+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.238+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.238+0".sources]] - hash = "8b740ccb0b51c5f89c74d4cc2c979e9c5848440a" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.238+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.238+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.238+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.238+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.238+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.239+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.239+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.239+0".sources]] - hash = "6eaa03612cec900521960fed83c8686d76b645df" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.239+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.239+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.239+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.239+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.239+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.240+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.240+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.240+0".sources]] - hash = "abf0d1b761e2797bfcbb518bb31be2c706b5c354" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.240+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.240+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.240+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.240+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.240+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.241+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.241+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.241+0".sources]] - hash = "9b96d3752dc58c5a61f7dd9fd40262a3b45032d2" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.241+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.241+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.241+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.241+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.241+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.241+1"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.241+1".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.241+1".sources]] - hash = "9b96d3752dc58c5a61f7dd9fd40262a3b45032d2" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.241+1".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.241+1".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.241+1".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.241+1".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.241+1".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.242+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.242+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.242+0".sources]] - hash = "4b94dd80a8585fd5f5a4b625f0e0b023e772db29" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.242+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.242+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.242+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.242+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.242+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.243+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.243+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.243+0".sources]] - hash = "e4bb34f6a34189d503cb11804a0b930e15adabfa" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.243+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.243+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.243+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.243+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.243+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.244+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.244+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.244+0".sources]] - hash = "4b4c30283f7a10bd1db3f43549db4521426c91be" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.244+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.244+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.244+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.244+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.244+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.245+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.245+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.245+0".sources]] - hash = "35c74e253d9daa6a18be1ae094699cdbd7ec352b" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.245+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.245+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.245+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.245+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.245+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[Reactant_jll."0.0.246+0"] -executables = ["ptxas", "fatbinary"] -files = ["lib/cuda/nvvm/libdevice/libdevice.10.bc", "lib/libnvshmem_device.bc"] -libraries = ["libReactantExtra", "libnccl", "libcufft", "libcudnn_engines_precompiled", "libcudart", "libcublasLt", "libcudnn_heuristic", "libcudnn_cnn", "libnvrtc", "libcudnn_adv", "libcudnn", "libnvJitLink", "libcublas", "libcudnn_ops", "libnvrtc-builtins", "libcudnn_graph", "libcusolver", "libcudnn_engines_runtime_compiled", "libcusparse", "libnvshmem_host", "nvshmem_bootstrap_uid", "nvshmem_transport_ibrc"] - - [[Reactant_jll."0.0.246+0".build_dependencies]] - name = "LLVMLibcxx_jll" - target = "target" - version = "18.1.7" - - [[Reactant_jll."0.0.246+0".sources]] - hash = "a087f8d9df1ef5d02eaa2b2d2ead2bc9bd79baef" - repo = "https://github.com/EnzymeAD/Reactant.jl.git" - [[Reactant_jll."0.0.246+0".sources]] - hash = "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013" - url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz" - [[Reactant_jll."0.0.246+0".sources]] - hash = "01ac6c083551796f1f070b0dc9c46248e6c49e01e21040b0c158f6e613733345" - url = "https://github.com/JuliaBinaryWrappers/Bazel_jll.jl/releases/download/Bazel-v7.6.1+0/Bazel.v7.6.1.x86_64-linux-musl-cxx03.tar.gz" - [[Reactant_jll."0.0.246+0".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - [[Reactant_jll."0.0.246+0".sources]] - hash = "1b834df41cb071884f33b1e4ffc185e4799975057baca57d80ba7c4591e67950" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.6.85-archive.tar.xz" - [[Reactant_jll."0.0.246+0".sources]] - hash = "dc0b713ce69fd921aa53ac68610717d126fc273a3c554b0465cf44d7e379f467" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.8.93-archive.tar.xz" - -[ReadStat_jll."1.1.1+0"] -executables = ["readstat"] -libraries = ["libreadstat"] - - [[ReadStat_jll."1.1.1+0".sources]] - hash = "51f743d0d31a761d1739865f56e0978178e7a6a8" - repo = "https://github.com/WizardMac/ReadStat.git" - -[ReadStat_jll."1.1.5+0"] -executables = ["readstat"] -libraries = ["libreadstat"] - - [[ReadStat_jll."1.1.5+0".sources]] - hash = "69f55186ae615a14a3367ad5cd08b7829aa8f308" - repo = "https://github.com/WizardMac/ReadStat.git" - -[ReadStat_jll."1.1.8+0"] -executables = ["readstat"] -libraries = ["libreadstat"] - - [[ReadStat_jll."1.1.8+0".sources]] - hash = "f0b31497d69ec1b0585a73eeede3048a4ed15cbc" - repo = "https://github.com/WizardMac/ReadStat.git" - -[ReadStat_jll."1.1.9+0"] -executables = ["readstat"] -libraries = ["libreadstat"] - - [[ReadStat_jll."1.1.9+0".sources]] - hash = "104ba03a8da116eb8c094abc18bc2530b733eda9" - repo = "https://github.com/WizardMac/ReadStat.git" - [[ReadStat_jll."1.1.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4d2a99e9f8a12be4af1bc166d4724d05dbf8809d//R/ReadStat/./bundled" - -[Readline_jll."8.0.0+0"] -libraries = ["libhistory", "libhistory8", "libreadline", "libreadline8"] - - [[Readline_jll."8.0.0+0".sources]] - hash = "e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0.tar.gz" - -[Readline_jll."8.0.4+0"] -libraries = ["libhistory", "libhistory8", "libreadline", "libreadline8"] - - [[Readline_jll."8.0.4+0".sources]] - hash = "e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0.tar.gz" - [[Readline_jll."8.0.4+0".sources]] - hash = "d8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-001" - [[Readline_jll."8.0.4+0".sources]] - hash = "36b0febff1e560091ae7476026921f31b6d1dd4c918dcb7b741aa2dad1aec8f7" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-002" - [[Readline_jll."8.0.4+0".sources]] - hash = "94ddb2210b71eb5389c7756865d60e343666dfb722c85892f8226b26bb3eeaef" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-003" - [[Readline_jll."8.0.4+0".sources]] - hash = "b1aa3d2a40eee2dea9708229740742e649c32bb8db13535ea78f8ac15377394c" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-004" - -[Readline_jll."8.0.4+1"] -libraries = ["libhistory", "libhistory8", "libreadline", "libreadline8"] - - [[Readline_jll."8.0.4+1".sources]] - hash = "e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0.tar.gz" - [[Readline_jll."8.0.4+1".sources]] - hash = "d8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-001" - [[Readline_jll."8.0.4+1".sources]] - hash = "36b0febff1e560091ae7476026921f31b6d1dd4c918dcb7b741aa2dad1aec8f7" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-002" - [[Readline_jll."8.0.4+1".sources]] - hash = "94ddb2210b71eb5389c7756865d60e343666dfb722c85892f8226b26bb3eeaef" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-003" - [[Readline_jll."8.0.4+1".sources]] - hash = "b1aa3d2a40eee2dea9708229740742e649c32bb8db13535ea78f8ac15377394c" - url = "https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-004" - -[Readline_jll."8.1.1+0"] -libraries = ["libhistory", "libhistory8", "libreadline", "libreadline8"] - - [[Readline_jll."8.1.1+0".sources]] - hash = "f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02" - url = "https://ftp.gnu.org/gnu/readline/readline-8.1.tar.gz" - [[Readline_jll."8.1.1+0".sources]] - hash = "682a465a68633650565c43d59f0b8cdf149c13a874682d3c20cb4af6709b9144" - url = "https://ftp.gnu.org/gnu/readline/readline-8.1-patches/readline81-001" - [[Readline_jll."8.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ea853f4d7ce04c1a08fd9afef80bfc39b4b5ac6//R/Readline/./bundled" - -[Readline_jll."8.1.1+1"] -libraries = ["libhistory", "libhistory8", "libreadline", "libreadline8"] - - [[Readline_jll."8.1.1+1".sources]] - hash = "f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02" - url = "https://ftp.gnu.org/gnu/readline/readline-8.1.tar.gz" - [[Readline_jll."8.1.1+1".sources]] - hash = "682a465a68633650565c43d59f0b8cdf149c13a874682d3c20cb4af6709b9144" - url = "https://ftp.gnu.org/gnu/readline/readline-8.1-patches/readline81-001" - [[Readline_jll."8.1.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/92969932935b17a109e50a8b62bdcf0523df5e27//R/Readline/./bundled" - -[Readline_jll."8.2.1+0"] -libraries = ["libhistory", "libhistory8", "libreadline", "libreadline8"] - - [[Readline_jll."8.2.1+0".sources]] - hash = "3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35" - url = "https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz" - [[Readline_jll."8.2.1+0".sources]] - hash = "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - url = "https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-001" - [[Readline_jll."8.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c787f8a93c9914e7c84065591f8059d178554f8e//R/Readline/./bundled" - -[Readline_jll."8.2.1+1"] -libraries = ["libhistory", "libhistory8", "libreadline", "libreadline8"] - - [[Readline_jll."8.2.1+1".sources]] - hash = "3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35" - url = "https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz" - [[Readline_jll."8.2.1+1".sources]] - hash = "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - url = "https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-001" - [[Readline_jll."8.2.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a1ccde206e058afbd6e1ce5eafab562f2911cbf2//R/Readline/./bundled" - -[Readline_jll."8.2.13+0"] -libraries = ["libhistory", "libhistory8", "libreadline", "libreadline8"] - - [[Readline_jll."8.2.13+0".sources]] - hash = "0e5be4d2937e8bd9b7cd60d46721ce79f88a33415dd68c2d738fb5924638f656" - url = "https://ftp.gnu.org/gnu/readline/readline-8.2.13.tar.gz" - [[Readline_jll."8.2.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2b4ab093071c474d65732770e3b7b96499f8c067//R/Readline/./bundled" - -[ReferenceBLAS32_jll."3.11.0+0"] -libraries = ["libblas32"] - - [[ReferenceBLAS32_jll."3.11.0+0".sources]] - hash = "2d9fdee7d361954fee532100a50e602826c9cc1153f8cd057baa65ed57e90283" - url = "http://www.netlib.org/blas/blas-3.11.0.tgz" - [[ReferenceBLAS32_jll."3.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1750a4fad59a1eb1db359bbd676d141873f83e7d//R/ReferenceBLAS/ReferenceBLAS32/../bundled" - -[ReferenceBLAS32_jll."3.12.0+0"] -libraries = ["libblas32"] - - [[ReferenceBLAS32_jll."3.12.0+0".sources]] - hash = "ccc41b5d088e50db0030317ae9b0c9af375710c1392acad1fe209602da5a5aad" - url = "http://www.netlib.org/blas/blas-3.12.0.tgz" - [[ReferenceBLAS32_jll."3.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3f1dec3aaf5b2b7ea97a3e1e2ea9ec4c6a325ee//R/ReferenceBLAS/ReferenceBLAS32/../bundled" - -[ReferenceBLAS32_jll."3.12.1+0"] -libraries = ["libblas32"] - - [[ReferenceBLAS32_jll."3.12.1+0".sources]] - hash = "6ec7f2bc4ecf4c4a93496aa2fa519575bc0e39ca" - repo = "https://github.com/Reference-LAPACK/lapack" - -[ReferenceBLAS_jll."3.11.0+0"] -libraries = ["libblas"] - - [[ReferenceBLAS_jll."3.11.0+0".sources]] - hash = "2d9fdee7d361954fee532100a50e602826c9cc1153f8cd057baa65ed57e90283" - url = "http://www.netlib.org/blas/blas-3.11.0.tgz" - [[ReferenceBLAS_jll."3.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1750a4fad59a1eb1db359bbd676d141873f83e7d//R/ReferenceBLAS/ReferenceBLAS/../bundled" - -[ReferenceBLAS_jll."3.12.0+0"] -libraries = ["libblas"] - - [[ReferenceBLAS_jll."3.12.0+0".sources]] - hash = "ccc41b5d088e50db0030317ae9b0c9af375710c1392acad1fe209602da5a5aad" - url = "http://www.netlib.org/blas/blas-3.12.0.tgz" - [[ReferenceBLAS_jll."3.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3f1dec3aaf5b2b7ea97a3e1e2ea9ec4c6a325ee//R/ReferenceBLAS/ReferenceBLAS/../bundled" - -[ReferenceBLAS_jll."3.12.0+1"] -libraries = ["libblas"] - - [[ReferenceBLAS_jll."3.12.0+1".sources]] - hash = "ccc41b5d088e50db0030317ae9b0c9af375710c1392acad1fe209602da5a5aad" - url = "http://www.netlib.org/blas/blas-3.12.0.tgz" - [[ReferenceBLAS_jll."3.12.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/17eb8e9eed38f8326182441a2a5017cb27fea762//R/ReferenceBLAS/ReferenceBLAS/../bundled" - -[ReferenceBLAS_jll."3.12.1+0"] -libraries = ["libblas"] - - [[ReferenceBLAS_jll."3.12.1+0".sources]] - hash = "6ec7f2bc4ecf4c4a93496aa2fa519575bc0e39ca" - repo = "https://github.com/Reference-LAPACK/lapack" - -[RichDEM_jll."2.3.1+0"] -libraries = ["libjlrichdem", "librichdem"] - - [[RichDEM_jll."2.3.1+0".sources]] - hash = "6c87d1fa4c417b7f518c3f2964a1688d2e2f74b6b1381270dc38d741ec709db5" - url = "https://github.com/Cervest/richdem/archive/refs/tags/v2.3.1.zip" - -[RichDEM_jll."2.3.1+1"] -libraries = ["libjlrichdem", "librichdem"] - - [[RichDEM_jll."2.3.1+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[RichDEM_jll."2.3.1+1".sources]] - hash = "6c87d1fa4c417b7f518c3f2964a1688d2e2f74b6b1381270dc38d741ec709db5" - url = "https://github.com/Cervest/richdem/archive/refs/tags/v2.3.1.zip" - -[RichDEM_jll."2.3.2+0"] -libraries = ["libjlrichdem", "librichdem"] - - [[RichDEM_jll."2.3.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[RichDEM_jll."2.3.2+0".sources]] - hash = "84595de9cf2a3bcc459839a2b1b69d996b0039190641a181cef2c04a5b8bce80" - url = "https://github.com/Cervest/richdem/releases/download/v2.3.2/richdem-2.3.2.zip" - -[RichDEM_jll."2.3.3+0"] -libraries = ["libjlrichdem", "librichdem"] - - [[RichDEM_jll."2.3.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - uuid = "5ad3ddd2-0711-543a-b040-befd59781bbf" - version = "*" - - [[RichDEM_jll."2.3.3+0".sources]] - hash = "7f6ae065f92847d0a4bd17c9bbc689e03417ecfc78afc1bd0d4792f434ec0c47" - url = "https://github.com/Cervest/richdem/releases/download/v2.3.3/richdem-2.3.3.zip" - -[Rmath_jll."0.2.2+0"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.2.2+0".sources]] - hash = "6544f40e51999469873b0f28d4bdeecdc847d4b24250a65027ae07e7dccb9ccd" - url = "https://github.com/JuliaStats/Rmath-julia/archive/v0.2.2.tar.gz" - -[Rmath_jll."0.2.2+1"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.2.2+1".sources]] - hash = "6544f40e51999469873b0f28d4bdeecdc847d4b24250a65027ae07e7dccb9ccd" - url = "https://github.com/JuliaStats/Rmath-julia/archive/v0.2.2.tar.gz" - -[Rmath_jll."0.2.2+2"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.2.2+2".sources]] - hash = "6544f40e51999469873b0f28d4bdeecdc847d4b24250a65027ae07e7dccb9ccd" - url = "https://github.com/JuliaStats/Rmath-julia/archive/v0.2.2.tar.gz" - -[Rmath_jll."0.3.0+0"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.3.0+0".sources]] - hash = "c71948a8ce7b8b1aca7b94a3e97840bc06c51749" - repo = "https://github.com/JuliaStats/Rmath-julia.git" - -[Rmath_jll."0.4.0+0"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.4.0+0".sources]] - hash = "be5aaa48f9c40361e4f4235bf39b0826f3633197" - repo = "https://github.com/JuliaStats/Rmath-julia.git" - -[Rmath_jll."0.4.2+0"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.4.2+0".sources]] - hash = "18dcd7c259b031c3ce9c275b7dd136585d126017" - repo = "https://github.com/JuliaStats/Rmath-julia.git" - -[Rmath_jll."0.4.2+1"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.4.2+1".sources]] - hash = "18dcd7c259b031c3ce9c275b7dd136585d126017" - repo = "https://github.com/JuliaStats/Rmath-julia.git" - -[Rmath_jll."0.4.3+0"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.4.3+0".sources]] - hash = "d560159af0a388d8afaf19f7bf2efc51afcf53d9" - repo = "https://github.com/JuliaStats/Rmath-julia.git" - -[Rmath_jll."0.5.0+0"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.5.0+0".sources]] - hash = "ca7518b9b66320a592c9a2a15663af99ca55e45f" - repo = "https://github.com/JuliaStats/Rmath-julia.git" - -[Rmath_jll."0.5.1+0"] -libraries = ["libRmath-julia"] - - [[Rmath_jll."0.5.1+0".sources]] - hash = "6f2d37ff112914d65559bc3e0035b325c11cf361" - repo = "https://github.com/JuliaStats/Rmath-julia.git" - -[RocksDB_jll."8.9.1+0"] -libraries = ["librocksdb"] - - [[RocksDB_jll."8.9.1+0".sources]] - hash = "49ce8a1064dd1ad89117899839bf136365e49e79" - repo = "https://github.com/facebook/rocksdb.git" - [[RocksDB_jll."8.9.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[RocksDB_jll."8.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2794877cc74c8404968f476a64fd9f65bd40563d//R/RocksDB/./bundled" - -[Rscape_jll."2.0.0+0"] -executables = ["appcov", "esl-afetch", "esl-reformat", "FastTree", "msafilter", "r2r", "rnaview", "R-scape", "R-scape-sim", "R-scape-sim-nobps", "R-view"] -files = ["bin/pdb_parse.pl", "bin/r2r_msa_comply.pl", "bin/SelectSubFamilyFromStockholm.pl"] - - [[Rscape_jll."2.0.0+0".sources]] - hash = "b4d76d7e4d875564ba5b97c9e96a9a1ef2c1fd7a5ad390850b04fd5eb7efc8b9" - url = "http://rivaslab.org/software/rscape/rscape_v2.0.0.k.tar.gz" - [[Rscape_jll."2.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/160d68c9f77d2d9468544994bc7b16a74f7fd10c//R/Rscape/./bundled" - -[Rscape_jll."2.0.0+1"] -executables = ["appcov", "esl-afetch", "esl-reformat", "FastTree", "msafilter", "r2r", "rnaview", "R-scape", "R-scape-sim", "R-scape-sim-nobps", "R-view"] -files = ["bin/pdb_parse.pl", "bin/r2r_msa_comply.pl", "bin/SelectSubFamilyFromStockholm.pl"] - - [[Rscape_jll."2.0.0+1".sources]] - hash = "e70f8b1a389c3c29888cba2f99034ede53d3c6aa3f798ce3e467935b267e59cc" - url = "http://rivaslab.org/software/rscape/rscape_v2.0.0.p.tar.gz" - [[Rscape_jll."2.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6dda099f2013c3c5d0822fd65d52382c8bf6f526//R/Rscape/./bundled" - -[Rusticl_jll."25.2.0+0"] -libraries = ["libRusticlOpenCL"] - - [[Rusticl_jll."25.2.0+0".build_dependencies]] - name = "libclc_jll" - target = "target" - version = "*" - - [[Rusticl_jll."25.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7eacc083474b26b9dd19b0a5f4887a917de7aa30//R/Rusticl/./bundled" - [[Rusticl_jll."25.2.0+0".sources]] - hash = "f78222dc29cdfc84135ef107e11de9b0bdd81ac5" - repo = "https://gitlab.freedesktop.org/mesa/mesa" - -[Rusticl_jll."25.2.0+1"] -libraries = ["libRusticlOpenCL"] - - [[Rusticl_jll."25.2.0+1".build_dependencies]] - name = "libclc_jll" - target = "target" - version = "*" - - [[Rusticl_jll."25.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8846d7abe3d390be18c5805df0874f3911179bc4//R/Rusticl/./bundled" - [[Rusticl_jll."25.2.0+1".sources]] - hash = "bac51d2931199a1e9048c7acdae155865732ad01" - repo = "https://gitlab.freedesktop.org/mesa/mesa" - -[S2Geometry_jll."0.9.0+0"] -libraries = ["libs2"] - - [[S2Geometry_jll."0.9.0+0".sources]] - hash = "a4dddf40647c68cd0104eafc31e9c8fb247a6308" - repo = "https://github.com/google/s2geometry.git" - [[S2Geometry_jll."0.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1d0fc156a0197b21790dc5d363292112ab55c003//S/S2Geometry/./bundled" - -[S2Geometry_jll."0.11.1+0"] -libraries = ["libs2"] - - [[S2Geometry_jll."0.11.1+0".sources]] - hash = "5b5eccd54a08ae03b4467e79ffbb076d0b5f221e" - repo = "https://github.com/google/s2geometry.git" - [[S2Geometry_jll."0.11.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2411b178a202a1947683b1f47faf2c1f51455104//S/S2Geometry/./bundled" - -[SARSOP_jll."0.96.0+0"] -executables = ["pomdpsim", "pomdpconvert", "pomdpeval", "pomdpsol", "polgraph"] - - [[SARSOP_jll."0.96.0+0".sources]] - hash = "903fa55df637d127c1068700377995ee395475a6" - repo = "https://github.com/JuliaPOMDP/sarsop.git" - -[SARSOP_jll."0.96.1+0"] -executables = ["pomdpsim", "pomdpconvert", "pomdpeval", "pomdpsol", "polgraph"] - - [[SARSOP_jll."0.96.1+0".sources]] - hash = "4c0fd7022b227a58c07558d487f717374884dc32" - repo = "https://github.com/JuliaPOMDP/sarsop.git" - -[SBC_jll."1.4.0+0"] -executables = ["sbcenc", "sbcinfo", "sbcdec"] -libraries = ["libsbc"] - - [[SBC_jll."1.4.0+0".sources]] - hash = "050058cfc5a2709d324868ddbb82f9b796ba6c4f5e00cb6a715b3841ee13dfe9" - url = "https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-1.4.tar.gz" - -[SBML_jll."5.19.0+0"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.0+0".sources]] - hash = "127a44cc8352f998943bb0b91aaf4961604662541b701c993e0efd9bece5dfa8" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.0.tar.gz" - -[SBML_jll."5.19.0+1"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.0+1".sources]] - hash = "127a44cc8352f998943bb0b91aaf4961604662541b701c993e0efd9bece5dfa8" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.0.tar.gz" - -[SBML_jll."5.19.0+2"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.0+2".sources]] - hash = "127a44cc8352f998943bb0b91aaf4961604662541b701c993e0efd9bece5dfa8" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.0.tar.gz" - -[SBML_jll."5.19.2+0"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.2+0".sources]] - hash = "ac75218f6477945bd58ee0bf3c115ddec083d2d26c8df7b3fdf8caaf69a6b608" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.2.tar.gz" - -[SBML_jll."5.19.2+1"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.2+1".sources]] - hash = "ac75218f6477945bd58ee0bf3c115ddec083d2d26c8df7b3fdf8caaf69a6b608" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.2.tar.gz" - [[SBML_jll."5.19.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0dfd398446bac3c29dad5699453a8d281d4458fd//S/SBML/./bundled" - -[SBML_jll."5.19.5+0"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.5+0".sources]] - hash = "6c0ec766e76bc6ad0c8626f3d208b4d9e826b36c816dff0c55e228206c82cb36" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.5.tar.gz" - [[SBML_jll."5.19.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/db87aeee1be57bd42b1f6eabc600990d81fb1b0b//S/SBML/./bundled" - -[SBML_jll."5.19.5+1"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.5+1".sources]] - hash = "6c0ec766e76bc6ad0c8626f3d208b4d9e826b36c816dff0c55e228206c82cb36" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.5.tar.gz" - [[SBML_jll."5.19.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4503f458642e68b384d6cff3292d9a9870644f90//S/SBML/./bundled" - -[SBML_jll."5.19.5+2"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.5+2".sources]] - hash = "6c0ec766e76bc6ad0c8626f3d208b4d9e826b36c816dff0c55e228206c82cb36" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.5.tar.gz" - [[SBML_jll."5.19.5+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f4080e7542119e01a4c813fc79b9d7b5f20e74c1//S/SBML/./bundled" - -[SBML_jll."5.19.5+3"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.5+3".sources]] - hash = "6c0ec766e76bc6ad0c8626f3d208b4d9e826b36c816dff0c55e228206c82cb36" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.5.tar.gz" - [[SBML_jll."5.19.5+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/989c68254361a7c3e4bc4ba804741e381be9b4db//S/SBML/./bundled" - -[SBML_jll."5.19.6+0"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.6+0".sources]] - hash = "77990b0f7b7419269061fbe671540c10f87f52bf8a8568953675ee615584efa6" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.6.tar.gz" - -[SBML_jll."5.19.6+1"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.6+1".sources]] - hash = "77990b0f7b7419269061fbe671540c10f87f52bf8a8568953675ee615584efa6" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.6.tar.gz" - [[SBML_jll."5.19.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b99a1b597ca096fed3345247e93ea1b9baebd49b//S/SBML/./bundled" - -[SBML_jll."5.19.7+0"] -libraries = ["libsbml"] - - [[SBML_jll."5.19.7+0".sources]] - hash = "61cbdf1a86aefbc002ac5a0cf9c0f3f91eca2ae8aa5c3e7ef78be0f5a84426c5" - url = "https://github.com/sbmlteam/libsbml/archive/v5.19.7.tar.gz" - -[SBML_jll."5.20.0+0"] -libraries = ["libsbml"] - - [[SBML_jll."5.20.0+0".sources]] - hash = "fdfda61ac8c580e8002d917cacf5728c1895bafb" - repo = "https://github.com/sbmlteam/libsbml.git" - -[SBML_jll."5.20.1+0"] -libraries = ["libsbml"] - - [[SBML_jll."5.20.1+0".sources]] - hash = "c30da11bcfd2200a6b518c3dd0f59e81254637d6" - repo = "https://github.com/sbmlteam/libsbml.git" - -[SCALAPACK32_jll."2.1.0+0"] -libraries = ["libscalapack32"] - - [[SCALAPACK32_jll."2.1.0+0".sources]] - hash = "61d9216cf81d246944720cfce96255878a3f85dec13b9351f1fa0fd6768220a6" - url = "http://www.netlib.org/scalapack/scalapack-2.1.0.tgz" - [[SCALAPACK32_jll."2.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c3a0a483b161d51ac6ebce68cb7bd17dd573e6e2//S/SCALAPACK32/./bundled" - -[SCALAPACK32_jll."2.2.0+0"] -libraries = ["libscalapack32"] - - [[SCALAPACK32_jll."2.2.0+0".sources]] - hash = "8862fc9673acf5f87a474aaa71cd74ae27e9bbeee475dbd7292cec5b8bcbdcf3" - url = "https://github.com/Reference-ScaLAPACK/scalapack/archive/refs/tags/v2.2.0.tar.gz" - [[SCALAPACK32_jll."2.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/560600693cd8fc1ab5bfbbe60139bb689ae9c923//S/SCALAPACK32/./bundled" - -[SCALAPACK32_jll."2.2.1+0"] -libraries = ["libscalapack32"] - - [[SCALAPACK32_jll."2.2.1+0".sources]] - hash = "8862fc9673acf5f87a474aaa71cd74ae27e9bbeee475dbd7292cec5b8bcbdcf3" - url = "https://github.com/Reference-ScaLAPACK/scalapack/archive/refs/tags/v2.2.0.tar.gz" - [[SCALAPACK32_jll."2.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f064fe369375526458eb67e07b969c1155d8ed55//S/SCALAPACK32/./bundled" - -[SCALAPACK32_jll."2.2.1+1"] -libraries = ["libscalapack32"] - - [[SCALAPACK32_jll."2.2.1+1".sources]] - hash = "0128dc24c6d018b61ceaac080640014e1d5ec344" - repo = "https://github.com/Reference-ScaLAPACK/scalapack" - [[SCALAPACK32_jll."2.2.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/051c283e215cae1d457425a32f32203f668763bc//S/SCALAPACK32/./bundled" - -[SCALAPACK_jll."2.1.0+0"] -libraries = ["libscalapack"] - - [[SCALAPACK_jll."2.1.0+0".sources]] - hash = "61d9216cf81d246944720cfce96255878a3f85dec13b9351f1fa0fd6768220a6" - url = "http://www.netlib.org/scalapack/scalapack-2.1.0.tgz" - [[SCALAPACK_jll."2.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8922e3bc46c9ff0e0faaf6326b86a42d60448317//S/SCALAPACK/./bundled" - -[SCALAPACK_jll."2.1.0+1"] -libraries = ["libscalapack"] - - [[SCALAPACK_jll."2.1.0+1".sources]] - hash = "61d9216cf81d246944720cfce96255878a3f85dec13b9351f1fa0fd6768220a6" - url = "http://www.netlib.org/scalapack/scalapack-2.1.0.tgz" - [[SCALAPACK_jll."2.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d3a09ca98cd5b985d194c466910c5e9f1afcb06//S/SCALAPACK/./bundled" - -[SCALAPACK_jll."2.2.0+0"] -libraries = ["libscalapack"] - - [[SCALAPACK_jll."2.2.0+0".sources]] - hash = "8862fc9673acf5f87a474aaa71cd74ae27e9bbeee475dbd7292cec5b8bcbdcf3" - url = "https://github.com/Reference-ScaLAPACK/scalapack/archive/refs/tags/v2.2.0.tar.gz" - [[SCALAPACK_jll."2.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cb28ee13f52f4bfd2402a726618439c6619f4b43//S/SCALAPACK/./bundled" - -[SCALE_MAMBA_jll."1.14.0+0"] -executables = ["Player.x", "Setup.x"] - - [[SCALE_MAMBA_jll."1.14.0+0".sources]] - hash = "6449e807c99c68203f6584166a7130055da52adb" - repo = "https://github.com/KULeuven-COSIC/SCALE-MAMBA.git" - [[SCALE_MAMBA_jll."1.14.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/379c3b53661aa57e5d65ebec17076b6350888b5d//S/SCALE_MAMBA/./bundled" - -[SCIP_PaPILO_jll."0.1.0+0"] -executables = ["papilo", "scip"] -libraries = ["libscip", "libgcg"] - - [[SCIP_PaPILO_jll."0.1.0+0".sources]] - hash = "9b85283db0ac939b2d8eb3475067c8e1164b239e0c78e68f55dcc55859b78b2d" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.0.tgz" - -[SCIP_PaPILO_jll."0.1.0+1"] -executables = ["papilo", "scip"] -libraries = ["libscip", "libgcg"] - - [[SCIP_PaPILO_jll."0.1.0+1".sources]] - hash = "b6ada57f14a728198cc9bc5d22bc6e61dc18cb750a17846df9d853ff6380fbd1" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.0.tgz" - -[SCIP_PaPILO_jll."0.1.0+2"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."0.1.0+2".sources]] - hash = "74c2bb3be6b9b99e75b03b3161ebcfbfb1d211e7becdd9929328a6e92ffce5a7" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.0.tgz" - -[SCIP_PaPILO_jll."0.1.0+3"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."0.1.0+3".sources]] - hash = "74c2bb3be6b9b99e75b03b3161ebcfbfb1d211e7becdd9929328a6e92ffce5a7" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.0.tgz" - -[SCIP_PaPILO_jll."800.0.200+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."800.0.200+0".sources]] - hash = "1cfc8d31b4ef9c12fae535f5c911616491439bb79cdfa39a30e4d035f4919d96" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.2.tgz" - -[SCIP_PaPILO_jll."800.0.200+1"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."800.0.200+1".sources]] - hash = "1cfc8d31b4ef9c12fae535f5c911616491439bb79cdfa39a30e4d035f4919d96" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.2.tgz" - -[SCIP_PaPILO_jll."800.0.300+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."800.0.300+0".sources]] - hash = "5ad50eb42254c825d96f5747d8f3568dcbff0284dfbd1a727910c5a7c2899091" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.3.tgz" - -[SCIP_PaPILO_jll."800.0.301+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."800.0.301+0".sources]] - hash = "5ad50eb42254c825d96f5747d8f3568dcbff0284dfbd1a727910c5a7c2899091" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.3.tgz" - [[SCIP_PaPILO_jll."800.0.301+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d3d409b620b2aa22724a2c1909090fa246c17123//S/SCIP_PaPILO/./bundled" - -[SCIP_PaPILO_jll."800.0.400+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."800.0.400+0".sources]] - hash = "be4f978be7f8f97371ddcdac7a60af69a4fea5f975090fe35f1ae4308db692d3" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.4.tgz" - -[SCIP_PaPILO_jll."800.0.401+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."800.0.401+0".sources]] - hash = "be4f978be7f8f97371ddcdac7a60af69a4fea5f975090fe35f1ae4308db692d3" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.4.tgz" - -[SCIP_PaPILO_jll."800.100.0+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."800.100.0+0".sources]] - hash = "a3c1b45220252865d4cedf41d6327b6023608feb360d463f2e68ec4ac41cda06" - url = "https://scipopt.org/download/release/scipoptsuite-8.1.0.tgz" - -[SCIP_PaPILO_jll."900.0.0+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."900.0.0+0".sources]] - hash = "c49a0575003322fcbfe2d3765de7e3e60ff7c08d1e8b17d35409be40476cb98a" - url = "https://scipopt.org/download/release/scipoptsuite-9.0.0.tgz" - [[SCIP_PaPILO_jll."900.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/41629177032d171c9e8520200d28a2b0aebd3067//S/SCIP_PaPILO/./bundled/" - -[SCIP_PaPILO_jll."900.200.0+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."900.200.0+0".sources]] - hash = "a174cc58592d245c74c9c95c1d4819750d7ba2d467b4baae616a5aa336aac8d0" - url = "https://scipopt.org/download/release/scipoptsuite-9.2.0.tgz" - [[SCIP_PaPILO_jll."900.200.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - [[SCIP_PaPILO_jll."900.200.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a7687f93c142fd2fdac52a4ff4a39317ba98b080//S/SCIP_PaPILO/./bundled/" - -[SCIP_PaPILO_jll."900.200.100+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."900.200.100+0".sources]] - hash = "41b71a57af773403e9a6724f78c37d8396ac4b6b270a9bbf3716d67f1af12edf" - url = "https://scipopt.org/download/release/scipoptsuite-9.2.1.tgz" - [[SCIP_PaPILO_jll."900.200.100+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - [[SCIP_PaPILO_jll."900.200.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/786642abc3f35f868b25793b67a9a213b9900aea//S/SCIP_PaPILO/./bundled/" - -[SCIP_PaPILO_jll."900.200.101+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."900.200.101+0".sources]] - hash = "41b71a57af773403e9a6724f78c37d8396ac4b6b270a9bbf3716d67f1af12edf" - url = "https://scipopt.org/download/release/scipoptsuite-9.2.1.tgz" - [[SCIP_PaPILO_jll."900.200.101+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - [[SCIP_PaPILO_jll."900.200.101+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3ee6b35bc25b7439c99928a9edb9b3463abc75b2//S/SCIP_PaPILO/./bundled/" - -[SCIP_PaPILO_jll."900.200.200+0"] -executables = ["papilo", "scip"] -libraries = ["libscip"] - - [[SCIP_PaPILO_jll."900.200.200+0".sources]] - hash = "1a6d5b2bceb99faf1facbd6cd79e4a3eb8de60ed1d480281f12ae5c540d4a8a4" - url = "https://scipopt.org/download/release/scipoptsuite-9.2.2.tgz" - [[SCIP_PaPILO_jll."900.200.200+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - [[SCIP_PaPILO_jll."900.200.200+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/499f098cd165cf113d1d4802559588355384b436//S/SCIP_PaPILO/./bundled/" - -[SCIP_jll."0.1.0+0"] -libraries = ["libscip"] - - [[SCIP_jll."0.1.0+0".sources]] - hash = "971962f2d896b0c8b8fa554c18afd2b5037092685735d9494a05dc16d56ad422" - url = "https://scip.zib.de/download/release/scipoptsuite-7.0.1.tgz" - -[SCIP_jll."0.1.1+0"] -libraries = ["libscip"] - - [[SCIP_jll."0.1.1+0".sources]] - hash = "971962f2d896b0c8b8fa554c18afd2b5037092685735d9494a05dc16d56ad422" - url = "https://scip.zib.de/download/release/scipoptsuite-7.0.1.tgz" - -[SCIP_jll."0.1.1+1"] -libraries = ["libscip"] - - [[SCIP_jll."0.1.1+1".sources]] - hash = "971962f2d896b0c8b8fa554c18afd2b5037092685735d9494a05dc16d56ad422" - url = "https://scip.zib.de/download/release/scipoptsuite-7.0.1.tgz" - -[SCIP_jll."0.1.2+0"] -libraries = ["libscip"] - - [[SCIP_jll."0.1.2+0".sources]] - hash = "f81b5a2c1c0eb949cf06bd50f42826e55284fa1269a6f28a92ac1a06d9c93a03" - url = "https://scip.zib.de/download/release/scipoptsuite-7.0.2.tgz" - -[SCIP_jll."0.1.2+1"] -libraries = ["libscip"] - - [[SCIP_jll."0.1.2+1".sources]] - hash = "f81b5a2c1c0eb949cf06bd50f42826e55284fa1269a6f28a92ac1a06d9c93a03" - url = "https://scip.zib.de/download/release/scipoptsuite-7.0.2.tgz" - -[SCIP_jll."0.1.3+0"] -libraries = ["libscip"] - - [[SCIP_jll."0.1.3+0".sources]] - hash = "5af5185a6e60cc62d1a89e3ac4fe22d32351a5158c2c04a95e180e76eb98cc07" - url = "https://scip.zib.de/download/release/scipoptsuite-7.0.3.tgz" - -[SCIP_jll."0.2.0+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."0.2.0+0".sources]] - hash = "0fc025f260e9e77e26e5d218707c04d03492e792c793d34221ada09fbb275b99" - url = "https://scipopt.org/download/release/scipoptsuite-v800-rc16.tgz" - -[SCIP_jll."0.2.0+1"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."0.2.0+1".sources]] - hash = "b6ada57f14a728198cc9bc5d22bc6e61dc18cb750a17846df9d853ff6380fbd1" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.0.tgz" - -[SCIP_jll."0.2.1+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."0.2.1+0".sources]] - hash = "74c2bb3be6b9b99e75b03b3161ebcfbfb1d211e7becdd9929328a6e92ffce5a7" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.0.tgz" - -[SCIP_jll."800.0.200+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."800.0.200+0".sources]] - hash = "1cfc8d31b4ef9c12fae535f5c911616491439bb79cdfa39a30e4d035f4919d96" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.2.tgz" - -[SCIP_jll."800.0.200+1"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."800.0.200+1".sources]] - hash = "1cfc8d31b4ef9c12fae535f5c911616491439bb79cdfa39a30e4d035f4919d96" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.2.tgz" - -[SCIP_jll."800.0.300+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."800.0.300+0".sources]] - hash = "5ad50eb42254c825d96f5747d8f3568dcbff0284dfbd1a727910c5a7c2899091" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.3.tgz" - -[SCIP_jll."800.0.301+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."800.0.301+0".sources]] - hash = "5ad50eb42254c825d96f5747d8f3568dcbff0284dfbd1a727910c5a7c2899091" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.3.tgz" - [[SCIP_jll."800.0.301+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d3d409b620b2aa22724a2c1909090fa246c17123//S/SCIP/./bundled" - -[SCIP_jll."800.0.400+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."800.0.400+0".sources]] - hash = "be4f978be7f8f97371ddcdac7a60af69a4fea5f975090fe35f1ae4308db692d3" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.4.tgz" - -[SCIP_jll."800.0.401+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."800.0.401+0".sources]] - hash = "be4f978be7f8f97371ddcdac7a60af69a4fea5f975090fe35f1ae4308db692d3" - url = "https://scipopt.org/download/release/scipoptsuite-8.0.4.tgz" - -[SCIP_jll."800.100.0+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."800.100.0+0".sources]] - hash = "a3c1b45220252865d4cedf41d6327b6023608feb360d463f2e68ec4ac41cda06" - url = "https://scipopt.org/download/release/scipoptsuite-8.1.0.tgz" - -[SCIP_jll."800.100.0+1"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."800.100.0+1".sources]] - hash = "a3c1b45220252865d4cedf41d6327b6023608feb360d463f2e68ec4ac41cda06" - url = "https://scipopt.org/download/release/scipoptsuite-8.1.0.tgz" - -[SCIP_jll."900.0.0+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."900.0.0+0".sources]] - hash = "c49a0575003322fcbfe2d3765de7e3e60ff7c08d1e8b17d35409be40476cb98a" - url = "https://scipopt.org/download/release/scipoptsuite-9.0.0.tgz" - -[SCIP_jll."900.0.0+1"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."900.0.0+1".sources]] - hash = "c49a0575003322fcbfe2d3765de7e3e60ff7c08d1e8b17d35409be40476cb98a" - url = "https://scipopt.org/download/release/scipoptsuite-9.0.0.tgz" - -[SCIP_jll."900.200.0+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."900.200.0+0".sources]] - hash = "a174cc58592d245c74c9c95c1d4819750d7ba2d467b4baae616a5aa336aac8d0" - url = "https://scipopt.org/download/release/scipoptsuite-9.2.0.tgz" - -[SCIP_jll."900.200.100+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."900.200.100+0".sources]] - hash = "41b71a57af773403e9a6724f78c37d8396ac4b6b270a9bbf3716d67f1af12edf" - url = "https://scipopt.org/download/release/scipoptsuite-9.2.1.tgz" - -[SCIP_jll."900.200.100+1"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."900.200.100+1".sources]] - hash = "41b71a57af773403e9a6724f78c37d8396ac4b6b270a9bbf3716d67f1af12edf" - url = "https://scipopt.org/download/release/scipoptsuite-9.2.1.tgz" - -[SCIP_jll."900.200.101+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."900.200.101+0".sources]] - hash = "41b71a57af773403e9a6724f78c37d8396ac4b6b270a9bbf3716d67f1af12edf" - url = "https://scipopt.org/download/release/scipoptsuite-9.2.1.tgz" - -[SCIP_jll."900.200.200+0"] -executables = ["scip"] -libraries = ["libscip", "libsoplexshared"] - - [[SCIP_jll."900.200.200+0".sources]] - hash = "1a6d5b2bceb99faf1facbd6cd79e4a3eb8de60ed1d480281f12ae5c540d4a8a4" - url = "https://scipopt.org/download/release/scipoptsuite-9.2.2.tgz" - -[SCOTCH_jll."6.1.0+0"] -libraries = ["libscotcherr", "libscotcherrexit", "libscotchmetis", "libscotch"] - - [[SCOTCH_jll."6.1.0+0".sources]] - hash = "4fe537f608f0fe39ec78807f90203f9cca1181deb16bfa93b7d4cd440e01bbd1" - url = "https://gitlab.inria.fr/scotch/scotch/-/archive/v6.1.0/scotch-v6.1.0.tar.gz" - [[SCOTCH_jll."6.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/79a52feaafa85cf061a520e176e15ef2c283bb65//S/SCOTCH/./bundled" - -[SCOTCH_jll."6.1.3+0"] -libraries = ["libscotcherr", "libscotcherrexit", "libscotchmetis", "libscotch", "libesmumps"] - - [[SCOTCH_jll."6.1.3+0".sources]] - hash = "4e54f056199e6c23d46581d448fcfe2285987e5554a0aa527f7931684ef2809e" - url = "https://gitlab.inria.fr/scotch/scotch/-/archive/v6.1.3/scotch-v6.1.3.tar.gz" - [[SCOTCH_jll."6.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/39c397adca039354b8fa13c2fd8514c0f0fd2577//S/SCOTCH/./bundled" - -[SCOTCH_jll."7.0.3+0"] -libraries = ["libscotch", "libesmumps", "libscotcherr", "libscotcherrexit", "libscotchmetisv3", "libscotchmetisv5"] - - [[SCOTCH_jll."7.0.3+0".sources]] - hash = "b43864123e820e3ca541bfecd3738aed385a4c47" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[SCOTCH_jll."7.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e1a91df61ae117067e8be81a43065b940f8836c8//S/SCOTCH/./bundled" - -[SCOTCH_jll."7.0.3+1"] -libraries = ["libscotch", "libesmumps", "libscotcherr", "libscotcherrexit", "libscotchmetisv3", "libscotchmetisv5"] - - [[SCOTCH_jll."7.0.3+1".sources]] - hash = "b43864123e820e3ca541bfecd3738aed385a4c47" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[SCOTCH_jll."7.0.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/502a3582f6467fa3f3f76ddcfde11022b03b09c3//S/SCOTCH/./bundled" - -[SCOTCH_jll."7.0.4+0"] -libraries = ["libscotch", "libesmumps", "libscotcherr", "libscotcherrexit", "libscotchmetisv3", "libscotchmetisv5"] - - [[SCOTCH_jll."7.0.4+0".sources]] - hash = "82ec87f558f4acb7ccb69a079f531be380504c92" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[SCOTCH_jll."7.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0ce451ad57df3e7d6cff4ce0f271193f5334df4e//S/SCOTCH/./bundled" - -[SCOTCH_jll."7.0.4+1"] -libraries = ["libscotch", "libesmumps", "libscotcherr", "libscotcherrexit", "libscotchmetisv3", "libscotchmetisv5"] - - [[SCOTCH_jll."7.0.4+1".sources]] - hash = "82ec87f558f4acb7ccb69a079f531be380504c92" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[SCOTCH_jll."7.0.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6b75879ae1dfe364e175a642fcc464c1e416d5bd//S/SCOTCH/./bundled" - -[SCOTCH_jll."7.0.4+2"] -libraries = ["libscotch", "libesmumps", "libscotcherr", "libscotcherrexit", "libscotchmetisv3", "libscotchmetisv5"] - - [[SCOTCH_jll."7.0.4+2".sources]] - hash = "82ec87f558f4acb7ccb69a079f531be380504c92" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[SCOTCH_jll."7.0.4+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/341439fdb43e6a6325f60c8abe70616039fefee1//S/SCOTCH/./bundled" - -[SCOTCH_jll."7.0.4+3"] -libraries = ["libscotch", "libesmumps", "libscotcherr", "libscotcherrexit", "libscotchmetisv3", "libscotchmetisv5"] - - [[SCOTCH_jll."7.0.4+3".sources]] - hash = "82ec87f558f4acb7ccb69a079f531be380504c92" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[SCOTCH_jll."7.0.4+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bcd48e3062a7a3e3accb8adff747b31556ff9d85//S/SCOTCH/./bundled" - -[SCOTCH_jll."7.0.6+0"] -libraries = ["libscotch", "libesmumps", "libscotcherr", "libscotcherrexit", "libscotchmetisv3", "libscotchmetisv5"] - - [[SCOTCH_jll."7.0.6+0".sources]] - hash = "e231061e53f3ad63d6cce19d983be2c6c4301749" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[SCOTCH_jll."7.0.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c532fbdb4aac1c4d5e3a065ac7f6cd937e1dd0d8//S/SCOTCH/./bundled" - -[SCOTCH_jll."7.0.6+1"] -libraries = ["libscotch", "libesmumps", "libscotcherr", "libscotcherrexit", "libscotchmetisv3", "libscotchmetisv5"] - - [[SCOTCH_jll."7.0.6+1".sources]] - hash = "e231061e53f3ad63d6cce19d983be2c6c4301749" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[SCOTCH_jll."7.0.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/05abb084269d21322abcee55f37156529c303774//S/SCOTCH/./bundled" - -[SCOTCH_jll."7.0.7+0"] -libraries = ["libscotch", "libesmumps", "libscotcherr", "libscotcherrexit", "libscotchmetisv3", "libscotchmetisv5"] - - [[SCOTCH_jll."7.0.7+0".sources]] - hash = "d736fce170ab3dfab7ec368b4d2a9be31d6ccd34" - repo = "https://gitlab.inria.fr/scotch/scotch" - [[SCOTCH_jll."7.0.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ec707890e4ac6dc34bd7ce138cfe3613b0cf2c12//S/SCOTCH/./bundled" - -[SCS_GPU_jll."2.1.2+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."2.1.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - - [[SCS_GPU_jll."2.1.2+0".sources]] - hash = "4ed6c2abf28399c01a0417ff3456b2639560afa6" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."2.1.3+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."2.1.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - - [[SCS_GPU_jll."2.1.3+0".sources]] - hash = "07ca69c296312c260027c755f545f05bf45156eb" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."2.1.4+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."2.1.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - - [[SCS_GPU_jll."2.1.4+0".sources]] - hash = "a70a42c8c740ee756f787760ed59a8a41531e891" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.0.0+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.0.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - - [[SCS_GPU_jll."3.0.0+0".sources]] - hash = "3aaa93c7aa04c7001df5e51b81f21b126dfa99b3" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.2.0+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - - [[SCS_GPU_jll."3.2.0+0".sources]] - hash = "ac6840a3b3264950e6c300264cbf3937e0bcc6c5" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.2.1+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.2.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - - [[SCS_GPU_jll."3.2.1+0".sources]] - hash = "f2da64d314d86a97ebb8e957f215f27f9e2a7b79" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.2.3+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.2.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - - [[SCS_GPU_jll."3.2.3+0".sources]] - hash = "f0c23340da03bcd663072dc4a90cf1aab8968c61" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.2.3+1"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.2.3+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - - [[SCS_GPU_jll."3.2.3+1".sources]] - hash = "f5f054be7dd71ee0d80c4c0eec0df1e9f0ccb123" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.2.4+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.2.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SCS_GPU_jll."3.2.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SCS_GPU_jll."3.2.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SCS_GPU_jll."3.2.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SCS_GPU_jll."3.2.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SCS_GPU_jll."3.2.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SCS_GPU_jll."3.2.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SCS_GPU_jll."3.2.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SCS_GPU_jll."3.2.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.0" - - [[SCS_GPU_jll."3.2.4+0".sources]] - hash = "9024b8ccc1bba6ee797440fb22354cadb9c81839" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.2.4+1"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SCS_GPU_jll."3.2.4+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - - [[SCS_GPU_jll."3.2.4+1".sources]] - hash = "9024b8ccc1bba6ee797440fb22354cadb9c81839" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.2.6+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[SCS_GPU_jll."3.2.6+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - - [[SCS_GPU_jll."3.2.6+0".sources]] - hash = "2b9b03d1b312da8e5db49e664b4998123c8ad6bb" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.2.7+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[SCS_GPU_jll."3.2.7+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.0" - - [[SCS_GPU_jll."3.2.7+0".sources]] - hash = "775a04634e40177573871c9cb6baae254342de39" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_GPU_jll."3.2.8+0"] -libraries = ["libscsgpuindir"] - - [[SCS_GPU_jll."3.2.8+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SCS_GPU_jll."3.2.8+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SCS_GPU_jll."3.2.8+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SCS_GPU_jll."3.2.8+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SCS_GPU_jll."3.2.8+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - - [[SCS_GPU_jll."3.2.8+0".sources]] - hash = "ef77ae11181f399ea3e35122944ba3091ee1a77f" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_MKL_jll."3.2.1+0"] -libraries = ["libscsmkl"] - - [[SCS_MKL_jll."3.2.1+0".sources]] - hash = "c785d2fad46a30f1d43764d682509d0b56e5c64f" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_MKL_jll."3.2.2+0"] -libraries = ["libscsmkl"] - - [[SCS_MKL_jll."3.2.2+0".sources]] - hash = "f2da64d314d86a97ebb8e957f215f27f9e2a7b79" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_MKL_jll."3.2.3+0"] -libraries = ["libscsmkl"] - - [[SCS_MKL_jll."3.2.3+0".sources]] - hash = "f0c23340da03bcd663072dc4a90cf1aab8968c61" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_MKL_jll."3.2.3+1"] -libraries = ["libscsmkl"] - - [[SCS_MKL_jll."3.2.3+1".build_dependencies]] - name = "MKL_jll" - target = "target" - version = "2023.1.0" - - [[SCS_MKL_jll."3.2.3+1".sources]] - hash = "f0c23340da03bcd663072dc4a90cf1aab8968c61" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_MKL_jll."3.2.4+0"] -libraries = ["libscsmkl"] - - [[SCS_MKL_jll."3.2.4+0".sources]] - hash = "9024b8ccc1bba6ee797440fb22354cadb9c81839" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_MKL_jll."3.2.4+1"] -libraries = ["libscsmkl"] - - [[SCS_MKL_jll."3.2.4+1".sources]] - hash = "9024b8ccc1bba6ee797440fb22354cadb9c81839" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_MKL_jll."3.2.6+0"] -libraries = ["libscsmkl"] - - [[SCS_MKL_jll."3.2.6+0".sources]] - hash = "2b9b03d1b312da8e5db49e664b4998123c8ad6bb" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_MKL_jll."3.2.7+0"] -libraries = ["libscsmkl"] - - [[SCS_MKL_jll."3.2.7+0".sources]] - hash = "775a04634e40177573871c9cb6baae254342de39" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_MKL_jll."3.2.8+0"] -libraries = ["libscsmkl"] - - [[SCS_MKL_jll."3.2.8+0".sources]] - hash = "ef77ae11181f399ea3e35122944ba3091ee1a77f" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."2.1.1+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."2.1.1+0".sources]] - hash = "d2c1ae92b8c5c6d45406afd007d1ddad74635cfd" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."2.1.2+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."2.1.2+0".sources]] - hash = "4ed6c2abf28399c01a0417ff3456b2639560afa6" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."2.1.2+1"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."2.1.2+1".sources]] - hash = "4ed6c2abf28399c01a0417ff3456b2639560afa6" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."2.1.3+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."2.1.3+0".sources]] - hash = "07ca69c296312c260027c755f545f05bf45156eb" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."2.1.4+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."2.1.4+0".sources]] - hash = "a70a42c8c740ee756f787760ed59a8a41531e891" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.0.0+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.0.0+0".sources]] - hash = "3aaa93c7aa04c7001df5e51b81f21b126dfa99b3" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.0.1+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.0.1+0".sources]] - hash = "3aaa93c7aa04c7001df5e51b81f21b126dfa99b3" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.2.0+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.2.0+0".sources]] - hash = "ac6840a3b3264950e6c300264cbf3937e0bcc6c5" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.2.1+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.2.1+0".sources]] - hash = "f2da64d314d86a97ebb8e957f215f27f9e2a7b79" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.2.3+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.2.3+0".sources]] - hash = "f0c23340da03bcd663072dc4a90cf1aab8968c61" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.2.4+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.2.4+0".sources]] - hash = "9024b8ccc1bba6ee797440fb22354cadb9c81839" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.2.4+1"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.2.4+1".sources]] - hash = "9024b8ccc1bba6ee797440fb22354cadb9c81839" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.2.6+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.2.6+0".sources]] - hash = "2b9b03d1b312da8e5db49e664b4998123c8ad6bb" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.2.7+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.2.7+0".sources]] - hash = "775a04634e40177573871c9cb6baae254342de39" - repo = "https://github.com/cvxgrp/scs.git" - -[SCS_jll."3.2.8+0"] -libraries = ["libscsindir", "libscsdir"] - - [[SCS_jll."3.2.8+0".sources]] - hash = "ef77ae11181f399ea3e35122944ba3091ee1a77f" - repo = "https://github.com/cvxgrp/scs.git" - -[SDL12_compat_jll."1.2.60+0"] -libraries = ["SDL", "libSDL"] - - [[SDL12_compat_jll."1.2.60+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[SDL12_compat_jll."1.2.60+0".sources]] - hash = "43887001c05c64eb23eb5312c0f62e9841618700" - repo = "https://github.com/libsdl-org/sdl12-compat.git" - -[SDL2_jll."2.0.10+0"] -libraries = ["libSDL2", "SDL2"] - - [[SDL2_jll."2.0.10+0".sources]] - hash = "b4656c13a1f0d0023ae2f4a9cf08ec92fffb464e0f24238337784159b8b91d57" - url = "http://www.libsdl.org/release/SDL2-2.0.10.tar.gz" - -[SDL2_jll."2.0.10+1"] -libraries = ["libSDL2", "SDL2"] - - [[SDL2_jll."2.0.10+1".sources]] - hash = "b4656c13a1f0d0023ae2f4a9cf08ec92fffb464e0f24238337784159b8b91d57" - url = "http://www.libsdl.org/release/SDL2-2.0.10.tar.gz" - [[SDL2_jll."2.0.10+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/76114c79214b4b13e72f0f85b2d8a5c2d854fc8a//S/SDL2/./bundled" - -[SDL2_jll."2.0.12+0"] -libraries = ["libSDL2", "SDL2"] - - [[SDL2_jll."2.0.12+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[SDL2_jll."2.0.12+0".sources]] - hash = "349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863" - url = "http://www.libsdl.org/release/SDL2-2.0.12.tar.gz" - -[SDL2_jll."2.0.12+1"] -libraries = ["libSDL2", "SDL2"] - - [[SDL2_jll."2.0.12+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[SDL2_jll."2.0.12+1".sources]] - hash = "349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863" - url = "http://www.libsdl.org/release/SDL2-2.0.12.tar.gz" - -[SDL2_jll."2.0.12+2"] -libraries = ["libSDL2", "SDL2"] - - [[SDL2_jll."2.0.12+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[SDL2_jll."2.0.12+2".sources]] - hash = "349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863" - url = "http://www.libsdl.org/release/SDL2-2.0.12.tar.gz" - -[SDL2_jll."2.0.20+0"] -libraries = ["libSDL2", "SDL2"] - - [[SDL2_jll."2.0.20+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[SDL2_jll."2.0.20+0".sources]] - hash = "c56aba1d7b5b0e7e999e4a7698c70b63a3394ff9704b5f6e1c57e0c16f04dd06" - url = "https://libsdl.org/release/SDL2-2.0.20.tar.gz" - -[SDL2_jll."2.0.20+1"] -libraries = ["libSDL2", "SDL2"] - - [[SDL2_jll."2.0.20+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[SDL2_jll."2.0.20+1".sources]] - hash = "c56aba1d7b5b0e7e999e4a7698c70b63a3394ff9704b5f6e1c57e0c16f04dd06" - url = "https://libsdl.org/release/SDL2-2.0.20.tar.gz" - -[SDL2_jll."2.24.2+0"] -libraries = ["libSDL2", "SDL2"] - - [[SDL2_jll."2.24.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[SDL2_jll."2.24.2+0".sources]] - hash = "55b03c7493a7abed33cf803d1380a40fa8af903f" - repo = "https://github.com/libsdl-org/SDL.git" - [[SDL2_jll."2.24.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6534b360e9c7508ec1b09af96685c22ab26572f4//S/SDL2/./bundled" - -[SDL2_jll."2.24.2+1"] -libraries = ["libSDL2", "SDL2"] - - [[SDL2_jll."2.24.2+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[SDL2_jll."2.24.2+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[SDL2_jll."2.24.2+1".sources]] - hash = "55b03c7493a7abed33cf803d1380a40fa8af903f" - repo = "https://github.com/libsdl-org/SDL.git" - -[SDL2_net_jll."2.0.1+0"] -libraries = ["libSDL2_net", "SDL2_net"] - - [[SDL2_net_jll."2.0.1+0".sources]] - hash = "15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21" - url = "https://libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz" - [[SDL2_net_jll."2.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aa52c669e27519b8159e2d5df27ba4a7e9da4984//S/SDL2_net/./bundled" - -[SDL2_net_jll."2.2.0+0"] -libraries = ["libSDL2_net", "SDL2_net"] - - [[SDL2_net_jll."2.2.0+0".sources]] - hash = "4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb" - url = "https://libsdl.org/projects/SDL_net/release/SDL2_net-2.2.0.tar.gz" - -[SDL2_ttf_jll."2.0.15+0"] -libraries = ["libSDL2_ttf", "SDL2_ttf"] - - [[SDL2_ttf_jll."2.0.15+0".sources]] - hash = "a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33" - url = "https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz" - [[SDL2_ttf_jll."2.0.15+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/71e20c0ebe16c762ac9afd6706fd0a0fceda16d4//S/SDL2_ttf/./bundled" - -[SDL2_ttf_jll."2.0.15+1"] -libraries = ["libSDL2_ttf", "SDL2_ttf"] - - [[SDL2_ttf_jll."2.0.15+1".sources]] - hash = "a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33" - url = "https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz" - [[SDL2_ttf_jll."2.0.15+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d960b095210e9556d53fc46783e94d060d1ab1d9//S/SDL2_ttf/./bundled" - -[SDL2_ttf_jll."2.0.16+0"] -libraries = ["libSDL2_ttf", "SDL2_ttf"] - - [[SDL2_ttf_jll."2.0.16+0".sources]] - hash = "a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33" - url = "https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz" - [[SDL2_ttf_jll."2.0.16+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5d5f68d5115115e06aa2b6e0e6a036a2f44c6b66//S/SDL2_ttf/./bundled" - -[SDL2_ttf_jll."2.0.16+1"] -libraries = ["libSDL2_ttf", "SDL2_ttf"] - - [[SDL2_ttf_jll."2.0.16+1".sources]] - hash = "a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33" - url = "https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz" - [[SDL2_ttf_jll."2.0.16+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/84a65af0beed065234e89834efabe42f787d4e96//S/SDL2_ttf/./bundled" - -[SDPA_jll."7.3.8+0"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."7.3.8+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - [[SDPA_jll."7.3.8+0".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[SDPA_jll."7.3.8+0".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[SDPA_jll."7.3.8+0".sources]] - hash = "c7541333da2f0bb2d18e90dbf758ac7cc099f3f7da3f256b284b0725f96d4117" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.8.tar.gz" - [[SDPA_jll."7.3.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86c2eb5fd3714972a0d42626d47e5ce94cff0a8d//S/SDPA/./bundled" - -[SDPA_jll."7.3.8+1"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."7.3.8+1".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - [[SDPA_jll."7.3.8+1".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[SDPA_jll."7.3.8+1".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[SDPA_jll."7.3.8+1".sources]] - hash = "c7541333da2f0bb2d18e90dbf758ac7cc099f3f7da3f256b284b0725f96d4117" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.8.tar.gz" - [[SDPA_jll."7.3.8+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e077c7f73ec98448f6e918ce15d462294560870//S/SDPA/./bundled" - -[SDPA_jll."700.300.800+0"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."700.300.800+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[SDPA_jll."700.300.800+0".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "4.10.0" - [[SDPA_jll."700.300.800+0".build_dependencies]] - name = "METIS_jll" - target = "target" - uuid = "d00139f3-1899-568f-a2f0-47f597d42d70" - version = "4.0.3" - - [[SDPA_jll."700.300.800+0".sources]] - hash = "c7541333da2f0bb2d18e90dbf758ac7cc099f3f7da3f256b284b0725f96d4117" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.8.tar.gz" - [[SDPA_jll."700.300.800+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f062e26c30829bd6274277044be3ec346adbf941//S/SDPA/./bundled" - -[SDPA_jll."700.300.801+0"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."700.300.801+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[SDPA_jll."700.300.801+0".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "400.1000.0" - [[SDPA_jll."700.300.801+0".build_dependencies]] - name = "METIS4_jll" - target = "target" - uuid = "40b5814e-7855-5c9f-99f7-a735ce3fdf8b" - version = "400.0.300" - - [[SDPA_jll."700.300.801+0".sources]] - hash = "c7541333da2f0bb2d18e90dbf758ac7cc099f3f7da3f256b284b0725f96d4117" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.8.tar.gz" - [[SDPA_jll."700.300.801+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eacb305304335b417275d5cafbbec0ba0d0a2ac7//S/SDPA/./bundled" - -[SDPA_jll."700.300.801+1"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."700.300.801+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[SDPA_jll."700.300.801+1".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "400.1000.0" - [[SDPA_jll."700.300.801+1".build_dependencies]] - name = "METIS4_jll" - target = "target" - uuid = "40b5814e-7855-5c9f-99f7-a735ce3fdf8b" - version = "400.0.300" - - [[SDPA_jll."700.300.801+1".sources]] - hash = "c7541333da2f0bb2d18e90dbf758ac7cc099f3f7da3f256b284b0725f96d4117" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.8.tar.gz" - [[SDPA_jll."700.300.801+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/51fdfc19d8a2752952e0a9bc0448bd767c9a2bf8//S/SDPA/./bundled" - -[SDPA_jll."700.300.801+2"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."700.300.801+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[SDPA_jll."700.300.801+2".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "400.1000.0" - [[SDPA_jll."700.300.801+2".build_dependencies]] - name = "METIS4_jll" - target = "target" - uuid = "40b5814e-7855-5c9f-99f7-a735ce3fdf8b" - version = "400.0.300" - - [[SDPA_jll."700.300.801+2".sources]] - hash = "c7541333da2f0bb2d18e90dbf758ac7cc099f3f7da3f256b284b0725f96d4117" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.8.tar.gz" - [[SDPA_jll."700.300.801+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/05562c356833308b628b6a033ee8959ef4529379//S/SDPA/./bundled" - -[SDPA_jll."700.300.1700+0"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."700.300.1700+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[SDPA_jll."700.300.1700+0".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "400.1000.0" - [[SDPA_jll."700.300.1700+0".build_dependencies]] - name = "METIS4_jll" - target = "target" - uuid = "40b5814e-7855-5c9f-99f7-a735ce3fdf8b" - version = "400.0.300" - - [[SDPA_jll."700.300.1700+0".sources]] - hash = "3983489392c9ac7ae30d699ed708da346700d387560a79a1f704034a377281a8" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.17.tar.gz" - [[SDPA_jll."700.300.1700+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2f6d0e8de6ab74ae588ba95837c86375a2c94502//S/SDPA/./bundled" - -[SDPA_jll."700.300.1701+0"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."700.300.1701+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[SDPA_jll."700.300.1701+0".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "400.1000.0" - [[SDPA_jll."700.300.1701+0".build_dependencies]] - name = "METIS4_jll" - target = "target" - uuid = "40b5814e-7855-5c9f-99f7-a735ce3fdf8b" - version = "400.0.300" - - [[SDPA_jll."700.300.1701+0".sources]] - hash = "3983489392c9ac7ae30d699ed708da346700d387560a79a1f704034a377281a8" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.17.tar.gz" - [[SDPA_jll."700.300.1701+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c0a30b70ade4f49871041482086d92e227ad5ccb//S/SDPA/./bundled" - -[SDPA_jll."700.300.1701+1"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."700.300.1701+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[SDPA_jll."700.300.1701+1".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "400.1000.0" - [[SDPA_jll."700.300.1701+1".build_dependencies]] - name = "METIS4_jll" - target = "target" - uuid = "40b5814e-7855-5c9f-99f7-a735ce3fdf8b" - version = "400.0.300" - - [[SDPA_jll."700.300.1701+1".sources]] - hash = "3983489392c9ac7ae30d699ed708da346700d387560a79a1f704034a377281a8" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.17.tar.gz" - [[SDPA_jll."700.300.1701+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5db60da18010e7d6e56fd2b386fab32f943a5974//S/SDPA/./bundled" - -[SDPA_jll."700.300.1800+0"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."700.300.1800+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[SDPA_jll."700.300.1800+0".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "400.1000.0" - [[SDPA_jll."700.300.1800+0".build_dependencies]] - name = "METIS4_jll" - target = "target" - uuid = "40b5814e-7855-5c9f-99f7-a735ce3fdf8b" - version = "400.0.300" - - [[SDPA_jll."700.300.1800+0".sources]] - hash = "6fe0cb81ce731345180787c90e3ffdda19184ec67bc7b9d0f80d87c420cb5647" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.18.tar.gz" - [[SDPA_jll."700.300.1800+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7dd0723365f866de9f5a1c4fbe80cefa329c814f//S/SDPA/./bundled" - -[SDPA_jll."700.301.800+0"] -executables = ["sdpa"] -libraries = ["libsdpa", "libsdpawrap"] - - [[SDPA_jll."700.301.800+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[SDPA_jll."700.301.800+0".build_dependencies]] - name = "MUMPS_seq_jll" - target = "target" - uuid = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" - version = "400.1000.0" - [[SDPA_jll."700.301.800+0".build_dependencies]] - name = "METIS4_jll" - target = "target" - uuid = "40b5814e-7855-5c9f-99f7-a735ce3fdf8b" - version = "400.0.300" - - [[SDPA_jll."700.301.800+0".sources]] - hash = "c7541333da2f0bb2d18e90dbf758ac7cc099f3f7da3f256b284b0725f96d4117" - url = "https://sourceforge.net/projects/sdpa/files/sdpa/sdpa_7.3.8.tar.gz" - [[SDPA_jll."700.301.800+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/519babb83370a39d74852f71cec14b925f4166df//S/SDPA/./bundled" - -[SDPLR_jll."1.0.3+0"] -executables = ["sdplr"] - - [[SDPLR_jll."1.0.3+0".sources]] - hash = "f1f945734f72e008fd7be8544b27341b179292c3304226563d9c0f6cf503b2eb" - url = "https://sburer.github.io/files/SDPLR-1.03-beta.zip" - -[SDPLR_jll."100.1.300+0"] -executables = ["sdplr"] -libraries = ["libsdplr"] - - [[SDPLR_jll."100.1.300+0".sources]] - hash = "f1f945734f72e008fd7be8544b27341b179292c3304226563d9c0f6cf503b2eb" - url = "https://sburer.github.io/files/SDPLR-1.03-beta.zip" - -[SDPLR_jll."100.2.300+0"] -executables = ["sdplr"] -libraries = ["libsdplr"] - - [[SDPLR_jll."100.2.300+0".sources]] - hash = "6866be46ac64aef7043e21dd79f26df83b953280" - repo = "https://github.com/sburer/sdplr.git" - -[SEAL_jll."3.5.4+0"] -libraries = ["libsealc", "libseal"] - - [[SEAL_jll."3.5.4+0".sources]] - hash = "0c325c3e3d9b77be63ef866a7c73de861be46b99b61a22be60518d34865a1f37" - url = "https://github.com/microsoft/SEAL/archive/v3.5.4.tar.gz" - [[SEAL_jll."3.5.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bae4d25f871996bdf53e6ebd5353708652549b4e//S/SEAL/./bundled" - -[SEAL_jll."3.5.5+0"] -libraries = ["libsealc", "libseal"] - - [[SEAL_jll."3.5.5+0".sources]] - hash = "e6117298392019111e9d795fa7757fdabe12817e18074d162105a0dc687f19bb" - url = "https://github.com/microsoft/SEAL/archive/v3.5.5.tar.gz" - [[SEAL_jll."3.5.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/16c99ee2f248f111c6b0f890facae8cb466ed7b2//S/SEAL/./bundled" - -[SEAL_jll."3.5.5+1"] -libraries = ["libsealc", "libseal"] - - [[SEAL_jll."3.5.5+1".sources]] - hash = "f5ee25b78a05ea3b2d64e8e5e1c5cec310880884a14ad587aa001aa50a7d2009" - url = "https://github.com/microsoft/SEAL/archive/v3.5.5.tar.gz" - [[SEAL_jll."3.5.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/31ac45b9deb0c1445c06dcddd106b7da426b7b1a//S/SEAL/./bundled" - -[SEAL_jll."3.5.5+2"] -libraries = ["libsealc", "libseal"] - - [[SEAL_jll."3.5.5+2".sources]] - hash = "ae987c9df02a0a887eeb96032f307781b945183d3433e54a0a6d59207f4b8143" - url = "https://github.com/microsoft/SEAL/archive/v3.5.5.tar.gz" - [[SEAL_jll."3.5.5+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/463c7c9c303f02fdb0a90c0d44fe3f2cc9a713a5//S/SEAL/./bundled" - -[SEAL_jll."3.5.6+0"] -libraries = ["libsealc", "libseal"] - - [[SEAL_jll."3.5.6+0".sources]] - hash = "13674a39a48c0d1c6ff544521cf10ee539ce1af75c02bfbe093f7621869e3406" - url = "https://github.com/microsoft/SEAL/archive/v3.5.6.tar.gz" - [[SEAL_jll."3.5.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/445340005f60338a80d0d5fbd8dc57e0956b78f7//S/SEAL/./bundled" - -[SEAL_jll."3.6.2+0"] -libraries = ["libsealc"] - - [[SEAL_jll."3.6.2+0".sources]] - hash = "1e2a97deb1f5b543640fc37d7b4737cab2a9849f616c13ff40ad3be4cf29fb9c" - url = "https://github.com/microsoft/SEAL/archive/v3.6.2.tar.gz" - -[SFML_jll."2.5.1+0"] -libraries = ["libsfml-window", "sfml-window", "libsfml-audio", "sfml-audio", "libsfml-network", "sfml-network", "libsfml-system", "sfml-system", "libsfml-graphics", "sfml-graphics"] - - [[SFML_jll."2.5.1+0".sources]] - hash = "2f11710abc5aa478503a7ff3f9e654bd2078ebab" - repo = "https://github.com/SFML/SFML.git" - [[SFML_jll."2.5.1+0".sources]] - hash = "34ad106e4592d2ec03245db5e8ad8fbf85c256d6ef9e337e8cf5c4345dc583dd" - url = "https://www.sfml-dev.org/files/SFML-2.5.1-linux-gcc-64-bit.tar.gz" - -[SFML_jll."2.5.1+1"] -libraries = ["libsfml-window", "sfml-window", "libsfml-audio", "sfml-audio", "libsfml-network", "sfml-network", "libsfml-system", "sfml-system", "libsfml-graphics", "sfml-graphics"] - - [[SFML_jll."2.5.1+1".sources]] - hash = "2f11710abc5aa478503a7ff3f9e654bd2078ebab" - repo = "https://github.com/SFML/SFML.git" - [[SFML_jll."2.5.1+1".sources]] - hash = "34ad106e4592d2ec03245db5e8ad8fbf85c256d6ef9e337e8cf5c4345dc583dd" - url = "https://www.sfml-dev.org/files/SFML-2.5.1-linux-gcc-64-bit.tar.gz" - -[SFML_jll."2.5.1+2"] -libraries = ["libsfml-window", "sfml-window", "libsfml-audio", "sfml-audio", "libsfml-network", "sfml-network", "libsfml-system", "sfml-system", "libsfml-graphics", "sfml-graphics"] - - [[SFML_jll."2.5.1+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[SFML_jll."2.5.1+2".sources]] - hash = "2f11710abc5aa478503a7ff3f9e654bd2078ebab" - repo = "https://github.com/SFML/SFML.git" - -[SFML_jll."2.5.1+3"] -libraries = ["libsfml-window", "sfml-window", "libsfml-audio", "sfml-audio", "libsfml-network", "sfml-network", "libsfml-system", "sfml-system", "libsfml-graphics", "sfml-graphics"] - - [[SFML_jll."2.5.1+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[SFML_jll."2.5.1+3".sources]] - hash = "2f11710abc5aa478503a7ff3f9e654bd2078ebab" - repo = "https://github.com/SFML/SFML.git" - -[SHOT_jll."1.0.1+0"] -executables = ["SHOT"] -libraries = ["libSHOTSolver"] - - [[SHOT_jll."1.0.1+0".sources]] - hash = "d2c99ba451689bd4a80b5e170855b94f0d300b05" - repo = "https://github.com/coin-or/SHOT.git" - [[SHOT_jll."1.0.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[SHOT_jll."1.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/344dcde6cf8ff3235f9d51fa344038a4c8767b0b//C/Coin-OR/SHOT/./bundled" - -[SHOT_jll."1.0.1+1"] -executables = ["SHOT"] -libraries = ["libSHOTSolver"] - - [[SHOT_jll."1.0.1+1".sources]] - hash = "080c8c564c157c6a396452ae75238715c3897cb6" - repo = "https://github.com/coin-or/SHOT.git" - [[SHOT_jll."1.0.1+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[SHOT_jll."1.0.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8bd728943362d96a82a9e3996351ca0ed5ff63a8//C/Coin-OR/SHOT/./bundled" - -[SHOT_jll."1.0.1+2"] -executables = ["SHOT"] -libraries = ["libSHOTSolver"] - - [[SHOT_jll."1.0.1+2".sources]] - hash = "edbff51d392d2f347331a28364cbffa89b44218f" - repo = "https://github.com/coin-or/SHOT.git" - [[SHOT_jll."1.0.1+2".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[SHOT_jll."1.0.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3dd05486ddbad6394e90df05619d299195b1b8da//C/Coin-OR/SHOT/./bundled" - -[SHOT_jll."100.100.0+0"] -executables = ["SHOT"] -libraries = ["libSHOTSolver"] - - [[SHOT_jll."100.100.0+0".sources]] - hash = "11fda1ecb84af9718f1e0c0ebf7ae5ae8c45041a" - repo = "https://github.com/coin-or/SHOT.git" - [[SHOT_jll."100.100.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[SHOT_jll."100.100.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4f873b97546caf21ece5d55601e294d65ca42314//C/Coin-OR/SHOT/./bundled" - -[SHTOOLS_jll."4.8.0+0"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.8.0+0".sources]] - hash = "c36fc86810017e544abbfb12f8ddf6f101a1ac8b89856a76d7d9801ffc8dac44" - url = "https://github.com/SHTOOLS/SHTOOLS/releases/download/v4.8/SHTOOLS-4.8.tar.gz" - -[SHTOOLS_jll."4.8.0+1"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.8.0+1".sources]] - hash = "c36fc86810017e544abbfb12f8ddf6f101a1ac8b89856a76d7d9801ffc8dac44" - url = "https://github.com/SHTOOLS/SHTOOLS/releases/download/v4.8/SHTOOLS-4.8.tar.gz" - [[SHTOOLS_jll."4.8.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b73108035fce905305d743e8f96ee7242afe17c1//S/SHTOOLS/./bundled" - -[SHTOOLS_jll."4.9.1+0"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.9.1+0".sources]] - hash = "5c22064f9daf6e9aa08cace182146993aa6b25a6ea593d92572c59f4013d53c2" - url = "https://github.com/SHTOOLS/SHTOOLS/releases/download/v4.9.1/SHTOOLS-4.9.1.tar.gz" - [[SHTOOLS_jll."4.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/53284dd1e34f414fd3a1cb4a496c166572cf6153//S/SHTOOLS/./bundled" - -[SHTOOLS_jll."4.10.1+0"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.10.1+0".sources]] - hash = "f4fb5c86841fe80136b520d2040149eafd4bc2d49da6b914d8a843b812f20b61" - url = "https://github.com/SHTOOLS/SHTOOLS/releases/download/v4.10.1/SHTOOLS-4.10.1.tar.gz" - [[SHTOOLS_jll."4.10.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a360b1bc5b2a632fd4a1fc52b1433ba4496048ae//S/SHTOOLS/./bundled" - -[SHTOOLS_jll."4.10.2+0"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.10.2+0".sources]] - hash = "0caece67d65ddde19a79ec79bc6244f447f6fa878e5b2dc3f635cae2a3d1ee8c" - url = "https://github.com/SHTOOLS/SHTOOLS/releases/download/v4.10.2/SHTOOLS-4.10.2.tar.gz" - -[SHTOOLS_jll."4.10.4+0"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.10.4+0".sources]] - hash = "f31ab09e960d85ad23d046fa427b692ffb80915a2c96773725bb83ad90bdec20" - url = "https://github.com/SHTOOLS/SHTOOLS/releases/download/v4.10.4/SHTOOLS-4.10.4.tar.gz" - [[SHTOOLS_jll."4.10.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e615cb7d05f049851179ae2a1badb87dac95dc77//S/SHTOOLS/bundled" - -[SHTOOLS_jll."4.11.10+0"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.11.10+0".sources]] - hash = "aa6767f0560e66c269473904eba978ef6e3713c2" - repo = "https://github.com/SHTOOLS/SHTOOLS" - -[SHTOOLS_jll."4.12.2+0"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.12.2+0".sources]] - hash = "77ecaabbe90aee89ecc252317c8c6b4258e59bad" - repo = "https://github.com/SHTOOLS/SHTOOLS" - -[SHTOOLS_jll."4.13.1+0"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.13.1+0".sources]] - hash = "4c7fd73fd61f863351fdc067294c8538acc70d89" - repo = "https://github.com/SHTOOLS/SHTOOLS" - -[SHTOOLS_jll."4.13.2+0"] -libraries = ["libSHTOOLS", "libSHTOOLS-mp"] - - [[SHTOOLS_jll."4.13.2+0".sources]] - hash = "4c7fd73fd61f863351fdc067294c8538acc70d89" - repo = "https://github.com/SHTOOLS/SHTOOLS" - -[SHTns_jll."3.5.1+0"] -libraries = ["libshtns"] - - [[SHTns_jll."3.5.1+0".sources]] - hash = "77f8a33b94df8786d2ce9b95cbfbe548f00443625b310b8c64012b22c8a7394f" - url = "https://bitbucket.org/nschaeff/shtns/downloads/shtns-3.5.1.tar.gz" - -[SHTns_jll."3.5.2+0"] -libraries = ["libshtns"] - - [[SHTns_jll."3.5.2+0".sources]] - hash = "dc4ac08c09980e47c71d79d38696c5d1d631f86c2af1ce8aad5d21f7fd2c05b9" - url = "https://bitbucket.org/nschaeff/shtns/downloads/shtns-3.5.2.tar.gz" - -[SHTns_jll."3.6.6+0"] -libraries = ["libshtns"] - - [[SHTns_jll."3.6.6+0".sources]] - hash = "f060757ed6914c837cc2b251d370078e4c92b6894fef7aac189a9a1f5f1521a2" - url = "https://gricad-gitlab.univ-grenoble-alpes.fr/schaeffn/shtns/-/archive/v3.6.6/shtns-v3.6.6.tar.gz" - -[SHTns_jll."3.7.0+0"] -libraries = ["libshtns"] - - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[SHTns_jll."3.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - - [[SHTns_jll."3.7.0+0".sources]] - hash = "6c727ccc4d15d3170c3e20ad2b8a721c8b1fd838b1944c7d7e515a4fce43f75c" - url = "https://gricad-gitlab.univ-grenoble-alpes.fr/schaeffn/shtns/-/archive/v3.7/shtns-v3.7.tar.gz" - -[SIFDecode_jll."2.5.0+0"] -executables = ["sifdecoder_standalone"] -libraries = ["libsifdecode"] - - [[SIFDecode_jll."2.5.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SIFDecode_jll."2.5.0+0".sources]] - hash = "eaf94c01447a9453ded4909a891bb6e6d2b62e0e" - repo = "https://github.com/ralna/SIFDecode.git" - -[SIFDecode_jll."2.5.1+0"] -executables = ["sifdecoder_standalone"] -libraries = ["libsifdecode"] - - [[SIFDecode_jll."2.5.1+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SIFDecode_jll."2.5.1+0".sources]] - hash = "33183a4de90963be1f750bdea048d1ac2475876e" - repo = "https://github.com/ralna/SIFDecode.git" - -[SIFDecode_jll."2.6.0+0"] -executables = ["sifdecoder_standalone"] - - [[SIFDecode_jll."2.6.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SIFDecode_jll."2.6.0+0".sources]] - hash = "a94d9a0b00f3e215da27943f7c19809ca160166b" - repo = "https://github.com/ralna/SIFDecode.git" - -[SIFDecode_jll."2.6.0+1"] -executables = ["sifdecoder_standalone"] -libraries = ["libsifdecode"] - - [[SIFDecode_jll."2.6.0+1".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SIFDecode_jll."2.6.0+1".sources]] - hash = "a94d9a0b00f3e215da27943f7c19809ca160166b" - repo = "https://github.com/ralna/SIFDecode.git" - -[SIFDecode_jll."2.6.1+0"] -executables = ["sifdecoder_standalone"] -libraries = ["libsifdecode"] - - [[SIFDecode_jll."2.6.1+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SIFDecode_jll."2.6.1+0".sources]] - hash = "109022d949019b50c16703ec97289b6d28ed77b4" - repo = "https://github.com/ralna/SIFDecode.git" - -[SIFDecode_jll."2.6.3+0"] -executables = ["sifdecoder_standalone"] -libraries = ["libsifdecode"] - - [[SIFDecode_jll."2.6.3+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SIFDecode_jll."2.6.3+0".sources]] - hash = "88fa082271876c2701473c14078887d27f8310af" - repo = "https://github.com/ralna/SIFDecode.git" - -[SIFDecode_jll."2.6.4+0"] -executables = ["sifdecoder_standalone"] -libraries = ["libsifdecode"] - - [[SIFDecode_jll."2.6.4+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SIFDecode_jll."2.6.4+0".sources]] - hash = "30a20ef326add5d12d32c7cbb08d9c9902581d02" - repo = "https://github.com/ralna/SIFDecode.git" - -[SIFDecode_jll."3.0.0+0"] -executables = ["sifdecoder", "clsf", "slct"] - - [[SIFDecode_jll."3.0.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SIFDecode_jll."3.0.0+0".sources]] - hash = "be7c7cb15752cc6dc3dd09eb7bb5373884cdc81e" - repo = "https://github.com/ralna/SIFDecode.git" - -[SIFDecode_jll."3.1.0+0"] -executables = ["sifdecoder", "clsf", "slct"] - - [[SIFDecode_jll."3.1.0+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SIFDecode_jll."3.1.0+0".sources]] - hash = "01fd4455c7d4e2b97f2992035208ebdf432ac46e" - repo = "https://github.com/ralna/SIFDecode.git" - -[[SIMDe_jll."0.7.6+0".sources]] -hash = "fefc7857ff3e785b988a61a8f5f3c5bd5eb24342" -repo = "https://github.com/simd-everywhere/simde.git" - -[[SIMDe_jll."0.8.2+0".sources]] -hash = "71fd833d9666141edcd1d3c109a80e228303d8d7" -repo = "https://github.com/simd-everywhere/simde.git" - -[SIRIUS_jll."7.6.1+0"] -libraries = ["libsirius"] - - [[SIRIUS_jll."7.6.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.28.1" - - [[SIRIUS_jll."7.6.1+0".sources]] - hash = "63202622b85f0c5ac5d7a6d66ab21adb6dd573cd" - repo = "https://github.com/electronic-structure/SIRIUS.git" - -[SISL_jll."4.6.0+0"] -libraries = ["libsisl"] - - [[SISL_jll."4.6.0+0".sources]] - hash = "b207fe6b4b20775e3064168633256fddd475ff98573408f6f5088a938c086f86" - url = "https://github.com/SINTEF-Geometry/SISL/archive/refs/tags/SISL-4.6.0.tar.gz" - [[SISL_jll."4.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dd6617eda48a755385a1422317c57ec5f9fbd935//S/SISL/./bundled" - -[SLATEC_jll."4.1.0+0"] -libraries = ["libslatec"] - - [[SLATEC_jll."4.1.0+0".sources]] - hash = "417db9e31c49eba4aee5ab9bb719093f6886bcee" - repo = "https://github.com/sabjohnso/slatec.git" - [[SLATEC_jll."4.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e7ed247088990aea3de0f6ffeedb17b21bf55e38//S/SLATEC/./bundled" - -[SLATEC_jll."4.1.1+0"] -libraries = ["libslatec"] - - [[SLATEC_jll."4.1.1+0".sources]] - hash = "417db9e31c49eba4aee5ab9bb719093f6886bcee" - repo = "https://github.com/sabjohnso/slatec.git" - [[SLATEC_jll."4.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f7bb91400c24c4c7eccae112c658c98493d80854//S/SLATEC/./bundled" - -[SLATE_jll."2022.5.0+0"] -libraries = ["libslate", "libslate_lapack_api"] - - [[SLATE_jll."2022.5.0+0".sources]] - hash = "5fb57877effa06d2ef090402a39341ebeb44f180" - repo = "https://bitbucket.org/icl/slate.git" - -[SLATE_jll."2022.5.1+0"] -libraries = ["libslate", "libslate_lapack_api"] - - [[SLATE_jll."2022.5.1+0".sources]] - hash = "5fb57877effa06d2ef090402a39341ebeb44f180" - repo = "https://bitbucket.org/icl/slate.git" - -[SLATE_jll."2023.11.5+0"] -libraries = ["libslate", "libslate_lapack_api"] - - [[SLATE_jll."2023.11.5+0".sources]] - hash = "f1c849074616e6d180a9aaac10407180cccfbe7f" - repo = "https://github.com/icl-utk-edu/slate.git" - -[SLEEF_jll."3.4.0+0"] -libraries = ["libsleef", "libsleefquad"] - - [[SLEEF_jll."3.4.0+0".sources]] - hash = "8df2bce4596ec6b86f357beebf2e428564f0a4ec" - repo = "https://github.com/shibatch/sleef.git" - [[SLEEF_jll."3.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b52235f0343bebfd777f5d9dc67c8028052c3a2d//S/SLEEF/./bundled" - -[SLEEF_jll."3.4.1+0"] -libraries = ["libsleef", "libsleefquad"] - - [[SLEEF_jll."3.4.1+0".sources]] - hash = "233ed22c45b239230bf12a2f81585e857ede5e26" - repo = "https://github.com/shibatch/sleef.git" - [[SLEEF_jll."3.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a1a65b1ce029bac6c319478b3f3a0b170b0e720a//S/SLEEF/./bundled" - -[SLEEF_jll."3.5.2+0"] -libraries = ["libsleef", "libsleefquad"] - - [[SLEEF_jll."3.5.2+0".sources]] - hash = "e0a003ee838b75d11763aa9c3ef17bf71a725bff" - repo = "https://github.com/shibatch/sleef.git" - [[SLEEF_jll."3.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/951333e6d58e7e195cf04d3dc6a25b763610f06a//S/SLEEF/./bundled" - -[SLEEF_jll."3.7.0+0"] -libraries = ["libsleef", "libsleefdft", "libsleefquad", "libsleefscalar"] - - [[SLEEF_jll."3.7.0+0".sources]] - hash = "c5494730bf601599a55f4e77f357b51ba590585e" - repo = "https://github.com/shibatch/sleef.git" - [[SLEEF_jll."3.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4595343ee26c9837177db9bc525b4fbd79981bee//S/SLEEF/bundled" - -[SLEEF_jll."3.9.0+0"] -libraries = ["libsleef", "libsleefdft", "libsleefquad", "libsleefscalar"] - - [[SLEEF_jll."3.9.0+0".sources]] - hash = "906ca7512ee483296780a81a21b9ca715d40dfe1" - repo = "https://github.com/shibatch/sleef.git" - [[SLEEF_jll."3.9.0+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - [[SLEEF_jll."3.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c8c5f6f2969f973baa3d5aa6fa99fe49313b2a14//S/SLEEF/bundled" - -[SLICOT_jll."5.7.0+0"] -libraries = ["libslicot"] - - [[SLICOT_jll."5.7.0+0".sources]] - hash = "7b96b6470ee0eaf75519a612d15d5e3e2857407d" - repo = "https://github.com//SLICOT/SLICOT-Reference.git" - [[SLICOT_jll."5.7.0+0".sources]] - hash = "deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6" - url = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.8.0.tar.gz" - -[SLICOT_jll."5.8.0+0"] -libraries = ["libslicot"] - - [[SLICOT_jll."5.8.0+0".sources]] - hash = "d8e12fe9787f9e7d32df992cc32840e01944abd6" - repo = "https://github.com//SLICOT/SLICOT-Reference.git" - [[SLICOT_jll."5.8.0+0".sources]] - hash = "deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6" - url = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.8.0.tar.gz" - -[SLICOT_jll."5.8.0+1"] -libraries = ["libslicot"] - - [[SLICOT_jll."5.8.0+1".sources]] - hash = "d8e12fe9787f9e7d32df992cc32840e01944abd6" - repo = "https://github.com//SLICOT/SLICOT-Reference.git" - [[SLICOT_jll."5.8.0+1".sources]] - hash = "deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6" - url = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.8.0.tar.gz" - -[SLICOT_jll."5.8.0+2"] -libraries = ["libslicot"] - - [[SLICOT_jll."5.8.0+2".sources]] - hash = "d8e12fe9787f9e7d32df992cc32840e01944abd6" - repo = "https://github.com//SLICOT/SLICOT-Reference.git" - [[SLICOT_jll."5.8.0+2".sources]] - hash = "deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6" - url = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.8.0.tar.gz" - -[SLICOT_jll."5.8.1+0"] -libraries = ["libslicot"] - - [[SLICOT_jll."5.8.1+0".sources]] - hash = "d8e12fe9787f9e7d32df992cc32840e01944abd6" - repo = "https://github.com//SLICOT/SLICOT-Reference.git" - [[SLICOT_jll."5.8.1+0".sources]] - hash = "deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6" - url = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.8.0.tar.gz" - -[SLICOT_jll."5.9.0+0"] -libraries = ["libslicot"] - - [[SLICOT_jll."5.9.0+0".sources]] - hash = "a037f7eb76134d45e7d222b7f017d5cbd16eb731" - repo = "https://github.com//SLICOT/SLICOT-Reference.git" - [[SLICOT_jll."5.9.0+0".sources]] - hash = "ba3779a6813d84d329b73aac86afc4e041170609" - repo = "https://github.com/Reference-LAPACK/lapack.git" - -[SOLAR_jll."0.3.0+0"] -executables = ["solar"] - - [[SOLAR_jll."0.3.0+0".sources]] - hash = "d0c2932a3f25d4b0a71010b87b1f929c6fc1e020" - repo = "https://github.com/bbopt/solar.git" - -[SOLAR_jll."0.4.1+0"] -executables = ["solar"] - - [[SOLAR_jll."0.4.1+0".sources]] - hash = "37615c09482b6e8b28f430c7633b59b1fc0d1b77" - repo = "https://github.com/bbopt/solar.git" - -[SPEX_jll."1.1.5+0"] -libraries = ["libspexutil", "libspexleftlu"] - - [[SPEX_jll."1.1.5+0".sources]] - hash = "9471682b072419063d73bc950949bf3458b187f9" - repo = "https://github.com/clouren/SPEX" - [[SPEX_jll."1.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f9ce08b2e87977636360e8a292212b684553ab1//S/SPEX/./bundled" - -[SPEX_jll."3.2.1+0"] -libraries = ["libspex"] - - [[SPEX_jll."3.2.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SPEX_jll."3.2.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SPEX_jll."3.2.1+0".sources]] - hash = "d3c4926d2c47fd6ae558e898bfc072ade210a2a1" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SPEX_jll."3.2.4+0"] -libraries = ["libspex"] - - [[SPEX_jll."3.2.4+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SPEX_jll."3.2.4+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SPEX_jll."3.2.4+0".sources]] - hash = "b35a1f9318f4bd42085f4b5ea56f29c89d342d4d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SPIRV_Cross_jll."2020.4.3+0"] -executables = ["spirv-cross"] -libraries = ["libspirv-cross-c-shared"] - - [[SPIRV_Cross_jll."2020.4.3+0".sources]] - hash = "6637610b16aacfe43c77ad4060da62008a83cd12" - repo = "https://github.com/KhronosGroup/SPIRV-Cross.git" - -[SPIRV_Cross_jll."2021.1.15+0"] -executables = ["spirv-cross"] -libraries = ["libspirv-cross-c-shared"] - - [[SPIRV_Cross_jll."2021.1.15+0".sources]] - hash = "9acb9ec31f5a8ef80ea6b994bb77be787b08d3d1" - repo = "https://github.com/KhronosGroup/SPIRV-Cross.git" - -[SPIRV_Headers_jll."1.4.309+0"] -files = ["include/spirv/spir-v.xml"] - - [[SPIRV_Headers_jll."1.4.309+0".sources]] - hash = "09913f088a1197aba4aefd300a876b2ebbaa3391" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_Headers_jll."1.5.3+0"] -files = ["include/spirv/spir-v.xml"] - - [[SPIRV_Headers_jll."1.5.3+0".sources]] - hash = "c0df742ec0b8178ad58c68cff3437ad4b6a06e26" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_Headers_jll."1.5.4+0"] -files = ["include/spirv/spir-v.xml"] - - [[SPIRV_Headers_jll."1.5.4+0".sources]] - hash = "7845730cab6ebbdeb621e7349b7dc1a59c3377be" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_Headers_jll."1.5.4+1"] -files = ["include/spirv/spir-v.xml"] - - [[SPIRV_Headers_jll."1.5.4+1".sources]] - hash = "f027d53ded7e230e008d37c8b47ede7cd308e19d" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_Headers_jll."1.6.0+0"] -files = ["include/spirv/spir-v.xml"] - - [[SPIRV_Headers_jll."1.6.0+0".sources]] - hash = "aa331ab0ffcb3a67021caa1a0c1c9017712f2f31" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_LLVM_Backend_jll."20.0.0+0"] -executables = ["llc"] - - [[SPIRV_LLVM_Backend_jll."20.0.0+0".sources]] - hash = "5f8653a2ffb59febd07d816778efe0dfc7a3d55f65b4213399608535d7bdc9a2" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.0-rc1/llvm-project-20.1.0-rc1.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/117874b9a47addbb2b3c1a7bde5dbd416cb6b39a//S/SPIRV_LLVM_Backend/./bundled" - -[SPIRV_LLVM_Backend_jll."20.1.5+0"] -executables = ["llc"] - - [[SPIRV_LLVM_Backend_jll."20.1.5+0".sources]] - hash = "9a9a80ca4c0d902531f2b43e9e4d6c36b57cdd5702430e0b54567bf273bd32c1" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/llvm-20.1.5.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.1.5+0".sources]] - hash = "1b5abaa2686c6c0e1f394113d0b2e026ff3cb9e11b6a2294c4f3883f1b02c89c" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/cmake-20.1.5.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.1.5+0".sources]] - hash = "8667f47185bee07f7c7988ead7161b0d9e41a1a01d5d7afd8f325c607641470c" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/third-party-20.1.5.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f2f735b262c8fb76c8ae3342150ba7ccfccb829b//S/SPIRV_LLVM_Backend/./bundled" - -[SPIRV_LLVM_Backend_jll."20.1.5+1"] -executables = ["llc"] - - [[SPIRV_LLVM_Backend_jll."20.1.5+1".sources]] - hash = "9a9a80ca4c0d902531f2b43e9e4d6c36b57cdd5702430e0b54567bf273bd32c1" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/llvm-20.1.5.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.1.5+1".sources]] - hash = "1b5abaa2686c6c0e1f394113d0b2e026ff3cb9e11b6a2294c4f3883f1b02c89c" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/cmake-20.1.5.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.1.5+1".sources]] - hash = "8667f47185bee07f7c7988ead7161b0d9e41a1a01d5d7afd8f325c607641470c" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/third-party-20.1.5.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.1.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/43dc1c1722b6ac3683444ef5ac43b79fab2f9421//S/SPIRV_LLVM_Backend/./bundled" - -[SPIRV_LLVM_Backend_jll."20.1.5+2"] -executables = ["llc"] - - [[SPIRV_LLVM_Backend_jll."20.1.5+2".sources]] - hash = "9a9a80ca4c0d902531f2b43e9e4d6c36b57cdd5702430e0b54567bf273bd32c1" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/llvm-20.1.5.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.1.5+2".sources]] - hash = "1b5abaa2686c6c0e1f394113d0b2e026ff3cb9e11b6a2294c4f3883f1b02c89c" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/cmake-20.1.5.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.1.5+2".sources]] - hash = "8667f47185bee07f7c7988ead7161b0d9e41a1a01d5d7afd8f325c607641470c" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/third-party-20.1.5.src.tar.xz" - [[SPIRV_LLVM_Backend_jll."20.1.5+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/de6b66409bf7b38965841c3d51f1fdecefeed97e//S/SPIRV_LLVM_Backend/./bundled" - -[SPIRV_LLVM_Translator_unified_jll."0.1.0+0"] -executables = ["llvm-spirv"] -libraries = ["libLLVMSPIRVLib", "LLVMSPIRVLib"] - - [[SPIRV_LLVM_Translator_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - - [[SPIRV_LLVM_Translator_unified_jll."0.1.0+0".sources]] - hash = "caa4038025861069adf857be8a5214e6857ff182" - repo = "https://github.com/maleadt/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.1.0+0".sources]] - hash = "3ed66fc7524d648dec5a71c5e09985d5aff5bd99" - repo = "https://github.com/maleadt/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.1.0+0".sources]] - hash = "776d9041e3baf120222e88842a9d441218a3f791" - repo = "https://github.com/maleadt/SPIRV-LLVM-Translator.git" - -[SPIRV_LLVM_Translator_unified_jll."0.2.0+0"] -executables = ["llvm-spirv"] -libraries = ["libLLVMSPIRVLib", "LLVMSPIRVLib"] - - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.2" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.2" - - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".sources]] - hash = "4c46e06d7b8833af95233ab9c1ad43220bf63684" - repo = "https://github.com/maleadt/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".sources]] - hash = "3227a34ccc21f8e456d5991b42e161eb7d15578d" - repo = "https://github.com/maleadt/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".sources]] - hash = "5d69690864d8e7d5bf221284a37c57f016ce7d98" - repo = "https://github.com/maleadt/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.2.0+0".sources]] - hash = "a16f3db323862cc49d31135697309a3188a024a8" - repo = "https://github.com/maleadt/SPIRV-LLVM-Translator.git" - -[SPIRV_LLVM_Translator_unified_jll."0.3.0+0"] -executables = ["llvm-spirv"] -libraries = ["libLLVMSPIRVLib", "LLVMSPIRVLib"] - - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "11.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".sources]] - hash = "474cc8f991e5208fa805720250f0901a4d5265ec" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".sources]] - hash = "a14a95a92e1a358e58b1a544f00c413508308b70" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".sources]] - hash = "828bdebefa56d34d72a3fe7bb59e53f13953ecaf" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".sources]] - hash = "60c0cb0078658e0bc33d93724ffbe70ed4be6c51" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.3.0+0".sources]] - hash = "e82ecc2bd7295604fcf1824e47c95fa6a09c6e63" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - -[SPIRV_LLVM_Translator_unified_jll."0.4.0+0"] -executables = ["llvm-spirv"] -libraries = ["libLLVMSPIRVLib", "LLVMSPIRVLib"] - - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".sources]] - hash = "6fbace895422d2b2d8b8eda1a3f6aef3729fc9f4" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".sources]] - hash = "e7f5440a40117cc11799b9306c7ea489b8596e55" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".sources]] - hash = "6b82481abc6df8de5b67c72ba1da57bcb58b75b0" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".sources]] - hash = "d1c69c3365dffed67124eb1692cb941cbae5bb2e" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.4.0+0".sources]] - hash = "52b3a5f12d23ce0145fc8e0b8882e5d9bb31c664" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - -[SPIRV_LLVM_Translator_unified_jll."0.5.0+0"] -executables = ["llvm-spirv"] -libraries = ["libLLVMSPIRVLib", "LLVMSPIRVLib"] - - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".sources]] - hash = "093cf279cad6f12bb22abf0a94eae9aca938aaea" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".sources]] - hash = "62f5b09b11b1da42274371b1f7535f6f2ab11485" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".sources]] - hash = "0f9ad6622b1bf308facf35073c91c738b34081ba" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".sources]] - hash = "0b107dbf421593ed6f201ea2b7976e9456bc6bd3" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.5.0+0".sources]] - hash = "38e0a0dda82ab2807d7064b34bd7e81034ef3837" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - -[SPIRV_LLVM_Translator_unified_jll."0.6.0+0"] -executables = ["llvm-spirv"] -libraries = ["libLLVMSPIRVLib", "LLVMSPIRVLib"] - - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".sources]] - hash = "1e170e22f65d6bf01e6c592f8ed845dcceb69bea" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".sources]] - hash = "1f9e0e36d8917cece7593771304d8db0bcd9f614" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".sources]] - hash = "3aa5bcd0c60a2c05b3a045339b2ef001465961ec" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.6.0+0".sources]] - hash = "242df2cb83e2322b456990fb0ca3e30bd9209ed0" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - -[SPIRV_LLVM_Translator_unified_jll."0.7.0+0"] -executables = ["llvm-spirv"] -libraries = ["libLLVMSPIRVLib", "LLVMSPIRVLib"] - - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "19.1.1" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "19.1.1" - - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".sources]] - hash = "4b96335944e70032f4dfa4807d9c5683eaabdae5" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".sources]] - hash = "b786f8c31eead5788ac8ca33ccedf29a4a7faedf" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".sources]] - hash = "27bbf0fa898b6945dbd097dfd1e87b4f4becb19a" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".sources]] - hash = "7515735e387c65cbb7821a78f122cfd89115a779" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.7.0+0".sources]] - hash = "90a976491d3847657396456e0e94d7dc48d35996" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - -[SPIRV_LLVM_Translator_unified_jll."0.7.1+0"] -executables = ["llvm-spirv"] -libraries = ["libLLVMSPIRVLib", "LLVMSPIRVLib"] - - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "19.1.1" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "19.1.1" - - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".sources]] - hash = "4b96335944e70032f4dfa4807d9c5683eaabdae5" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".sources]] - hash = "b786f8c31eead5788ac8ca33ccedf29a4a7faedf" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".sources]] - hash = "27bbf0fa898b6945dbd097dfd1e87b4f4becb19a" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".sources]] - hash = "7515735e387c65cbb7821a78f122cfd89115a779" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[SPIRV_LLVM_Translator_unified_jll."0.7.1+0".sources]] - hash = "90a976491d3847657396456e0e94d7dc48d35996" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - -[SPIRV_Tools_jll."2020.2.0+0"] -executables = ["spirv-as", "spirv-cfg", "spirv-dis", "spirv-link", "spirv-opt", "spirv-reduce", "spirv-val"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2020.2.0+0".sources]] - hash = "fd8e130510a6b002b28eee5885a9505040a9bdc9" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2020.2.0+0".sources]] - hash = "2ad0492fb00919d99500f1da74abf5ad3c870e4e" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[SPIRV_Tools_jll."2020.2.0+0".sources]] - hash = "6fa2a03cebb4fb18fbad086d53d1054928bef54e" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2020.2.0+0".sources]] - hash = "209eda1b607909cf3c9ad084264039546155aeaa" - repo = "https://github.com/google/re2.git" - -[SPIRV_Tools_jll."2020.2.0+1"] -executables = ["spirv-as", "spirv-cfg", "spirv-dis", "spirv-link", "spirv-opt", "spirv-reduce", "spirv-val"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2020.2.0+1".build_dependencies]] - name = "SPIRV_Headers_jll" - target = "target" - version = "*" - - [[SPIRV_Tools_jll."2020.2.0+1".sources]] - hash = "fd8e130510a6b002b28eee5885a9505040a9bdc9" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2020.2.0+1".sources]] - hash = "6fa2a03cebb4fb18fbad086d53d1054928bef54e" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2020.2.0+1".sources]] - hash = "209eda1b607909cf3c9ad084264039546155aeaa" - repo = "https://github.com/google/re2.git" - -[SPIRV_Tools_jll."2020.6.0+0"] -executables = ["spirv-as", "spirv-cfg", "spirv-dis", "spirv-link", "spirv-opt", "spirv-reduce", "spirv-val"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2020.6.0+0".build_dependencies]] - name = "SPIRV_Headers_jll" - target = "target" - version = "1.5.4" - - [[SPIRV_Tools_jll."2020.6.0+0".sources]] - hash = "4c2f34a504817cc96d3e8b0435265a743cb2038a" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2020.6.0+0".sources]] - hash = "33d438fb1939e94e5507d38dee9d999f60a03d96" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2020.6.0+0".sources]] - hash = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25" - repo = "https://github.com/google/re2.git" - -[SPIRV_Tools_jll."2021.2.0+0"] -executables = ["spirv-as", "spirv-cfg", "spirv-dis", "spirv-link", "spirv-opt", "spirv-reduce", "spirv-val"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2021.2.0+0".sources]] - hash = "5775a63ab44f6ffef2978de424062eb92719bdd0" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2021.2.0+0".sources]] - hash = "2ec8f8738118cc483b67c04a759fee53496c5659" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2021.2.0+0".sources]] - hash = "f8e389f3acdc2517562924239e2a188037393683" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2021.2.0+0".sources]] - hash = "07f259e68af3a540038fa32df522554e74f53ed5" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_Tools_jll."2022.1.0+0"] -executables = ["spirv-as", "spirv-cfg", "spirv-dis", "spirv-link", "spirv-opt", "spirv-reduce", "spirv-val"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2022.1.0+0".sources]] - hash = "b1877de5cd776117050bd42f08d04b52bce16099" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2022.1.0+0".sources]] - hash = "ddf5e2bb92957dc8a12c5392f8495333d6844133" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2022.1.0+0".sources]] - hash = "611baecbcedc9cec1f46e38616b6d8880b676c03" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2022.1.0+0".sources]] - hash = "6a55fade62dec6a406a5a721148f88a2211cbefa" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_Tools_jll."2023.2.0+0"] -executables = ["spirv-as", "spirv-cfg", "spirv-dis", "spirv-link", "spirv-opt", "spirv-reduce", "spirv-val"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2023.2.0+0".sources]] - hash = "44d72a9b36702f093dd20815561a56778b2d181e" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2023.2.0+0".sources]] - hash = "66edefd2bb641de8a2f46b476de21f227fc03a28" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2023.2.0+0".sources]] - hash = "a3580180d16923d6d5f488e20b3814608a892f17" - repo = "https://github.com/google/googletest" - [[SPIRV_Tools_jll."2023.2.0+0".sources]] - hash = "c9cba76063cf4235c1a15dd14a24a4ef8d623761" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2023.2.0+0".sources]] - hash = "268a061764ee69f09a477a695bf6a11ffe311b8d" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_Tools_jll."2024.2.0+0"] -executables = ["spirv-as", "spirv-dis", "spirv-val", "spirv-opt", "spirv-cfg", "spirv-link", "spirv-lint", "spirv-reduce"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2024.2.0+0".sources]] - hash = "dd4b663e13c07fea4fbb3f70c1c91c86731099f7" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2024.2.0+0".sources]] - hash = "19b4aa87af25cb4ee779a071409732f34bfc305c" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2024.2.0+0".sources]] - hash = "5a37b517ad4ab6738556f0284c256cae1466c5b4" - repo = "https://github.com/google/googletest" - [[SPIRV_Tools_jll."2024.2.0+0".sources]] - hash = "917047f3606d3ba9e2de0d383c3cd80c94ed732c" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2024.2.0+0".sources]] - hash = "4f7b471f1a66b6d06462cd4ba57628cc0cd087d7" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_Tools_jll."2024.3.0+0"] -executables = ["spirv-as", "spirv-dis", "spirv-val", "spirv-opt", "spirv-cfg", "spirv-link", "spirv-lint", "spirv-reduce"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2024.3.0+0".sources]] - hash = "0cfe9e7219148716dfd30b37f4d21753f098707a" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2024.3.0+0".sources]] - hash = "d74d33d93043952a99ae7cd7458baf6bc8df1da0" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2024.3.0+0".sources]] - hash = "1d17ea141d2c11b8917d2c7d029f1c4e2b9769b2" - repo = "https://github.com/google/googletest" - [[SPIRV_Tools_jll."2024.3.0+0".sources]] - hash = "4a8cee3dd3c3d81b6fe8b867811e193d5819df07" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2024.3.0+0".sources]] - hash = "2acb319af38d43be3ea76bfabf3998e5281d8d12" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - -[SPIRV_Tools_jll."2024.4.0+0"] -executables = ["spirv-as", "spirv-dis", "spirv-val", "spirv-opt", "spirv-cfg", "spirv-link", "spirv-lint", "spirv-reduce"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2024.4.0+0".sources]] - hash = "4d2f0b40bfe290dea6c6904dafdf7fd8328ba346" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2024.4.0+0".sources]] - hash = "2c97e5689ed8d7ab6ae5820f884f03a601ae124b" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2024.4.0+0".sources]] - hash = "35d0c365609296fa4730d62057c487e3cfa030ff" - repo = "https://github.com/google/googletest" - [[SPIRV_Tools_jll."2024.4.0+0".sources]] - hash = "6dcd83d60f7944926bfd308cc13979fc53dd69ca" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2024.4.0+0".sources]] - hash = "3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[SPIRV_Tools_jll."2024.4.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[SPIRV_Tools_jll."2025.1.0+0"] -executables = ["spirv-as", "spirv-dis", "spirv-val", "spirv-opt", "spirv-cfg", "spirv-link", "spirv-lint", "spirv-objdump", "spirv-reduce"] -libraries = ["libSPIRV-Tools-shared"] - - [[SPIRV_Tools_jll."2025.1.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SPIRV_Tools_jll."2025.1.0+0".sources]] - hash = "f289d047f49fb60488301ec62bafab85573668cc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2025.1.0+0".sources]] - hash = "12241cbc30f20730b656db7fd5a3fa36cd420843" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2025.1.0+0".sources]] - hash = "c00fd25b71a17e645e4567fcb465c3fa532827d2" - repo = "https://github.com/google/googletest" - [[SPIRV_Tools_jll."2025.1.0+0".sources]] - hash = "6dcd83d60f7944926bfd308cc13979fc53dd69ca" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2025.1.0+0".sources]] - hash = "09913f088a1197aba4aefd300a876b2ebbaa3391" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[SPIRV_Tools_jll."2025.1.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[SPIRV_Tools_jll."2025.1.0+1"] -executables = ["spirv-as", "spirv-dis", "spirv-val", "spirv-opt", "spirv-cfg", "spirv-link", "spirv-lint", "spirv-objdump", "spirv-reduce"] -libraries = ["libSPIRV-Tools"] - - [[SPIRV_Tools_jll."2025.1.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SPIRV_Tools_jll."2025.1.0+1".sources]] - hash = "f289d047f49fb60488301ec62bafab85573668cc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2025.1.0+1".sources]] - hash = "12241cbc30f20730b656db7fd5a3fa36cd420843" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2025.1.0+1".sources]] - hash = "c00fd25b71a17e645e4567fcb465c3fa532827d2" - repo = "https://github.com/google/googletest" - [[SPIRV_Tools_jll."2025.1.0+1".sources]] - hash = "6dcd83d60f7944926bfd308cc13979fc53dd69ca" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2025.1.0+1".sources]] - hash = "09913f088a1197aba4aefd300a876b2ebbaa3391" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[SPIRV_Tools_jll."2025.1.0+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[SPIRV_Tools_jll."2025.1.0+2"] -executables = ["spirv-as", "spirv-dis", "spirv-val", "spirv-opt", "spirv-cfg", "spirv-link", "spirv-lint", "spirv-objdump", "spirv-reduce"] -libraries = ["libSPIRV-Tools", "libSPIRV-Tools-opt", "libSPIRV-Tools-diff", "libSPIRV-Tools-link", "libSPIRV-Tools-lint"] - - [[SPIRV_Tools_jll."2025.1.0+2".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SPIRV_Tools_jll."2025.1.0+2".sources]] - hash = "f289d047f49fb60488301ec62bafab85573668cc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2025.1.0+2".sources]] - hash = "12241cbc30f20730b656db7fd5a3fa36cd420843" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2025.1.0+2".sources]] - hash = "c00fd25b71a17e645e4567fcb465c3fa532827d2" - repo = "https://github.com/google/googletest" - [[SPIRV_Tools_jll."2025.1.0+2".sources]] - hash = "6dcd83d60f7944926bfd308cc13979fc53dd69ca" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2025.1.0+2".sources]] - hash = "09913f088a1197aba4aefd300a876b2ebbaa3391" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[SPIRV_Tools_jll."2025.1.0+2".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[SPIRV_Tools_jll."2025.1.0+3"] -executables = ["spirv-as", "spirv-dis", "spirv-val", "spirv-opt", "spirv-cfg", "spirv-link", "spirv-lint", "spirv-objdump", "spirv-reduce"] -libraries = ["libSPIRV-Tools", "libSPIRV-Tools-opt", "libSPIRV-Tools-diff", "libSPIRV-Tools-link", "libSPIRV-Tools-lint"] - - [[SPIRV_Tools_jll."2025.1.0+3".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SPIRV_Tools_jll."2025.1.0+3".sources]] - hash = "f289d047f49fb60488301ec62bafab85573668cc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[SPIRV_Tools_jll."2025.1.0+3".sources]] - hash = "12241cbc30f20730b656db7fd5a3fa36cd420843" - repo = "https://github.com/google/effcee.git" - [[SPIRV_Tools_jll."2025.1.0+3".sources]] - hash = "c00fd25b71a17e645e4567fcb465c3fa532827d2" - repo = "https://github.com/google/googletest" - [[SPIRV_Tools_jll."2025.1.0+3".sources]] - hash = "6dcd83d60f7944926bfd308cc13979fc53dd69ca" - repo = "https://github.com/google/re2.git" - [[SPIRV_Tools_jll."2025.1.0+3".sources]] - hash = "09913f088a1197aba4aefd300a876b2ebbaa3391" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[SPIRV_Tools_jll."2025.1.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a5c9818f6c2de426ee6791561906732e1a983039//S/SPIRV_Tools/./bundled" - [[SPIRV_Tools_jll."2025.1.0+3".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[SPRAL_jll."0.1.0+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."0.1.0+0".sources]] - hash = "cd2d2e817275f16d586cf72767631b3c7472ce02" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2023.3.29+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2023.3.29+0".sources]] - hash = "b1d6a7409d41d575bff7106a4e9d9a60b8935c2e" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2023.7.4+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2023.7.4+0".sources]] - hash = "c50996a366c5e8d113633ddbf7a37a4bfc301a66" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2023.8.2+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2023.8.2+0".sources]] - hash = "96585df2f2565017e6d8bdacd5ec50014bacd378" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2023.9.7+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2023.9.7+0".sources]] - hash = "04133cdacbc35c868ef8e3b5eb63ee76715625d4" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2023.11.15+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2023.11.15+0".sources]] - hash = "e723071ce2e0e6181bb65e1b365dc47449e1a912" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2024.1.18+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2024.1.18+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SPRAL_jll."2024.1.18+0".sources]] - hash = "c1dfe13538c621ede929bb13bbaa54070b63e02e" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2024.5.8+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2024.5.8+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SPRAL_jll."2024.5.8+0".sources]] - hash = "1a71375f9b3bf97245d80d169aff7e4a7db8ede9" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2025.1.8+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2025.1.8+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SPRAL_jll."2025.1.8+0".sources]] - hash = "c715ad652041cae79311321fba7f2ee1d0b3d478" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2025.5.20+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2025.5.20+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SPRAL_jll."2025.5.20+0".sources]] - hash = "ccc2c2478ca568d7c5886769cdce7399804c4d8e" - repo = "https://github.com/ralna/spral.git" - -[SPRAL_jll."2025.9.18+0"] -executables = ["spral_ssids"] -libraries = ["libspral"] - - [[SPRAL_jll."2025.9.18+0".build_dependencies]] - name = "Ninja_jll" - target = "host" - uuid = "76642167-d241-5cee-8c94-7a494e8cb7b7" - version = "*" - - [[SPRAL_jll."2025.9.18+0".sources]] - hash = "e68988612dbd920323cee44c9cb8c6134847a990" - repo = "https://github.com/ralna/spral.git" - -[SQLCipher_jll."4.4.3+0"] -executables = ["sqlcipher"] -libraries = ["libsqlcipher"] - - [[SQLCipher_jll."4.4.3+0".build_dependencies]] - name = "Tcl_jll" - target = "host" - version = "*" - - [[SQLCipher_jll."4.4.3+0".sources]] - hash = "0663d8500204e14bd2bb0ca25162d91e4555528d" - repo = "https://github.com/sqlcipher/sqlcipher.git" - -[SQLCipher_jll."4.5.0+0"] -executables = ["sqlcipher"] -libraries = ["libsqlcipher"] - - [[SQLCipher_jll."4.5.0+0".build_dependencies]] - name = "Tcl_jll" - target = "host" - version = "*" - - [[SQLCipher_jll."4.5.0+0".sources]] - hash = "f7e9e9052397a0313dde44175a7840e36c9abf56" - repo = "https://github.com/sqlcipher/sqlcipher.git" - -[SQLCipher_jll."4.5.6+0"] -executables = ["sqlcipher"] -libraries = ["libsqlcipher"] - - [[SQLCipher_jll."4.5.6+0".build_dependencies]] - name = "Tcl_jll" - target = "host" - version = "*" - - [[SQLCipher_jll."4.5.6+0".sources]] - hash = "befb0709091fa29fa0f3b7eb3944de7b753d1a44" - repo = "https://github.com/sqlcipher/sqlcipher.git" - -[SQLCipher_jll."4.6.1+0"] -executables = ["sqlcipher"] -libraries = ["libsqlcipher"] - - [[SQLCipher_jll."4.6.1+0".build_dependencies]] - name = "Tcl_jll" - target = "host" - version = "*" - - [[SQLCipher_jll."4.6.1+0".sources]] - hash = "c5bd336ece77922433aaf6d6fe8cf203b0c299d5" - repo = "https://github.com/sqlcipher/sqlcipher.git" - -[SQLite_jll."3.30.1+0"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.30.1+0".sources]] - hash = "8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60" - url = "https://www.sqlite.org/2019/sqlite-autoconf-3300100.tar.gz" - -[SQLite_jll."3.30.1+1"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.30.1+1".sources]] - hash = "8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60" - url = "https://www.sqlite.org/2019/sqlite-autoconf-3300100.tar.gz" - -[SQLite_jll."3.31.1+0"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.31.1+0".sources]] - hash = "62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae" - url = "https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz" - [[SQLite_jll."3.31.1+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.32.3+0"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.32.3+0".sources]] - hash = "a31507123c1c2e3a210afec19525fd7b5bb1e19a6a34ae5b998fbd7302568b66" - url = "https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz" - [[SQLite_jll."3.32.3+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.33.0+0"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.33.0+0".sources]] - hash = "106A2C48C7F75A298A7557BCC0D5F4F454E5B43811CC738B7CA294D6956BBB15" - url = "https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz" - [[SQLite_jll."3.33.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.34.0+0"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.34.0+0".sources]] - hash = "BF6DB7FAE37D51754737747AAAF413B4D6B3B5FBACD52BDB2D0D6E5B2EDD9AEE" - url = "https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz" - [[SQLite_jll."3.34.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.35.5+0"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.35.5+0".sources]] - hash = "f52b72a5c319c3e516ed7a92e123139a6e87af08a2dc43d7757724f6132e6db0" - url = "https://www.sqlite.org/2021/sqlite-autoconf-3350500.tar.gz" - [[SQLite_jll."3.35.5+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.36.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.36.0+0".sources]] - hash = "bd90c3eb96bee996206b83be7065c9ce19aef38c3f4fb53073ada0d0b69bbce3" - url = "https://www.sqlite.org/2021/sqlite-autoconf-3360000.tar.gz" - [[SQLite_jll."3.36.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.36.1+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.36.1+0".sources]] - hash = "bd90c3eb96bee996206b83be7065c9ce19aef38c3f4fb53073ada0d0b69bbce3" - url = "https://www.sqlite.org/2021/sqlite-autoconf-3360000.tar.gz" - [[SQLite_jll."3.36.1+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.37.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.37.0+0".sources]] - hash = "731a4651d4d4b36fc7d21db586b2de4dd00af31fd54fb5a9a4b7f492057479f7" - url = "https://www.sqlite.org/2021/sqlite-autoconf-3370000.tar.gz" - [[SQLite_jll."3.37.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.38.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.38.0+0".sources]] - hash = "1c76e25dc63d9f3935e0f406aec520a33ee77cf54ea5147dffe1fae8369eff68" - url = "https://www.sqlite.org/2022/sqlite-autoconf-3380000.tar.gz" - [[SQLite_jll."3.38.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.38.4+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.38.4+0".sources]] - hash = "1935751066c2fd447404caa78cfb8b2b701fad3f6b1cf40b3d658440f6cc7563" - url = "https://www.sqlite.org/2022/sqlite-autoconf-3380400.tar.gz" - [[SQLite_jll."3.38.4+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.39.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.39.0+0".sources]] - hash = "e90bcaef6dd5813fcdee4e867f6b65f3c9bfd0aec0f1017f9f3bbce1e4ed09e2" - url = "https://www.sqlite.org/2022/sqlite-autoconf-3390000.tar.gz" - [[SQLite_jll."3.39.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.39.2+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.39.2+0".sources]] - hash = "852be8a6183a17ba47cee0bbff7400b7aa5affd283bf3beefc34fcd088a239de" - url = "https://www.sqlite.org/2022/sqlite-autoconf-3390200.tar.gz" - [[SQLite_jll."3.39.2+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/license.txt?h=packages/sqlite&id=33cad63ddb1ba86b7c5a47430c98083ce2b4d86b" - -[SQLite_jll."3.39.4+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.39.4+0".sources]] - hash = "f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb" - url = "https://www.sqlite.org/2022/sqlite-autoconf-3390400.tar.gz" - [[SQLite_jll."3.39.4+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.40.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.40.0+0".sources]] - hash = "0333552076d2700c75352256e91c78bf5cd62491589ba0c69aed0a81868980e7" - url = "https://www.sqlite.org/2022/sqlite-autoconf-3400000.tar.gz" - [[SQLite_jll."3.40.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.40.0+1"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.40.0+1".sources]] - hash = "0333552076d2700c75352256e91c78bf5cd62491589ba0c69aed0a81868980e7" - url = "https://www.sqlite.org/2022/sqlite-autoconf-3400000.tar.gz" - [[SQLite_jll."3.40.0+1".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.41.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.41.0+0".sources]] - hash = "49f77ac53fd9aa5d7395f2499cb816410e5621984a121b858ccca05310b05c70" - url = "https://www.sqlite.org/2023/sqlite-autoconf-3410000.tar.gz" - [[SQLite_jll."3.41.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.42.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.42.0+0".sources]] - hash = "7abcfd161c6e2742ca5c6c0895d1f853c940f203304a0b49da4e1eca5d088ca6" - url = "https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz" - [[SQLite_jll."3.42.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.43.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.43.0+0".sources]] - hash = "49008dbf3afc04d4edc8ecfc34e4ead196973034293c997adad2f63f01762ae1" - url = "https://www.sqlite.org/2023/sqlite-autoconf-3430000.tar.gz" - [[SQLite_jll."3.43.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.45.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.45.0+0".sources]] - hash = "72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436" - url = "https://sqlite.org/2024/sqlite-autoconf-3450000.tar.gz" - [[SQLite_jll."3.45.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.45.3+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.45.3+0".sources]] - hash = "b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531" - url = "https://sqlite.org/2024/sqlite-autoconf-3450300.tar.gz" - [[SQLite_jll."3.45.3+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.47.2+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.47.2+0".sources]] - hash = "f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b" - url = "https://sqlite.org/2024/sqlite-autoconf-3470200.tar.gz" - [[SQLite_jll."3.47.2+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.47.2+1"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.47.2+1".sources]] - hash = "f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b" - url = "https://sqlite.org/2024/sqlite-autoconf-3470200.tar.gz" - [[SQLite_jll."3.47.2+1".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.47.2+2"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.47.2+2".sources]] - hash = "f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b" - url = "https://sqlite.org/2024/sqlite-autoconf-3470200.tar.gz" - [[SQLite_jll."3.47.2+2".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.48.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.48.0+0".sources]] - hash = "ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5" - url = "https://sqlite.org/2025/sqlite-autoconf-3480000.tar.gz" - [[SQLite_jll."3.48.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SQLite_jll."3.49.0+0"] -executables = ["sqlite3"] -libraries = ["libsqlite3"] - - [[SQLite_jll."3.49.0+0".sources]] - hash = "4d8bfa0b55e36951f6e5a9fb8c99f3b58990ab785c57b4f84f37d163a0672759" - url = "https://sqlite.org/2025/sqlite-autoconf-3490000.tar.gz" - [[SQLite_jll."3.49.0+0".sources]] - hash = "4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d" - url = "https://raw.githubusercontent.com/archlinux/svntogit-community/cf0a3337bd854104252dc1ff711e95cc8bc7ffb3/trunk/license.txt" - -[SSGraphBLAS_jll."4.0.3+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."4.0.3+0".sources]] - hash = "43519783625f1a0a631158603850cfcf0d9681646dbb5c64ae2eaf27e1444b90" - url = "https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/v4.0.3.tar.gz" - -[SSGraphBLAS_jll."5.0.4+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."5.0.4+0".sources]] - hash = "9a170e76de65c90d99c10f114b67a7e8aac02a81" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."5.1.1+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."5.1.1+0".sources]] - hash = "f2cdaad08b7a86132544d14721eeebc3d1572a97" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."5.1.2+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."5.1.2+0".sources]] - hash = "cd3f0d44b8e2d82a99f8ce230df1042fe2c44110" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."5.1.5+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."5.1.5+0".sources]] - hash = "eee9c97b2e58059d5272910a90df757473273c07" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."5.1.7+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."5.1.7+0".sources]] - hash = "905b1d54bef971db70180933454f65ab1f6f364b" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."6.0.0+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."6.0.0+0".sources]] - hash = "ccb8d243f1bb3ab9668f25011b01634eb7af53b5" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."6.1.3+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."6.1.3+0".sources]] - hash = "8144c2dc53acca8236dc1fa04d1df8218b3e2b1d" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - [[SSGraphBLAS_jll."6.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd2bc6dbab774a75d732487f87577ed2c0307618//S/SuiteSparse/SSGraphBLAS/./bundled" - -[SSGraphBLAS_jll."6.2.1+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."6.2.1+0".sources]] - hash = "f17d16ceedda2be397d345e0c1db474f10ea8844" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."7.0.3+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."7.0.3+0".sources]] - hash = "4bb44bb93a30b54c7039d1c6f5d87e3c85ec45a5" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."7.1.0+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."7.1.0+0".sources]] - hash = "1bf1dde4671775f4cc7c6e80b92d94199c9ba33b" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."7.2.0+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."7.2.0+0".sources]] - hash = "a669fc4094e29c704f323682111d34d9d16aaca1" - repo = "https://github.com/DrTimothyAldenDavis/GraphBLAS.git" - -[SSGraphBLAS_jll."9.3.1+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."9.3.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SSGraphBLAS_jll."9.3.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SSGraphBLAS_jll."9.3.1+0".sources]] - hash = "d3c4926d2c47fd6ae558e898bfc072ade210a2a1" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SSGraphBLAS_jll."10.1.1+0"] -libraries = ["libgraphblas"] - - [[SSGraphBLAS_jll."10.1.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SSGraphBLAS_jll."10.1.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SSGraphBLAS_jll."10.1.1+0".sources]] - hash = "b35a1f9318f4bd42085f4b5ea56f29c89d342d4d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SSW_jll."1.2.5+0"] -executables = ["ssw_test", "example_c", "example_cpp"] -libraries = ["libssw"] - - [[SSW_jll."1.2.5+0".sources]] - hash = "c32f4c2b07df137a0fce72ec7c7e60474937a52e" - repo = "https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library.git" - -[STL_jll."0.1.0+0"] -libraries = ["libSTL"] - - [[STL_jll."0.1.0+0".sources]] - hash = "76f5f5eeaa0b789010b302ca5cf9d8551e3c83fb" - repo = "https://github.com/eschnett/STL.jl" - [[STL_jll."0.1.0+0".sources]] - hash = "a23107bf47796db9d414c77801c6b3331f4950f0" - repo = "https://github.com/eschnett/TestAbstractTypes.jl" - [[STL_jll."0.1.0+0".sources]] - hash = "e38eece6f9f20c7472caf3f8f74a99ad0880921c28e1301461fa7af919880383" - url = "https://julialang-s3.julialang.org/bin/musl/x64/1.6/julia-1.6.5-musl-x86_64.tar.gz" - -[STRIDE_jll."1.0.0+0"] -executables = ["stride"] -libraries = ["libstride"] - - [[STRIDE_jll."1.0.0+0".sources]] - hash = "71bb229679248b7ee6c39d0e95baca3eb7453427" - repo = "https://github.com/m3g/stride" - -[STYRENE_jll."0.1.0+0"] -executables = ["surrogate", "truth"] - - [[STYRENE_jll."0.1.0+0".sources]] - hash = "f7eb5c566cf7f152d53bbc1490d03568d00d22f1" - repo = "https://github.com/bbopt/styrene.git" - -[SYMPHONY_jll."5.6.17+0"] -executables = ["symphony"] -libraries = ["libSym", "libOsiSym"] - - [[SYMPHONY_jll."5.6.17+0".sources]] - hash = "f917d42e6655a82ea4e9290aa7d41b0f60a91f20" - repo = "https://github.com/coin-or/SYMPHONY.git" - -[SYMPHONY_jll."500.600.1700+0"] -executables = ["symphony"] -libraries = ["libSym", "libOsiSym"] - - [[SYMPHONY_jll."500.600.1700+0".sources]] - hash = "f917d42e6655a82ea4e9290aa7d41b0f60a91f20" - repo = "https://github.com/coin-or/SYMPHONY.git" - -[SYMPHONY_jll."500.600.1900+0"] -executables = ["symphony"] -libraries = ["libSym", "libOsiSym"] - - [[SYMPHONY_jll."500.600.1900+0".sources]] - hash = "28adc89185be98780b1ab6528ab270e569561b87" - repo = "https://github.com/coin-or/SYMPHONY.git" - -[SZ3_jll."3.1.7+0"] -executables = ["mdz", "mdz_smoke_test", "sz3", "sz3_smoke_test"] -libraries = ["libhdf5sz3", "libSZ3c"] - - [[SZ3_jll."3.1.7+0".sources]] - hash = "cf3ba7fae82f9483c4089963b9951ba9bf6b9eca5f712727fb92f2390b778aa8" - url = "https://github.com/szcompressor/SZ3/releases/download/v3.1.7/SZ3-3.1.7.zip" - -[SZ3_jll."3.1.7+1"] -executables = ["mdz", "mdz_smoke_test", "sz3", "sz3_smoke_test"] -libraries = ["libhdf5sz3", "libSZ3c"] - - [[SZ3_jll."3.1.7+1".sources]] - hash = "cf3ba7fae82f9483c4089963b9951ba9bf6b9eca5f712727fb92f2390b778aa8" - url = "https://github.com/szcompressor/SZ3/releases/download/v3.1.7/SZ3-3.1.7.zip" - -[SZ3_jll."3.1.8+0"] -executables = ["mdz", "mdz_smoke_test", "sz3", "sz3_smoke_test"] -libraries = ["libhdf5sz3", "libSZ3c"] - - [[SZ3_jll."3.1.8+0".sources]] - hash = "cf3ba7fae82f9483c4089963b9951ba9bf6b9eca5f712727fb92f2390b778aa8" - url = "https://github.com/szcompressor/SZ3/releases/download/v3.1.7/SZ3-3.1.7.zip" - -[SZ_jll."2.1.12+0"] -libraries = ["libhdf5sz", "libnetcdfsz", "libSZ"] - - [[SZ_jll."2.1.12+0".sources]] - hash = "32a820daf6019156a777300389d2392e4498a5c9daffce7be754cd0a5ba8729c" - url = "https://github.com/szcompressor/SZ/releases/download/v2.1.12.5/SZ-2.1.12.5.tar.gz" - -[SZ_jll."2.1.12+1"] -libraries = ["libhdf5sz", "libnetcdfsz", "libSZ"] - - [[SZ_jll."2.1.12+1".sources]] - hash = "32a820daf6019156a777300389d2392e4498a5c9daffce7be754cd0a5ba8729c" - url = "https://github.com/szcompressor/SZ/releases/download/v2.1.12.5/SZ-2.1.12.5.tar.gz" - -[SZ_jll."2.1.13+0"] -libraries = ["libhdf5sz", "libnetcdfsz", "libSZ"] - - [[SZ_jll."2.1.13+0".sources]] - hash = "32a820daf6019156a777300389d2392e4498a5c9daffce7be754cd0a5ba8729c" - url = "https://github.com/szcompressor/SZ/releases/download/v2.1.12.5/SZ-2.1.12.5.tar.gz" - -[SassC_jll."3.6.2+0"] -executables = ["sassc"] - - [[SassC_jll."3.6.2+0".sources]] - hash = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" - repo = "https://github.com/sass/sassc.git" - -[SentencePiece_jll."0.1.92+0"] -executables = ["spm_normalize", "spm_encode", "spm_export_vocab", "spm_train", "spm_decode"] -libraries = ["libsentencepiece_train", "libsentencepiece"] - - [[SentencePiece_jll."0.1.92+0".sources]] - hash = "6e9863851e6277862083518cc9f96211f334215d596fc8c65e074d564baeef0c" - url = "https://github.com/google/sentencepiece/archive/v0.1.92.tar.gz" - -[SentencePiece_jll."0.1.96+0"] -executables = ["spm_normalize", "spm_encode", "spm_export_vocab", "spm_train", "spm_decode"] -libraries = ["libsentencepiece_train", "libsentencepiece"] - - [[SentencePiece_jll."0.1.96+0".sources]] - hash = "5198f31c3bb25e685e9e68355a3bf67a1db23c9e8bdccc33dc015f496a44df7a" - url = "https://github.com/google/sentencepiece/archive/refs/tags/v0.1.96.tar.gz" - [[SentencePiece_jll."0.1.96+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0c2c738a96f2489cd199b7b064b89d4e7f83d4b0//S/SentencePiece/./bundled" - -[SentencePiece_jll."0.1.99+0"] -executables = ["spm_normalize", "spm_encode", "spm_export_vocab", "spm_train", "spm_decode"] -libraries = ["libsentencepiece_train", "libsentencepiece"] - - [[SentencePiece_jll."0.1.99+0".sources]] - hash = "3863f7648e5d8edb571ac592f3ac4f5f0695275a" - repo = "https://github.com/google/sentencepiece" - [[SentencePiece_jll."0.1.99+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9cfb94ebb0f33b9128f49aea81d9bc6cb9a0d9fc//S/SentencePiece/./bundled" - -[SeqGen_jll."1.3.4+0"] -executables = ["seq-gen"] - - [[SeqGen_jll."1.3.4+0".sources]] - hash = "bc9d8070b2cd1f1352f74282e5b209302eae38a1" - repo = "https://github.com/rambaut/Seq-Gen.git" - -[Serd_jll."0.30.10+0"] -libraries = ["libserd-0"] - - [[Serd_jll."0.30.10+0".sources]] - hash = "affa80deec78921f86335e6fc3f18b80aefecf424f6a5755e9f2fa0eb0710edf" - url = "http://download.drobilla.net/serd-0.30.10.tar.bz2" - -[Serd_jll."0.30.11+0"] -libraries = ["libserd-0", "serd"] - - [[Serd_jll."0.30.11+0".sources]] - hash = "affa80deec78921f86335e6fc3f18b80aefecf424f6a5755e9f2fa0eb0710edf" - url = "http://download.drobilla.net/serd-0.30.10.tar.bz2" - -[Shaderc_jll."2022.1.0+0"] -executables = ["spirv-dis", "spirv-lint", "spirv-opt", "glslangValidator", "spirv-cfg", "spirv-link", "glslc", "spirv-remap", "spirv-val", "spirv-reduce", "spirv-as"] -libraries = ["libshaderc_shared", "libSPIRV-Tools-shared"] - - [[Shaderc_jll."2022.1.0+0".sources]] - hash = "e4722b0ad49ee60c143d43baae8390f75ba27d2d" - repo = "https://github.com/google/shaderc.git" - -[SharedMimeInfo_jll."1.12.0+0"] -libraries = ["libsharedmime"] - - [[SharedMimeInfo_jll."1.12.0+0".sources]] - hash = "18b2f0fe07ed0d6f81951a5fd5ece44de9c8aeb4dc5bb20d4f595f6cc6bd403e" - url = "https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/80c7f1afbcad2769f38aeb9ba6317a51/shared-mime-info-1.12.tar.xz" - -[SharedMimeInfo_jll."1.15.0+0"] -executables = ["update-mime-database"] -files = ["share/locale"] - - [[SharedMimeInfo_jll."1.15.0+0".sources]] - hash = "f482b027437c99e53b81037a9843fccd549243fd52145d016e9c7174a4f5db90" - url = "https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/shared-mime-info-1.15.tar.xz" - -[Shoco_jll."2015.10.8+0"] -libraries = ["libshoco"] - - [[Shoco_jll."2015.10.8+0".sources]] - hash = "4dee0fc850cdec2bdb911093fe0a6a56e3623b71" - repo = "https://github.com/Ed-von-Schleck/shoco.git" - -[Singular_jll."4.1.3+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."4.1.3+0".sources]] - hash = "4c1fc06f2d81e12a8e75a5419444cb157fbe45e9" - repo = "https://github.com/Singular/Sources.git" - -[Singular_jll."4.1.3+1"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."4.1.3+1".sources]] - hash = "7ee144671ad6b1f2bb437bbbeb8ee7559f5029cb" - repo = "https://github.com/Singular/Sources.git" - -[Singular_jll."4.1.3+2"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."4.1.3+2".sources]] - hash = "6924d452049dc8bfbb851672c4b3ceac05081b6c" - repo = "https://github.com/Singular/Sources.git" - -[Singular_jll."4.1.3+3"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."4.1.3+3".sources]] - hash = "20bab7d91a9351cbc13245eeb4da8a9ec894b6d2" - repo = "https://github.com/Singular/Sources.git" - -[Singular_jll."4.1.3+4"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."4.1.3+4".sources]] - hash = "eca06c1bccc0f72a9c3147f058fd8aad961ad7ee" - repo = "https://github.com/Singular/Sources.git" - -[Singular_jll."4.1.3+5"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."4.1.3+5".sources]] - hash = "17f0567a82824601e71ff151ecb63d656719b866" - repo = "https://github.com/Singular/Sources.git" - -[Singular_jll."4.1.3+6"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."4.1.3+6".sources]] - hash = "17f0567a82824601e71ff151ecb63d656719b866" - repo = "https://github.com/Singular/Sources.git" - -[Singular_jll."4.1.4+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."4.1.4+0".sources]] - hash = "acbd65cb88b23a4271a7494672f740318bcc2bc6" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."401.390.0+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."401.390.0+0".sources]] - hash = "eaa7752eb5d84ef7620492a274dcf88b30f152de" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."401.990.0+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."401.990.0+0".sources]] - hash = "ef7108cf70d3c663cd35f085ab1b5445ae4f65b9" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.0.0+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.0.0+0".sources]] - hash = "5b0f6c036b4a6f58bf620204b004ec6ca3a5007acc8352fec55eade2fc9d63f6" - url = "https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/4-2-0/singular-4.2.0.tar.gz" - -[Singular_jll."402.0.1+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.0.1+0".sources]] - hash = "5b0f6c036b4a6f58bf620204b004ec6ca3a5007acc8352fec55eade2fc9d63f6" - url = "https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/4-2-0/singular-4.2.0.tar.gz" - [[Singular_jll."402.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ccf612850d25045e433cb86a9e14df12db94a6e6//S/Singular/./bundled" - -[Singular_jll."402.0.101+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.0.101+0".sources]] - hash = "bad89c24b3352b9c5651915636ed5f2d7766baf9" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.0.102+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.0.102+0".sources]] - hash = "0a3a24882d6675f96135dd79796fcea48770e901" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.0.102+1"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.0.102+1".sources]] - hash = "0a3a24882d6675f96135dd79796fcea48770e901" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.0.103+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.0.103+0".sources]] - hash = "0a3a24882d6675f96135dd79796fcea48770e901" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.0.104+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.0.104+0".sources]] - hash = "7b8e28f635afde923bf9ebc01c3821ba6d67ece8" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.100.100+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.100.100+0".sources]] - hash = "86c6ab86686c5dcfb66fde21e7696a3c57f3ae68" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.100.101+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.100.101+0".sources]] - hash = "6d6e14e2098b18d473ba6b37065ba3830d790a35" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.100.102+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.100.102+0".sources]] - hash = "6f184ed5718756bb0410a3aebe5f372b76edd55f" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.101.100+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.101.100+0".sources]] - hash = "92ee61126a6a0f5567914edd63e135fe85f86232" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.101.200+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.101.200+0".sources]] - hash = "a15b7fe3ec918262cec68ec40637e9f1c2a4b6cf" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."402.101.201+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."402.101.201+0".sources]] - hash = "a15b7fe3ec918262cec68ec40637e9f1c2a4b6cf" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.0.100+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.0.100+0".sources]] - hash = "bbc293564bf76fcdfdc37354d406b7ca77bc780f" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.1.100+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.1.100+0".sources]] - hash = "cc6d81065346de893a1f8d4cbc4503b403d688e6" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.1.200+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.1.200+0".sources]] - hash = "a6029b833a41cc3e5095d46da10d0d366cf45c4f" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.1.300+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.1.300+0".sources]] - hash = "74622283ad46295f0602f84dc752ccf62f699461" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.100.100+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.100.100+0".sources]] - hash = "c894d1ba0b692e54f6dddf08d4b09e06c446a8dc" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.100.200+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.100.200+0".sources]] - hash = "352380b2ec8d43ddf0176a9f70720e6e0e259361" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.100.300+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.100.300+0".sources]] - hash = "2ea97f9b11bc251f21ac6d89ae9453eb5074a95d" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.101.400+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.101.400+0".sources]] - hash = "61fbafc385ef8f9d3f576c978a3777d808eae100" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.101.500+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.101.500+0".sources]] - hash = "5cc997784cbce4c118fa8bc8c2a902459d4068d4" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.201.0+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.201.0+0".sources]] - hash = "a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.201.1+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.201.1+0".sources]] - hash = "66f5ae358a7571a5c19042637b640c51c8e19176" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.201.202+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.201.202+0".sources]] - hash = "0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.202.200+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.202.200+0".sources]] - hash = "0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.203.200+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.203.200+0".sources]] - hash = "91fdef05f09f54b8d58d92a472e9c4a43aa4656f" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.203.201+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.203.201+0".sources]] - hash = "5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.203.202+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.203.202+0".sources]] - hash = "bffee73260c261d15c18114d00e5ca3d9d2d69b8" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.204.400+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.204.400+0".sources]] - hash = "3ddd70d17690c54ce186c280630a2a0e67cc929f" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.205.500+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.205.500+0".sources]] - hash = "0d1d9fa1420e6a2f70b36f04bd1da52e8ba3ba00" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.206.600+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.206.600+0".sources]] - hash = "325bd3a618cf9f3e66b6f2455dd74132f1185af2" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.207.700+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.207.700+0".sources]] - hash = "685a760895f7b66fe655bb8fc46137f213c7bb04" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.208.800+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.208.800+0".sources]] - hash = "8e0ad00ce244dfd0756200662572aef8402f13d5" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.209.900+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.209.900+0".sources]] - hash = "ea17839d9e90762aee63762e0df2b1c4ed0dbee6" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.210.1000+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.210.1000+0".sources]] - hash = "68fda8e4cf88047a5f398868488e6ba6dc062a65" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.211.1100+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.211.1100+0".sources]] - hash = "e7cc1ebecb61be8b9ca6c18016352af89940b21a" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.212.1200+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.212.1200+0".sources]] - hash = "3bda0f8e48dbfc2445bc024874a93dab2ade12fd" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.212.1201+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.212.1201+0".sources]] - hash = "f17fdfaee3919c92810e337bf022084eb688c857" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.212.1202+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.212.1202+0".sources]] - hash = "99a6af79b57a36052bcbeb36b895628ae3344600" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.214.1400+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.214.1400+0".sources]] - hash = "9413e2181e45f7e7c2764bcb39f0487b97f4d3ba" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.216.1600+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.216.1600+0".sources]] - hash = "dd3cdb9dea0b3e0019893c63ecefd4871d0b52d4" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.216.1601+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.216.1601+0".sources]] - hash = "5db4345bb683dd651ec9d9ea7ffe3d112f32c8d3" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.216.1602+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.216.1602+0".sources]] - hash = "d28bb9fd81d9b3c28434941de2792173765710d2" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."403.216.1603+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."403.216.1603+0".sources]] - hash = "d28bb9fd81d9b3c28434941de2792173765710d2" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.100+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.100+0".sources]] - hash = "b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.301+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.301+0".sources]] - hash = "ecb28e2f43b3317414054fd7100d688a5ffba68f" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.502+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.502+0".sources]] - hash = "bac8020a51ed1f5da1e30a3beb7c13bf59fe864d" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.503+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.503+0".sources]] - hash = "8548498e6cd973aa99711d9094d796d65c8b567b" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.504+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.504+0".sources]] - hash = "913040799d9eb73df97f5ac8334bae5afa0f5ed9" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.605+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.605+0".sources]] - hash = "f56449164a419771a5a926076d85e11ef516c5aa" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.606+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.606+0".sources]] - hash = "e16b3cb440c0dced4852258c179628b7223bf2cf" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.707+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.707+0".sources]] - hash = "16cd1da3c7c1d5fd98e996f5deef57addec633d6" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.708+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.708+0".sources]] - hash = "b3ba3db6b5a761767722d2e7bd42b5771924a5ec" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.709+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.709+0".sources]] - hash = "9f4b8c87374a5d13d0d7fa743e8f37d5435aa974" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.710+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.710+0".sources]] - hash = "9633130e253337be890bc62b1537bebd2bd4f2c4" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.0.711+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.0.711+0".sources]] - hash = "e16b3cb440c0dced4852258c179628b7223bf2cf" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.1.700+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.1.700+0".sources]] - hash = "9633130e253337be890bc62b1537bebd2bd4f2c4" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.0+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.0+0".sources]] - hash = "995b24f33cfa9bc45ffe0c91f3af552cc9adc52f" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.100+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.100+0".sources]] - hash = "d0c536ce8b4110bd3e4769a9091fb796f67c0ef0" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.101+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.101+0".sources]] - hash = "d448c24c16c82840e9b150d39cd00de07fe3dadb" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.102+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.102+0".sources]] - hash = "02188d073cf8d078c723c84e1629fea32b2a71d9" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.103+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.103+0".sources]] - hash = "cf0d54d2310ea66eb5bc794d91cecf7b79cce64c" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.104+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.104+0".sources]] - hash = "cf0d54d2310ea66eb5bc794d91cecf7b79cce64c" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.105+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.105+0".sources]] - hash = "cfd92182dcb997b72fc1cdf1d19d7314035b2546" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.106+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.106+0".sources]] - hash = "3e2697cff8d37dd5c9c54b698850b575f56c7ecf" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.107+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.107+0".sources]] - hash = "8c434595a030dbabb7d02b3a1b16ef028a867078" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.108+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.108+0".sources]] - hash = "595d7167e6e019d45d9a4f1e18ae741df1f3c41d" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.109+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.109+0".sources]] - hash = "595d7167e6e019d45d9a4f1e18ae741df1f3c41d" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.300+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.300+0".sources]] - hash = "2bb69e4d59e9a3e99ece691ee53178d6391e758f" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.100.301+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.100.301+0".sources]] - hash = "595d7167e6e019d45d9a4f1e18ae741df1f3c41d" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.101.300+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.101.300+0".sources]] - hash = "2bb69e4d59e9a3e99ece691ee53178d6391e758f" - repo = "https://github.com/Singular/Singular.git" - -[Singular_jll."404.101.301+0"] -executables = ["Singular", "libparse"] -libraries = ["libpolys", "libSingular", "libfactory", "libsingular_resources", "libomalloc"] - - [[Singular_jll."404.101.301+0".sources]] - hash = "11e66243b65678d048daee5fbf0673673395fe44" - repo = "https://github.com/Singular/Singular.git" - -[Skia_jll."0.40.0+0"] -libraries = ["libskia"] - - [[Skia_jll."0.40.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Skia_jll."0.40.0+0".sources]] - hash = "482de011c920d85fdbe21a81c45852655df6a809" - repo = "https://github.com/google/skia.git" - [[Skia_jll."0.40.0+0".sources]] - hash = "3438e6efd3a4f27f43457db675ceb33da30c60cf" - repo = "https://github.com/stensmo/cskia.git" - [[Skia_jll."0.40.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4afb2b51ba1b61b3f86903fae48d7c850cecb547//S/Skia/./bundled" - [[Skia_jll."0.40.0+0".sources]] - hash = "5d4e649f740c675426fbe4cdaffc53ee2a4cb954" - repo = "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git" - [[Skia_jll."0.40.0+0".sources]] - hash = "d248929c059ff7629a85333699717d7a677d8d96" - repo = "https://chromium.googlesource.com/libyuv/libyuv.git" - [[Skia_jll."0.40.0+0".sources]] - hash = "e3f919ccfe3ef542cfc983a82146070258fb57f8" - repo = "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git" - [[Skia_jll."0.40.0+0".sources]] - hash = "646b7f569718921d7d4b5b8e22572ff6c76f2596" - repo = "https://chromium.googlesource.com/chromium/src/third_party/zlib" - [[Skia_jll."0.40.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Skia_jll."0.40.1+0"] -libraries = ["libskia"] - - [[Skia_jll."0.40.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[Skia_jll."0.40.1+0".sources]] - hash = "482de011c920d85fdbe21a81c45852655df6a809" - repo = "https://github.com/google/skia.git" - [[Skia_jll."0.40.1+0".sources]] - hash = "7790e8f426cec7ad620cd04a04f28f604751e8d1" - repo = "https://github.com/stensmo/cskia.git" - [[Skia_jll."0.40.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d1e2fd9e73f83c0feb3601216b2a4df813fd6823//S/Skia/./bundled" - [[Skia_jll."0.40.1+0".sources]] - hash = "5d4e649f740c675426fbe4cdaffc53ee2a4cb954" - repo = "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git" - [[Skia_jll."0.40.1+0".sources]] - hash = "d248929c059ff7629a85333699717d7a677d8d96" - repo = "https://chromium.googlesource.com/libyuv/libyuv.git" - [[Skia_jll."0.40.1+0".sources]] - hash = "e3f919ccfe3ef542cfc983a82146070258fb57f8" - repo = "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git" - [[Skia_jll."0.40.1+0".sources]] - hash = "646b7f569718921d7d4b5b8e22572ff6c76f2596" - repo = "https://chromium.googlesource.com/chromium/src/third_party/zlib" - [[Skia_jll."0.40.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[Snowball_jll."2.0.0+0"] -libraries = ["libstemmer", "stemmer"] - - [[Snowball_jll."2.0.0+0".sources]] - hash = "054e76f2a05478632f2185025bff0b98952a2b7aed7c4e0960d72ba565de5dfc" - url = "https://snowballstem.org/dist/libstemmer_c.tgz" - [[Snowball_jll."2.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c57c9ec7433597fbfb95429f744100ddb85d87ec//S/Snowball/./bundled" - -[Snowball_jll."2.2.0+0"] -libraries = ["libstemmer", "stemmer"] - - [[Snowball_jll."2.2.0+0".sources]] - hash = "b941d9fe9cf36b4e2f8d3873cd4d8b8775bd94867a1df8d8c001bb8b688377c3" - url = "https://snowballstem.org/dist/libstemmer_c-2.2.0.tar.gz" - [[Snowball_jll."2.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d4af9bdbe667428a63ed8b539252c0af298f3249//S/Snowball/./bundled" - -[SoXResampler_jll."0.1.3+0"] -libraries = ["libsoxr", "libsoxr-lsr"] - - [[SoXResampler_jll."0.1.3+0".sources]] - hash = "b797a5d23078be234e520af1041b5e11b49864696d56f0d0b022a0349d1e8d1b" - url = "https://sourceforge.net/code-snapshots/git/s/so/soxr/code.git/soxr-code-945b592b70470e29f917f4de89b4281fbbd540c0.zip" - -[SoapyBladeRF_jll."0.4.2+0"] -libraries = ["libbladeRFSupport"] - - [[SoapyBladeRF_jll."0.4.2+0".sources]] - hash = "85f6dc554ed4c618304d99395b19c4e1523675b0" - repo = "https://github.com/pothosware/SoapyBladeRF.git" - -[SoapyLMS7_jll."20.10.0+0"] -executables = ["LimeUtil"] -libraries = ["libLimeSuite", "libLMS7Support"] - - [[SoapyLMS7_jll."20.10.0+0".sources]] - hash = "1480bfeaf4de211c40813fc5ca161b1b644778ec" - repo = "https://github.com/myriadrf/LimeSuite.git" - -[SoapyLMS7_jll."20.10.0+1"] -executables = ["LimeUtil"] -libraries = ["libLimeSuite", "libLMS7Support"] - - [[SoapyLMS7_jll."20.10.0+1".sources]] - hash = "1480bfeaf4de211c40813fc5ca161b1b644778ec" - repo = "https://github.com/myriadrf/LimeSuite.git" - -[SoapyLoopback_jll."0.1.0+0"] -libraries = ["libsoapyloopback"] - - [[SoapyLoopback_jll."0.1.0+0".sources]] - hash = "da9930830f6e7a97360fc959665c513a2d7aa4ea" - repo = "https://github.com/JuliaTelecom/SoapyLoopback.git" - -[SoapyLoopback_jll."0.1.1+0"] -libraries = ["libsoapyloopback"] - - [[SoapyLoopback_jll."0.1.1+0".sources]] - hash = "2531a7647d2ba1e01c96586eb43b0afc2b946bd6" - repo = "https://github.com/JuliaTelecom/SoapyLoopback.git" - -[SoapyMultiSDR_jll."0.1.0+0"] -libraries = ["libMultiSDRSupport"] - - [[SoapyMultiSDR_jll."0.1.0+0".sources]] - hash = "94cd6fff0b571f31c454c76bd38c80a18c52d234" - repo = "https://github.com/pothosware/SoapyMultiSDR.git" - -[SoapyPlutoSDR_jll."0.2.1+0"] -libraries = ["libPlutoSDRSupport"] - - [[SoapyPlutoSDR_jll."0.2.1+0".sources]] - hash = "ac9a9da5c14c73e752796618d56e259ca1ac6b11" - repo = "https://github.com/pothosware/SoapyPlutoSDR.git" - -[SoapyPlutoSDR_jll."0.2.1+1"] -libraries = ["libPlutoSDRSupport"] - - [[SoapyPlutoSDR_jll."0.2.1+1".sources]] - hash = "a07c37230369653818b3a5c448c00cee1ac9f8e5" - repo = "https://github.com/pothosware/SoapyPlutoSDR.git" - -[SoapyRTLSDR_jll."0.3.2+0"] -libraries = ["librtlsdrSupport"] - - [[SoapyRTLSDR_jll."0.3.2+0".sources]] - hash = "e4b963926012399904aceb57690df3a4f293ce67" - repo = "https://github.com/pothosware/SoapyRTLSDR.git" - -[SoapyRTLSDR_jll."0.3.3+0"] -libraries = ["librtlsdrSupport"] - - [[SoapyRTLSDR_jll."0.3.3+0".sources]] - hash = "80c93fbe189def3ab68d47a6ad3f813f96d3cb99" - repo = "https://github.com/pothosware/SoapyRTLSDR.git" - -[SoapyRemote_jll."0.5.2+0"] -libraries = ["libremoteSupport"] - - [[SoapyRemote_jll."0.5.2+0".sources]] - hash = "f920d9bf10f62f67c8e31b7dc25090bc784e5210" - repo = "https://github.com/pothosware/SoapyRemote.git" - -[SoapyUHD_jll."0.4.1+0"] -libraries = ["libuhdSupport"] - - [[SoapyUHD_jll."0.4.1+0".sources]] - hash = "d8aba947a01a530b1d9c2f4a07e4241bbd04d327" - repo = "https://github.com/pothosware/SoapyUHD.git" - -[SoftHSM2_jll."2.6.1+0"] -executables = ["softhsm2-keyconv", "softhsm2-util", "softhsm2-dump-file"] -libraries = ["libsofthsm2"] - - [[SoftHSM2_jll."2.6.1+0".sources]] - hash = "7f99bedae002f0dd04ceeb8d86d59fc4a68a69a0" - repo = "https://github.com/opendnssec/SoftHSMv2" - -[SoftPosit_jll."0.4.1+0"] -libraries = ["softposit"] - - [[SoftPosit_jll."0.4.1+0".sources]] - hash = "13f7360c5b91ad3704f66537a754ba3748a764e1291eaa33940866ca37c7dbf5" - url = "https://gitlab.com/cerlane/SoftPosit/-/archive/0.4.1/SoftPosit-0.4.1.tar.gz" - [[SoftPosit_jll."0.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6510a86f091bc640f68c526cfa5401cc1391d534//S/SoftPosit/./bundled" - -[SoftPosit_jll."0.4.1+1"] -libraries = ["softposit"] - - [[SoftPosit_jll."0.4.1+1".sources]] - hash = "13f7360c5b91ad3704f66537a754ba3748a764e1291eaa33940866ca37c7dbf5" - url = "https://gitlab.com/cerlane/SoftPosit/-/archive/0.4.1/SoftPosit-0.4.1.tar.gz" - [[SoftPosit_jll."0.4.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/54ecefa1eef582bbb2505108570a40f2fab3d3ad//S/SoftPosit/./bundled" - -[SoftPosit_jll."0.4.2+0"] -libraries = ["softposit"] - - [[SoftPosit_jll."0.4.2+0".sources]] - hash = "03b796dbc3189e94fe81c4e730c673504161ad51562066211c51b5be943c0893" - url = "https://gitlab.com/cerlane/SoftPosit/-/archive/0.4.2/SoftPosit-0.4.2.tar.gz" - [[SoftPosit_jll."0.4.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd81075482b3f18c555361e962a2aeb49bc53267//S/SoftPosit/./bundled" - -[Soup3_jll."3.2.1+0"] -libraries = ["libsoup", "libsoup-3", "libsoup-3.0"] - - [[Soup3_jll."3.2.1+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Soup3_jll."3.2.1+0".sources]] - hash = "b1eb3d2c3be49fbbd051a71f6532c9626bcecea69783190690cd7e4dfdf28f29" - url = "https://download.gnome.org/sources/libsoup/3.2/libsoup-3.2.1.tar.xz" - -[SpFFT_jll."1.0.6+0"] -libraries = ["libspfft"] - - [[SpFFT_jll."1.0.6+0".sources]] - hash = "aa6653f044dc8f6dbf5dc7befe45db7ce353938e" - repo = "https://github.com/eth-cscs/SpFFT/" - -[SpFFT_jll."1.1.0+0"] -libraries = ["libspfft"] - - [[SpFFT_jll."1.1.0+0".sources]] - hash = "0a0a08c203b311d10d840444886e61c87e2d20f0" - repo = "https://github.com/eth-cscs/SpFFT/" - -[Spasm_jll."1.3.0+0"] -executables = ["bitmap", "check_cert", "dm", "echelonize", "kernel", "rank", "solve", "stack", "transpose", "vertical_swap"] -files = ["include/spasm.h"] -libraries = ["libspasm"] - - [[Spasm_jll."1.3.0+0".sources]] - hash = "072719a40c837e447dfe4ae9e4941c60d9a28eda" - repo = "https://github.com/laurentbartholdi/spasm.git" - [[Spasm_jll."1.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9dcefe0fc2a3f442364807bb2abc01f4f792f5dd//S/Spasm/./bundled" - -[SpeexDSP_jll."1.2.0+0"] -libraries = ["libspeexdsp"] - - [[SpeexDSP_jll."1.2.0+0".sources]] - hash = "682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771" - url = "https://ftp.osuosl.org/pub/xiph/releases/speex/speexdsp-1.2.0.tar.gz" - -[Spot_julia_jll."2.9.7+0"] -executables = ["genltl", "ltl2tgta", "ltlsynt", "ltlcross", "autcross", "genaut", "ltl2tgba", "randaut", "autfilt", "ltlfilt", "ltlgrind", "ltldo", "randltl", "dstar2tgba"] -libraries = ["libspot", "libspotgen", "libbddx", "libspotltsmin", "libspot_julia"] - - [[Spot_julia_jll."2.9.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[Spot_julia_jll."2.9.7+0".sources]] - hash = "1eea67e3446cdbbbb705ee6e26fd869020cdb7d82c563fead9cb4394b9baa04c" - url = "http://www.lrde.epita.fr/dload/spot/spot-2.9.7.tar.gz" - [[Spot_julia_jll."2.9.7+0".sources]] - hash = "6ffcf4b64f64fc9e3363db22f4cc57a957d28128" - repo = "https://github.com/MaximeBouton/spot_julia.git" - -[Spot_julia_jll."2.9.7+1"] -executables = ["genltl", "ltl2tgta", "ltlsynt", "ltlcross", "autcross", "genaut", "ltl2tgba", "randaut", "autfilt", "ltlfilt", "ltlgrind", "ltldo", "randltl", "dstar2tgba"] -libraries = ["libspot", "libspotgen", "libbddx", "libspotltsmin", "libspot_julia"] - - [[Spot_julia_jll."2.9.7+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Spot_julia_jll."2.9.7+1".sources]] - hash = "1eea67e3446cdbbbb705ee6e26fd869020cdb7d82c563fead9cb4394b9baa04c" - url = "http://www.lrde.epita.fr/dload/spot/spot-2.9.7.tar.gz" - [[Spot_julia_jll."2.9.7+1".sources]] - hash = "6ffcf4b64f64fc9e3363db22f4cc57a957d28128" - repo = "https://github.com/MaximeBouton/spot_julia.git" - -[Spot_julia_jll."2.9.7+2"] -executables = ["genltl", "ltl2tgta", "ltlsynt", "ltlcross", "autcross", "genaut", "ltl2tgba", "randaut", "autfilt", "ltlfilt", "ltlgrind", "ltldo", "randltl", "dstar2tgba"] -libraries = ["libspot", "libspotgen", "libbddx", "libspotltsmin", "libspot_julia"] - - [[Spot_julia_jll."2.9.7+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[Spot_julia_jll."2.9.7+2".sources]] - hash = "1eea67e3446cdbbbb705ee6e26fd869020cdb7d82c563fead9cb4394b9baa04c" - url = "http://www.lrde.epita.fr/dload/spot/spot-2.9.7.tar.gz" - [[Spot_julia_jll."2.9.7+2".sources]] - hash = "6ffcf4b64f64fc9e3363db22f4cc57a957d28128" - repo = "https://github.com/MaximeBouton/spot_julia.git" - -[Spot_julia_jll."2.9.7+3"] -executables = ["genltl", "ltl2tgta", "ltlsynt", "ltlcross", "autcross", "genaut", "ltl2tgba", "randaut", "autfilt", "ltlfilt", "ltlgrind", "ltldo", "randltl", "dstar2tgba"] -libraries = ["libspot", "libspotgen", "libbddx", "libspotltsmin", "libspot_julia"] - - [[Spot_julia_jll."2.9.7+3".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[Spot_julia_jll."2.9.7+3".sources]] - hash = "1eea67e3446cdbbbb705ee6e26fd869020cdb7d82c563fead9cb4394b9baa04c" - url = "http://www.lrde.epita.fr/dload/spot/spot-2.9.7.tar.gz" - [[Spot_julia_jll."2.9.7+3".sources]] - hash = "6ffcf4b64f64fc9e3363db22f4cc57a957d28128" - repo = "https://github.com/MaximeBouton/spot_julia.git" - -[Spot_julia_jll."2.12.0+0"] -executables = ["genltl", "ltl2tgta", "ltlsynt", "ltlcross", "autcross", "genaut", "ltl2tgba", "randaut", "autfilt", "ltlfilt", "ltlgrind", "ltldo", "randltl", "dstar2tgba"] -libraries = ["libspot", "libspotgen", "libbddx", "libspotltsmin", "libspot_julia"] - - [[Spot_julia_jll."2.12.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[Spot_julia_jll."2.12.0+0".sources]] - hash = "26ba076ad57ec73d2fae5482d53e16da95c47822707647e784d8c7cec0d10455" - url = "http://www.lrde.epita.fr/dload/spot/spot-2.12.tar.gz" - [[Spot_julia_jll."2.12.0+0".sources]] - hash = "6ffcf4b64f64fc9e3363db22f4cc57a957d28128" - repo = "https://github.com/MaximeBouton/spot_julia.git" - [[Spot_julia_jll."2.12.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Spot_julia_jll."2.13.1+0"] -executables = ["genltl", "ltl2tgta", "ltlsynt", "ltlcross", "autcross", "genaut", "ltl2tgba", "randaut", "autfilt", "ltlfilt", "ltlgrind", "ltldo", "randltl", "dstar2tgba"] -libraries = ["libspot", "libspotgen", "libbddx", "libspotltsmin", "libspot_julia"] - - [[Spot_julia_jll."2.13.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.16" - - [[Spot_julia_jll."2.13.1+0".sources]] - hash = "b9d1de4abcd069f923e1a3263f58ccafcc54896aa818b455928ca2b1a4466dc9" - url = "http://www.lrde.epita.fr/dload/spot/spot-2.13.1.tar.gz" - [[Spot_julia_jll."2.13.1+0".sources]] - hash = "6ffcf4b64f64fc9e3363db22f4cc57a957d28128" - repo = "https://github.com/MaximeBouton/spot_julia.git" - [[Spot_julia_jll."2.13.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[StableHLO_jll."0.14.6+0"] -executables = ["stablehlo-opt", "stablehlo-translate", "stablehlo-lsp-server"] -libraries = ["libStablehlo"] - - [[StableHLO_jll."0.14.6+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6+0" - [[StableHLO_jll."0.14.6+0".build_dependencies]] - name = "MLIR_jll" - target = "host" - version = "17.0.6+0" - - [[StableHLO_jll."0.14.6+0".sources]] - hash = "8816d0581d9a5fb7d212affef858e991a349ad6b" - repo = "https://github.com/openxla/stablehlo.git" - -[StarPU_jll."1.3.7+0"] -libraries = ["libstarpu-1.3", "libstarpu-1"] - - [[StarPU_jll."1.3.7+0".sources]] - hash = "1d7e01567fbd4a66b7e563626899374735e37883226afb96c8952fea1dab77c2" - url = "https://files.inria.fr/starpu/starpu-1.3.7/starpu-1.3.7.tar.gz" - -[StarPU_jll."1.3.7+1"] -libraries = ["libstarpu-1.3", "libstarpu-1"] - - [[StarPU_jll."1.3.7+1".sources]] - hash = "1d7e01567fbd4a66b7e563626899374735e37883226afb96c8952fea1dab77c2" - url = "https://files.inria.fr/starpu/starpu-1.3.7/starpu-1.3.7.tar.gz" - [[StarPU_jll."1.3.7+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5c4b640b4858e7a460904916c7b06c1a7bb70f35//S/StarPU/./bundled" - -[StarPU_jll."1.3.9+0"] -libraries = ["libstarpu-1.3", "libstarpu-1"] - - [[StarPU_jll."1.3.9+0".sources]] - hash = "73adf2a5d25b04023132cfb1a8d9293b356354af7d1134e876122a205128d241" - url = "https://files.inria.fr/starpu/starpu-1.3.9/starpu-1.3.9.tar.gz" - [[StarPU_jll."1.3.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/81c349627bd4778186353f659a2870bc520c2c55//S/StarPU/./bundled" - -[SuiteSparse32_jll."5.4.0+0"] -files = ["lib/libsuitesparseconfig.a", "bin/libsuitesparseconfig.lib", "lib/libamd.a", "bin/libamd.lib", "lib/libbtf.a", "bin/libbtf.lib", "lib/libcolamd.a", "bin/libcolamd.lib", "lib/libklu.a", "bin/libklu.lib"] - - [[SuiteSparse32_jll."5.4.0+0".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - -[SuiteSparse32_jll."5.4.0+1"] -files = ["lib/libsuitesparseconfig.a", "bin/libsuitesparseconfig.lib", "lib/libamd.a", "bin/libamd.lib", "lib/libbtf.a", "bin/libbtf.lib", "lib/libcolamd.a", "bin/libcolamd.lib", "lib/libklu.a", "bin/libklu.lib"] - - [[SuiteSparse32_jll."5.4.0+1".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - -[SuiteSparse32_jll."5.8.1+0"] -files = ["lib/libsuitesparseconfig.a", "bin/libsuitesparseconfig.lib", "lib/libamd.a", "bin/libamd.lib", "lib/libbtf.a", "bin/libbtf.lib", "lib/libcolamd.a", "bin/libcolamd.lib", "lib/libklu.a", "bin/libklu.lib"] - - [[SuiteSparse32_jll."5.8.1+0".sources]] - hash = "1869379f464f0f8dac471edb4e6d010b2b0e639d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse32_jll."5.10.1+0"] -files = ["lib/libsuitesparseconfig.a", "bin/libsuitesparseconfig.lib", "lib/libamd.a", "bin/libamd.lib", "lib/libbtf.a", "bin/libbtf.lib", "lib/libcolamd.a", "bin/libcolamd.lib", "lib/libklu.a", "bin/libklu.lib"] - - [[SuiteSparse32_jll."5.10.1+0".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse32_jll."7.8.3+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse32_jll."7.8.3+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse32_jll."7.8.3+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - - [[SuiteSparse32_jll."7.8.3+0".sources]] - hash = "d3c4926d2c47fd6ae558e898bfc072ade210a2a1" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse32_jll."7.10.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse32_jll."7.10.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse32_jll."7.10.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SuiteSparse32_jll."7.10.1+0".sources]] - hash = "31572b33461e17eb3836c8cda9b1e5920ab1dfa0" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse32_jll."7.11.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse32_jll."7.11.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse32_jll."7.11.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SuiteSparse32_jll."7.11.0+0".sources]] - hash = "b35a1f9318f4bd42085f4b5ea56f29c89d342d4d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparseGraphBLAS_jll."5.6.0+0"] -libraries = ["libgraphblas"] - - [[SuiteSparseGraphBLAS_jll."5.6.0+0".sources]] - hash = "76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.6.0.tar.gz" - -[SuiteSparseGraphBLAS_jll."5.6.0+1"] -libraries = ["libgraphblas"] - - [[SuiteSparseGraphBLAS_jll."5.6.0+1".sources]] - hash = "76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.6.0.tar.gz" - -[SuiteSparseGraphBLAS_jll."5.6.0+2"] -libraries = ["libgraphblas"] - - [[SuiteSparseGraphBLAS_jll."5.6.0+2".sources]] - hash = "76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.6.0.tar.gz" - -[SuiteSparseGraphBLAS_jll."5.6.0+3"] -libraries = ["libgraphblas"] - - [[SuiteSparseGraphBLAS_jll."5.6.0+3".sources]] - hash = "76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.6.0.tar.gz" - -[SuiteSparse_GPU_jll."5.8.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsliplu", "libGPUQREngine", "libSuiteSparse_GPURuntime", "libsuitesparse_wrapper"] - - [[SuiteSparse_GPU_jll."5.8.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "9.0.176" - - [[SuiteSparse_GPU_jll."5.8.1+0".sources]] - hash = "1869379f464f0f8dac471edb4e6d010b2b0e639d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_GPU_jll."5.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/32b363bfe63479ad8c0267846a8ed18699d6c685//S/SuiteSparse/SuiteSparse_GPU/./bundled" - -[SuiteSparse_GPU_jll."5.8.1+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper", "libsliplu", "libGPUQREngine", "libSuiteSparse_GPURuntime"] - - [[SuiteSparse_GPU_jll."5.8.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - - [[SuiteSparse_GPU_jll."5.8.1+1".sources]] - hash = "1869379f464f0f8dac471edb4e6d010b2b0e639d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_GPU_jll."5.8.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c556b07d612bd700b9716550275f20e87b100aaf//S/SuiteSparse/SuiteSparse_GPU/./bundled" - -[SuiteSparse_GPU_jll."5.10.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsliplu", "libGPUQREngine", "libSuiteSparse_GPURuntime"] - - [[SuiteSparse_GPU_jll."5.10.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.0.130" - - [[SuiteSparse_GPU_jll."5.10.1+0".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_GPU_jll."5.10.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1742d889b37833ffe1a34f0e1938ea7486436b6c//S/SuiteSparse/SuiteSparse_GPU/./bundled" - -[SuiteSparse_GPU_jll."5.10.1+1"] -libraries = ["libsuitesparseconfig", "libcholmod", "libspqr", "libGPUQREngine", "libSuiteSparse_GPURuntime"] - - [[SuiteSparse_GPU_jll."5.10.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.2.89" - [[SuiteSparse_GPU_jll."5.10.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[SuiteSparse_GPU_jll."5.10.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.0" - - [[SuiteSparse_GPU_jll."5.10.1+1".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_GPU_jll."5.10.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2f5a64d9f61d0f1b619367b03b5cecae979ed6d1//S/SuiteSparse/SuiteSparse_GPU/./bundled" - -[SuiteSparse_GPU_jll."7.5.0+0"] -libraries = ["libcholmod_cuda", "libspqr_cuda", "libgpuqrengine_cuda", "libsuitesparse_gpuruntime_cuda"] - - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - - [[SuiteSparse_GPU_jll."7.5.0+0".sources]] - hash = "da5050cd3f6b6a15ec4d7c42b2c1e2dfe4f8ef6e" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_GPU_jll."7.5.1+0"] -libraries = ["libcholmod_cuda", "libspqr_cuda", "libgpuqrengine_cuda", "libsuitesparse_gpuruntime_cuda"] - - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - - [[SuiteSparse_GPU_jll."7.5.1+0".sources]] - hash = "71d6d42cb60b533bd001d3e5514e11120919c43a" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_GPU_jll."7.6.0+0"] -libraries = ["libcholmod_cuda", "libspqr_cuda", "libgpuqrengine_cuda", "libsuitesparse_gpuruntime_cuda"] - - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.6.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - - [[SuiteSparse_GPU_jll."7.6.0+0".sources]] - hash = "1a4d4fb0c399b261f4ed11aa980c6bab754aefa6" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_GPU_jll."7.6.1+0"] -libraries = ["libcholmod_cuda", "libspqr_cuda", "libgpuqrengine_cuda", "libsuitesparse_gpuruntime_cuda"] - - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.0" - [[SuiteSparse_GPU_jll."7.6.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.0" - - [[SuiteSparse_GPU_jll."7.6.1+0".sources]] - hash = "d4dad6c1d0b5cb3e7c5d7d01ef55653713567662" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_GPU_jll."7.7.0+0"] -libraries = ["libcholmod_cuda", "libspqr_cuda", "libgpuqrengine_cuda", "libsuitesparse_gpuruntime_cuda"] - - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.0" - [[SuiteSparse_GPU_jll."7.7.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.0" - - [[SuiteSparse_GPU_jll."7.7.0+0".sources]] - hash = "13806726cbf470914d012d132a85aea1aff9ee77" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_GPU_jll."7.7.0+1"] -libraries = ["libcholmod_cuda", "libspqr_cuda", "libgpuqrengine_cuda", "libsuitesparse_gpuruntime_cuda"] - - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.0" - [[SuiteSparse_GPU_jll."7.7.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.0" - - [[SuiteSparse_GPU_jll."7.7.0+1".sources]] - hash = "13806726cbf470914d012d132a85aea1aff9ee77" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_GPU_jll."7.8.0+0"] -libraries = ["libcholmod_cuda", "libspqr_cuda", "libgpuqrengine_cuda", "libsuitesparse_gpuruntime_cuda"] - - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.0" - [[SuiteSparse_GPU_jll."7.8.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.0" - - [[SuiteSparse_GPU_jll."7.8.0+0".sources]] - hash = "58e6558408f6a51c08e35a5557d5e68cae32147e" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_GPU_jll."7.8.3+0"] -libraries = ["libcholmod_cuda", "libspqr_cuda", "libgpuqrengine_cuda", "libsuitesparse_gpuruntime_cuda"] - - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[SuiteSparse_GPU_jll."7.8.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - - [[SuiteSparse_GPU_jll."7.8.3+0".sources]] - hash = "d3c4926d2c47fd6ae558e898bfc072ade210a2a1" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_GPU_jll."7.11.0+0"] -libraries = ["libcholmod_cuda", "libspqr_cuda", "libgpuqrengine_cuda", "libsuitesparse_gpuruntime_cuda"] - - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.1" - [[SuiteSparse_GPU_jll."7.11.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.9.1" - - [[SuiteSparse_GPU_jll."7.11.0+0".sources]] - hash = "b35a1f9318f4bd42085f4b5ea56f29c89d342d4d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_LBT_jll."5.4.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_LBT_jll."5.4.1+0".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_LBT_jll."5.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aa09f76da24d96bd642ae1ac2f897f67ebfa8450//S/SuiteSparse/SuiteSparse_LBT/./bundled" - -[SuiteSparse_jll."5.4.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+0".sources]] - hash = "374dd136696c653e34ef3212dc8ab5b61d9a67a6791d5ec4841efb838e94dbd1" - url = "http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/15148138f953897655cd408f0d25e714d1516eae//./S/SuiteSparse@5/./bundled" - -[SuiteSparse_jll."5.4.0+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+1".sources]] - hash = "374dd136696c653e34ef3212dc8ab5b61d9a67a6791d5ec4841efb838e94dbd1" - url = "http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/51f01bcdf55712614d5d369fd46f19778d921e2b//./S/SuiteSparse@5/./bundled" - -[SuiteSparse_jll."5.4.0+2"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+2".sources]] - hash = "374dd136696c653e34ef3212dc8ab5b61d9a67a6791d5ec4841efb838e94dbd1" - url = "http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2919ff0d6c5a5ec392b5fb4c9f96581dda2fb229//./S/SuiteSparse@5/./bundled" - -[SuiteSparse_jll."5.4.0+3"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+3".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/50ed5cb4446d2cf688665bb9320c640c23a7d6cd//./S/SuiteSparse@5/./bundled" - -[SuiteSparse_jll."5.4.0+4"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+4".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1b6de431f8cf7a18da49d0114a419d636e0b586c//./S/SuiteSparse@5/./bundled" - -[SuiteSparse_jll."5.4.0+5"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+5".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f92485b61303b7935b85551a0b7343d8055e67e2//S/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.4.0+6"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+6".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/221f9c4a9de626efbbe01218d318a3f58ed23b2c//S/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.4.0+7"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+7".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c9d46c4474502496a9933bf577bb5a69b8caf94e//S/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.4.0+8"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+8".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/63ae1a05c5fc1a0e2d6753c0cc6351dc83342e29//S/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.4.0+9"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.0+9".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.0+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/08bc9f34e5156d099a027062c8ad16cec791ec17//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.4.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.1+0".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/979c153d0a62efaf564ffa42b0cba2b824d299fc//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.4.1+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.1+1".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/038d22e492214452795bcedca62d7b1c91fe39e0//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.4.1+2"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.1+2".sources]] - hash = "d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770" - url = "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.4.0.tar.gz" - [[SuiteSparse_jll."5.4.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/96f20b85563df060dd575fe6a6f52dd9b6e435ed//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.4.1+3"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.4.1+3".sources]] - hash = "1869379f464f0f8dac471edb4e6d010b2b0e639d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.4.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e58e861ae100e7546aff7963a14ff1eb91275afa//./S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.8.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.8.1+0".sources]] - hash = "1869379f464f0f8dac471edb4e6d010b2b0e639d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/78841329504d5af54590d40354dbe5028dee0b11//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.8.1+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.8.1+1".sources]] - hash = "1869379f464f0f8dac471edb4e6d010b2b0e639d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.8.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c556b07d612bd700b9716550275f20e87b100aaf//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.8.1+2"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr", "libsuitesparse_wrapper"] - - [[SuiteSparse_jll."5.8.1+2".sources]] - hash = "1869379f464f0f8dac471edb4e6d010b2b0e639d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.8.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/55dd67d131d0dd9a80695de430b367bd24c4722f//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.10.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."5.10.1+0".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.10.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1742d889b37833ffe1a34f0e1938ea7486436b6c//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.10.1+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."5.10.1+1".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.10.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2ae9d3d5928489343927b7420236d0676de5ca1e//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.10.1+2"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."5.10.1+2".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.10.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a4d30a3c1424dccee62618c9250c317df43d0bf9//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.10.1+3"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."5.10.1+3".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.10.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4a4127bac3e015d4c11002e158c63fe64db1cee//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.10.1+4"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."5.10.1+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[SuiteSparse_jll."5.10.1+4".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.10.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d4c1314220d8e9e24ef8c7d173f19ef84120d072//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.10.1+5"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."5.10.1+5".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[SuiteSparse_jll."5.10.1+5".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.10.1+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/457953e8ae4116f601483dc2b51391b4bb0fef2b//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.10.1+6"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."5.10.1+6".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[SuiteSparse_jll."5.10.1+6".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.10.1+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/62f99aa0b0c2608f58676591d8a27b905f311daa//S/SuiteSparse/SuiteSparse/./bundled" - -[SuiteSparse_jll."5.10.1+7"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."5.10.1+7".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[SuiteSparse_jll."5.10.1+7".sources]] - hash = "538273cfd53720a10e34a3d80d3779b607e1ac26" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."5.10.1+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/99b076321ab5bbc87b8dfbb39ba33aaa3bb04da6//S/SuiteSparse/SuiteSparse@5/./bundled" - -[SuiteSparse_jll."7.0.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.0.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[SuiteSparse_jll."7.0.1+0".sources]] - hash = "03350b0faef6b77d965ddb7c3cd3614a45376bfd" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.0.1+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.0.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[SuiteSparse_jll."7.0.1+1".sources]] - hash = "03350b0faef6b77d965ddb7c3cd3614a45376bfd" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.0.1+2"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.0.1+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[SuiteSparse_jll."7.0.1+2".sources]] - hash = "03350b0faef6b77d965ddb7c3cd3614a45376bfd" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.0.1+3"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.0.1+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[SuiteSparse_jll."7.0.1+3".sources]] - hash = "03350b0faef6b77d965ddb7c3cd3614a45376bfd" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.2.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.2.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.2.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.2.0+0".sources]] - hash = "1b4edf467637dbf33a26eee9a6c20afa40c7c5ea" - repo = "https://github.com/Wimmerer/SuiteSparse.git" - -[SuiteSparse_jll."7.2.0+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.2.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.2.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.2.0+1".sources]] - hash = "1b4edf467637dbf33a26eee9a6c20afa40c7c5ea" - repo = "https://github.com/Wimmerer/SuiteSparse.git" - -[SuiteSparse_jll."7.2.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.2.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.2.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.2.1+0".sources]] - hash = "d6c84f7416eaee0d23d61c6c49ad1b73235d2ea2" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.2.1+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.2.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.2.1+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.2.1+1".sources]] - hash = "d6c84f7416eaee0d23d61c6c49ad1b73235d2ea2" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.3.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.3.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.3.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.3.0+0".sources]] - hash = "fad1f30fa260975466bb0ad7da1aabf054517399" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.4.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.4.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.4.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.4.0+0".sources]] - hash = "df91d7be262e6b5cddf5dd23ff42dec1713e7947" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.4.0+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.4.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.4.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.4.0+1".sources]] - hash = "df91d7be262e6b5cddf5dd23ff42dec1713e7947" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.4.0+2"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.4.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.4.0+2".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.4.0+2".sources]] - hash = "df91d7be262e6b5cddf5dd23ff42dec1713e7947" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - [[SuiteSparse_jll."7.4.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aaeb2660e49ef7f1a5230f008c21539a7724b522//S/SuiteSparse/SuiteSparse@7/./bundled" - -[SuiteSparse_jll."7.5.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.5.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.5.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.5.0+0".sources]] - hash = "da5050cd3f6b6a15ec4d7c42b2c1e2dfe4f8ef6e" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.5.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.5.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.5.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.5.1+0".sources]] - hash = "71d6d42cb60b533bd001d3e5514e11120919c43a" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.6.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.6.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.6.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.6.0+0".sources]] - hash = "1a4d4fb0c399b261f4ed11aa980c6bab754aefa6" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.6.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.6.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.6.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.6.1+0".sources]] - hash = "d4dad6c1d0b5cb3e7c5d7d01ef55653713567662" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.7.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.7.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.7.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[SuiteSparse_jll."7.7.0+0".sources]] - hash = "13806726cbf470914d012d132a85aea1aff9ee77" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.7.0+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.7.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.7.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - - [[SuiteSparse_jll."7.7.0+1".sources]] - hash = "13806726cbf470914d012d132a85aea1aff9ee77" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.8.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.8.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.8.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - - [[SuiteSparse_jll."7.8.0+0".sources]] - hash = "58e6558408f6a51c08e35a5557d5e68cae32147e" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.8.0+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.8.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.8.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - - [[SuiteSparse_jll."7.8.0+1".sources]] - hash = "58e6558408f6a51c08e35a5557d5e68cae32147e" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.8.2+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.8.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.8.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - - [[SuiteSparse_jll."7.8.2+0".sources]] - hash = "c8c3a9de1c8eef54da5ff19fd0bcf7ca6e8bc9de" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.8.3+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.8.3+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.8.3+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - - [[SuiteSparse_jll."7.8.3+0".sources]] - hash = "d3c4926d2c47fd6ae558e898bfc072ade210a2a1" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.8.3+1"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.8.3+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.8.3+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.29.3" - - [[SuiteSparse_jll."7.8.3+1".sources]] - hash = "d3c4926d2c47fd6ae558e898bfc072ade210a2a1" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.8.3+2"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.8.3+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.8.3+2".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SuiteSparse_jll."7.8.3+2".sources]] - hash = "d3c4926d2c47fd6ae558e898bfc072ade210a2a1" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.10.1+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.10.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.10.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SuiteSparse_jll."7.10.1+0".sources]] - hash = "31572b33461e17eb3836c8cda9b1e5920ab1dfa0" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[SuiteSparse_jll."7.11.0+0"] -libraries = ["libsuitesparseconfig", "libamd", "libbtf", "libcamd", "libccolamd", "libcolamd", "libcholmod", "libldl", "libklu", "libumfpack", "librbio", "libspqr"] - - [[SuiteSparse_jll."7.11.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - [[SuiteSparse_jll."7.11.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[SuiteSparse_jll."7.11.0+0".sources]] - hash = "b35a1f9318f4bd42085f4b5ea56f29c89d342d4d" - repo = "https://github.com/DrTimothyAldenDavis/SuiteSparse.git" - -[Sundials32_jll."5.3.0+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials32_jll."5.3.0+0".build_dependencies]] - name = "SuiteSparse32_jll" - target = "target" - version = "*" - - [[Sundials32_jll."5.3.0+0".sources]] - hash = "887af4374af2271db9310d31eaa9b5aeff49e829" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials32_jll."5.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c8b08d677b73fe1ba0fa140df6cfe708337b58f4//S/Sundials/Sundials32@5/../bundled@5" - -[Sundials32_jll."5.3.0+1"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials32_jll."5.3.0+1".build_dependencies]] - name = "SuiteSparse32_jll" - target = "target" - version = "*" - - [[Sundials32_jll."5.3.0+1".sources]] - hash = "887af4374af2271db9310d31eaa9b5aeff49e829" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials32_jll."5.3.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d53cb9d33bd1ab1fe70709c9b197e83dd4ce1acd//S/Sundials/Sundials32@5/../bundled@5" - -[Sundials_GPU_jll."7.4.1+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton", "libsundials_core", "libsundials_nveccuda"] - - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.1" - [[Sundials_GPU_jll."7.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.9.1" - - [[Sundials_GPU_jll."7.4.1+0".sources]] - hash = "8e17876d3b4d682b4098684b07a85b005a122f81" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_GPU_jll."7.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0748bf9c6eabeb56571fc24c1bf55d72206427dc//S/Sundials/Sundials_GPU@7/./bundled" - -[Sundials_jll."3.1.1+0"] -libraries = ["libsundials_sunlinsolspfgmr", "libsundials_ida", "libsundials_cvode", "libsundials_cvodes", "libsundials_sunmatrixdense", "libsundials_sunlinsolspbcgs", "libsundials_idas", "libsundials_nvecserial", "libsundials_sunlinsoldense", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolpcg", "libsundials_sunlinsolsptfqmr", "libsundials_sunlinsolklu", "libsundials_sunmatrixsparse", "libsundials_sunlinsolband", "libsundials_sunmatrixband", "libsundials_kinsol", "libsundials_arkode"] - - [[Sundials_jll."3.1.1+0".sources]] - hash = "a24d643d31ed1f31a25b102a1e1759508ce84b1e4739425ad0e18106ab471a24" - url = "https://computation.llnl.gov/projects/sundials/download/sundials-3.1.1.tar.gz" - [[Sundials_jll."3.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/328149d428ad557e3908a262f5a26ea52efae828//S/Sundials/./bundled" - -[Sundials_jll."3.1.1+1"] -libraries = ["libsundials_sunlinsolspfgmr", "libsundials_ida", "libsundials_cvode", "libsundials_cvodes", "libsundials_sunmatrixdense", "libsundials_sunlinsolspbcgs", "libsundials_idas", "libsundials_nvecserial", "libsundials_sunlinsoldense", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolpcg", "libsundials_sunlinsolsptfqmr", "libsundials_sunlinsolklu", "libsundials_sunmatrixsparse", "libsundials_sunlinsolband", "libsundials_sunmatrixband", "libsundials_kinsol", "libsundials_arkode"] - - [[Sundials_jll."3.1.1+1".sources]] - hash = "d03fca24d7adbfe52e05bd4e61340251e1cf56927540cc77a1ca817716091166" - url = "https://github.com/LLNL/sundials/archive/v3.1.1.tar.gz" - [[Sundials_jll."3.1.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df9066910be48af05fab2dfe480d0d4ec9547227//S/Sundials/./bundled" - -[Sundials_jll."3.1.1+2"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse"] - - [[Sundials_jll."3.1.1+2".sources]] - hash = "d03fca24d7adbfe52e05bd4e61340251e1cf56927540cc77a1ca817716091166" - url = "https://github.com/LLNL/sundials/archive/v3.1.1.tar.gz" - [[Sundials_jll."3.1.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7eae75fd488251a18f14de2eaf578c1d0249a8c9//S/Sundials/./bundled" - -[Sundials_jll."3.1.2+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse"] - - [[Sundials_jll."3.1.2+0".sources]] - hash = "e18cb7d1cc4a10889efa8dfed36fde5d8502e10f89e0f0c6415db210131b8385" - url = "https://github.com/LLNL/sundials/archive/v3.1.2.tar.gz" - [[Sundials_jll."3.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4623d6038d2a6b5d9e8e03a1cf090ef2d2e21466//./S/Sundials@3/./bundled" - -[Sundials_jll."3.1.2+1"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse"] - - [[Sundials_jll."3.1.2+1".sources]] - hash = "3bea69fccb5d5dc35ad030a1c05f27f316461530" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."3.1.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e815560925ceeb11f0c450d3d26babf07ae483a6//./S/Sundials@3/./bundled" - -[Sundials_jll."3.1.2+2"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse"] - - [[Sundials_jll."3.1.2+2".sources]] - hash = "3bea69fccb5d5dc35ad030a1c05f27f316461530" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."3.1.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c8b08d677b73fe1ba0fa140df6cfe708337b58f4//S/Sundials/Sundials@3/./bundled" - -[Sundials_jll."5.1.0+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse"] - - [[Sundials_jll."5.1.0+0".sources]] - hash = "d03fca24d7adbfe52e05bd4e61340251e1cf56927540cc77a1ca817716091166" - url = "https://github.com/LLNL/sundials/archive/v3.1.1.tar.gz" - [[Sundials_jll."5.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f137f13b8fa952a5efbd9e26e72485d5dcaec11d//S/Sundials/./bundled" - -[Sundials_jll."5.1.0+1"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials_jll."5.1.0+1".sources]] - hash = "b78e575639babe99aea9a0558d0f64732d6d729e" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."5.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f76e842bfd09565b99fc2449c8c786bce24188c5//./S/Sundials@5/./bundled" - -[Sundials_jll."5.2.0+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials_jll."5.2.0+0".sources]] - hash = "b16d3d3995668c9a13c9f4bee8b0113ff6a9cf6d" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."5.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7024559936738d1f9b964e01bf0c443dea93e618//./S/Sundials@5/./bundled" - -[Sundials_jll."5.2.0+1"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials_jll."5.2.0+1".sources]] - hash = "b16d3d3995668c9a13c9f4bee8b0113ff6a9cf6d" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."5.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c8b08d677b73fe1ba0fa140df6cfe708337b58f4//S/Sundials/Sundials@5/../bundled@5" - -[Sundials_jll."5.2.1+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials_jll."5.2.1+0".sources]] - hash = "b16d3d3995668c9a13c9f4bee8b0113ff6a9cf6d" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."5.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5dda1684ffa5ccd4020edd909d07d734baa20118//S/Sundials/Sundials@5/../bundled@5" - -[Sundials_jll."5.2.2+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials_jll."5.2.2+0".sources]] - hash = "8264ba5614fd9578786e5e8a3ba9f703ff795361" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."5.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/09f0c0607060f4dc120f518408eab71468528c98//S/Sundials/Sundials@5/../bundled@5" - -[Sundials_jll."5.2.3+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials_jll."5.2.3+0".sources]] - hash = "8264ba5614fd9578786e5e8a3ba9f703ff795361" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dcc3cf0dda24759430d846dbe9d41bea3b37518d//S/Sundials/Sundials@5/../bundled@5" - -[Sundials_jll."6.5.1+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials_jll."6.5.1+0".sources]] - hash = "34d21afdb5780947223b88a46201fbe8191af48c" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."6.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/33f4b097c3745fc37b9ee6f50a5a3d8418a1f610//S/Sundials/Sundials@6/./bundled" - -[Sundials_jll."6.6.0+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton"] - - [[Sundials_jll."6.6.0+0".sources]] - hash = "f90029b8da846c8faff5530fd1fa4847079188d040554f55c1d5d1e04743d29d" - url = "https://github.com/LLNL/sundials/releases/download/v6.6.0/sundials-6.6.0.tar.gz" - [[Sundials_jll."6.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4a2f653533307ba825e77b2b1d8b859342ffd25a//S/Sundials/Sundials@6/./bundled" - -[Sundials_jll."7.4.0+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton", "libsundials_core"] - - [[Sundials_jll."7.4.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Sundials_jll."7.4.0+0".sources]] - hash = "8e17876d3b4d682b4098684b07a85b005a122f81" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."7.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ab99ff84c3b0c69253a6648e3a4350ab5153489b//S/Sundials/Sundials@7/./bundled" - -[Sundials_jll."7.4.0+1"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton", "libsundials_core"] - - [[Sundials_jll."7.4.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Sundials_jll."7.4.0+1".sources]] - hash = "8e17876d3b4d682b4098684b07a85b005a122f81" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."7.4.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5811c9c00341b87b542972f4ce7d72258c1fe28d//S/Sundials/Sundials@7/./bundled" - -[Sundials_jll."7.4.1+0"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton", "libsundials_core"] - - [[Sundials_jll."7.4.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Sundials_jll."7.4.1+0".sources]] - hash = "8e17876d3b4d682b4098684b07a85b005a122f81" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."7.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8a870703cb8a46ce43e7fa11dc3aa6a0fb87787f//S/Sundials/Sundials@7/./bundled" - -[Sundials_jll."7.4.1+1"] -libraries = ["libsundials_arkode", "libsundials_cvode", "libsundials_cvodes", "libsundials_ida", "libsundials_idas", "libsundials_kinsol", "libsundials_nvecmanyvector", "libsundials_nvecserial", "libsundials_sunlinsolband", "libsundials_sunlinsoldense", "libsundials_sunlinsolklu", "libsundials_sunlinsollapackband", "libsundials_sunlinsollapackdense", "libsundials_sunlinsolpcg", "libsundials_sunlinsolspbcgs", "libsundials_sunlinsolspfgmr", "libsundials_sunlinsolspgmr", "libsundials_sunlinsolsptfqmr", "libsundials_sunmatrixband", "libsundials_sunmatrixdense", "libsundials_sunmatrixsparse", "libsundials_sunnonlinsolfixedpoint", "libsundials_sunnonlinsolnewton", "libsundials_core"] - - [[Sundials_jll."7.4.1+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Sundials_jll."7.4.1+1".sources]] - hash = "8e17876d3b4d682b4098684b07a85b005a122f81" - repo = "https://github.com/LLNL/sundials.git" - [[Sundials_jll."7.4.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0748bf9c6eabeb56571fc24c1bf55d72206427dc//S/Sundials/Sundials@7/./bundled" - -[SuperLU_DIST_jll."8.0.0+0"] -libraries = ["libsuperlu_dist_Int32", "libsuperlu_dist_Int64"] - - [[SuperLU_DIST_jll."8.0.0+0".sources]] - hash = "4459a89719b982dd47af5bb2494a011bb267195f" - repo = "https://github.com/xiaoyeli/superlu_dist.git" - -[SuperLU_DIST_jll."8.0.1+0"] -libraries = ["libsuperlu_dist_Int32", "libsuperlu_dist_Int64"] - - [[SuperLU_DIST_jll."8.0.1+0".sources]] - hash = "4459a89719b982dd47af5bb2494a011bb267195f" - repo = "https://github.com/xiaoyeli/superlu_dist.git" - -[SuperLU_DIST_jll."8.0.2+0"] -libraries = ["libsuperlu_dist_Int32", "libsuperlu_dist_Int64"] - - [[SuperLU_DIST_jll."8.0.2+0".sources]] - hash = "4459a89719b982dd47af5bb2494a011bb267195f" - repo = "https://github.com/xiaoyeli/superlu_dist.git" - -[SuperLU_DIST_jll."8.1.2+0"] -libraries = ["libsuperlu_dist_Int32", "libsuperlu_dist_Int64"] - - [[SuperLU_DIST_jll."8.1.2+0".sources]] - hash = "58e4171dda309255b3b66b0923cd04124f4c0c01" - repo = "https://github.com/xiaoyeli/superlu_dist.git" - -[SuperLU_DIST_jll."8.2.1+0"] -executables = ["pdtest_32", "pdtest_64"] -libraries = ["libsuperlu_dist_Int32", "libsuperlu_dist_Int64"] - - [[SuperLU_DIST_jll."8.2.1+0".sources]] - hash = "b3eecd3eaac3a1332d0d2c5fc052d1af114df192" - repo = "https://github.com/xiaoyeli/superlu_dist.git" - -[SuperLU_MT_jll."3.1.0+0"] -libraries = ["libsuperlumts", "libsuperlumtd", "libsuperlumtc", "libsuperlumtz"] - - [[SuperLU_MT_jll."3.1.0+0".sources]] - hash = "407b544b9a92b2ed536b1e713e80f986824cf3016657a4bfc2f3e7d2a76ecab6" - url = "https://portal.nersc.gov/project/sparse/superlu/superlu_mt_3.1.tar.gz" - [[SuperLU_MT_jll."3.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0e26517dc7b99618a2dece1de7e51c7d41d8bca6//S/SuperLU_MT/bundled" - -[SuperLU_jll."5.2.2+0"] -libraries = ["libsuperlu"] - - [[SuperLU_jll."5.2.2+0".sources]] - hash = "470334a72ba637578e34057f46948495e601a5988a602604f5576367e606a28c" - url = "https://github.com/xiaoyeli/superlu/archive/v5.2.2.tar.gz" - -[SuperLU_jll."5.3.0+0"] -libraries = ["libsuperlu"] - - [[SuperLU_jll."5.3.0+0".sources]] - hash = "3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350" - url = "https://github.com/xiaoyeli/superlu/archive/v5.3.0.tar.gz" - -[SwiftShader_jll."0.0.1+0"] -libraries = ["libvulkan", "vk_swiftshader"] - - [[SwiftShader_jll."0.0.1+0".sources]] - hash = "20c0bba105e30b1e5ddfa73c69c2400a615bf2e76d124330897226d2fa512a50" - url = "https://github.com/google/gfbuild-swiftshader/releases/download/github%2Fgoogle%2Fgfbuild-swiftshader%2F2cc3490759bb615084aab934a559ac66a9818880/gfbuild-swiftshader-2cc3490759bb615084aab934a559ac66a9818880-Linux_x64_Release.zip" - [[SwiftShader_jll."0.0.1+0".sources]] - hash = "8078ef21ef02aa9f9bcf69ed303ed28b0cea1feb3129a9196385b5cd0b378c28" - url = "https://github.com/google/gfbuild-swiftshader/releases/download/github%2Fgoogle%2Fgfbuild-swiftshader%2F2cc3490759bb615084aab934a559ac66a9818880/gfbuild-swiftshader-2cc3490759bb615084aab934a559ac66a9818880-Mac_x64_Release.zip" - [[SwiftShader_jll."0.0.1+0".sources]] - hash = "22354a01605adb3310736fc85cd1e20039bd4532f428226f8b3ea60d0f2bf853" - url = "https://github.com/google/gfbuild-swiftshader/releases/download/github%2Fgoogle%2Fgfbuild-swiftshader%2F2cc3490759bb615084aab934a559ac66a9818880/gfbuild-swiftshader-2cc3490759bb615084aab934a559ac66a9818880-Windows_x64_Release.zip" - -[SwiftShader_jll."0.1.0+0"] -libraries = ["libvulkan", "libvk_swiftshader"] - - [[SwiftShader_jll."0.1.0+0".sources]] - hash = "6c1ab2e3638260721c19b33017925f6deb9e30ac" - repo = "https://github.com/google/swiftshader.git" - [[SwiftShader_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/31b4e8be78262e7c025ce7ba74071c2673cf2b29//S/SwiftShader/./patches" - -[SwiftShader_jll."0.1.1+0"] -libraries = ["libvulkan", "libvk_swiftshader"] - - [[SwiftShader_jll."0.1.1+0".sources]] - hash = "6c1ab2e3638260721c19b33017925f6deb9e30ac" - repo = "https://github.com/google/swiftshader.git" - [[SwiftShader_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/711c2fc62f506f88d0b369bacfa50c02057b9ca1//S/SwiftShader/./patches" - -[SymEngine_jll."0.5.0+0"] -libraries = ["libsymengine", "libsymengine-0.5"] - - [[SymEngine_jll."0.5.0+0".sources]] - hash = "5d02002f00d16a0928d1056e6ecb8f34fd59f3bfd8ed0009a55700334dbae29b" - url = "https://github.com/symengine/symengine/releases/download/v0.5.0/symengine-0.5.0.tar.gz" - -[SymEngine_jll."0.5.0+1"] -libraries = ["libsymengine", "libsymengine-0.5"] - - [[SymEngine_jll."0.5.0+1".sources]] - hash = "5d02002f00d16a0928d1056e6ecb8f34fd59f3bfd8ed0009a55700334dbae29b" - url = "https://github.com/symengine/symengine/releases/download/v0.5.0/symengine-0.5.0.tar.gz" - -[SymEngine_jll."0.6.0+0"] -libraries = ["libsymengine", "libsymengine-0.6"] - - [[SymEngine_jll."0.6.0+0".sources]] - hash = "4d2caa86c03eaaa8ed004084d02f87b5c51b6229f8ba70d161227e22d6302f0a" - url = "https://github.com/symengine/symengine/releases/download/v0.6.0/symengine-0.6.0.tar.gz" - -[SymEngine_jll."0.6.0+1"] -libraries = ["libsymengine", "libsymengine-0.6"] - - [[SymEngine_jll."0.6.0+1".sources]] - hash = "4d2caa86c03eaaa8ed004084d02f87b5c51b6229f8ba70d161227e22d6302f0a" - url = "https://github.com/symengine/symengine/releases/download/v0.6.0/symengine-0.6.0.tar.gz" - -[SymEngine_jll."0.7.0+0"] -libraries = ["libsymengine", "libsymengine-0.7"] - - [[SymEngine_jll."0.7.0+0".sources]] - hash = "8b865bb72b71539d9cd2488a0468c6c3ea90cc606062a7880c3ff5af6abd74b1" - url = "https://github.com/symengine/symengine/releases/download/v0.7.0/symengine-0.7.0.tar.gz" - -[SymEngine_jll."0.8.0+0"] -libraries = ["libsymengine", "libsymengine-0.8"] - - [[SymEngine_jll."0.8.0+0".sources]] - hash = "ebe71d3c42661d12fa991040097ff383e193006af4e76d1adaabb8cee45cf94c" - url = "https://github.com/symengine/symengine/releases/download/v0.8.0/symengine-0.8.0.tar.gz" - -[SymEngine_jll."0.8.1+0"] -libraries = ["libsymengine", "libsymengine-0.8"] - - [[SymEngine_jll."0.8.1+0".sources]] - hash = "41eb6ae6901c09e53d7f61f0758f9201e81fc534bfeecd4b2bd4b4e6f6768693" - url = "https://github.com/symengine/symengine/releases/download/v0.8.1/symengine-0.8.1.tar.gz" - -[SymEngine_jll."0.9.0+0"] -libraries = ["libsymengine", "libsymengine-0.9"] - - [[SymEngine_jll."0.9.0+0".sources]] - hash = "dcf174ac708ed2acea46691f6e78b9eb946d8a2ba62f75e87cf3bf4f0d651724" - url = "https://github.com/symengine/symengine/releases/download/v0.9.0/symengine-0.9.0.tar.gz" - -[SymEngine_jll."0.9.0+1"] -libraries = ["libsymengine", "libsymengine-0.9"] - - [[SymEngine_jll."0.9.0+1".sources]] - hash = "dcf174ac708ed2acea46691f6e78b9eb946d8a2ba62f75e87cf3bf4f0d651724" - url = "https://github.com/symengine/symengine/releases/download/v0.9.0/symengine-0.9.0.tar.gz" - [[SymEngine_jll."0.9.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/70f2d153a978e0957f948df92e66a67eb604f0fa//S/SymEngine/./bundled" - -[SymEngine_jll."0.10.1+0"] -libraries = ["libsymengine", "libsymengine-0.10"] - - [[SymEngine_jll."0.10.1+0".sources]] - hash = "ef931563213434e0288b29ac3ef54ee5efa91f85" - repo = "https://github.com/symengine/symengine.git" - -[SymEngine_jll."0.11.1+0"] -libraries = ["libsymengine", "libsymengine-0.11"] - - [[SymEngine_jll."0.11.1+0".sources]] - hash = "72a01e4c1fc88796796d6ef37e6ed6d15728bd7f" - repo = "https://github.com/symengine/symengine.git" - -[SymEngine_jll."0.11.2+0"] -libraries = ["libsymengine", "libsymengine-0.11"] - - [[SymEngine_jll."0.11.2+0".sources]] - hash = "c1fc32cf0902ecd7b1a0e5369c38dd22ad75c726" - repo = "https://github.com/symengine/symengine.git" - -[SymEngine_jll."0.12.0+0"] -libraries = ["libsymengine", "libsymengine-0.12"] - - [[SymEngine_jll."0.12.0+0".sources]] - hash = "088aa01bf4ba020e22b7492086abdc08b37a5f7f" - repo = "https://github.com/symengine/symengine.git" - -[TDEP_jll."25.3.0+0"] -executables = ["generate_structure", "canonical_configuration", "extract_forceconstants", "phonon_dispersion_relations", "thermal_conductivity", "thermal_conductivity_2023", "lineshape", "anharmonic_free_energy", "atomic_distribution", "pack_simulation", "samples_from_md", "dump_dynamical_matrices", "crystal_structure_info", "refine_structure"] -libraries = ["libolle"] - - [[TDEP_jll."25.3.0+0".sources]] - hash = "d38f435d75f33e0e86629ce7b7059ce95fbc06c5" - repo = "https://github.com/tdep-developers/tdep.git" - [[TDEP_jll."25.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/defa99243de18d008b08bf32a9a9c63f704e9713//T/TDEP/./bundled" - -[TDLib_jll."1.6.10+0"] -libraries = ["libtdjson"] - - [[TDLib_jll."1.6.10+0".sources]] - hash = "78e45da6b9014f8efd96cee0ad5701464d911cc7" - repo = "https://github.com/tdlib/td.git" - -[TDLib_jll."1.7.4+0"] -libraries = ["libtdjson"] - - [[TDLib_jll."1.7.4+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[TDLib_jll."1.7.4+0".sources]] - hash = "e1ebf743988edfcf4400cd5d33a664ff941dc13e" - repo = "https://github.com/tdlib/td.git" - -[TDLib_jll."1.8.0+0"] -libraries = ["libtdjson"] - - [[TDLib_jll."1.8.0+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[TDLib_jll."1.8.0+0".sources]] - hash = "ca14dfe7ad2cc704b6c63d54c556a3a17e0aa2fe" - repo = "https://github.com/tdlib/td.git" - -[TDLib_jll."1.8.46+0"] -libraries = ["libtdjson"] - - [[TDLib_jll."1.8.46+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[TDLib_jll."1.8.46+0".sources]] - hash = "207f3be7b58b2a2b9f0a066b5b6ef18782b8b517" - repo = "https://github.com/tdlib/td.git" - -[TDLib_jll."1.8.47+0"] -libraries = ["libtdjson"] - - [[TDLib_jll."1.8.47+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - [[TDLib_jll."1.8.47+0".build_dependencies]] - name = "OpenSSL_jll" - target = "host" - version = "*" - [[TDLib_jll."1.8.47+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - - [[TDLib_jll."1.8.47+0".sources]] - hash = "971684a3dcc7bdf99eec024e1c4f57ae729d6d53" - repo = "https://github.com/tdlib/td.git" - -[TDLib_jll."1.8.48+0"] -libraries = ["libtdjson"] - - [[TDLib_jll."1.8.48+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - [[TDLib_jll."1.8.48+0".build_dependencies]] - name = "OpenSSL_jll" - target = "host" - version = "*" - [[TDLib_jll."1.8.48+0".build_dependencies]] - name = "Zlib_jll" - target = "host" - version = "*" - - [[TDLib_jll."1.8.48+0".sources]] - hash = "34c390f9afe074071e01c623e42adfbd17e350ab" - repo = "https://github.com/tdlib/td.git" - -[TMatrix_jll."0.1.0+0"] -libraries = ["libtmatrixro", "libtmatrixfo"] - - [[TMatrix_jll."0.1.0+0".sources]] - hash = "bf0d1bf15ff382b562427492895f8f3d0fb6b177" - repo = "https://github.com/JuliaRemoteSensing/TMatrix-fortran.git" - -[TMscore_jll."1.0.0+0"] -executables = ["TMscore"] - - [[TMscore_jll."1.0.0+0".sources]] - hash = "3b7d30405c94df0eb55fe2510255145616a4bb46" - repo = "https://github.com/cossio/TMscore.git" - -[TOPCOM_jll."0.17.8+0"] -executables = ["chiro2allfinetriangs", "chiro2ntriangs", "points2nflips", "chiro2mintriang", "points2facets", "chiro2cocircuits", "chiro2placingtriang", "points2finetriangs", "cocircuits2facets", "chiro2alltriangs", "points2nallfinetriangs", "chiro2finetriangs", "points2ntriangs", "points2placingtriang", "chiro2dual", "points2flips", "santos_dim4_triang", "chiro2nalltriangs", "points2volume", "points2finetriang", "chiro2circuits", "points2allfinetriangs", "points2nalltriangs", "santos_22_triang", "points2nfinetriangs", "chiro2nallfinetriangs", "chiro2nfinetriangs", "chiro2finetriang", "chiro2triangs", "points2alltriangs", "points2chiro", "points2triangs", "santos_triang"] -libraries = ["libTOPCOM", "libCHECKREG"] - - [[TOPCOM_jll."0.17.8+0".sources]] - hash = "3f83b98f51ee859ec321bacabf7b172c25884f14848ab6c628326b987bd8aaab" - url = "https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM-Downloads/TOPCOM-0_17_8.tgz" - [[TOPCOM_jll."0.17.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/375cab5f73c4c111aa3be8107cb8759c0fa37743//T/TOPCOM/./bundled" - -[Tar_jll."1.32.0+0"] -executables = ["tar"] - - [[Tar_jll."1.32.0+0".sources]] - hash = "d0d3ae07f103323be809bc3eac0dcc386d52c5262499fe05511ac4788af1fdd8" - url = "https://ftp.gnu.org/gnu/tar/tar-1.32.tar.xz" - -[Tar_jll."1.34.0+0"] -executables = ["tar"] - - [[Tar_jll."1.34.0+0".sources]] - hash = "63bebd26879c5e1eea4352f0d03c991f966aeb3ddeb3c7445c902568d5411d28" - url = "https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz" - -[Tar_jll."1.34.0+1"] -executables = ["tar"] - - [[Tar_jll."1.34.0+1".sources]] - hash = "63bebd26879c5e1eea4352f0d03c991f966aeb3ddeb3c7445c902568d5411d28" - url = "https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz" - -[Tar_jll."1.35.0+0"] -executables = ["tar"] - - [[Tar_jll."1.35.0+0".sources]] - hash = "4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16" - url = "https://ftp.gnu.org/gnu/tar/tar-1.35.tar.xz" - -[[Taskflow_jll."3.3.0+0".sources]] -hash = "66b891f706ba99a5ca5ed239d520ad6943ebe94728d1c89e07a939615a6488ef" -url = "https://github.com/taskflow/taskflow/archive/refs/tags/v3.3.0.tar.gz" - -[Tasmanian_jll."8.0.0+0"] -libraries = ["libtasmaniansparsegrid", "libtasmaniandream"] - - [[Tasmanian_jll."8.0.0+0".sources]] - hash = "10a762e036c58b2aee4dbf21137aff8401acf0a3" - repo = "https://github.com/ORNL/TASMANIAN.git" - -[Tasmanian_jll."8.0.0+1"] -libraries = ["libtasmaniansparsegrid", "libtasmaniandream"] - - [[Tasmanian_jll."8.0.0+1".sources]] - hash = "10a762e036c58b2aee4dbf21137aff8401acf0a3" - repo = "https://github.com/ORNL/TASMANIAN.git" - -[Tasmanian_jll."8.0.1+0"] -libraries = ["libtasmaniansparsegrid", "libtasmaniandream"] - - [[Tasmanian_jll."8.0.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Tasmanian_jll."8.0.1+0".sources]] - hash = "10a762e036c58b2aee4dbf21137aff8401acf0a3" - repo = "https://github.com/ORNL/TASMANIAN.git" - -[Tasmanian_jll."8.0.2+0"] -libraries = ["libtasmaniansparsegrid", "libtasmaniandream"] - - [[Tasmanian_jll."8.0.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[Tasmanian_jll."8.0.2+0".sources]] - hash = "513b72c6b4d808d459a7416834bfb10ec48d5c92" - repo = "https://github.com/ORNL/TASMANIAN.git" - [[Tasmanian_jll."8.0.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4077d9d5c43880fc3adf367ff60076dd7f6adc4e//T/Tasmanian/./bundled" - -[TauDEM_jll."5.3.7+0"] -executables = ["d8hdisttostrm", "gagewatershed", "peukerdouglas", "dinfrevaccum", "slopeavedown", "dinfdecayaccum", "gridnet", "aread8", "moveoutletstostrm", "slopearea", "slopearearatio", "dinfavalanche", "dinfflowdir", "dinfdistdown", "dinfupdependence", "d8flowdir", "dinfconclimaccum", "streamnet", "d8flowpathextremeup", "dinftranslimaccum", "dropanalysis", "areadinf", "dinfdistup", "lengtharea", "pitremove", "threshold"] - - [[TauDEM_jll."5.3.7+0".sources]] - hash = "2ba4659cdb6e6ef06194cfeb3947ed228d318778f75a176fa030978e2570058d" - url = "https://github.com/dtarb/TauDEM/archive/refs/tags/v5.3.7.tar.gz" - [[TauDEM_jll."5.3.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bfa86162194cfd03b686f1162358aa8987e2f409//T/TauDEM/./bundled" - -[TauDEM_jll."5.3.8+0"] -executables = ["d8hdisttostrm", "gagewatershed", "peukerdouglas", "dinfrevaccum", "slopeavedown", "dinfdecayaccum", "gridnet", "aread8", "moveoutletstostrm", "slopearea", "slopearearatio", "dinfavalanche", "dinfflowdir", "dinfdistdown", "dinfupdependence", "d8flowdir", "dinfconclimaccum", "streamnet", "d8flowpathextremeup", "dinftranslimaccum", "dropanalysis", "areadinf", "dinfdistup", "lengtharea", "pitremove", "threshold"] - - [[TauDEM_jll."5.3.8+0".sources]] - hash = "2ba4659cdb6e6ef06194cfeb3947ed228d318778f75a176fa030978e2570058d" - url = "https://github.com/dtarb/TauDEM/archive/refs/tags/v5.3.7.tar.gz" - [[TauDEM_jll."5.3.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ad2f1dc48ccaffacef4a4266be5ba5c0505438d1//T/TauDEM/./bundled" - -[Tcl_jll."8.6.9+0"] -libraries = ["libtcl8.6", "libtcl8", "tcl86"] - - [[Tcl_jll."8.6.9+0".sources]] - hash = "ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.9-src.tar.gz" - -[Tcl_jll."8.6.9+1"] -libraries = ["libtcl8.6", "libtcl8", "tcl86"] - - [[Tcl_jll."8.6.9+1".sources]] - hash = "ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.9-src.tar.gz" - -[Tcl_jll."8.6.9+2"] -libraries = ["libtcl8.6", "libtcl8", "tcl86"] - - [[Tcl_jll."8.6.9+2".sources]] - hash = "ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.9-src.tar.gz" - -[Tcl_jll."8.6.11+0"] -libraries = ["libtcl8.6", "libtcl8", "tcl86"] - - [[Tcl_jll."8.6.11+0".sources]] - hash = "8C0486668586672C5693D7D95817CB05A18C5ECCA2F40E2836B9578064088258" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.11-src.tar.gz" - -[Tcl_jll."8.6.12+0"] -libraries = ["libtcl8.6", "libtcl8", "tcl86"] - - [[Tcl_jll."8.6.12+0".sources]] - hash = "26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.12-src.tar.gz" - -[Tcl_jll."8.6.14+0"] -libraries = ["libtcl8.6", "libtcl8", "tcl86"] - - [[Tcl_jll."8.6.14+0".sources]] - hash = "5880225babf7954c58d4fb0f5cf6279104ce1cd6aa9b71e9a6322540e1c4de66" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.14-src.tar.gz" - -[Tcl_jll."8.6.14+1"] -libraries = ["libtcl8.6", "libtcl8", "tcl86"] - - [[Tcl_jll."8.6.14+1".sources]] - hash = "5880225babf7954c58d4fb0f5cf6279104ce1cd6aa9b71e9a6322540e1c4de66" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.14-src.tar.gz" - -[Telescope_jll."0.1.2+0"] -files = ["include/telescope.h"] -libraries = ["libtelescope"] - - [[Telescope_jll."0.1.2+0".build_dependencies]] - name = "OpenGLMathematics_jll" - target = "target" - version = "*" - [[Telescope_jll."0.1.2+0".build_dependencies]] - name = "Vulkan_Headers_jll" - target = "target" - version = "*" - - [[Telescope_jll."0.1.2+0".sources]] - hash = "025a24a5dfe4c4d5910ae0cad7664ec2c2fc21cce8ffaae56cc6b42300249de6" - url = "https://github.com/jhigginbotham64/Telescope/archive/refs/tags/v0.1.2.tar.gz" - -[Telescope_jll."0.2.0+0"] -files = ["include/telescope.h"] -libraries = ["libtelescope"] - - [[Telescope_jll."0.2.0+0".build_dependencies]] - name = "Bullet_Physics_SDK_jll" - target = "target" - version = "*" - [[Telescope_jll."0.2.0+0".build_dependencies]] - name = "OpenGLMathematics_jll" - target = "target" - version = "*" - [[Telescope_jll."0.2.0+0".build_dependencies]] - name = "Vulkan_Headers_jll" - target = "target" - version = "*" - - [[Telescope_jll."0.2.0+0".sources]] - hash = "0b88f367a1fe7905ca87b440b9d58ae1b0a43e8b" - repo = "https://github.com/jhigginbotham64/Telescope.git" - -[TempestModel_jll."0.1.0+0"] -executables = ["ScharMountainSphereTest", "BaroclinicWaveJWTest", "StationaryMountainFlowTest", "MountainWaveSphereTest", "HeldSuarezTest", "InertiaGravityWaveTest", "BaroclinicWaveUMJSTest", "MountainRossby3DTest", "BaldaufGravityWaveTest", "RobertBubbleCartesianTest", "ShearJetMtnWave2DCartesianTest", "ThermalBubbleCartesian3DTest", "Baroclinic3DCartesianTest", "DensityCurrentCartesianTest", "NonHydroMountainCartesianTest", "HydrostaticMountainCartesianTest", "ThermalBubbleCartesianTest", "Baroclinic3DCartesianRidgeTest", "ScharMountainCartesianTest", "InertialGravityCartesianXZTest", "BarotropicInstabilityTest", "MountainRossbyTest", "RossbyHaurwitzWaveTest"] - - [[TempestModel_jll."0.1.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestModel_jll."0.1.0+0".sources]] - hash = "4ecf5146f3100fb24d36156a2f99433f049f0f66" - repo = "https://github.com/paullric/tempestmodel" - [[TempestModel_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1bde9f6d463c54111754d565e73fe1567720eaa5//T/TempestModel/./bundled" - -[TempestModel_jll."0.1.1+0"] -executables = ["ScharMountainSphereTest", "BaroclinicWaveJWTest", "StationaryMountainFlowTest", "MountainWaveSphereTest", "HeldSuarezTest", "InertiaGravityWaveTest", "BaroclinicWaveUMJSTest", "MountainRossby3DTest", "BaldaufGravityWaveTest", "RobertBubbleCartesianTest", "ShearJetMtnWave2DCartesianTest", "ThermalBubbleCartesian3DTest", "Baroclinic3DCartesianTest", "DensityCurrentCartesianTest", "NonHydroMountainCartesianTest", "HydrostaticMountainCartesianTest", "ThermalBubbleCartesianTest", "Baroclinic3DCartesianRidgeTest", "ScharMountainCartesianTest", "InertialGravityCartesianXZTest", "BarotropicInstabilityTest", "MountainRossbyTest", "RossbyHaurwitzWaveTest"] - - [[TempestModel_jll."0.1.1+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestModel_jll."0.1.1+0".sources]] - hash = "4ecf5146f3100fb24d36156a2f99433f049f0f66" - repo = "https://github.com/paullric/tempestmodel" - [[TempestModel_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/967a35fdfd5d9ede276fbe7408f7d8a9902cdcab//T/TempestModel/./bundled" - -[TempestModel_jll."0.1.2+0"] -executables = ["ScharMountainSphereTest", "BaroclinicWaveJWTest", "StationaryMountainFlowTest", "MountainWaveSphereTest", "HeldSuarezTest", "InertiaGravityWaveTest", "BaroclinicWaveUMJSTest", "MountainRossby3DTest", "BaldaufGravityWaveTest", "RobertBubbleCartesianTest", "ShearJetMtnWave2DCartesianTest", "ThermalBubbleCartesian3DTest", "Baroclinic3DCartesianTest", "DensityCurrentCartesianTest", "NonHydroMountainCartesianTest", "HydrostaticMountainCartesianTest", "ThermalBubbleCartesianTest", "Baroclinic3DCartesianRidgeTest", "ScharMountainCartesianTest", "InertialGravityCartesianXZTest", "BarotropicInstabilityTest", "MountainRossbyTest", "RossbyHaurwitzWaveTest"] - - [[TempestModel_jll."0.1.2+0".sources]] - hash = "4ecf5146f3100fb24d36156a2f99433f049f0f66" - repo = "https://github.com/paullric/tempestmodel" - [[TempestModel_jll."0.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0219bd1f53e86a47a307efe5616c670a10f5fbeb//T/TempestModel/./bundled" - -[TempestRemap_jll."2.1.1+0"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "ConvertExodusToSCRIP", "ConvertSCRIPToExodus", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.1+0".sources]] - hash = "f5ea21f82b358ba127550fc1f49e701cba0379d22ce030c274135109f678b980" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.1.tar.gz" - -[TempestRemap_jll."2.1.2+0"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.2+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.2+0".sources]] - hash = "18421e1b81ecb5b2aa3bb8f3e9df084586d90c13b27960b78202d264f587934e" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.2.tar.gz" - -[TempestRemap_jll."2.1.2+1"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.2+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.2+1".sources]] - hash = "18421e1b81ecb5b2aa3bb8f3e9df084586d90c13b27960b78202d264f587934e" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.2.tar.gz" - -[TempestRemap_jll."2.1.2+2"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.2+2".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.2+2".sources]] - hash = "18421e1b81ecb5b2aa3bb8f3e9df084586d90c13b27960b78202d264f587934e" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.2.tar.gz" - -[TempestRemap_jll."2.1.3+0"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.3+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.3+0".sources]] - hash = "f3925871b9bc19c39002665970283a6f70ec5e159f0c87c74d1ef4f7efa4c26a" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.3.tar.gz" - -[TempestRemap_jll."2.1.3+1"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.3+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.3+1".sources]] - hash = "f3925871b9bc19c39002665970283a6f70ec5e159f0c87c74d1ef4f7efa4c26a" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.3.tar.gz" - -[TempestRemap_jll."2.1.3+2"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.3+2".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.3+2".sources]] - hash = "f3925871b9bc19c39002665970283a6f70ec5e159f0c87c74d1ef4f7efa4c26a" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.3.tar.gz" - -[TempestRemap_jll."2.1.3+3"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.3+3".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.3+3".sources]] - hash = "f3925871b9bc19c39002665970283a6f70ec5e159f0c87c74d1ef4f7efa4c26a" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.3.tar.gz" - -[TempestRemap_jll."2.1.4+0"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.4+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.4+0".sources]] - hash = "94e0bb4e1be9ec7282936f4d89996e0b99d89166fff14995bb7a3d3964577ebe" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.4.tar.gz" - -[TempestRemap_jll."2.1.5+0"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.5+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.5+0".sources]] - hash = "1c8976b20555330294523114d18ecdd6e885df7af1887710a7a5a96e403770d3" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.5.tar.gz" - -[TempestRemap_jll."2.1.6+0"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.6+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.6+0".sources]] - hash = "d2208b5d6952eba5003ee7abcf22f46a254ba03f6b76dcc4d246068573d424e2" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.6.tar.gz" - -[TempestRemap_jll."2.1.6+1"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.1.6+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[TempestRemap_jll."2.1.6+1".sources]] - hash = "d2208b5d6952eba5003ee7abcf22f46a254ba03f6b76dcc4d246068573d424e2" - url = "https://github.com/ClimateGlobalChange/tempestremap/archive/refs/tags/v2.1.6.tar.gz" - [[TempestRemap_jll."2.1.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/46defa05ca7d3a3a9f93c658c1073b349693d779//T/TempestRemap/./bundled" - -[TempestRemap_jll."2.2.0+0"] -executables = ["AnalyzeMap", "ApplyOfflineMap", "CalculateDiffNorms", "CoarsenRectilinearData", "GenerateCSMesh", "GenerateGLLMetaData", "GenerateICOMesh", "GenerateLambertConfConicMesh", "GenerateOfflineMap", "GenerateOverlapMesh", "GenerateOverlapMesh_v1", "GenerateRLLMesh", "GenerateRectilinearMeshFromFile", "GenerateStereographicMesh", "GenerateTestData", "GenerateTransectMesh", "GenerateTransposeMap", "GenerateUTMMesh", "GenerateVolumetricMesh", "MeshToTxt", "RestructureData", "ShpToMesh", "VerticalInterpolate"] -libraries = ["libTempestRemap"] - - [[TempestRemap_jll."2.2.0+0".sources]] - hash = "23968403baf1ff978341bf583ea70940bf7c2102" - repo = "https://github.com/ClimateGlobalChange/tempestremap.git" - -[TensorRT_jll."8.0.1+0"] -executables = ["trtexec"] -libraries = ["libnvinfer", "nvinfer", "libnvinfer_plugin", "nvinfer_plugin", "libnvonnxparser", "nvonnxparser", "libnvparsers", "nvparsers"] - - [[TensorRT_jll."8.0.1+0".sources]] - hash = "110bbfd69fe27e298e1ad1bc35300569069ffeb8b691f48bcaf34703e1bafb96" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.1/tars/TensorRT-8.0.1.6.Linux.x86_64-gnu.cuda-10.2.cudnn8.2.tar.gz" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "003cd632d978205de8b3140da743a9d39647ccb9959a1c219d34201d75a0a49e" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.1/zip/TensorRT-8.0.1.6.Windows10.x86_64.cuda-10.2.cudnn8.2.zip" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "f4a98ac9086b4a195bcab26aca176a9db6b5a196ff42d3dfdb28a16d30e8a312" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/t/tensorrt/libnvinfer-bin_8.0.1-1+cuda10.2_arm64.deb" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "f750c910a23107715dc2510d360725e46e9072079caacf3cec4255dd38bee849" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/t/tensorrt/libnvinfer-dev_8.0.1-1+cuda10.2_arm64.deb" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "4dabae4f5ea8f3eb54dbd36cf3dde3d038fae2a857529b869844b05cec77092a" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/t/tensorrt/libnvinfer-plugin-dev_8.0.1-1+cuda10.2_arm64.deb" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "71435b08b97346e2b0f568332c3440b8f6c00b5198f83ab5935f161aae39f8d8" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/t/tensorrt/libnvinfer-plugin8_8.0.1-1+cuda10.2_arm64.deb" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "305c4482a315ceb59e514823b359fdeebfbdd5fa2124e277dd176589e2f49aea" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/t/tensorrt/libnvinfer8_8.0.1-1+cuda10.2_arm64.deb" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "6f477ab54c4fd646ab9f65baed0157dca7ca29de6bc7f992f5285d8baa30b5eb" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/t/tensorrt/libnvonnxparsers-dev_8.0.1-1+cuda10.2_arm64.deb" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "8d4b0722515d91592e73dca2c43b798430bef4633b34d912324b53b63acf41ae" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/t/tensorrt/libnvonnxparsers8_8.0.1-1+cuda10.2_arm64.deb" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "b09864c351aebf2200fb98f48dc68b4a75260bbcd01423bbf1633acdc115b9be" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/t/tensorrt/libnvparsers-dev_8.0.1-1+cuda10.2_arm64.deb" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "34040352c9f44611928a7d6aa6a7f885b6506a7b3310a8b9fc0782a9ba42037a" - url = "https://repo.download.nvidia.com/jetson/common/pool/main/t/tensorrt/libnvparsers8_8.0.1-1+cuda10.2_arm64.deb" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "def6a5ee50bed25a68a9c9e22ec671a8f29ee5414bde47c5767bd279e5596f88" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.1/tars/TensorRT-8.0.1.6.Linux.x86_64-gnu.cuda-11.3.cudnn8.2.tar.gz" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "e51b382e931ae9032e431fff218cd2cf2d2b7a7c66c7a6bdf453557612466ae1" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.1/zip/TensorRT-8.0.1.6.Windows10.x86_64.cuda-11.3.cudnn8.2.zip" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "fd33a32085c468f638505e2603936fa4e3f2a3fa46989570fa0b9e31a9e6914a" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.1/tars/TensorRT-8.0.1.6.CentOS-8.3.ppc64le-gnu.cuda-11.3.cudnn8.2.tar.gz" - [[TensorRT_jll."8.0.1+0".sources]] - hash = "ea322da72b1b1ca6b8d0715ab14668c54f7d00ad22695d41a85a7055df9f63e1" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.1/tars/TensorRT-8.0.1.6.Ubuntu-20.04.aarch64-gnu.cuda-11.3.cudnn8.2.tar.gz" - -[TensorRT_jll."8.0.3+0"] -executables = ["trtexec"] -libraries = ["libnvinfer", "nvinfer", "libnvinfer_plugin", "nvinfer_plugin", "libnvonnxparser", "nvonnxparser", "libnvparsers", "nvparsers"] - - [[TensorRT_jll."8.0.3+0".sources]] - hash = "2f17178307b538245fc03b04b0d2c891e36c39cc772ae1794a3fa0d9d63a583d" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.3/tars/TensorRT-8.0.3.4.Linux.x86_64-gnu.cuda-10.2.cudnn8.2.tar.gz" - [[TensorRT_jll."8.0.3+0".sources]] - hash = "315c2bd6a2257f4fef8662d0cc4c73ae41e6641f6a3ef6227eb43b0f89abf68a" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.3/zip/TensorRT-8.0.3.4.Windows10.x86_64.cuda-10.2.cudnn8.2.zip" - [[TensorRT_jll."8.0.3+0".sources]] - hash = "3177435024ff4aa5a6dba8c1ed06ab11cc0e1bf3bb712dfa63a43422f41313f3" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.3/tars/TensorRT-8.0.3.4.Linux.x86_64-gnu.cuda-11.3.cudnn8.2.tar.gz" - [[TensorRT_jll."8.0.3+0".sources]] - hash = "a347d6e7981d0497ba60c5de78716101d73105946e1ff745f0f426f51ea691b0" - url = "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.3/zip/TensorRT-8.0.3.4.Windows10.x86_64.cuda-11.3.cudnn8.2.zip" - -[TensorRT_jll."10.4.0+0"] -executables = ["trtexec"] -libraries = ["libnvinfer", "nvinfer_10", "libnvinfer_builder_resource", "nvinfer_builder_resource_10", "libnvinfer_dispatch", "nvinfer_dispatch_10", "libnvinfer_lean", "nvinfer_lean_10", "libnvinfer_plugin", "nvinfer_plugin_10", "libnvinfer_vc_plugin", "nvinfer_vc_plugin_10", "libnvonnxparser", "nvonnxparser_10"] - - [[TensorRT_jll."10.4.0+0".sources]] - hash = "7cd001fcb10937a65201f253c2f3fece9eb0957f80977bf39a8952f4ef7ff0bb" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.4.0/tars/TensorRT-10.4.0.26.Linux.x86_64-gnu.cuda-11.8.tar.gz" - [[TensorRT_jll."10.4.0+0".sources]] - hash = "a59cafbab4336253ae89cbb5255d7908ffd3673444ce998a1312ceaa771208cb" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.4.0/zip/TensorRT-10.4.0.26.Windows.win10.cuda-11.8.zip" - [[TensorRT_jll."10.4.0+0".sources]] - hash = "cb0273ecb3ba4db8993a408eedd354712301a6c7f20704c52cdf9f78aa97bbdb" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.4.0/tars/TensorRT-10.4.0.26.Linux.x86_64-gnu.cuda-12.6.tar.gz" - [[TensorRT_jll."10.4.0+0".sources]] - hash = "3a7de83778b9e9f812fd8901e07e0d7d6fc54ce633fcff2e340f994df2c6356c" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.4.0/zip/TensorRT-10.4.0.26.Windows.win10.cuda-12.6.zip" - [[TensorRT_jll."10.4.0+0".sources]] - hash = "bf6a5bd6899d1ab2a5137a9a26c0cfc2472109a8e10fafef283871ea150dcd76" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.4.0/tars/TensorRT-10.4.0.26.l4t.aarch64-gnu.cuda-12.6.tar.gz" - [[TensorRT_jll."10.4.0+0".sources]] - hash = "1fe1061a0a33522b12fbc8ba5cea35a49acff93b5cf11161e3f20cf8019f3951" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.4.0/tars/TensorRT-10.4.0.26.Ubuntu-24.04.aarch64-gnu.cuda-12.6.tar.gz" - -[TensorRT_jll."10.5.0+0"] -executables = ["trtexec"] -libraries = ["libnvinfer", "nvinfer_10", "libnvinfer_builder_resource", "nvinfer_builder_resource_10", "libnvinfer_dispatch", "nvinfer_dispatch_10", "libnvinfer_lean", "nvinfer_lean_10", "libnvinfer_plugin", "nvinfer_plugin_10", "libnvinfer_vc_plugin", "nvinfer_vc_plugin_10", "libnvonnxparser", "nvonnxparser_10"] - - [[TensorRT_jll."10.5.0+0".sources]] - hash = "ca37e6752e8182173aa18051a21c3082f8fdcb9995951e0ed0a8c2395f6f77b3" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.5.0/tars/TensorRT-10.5.0.18.Linux.x86_64-gnu.cuda-11.8.tar.gz" - [[TensorRT_jll."10.5.0+0".sources]] - hash = "9e83c1c877ee9b36e916adaaf8af009c6bddc05529b7f8ad0e8a39f582d92f93" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.5.0/zip/TensorRT-10.5.0.18.Windows.win10.cuda-11.8.zip" - [[TensorRT_jll."10.5.0+0".sources]] - hash = "f404d379d639552a3e026cd5267213bd6df18a4eb899d6e47815bbdb34854958" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.5.0/tars/TensorRT-10.5.0.18.Linux.x86_64-gnu.cuda-12.6.tar.gz" - [[TensorRT_jll."10.5.0+0".sources]] - hash = "e6436f4164db4e44d727354dccf7d93755efb70d6fbfd6fa95bdfeb2e7331b24" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.5.0/zip/TensorRT-10.5.0.18.Windows.win10.cuda-12.6.zip" - [[TensorRT_jll."10.5.0+0".sources]] - hash = "9f039b38db99dc0ff8994dab3b71653faca6a1a4f42bbe13140c679072d7b5cb" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.5.0/tars/TensorRT-10.5.0.18.l4t.aarch64-gnu.cuda-12.6.tar.gz" - [[TensorRT_jll."10.5.0+0".sources]] - hash = "c306bb5d01e496fc20728d3a1a30731f6f1a7c33f92a2726ff2cc8e110906683" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.5.0/tars/TensorRT-10.5.0.18.Ubuntu-24.04.aarch64-gnu.cuda-12.6.tar.gz" - -[TensorRT_jll."10.7.0+0"] -executables = ["trtexec"] -libraries = ["libnvinfer", "nvinfer_10", "libnvinfer_builder_resource", "nvinfer_builder_resource_10", "libnvinfer_dispatch", "nvinfer_dispatch_10", "libnvinfer_lean", "nvinfer_lean_10", "libnvinfer_plugin", "nvinfer_plugin_10", "libnvinfer_vc_plugin", "nvinfer_vc_plugin_10", "libnvonnxparser", "nvonnxparser_10"] - - [[TensorRT_jll."10.7.0+0".sources]] - hash = "958e1c32b48e41d1c48bdc94363450e14f996ca9de0e205ccee65af319eea2c0" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/tars/TensorRT-10.7.0.23.Linux.x86_64-gnu.cuda-11.8.tar.gz" - [[TensorRT_jll."10.7.0+0".sources]] - hash = "fd6ec60f8fc48cdd050fbcc632473b42c28a217f0ec44e0177c4cc9a18c77af8" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/zip/TensorRT-10.7.0.23.Windows.win10.cuda-11.8.zip" - [[TensorRT_jll."10.7.0+0".sources]] - hash = "d7f16520457caaf97ad8a7e94d802f89d77aedf9f361a255f2c216e2a3a40a11" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/tars/TensorRT-10.7.0.23.Linux.x86_64-gnu.cuda-12.6.tar.gz" - [[TensorRT_jll."10.7.0+0".sources]] - hash = "fbdef004578e7ccd5ee51fe7f846b57422364a743372fd8f9f1d7dbd33f62879" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/zip/TensorRT-10.7.0.23.Windows.win10.cuda-12.6.zip" - [[TensorRT_jll."10.7.0+0".sources]] - hash = "b3028a82818a9daf6296f43d0cdecfa51eaea4552ffb6fe6fad5e6e1aea44da6" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/tars/TensorRT-10.7.0.23.l4t.aarch64-gnu.cuda-12.6.tar.gz" - [[TensorRT_jll."10.7.0+0".sources]] - hash = "6b304cf014f2977e845bd44fdb343f0e7af2d9cded997bc9cfea3949d9e84dcb" - url = "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/tars/TensorRT-10.7.0.23.Linux.aarch64-gnu.cuda-12.6.tar.gz" - -[TermInfoDB_jll."2023.12.9+0"] -files = ["share/terminfo/x/xterm"] - - [[TermInfoDB_jll."2023.12.9+0".build_dependencies]] - name = "Ncurses_jll" - target = "host" - version = "*" - - [[TermInfoDB_jll."2023.12.9+0".sources]] - hash = "2debcf2fd689988d44558bcd8a26a104b96542ffc9540f19e2586b3aeecd1c79" - url = "https://invisible-island.net/archives/ncurses/current/terminfo-20231209.src.gz" - [[TermInfoDB_jll."2023.12.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e8ff21bdcee3e334a10d601a7d894df5feddf059//T/TermInfoDB/./bundled" - -[TerminalImageViewer_jll."1.0.0+0"] -executables = ["tiv"] - - [[TerminalImageViewer_jll."1.0.0+0".sources]] - hash = "134ca7390986e6e61f29753f7a3f54794078ea67" - repo = "https://github.com/stefanhaustein/TerminalImageViewer.git" - -[Tesseract_jll."4.1.0+0"] -executables = ["tesseract"] -libraries = ["libtesseract"] - - [[Tesseract_jll."4.1.0+0".sources]] - hash = "5c5ed5f1a76888dc57a83704f24ae02f8319849f5c4cf19d254296978a1a1961" - url = "https://github.com/tesseract-ocr/tesseract/archive/4.1.0.tar.gz" - [[Tesseract_jll."4.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e2425ca590b8458332456f14e949f9d9f55d5108//T/Tesseract/./bundled" - -[Tesseract_jll."4.1.1+0"] -executables = ["tesseract"] -libraries = ["libtesseract"] - - [[Tesseract_jll."4.1.1+0".sources]] - hash = "2a66ff0d8595bff8f04032165e6c936389b1e5727c3ce5a27b3e059d218db1cb" - url = "https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz" - [[Tesseract_jll."4.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/89c0392e6a42d377a6b10f50f10ac986f6ffcbcc//T/Tesseract/./bundled" - -[Tesseract_jll."4.1.100+0"] -executables = ["tesseract"] -libraries = ["libtesseract"] - - [[Tesseract_jll."4.1.100+0".sources]] - hash = "2a66ff0d8595bff8f04032165e6c936389b1e5727c3ce5a27b3e059d218db1cb" - url = "https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz" - [[Tesseract_jll."4.1.100+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cebe7ef3ff8e4184c1368311731bd4634c39bcf9//T/Tesseract/./bundled" - -[Tesseract_jll."5.1.0+0"] -executables = ["tesseract"] -libraries = ["libtesseract"] - - [[Tesseract_jll."5.1.0+0".sources]] - hash = "fdec8528d5a0ecc28ab5fff985e0b8ced60726f6ef33f54126f2868e323d4bd2" - url = "https://github.com/tesseract-ocr/tesseract/archive/5.1.0.tar.gz" - [[Tesseract_jll."5.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6c3fb1f651a5ac92a27cc8bbbcc6f12b432da851//T/Tesseract/./bundled" - -[TestU01_jll."1.2.3+0"] -libraries = ["libtestu01", "libprobdist", "libtestu01extractors"] - - [[TestU01_jll."1.2.3+0".sources]] - hash = "8e39bd74544f2b6d857a59e2787a5f1c87cc4313" - repo = "https://github.com/blep/TestU01.git" - [[TestU01_jll."1.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/553d6007662f63667ac549f09dcb54bc6bd7e1d0//T/TestU01/./bundled" - -[TetGen_jll."1.5.1+0"] -libraries = ["libtet"] - - [[TetGen_jll."1.5.1+0".sources]] - hash = "9c4b70d479c6f67cb9e16dbe65f81ec3b821acad" - repo = "https://github.com/ufz/tetgen.git" - [[TetGen_jll."1.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/051529506283244c533aef2f912a47fad8f24045//T/TetGen/cwrapper" - -[TetGen_jll."1.5.1+1"] -libraries = ["libtet"] - - [[TetGen_jll."1.5.1+1".sources]] - hash = "150223d9416b5b75f5c1e50fda1ff7ba6f96871d" - repo = "https://github.com/ufz/tetgen.git" - [[TetGen_jll."1.5.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/be205597f9793b11705c654bde7a4343bbbc8a1e//T/TetGen/cwrapper" - -[TetGen_jll."1.5.1+2"] -libraries = ["libtet"] - - [[TetGen_jll."1.5.1+2".sources]] - hash = "150223d9416b5b75f5c1e50fda1ff7ba6f96871d" - repo = "https://github.com/ufz/tetgen.git" - [[TetGen_jll."1.5.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/304385baa17995151bade0e9537b7e62ab270a8e//T/TetGen/cwrapper" - -[TetGen_jll."1.5.2+0"] -libraries = ["libtet"] - - [[TetGen_jll."1.5.2+0".sources]] - hash = "150223d9416b5b75f5c1e50fda1ff7ba6f96871d" - repo = "https://github.com/ufz/tetgen.git" - [[TetGen_jll."1.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/484c8537f5a8e8a2e591fdea9de8e42c1d61c7c8//T/TetGen/cwrapper" - -[TetGen_jll."1.5.3+0"] -libraries = ["libtet"] - - [[TetGen_jll."1.5.3+0".sources]] - hash = "150223d9416b5b75f5c1e50fda1ff7ba6f96871d" - repo = "https://github.com/ufz/tetgen.git" - [[TetGen_jll."1.5.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4b356db46aa840d5f427d0bd5bfba8287d2520e9//T/TetGen/cwrapper" - -[ThriftJuliaCompiler_jll."0.11.0+0"] -executables = ["thrift"] - - [[ThriftJuliaCompiler_jll."0.11.0+0".sources]] - hash = "ef6de66707eb6135402a73520deec3478d9e1ec7" - repo = "https://github.com/tanmaykm/thrift.git" - -[ThriftJuliaCompiler_jll."0.12.0+0"] -executables = ["thrift"] - - [[ThriftJuliaCompiler_jll."0.12.0+0".sources]] - hash = "5fa011a2b55a5fdffaa5b5674772b18c82b8a320" - repo = "https://github.com/tanmaykm/thrift.git" - -[ThriftJuliaCompiler_jll."0.12.1+0"] -executables = ["thrift"] - - [[ThriftJuliaCompiler_jll."0.12.1+0".sources]] - hash = "3f8f69d9bb4f65e487a13e7bfd76ed88792ad36e" - repo = "https://github.com/tanmaykm/thrift.git" - -[Thrift_jll."0.16.0+0"] -executables = ["thrift"] -libraries = ["libthrift"] - - [[Thrift_jll."0.16.0+0".sources]] - hash = "2a93df80f27739ccabb5b885cb12a8dc7595ecdf" - repo = "https://github.com/apache/thrift.git" - [[Thrift_jll."0.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c02cb5c1abb4006cd5dd32ada89fab0ae5c06bdb//T/Thrift/./bundled" - -[Thrift_jll."0.19.0+0"] -executables = ["thrift"] -libraries = ["libthrift"] - - [[Thrift_jll."0.19.0+0".sources]] - hash = "5656208a202ca0be4d4dc44125b5ca0485f91bf0" - repo = "https://github.com/apache/thrift.git" - [[Thrift_jll."0.19.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4c70abecbba16dbcba4c3d6434d390a533eb1580//T/Thrift/bundled" - -[Thrift_jll."0.21.0+0"] -executables = ["thrift"] -libraries = ["libthrift"] - - [[Thrift_jll."0.21.0+0".sources]] - hash = "1a31d9051d35b732a5fce258955ef95f576694ba" - repo = "https://github.com/apache/thrift.git" - [[Thrift_jll."0.21.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7b1e1f040e02079f300b78f06817c9db3c8273af//T/Thrift/bundled" - -[Thrift_jll."0.21.1+0"] -executables = ["thrift"] -libraries = ["libthrift"] - - [[Thrift_jll."0.21.1+0".sources]] - hash = "1a31d9051d35b732a5fce258955ef95f576694ba" - repo = "https://github.com/apache/thrift.git" - [[Thrift_jll."0.21.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fb398b76e24cd2a5a4737d01cebe32fe0bc0d4b8//T/Thrift/bundled" - -[TinyXML_jll."2.6.2+0"] -libraries = ["libtinyxml"] - - [[TinyXML_jll."2.6.2+0".sources]] - hash = "15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593" - url = "https://downloads.sourceforge.net/project/tinyxml/tinyxml/2.6.2/tinyxml_2_6_2.tar.gz" - -[Tk_jll."8.6.9+0"] -executables = ["wish8.6", "wish86"] -libraries = ["libtk8.6", "libtk8", "tk86"] - - [[Tk_jll."8.6.9+0".sources]] - hash = "8fcbcd958a8fd727e279f4cac00971eee2ce271dc741650b1fc33375fb74ebb4" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.9.1-src.tar.gz" - [[Tk_jll."8.6.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c6ae8ee2e5d713acc381c1fb6b98b94f0c475eb5//T/Tk/./bundled" - -[Tk_jll."8.6.9+1"] -executables = ["wish8.6", "wish86"] -libraries = ["libtk8.6", "libtk8", "tk86"] - - [[Tk_jll."8.6.9+1".sources]] - hash = "8fcbcd958a8fd727e279f4cac00971eee2ce271dc741650b1fc33375fb74ebb4" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.9.1-src.tar.gz" - [[Tk_jll."8.6.9+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8b19878f097a176a9257edba28eb26f2cafdd71d//T/Tk/./bundled" - -[Tk_jll."8.6.11+0"] -executables = ["wish8.6", "wish86"] -libraries = ["libtk8.6", "libtk8", "tk86"] - - [[Tk_jll."8.6.11+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Tk_jll."8.6.11+0".sources]] - hash = "006CAB171BEECA6A968B6D617588538176F27BE232A2B334A0E96173E89909BE" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.11.1-src.tar.gz" - [[Tk_jll."8.6.11+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4677a73e0c00389ddf13364964d4129f6df2f39f//T/Tk/./bundled" - -[Tk_jll."8.6.12+0"] -executables = ["wish8.6", "wish86"] -libraries = ["libtk8.6", "libtk8", "tk86"] - - [[Tk_jll."8.6.12+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Tk_jll."8.6.12+0".sources]] - hash = "12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.12-src.tar.gz" - [[Tk_jll."8.6.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/60b2a1e095738c3eecb168712e7fe0f7c226294b//T/Tk/./bundled" - -[Tk_jll."8.6.12+1"] -executables = ["wish8.6", "wish86"] -libraries = ["libtk8.6", "libtk8", "tk86"] - - [[Tk_jll."8.6.12+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Tk_jll."8.6.12+1".sources]] - hash = "12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630" - url = "https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.12-src.tar.gz" - [[Tk_jll."8.6.12+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a8d19cfbfe06576b383dbd5c0024420980ea6d67//T/Tk/./bundled" - -[Tokei_jll."12.1.2+0"] -executables = ["tokei"] - - [[Tokei_jll."12.1.2+0".sources]] - hash = "2af8abb6a08b0513f9d16ca2c7cd37949b858d2a3e3227be8cc412b3b4937d5b" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-apple-darwin.tar.gz" - [[Tokei_jll."12.1.2+0".sources]] - hash = "c8c5c4ab9e1ff47e745de70f4af3214078657399fa7a0da0b5f209d780e49978" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-gnu.tar.gz" - [[Tokei_jll."12.1.2+0".sources]] - hash = "331e77046935d655dce8d97ebb943fcc7e9684586dadf3d197f3df5e760cd31b" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-musl.tar.gz" - [[Tokei_jll."12.1.2+0".sources]] - hash = "b1d6c4b18f5fa238bd2c6e47caa65a7a3e4a1bd0de6df0b7c19c8083c941f57b" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-pc-windows-msvc.exe" - [[Tokei_jll."12.1.2+0".sources]] - hash = "ee1201a73de9b44ad1ef02a2f9f82705b1350b878e2bab3c3fb6282daf038a73" - url = "https://raw.githubusercontent.com/XAMPPRocky/tokei/v12.1.2/LICENCE-MIT" - [[Tokei_jll."12.1.2+0".sources]] - hash = "ebd8153ef4d2d160d0bdc76a1821ac2a0eb1f57e8c056f3674032f8140c41745" - url = "https://raw.githubusercontent.com/XAMPPRocky/tokei/v12.1.2/LICENCE-APACHE" - -[Tokei_jll."12.1.2+1"] -executables = ["tokei"] - - [[Tokei_jll."12.1.2+1".sources]] - hash = "2af8abb6a08b0513f9d16ca2c7cd37949b858d2a3e3227be8cc412b3b4937d5b" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-apple-darwin.tar.gz" - [[Tokei_jll."12.1.2+1".sources]] - hash = "c8c5c4ab9e1ff47e745de70f4af3214078657399fa7a0da0b5f209d780e49978" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-gnu.tar.gz" - [[Tokei_jll."12.1.2+1".sources]] - hash = "331e77046935d655dce8d97ebb943fcc7e9684586dadf3d197f3df5e760cd31b" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-musl.tar.gz" - [[Tokei_jll."12.1.2+1".sources]] - hash = "b1d6c4b18f5fa238bd2c6e47caa65a7a3e4a1bd0de6df0b7c19c8083c941f57b" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-pc-windows-msvc.exe" - [[Tokei_jll."12.1.2+1".sources]] - hash = "ee1201a73de9b44ad1ef02a2f9f82705b1350b878e2bab3c3fb6282daf038a73" - url = "https://raw.githubusercontent.com/XAMPPRocky/tokei/v12.1.2/LICENCE-MIT" - [[Tokei_jll."12.1.2+1".sources]] - hash = "ebd8153ef4d2d160d0bdc76a1821ac2a0eb1f57e8c056f3674032f8140c41745" - url = "https://raw.githubusercontent.com/XAMPPRocky/tokei/v12.1.2/LICENCE-APACHE" - -[Tokei_jll."12.1.2+2"] -executables = ["tokei"] - - [[Tokei_jll."12.1.2+2".sources]] - hash = "2af8abb6a08b0513f9d16ca2c7cd37949b858d2a3e3227be8cc412b3b4937d5b" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-apple-darwin.tar.gz" - [[Tokei_jll."12.1.2+2".sources]] - hash = "c8c5c4ab9e1ff47e745de70f4af3214078657399fa7a0da0b5f209d780e49978" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-gnu.tar.gz" - [[Tokei_jll."12.1.2+2".sources]] - hash = "331e77046935d655dce8d97ebb943fcc7e9684586dadf3d197f3df5e760cd31b" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-musl.tar.gz" - [[Tokei_jll."12.1.2+2".sources]] - hash = "ef514fd12cfc3ee2d1725e5ecb866ee1123163004879ec285b22f3323389ebe2" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-aarch64-unknown-linux-gnu.tar.gz" - [[Tokei_jll."12.1.2+2".sources]] - hash = "b1d6c4b18f5fa238bd2c6e47caa65a7a3e4a1bd0de6df0b7c19c8083c941f57b" - url = "https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-pc-windows-msvc.exe" - [[Tokei_jll."12.1.2+2".sources]] - hash = "ee1201a73de9b44ad1ef02a2f9f82705b1350b878e2bab3c3fb6282daf038a73" - url = "https://raw.githubusercontent.com/XAMPPRocky/tokei/v12.1.2/LICENCE-MIT" - [[Tokei_jll."12.1.2+2".sources]] - hash = "ebd8153ef4d2d160d0bdc76a1821ac2a0eb1f57e8c056f3674032f8140c41745" - url = "https://raw.githubusercontent.com/XAMPPRocky/tokei/v12.1.2/LICENCE-APACHE" - -[Tokei_jll."12.1.2+3"] -executables = ["tokei"] - - [[Tokei_jll."12.1.2+3".sources]] - hash = "81ef14ab8eaa70a68249a299f26f26eba22f342fb8e22fca463b08080f436e50" - url = "https://github.com/XAMPPRocky/tokei/archive/refs/tags/v12.1.2.tar.gz" - -[Tokei_jll."12.1.200+0"] -executables = ["tokei"] - - [[Tokei_jll."12.1.200+0".sources]] - hash = "81ef14ab8eaa70a68249a299f26f26eba22f342fb8e22fca463b08080f436e50" - url = "https://github.com/XAMPPRocky/tokei/archive/refs/tags/v12.1.2.tar.gz" - -[TopOpt_in_PETSc_jll."0.1.0+0"] -executables = ["topopt"] -libraries = ["libtopopt"] - - [[TopOpt_in_PETSc_jll."0.1.0+0".sources]] - hash = "26eecbf3b1d0135956e0364d77c30e43e9bc3db2" - repo = "https://github.com/topopt/TopOpt_in_PETSc" - [[TopOpt_in_PETSc_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/22244624d41fbbaa7a52caf387016d36225ecdc1//T/TopOpt_in_PETSc/./bundled" - -[TorchCAPI_jll."0.2.0+0"] -libraries = ["libtorch_c_api", "torch_c_api"] - - [[TorchCAPI_jll."0.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - [[TorchCAPI_jll."0.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "10.2.89" - [[TorchCAPI_jll."0.2.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - - [[TorchCAPI_jll."0.2.0+0".sources]] - hash = "d1711d716c4993ca25e975aad5f7a638cfa7d7c2" - repo = "https://github.com/FluxML/Torch.jl.git" - -[Torch_jll."1.4.0+0"] -libraries = ["libdoeye_caml", "libtorch"] - - [[Torch_jll."1.4.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "10.1.243" - - [[Torch_jll."1.4.0+0".sources]] - hash = "85bd08d39e7fba29ec4a643f60dd006ed8be8ede" - repo = "https://github.com/dhairyagandhi96/Torch.jl.git" - [[Torch_jll."1.4.0+0".sources]] - hash = "f214bfde532877aa5d4e0803e51a28fa8edd97b6a44b6615f75a70352b6b542e" - url = "https://download.pytorch.org/libtorch/cu101/libtorch-cxx11-abi-shared-with-deps-1.4.0.zip" - [[Torch_jll."1.4.0+0".sources]] - hash = "79de5b5085a33bc144b87028e998a1d295a15c3424d6d45b25defe500f616974" - url = "https://github.com/JuliaGPU/CUDABuilder/releases/download/v0.3.0/CUDNN+CUDA10.1.v7.6.5.x86_64-linux-gnu.tar.gz" - -[Torch_jll."1.10.2+0"] -files = ["share/ATen/Declarations.yaml"] -libraries = ["libtorch", "torch", "libtorch_cpu", "torch_cpu"] - - [[Torch_jll."1.10.2+0".build_dependencies]] - name = "protoc_jll" - target = "host" - uuid = "c7845625-083e-5bbe-8504-b32d602b7110" - version = "3.13.0" - - [[Torch_jll."1.10.2+0".sources]] - hash = "71f889c7d265b9636b93ede9d651c0a9c4bee191" - repo = "https://github.com/pytorch/pytorch.git" - [[Torch_jll."1.10.2+0".sources]] - hash = "c907423887b43bec4e8b24f17471262c8087b7095683f41dcef4a4e24e9a3bbd" - url = "https://micromamba.snakepit.net/api/micromamba/linux-64/0.21.1" - [[Torch_jll."1.10.2+0".sources]] - hash = "60e6f614db3b66d955b7e6aa02406765e874ff475c69e2b4a04eb95ba65e4f3b" - url = "https://github.com/JuliaBinaryWrappers/CUDA_full_jll.jl/releases/download/CUDA_full-v10.2.89%2B5/CUDA_full.v10.2.89.x86_64-linux-gnu.tar.gz" - [[Torch_jll."1.10.2+0".sources]] - hash = "9ae00d36d39b04e8e99ace63641254c93a931dcf4ac24c8eddcdfd4625ab57d6" - url = "https://github.com/JuliaBinaryWrappers/CUDA_full_jll.jl/releases/download/CUDA_full-v11.3.1%2B1/CUDA_full.v11.3.1.x86_64-linux-gnu.tar.gz" - [[Torch_jll."1.10.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f6fd01962a915eb3ec6f71f63ab09c4ad7e1c6af//T/Torch/./bundled" - -[Torch_jll."1.10.2+1"] -files = ["share/ATen/Declarations.yaml"] -libraries = ["libtorch", "torch", "libtorch_cpu", "torch_cpu"] - - [[Torch_jll."1.10.2+1".build_dependencies]] - name = "protoc_jll" - target = "host" - uuid = "c7845625-083e-5bbe-8504-b32d602b7110" - version = "3.13.0" - [[Torch_jll."1.10.2+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "10.2.89" - [[Torch_jll."1.10.2+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "10.2.89" - [[Torch_jll."1.10.2+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.3.1" - - [[Torch_jll."1.10.2+1".sources]] - hash = "71f889c7d265b9636b93ede9d651c0a9c4bee191" - repo = "https://github.com/pytorch/pytorch.git" - [[Torch_jll."1.10.2+1".sources]] - hash = "c907423887b43bec4e8b24f17471262c8087b7095683f41dcef4a4e24e9a3bbd" - url = "https://micromamba.snakepit.net/api/micromamba/linux-64/0.21.1" - [[Torch_jll."1.10.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7deefacab0cacfe5ccf7d9e437bdeea554dcf1de//T/Torch/./bundled" - -[TracyProfiler_jll."0.7.8+0"] -executables = ["Tracy-release", "update-release", "capture-release", "csvexport-release", "import-chrome-release"] -libraries = ["libtracy-release"] - - [[TracyProfiler_jll."0.7.8+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[TracyProfiler_jll."0.7.8+0".sources]] - hash = "4021940a2620570ac767eee84e58d572a3faf1570edfaf5309c609752146e950" - url = "https://github.com/wolfpld/tracy/archive/refs/tags/v0.7.8.tar.gz" - [[TracyProfiler_jll."0.7.8+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[TracyProfiler_jll."0.7.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c9fe97940ce4cd790353c527c5eeb054cbaed58a//T/TracyProfiler/./bundled" - -[TracyProfiler_jll."0.9.1+0"] -executables = ["tracy", "tracy-capture", "tracy-csvexport", "tracy-update", "tracy-import-chrome"] - - [[TracyProfiler_jll."0.9.1+0".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[TracyProfiler_jll."0.9.1+0".sources]] - hash = "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz" - [[TracyProfiler_jll."0.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/10213e53ceeabb47824f49ed24f45bf4f2e7ce6f//T/TracyProfiler/./bundled" - -[TracyProfiler_jll."0.9.1+1"] -executables = ["tracy", "tracy-capture", "tracy-csvexport", "tracy-update", "tracy-import-chrome"] - - [[TracyProfiler_jll."0.9.1+1".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[TracyProfiler_jll."0.9.1+1".sources]] - hash = "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz" - [[TracyProfiler_jll."0.9.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ff87c8a2bcaed639ef6f99e77d3425b9618c75d//T/TracyProfiler/./bundled" - -[TracyProfiler_jll."0.9.1+2"] -executables = ["tracy", "tracy-capture", "tracy-csvexport", "tracy-update", "tracy-import-chrome"] - - [[TracyProfiler_jll."0.9.1+2".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[TracyProfiler_jll."0.9.1+2".sources]] - hash = "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz" - [[TracyProfiler_jll."0.9.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d64e831a898efc27435461378b6aa88b0183b708//T/TracyProfiler/./bundled" - -[TracyProfiler_jll."0.9.1+3"] -executables = ["tracy", "tracy-capture", "tracy-csvexport", "tracy-update", "tracy-import-chrome"] - - [[TracyProfiler_jll."0.9.1+3".sources]] - hash = "897aec5b062664d2485f4f9a213715d2e527e0ca" - repo = "https://github.com/wolfpld/tracy.git" - [[TracyProfiler_jll."0.9.1+3".sources]] - hash = "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz" - [[TracyProfiler_jll."0.9.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b9a92745b848952d7b3e6b3f3e0f5aa6ed7c5fc4//T/TracyProfiler/./bundled" - -[Triangle_jll."1.6.0+0"] -libraries = ["libtriangle"] - - [[Triangle_jll."1.6.0+0".sources]] - hash = "b2ffb23ca7d89c567fd31367882bd216757cdb9c" - repo = "https://github.com/JuliaGeometry/Triangulate.jl.git" - -[Triangle_jll."1.6.1+0"] -libraries = ["libtriangle"] - - [[Triangle_jll."1.6.1+0".sources]] - hash = "b2ffb23ca7d89c567fd31367882bd216757cdb9c" - repo = "https://github.com/JuliaGeometry/Triangulate.jl.git" - -[Triangle_jll."1.6.2+0"] -libraries = ["libtriangle"] - - [[Triangle_jll."1.6.2+0".sources]] - hash = "2ef9213abd06f2dd6312b9ee90758fe91226c6b7" - repo = "https://github.com/JuliaGeometry/Triangle.git" - -[Trilinos_jll."12.12.1+0"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libsimpi", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."12.12.1+0".sources]] - hash = "512a9e81183c609ab16366a9b09d70d37c6af8d4" - repo = "https://github.com/trilinos/Trilinos.git" - -[Trilinos_jll."12.12.1+1"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libsimpi", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."12.12.1+1".sources]] - hash = "512a9e81183c609ab16366a9b09d70d37c6af8d4" - repo = "https://github.com/trilinos/Trilinos.git" - -[Trilinos_jll."12.12.1+2"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libsimpi", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."12.12.1+2".sources]] - hash = "512a9e81183c609ab16366a9b09d70d37c6af8d4" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."12.12.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/35373fb5e4b51d0d3a0557a174d1a92f69b65103//T/Trilinos/./bundled" - -[Trilinos_jll."12.13.1+0"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libsimpi", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."12.13.1+0".sources]] - hash = "512a9e81183c609ab16366a9b09d70d37c6af8d4" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."12.13.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/765ab590e42d1e5fd3bfed0df175069d2aa22d48//T/Trilinos/./bundled" - -[Trilinos_jll."12.13.2+0"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libsimpi", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."12.13.2+0".sources]] - hash = "512a9e81183c609ab16366a9b09d70d37c6af8d4" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."12.13.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e52ed57e530b4108d21430b769198226b2443e7c//T/Trilinos/./bundled" - -[Trilinos_jll."12.13.3+0"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libsimpi", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."12.13.3+0".sources]] - hash = "512a9e81183c609ab16366a9b09d70d37c6af8d4" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."12.13.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a2f0e6b87691a2739fb5e88c034932aa81435c31//T/Trilinos/./bundled" - -[Trilinos_jll."14.4.0+0"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libsimpi", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."14.4.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Trilinos_jll."14.4.0+0".sources]] - hash = "975307431d60d0859ebaa27c9169cbb1d4287513" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."14.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/838e0a8945c46a5bed59491e300faed4dcbf13a6//T/Trilinos/./bundled" - -[Trilinos_jll."14.4.0+1"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."14.4.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - [[Trilinos_jll."14.4.0+1".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0+3" - - [[Trilinos_jll."14.4.0+1".sources]] - hash = "975307431d60d0859ebaa27c9169cbb1d4287513" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."14.4.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/299fc7dcd05363d09e4a9980da5609c19d073f9f//T/Trilinos/./bundled" - [[Trilinos_jll."14.4.0+1".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - -[Trilinos_jll."14.4.0+2"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."14.4.0+2".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - [[Trilinos_jll."14.4.0+2".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0+3" - - [[Trilinos_jll."14.4.0+2".sources]] - hash = "975307431d60d0859ebaa27c9169cbb1d4287513" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."14.4.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/909226e4e81d88b34a7ec4ccbbbe1f3a7422f800//T/Trilinos/./bundled" - [[Trilinos_jll."14.4.0+2".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - -[Trilinos_jll."14.4.0+3"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."14.4.0+3".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - [[Trilinos_jll."14.4.0+3".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0+3" - - [[Trilinos_jll."14.4.0+3".sources]] - hash = "975307431d60d0859ebaa27c9169cbb1d4287513" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."14.4.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1bb7c4b0e15a3ccca0147e006cb99d933a02252a//T/Trilinos/./bundled" - [[Trilinos_jll."14.4.0+3".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - -[Trilinos_jll."14.4.0+4"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."14.4.0+4".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - [[Trilinos_jll."14.4.0+4".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0+3" - - [[Trilinos_jll."14.4.0+4".sources]] - hash = "975307431d60d0859ebaa27c9169cbb1d4287513" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."14.4.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cd7c4d823ce93098acbc5c2e23de8723e2031f87//T/Trilinos/./bundled" - [[Trilinos_jll."14.4.0+4".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - -[Trilinos_jll."14.4.0+5"] -libraries = ["libaztecoo", "liblocalapack", "libifpack", "libloca", "libzoltan", "libisorropia", "libbelos", "libteuchosparameterlist", "libnoxlapack", "libnox", "libteuchoscore", "libteuchosremainder", "liblocaepetra", "libteuchosnumerics", "libteuchoscomm", "libtrilinoscouplings", "libepetraext", "libtriutils", "libbelosepetra", "libepetra", "libtrilinosss", "libnoxepetra", "libsacado", "libamesos"] - - [[Trilinos_jll."14.4.0+5".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - [[Trilinos_jll."14.4.0+5".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0+3" - - [[Trilinos_jll."14.4.0+5".sources]] - hash = "975307431d60d0859ebaa27c9169cbb1d4287513" - repo = "https://github.com/trilinos/Trilinos.git" - [[Trilinos_jll."14.4.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3748a2cfba62b5d63dba0166b5df27e4ac8d2edd//T/Trilinos/./bundled" - [[Trilinos_jll."14.4.0+5".sources]] - hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - -[TropicalGemmC_jll."0.1.0+0"] -libraries = ["lib_PlusMul_FP32", "lib_PlusMul_FP64", "lib_PlusMul_INT32", "lib_PlusMul_INT64", "lib_TropicalMaxMul_FP32", "lib_TropicalMaxMul_FP64", "lib_TropicalMaxMul_INT32", "lib_TropicalMaxMul_INT64", "lib_TropicalAndOr_Bool", "lib_TropicalMaxPlus_FP32", "lib_TropicalMaxPlus_FP64", "lib_TropicalMinPlus_FP32", "lib_TropicalMinPlus_FP64"] - - [[TropicalGemmC_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[TropicalGemmC_jll."0.1.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.1" - - [[TropicalGemmC_jll."0.1.0+0".sources]] - hash = "5510f1394e8b5dc4fc98df7ea640a54a417188a2" - repo = "https://github.com/ArrogantGao/TropicalGemm_Cuda.git" - -[TropicalGemmC_jll."0.1.1+0"] -libraries = ["lib_PlusMul_FP32", "lib_PlusMul_FP64", "lib_PlusMul_INT32", "lib_PlusMul_INT64", "lib_TropicalMaxMul_FP32", "lib_TropicalMaxMul_FP64", "lib_TropicalMaxMul_INT32", "lib_TropicalMaxMul_INT64", "lib_TropicalAndOr_Bool", "lib_TropicalMaxPlus_FP32", "lib_TropicalMaxPlus_FP64", "lib_TropicalMinPlus_FP32", "lib_TropicalMinPlus_FP64"] - - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[TropicalGemmC_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - - [[TropicalGemmC_jll."0.1.1+0".sources]] - hash = "5510f1394e8b5dc4fc98df7ea640a54a417188a2" - repo = "https://github.com/ArrogantGao/TropicalGemm_Cuda.git" - -[TropicalGemmC_jll."0.1.2+0"] -libraries = ["lib_PlusMul_FP32", "lib_PlusMul_FP64", "lib_PlusMul_INT32", "lib_PlusMul_INT64", "lib_TropicalMaxMul_FP32", "lib_TropicalMaxMul_FP64", "lib_TropicalMaxMul_INT32", "lib_TropicalMaxMul_INT64", "lib_TropicalAndOr_Bool", "lib_TropicalMaxPlus_FP32", "lib_TropicalMaxPlus_FP64", "lib_TropicalMinPlus_FP32", "lib_TropicalMinPlus_FP64"] - - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.1" - [[TropicalGemmC_jll."0.1.2+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.1" - - [[TropicalGemmC_jll."0.1.2+0".sources]] - hash = "d80efc066bca8ac7fc4ce0ca2c40ec025793ccbd" - repo = "https://github.com/ArrogantGao/TropicalGemm_Cuda.git" - -[TropicalGemmC_jll."0.1.3+0"] -libraries = ["lib_PlusMul_FP32", "lib_PlusMul_FP64", "lib_PlusMul_INT32", "lib_PlusMul_INT64", "lib_TropicalMaxMul_FP32", "lib_TropicalMaxMul_FP64", "lib_TropicalMaxMul_INT32", "lib_TropicalMaxMul_INT64", "lib_TropicalAndOr_Bool", "lib_TropicalMaxPlus_FP32", "lib_TropicalMaxPlus_FP64", "lib_TropicalMinPlus_FP32", "lib_TropicalMinPlus_FP64"] - - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.1" - [[TropicalGemmC_jll."0.1.3+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.1" - - [[TropicalGemmC_jll."0.1.3+0".sources]] - hash = "3a7dd44a5927f148c5c58c77dc4e0b027887fa58" - repo = "https://github.com/ArrogantGao/TropicalGemm_Cuda.git" - -[TtH_jll."0.1.0+0"] -executables = ["tth"] - - [[TtH_jll."0.1.0+0".sources]] - hash = "83c1f39fbf3377fb43e3d01d042302fa91f8758aa9acc10e22fe8af140f0126c" - url = "http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz" - -[TulipIndicators_jll."0.9.1+0"] -libraries = ["libindicators"] - - [[TulipIndicators_jll."0.9.1+0".build_dependencies]] - name = "Tcl_jll" - target = "host" - version = "*" - - [[TulipIndicators_jll."0.9.1+0".sources]] - hash = "85147c3db868dca9880f78b26de9f4fcecf95fb9" - repo = "https://github.com/TulipCharts/tulipindicators.git" - -[TulipIndicators_jll."0.9.1+1"] -files = ["include/candles.h", "include/indicators.h"] -libraries = ["libindicators"] - - [[TulipIndicators_jll."0.9.1+1".build_dependencies]] - name = "Tcl_jll" - target = "host" - version = "*" - - [[TulipIndicators_jll."0.9.1+1".sources]] - hash = "85147c3db868dca9880f78b26de9f4fcecf95fb9" - repo = "https://github.com/TulipCharts/tulipindicators.git" - -[TurboPFor_jll."0.0.1+0"] -libraries = ["libic"] - - [[TurboPFor_jll."0.0.1+0".sources]] - hash = "43fb0b2abaef27f6753f4494ffff638c3002f24c" - repo = "https://github.com/powturbo/TurboPFor-Integer-Compression.git" - [[TurboPFor_jll."0.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cf4678ab7679c6084a60b59b6b6cb8029a41e03d//T/TurboPFor/./bundled" - -[Typst_jll."0.1.0+0"] -executables = ["typst"] - - [[Typst_jll."0.1.0+0".sources]] - hash = "b3faef4b80a674294091066e20501e3a5d0f6103" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.2.0+0"] -executables = ["typst"] - - [[Typst_jll."0.2.0+0".sources]] - hash = "fe2640c55268f167d8749f77b37e52b7b17f21dd" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.3.0+0"] -executables = ["typst"] - - [[Typst_jll."0.3.0+0".sources]] - hash = "b1e0de00784061a7670072160683f56c8269b25c" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.7.0+0"] -executables = ["typst"] - - [[Typst_jll."0.7.0+0".sources]] - hash = "da8367e189b02918a8fe1a98fd3059fd11a82cd9" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.8.0+0"] -executables = ["typst"] - - [[Typst_jll."0.8.0+0".sources]] - hash = "360cc9b9570f263d52530b98d0c93523e7bdb100" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.10.0+0"] -executables = ["typst"] - - [[Typst_jll."0.10.0+0".sources]] - hash = "70ca0d257bb4ba927f63260e20443f244e0bb58c" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.11.0+0"] -executables = ["typst"] - - [[Typst_jll."0.11.0+0".sources]] - hash = "2bf9f95dd83f2ceef1e32ae1847a162c7d193f76" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.11.1+0"] -executables = ["typst"] - - [[Typst_jll."0.11.1+0".sources]] - hash = "5011510270c2c23f0ab019af486b26db0d62261b" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.12.0+0"] -executables = ["typst"] - - [[Typst_jll."0.12.0+0".sources]] - hash = "737895d769188f6fc154523e67a9102bc24c872e" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.13.0+0"] -executables = ["typst"] - - [[Typst_jll."0.13.0+0".sources]] - hash = "8dce676dcd691f75696719e0480cd619829846a9" - repo = "https://github.com/typst/typst.git" - -[Typst_jll."0.13.1+0"] -executables = ["typst"] - - [[Typst_jll."0.13.1+0".sources]] - hash = "8ace67d942a4b8c6b9d95b73b3a39f5d0259c7b2" - repo = "https://github.com/typst/typst.git" - -[UASM_jll."2.55.0+0"] -executables = ["uasm"] - - [[UASM_jll."2.55.0+0".sources]] - hash = "43bf08acc641166ee4766a33a5accc6e84535b3a" - repo = "https://github.com/Terraspace/UASM" - -[UBPF_jll."0.0.1+0"] -libraries = ["libubpf"] - - [[UBPF_jll."0.0.1+0".sources]] - hash = "173a58790af1fdefc67aea6e22aaec0d6d8b4d67" - repo = "https://github.com/jpsamaroo/ubpf.git" - -[UBPF_jll."0.0.2+0"] -libraries = ["libubpf"] - - [[UBPF_jll."0.0.2+0".sources]] - hash = "aa2df039885a098925d5579366eda0f980d35caf" - repo = "https://github.com/jpsamaroo/ubpf.git" - -[UCX_jll."1.7.0+0"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.7.0+0".sources]] - hash = "6ab81ee187bfd554fe7e549da93a11bfac420df87d99ee61ffab7bb19bdd3371" - url = "https://github.com/openucx/ucx/releases/download/v1.7.0/ucx-1.7.0.tar.gz" - -[UCX_jll."1.7.0+1"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.7.0+1".sources]] - hash = "6ab81ee187bfd554fe7e549da93a11bfac420df87d99ee61ffab7bb19bdd3371" - url = "https://github.com/openucx/ucx/releases/download/v1.7.0/ucx-1.7.0.tar.gz" - -[UCX_jll."1.7.0+2"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.7.0+2".sources]] - hash = "6ab81ee187bfd554fe7e549da93a11bfac420df87d99ee61ffab7bb19bdd3371" - url = "https://github.com/openucx/ucx/releases/download/v1.7.0/ucx-1.7.0.tar.gz" - -[UCX_jll."1.9.0+0"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.9.0+0".sources]] - hash = "a7a2c8841dc0d5444088a4373dc9b9cc68dbffcd917c1eba92ca8ed8e5e635fb" - url = "https://github.com/openucx/ucx/releases/download/v1.9.0/ucx-1.9.0.tar.gz" - -[UCX_jll."1.9.0+1"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.9.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.0" - - [[UCX_jll."1.9.0+1".sources]] - hash = "a7a2c8841dc0d5444088a4373dc9b9cc68dbffcd917c1eba92ca8ed8e5e635fb" - url = "https://github.com/openucx/ucx/releases/download/v1.9.0/ucx-1.9.0.tar.gz" - -[UCX_jll."1.9.0+2"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.9.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.0" - - [[UCX_jll."1.9.0+2".sources]] - hash = "a7a2c8841dc0d5444088a4373dc9b9cc68dbffcd917c1eba92ca8ed8e5e635fb" - url = "https://github.com/openucx/ucx/releases/download/v1.9.0/ucx-1.9.0.tar.gz" - [[UCX_jll."1.9.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e98b69544aa18474e0490510ebafbae778ff569//U/UCX/./bundled" - -[UCX_jll."1.9.0+3"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.9.0+3".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.0" - [[UCX_jll."1.9.0+3".build_dependencies]] - name = "hsa_rocr_jll" - target = "target" - version = "3.7.0" - - [[UCX_jll."1.9.0+3".sources]] - hash = "a7a2c8841dc0d5444088a4373dc9b9cc68dbffcd917c1eba92ca8ed8e5e635fb" - url = "https://github.com/openucx/ucx/releases/download/v1.9.0/ucx-1.9.0.tar.gz" - [[UCX_jll."1.9.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b179f72c111fdea2e72ee29d1aa8916727452a07//U/UCX/./bundled" - -[UCX_jll."1.10.0+0"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.10.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.0" - [[UCX_jll."1.10.0+0".build_dependencies]] - name = "hsa_rocr_jll" - target = "target" - version = "3.7.0" - - [[UCX_jll."1.10.0+0".sources]] - hash = "cb9dcc6b53ab141a2dd4cd121e32a35a1537fd73d44164f41f5da956e6c099ec" - url = "https://github.com/openucx/ucx/releases/download/v1.10.0-rc3/ucx-1.10.0.tar.gz" - [[UCX_jll."1.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e6808645354e7f31e7061e8f28b006714b1962c//U/UCX/./bundled" - -[UCX_jll."1.10.0+1"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.10.0+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.0" - [[UCX_jll."1.10.0+1".build_dependencies]] - name = "hsa_rocr_jll" - target = "target" - version = "3.7.0" - - [[UCX_jll."1.10.0+1".sources]] - hash = "7043e7011e364125f5dae1ce875e10a42e447626b2120fd56fbfc1c8deb40906" - url = "https://github.com/openucx/ucx/releases/download/v1.10.0-rc4/ucx-1.10.0.tar.gz" - [[UCX_jll."1.10.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bdfce68066beed015ece452a0672236f394fea8b//U/UCX/./bundled" - -[UCX_jll."1.10.0+2"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.10.0+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.0" - [[UCX_jll."1.10.0+2".build_dependencies]] - name = "hsa_rocr_jll" - target = "target" - version = "3.7.0" - - [[UCX_jll."1.10.0+2".sources]] - hash = "ce8950c38b53d753a5909c21fd2cfff874d96a84dcf5166e9f85975a1dd3a54d" - url = "https://github.com/openucx/ucx/releases/download/v1.10.0-rc5/ucx-1.10.0.tar.gz" - [[UCX_jll."1.10.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c16fddd108b63907796fd4612b30812e111d8e30//U/UCX/./bundled" - -[UCX_jll."1.11.2+0"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.11.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.2.0" - [[UCX_jll."1.11.2+0".build_dependencies]] - name = "hsa_rocr_jll" - target = "target" - version = "4.2.0" - - [[UCX_jll."1.11.2+0".sources]] - hash = "deebf86a5344fc2bd9e55449f88c650c4514928592807c9bc6fe4190e516c6df" - url = "https://github.com/openucx/ucx/releases/download/v1.11.2/ucx-1.11.2.tar.gz" - [[UCX_jll."1.11.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e8553b2c3b5d006b6f151e785c7bdfc3c6d1ddcc//U/UCX/./bundled" - -[UCX_jll."1.18.0+0"] -executables = ["ucx_info", "ucx_perftest", "ucx_read_profile"] -libraries = ["libuct", "libucm", "libucp", "libucs"] - - [[UCX_jll."1.18.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[UCX_jll."1.18.0+0".build_dependencies]] - name = "hsa_rocr_jll" - target = "target" - version = "4.2.0" - - [[UCX_jll."1.18.0+0".sources]] - hash = "693d02837894b9c346c9f91b105e4aff6f259c09" - repo = "https://github.com/openucx/ucx.git" - -[UDUNITS_jll."2.2.28+0"] -executables = ["udunits2"] -libraries = ["libudunits2"] - - [[UDUNITS_jll."2.2.28+0".sources]] - hash = "e09d31db68f9a840a0663c7e9909101957733ff0310761b9906f4722e0d92c44" - url = "https://artifacts.unidata.ucar.edu/repository/downloads-udunits/udunits-2.2.28.zip" - [[UDUNITS_jll."2.2.28+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/73d08b284c20d005d8363a21ec1801f468be81f1//U/UDUNITS/bundled" - -[URCU_jll."0.13.0+0"] -libraries = ["liburcu-memb", "liburcu-mb", "liburcu-qsbr", "liburcu-signal", "liburcu-cds", "liburcu", "liburcu-common", "liburcu-bp"] - - [[URCU_jll."0.13.0+0".sources]] - hash = "c19d74445b6ed2e6840038afc2f974e3e098334b" - repo = "https://git.lttng.org/userspace-rcu.git" - -[USRPHardwareDriver_jll."4.1.0+0"] -executables = ["uhd_cal_rx_iq_balance", "uhd_cal_tx_iq_balance", "uhd_find_devices", "uhd_adc_self_cal", "uhd_cal_tx_dc_offset", "uhd_config_info", "uhd_image_loader", "uhd_usrp_probe"] -libraries = ["libuhd"] - - [[USRPHardwareDriver_jll."4.1.0+0".sources]] - hash = "f633b497ff931c3c180d00148fc66e4feb8b8b6a" - repo = "https://github.com/EttusResearch/uhd.git" - -[USRPHardwareDriver_jll."4.1.0+1"] -executables = ["uhd_cal_rx_iq_balance", "uhd_cal_tx_iq_balance", "uhd_find_devices", "uhd_adc_self_cal", "uhd_cal_tx_dc_offset", "uhd_config_info", "uhd_image_loader", "uhd_usrp_probe"] -libraries = ["libuhd"] - - [[USRPHardwareDriver_jll."4.1.0+1".sources]] - hash = "6bd0be9cda5db97081e4f3ee3127c45eed21239c" - repo = "https://github.com/EttusResearch/uhd.git" - -[USalign_jll."2022.9.24+0"] -executables = ["TMscore", "cif2pdb", "qTMclust", "pdb2fasta", "HwRMSD", "TMalign", "USalign", "se", "MMalign", "pdb2xyz", "pdbAtomName", "pdb2ss", "xyz_sfetch", "NWalign"] - - [[USalign_jll."2022.9.24+0".sources]] - hash = "944c6a81c453b43d173d8f18ff3197d59650c2cc" - repo = "https://github.com/pylelab/USalign.git" - -[Unicorn_jll."1.0.2+0"] -libraries = ["libunicorn"] - - [[Unicorn_jll."1.0.2+0".sources]] - hash = "cda971566980d3a051a730f63019e74eeeb44703" - repo = "https://github.com/oblivia-simplex/unicorn.git" - -[Unishox_jll."1.0.0+0"] -libraries = ["libunishox"] - - [[Unishox_jll."1.0.0+0".sources]] - hash = "7349d5a68501eed8a13eb45dac19c3c846877037fd56ee721b305ac506721f86" - url = "https://github.com/siara-cc/Unishox/archive/refs/tags/1.0.0.tar.gz" - -[Unishox_jll."1.0.2+0"] -libraries = ["libunishox"] - - [[Unishox_jll."1.0.2+0".sources]] - hash = "24391d16d4f84f239bb97eb704d80231221a9a58743a87ae1ca7eed27cf7e9bb" - url = "https://github.com/siara-cc/Unishox2/archive/refs/tags/1.0.2.tar.gz" - -[Uno_jll."1.1.0+0"] -executables = ["uno_ampl"] - - [[Uno_jll."1.1.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."1.1.0+0".sources]] - hash = "1f373ce25049e593088bee66b37a9057039ac19a" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."1.1.0+1"] -executables = ["uno_ampl"] - - [[Uno_jll."1.1.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."1.1.0+1".sources]] - hash = "0ccd578d7c0b3ee9e3efd7c04aa1918e49867f77" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."1.1.0+2"] -executables = ["uno_ampl"] - - [[Uno_jll."1.1.0+2".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."1.1.0+2".sources]] - hash = "934f17ba2ed5e7c1bc25ca42a1ab9045eab0b85a" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."1.1.0+3"] -executables = ["uno_ampl"] - - [[Uno_jll."1.1.0+3".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."1.1.0+3".sources]] - hash = "d8571b6f8d68808707e71a361109b8713f300b4c" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."1.1.1+0"] -executables = ["uno_ampl"] - - [[Uno_jll."1.1.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."1.1.1+0".sources]] - hash = "df18261f32991cd74a2d6f49b975145591ce38d3" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."1.1.1+1"] -executables = ["uno_ampl"] - - [[Uno_jll."1.1.1+1".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."1.1.1+1".sources]] - hash = "fd9ad8f1d5451991ae8a8e7eff90d11ba9bfe036" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."1.1.1+2"] -executables = ["uno_ampl"] - - [[Uno_jll."1.1.1+2".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."1.1.1+2".sources]] - hash = "9a8d4ed3990f7d31f44c0e2436e53f1e734ab521" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."1.2.0+0"] -executables = ["uno_ampl"] - - [[Uno_jll."1.2.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."1.2.0+0".sources]] - hash = "37e22cb21a147cb36429f889ea617cd38b3922a7" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."1.3.0+0"] -executables = ["uno_ampl"] - - [[Uno_jll."1.3.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."1.3.0+0".sources]] - hash = "79611a3c5d6196f59b3accc8e21a774b5670164c" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."2.0.0+0"] -executables = ["uno_ampl"] - - [[Uno_jll."2.0.0+0".build_dependencies]] - name = "BQPD_jll" - target = "target" - uuid = "1325ac01-0a49-589f-8355-43321054aaab" - version = "*" - [[Uno_jll."2.0.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."2.0.0+0".sources]] - hash = "8ea41fcd7250ad4489abe42e3ef1c924e2a323ee" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."2.0.1+0"] -executables = ["uno_ampl"] -files = ["lib/libuno.a"] -libraries = ["libuno"] - - [[Uno_jll."2.0.1+0".build_dependencies]] - name = "BQPD_jll" - target = "target" - uuid = "1325ac01-0a49-589f-8355-43321054aaab" - version = "*" - [[Uno_jll."2.0.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."2.0.1+0".sources]] - hash = "9148111d6d163544bc00c0ad6e6aafb0ca84d1a6" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."2.0.2+0"] -executables = ["uno_ampl"] -files = ["lib/libuno.a"] -libraries = ["libuno"] - - [[Uno_jll."2.0.2+0".build_dependencies]] - name = "BQPD_jll" - target = "target" - uuid = "1325ac01-0a49-589f-8355-43321054aaab" - version = "*" - [[Uno_jll."2.0.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."2.0.2+0".sources]] - hash = "7094e2d8dbf98056a462a9e96b4c1c3300e58ab7" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."2.0.3+0"] -executables = ["uno_ampl"] -files = ["lib/libuno.a"] -libraries = ["libuno"] - - [[Uno_jll."2.0.3+0".build_dependencies]] - name = "BQPD_jll" - target = "target" - uuid = "1325ac01-0a49-589f-8355-43321054aaab" - version = "*" - [[Uno_jll."2.0.3+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."2.0.3+0".sources]] - hash = "b365cac52ab4b9cafcc83769ecd2f0bdadb956b0" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."2.1.0+0"] -executables = ["uno_ampl"] -files = ["lib/libuno.a"] -libraries = ["libuno"] - - [[Uno_jll."2.1.0+0".build_dependencies]] - name = "BQPD_jll" - target = "target" - uuid = "1325ac01-0a49-589f-8355-43321054aaab" - version = "*" - [[Uno_jll."2.1.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."2.1.0+0".sources]] - hash = "c612783923f2f0a09926450a8a8e5c1ad2d5cef5" - repo = "https://github.com/cvanaret/Uno.git" - -[Uno_jll."2.2.0+0"] -executables = ["uno_ampl"] -files = ["lib/libuno.a"] -libraries = ["libuno"] - - [[Uno_jll."2.2.0+0".build_dependencies]] - name = "BQPD_jll" - target = "target" - uuid = "1325ac01-0a49-589f-8355-43321054aaab" - version = "*" - [[Uno_jll."2.2.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - uuid = "3f4e10e2-61f2-5801-8945-23b9d642d0e6" - version = "*" - - [[Uno_jll."2.2.0+0".sources]] - hash = "94768b83d63b8a87c2a2e9530cee98d964095edf" - repo = "https://github.com/cvanaret/Uno.git" - -[UserNSSandbox_jll."2021.1.15+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2021.1.15+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6c1c6dece9c4f5e3136d4c5c0130d6951398adfc//U/UserNSSandbox/./bundled" - -[UserNSSandbox_jll."2021.1.19+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2021.1.19+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9c7edf5857216f19288abfe343caac98e6eefd94//U/UserNSSandbox/./bundled" - -[UserNSSandbox_jll."2021.3.4+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2021.3.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b67ba0ea5aab158801426180a6ae65bc0e776bc4//U/UserNSSandbox/./bundled" - -[UserNSSandbox_jll."2021.3.4+1"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2021.3.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5e7932c3c0d0ba56794b1352b6325e5fe2145606//U/UserNSSandbox/./bundled" - -[UserNSSandbox_jll."2021.4.16+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2021.4.16+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4287cf6b462d44397f23bf448a4a1f5740b66bd8//U/UserNSSandbox/./bundled" - -[UserNSSandbox_jll."2021.4.20+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2021.4.20+0".sources]] - hash = "0b1e9bac8eb109009ab63fda74c2015c31d0929f" - repo = "https://github.com/staticfloat/Sandbox.jl" - -[UserNSSandbox_jll."2021.4.21+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2021.4.21+0".sources]] - hash = "57ba97383793f775ba65722c28e3e6be885f795b" - repo = "https://github.com/staticfloat/Sandbox.jl" - -[UserNSSandbox_jll."2021.4.22+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2021.4.22+0".sources]] - hash = "0fc3812cd74a355e5a2c4d45d68fabb9fb059f55" - repo = "https://github.com/staticfloat/Sandbox.jl" - -[UserNSSandbox_jll."2021.8.18+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2021.8.18+0".sources]] - hash = "47814f76eca5336f7b61e05747c6ae6130a6e5a8" - repo = "https://github.com/staticfloat/Sandbox.jl" - -[UserNSSandbox_jll."2022.1.6+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2022.1.6+0".sources]] - hash = "9bd66da515893f1997feb51d228bcb3dc1d68771" - repo = "https://github.com/staticfloat/Sandbox.jl" - -[UserNSSandbox_jll."2022.1.20+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2022.1.20+0".sources]] - hash = "ed87f079edb1cef60c32ad5fbfbcd38c70a1314a" - repo = "https://github.com/staticfloat/Sandbox.jl" - -[UserNSSandbox_jll."2022.3.10+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2022.3.10+0".sources]] - hash = "9023307c1eed13058a517afe66197cf559cf454d" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2022.3.30+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2022.3.30+0".sources]] - hash = "4a82de7b33326acffc75336364c71f06ea84ec8c" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2022.8.1+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2022.8.1+0".sources]] - hash = "550cf93f51fbeb04349cf0200b7e71b0dafe980f" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2022.8.1+1"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2022.8.1+1".sources]] - hash = "1770a67566e61590b6c8b907430f826ff077b19c" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2022.10.3+0"] -executables = ["sandbox"] - - [[UserNSSandbox_jll."2022.10.3+0".sources]] - hash = "da1ccc1017fac4a2a42de98c30a29e337fb06e74" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2023.3.27+0"] -executables = ["userns_sandbox", "userns_overlay_probe"] - - [[UserNSSandbox_jll."2023.3.27+0".sources]] - hash = "2893e0d917da00546a1b8e08e4929d775f746488" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2023.3.28+0"] -executables = ["sandbox", "overlay_probe"] - - [[UserNSSandbox_jll."2023.3.28+0".sources]] - hash = "7da46332746d0e0afaa12aa4a32e5b66d555fa1f" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2023.8.8+0"] -executables = ["sandbox", "overlay_probe"] - - [[UserNSSandbox_jll."2023.8.8+0".sources]] - hash = "67745ce72662e61ded7cd52db7a6329dae8adf69" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2023.9.26+0"] -executables = ["sandbox", "overlay_probe"] - - [[UserNSSandbox_jll."2023.9.26+0".sources]] - hash = "a0a0950a06aeef388bbe55abaa2d0dc386c5dbe6" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2024.6.23+0"] -executables = ["sandbox", "overlay_probe"] - - [[UserNSSandbox_jll."2024.6.23+0".sources]] - hash = "d33792546d813ddae16fe304b8c9cb63b01ad8e3" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[UserNSSandbox_jll."2025.1.28+0"] -executables = ["sandbox", "overlay_probe"] - - [[UserNSSandbox_jll."2025.1.28+0".sources]] - hash = "9cca34dfcfb94be677938259e4c12b06630ce910" - repo = "https://github.com/staticfloat/Sandbox.jl.git" - -[Usrsctp_jll."0.9.5+0"] -libraries = ["libusrsctp"] - - [[Usrsctp_jll."0.9.5+0".sources]] - hash = "07f871bda23943c43c9e74cc54f25130459de830" - repo = "https://github.com/sctplab/usrsctp.git" - -[VCDiff_jll."0.8.4+0"] -libraries = ["libvcdcom", "libvcdenc", "libvcddec"] - - [[VCDiff_jll."0.8.4+0".sources]] - hash = "868f459a8d815125c2457f8c74b12493853100f9" - repo = "https://github.com/google/open-vcdiff.git" - -[VDT_jll."0.4.4+0"] -libraries = ["libvdt"] - - [[VDT_jll."0.4.4+0".sources]] - hash = "c03d21bdaaa8a0e6e557a496be505581f23aba9854e6059794721994289e97e8" - url = "https://github.com/dpiparo/vdt/archive/refs/tags/v0.4.4.zip" - -[VDT_jll."0.4.6+0"] -libraries = ["libvdt"] - - [[VDT_jll."0.4.6+0".sources]] - hash = "fc894d2ac53426bd8cac14f1e685e1ce8630ffff" - repo = "https://github.com/dpiparo/vdt.git" - -[VIC5_jll."0.1.1+0"] -libraries = ["libvic5_classic"] - - [[VIC5_jll."0.1.1+0".sources]] - hash = "339d9666ce17e9638e16193c43637e453e3b03ef" - repo = "https://github.com/CUG-hydro/VIC5.c.git" - -[VIC5_jll."0.1.2+0"] -executables = ["vic_classic"] -libraries = ["libvic5_classic"] - - [[VIC5_jll."0.1.2+0".sources]] - hash = "a999edf4624101a647ba8b9a6f8981aa353fd4ac" - repo = "https://github.com/CUG-hydro/VIC5.c.git" - -[VIGRA_jll."1.11.1+0"] -libraries = ["libvigraimpex"] - - [[VIGRA_jll."1.11.1+0".sources]] - hash = "b2718250d28baf1932fcbe8e30f7e4d146e751ad0e726e375a72a0cdb4e3250e" - url = "https://github.com/ukoethe/vigra/archive/refs/tags/Version-1-11-1.tar.gz" - [[VIGRA_jll."1.11.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0205222ee4a9cfe54ba11706458fd1fb1679bb1f//V/VIGRA/./bundled" - -[VLConvert_jll."1.8.0+0"] -executables = ["vl-convert"] - - [[VLConvert_jll."1.8.0+0".sources]] - hash = "b5ac831f1898e2fbc07ce190baeb043b94f08db5fb981d345a018711933be5f5" - url = "https://github.com/vega/vl-convert/releases/download/v1.8.0/vl-convert-linux-aarch64.zip" - [[VLConvert_jll."1.8.0+0".sources]] - hash = "55155e33a7ea6a04fd36ec4b52403e752184edaa38d7208dbeaa78ff887550d9" - url = "https://github.com/vega/vl-convert/releases/download/v1.8.0/vl-convert-linux-x86.zip" - [[VLConvert_jll."1.8.0+0".sources]] - hash = "e895eabce5d437c42161048da6b7168375751ce3ec3613f8e6f6a5a482675380" - url = "https://github.com/vega/vl-convert/releases/download/v1.8.0/vl-convert-osx-64.zip" - [[VLConvert_jll."1.8.0+0".sources]] - hash = "a818cffe345958602c7ed999f6cbe17e33a071060b2edc678f2943e4b3ab75c3" - url = "https://github.com/vega/vl-convert/releases/download/v1.8.0/vl-convert-osx-arm64.zip" - [[VLConvert_jll."1.8.0+0".sources]] - hash = "1beba91b80e2236ddf954a73cd0bb84522965a7144995be5c7fe3ca7aacd21b9" - url = "https://github.com/vega/vl-convert/releases/download/v1.8.0/vl-convert-win-64.zip" - -[VLFeat_jll."0.9.21+0"] -libraries = ["libvl"] - - [[VLFeat_jll."0.9.21+0".sources]] - hash = "2f6abbf13fe7ee052bc970480efaca9d6b0c195d" - repo = "https://github.com/vlfeat/vlfeat.git" - [[VLFeat_jll."0.9.21+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/48561db00f6ec174b785acccc023999ef1e14799//V/VLFeat/./bundled" - -[VMEC_jll."1.0.0+0"] -libraries = ["libvmec_mkl", "libvmec_openblas"] - - [[VMEC_jll."1.0.0+0".sources]] - hash = "179761d5f02cb530fbf6da4121c394a1d585c49c24391ebd87fe5c014e0addcf" - url = "https://gitlab.com/wistell/VMEC2000/-/archive/v1.0.0.tar" - -[VMEC_jll."1.0.3+0"] -libraries = ["libvmec_mkl", "libvmec_openblas"] - - [[VMEC_jll."1.0.3+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[VMEC_jll."1.0.3+0".sources]] - hash = "cee46dfeb452d2dd79811f8b66fdb6e1a38975d276e71b5531474b03024a5a8f" - url = "https://gitlab.com/wistell/VMEC2000/-/archive/v1.0.3.tar" - -[VMEC_jll."1.0.301+0"] -libraries = ["libvmec_mkl", "libvmec_openblas"] - - [[VMEC_jll."1.0.301+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[VMEC_jll."1.0.301+0".sources]] - hash = "cee46dfeb452d2dd79811f8b66fdb6e1a38975d276e71b5531474b03024a5a8f" - url = "https://gitlab.com/wistell/VMEC2000/-/archive/v1.0.3.tar" - -[VMEC_jll."1.1.0+0"] -libraries = ["libvmec_mkl", "libvmec_openblas"] - - [[VMEC_jll."1.1.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24.0" - - [[VMEC_jll."1.1.0+0".sources]] - hash = "98a09a9436e98411960a34d642ea808f72d596e408004ea4c0ea475cc614f7f5" - url = "https://gitlab.com/wistell/VMEC2000/-/archive/v1.1.0.tar" - -[VMEC_jll."1.2.0+0"] -libraries = ["libvmec_mkl", "libvmec_openblas"] - - [[VMEC_jll."1.2.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - - [[VMEC_jll."1.2.0+0".sources]] - hash = "58a99cd0e7b4add481124e75ed7b8ccd5452e83b07230aefe4c4334de020b1cf" - url = "https://gitlab.com/wistell/VMEC2000/-/archive/v1.2.0.tar" - [[VMEC_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4cb8a36b27035b4bb87444dafab028a208bde5f5//V/VMEC/./bundled" - -[VMEC_jll."1.3.0+0"] -libraries = ["libvmec_mkl", "libvmec_openblas"] - - [[VMEC_jll."1.3.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - - [[VMEC_jll."1.3.0+0".sources]] - hash = "4c13c0312a6b4061357be35122ac507b0a25c2d5cd0dd03dd1b9e31818318528" - url = "https://gitlab.com/wistell/VMEC2000/-/archive/v1.3.0.tar" - [[VMEC_jll."1.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c2c6ee925b7e20ddadc69515878d5f94c2b2e17a//V/VMEC/./bundled" - -[VMEC_jll."1.3.0+1"] -libraries = ["libvmec_mkl", "libvmec_openblas"] - - [[VMEC_jll."1.3.0+1".sources]] - hash = "4c13c0312a6b4061357be35122ac507b0a25c2d5cd0dd03dd1b9e31818318528" - url = "https://gitlab.com/wistell/VMEC2000/-/archive/v1.3.0.tar" - [[VMEC_jll."1.3.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0219bd1f53e86a47a307efe5616c670a10f5fbeb//V/VMEC/./bundled" - -[VOLK_jll."2.5.0+0"] -executables = ["volk-config-info", "volk_profile", "list_cpu_features"] -libraries = ["libvolk"] - - [[VOLK_jll."2.5.0+0".build_dependencies]] - name = "ORC_jll" - target = "host" - uuid = "fb41591b-4dee-5dae-bf56-d83afd04fbc0" - version = "*" - - [[VOLK_jll."2.5.0+0".sources]] - hash = "d9183b9f86a32cdbb8698cbbeb15de574962c05200ccf445c1058629073521f8" - url = "https://github.com/gnuradio/volk/releases/download/v2.5.0/volk-2.5.0.tar.gz" - [[VOLK_jll."2.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/46dd30f45eb140db8968cfb58f816f4e52264088//V/VOLK/./bundled" - -[VOLK_jll."2.5.0+1"] -executables = ["volk-config-info", "volk_profile", "list_cpu_features"] -libraries = ["libvolk"] - - [[VOLK_jll."2.5.0+1".build_dependencies]] - name = "ORC_jll" - target = "host" - uuid = "fb41591b-4dee-5dae-bf56-d83afd04fbc0" - version = "*" - - [[VOLK_jll."2.5.0+1".sources]] - hash = "d9183b9f86a32cdbb8698cbbeb15de574962c05200ccf445c1058629073521f8" - url = "https://github.com/gnuradio/volk/releases/download/v2.5.0/volk-2.5.0.tar.gz" - [[VOLK_jll."2.5.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f4696f585b91813939b69a265e342cc54939ffcc//V/VOLK/./bundled" - -[VTK_jll."9.5.1+0"] -libraries = ["libvtkWrappingTools-9.5", "libvtkWrappingTools-9", "libvtkWrappingTools", "libvtktoken-9.5", "libvtktoken-9", "libvtktoken", "libvtkdoubleconversion-9.5", "libvtkdoubleconversion-9", "libvtkdoubleconversion", "libvtkloguru-9.5", "libvtkloguru-9", "libvtkloguru", "libvtkCommonCore-9.5", "libvtkCommonCore-9", "libvtkCommonCore", "libvtkkissfft-9.5", "libvtkkissfft-9", "libvtkkissfft", "libvtkCommonMath-9.5", "libvtkCommonMath-9", "libvtkCommonMath", "libvtkCommonTransforms-9.5", "libvtkCommonTransforms-9", "libvtkCommonTransforms", "libvtkCommonMisc-9.5", "libvtkCommonMisc-9", "libvtkCommonMisc", "libvtkCommonSystem-9.5", "libvtkCommonSystem-9", "libvtkCommonSystem", "libvtkCommonDataModel-9.5", "libvtkCommonDataModel-9", "libvtkCommonDataModel", "libvtkCommonExecutionModel-9.5", "libvtkCommonExecutionModel-9", "libvtkCommonExecutionModel", "libvtkFiltersReduction-9.5", "libvtkFiltersReduction-9", "libvtkFiltersReduction", "libvtkFiltersCore-9.5", "libvtkFiltersCore-9", "libvtkFiltersCore", "libvtkCommonColor-9.5", "libvtkCommonColor-9", "libvtkCommonColor", "libvtkCommonComputationalGeometry-9.5", "libvtkCommonComputationalGeometry-9", "libvtkCommonComputationalGeometry", "libvtkFiltersGeometry-9.5", "libvtkFiltersGeometry-9", "libvtkFiltersGeometry", "libvtkverdict-9.5", "libvtkverdict-9", "libvtkverdict", "libvtkFiltersVerdict-9.5", "libvtkFiltersVerdict-9", "libvtkFiltersVerdict", "libvtkfmt-9.5", "libvtkfmt-9", "libvtkfmt", "libvtkFiltersGeneral-9.5", "libvtkFiltersGeneral-9", "libvtkFiltersGeneral", "libvtkFiltersSources-9.5", "libvtkFiltersSources-9", "libvtkFiltersSources", "libvtkRenderingCore-9.5", "libvtkRenderingCore-9", "libvtkRenderingCore", "libvtkFiltersHyperTree-9.5", "libvtkFiltersHyperTree-9", "libvtkFiltersHyperTree", "libvtkFiltersStatistics-9.5", "libvtkFiltersStatistics-9", "libvtkFiltersStatistics", "libvtkIOCore-9.5", "libvtkIOCore-9", "libvtkIOCore", "libvtkFiltersCellGrid-9.5", "libvtkFiltersCellGrid-9", "libvtkFiltersCellGrid", "libvtkIOCellGrid-9.5", "libvtkIOCellGrid-9", "libvtkIOCellGrid", "libvtkIOLegacy-9.5", "libvtkIOLegacy-9", "libvtkIOLegacy", "libvtkParallelCore-9.5", "libvtkParallelCore-9", "libvtkParallelCore", "libvtkIOXMLParser-9.5", "libvtkIOXMLParser-9", "libvtkIOXMLParser", "libvtkIOXML-9.5", "libvtkIOXML-9", "libvtkIOXML", "libvtkParallelDIY-9.5", "libvtkParallelDIY-9", "libvtkParallelDIY", "libvtkFiltersExtraction-9.5", "libvtkFiltersExtraction-9", "libvtkFiltersExtraction", "libvtkInteractionStyle-9.5", "libvtkInteractionStyle-9", "libvtkInteractionStyle", "libvtkRenderingFreeType-9.5", "libvtkRenderingFreeType-9", "libvtkRenderingFreeType", "libvtkRenderingContext2D-9.5", "libvtkRenderingContext2D-9", "libvtkRenderingContext2D", "libvtkImagingCore-9.5", "libvtkImagingCore-9", "libvtkImagingCore", "libvtkImagingSources-9.5", "libvtkImagingSources-9", "libvtkImagingSources", "libvtkFiltersHybrid-9.5", "libvtkFiltersHybrid-9", "libvtkFiltersHybrid", "libvtkFiltersModeling-9.5", "libvtkFiltersModeling-9", "libvtkFiltersModeling", "libvtkFiltersTexture-9.5", "libvtkFiltersTexture-9", "libvtkFiltersTexture", "libvtkImagingColor-9.5", "libvtkImagingColor-9", "libvtkImagingColor", "libvtkImagingGeneral-9.5", "libvtkImagingGeneral-9", "libvtkImagingGeneral", "libvtkDICOMParser-9.5", "libvtkDICOMParser-9", "libvtkDICOMParser", "libvtkmetaio-9.5", "libvtkmetaio-9", "libvtkmetaio", "libvtkIOImage-9.5", "libvtkIOImage-9", "libvtkIOImage", "libvtkImagingHybrid-9.5", "libvtkImagingHybrid-9", "libvtkImagingHybrid", "libvtkRenderingAnnotation-9.5", "libvtkRenderingAnnotation-9", "libvtkRenderingAnnotation", "libvtkRenderingVolume-9.5", "libvtkRenderingVolume-9", "libvtkRenderingVolume", "libvtkInteractionWidgets-9.5", "libvtkInteractionWidgets-9", "libvtkInteractionWidgets", "libvtkglad-9.5", "libvtkglad-9", "libvtkglad", "libvtkRenderingUI-9.5", "libvtkRenderingUI-9", "libvtkRenderingUI", "libvtkViewsCore-9.5", "libvtkViewsCore-9", "libvtkViewsCore", "libvtkInfovisCore-9.5", "libvtkInfovisCore-9", "libvtkInfovisCore", "libvtkChartsCore-9.5", "libvtkChartsCore-9", "libvtkChartsCore", "libvtkFiltersImaging-9.5", "libvtkFiltersImaging-9", "libvtkFiltersImaging", "libvtkInfovisLayout-9.5", "libvtkInfovisLayout-9", "libvtkInfovisLayout", "libvtkRenderingLabel-9.5", "libvtkRenderingLabel-9", "libvtkRenderingLabel", "libvtkViewsInfovis-9.5", "libvtkViewsInfovis-9", "libvtkViewsInfovis", "libvtkViewsContext2D-9.5", "libvtkViewsContext2D-9", "libvtkViewsContext2D", "libvtkTestingCore-9.5", "libvtkTestingCore-9", "libvtkTestingCore", "libvtkTestingRendering-9.5", "libvtkTestingRendering-9", "libvtkTestingRendering", "libvtkRenderingLOD-9.5", "libvtkRenderingLOD-9", "libvtkRenderingLOD", "libvtkRenderingHyperTreeGrid-9.5", "libvtkRenderingHyperTreeGrid-9", "libvtkRenderingHyperTreeGrid", "libvtkRenderingOpenGL2-9.5", "libvtkRenderingOpenGL2-9", "libvtkRenderingOpenGL2", "libvtkRenderingLICOpenGL2-9.5", "libvtkRenderingLICOpenGL2-9", "libvtkRenderingLICOpenGL2", "libvtkRenderingImage-9.5", "libvtkRenderingImage-9", "libvtkRenderingImage", "libvtkRenderingGridAxes-9.5", "libvtkRenderingGridAxes-9", "libvtkRenderingGridAxes", "libvtkRenderingContextOpenGL2-9.5", "libvtkRenderingContextOpenGL2-9", "libvtkRenderingContextOpenGL2", "libvtkRenderingCellGrid-9.5", "libvtkRenderingCellGrid-9", "libvtkRenderingCellGrid", "libvtkImagingMath-9.5", "libvtkImagingMath-9", "libvtkImagingMath", "libvtkRenderingVolumeOpenGL2-9.5", "libvtkRenderingVolumeOpenGL2-9", "libvtkRenderingVolumeOpenGL2", "libvtkIOVeraOut-9.5", "libvtkIOVeraOut-9", "libvtkIOVeraOut", "libvtkIOTecplotTable-9.5", "libvtkIOTecplotTable-9", "libvtkIOTecplotTable", "libvtkIOSegY-9.5", "libvtkIOSegY-9", "libvtkIOSegY", "libvtkIOParallelXML-9.5", "libvtkIOParallelXML-9", "libvtkIOParallelXML", "libvtkIOPLY-9.5", "libvtkIOPLY-9", "libvtkIOPLY", "libvtkIOMovie-9.5", "libvtkIOMovie-9", "libvtkIOMovie", "libvtktheora-9.5", "libvtktheora-9", "libvtktheora", "libvtkIOOggTheora-9.5", "libvtkIOOggTheora-9", "libvtkIOOggTheora", "libvtkIONetCDF-9.5", "libvtkIONetCDF-9", "libvtkIONetCDF", "libvtkIOGeometry-9.5", "libvtkIOGeometry-9", "libvtkIOGeometry", "libvtkIOMotionFX-9.5", "libvtkIOMotionFX-9", "libvtkIOMotionFX", "libvtkjsoncpp-9.5", "libvtkjsoncpp-9", "libvtkjsoncpp", "libvtkFiltersParallel-9.5", "libvtkFiltersParallel-9", "libvtkFiltersParallel", "libvtkIOParallel-9.5", "libvtkIOParallel-9", "libvtkIOParallel", "libvtkIOMINC-9.5", "libvtkIOMINC-9", "libvtkIOMINC", "libvtkIOLSDyna-9.5", "libvtkIOLSDyna-9", "libvtkIOLSDyna", "libvtkIOLANLX3D-9.5", "libvtkIOLANLX3D-9", "libvtkIOLANLX3D", "libvtkIOImport-9.5", "libvtkIOImport-9", "libvtkIOImport", "libvtkexodusII-9.5", "libvtkexodusII-9", "libvtkexodusII", "libvtkFiltersTemporal-9.5", "libvtkFiltersTemporal-9", "libvtkFiltersTemporal", "libvtkIOHDF-9.5", "libvtkIOHDF-9", "libvtkIOHDF", "libvtkIOFLUENTCFF-9.5", "libvtkIOFLUENTCFF-9", "libvtkIOFLUENTCFF", "libvtkIOVideo-9.5", "libvtkIOVideo-9", "libvtkIOVideo", "libvtkIOInfovis-9.5", "libvtkIOInfovis-9", "libvtkIOInfovis", "libvtkIOFDS-9.5", "libvtkIOFDS-9", "libvtkIOFDS", "libvtkRenderingSceneGraph-9.5", "libvtkRenderingSceneGraph-9", "libvtkRenderingSceneGraph", "libvtkRenderingVtkJS-9.5", "libvtkRenderingVtkJS-9", "libvtkRenderingVtkJS", "libvtkDomainsChemistry-9.5", "libvtkDomainsChemistry-9", "libvtkDomainsChemistry", "libvtkIOExport-9.5", "libvtkIOExport-9", "libvtkIOExport", "libvtkIOExportPDF-9.5", "libvtkIOExportPDF-9", "libvtkIOExportPDF", "libvtkgl2ps-9.5", "libvtkgl2ps-9", "libvtkgl2ps", "libvtkRenderingGL2PSOpenGL2-9.5", "libvtkRenderingGL2PSOpenGL2-9", "libvtkRenderingGL2PSOpenGL2", "libvtkIOExportGL2PS-9.5", "libvtkIOExportGL2PS-9", "libvtkIOExportGL2PS", "libvtkIOExodus-9.5", "libvtkIOExodus-9", "libvtkIOExodus", "libvtkIOEngys-9.5", "libvtkIOEngys-9", "libvtkIOEngys", "libvtkIOEnSight-9.5", "libvtkIOEnSight-9", "libvtkIOEnSight", "libvtkIOERF-9.5", "libvtkIOERF-9", "libvtkIOERF", "libvtkIOCityGML-9.5", "libvtkIOCityGML-9", "libvtkIOCityGML", "libvtkIOChemistry-9.5", "libvtkIOChemistry-9", "libvtkIOChemistry", "libvtkIOCesium3DTiles-9.5", "libvtkIOCesium3DTiles-9", "libvtkIOCesium3DTiles", "libvtkIOCONVERGECFD-9.5", "libvtkIOCONVERGECFD-9", "libvtkIOCONVERGECFD", "libvtkIOAsynchronous-9.5", "libvtkIOAsynchronous-9", "libvtkIOAsynchronous", "libvtkFiltersAMR-9.5", "libvtkFiltersAMR-9", "libvtkFiltersAMR", "libvtkIOAMR-9.5", "libvtkIOAMR-9", "libvtkIOAMR", "libvtkInteractionImage-9.5", "libvtkInteractionImage-9", "libvtkInteractionImage", "libvtkImagingStencil-9.5", "libvtkImagingStencil-9", "libvtkImagingStencil", "libvtkImagingStatistics-9.5", "libvtkImagingStatistics-9", "libvtkImagingStatistics", "libvtkImagingMorphological-9.5", "libvtkImagingMorphological-9", "libvtkImagingMorphological", "libvtkImagingFourier-9.5", "libvtkImagingFourier-9", "libvtkImagingFourier", "libvtkIOSQL-9.5", "libvtkIOSQL-9", "libvtkIOSQL", "libvtkGeovisCore-9.5", "libvtkGeovisCore-9", "libvtkGeovisCore", "libvtkFiltersTopology-9.5", "libvtkFiltersTopology-9", "libvtkFiltersTopology", "libvtkFiltersTensor-9.5", "libvtkFiltersTensor-9", "libvtkFiltersTensor", "libvtkFiltersSelection-9.5", "libvtkFiltersSelection-9", "libvtkFiltersSelection", "libvtkFiltersSMP-9.5", "libvtkFiltersSMP-9", "libvtkFiltersSMP", "libvtkFiltersProgrammable-9.5", "libvtkFiltersProgrammable-9", "libvtkFiltersProgrammable", "libvtkFiltersPoints-9.5", "libvtkFiltersPoints-9", "libvtkFiltersPoints", "libvtkFiltersParallelImaging-9.5", "libvtkFiltersParallelImaging-9", "libvtkFiltersParallelImaging", "libvtkFiltersGeometryPreview-9.5", "libvtkFiltersGeometryPreview-9", "libvtkFiltersGeometryPreview", "libvtkFiltersGeneric-9.5", "libvtkFiltersGeneric-9", "libvtkFiltersGeneric", "libvtkFiltersFlowPaths-9.5", "libvtkFiltersFlowPaths-9", "libvtkFiltersFlowPaths"] - - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_compositeproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_damageproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_dri2proto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_dri3proto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_fixesproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_randrproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_recordproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_renderproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_xf86vidmodeproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_xineramaproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[VTK_jll."9.5.1+0".sources]] - hash = "14443661c7b095d05b4e376fb3f40613f173e34fc9d4658234e9ec1d624a618f" - url = "https://vtk.org/files/release/9.5/VTK-9.5.1.tar.gz" - [[VTK_jll."9.5.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[VTK_jll."9.5.2+0"] -libraries = ["libvtkWrappingTools-9.5", "libvtkWrappingTools-9", "libvtkWrappingTools", "libvtktoken-9.5", "libvtktoken-9", "libvtktoken", "libvtkdoubleconversion-9.5", "libvtkdoubleconversion-9", "libvtkdoubleconversion", "libvtkloguru-9.5", "libvtkloguru-9", "libvtkloguru", "libvtkCommonCore-9.5", "libvtkCommonCore-9", "libvtkCommonCore", "libvtkkissfft-9.5", "libvtkkissfft-9", "libvtkkissfft", "libvtkCommonMath-9.5", "libvtkCommonMath-9", "libvtkCommonMath", "libvtkCommonTransforms-9.5", "libvtkCommonTransforms-9", "libvtkCommonTransforms", "libvtkCommonMisc-9.5", "libvtkCommonMisc-9", "libvtkCommonMisc", "libvtkCommonSystem-9.5", "libvtkCommonSystem-9", "libvtkCommonSystem", "libvtkCommonDataModel-9.5", "libvtkCommonDataModel-9", "libvtkCommonDataModel", "libvtkCommonExecutionModel-9.5", "libvtkCommonExecutionModel-9", "libvtkCommonExecutionModel", "libvtkFiltersReduction-9.5", "libvtkFiltersReduction-9", "libvtkFiltersReduction", "libvtkFiltersCore-9.5", "libvtkFiltersCore-9", "libvtkFiltersCore", "libvtkCommonColor-9.5", "libvtkCommonColor-9", "libvtkCommonColor", "libvtkCommonComputationalGeometry-9.5", "libvtkCommonComputationalGeometry-9", "libvtkCommonComputationalGeometry", "libvtkFiltersGeometry-9.5", "libvtkFiltersGeometry-9", "libvtkFiltersGeometry", "libvtkverdict-9.5", "libvtkverdict-9", "libvtkverdict", "libvtkFiltersVerdict-9.5", "libvtkFiltersVerdict-9", "libvtkFiltersVerdict", "libvtkfmt-9.5", "libvtkfmt-9", "libvtkfmt", "libvtkFiltersGeneral-9.5", "libvtkFiltersGeneral-9", "libvtkFiltersGeneral", "libvtkFiltersSources-9.5", "libvtkFiltersSources-9", "libvtkFiltersSources", "libvtkRenderingCore-9.5", "libvtkRenderingCore-9", "libvtkRenderingCore", "libvtkFiltersHyperTree-9.5", "libvtkFiltersHyperTree-9", "libvtkFiltersHyperTree", "libvtkFiltersStatistics-9.5", "libvtkFiltersStatistics-9", "libvtkFiltersStatistics", "libvtkIOCore-9.5", "libvtkIOCore-9", "libvtkIOCore", "libvtkFiltersCellGrid-9.5", "libvtkFiltersCellGrid-9", "libvtkFiltersCellGrid", "libvtkIOCellGrid-9.5", "libvtkIOCellGrid-9", "libvtkIOCellGrid", "libvtkIOLegacy-9.5", "libvtkIOLegacy-9", "libvtkIOLegacy", "libvtkParallelCore-9.5", "libvtkParallelCore-9", "libvtkParallelCore", "libvtkIOXMLParser-9.5", "libvtkIOXMLParser-9", "libvtkIOXMLParser", "libvtkIOXML-9.5", "libvtkIOXML-9", "libvtkIOXML", "libvtkParallelDIY-9.5", "libvtkParallelDIY-9", "libvtkParallelDIY", "libvtkFiltersExtraction-9.5", "libvtkFiltersExtraction-9", "libvtkFiltersExtraction", "libvtkInteractionStyle-9.5", "libvtkInteractionStyle-9", "libvtkInteractionStyle", "libvtkRenderingFreeType-9.5", "libvtkRenderingFreeType-9", "libvtkRenderingFreeType", "libvtkRenderingContext2D-9.5", "libvtkRenderingContext2D-9", "libvtkRenderingContext2D", "libvtkImagingCore-9.5", "libvtkImagingCore-9", "libvtkImagingCore", "libvtkImagingSources-9.5", "libvtkImagingSources-9", "libvtkImagingSources", "libvtkFiltersHybrid-9.5", "libvtkFiltersHybrid-9", "libvtkFiltersHybrid", "libvtkFiltersModeling-9.5", "libvtkFiltersModeling-9", "libvtkFiltersModeling", "libvtkFiltersTexture-9.5", "libvtkFiltersTexture-9", "libvtkFiltersTexture", "libvtkImagingColor-9.5", "libvtkImagingColor-9", "libvtkImagingColor", "libvtkImagingGeneral-9.5", "libvtkImagingGeneral-9", "libvtkImagingGeneral", "libvtkDICOMParser-9.5", "libvtkDICOMParser-9", "libvtkDICOMParser", "libvtkmetaio-9.5", "libvtkmetaio-9", "libvtkmetaio", "libvtkIOImage-9.5", "libvtkIOImage-9", "libvtkIOImage", "libvtkImagingHybrid-9.5", "libvtkImagingHybrid-9", "libvtkImagingHybrid", "libvtkRenderingAnnotation-9.5", "libvtkRenderingAnnotation-9", "libvtkRenderingAnnotation", "libvtkRenderingVolume-9.5", "libvtkRenderingVolume-9", "libvtkRenderingVolume", "libvtkInteractionWidgets-9.5", "libvtkInteractionWidgets-9", "libvtkInteractionWidgets", "libvtkglad-9.5", "libvtkglad-9", "libvtkglad", "libvtkRenderingUI-9.5", "libvtkRenderingUI-9", "libvtkRenderingUI", "libvtkViewsCore-9.5", "libvtkViewsCore-9", "libvtkViewsCore", "libvtkInfovisCore-9.5", "libvtkInfovisCore-9", "libvtkInfovisCore", "libvtkChartsCore-9.5", "libvtkChartsCore-9", "libvtkChartsCore", "libvtkFiltersImaging-9.5", "libvtkFiltersImaging-9", "libvtkFiltersImaging", "libvtkInfovisLayout-9.5", "libvtkInfovisLayout-9", "libvtkInfovisLayout", "libvtkRenderingLabel-9.5", "libvtkRenderingLabel-9", "libvtkRenderingLabel", "libvtkViewsInfovis-9.5", "libvtkViewsInfovis-9", "libvtkViewsInfovis", "libvtkViewsContext2D-9.5", "libvtkViewsContext2D-9", "libvtkViewsContext2D", "libvtkTestingCore-9.5", "libvtkTestingCore-9", "libvtkTestingCore", "libvtkTestingRendering-9.5", "libvtkTestingRendering-9", "libvtkTestingRendering", "libvtkRenderingLOD-9.5", "libvtkRenderingLOD-9", "libvtkRenderingLOD", "libvtkRenderingHyperTreeGrid-9.5", "libvtkRenderingHyperTreeGrid-9", "libvtkRenderingHyperTreeGrid", "libvtkRenderingOpenGL2-9.5", "libvtkRenderingOpenGL2-9", "libvtkRenderingOpenGL2", "libvtkRenderingLICOpenGL2-9.5", "libvtkRenderingLICOpenGL2-9", "libvtkRenderingLICOpenGL2", "libvtkRenderingImage-9.5", "libvtkRenderingImage-9", "libvtkRenderingImage", "libvtkRenderingGridAxes-9.5", "libvtkRenderingGridAxes-9", "libvtkRenderingGridAxes", "libvtkRenderingContextOpenGL2-9.5", "libvtkRenderingContextOpenGL2-9", "libvtkRenderingContextOpenGL2", "libvtkRenderingCellGrid-9.5", "libvtkRenderingCellGrid-9", "libvtkRenderingCellGrid", "libvtkImagingMath-9.5", "libvtkImagingMath-9", "libvtkImagingMath", "libvtkRenderingVolumeOpenGL2-9.5", "libvtkRenderingVolumeOpenGL2-9", "libvtkRenderingVolumeOpenGL2", "libvtkIOVeraOut-9.5", "libvtkIOVeraOut-9", "libvtkIOVeraOut", "libvtkIOTecplotTable-9.5", "libvtkIOTecplotTable-9", "libvtkIOTecplotTable", "libvtkIOSegY-9.5", "libvtkIOSegY-9", "libvtkIOSegY", "libvtkIOParallelXML-9.5", "libvtkIOParallelXML-9", "libvtkIOParallelXML", "libvtkIOPLY-9.5", "libvtkIOPLY-9", "libvtkIOPLY", "libvtkIOMovie-9.5", "libvtkIOMovie-9", "libvtkIOMovie", "libvtktheora-9.5", "libvtktheora-9", "libvtktheora", "libvtkIOOggTheora-9.5", "libvtkIOOggTheora-9", "libvtkIOOggTheora", "libvtkIONetCDF-9.5", "libvtkIONetCDF-9", "libvtkIONetCDF", "libvtkIOGeometry-9.5", "libvtkIOGeometry-9", "libvtkIOGeometry", "libvtkIOMotionFX-9.5", "libvtkIOMotionFX-9", "libvtkIOMotionFX", "libvtkjsoncpp-9.5", "libvtkjsoncpp-9", "libvtkjsoncpp", "libvtkFiltersParallel-9.5", "libvtkFiltersParallel-9", "libvtkFiltersParallel", "libvtkIOParallel-9.5", "libvtkIOParallel-9", "libvtkIOParallel", "libvtkIOMINC-9.5", "libvtkIOMINC-9", "libvtkIOMINC", "libvtkIOLSDyna-9.5", "libvtkIOLSDyna-9", "libvtkIOLSDyna", "libvtkIOLANLX3D-9.5", "libvtkIOLANLX3D-9", "libvtkIOLANLX3D", "libvtkIOImport-9.5", "libvtkIOImport-9", "libvtkIOImport", "libvtkexodusII-9.5", "libvtkexodusII-9", "libvtkexodusII", "libvtkFiltersTemporal-9.5", "libvtkFiltersTemporal-9", "libvtkFiltersTemporal", "libvtkIOHDF-9.5", "libvtkIOHDF-9", "libvtkIOHDF", "libvtkIOFLUENTCFF-9.5", "libvtkIOFLUENTCFF-9", "libvtkIOFLUENTCFF", "libvtkIOVideo-9.5", "libvtkIOVideo-9", "libvtkIOVideo", "libvtkIOInfovis-9.5", "libvtkIOInfovis-9", "libvtkIOInfovis", "libvtkIOFDS-9.5", "libvtkIOFDS-9", "libvtkIOFDS", "libvtkRenderingSceneGraph-9.5", "libvtkRenderingSceneGraph-9", "libvtkRenderingSceneGraph", "libvtkRenderingVtkJS-9.5", "libvtkRenderingVtkJS-9", "libvtkRenderingVtkJS", "libvtkDomainsChemistry-9.5", "libvtkDomainsChemistry-9", "libvtkDomainsChemistry", "libvtkIOExport-9.5", "libvtkIOExport-9", "libvtkIOExport", "libvtkIOExportPDF-9.5", "libvtkIOExportPDF-9", "libvtkIOExportPDF", "libvtkgl2ps-9.5", "libvtkgl2ps-9", "libvtkgl2ps", "libvtkRenderingGL2PSOpenGL2-9.5", "libvtkRenderingGL2PSOpenGL2-9", "libvtkRenderingGL2PSOpenGL2", "libvtkIOExportGL2PS-9.5", "libvtkIOExportGL2PS-9", "libvtkIOExportGL2PS", "libvtkIOExodus-9.5", "libvtkIOExodus-9", "libvtkIOExodus", "libvtkIOEngys-9.5", "libvtkIOEngys-9", "libvtkIOEngys", "libvtkIOEnSight-9.5", "libvtkIOEnSight-9", "libvtkIOEnSight", "libvtkIOERF-9.5", "libvtkIOERF-9", "libvtkIOERF", "libvtkIOCityGML-9.5", "libvtkIOCityGML-9", "libvtkIOCityGML", "libvtkIOChemistry-9.5", "libvtkIOChemistry-9", "libvtkIOChemistry", "libvtkIOCesium3DTiles-9.5", "libvtkIOCesium3DTiles-9", "libvtkIOCesium3DTiles", "libvtkIOCONVERGECFD-9.5", "libvtkIOCONVERGECFD-9", "libvtkIOCONVERGECFD", "libvtkIOAsynchronous-9.5", "libvtkIOAsynchronous-9", "libvtkIOAsynchronous", "libvtkFiltersAMR-9.5", "libvtkFiltersAMR-9", "libvtkFiltersAMR", "libvtkIOAMR-9.5", "libvtkIOAMR-9", "libvtkIOAMR", "libvtkInteractionImage-9.5", "libvtkInteractionImage-9", "libvtkInteractionImage", "libvtkImagingStencil-9.5", "libvtkImagingStencil-9", "libvtkImagingStencil", "libvtkImagingStatistics-9.5", "libvtkImagingStatistics-9", "libvtkImagingStatistics", "libvtkImagingMorphological-9.5", "libvtkImagingMorphological-9", "libvtkImagingMorphological", "libvtkImagingFourier-9.5", "libvtkImagingFourier-9", "libvtkImagingFourier", "libvtkIOSQL-9.5", "libvtkIOSQL-9", "libvtkIOSQL", "libvtkGeovisCore-9.5", "libvtkGeovisCore-9", "libvtkGeovisCore", "libvtkFiltersTopology-9.5", "libvtkFiltersTopology-9", "libvtkFiltersTopology", "libvtkFiltersTensor-9.5", "libvtkFiltersTensor-9", "libvtkFiltersTensor", "libvtkFiltersSelection-9.5", "libvtkFiltersSelection-9", "libvtkFiltersSelection", "libvtkFiltersSMP-9.5", "libvtkFiltersSMP-9", "libvtkFiltersSMP", "libvtkFiltersProgrammable-9.5", "libvtkFiltersProgrammable-9", "libvtkFiltersProgrammable", "libvtkFiltersPoints-9.5", "libvtkFiltersPoints-9", "libvtkFiltersPoints", "libvtkFiltersParallelImaging-9.5", "libvtkFiltersParallelImaging-9", "libvtkFiltersParallelImaging", "libvtkFiltersGeometryPreview-9.5", "libvtkFiltersGeometryPreview-9", "libvtkFiltersGeometryPreview", "libvtkFiltersGeneric-9.5", "libvtkFiltersGeneric-9", "libvtkFiltersGeneric", "libvtkFiltersFlowPaths-9.5", "libvtkFiltersFlowPaths-9", "libvtkFiltersFlowPaths"] - - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_compositeproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_damageproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_dri2proto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_dri3proto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_fixesproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_glproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_randrproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_recordproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_renderproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_xf86vidmodeproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_xineramaproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[VTK_jll."9.5.2+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[VTK_jll."9.5.2+0".sources]] - hash = "cee64b98d270ff7302daf1ef13458dff5d5ac1ecb45d47723835f7f7d562c989" - url = "https://vtk.org/files/release/9.5/VTK-9.5.2.tar.gz" - [[VTK_jll."9.5.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[Valhalla_jll."3.3.0+0"] -libraries = ["libvalhalla"] - - [[Valhalla_jll."3.3.0+0".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "*" - - [[Valhalla_jll."3.3.0+0".sources]] - hash = "ea7d44af37c47fcf0cb186e7ba0f9f77e96f202a" - repo = "https://github.com/valhalla/valhalla.git" - [[Valhalla_jll."3.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/22fd7c8ba4fa32f3ab6470438a30916f56c2d535//V/Valhalla/./bundled" - -[Valhalla_jll."3.5.1+0"] -executables = ["valhalla_service"] -libraries = ["libvalhalla"] - - [[Valhalla_jll."3.5.1+0".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "105.29.3" - - [[Valhalla_jll."3.5.1+0".sources]] - hash = "d377c8ace9ea88dfa989466258bf738b1080f22a" - repo = "https://github.com/valhalla/valhalla.git" - [[Valhalla_jll."3.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0ea71eff6484901350dcf8f47bbccf30df5a7c25//V/Valhalla/./bundled" - [[Valhalla_jll."3.5.1+0".sources]] - hash = "a511c1cf1ebfe6fe3b8ec005374b9c05e89ac28b3d4eb468873f59800c02b030" - url = "https://github.com/realjf/MacOSX-SDKs/releases/download/v0.0.1/MacOSX12.3.sdk.tar.xz" - -[VegaFusion_jll."0.0.4+0"] -executables = ["vegafusion-server"] - - [[VegaFusion_jll."0.0.4+0".sources]] - hash = "c0927268fc7544878c58a606e01503ba3fed615e" - repo = "https://github.com/vegafusion/vegafusion.git" - -[VegaFusion_jll."0.1.0+0"] -executables = ["vegafusion-server"] - - [[VegaFusion_jll."0.1.0+0".sources]] - hash = "e3425b3221025e15121c64d707f21377c5206b10" - repo = "https://github.com/vegafusion/vegafusion.git" - -[VegaFusion_jll."0.2.0+0"] -executables = ["vegafusion-server"] - - [[VegaFusion_jll."0.2.0+0".sources]] - hash = "7a5bf16f82687a6c161eea3fb4ff259d251dd565" - repo = "https://github.com/vegafusion/vegafusion.git" - -[VegaFusion_jll."0.3.0+0"] -executables = ["vegafusion-server"] - - [[VegaFusion_jll."0.3.0+0".sources]] - hash = "42606e505364beacd30452cbe76744cf0a7428c4" - repo = "https://github.com/vegafusion/vegafusion.git" - -[VegaFusion_jll."0.10.0+0"] -executables = ["vegafusion-server"] - - [[VegaFusion_jll."0.10.0+0".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "*" - - [[VegaFusion_jll."0.10.0+0".sources]] - hash = "4e2a93bbc70e3262007e544252ebd1bbf947c48e" - repo = "https://github.com/vegafusion/vegafusion.git" - -[VerizonEctoken_jll."0.1.0+0"] -executables = ["ectoken3"] - - [[VerizonEctoken_jll."0.1.0+0".sources]] - hash = "7b8812d476f5be5b290fe2832859b9b7636f43ae" - repo = "https://github.com/VerizonDigital/ectoken.git" - -[ViennaRNA_jll."1.8.5+0"] -executables = ["AnalyseDists", "AnalyseSeqs", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAduplex", "RNAeval", "RNAfold", "RNAheat", "RNAinverse", "RNALfold", "RNApaln", "RNApdist", "RNAplfold", "RNAplot", "RNAsubopt", "RNAup"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."1.8.5+0".sources]] - hash = "f4e2d94beaf77165e8321758e4ab0ad1c5d49879cefa12e48b07d09ed2d0ecf9" - url = "https://www.tbi.univie.ac.at/RNA/download/sourcecode/1_8_x/ViennaRNA-1.8.5.tar.gz" - [[ViennaRNA_jll."1.8.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6197573cc772a0711cb356ec227480acb09fa77c//V/ViennaRNA/ViennaRNA@1.8.5/./bundled" - -[ViennaRNA_jll."2.4.18+0"] -executables = ["RNAPKplex", "RNAlocmin", "RNAplex", "RNAeval", "RNAsnoop", "ct2db", "RNAcofold", "RNApaln", "Kinfold", "RNApdist", "RNAplot", "RNApvmin", "RNAaliduplex", "RNAduplex", "RNAdistance", "RNAheat", "RNALalifold", "popt", "RNAalifold", "RNAsubopt", "RNALfold", "RNAfold", "RNAinverse", "RNA2Dfold", "RNAdos", "RNAparconv", "RNAplfold", "RNAup", "b2ct"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.4.18+0".sources]] - hash = "b276cfed7c3bea4821c8272750b5b22fa6fed614d71a98cfb25eb0095369657c" - url = "https://github.com/ViennaRNA/ViennaRNA/releases/download/v2.4.18/ViennaRNA-2.4.18.tar.gz" - -[ViennaRNA_jll."2.4.18+1"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.4.18+1".sources]] - hash = "b276cfed7c3bea4821c8272750b5b22fa6fed614d71a98cfb25eb0095369657c" - url = "https://github.com/ViennaRNA/ViennaRNA/releases/download/v2.4.18/ViennaRNA-2.4.18.tar.gz" - -[ViennaRNA_jll."2.5.0+0"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAforester", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNAmultifold", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.5.0+0".sources]] - hash = "feb2af9457a1818e71d8610608edf2382b4bbb71c0f9109812ea144ca6d8e9ca" - url = "https://github.com/ViennaRNA/ViennaRNA/releases/download/v2.5.0/ViennaRNA-2.5.0.tar.gz" - [[ViennaRNA_jll."2.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a1e3cc25595cabf9447eb5a70a9804d8d7b8fe6b//V/ViennaRNA/./bundled" - -[ViennaRNA_jll."2.5.1+0"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAforester", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNAmultifold", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.5.1+0".sources]] - hash = "be4414d574825ef7236533e2885b2bd795f6e833487236ad1ff45cdd4b7e44b7" - url = "https://github.com/ViennaRNA/ViennaRNA/releases/download/v2.5.1/ViennaRNA-2.5.1.tar.gz" - [[ViennaRNA_jll."2.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1fdb15da8f8f288340f45f86407f875221c5d025//V/ViennaRNA/./bundled" - -[ViennaRNA_jll."2.5.1+1"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAforester", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNAmultifold", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.5.1+1".sources]] - hash = "be4414d574825ef7236533e2885b2bd795f6e833487236ad1ff45cdd4b7e44b7" - url = "https://github.com/ViennaRNA/ViennaRNA/releases/download/v2.5.1/ViennaRNA-2.5.1.tar.gz" - [[ViennaRNA_jll."2.5.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/257d8a98e0b8e84da87d9927bd65801808ea6bc1//V/ViennaRNA/./bundled" - -[ViennaRNA_jll."2.5.1+2"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAforester", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNAmultifold", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.5.1+2".sources]] - hash = "be4414d574825ef7236533e2885b2bd795f6e833487236ad1ff45cdd4b7e44b7" - url = "https://github.com/ViennaRNA/ViennaRNA/releases/download/v2.5.1/ViennaRNA-2.5.1.tar.gz" - [[ViennaRNA_jll."2.5.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/55c8d18815ea42cec77f498e7b59144d03884305//V/ViennaRNA/./bundled" - -[ViennaRNA_jll."2.6.0+0"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAforester", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNAmultifold", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup", "RNAxplorer"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.6.0+0".sources]] - hash = "c239596ac63ff30d98c7629f3cfeaa6a066dc3b577e1b920eb704381bb6c3f85" - url = "https://www.tbi.univie.ac.at/RNA/download/sourcecode/2_6_x/ViennaRNA-2.6.0.tar.gz" - [[ViennaRNA_jll."2.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ef66ef1166d414315140e9c1251b146066613004//V/ViennaRNA/./bundled" - -[ViennaRNA_jll."2.6.1+0"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAforester", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNAmultifold", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup", "RNAxplorer"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.6.1+0".sources]] - hash = "f778876bbe8e6c85725a633819b26468307c919635e82b278ba820eff8badf76" - url = "https://www.tbi.univie.ac.at/RNA/download/sourcecode/2_6_x/ViennaRNA-2.6.1.tar.gz" - [[ViennaRNA_jll."2.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ffb57c49f177ff031084b6b64789fe29e334484b//V/ViennaRNA/./bundled" - -[ViennaRNA_jll."2.6.2+0"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAforester", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNAmultifold", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup", "RNAxplorer"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.6.2+0".sources]] - hash = "2ce1f69f4ff87e90f50e8de704e33db7818c7d2f0dfb427a08e0eafc9da9b627" - url = "https://www.tbi.univie.ac.at/RNA/download/sourcecode/2_6_x/ViennaRNA-2.6.2.tar.gz" - [[ViennaRNA_jll."2.6.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9b0cfd18a22bc5212f10521e3e9f3d7930b011a4//V/ViennaRNA/./bundled" - -[ViennaRNA_jll."2.6.3+0"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAforester", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNAmultifold", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup", "RNAxplorer"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.6.3+0".sources]] - hash = "07b5c3abcda3076f3dd2041a67df5aa25d21468ae41f18eaecf3aaa7751ab495" - url = "https://www.tbi.univie.ac.at/RNA/download/sourcecode/2_6_x/ViennaRNA-2.6.3.tar.gz" - [[ViennaRNA_jll."2.6.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/00456c05a5d6c944d2d00a948488eb149c983416//V/ViennaRNA/./bundled" - -[ViennaRNA_jll."2.6.4+0"] -executables = ["AnalyseDists", "AnalyseSeqs", "b2ct", "ct2db", "Kinfold", "kinwalker", "popt", "RNA2Dfold", "RNAaliduplex", "RNAalifold", "RNAcofold", "RNAdistance", "RNAdos", "RNAduplex", "RNAeval", "RNAfold", "RNAforester", "RNAheat", "RNAinverse", "RNALalifold", "RNALfold", "RNAlocmin", "RNAmultifold", "RNApaln", "RNAparconv", "RNApdist", "RNAPKplex", "RNAplex", "RNAplfold", "RNAplot", "RNApvmin", "RNAsnoop", "RNAsubopt", "RNAup", "RNAxplorer"] -libraries = ["libRNA"] - - [[ViennaRNA_jll."2.6.4+0".sources]] - hash = "d1259ce5809601a12b0dc9b724ea2c55806fece80d8d83ad417ea8a2dd574982" - url = "https://www.tbi.univie.ac.at/RNA/download/sourcecode/2_6_x/ViennaRNA-2.6.4.tar.gz" - [[ViennaRNA_jll."2.6.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c1d2cc25a92bb91b2e940047f611dc775cafa99//V/ViennaRNA/./bundled" - -[Vim_jll."9.1.0+0"] -executables = ["gvim", "vim"] - - [[Vim_jll."9.1.0+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - - [[Vim_jll."9.1.0+0".sources]] - hash = "b4ddc6c11e95cef4b372e239871fae1c8d4f72b6" - repo = "https://github.com/vim/vim.git" - [[Vim_jll."9.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5ca249ca28f40e44cec630de1ee09323963218fa//V/Vim/bundled" - -[Vulkan_Headers_jll."1.2.151+0"] -files = ["share/vulkan/registry/vk.xml"] - - [[Vulkan_Headers_jll."1.2.151+0".sources]] - hash = "99638d8d7fc64ae9c3fc6a396ec034abd40e675d" - repo = "https://github.com/KhronosGroup/Vulkan-Headers.git" - -[Vulkan_Headers_jll."1.2.177+0"] -files = ["share/vulkan/registry/vk.xml"] - - [[Vulkan_Headers_jll."1.2.177+0".sources]] - hash = "3f437c4a94ae35af1eb93700d073e9d0e7adab3d" - repo = "https://github.com/KhronosGroup/Vulkan-Headers.git" - -[Vulkan_Headers_jll."1.3.207+0"] -files = ["share/vulkan/registry/vk.xml"] - - [[Vulkan_Headers_jll."1.3.207+0".sources]] - hash = "2c45218b9008dd80f6004b419777758e6459ac16" - repo = "https://github.com/KhronosGroup/Vulkan-Headers.git" - -[Vulkan_Headers_jll."1.3.240+0"] -files = ["share/vulkan/registry/vk.xml"] - - [[Vulkan_Headers_jll."1.3.240+0".sources]] - hash = "9f93cbe76abe9f6cb4a36df10b08fa3b78ae0027" - repo = "https://github.com/KhronosGroup/Vulkan-Headers.git" - -[Vulkan_Headers_jll."1.3.243+0"] -files = ["share/vulkan/registry/vk.xml"] - - [[Vulkan_Headers_jll."1.3.243+0".sources]] - hash = "65ad768d8603671fc1085fe115019e72a595ced8" - repo = "https://github.com/KhronosGroup/Vulkan-Headers.git" - -[Vulkan_Headers_jll."1.3.243+1"] -files = ["share/vulkan/registry/vk.xml", "include/vulkan/vulkan.hpp"] - - [[Vulkan_Headers_jll."1.3.243+1".sources]] - hash = "65ad768d8603671fc1085fe115019e72a595ced8" - repo = "https://github.com/KhronosGroup/Vulkan-Headers.git" - -[Vulkan_Headers_jll."1.4.312+0"] -files = ["share/vulkan/registry/vk.xml", "include/vulkan/vulkan.hpp"] - - [[Vulkan_Headers_jll."1.4.312+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.31.6" - - [[Vulkan_Headers_jll."1.4.312+0".sources]] - hash = "5ceb9ed481e58e705d0d9b5326537daedd06b97d" - repo = "https://github.com/KhronosGroup/Vulkan-Headers.git" - -[Vulkan_Headers_jll."1.4.321+0"] -files = ["share/vulkan/registry/vk.xml", "include/vulkan/vulkan.hpp"] - - [[Vulkan_Headers_jll."1.4.321+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.31.6" - - [[Vulkan_Headers_jll."1.4.321+0".sources]] - hash = "2cd90f9d20df57eac214c148f3aed885372ddcfe" - repo = "https://github.com/KhronosGroup/Vulkan-Headers.git" - -[Vulkan_Loader_jll."1.3.243+0"] -libraries = ["libvulkan", "libvulkan-1", "vulkan", "vulkan-1"] - - [[Vulkan_Loader_jll."1.3.243+0".build_dependencies]] - name = "Vulkan_Headers_jll" - target = "target" - version = "*" - [[Vulkan_Loader_jll."1.3.243+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Vulkan_Loader_jll."1.3.243+0".sources]] - hash = "22407d7804f111fbc0e31fa0db592d658e19ae8b" - repo = "https://github.com/KhronosGroup/Vulkan-Loader.git" - [[Vulkan_Loader_jll."1.3.243+0".sources]] - hash = "ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894" - url = "https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v10.0.0.tar.bz2" - -[WCS_jll."6.4.0+0"] -libraries = ["libwcs"] - - [[WCS_jll."6.4.0+0".sources]] - hash = "13c11ff70a7725563ec5fa52707a9965fce186a1766db193d08c9766ea107000" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-6.4.tar.bz2" - [[WCS_jll."6.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bb889128454a0a2388f50d8dd915d8d8b4e73801//W/WCS/./patches" - -[WCS_jll."7.1.0+0"] -libraries = ["libwcs"] - - [[WCS_jll."7.1.0+0".sources]] - hash = "f0bb749eb384794501ad3f71cc10d69debcc0dfca2a395ef57062245c9165116" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.1.tar.bz2" - [[WCS_jll."7.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/185ff1158dce6865945e7d53bdbda0fa246c3287//W/WCS/./bundled" - -[WCS_jll."7.2.0+0"] -libraries = ["libwcs"] - - [[WCS_jll."7.2.0+0".sources]] - hash = "63959eb4859517a1ecca48c91542318bebeed62e4a1663656de9a983af376e39" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.2.tar.bz2" - [[WCS_jll."7.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/185be1ce3017757d34a3929b2dd48d346fcbbd65//W/WCS/./bundled" - -[WCS_jll."7.3.0+0"] -libraries = ["libwcs"] - - [[WCS_jll."7.3.0+0".sources]] - hash = "4b01cf425382a26ca4f955ed6841a5f50c55952a2994367f8e067e4183992961" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.3.tar.bz2" - [[WCS_jll."7.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4a35b3a5dce78e944d588ab2adbd2ad09fe9a680//W/WCS/./bundled" - -[WCS_jll."7.3.1+0"] -libraries = ["libwcs"] - - [[WCS_jll."7.3.1+0".sources]] - hash = "ccfc220d353b489c72a8cfce8fe5c4479e2ad0dc0824a4480262274ae5b80b5c" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.3.1.tar.bz2" - [[WCS_jll."7.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2c9e14e17395debb6eb3486fc08125d49c58b8bd//W/WCS/./bundled" - -[WCS_jll."7.4.0+0"] -libraries = ["libwcs"] - - [[WCS_jll."7.4.0+0".sources]] - hash = "a21c964136055ad1d68ca9d3e9714374a9dc3ff2f7072622af08cc4f5a0c511c" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.4.tar.bz2" - [[WCS_jll."7.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3d93daa6545836c360d6743b8434db193d687401//W/WCS/./bundled" - -[WCS_jll."7.5.0+0"] -libraries = ["libwcs"] - - [[WCS_jll."7.5.0+0".sources]] - hash = "bc01dfd6659dcbd17992cac1fda1f479877a8946d2acdc939dec9a7a597d6694" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.5.tar.bz2" - [[WCS_jll."7.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/394e9aa5ec538dde07bbd4f7e6d23661f5c573ea//W/WCS/./bundled" - -[WCS_jll."7.6.0+0"] -libraries = ["libwcs"] - - [[WCS_jll."7.6.0+0".sources]] - hash = "54bb8c92167a7f13f8aa73fc4b8a09785256d2c98213467debc7a282a431318b" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.6.tar.bz2" - [[WCS_jll."7.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1139ab488c38961721dccbaf0c96dc11634564ae//W/WCS/./bundled" - -[WCS_jll."7.6.0+1"] -libraries = ["libwcs"] - - [[WCS_jll."7.6.0+1".sources]] - hash = "54bb8c92167a7f13f8aa73fc4b8a09785256d2c98213467debc7a282a431318b" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.6.tar.bz2" - [[WCS_jll."7.6.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f21926e4742a7ef0f1325747a688cf17a153cdb7//W/WCS/./bundled" - -[WCS_jll."7.7.0+0"] -libraries = ["libwcs"] - - [[WCS_jll."7.7.0+0".sources]] - hash = "a708e6b4e90e2cd6427434715b591bb9c3d4005c99725ec494b8e0bed2de5355" - url = "https://cache.julialang.org/ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-7.7.tar.bz2" - -[WFA2_jll."2.3.3+0"] -libraries = ["libwfa2", "libwfa2cpp"] - - [[WFA2_jll."2.3.3+0".sources]] - hash = "d1116831a3514fff39321a73b8b526f17f7a2c18" - repo = "https://github.com/smarco/WFA2-lib.git" - [[WFA2_jll."2.3.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4156b72e68c9fba33f46f9d6953859ea2792aa0b//W/WFA2/./bundled" - -[WORLD_jll."0.1.0+0"] -libraries = ["libworld"] - - [[WORLD_jll."0.1.0+0".sources]] - hash = "1f8815f7a85e344ea9f98ca6b1383578a161d4e2" - repo = "https://github.com/mmorise/World.git" - -[Wasmtime_jll."22.0.0+0"] -executables = ["wasmtime"] -libraries = ["libwasmtime"] - - [[Wasmtime_jll."22.0.0+0".sources]] - hash = "761f044efbb6d7465b88d723619168919b30ce0b" - repo = "https://github.com/bytecodealliance/wasmtime.git" - -[Wasmtime_jll."24.0.2+0"] -executables = ["wasmtime"] -libraries = ["libwasmtime"] - - [[Wasmtime_jll."24.0.2+0".sources]] - hash = "c29a9bb9e23b48a95b0a03f3b90f885ab1252a93" - repo = "https://github.com/bytecodealliance/wasmtime.git" - -[WaveFD_jll."0.1.0+0"] -libraries = ["libprop2DAcoIsoDenQ_DEO2_FDTD", "libprop2DAcoVTIDenQ_DEO2_FDTD", "libprop2DAcoTTIDenQ_DEO2_FDTD", "libprop3DAcoIsoDenQ_DEO2_FDTD", "libprop3DAcoVTIDenQ_DEO2_FDTD", "libprop3DAcoTTIDenQ_DEO2_FDTD", "libillumination", "libspacetime"] - - [[WaveFD_jll."0.1.0+0".sources]] - hash = "52105fc62f8a52ade84365f403a352a47e3909d6" - repo = "https://github.com/ChevronETC/WaveFD.jl.git" - -[WaveFD_jll."0.1.1+0"] -libraries = ["libprop2DAcoIsoDenQ_DEO2_FDTD", "libprop2DAcoVTIDenQ_DEO2_FDTD", "libprop2DAcoTTIDenQ_DEO2_FDTD", "libprop3DAcoIsoDenQ_DEO2_FDTD", "libprop3DAcoVTIDenQ_DEO2_FDTD", "libprop3DAcoTTIDenQ_DEO2_FDTD", "libillumination", "libspacetime"] - - [[WaveFD_jll."0.1.1+0".sources]] - hash = "35509bfaf81f10c9a38bb0652f81573d5f19245a" - repo = "https://github.com/ChevronETC/WaveFD.jl.git" - -[WaveFD_jll."0.2.0+0"] -libraries = ["libprop2DAcoIsoDenQ_DEO2_FDTD", "libprop2DAcoVTIDenQ_DEO2_FDTD", "libprop2DAcoTTIDenQ_DEO2_FDTD", "libprop3DAcoIsoDenQ_DEO2_FDTD", "libprop3DAcoVTIDenQ_DEO2_FDTD", "libprop3DAcoTTIDenQ_DEO2_FDTD", "libillumination", "libspacetime"] - - [[WaveFD_jll."0.2.0+0".sources]] - hash = "acd1517c2457b456c568ecef322b70bab242563b" - repo = "https://github.com/ChevronETC/WaveFD.jl.git" - -[WaveFD_jll."0.3.0+0"] -libraries = ["libprop2DAcoIsoDenQ_DEO2_FDTD", "libprop2DAcoVTIDenQ_DEO2_FDTD", "libprop2DAcoTTIDenQ_DEO2_FDTD", "libprop3DAcoIsoDenQ_DEO2_FDTD", "libprop3DAcoVTIDenQ_DEO2_FDTD", "libprop3DAcoTTIDenQ_DEO2_FDTD", "libillumination", "libspacetime"] - - [[WaveFD_jll."0.3.0+0".sources]] - hash = "d0aa5dda65904317b4c7b30e6fd90a90b6c368c7" - repo = "https://github.com/ChevronETC/WaveFD.jl.git" - -[WaveFD_jll."0.5.1+0"] -libraries = ["libprop2DAcoIsoDenQ_DEO2_FDTD", "libprop2DAcoVTIDenQ_DEO2_FDTD", "libprop2DAcoTTIDenQ_DEO2_FDTD", "libprop3DAcoIsoDenQ_DEO2_FDTD", "libprop3DAcoVTIDenQ_DEO2_FDTD", "libprop3DAcoTTIDenQ_DEO2_FDTD", "libillumination", "libspacetime"] - - [[WaveFD_jll."0.5.1+0".sources]] - hash = "a8798bb2c7bd9cf59e517e91c5420bea0c17d6d6" - repo = "https://github.com/ChevronETC/WaveFD.jl.git" - -[WaveFD_jll."0.6.0+0"] -libraries = ["libprop2DAcoIsoDenQ_DEO2_FDTD", "libprop2DAcoVTIDenQ_DEO2_FDTD", "libprop2DAcoTTIDenQ_DEO2_FDTD", "libprop3DAcoIsoDenQ_DEO2_FDTD", "libprop3DAcoVTIDenQ_DEO2_FDTD", "libprop3DAcoTTIDenQ_DEO2_FDTD", "libillumination", "libspacetime"] - - [[WaveFD_jll."0.6.0+0".sources]] - hash = "14ab1a464257c5bfa419d9a83a4ec9a3ae990333" - repo = "https://github.com/ChevronETC/WaveFD.jl.git" - -[WaveFD_jll."0.6.1+0"] -libraries = ["libprop2DAcoIsoDenQ_DEO2_FDTD", "libprop2DAcoVTIDenQ_DEO2_FDTD", "libprop2DAcoTTIDenQ_DEO2_FDTD", "libprop3DAcoIsoDenQ_DEO2_FDTD", "libprop3DAcoVTIDenQ_DEO2_FDTD", "libprop3DAcoTTIDenQ_DEO2_FDTD", "libillumination", "libspacetime"] - - [[WaveFD_jll."0.6.1+0".sources]] - hash = "b74720842f1f2fb7e836a8f2762aa78fd2ed1ce8" - repo = "https://github.com/ChevronETC/WaveFD.jl.git" - -[Wayland_jll."1.17.0+0"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.17.0+0".sources]] - hash = "72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4" - url = "https://wayland.freedesktop.org/releases/wayland-1.17.0.tar.xz" - [[Wayland_jll."1.17.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f89c4c919937428f99dea158311b9ee0b5d9ad20//W/Wayland/./bundled" - -[Wayland_jll."1.17.0+1"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.17.0+1".sources]] - hash = "72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4" - url = "https://wayland.freedesktop.org/releases/wayland-1.17.0.tar.xz" - [[Wayland_jll."1.17.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d22a3fb026e68965f007138bca07d43d79b209ef//W/Wayland/./bundled" - -[Wayland_jll."1.17.0+2"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.17.0+2".sources]] - hash = "72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4" - url = "https://wayland.freedesktop.org/releases/wayland-1.17.0.tar.xz" - [[Wayland_jll."1.17.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3e498fceda4e4f00a4864c56f3a96216868e807c//W/Wayland/./bundled" - -[Wayland_jll."1.17.0+3"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.17.0+3".sources]] - hash = "72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4" - url = "https://wayland.freedesktop.org/releases/wayland-1.17.0.tar.xz" - [[Wayland_jll."1.17.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a2a23f06a3c509b1aa4a745dee18b49fe4303502//W/Wayland/./bundled" - -[Wayland_jll."1.17.0+4"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.17.0+4".sources]] - hash = "72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4" - url = "https://wayland.freedesktop.org/releases/wayland-1.17.0.tar.xz" - [[Wayland_jll."1.17.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/03c906e92d74a104b42745a734378f3fa2e45729//W/Wayland/./bundled" - -[Wayland_jll."1.19.0+0"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.19.0+0".sources]] - hash = "baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15" - url = "https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz" - -[Wayland_jll."1.21.0+0"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.21.0+0".sources]] - hash = "6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac" - url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.21.0/downloads/wayland-1.21.0.tar.xz" - -[Wayland_jll."1.21.0+1"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.21.0+1".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - - [[Wayland_jll."1.21.0+1".sources]] - hash = "6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac" - url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.21.0/downloads/wayland-1.21.0.tar.xz" - -[Wayland_jll."1.21.0+2"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.21.0+2".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - - [[Wayland_jll."1.21.0+2".sources]] - hash = "6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac" - url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.21.0/downloads/wayland-1.21.0.tar.xz" - -[Wayland_jll."1.23.1+0"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.23.1+0".build_dependencies]] - name = "Expat_jll" - target = "host" - version = "2.6.5" - [[Wayland_jll."1.23.1+0".build_dependencies]] - name = "Libffi_jll" - target = "host" - version = "3.4.7" - [[Wayland_jll."1.23.1+0".build_dependencies]] - name = "XML2_jll" - target = "host" - version = "*" - [[Wayland_jll."1.23.1+0".build_dependencies]] - name = "EpollShim_jll" - target = "host" - version = "*" - - [[Wayland_jll."1.23.1+0".sources]] - hash = "864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed" - url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.1/downloads/wayland-1.23.1.tar.xz" - -[Wayland_jll."1.23.1+1"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.23.1+1".build_dependencies]] - name = "Expat_jll" - target = "host" - version = "2.6.5" - [[Wayland_jll."1.23.1+1".build_dependencies]] - name = "Libffi_jll" - target = "host" - version = "3.4.7" - [[Wayland_jll."1.23.1+1".build_dependencies]] - name = "XML2_jll" - target = "host" - version = "*" - [[Wayland_jll."1.23.1+1".build_dependencies]] - name = "EpollShim_jll" - target = "host" - version = "*" - - [[Wayland_jll."1.23.1+1".sources]] - hash = "864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed" - url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.1/downloads/wayland-1.23.1.tar.xz" - -[Wayland_jll."1.23.1+2"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.23.1+2".build_dependencies]] - name = "Expat_jll" - target = "host" - version = "2.6.5" - [[Wayland_jll."1.23.1+2".build_dependencies]] - name = "Libffi_jll" - target = "host" - version = "3.4.7" - [[Wayland_jll."1.23.1+2".build_dependencies]] - name = "EpollShim_jll" - target = "host" - version = "*" - - [[Wayland_jll."1.23.1+2".sources]] - hash = "864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed" - url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.1/downloads/wayland-1.23.1.tar.xz" - -[Wayland_jll."1.24.0+0"] -executables = ["wayland-scanner"] -libraries = ["libwayland-client", "libwayland-cursor", "libwayland-egl", "libwayland-server"] - - [[Wayland_jll."1.24.0+0".build_dependencies]] - name = "Expat_jll" - target = "host" - version = "2.6.5" - [[Wayland_jll."1.24.0+0".build_dependencies]] - name = "Libffi_jll" - target = "host" - version = "3.4.7" - [[Wayland_jll."1.24.0+0".build_dependencies]] - name = "EpollShim_jll" - target = "host" - version = "*" - - [[Wayland_jll."1.24.0+0".sources]] - hash = "82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536" - url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.24.0/downloads/wayland-1.24.0.tar.xz" - -[[Wayland_protocols_jll."1.18.0+0".sources]] -hash = "3d73b7e7661763dc09d7d9107678400101ecff2b5b1e531674abfa81e04874b3" -url = "https://wayland.freedesktop.org/releases/wayland-protocols-1.18.tar.xz" - -[[Wayland_protocols_jll."1.18.0+1".sources]] -hash = "3d73b7e7661763dc09d7d9107678400101ecff2b5b1e531674abfa81e04874b3" -url = "https://wayland.freedesktop.org/releases/wayland-protocols-1.18.tar.xz" - -[[Wayland_protocols_jll."1.18.0+2".sources]] -hash = "3d73b7e7661763dc09d7d9107678400101ecff2b5b1e531674abfa81e04874b3" -url = "https://wayland.freedesktop.org/releases/wayland-protocols-1.18.tar.xz" - -[[Wayland_protocols_jll."1.18.0+3".sources]] -hash = "3d73b7e7661763dc09d7d9107678400101ecff2b5b1e531674abfa81e04874b3" -url = "https://wayland.freedesktop.org/releases/wayland-protocols-1.18.tar.xz" - -[[Wayland_protocols_jll."1.18.0+4".sources]] -hash = "3d73b7e7661763dc09d7d9107678400101ecff2b5b1e531674abfa81e04874b3" -url = "https://wayland.freedesktop.org/releases/wayland-protocols-1.18.tar.xz" - -[[Wayland_protocols_jll."1.23.0+0".build_dependencies]] -name = "Wayland_jll" -target = "host" -version = "*" - -[[Wayland_protocols_jll."1.23.0+0".sources]] -hash = "6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76" -url = "https://wayland.freedesktop.org/releases/wayland-protocols-1.23.tar.xz" - -[[Wayland_protocols_jll."1.24.0+0".build_dependencies]] -name = "Wayland_jll" -target = "host" -version = "*" - -[[Wayland_protocols_jll."1.24.0+0".sources]] -hash = "bff0d8cffeeceb35159d6f4aa6bab18c807b80642c9d50f66cba52ecf7338bc2" -url = "https://wayland.freedesktop.org/releases/wayland-protocols-1.24.tar.xz" - -[[Wayland_protocols_jll."1.25.0+0".build_dependencies]] -name = "Wayland_jll" -target = "host" -version = "*" - -[[Wayland_protocols_jll."1.25.0+0".sources]] -hash = "f1ff0f7199d0a0da337217dd8c99979967808dc37731a1e759e822b75b571460" -url = "https://wayland.freedesktop.org/releases/wayland-protocols-1.25.tar.xz" - -[[Wayland_protocols_jll."1.31.0+0".build_dependencies]] -name = "Wayland_jll" -target = "host" -version = "*" - -[[Wayland_protocols_jll."1.31.0+0".sources]] -hash = "a07fa722ed87676ec020d867714bc9a2f24c464da73912f39706eeef5219e238" -url = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.31/downloads/wayland-protocols-1.31.tar.xz" - -[[Wayland_protocols_jll."1.36.0+0".build_dependencies]] -name = "Wayland_jll" -target = "host" -version = "*" - -[[Wayland_protocols_jll."1.36.0+0".sources]] -hash = "71fd4de05e79f9a1ca559fac30c1f8365fa10346422f9fe795f74d77b9ef7e92" -url = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.36/downloads/wayland-protocols-1.36.tar.xz" - -[[Wayland_protocols_jll."1.44.0+0".build_dependencies]] -name = "Wayland_jll" -target = "host" -version = "*" - -[[Wayland_protocols_jll."1.44.0+0".sources]] -hash = "3df1107ecf8bfd6ee878aeca5d3b7afd81248a48031e14caf6ae01f14eebb50e" -url = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.44/downloads/wayland-protocols-1.44.tar.xz" - -[WhereAmI_jll."1.0.0+0"] -libraries = ["libwai"] - - [[WhereAmI_jll."1.0.0+0".sources]] - hash = "dcb52a058dc14530ba9ae05e4339bd3ddfae0e0e" - repo = "https://github.com/gpakosz/whereami" - -[WhiteboxTools_jll."2.0.0+0"] -executables = ["quinn_flow_accumulation", "qin_flow_accumulation", "raster_calculator", "rho8_flow_accumulation", "edge_contamination", "whitebox_tools", "split_vector_lines", "exposure_towards_wind_flux", "conditional_evaluation"] - - [[WhiteboxTools_jll."2.0.0+0".sources]] - hash = "18705fc948bdb2f96cd816e5a72d36b9cc460aa8c910383d23fdbd61641aab60" - url = "https://github.com/jblindsay/whitebox-tools/archive/refs/tags/v2.0.0.tar.gz" - -[WhiteboxTools_jll."2.1.0+0"] -executables = ["quinn_flow_accumulation", "qin_flow_accumulation", "raster_calculator", "rho8_flow_accumulation", "edge_contamination", "whitebox_tools", "split_vector_lines", "exposure_towards_wind_flux", "conditional_evaluation"] - - [[WhiteboxTools_jll."2.1.0+0".sources]] - hash = "d4f252c84b37a6b70331c59fd930ffa9a574c5e1" - repo = "https://github.com/jblindsay/whitebox-tools.git" - -[Wigxjpf_jll."1.11.0+0"] -libraries = ["libwigxjpf_shared"] - - [[Wigxjpf_jll."1.11.0+0".sources]] - hash = "5d078bbbf87c917d0df3c5e2204cbd8a51041517630ac84bdca728611ea2f12f" - url = "http://fy.chalmers.se/subatom/wigxjpf/wigxjpf-latest.tar.gz" - -[WiringPi_jll."3.14.0+0"] -libraries = ["libwiringPi"] - - [[WiringPi_jll."3.14.0+0".sources]] - hash = "4639b7ac45ff87a9c2271a3d44f7fccb618c88ff" - repo = "https://github.com/WiringPi/WiringPi.git" - [[WiringPi_jll."3.14.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d7ee54b053a23b84af9ae709c3a69d756124e54a//W/WiringPi/./bundled" - -[WiringPi_jll."3.16.0+0"] -libraries = ["libwiringPi"] - - [[WiringPi_jll."3.16.0+0".sources]] - hash = "b2af17eea92238fa99dae5bf174b3cdf81b78656" - repo = "https://github.com/WiringPi/WiringPi.git" - [[WiringPi_jll."3.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4cb88116c60e302857baa5b22fb17b48694e5bf3//W/WiringPi/./bundled" - -[Woff2_jll."1.0.2+0"] -libraries = ["libwoff2common", "libwoff2enc", "libwoff2dec"] - - [[Woff2_jll."1.0.2+0".sources]] - hash = "1bccf208bca986e53a647dfe4811322adb06ecf8" - repo = "https://github.com/google/woff2.git" - -[WolframAppDiscovery_jll."0.4.3+0"] -executables = ["wolfram-app-discovery"] - - [[WolframAppDiscovery_jll."0.4.3+0".sources]] - hash = "aa6feb10261593d7c6f13062f7f68b47a8b130b8" - repo = "https://github.com/WolframResearch/wolfram-app-discovery-rs.git" - -[WolframAppDiscovery_jll."0.4.4+0"] -executables = ["wolfram-app-discovery"] - - [[WolframAppDiscovery_jll."0.4.4+0".sources]] - hash = "55969f54191335206267cb11c99176515b6de540" - repo = "https://github.com/WolframResearch/wolfram-app-discovery-rs.git" - -[Word2Vec_jll."0.1.0+0"] -executables = ["word2vec", "word2phrase"] - - [[Word2Vec_jll."0.1.0+0".sources]] - hash = "20c129af10659f7c50e86e3be406df663beff438" - repo = "https://github.com/tmikolov/word2vec.git" - [[Word2Vec_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/299df1c63d29c6e84614e996b2db288bfd7e674f//W/Word2Vec/./bundled" - -[WrapIt_jll."1.1.1+0"] -executables = ["wrapit"] - - [[WrapIt_jll."1.1.1+0".build_dependencies]] - name = "XML2_jll" - target = "target" - uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a" - version = "*" - [[WrapIt_jll."1.1.1+0".build_dependencies]] - name = "Clang_jll" - target = "target" - uuid = "0ee61d77-7f21-5576-8119-9fcc46b10100" - version = "16.0.6+3" - - [[WrapIt_jll."1.1.1+0".sources]] - hash = "85276a28d1d1d0f7719d7d798534bb265f462606" - repo = "https://github.com/grasph/wrapit.git" - [[WrapIt_jll."1.1.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[WrapIt_jll."1.3.1+0"] -executables = ["wrapit"] - - [[WrapIt_jll."1.3.1+0".build_dependencies]] - name = "XML2_jll" - target = "target" - uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a" - version = "*" - [[WrapIt_jll."1.3.1+0".build_dependencies]] - name = "Clang_jll" - target = "target" - uuid = "0ee61d77-7f21-5576-8119-9fcc46b10100" - version = "16.0.6+3" - [[WrapIt_jll."1.3.1+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" - version = "1.1.23+0" - - [[WrapIt_jll."1.3.1+0".sources]] - hash = "d04af84417f2c3d580ce22695ceb7eb15d624e9a" - repo = "https://github.com/grasph/wrapit.git" - [[WrapIt_jll."1.3.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[WrapIt_jll."1.3.2+0"] -executables = ["wrapit"] - - [[WrapIt_jll."1.3.2+0".build_dependencies]] - name = "XML2_jll" - target = "target" - uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a" - version = "*" - [[WrapIt_jll."1.3.2+0".build_dependencies]] - name = "Clang_jll" - target = "target" - uuid = "0ee61d77-7f21-5576-8119-9fcc46b10100" - version = "16.0.6+3" - [[WrapIt_jll."1.3.2+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" - version = "1.1.23+0" - - [[WrapIt_jll."1.3.2+0".sources]] - hash = "b8da541548e4f265f6b2932bd5d19711fd83856e" - repo = "https://github.com/grasph/wrapit.git" - [[WrapIt_jll."1.3.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[WrapIt_jll."1.3.3+0"] -executables = ["wrapit"] - - [[WrapIt_jll."1.3.3+0".build_dependencies]] - name = "XML2_jll" - target = "target" - uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a" - version = "*" - [[WrapIt_jll."1.3.3+0".build_dependencies]] - name = "Clang_jll" - target = "target" - uuid = "0ee61d77-7f21-5576-8119-9fcc46b10100" - version = "16.0.6+3" - [[WrapIt_jll."1.3.3+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" - version = "1.1.23+0" - - [[WrapIt_jll."1.3.3+0".sources]] - hash = "1bd07c736282b6a51bb8036b0a2fd820550a8e8f" - repo = "https://github.com/grasph/wrapit.git" - [[WrapIt_jll."1.3.3+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[WrapIt_jll."1.4.0+0"] -executables = ["wrapit"] - - [[WrapIt_jll."1.4.0+0".build_dependencies]] - name = "XML2_jll" - target = "target" - uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a" - version = "*" - [[WrapIt_jll."1.4.0+0".build_dependencies]] - name = "Clang_jll" - target = "target" - uuid = "0ee61d77-7f21-5576-8119-9fcc46b10100" - version = "16.0.6+3" - [[WrapIt_jll."1.4.0+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" - version = "1.1.23+0" - - [[WrapIt_jll."1.4.0+0".sources]] - hash = "5168a24862f6cc8a74cdd0c9427dee1baab4fa81" - repo = "https://github.com/grasph/wrapit.git" - [[WrapIt_jll."1.4.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[WrapIt_jll."1.5.0+0"] -executables = ["wrapit"] - - [[WrapIt_jll."1.5.0+0".build_dependencies]] - name = "XML2_jll" - target = "target" - uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a" - version = "*" - [[WrapIt_jll."1.5.0+0".build_dependencies]] - name = "Clang_jll" - target = "target" - uuid = "0ee61d77-7f21-5576-8119-9fcc46b10100" - version = "19.1.7+0" - - [[WrapIt_jll."1.5.0+0".sources]] - hash = "930ecdc8fd5d595b504c42d938bcc2f7fa3a97d4" - repo = "https://github.com/grasph/wrapit.git" - [[WrapIt_jll."1.5.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[X13as_jll."1.1.60+0"] -executables = ["x13as_ascii", "x13as_html"] -files = ["docs/testairline.spc", "docs/docx13as.pdf", "docs/qrefX13ASunix.pdf", "docs/docX13ASHTML.pdf", "docs/qrefX13ASHTMLunix.pdf"] - - [[X13as_jll."1.1.60+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/14e967261bd76f737b1f5e378bf938f68893dee5//X/X13as/./bundled" - [[X13as_jll."1.1.60+0".sources]] - hash = "2bd53953a1bdd238a128b89e95e8e5fc14f33aa4a9e4c7f0fc3fe7323b73131c" - url = "https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b60.tar.gz" - [[X13as_jll."1.1.60+0".sources]] - hash = "642f6b6a969c5c311252ca83845ea391ab8c3d59840c4dc2508f9c86095c7757" - url = "https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_htmlsrc-v1-1-b60.tar.gz" - [[X13as_jll."1.1.60+0".sources]] - hash = "593e6b63024181c9550c281587bfeb28b2dcf1658f4495d42eb8933c6868ee36" - url = "https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_ascii-v1-1-b60.tar.gz" - [[X13as_jll."1.1.60+0".sources]] - hash = "a9f55329373092c33ed5b1908094c0dc037cc05bf8789bd4f7156abcaa2200ed" - url = "https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_html-v1-1-b60.tar.gz" - -[XDiag_jll."0.2.0+0"] -libraries = ["libxdiagjl"] - - [[XDiag_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[XDiag_jll."0.2.0+0".sources]] - hash = "9a91ed0511299ea9f5ab9fbc1d5b8d2fd74a750d" - repo = "https://github.com/awietek/xdiag.git" - -[XDiag_jll."0.2.0+1"] -libraries = ["libxdiagjl"] - - [[XDiag_jll."0.2.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[XDiag_jll."0.2.0+1".sources]] - hash = "614f91cbe1beb679cbb687739c6b308e0f49b699" - repo = "https://github.com/awietek/xdiag.git" - -[XDiag_jll."0.2.1+0"] -libraries = ["libxdiagjl"] - - [[XDiag_jll."0.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[XDiag_jll."0.2.1+0".sources]] - hash = "f2c77f8575f06a6d2614c22440676afd76f53fbc" - repo = "https://github.com/awietek/xdiag.git" - -[XDiag_jll."0.2.2+0"] -libraries = ["libxdiagjl"] - - [[XDiag_jll."0.2.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[XDiag_jll."0.2.2+0".sources]] - hash = "d9d3fcab99fbb6502b7946324b31a79c1d35d559" - repo = "https://github.com/awietek/xdiag.git" - -[XDiag_jll."0.2.2+1"] -libraries = ["libxdiagjl"] - - [[XDiag_jll."0.2.2+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[XDiag_jll."0.2.2+1".sources]] - hash = "9f3b148e8983a5c1e3186af76ee8628950bfd5ee" - repo = "https://github.com/awietek/xdiag.git" - -[XDiag_jll."0.3.1+0"] -libraries = ["libxdiagjl"] - - [[XDiag_jll."0.3.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[XDiag_jll."0.3.1+0".sources]] - hash = "d8d431f37b7aa9b21942d23c98765fd86db9ee24" - repo = "https://github.com/awietek/xdiag.git" - -[XDiag_jll."0.3.2+0"] -libraries = ["libxdiagjl"] - - [[XDiag_jll."0.3.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[XDiag_jll."0.3.2+0".sources]] - hash = "a92014fbd0f8aab455d0a1595812a9818785d243" - repo = "https://github.com/awietek/xdiag.git" - -[XDiag_jll."0.3.3+0"] -libraries = ["libxdiagjl"] - - [[XDiag_jll."0.3.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.17" - - [[XDiag_jll."0.3.3+0".sources]] - hash = "a5f50e367e60c739360ad4f81d47ae1759d2e045" - repo = "https://github.com/awietek/xdiag.git" - -[XGBoost_GPU_jll."2.1.4+0"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_GPU_jll."2.1.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.8.0" - [[XGBoost_GPU_jll."2.1.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[XGBoost_GPU_jll."2.1.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - [[XGBoost_GPU_jll."2.1.4+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - - [[XGBoost_GPU_jll."2.1.4+0".sources]] - hash = "62e7923619352c4079b24303b367134486b1c84f" - repo = "https://github.com/dmlc/xgboost.git" - -[XGBoost_GPU_jll."2.1.5+0"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.1" - [[XGBoost_GPU_jll."2.1.5+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.9.1" - - [[XGBoost_GPU_jll."2.1.5+0".sources]] - hash = "62e7923619352c4079b24303b367134486b1c84f" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_GPU_jll."2.1.5+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[XGBoost_jll."0.82.0+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."0.82.0+0".sources]] - hash = "bf3241368256ddd010d30d98ffc8a0a005f166e9" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."0.82.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1a9daf84e1fe92d535e143645578e33c8c604477//X/XGBoost/./bundled" - -[XGBoost_jll."0.82.0+1"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."0.82.0+1".sources]] - hash = "bf3241368256ddd010d30d98ffc8a0a005f166e9" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."0.82.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/adc1c1dd36d6990724a7c5b82105e3b8f49e4ce2//X/XGBoost/./bundled" - -[XGBoost_jll."0.82.0+2"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."0.82.0+2".sources]] - hash = "bf3241368256ddd010d30d98ffc8a0a005f166e9" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."0.82.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5606be13268295d6a6f0dc0cb0c77e71ce1aae19//X/XGBoost/./bundled" - -[XGBoost_jll."1.1.0+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.1.0+0".sources]] - hash = "f5d4fddafec7ff0e908b776e0cebf554df6b89d0" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9b0a16a6b9f97284b3c24d2c21e7a4f985f40207//X/XGBoost/./bundled" - -[XGBoost_jll."1.1.1+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.1.1+0".sources]] - hash = "34408a7fdcebc0e32142ed2f52156ea65d813400" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f5bbed9864bc4b8f72ae4299d11e591cfeae6b04//X/XGBoost/./bundled" - -[XGBoost_jll."1.2.0+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.2.0+0".sources]] - hash = "738786680b65b6f7716e9db2ae60161c6121926f" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/167f21408ba94da5fcd29752724fbf3e1d405f63//X/XGBoost/./bundled" - -[XGBoost_jll."1.4.2+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.4.2+0".sources]] - hash = "522b8977c27b422a4cdbe1ecc59a4d57a5df2c36" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.4.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8e737d431e6315aa113c243bc65893353b94b037//X/XGBoost/./bundled" - -[XGBoost_jll."1.5.1+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.5.1+0".sources]] - hash = "eb69c6110ae991ffcf05b60940e25ff8eb134a28" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/81deec906e429ca6a3618da3395e97be00fcaa7c//X/XGBoost/./bundled" - -[XGBoost_jll."1.5.2+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.5.2+0".sources]] - hash = "742c19f3ecf2135b4e008a4f4a10b59add8b1045" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1b50347f46b67f6519f3c601c08539cb75af86f4//X/XGBoost/./bundled" - -[XGBoost_jll."1.6.1+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.6.1+0".sources]] - hash = "5d92a7d936fc3fad4c7ecb6031c3c1c7da882a14" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ebffa8d5d4b0323082984ad0f5f183741a025e60//X/XGBoost/./bundled" - [[XGBoost_jll."1.6.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[XGBoost_jll."1.6.1+1"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.6.1+1".sources]] - hash = "5d92a7d936fc3fad4c7ecb6031c3c1c7da882a14" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.6.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ef486f0a41c3ea81dfb13cf64deaeaf748569f75//X/XGBoost/./bundled" - -[XGBoost_jll."1.6.2+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.6.2+0".sources]] - hash = "b9934246faa9a25e10a12339685dfbe56d56f70b" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.6.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ee1024f6cf15f85054e4e67b5594e2763fc61222//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.0+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.0+0".sources]] - hash = "4bc59ef7c33061d17820137253d617b051a72d65" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7acc1a5c3636171ff5dda0ef23905d0d6ed71f76//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.1+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.1+0".sources]] - hash = "534c940a7ea50ab3b8a827546ac9908f859379f2" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a3d6fcc35cce625b8cba39d5ca7ce3b7f3ae0eac//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.1+1"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.1+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[XGBoost_jll."1.7.1+1".sources]] - hash = "534c940a7ea50ab3b8a827546ac9908f859379f2" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fe92df1d643fb89959e087dda0295f909c47862f//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.2+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.2+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[XGBoost_jll."1.7.2+0".sources]] - hash = "62ed8b5fef01d960b5e180b6c3ab170b5f7a85d2" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/528b1d50c7b651a06af5216fc2ece9146bb73017//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.3+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.3+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[XGBoost_jll."1.7.3+0".sources]] - hash = "ccf43d4ba0a94e2f0a3cc5a526197539ae46f410" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8e7a9c4f1761fcb71c8d2e33688d36ff6fb9f9d2//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.4+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.4+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - - [[XGBoost_jll."1.7.4+0".sources]] - hash = "36ad160501251336bfe69b602acc37ab3ec32d69" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/269fb27bcf05e3c487233daac38408f596eb04e0//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.5+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.5+0".build_dependencies]] - name = "LLVMOpenMP_jll" - target = "target" - uuid = "1d63c593-3942-5779-bab2-d838dc0a180e" - version = "*" - [[XGBoost_jll."1.7.5+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[XGBoost_jll."1.7.5+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - - [[XGBoost_jll."1.7.5+0".sources]] - hash = "21d95f3d8f23873a76f8afaad0fee5fa3e00eafe" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b4fd375e4f672698e3a744e8ec9176c8f35ba3a0//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.5+1"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.5+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[XGBoost_jll."1.7.5+1".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - - [[XGBoost_jll."1.7.5+1".sources]] - hash = "21d95f3d8f23873a76f8afaad0fee5fa3e00eafe" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6e207592badee5541a478129709f393589b1fa99//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.5+2"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.5+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[XGBoost_jll."1.7.5+2".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - - [[XGBoost_jll."1.7.5+2".sources]] - hash = "21d95f3d8f23873a76f8afaad0fee5fa3e00eafe" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.5+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/54f56abe2417f745c502dc6dcbd8bdda604d1e3f//X/XGBoost/./bundled" - -[XGBoost_jll."1.7.6+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."1.7.6+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.0.3" - [[XGBoost_jll."1.7.6+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - - [[XGBoost_jll."1.7.6+0".sources]] - hash = "36eb41c960483c8b52b44082663c99e6a0de440a" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."1.7.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/54089f5fc7de32bbfde9081d8e7487480cc64f84//X/XGBoost/./bundled" - -[XGBoost_jll."2.0.0+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."2.0.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[XGBoost_jll."2.0.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - - [[XGBoost_jll."2.0.0+0".sources]] - hash = "096047c547aa71af7d53a507cecdd2a1d3124651" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."2.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dda79667ee1eeead78ff0cb57c274498abf99cc2//X/XGBoost/./bundled" - [[XGBoost_jll."2.0.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[XGBoost_jll."2.0.1+0"] -executables = ["xgboost"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."2.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "11.4.4" - [[XGBoost_jll."2.0.1+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.0.1" - - [[XGBoost_jll."2.0.1+0".sources]] - hash = "a408254c2f0c4a39a04430f9894579038414cb31" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."2.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d1c8288cb290ed13b0be1c5af32905a4f1ba847f//X/XGBoost/./bundled" - [[XGBoost_jll."2.0.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[XGBoost_jll."2.1.4+0"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."2.1.4+0".sources]] - hash = "62e7923619352c4079b24303b367134486b1c84f" - repo = "https://github.com/dmlc/xgboost.git" - -[XGBoost_jll."2.1.5+0"] -libraries = ["libxgboost", "xgboost"] - - [[XGBoost_jll."2.1.5+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[XGBoost_jll."2.1.5+0".sources]] - hash = "62e7923619352c4079b24303b367134486b1c84f" - repo = "https://github.com/dmlc/xgboost.git" - [[XGBoost_jll."2.1.5+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[XLA_Tools_jll."2.2.1+0"] -executables = ["show_signature", "show_literal", "convert_computation", "show_text_literal", "dumped_computation_to_text", "dumped_computation_to_operation_list"] - - [[XLA_Tools_jll."2.2.1+0".sources]] - hash = "e6a28e64236d729e598dbeaa02152219e67d0ac94d6ed22438606026a02e0f88" - url = "https://github.com/tensorflow/tensorflow/archive/v2.2.1.tar.gz" - -[XML2_jll."2.9.9+0"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.9+0".sources]] - hash = "d673f0284cec867ee00872a8152e0c3c09852f17fd9aa93f07579a37534f0bfe" - url = "https://github.com/GNOME/libxml2/archive/v2.9.9.tar.gz" - -[XML2_jll."2.9.9+1"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.9+1".sources]] - hash = "d673f0284cec867ee00872a8152e0c3c09852f17fd9aa93f07579a37534f0bfe" - url = "https://github.com/GNOME/libxml2/archive/v2.9.9.tar.gz" - -[XML2_jll."2.9.9+2"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.9+2".sources]] - hash = "d673f0284cec867ee00872a8152e0c3c09852f17fd9aa93f07579a37534f0bfe" - url = "https://github.com/GNOME/libxml2/archive/v2.9.9.tar.gz" - -[XML2_jll."2.9.9+3"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.9+3".sources]] - hash = "d673f0284cec867ee00872a8152e0c3c09852f17fd9aa93f07579a37534f0bfe" - url = "https://github.com/GNOME/libxml2/archive/v2.9.9.tar.gz" - -[XML2_jll."2.9.9+4"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.9+4".sources]] - hash = "d673f0284cec867ee00872a8152e0c3c09852f17fd9aa93f07579a37534f0bfe" - url = "https://github.com/GNOME/libxml2/archive/v2.9.9.tar.gz" - -[XML2_jll."2.9.9+5"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.9+5".sources]] - hash = "d673f0284cec867ee00872a8152e0c3c09852f17fd9aa93f07579a37534f0bfe" - url = "https://github.com/GNOME/libxml2/archive/v2.9.9.tar.gz" - -[XML2_jll."2.9.10+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.10+0".sources]] - hash = "3bdffb4d728e4dc135b3210bf2a2cebb76548b820a5617c68abb7b83654066dd" - url = "https://github.com/GNOME/libxml2/archive/v2.9.10.tar.gz" - -[XML2_jll."2.9.10+1"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.10+1".sources]] - hash = "3bdffb4d728e4dc135b3210bf2a2cebb76548b820a5617c68abb7b83654066dd" - url = "https://github.com/GNOME/libxml2/archive/v2.9.10.tar.gz" - -[XML2_jll."2.9.10+2"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.10+2".sources]] - hash = "3bdffb4d728e4dc135b3210bf2a2cebb76548b820a5617c68abb7b83654066dd" - url = "https://github.com/GNOME/libxml2/archive/v2.9.10.tar.gz" - -[XML2_jll."2.9.10+3"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.10+3".sources]] - hash = "3bdffb4d728e4dc135b3210bf2a2cebb76548b820a5617c68abb7b83654066dd" - url = "https://github.com/GNOME/libxml2/archive/v2.9.10.tar.gz" - -[XML2_jll."2.9.11+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.11+0".sources]] - hash = "3bdffb4d728e4dc135b3210bf2a2cebb76548b820a5617c68abb7b83654066dd" - url = "https://github.com/GNOME/libxml2/archive/v2.9.10.tar.gz" - -[XML2_jll."2.9.12+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.12+0".sources]] - hash = "8a4ddd706419c210b30b8978a51388937fd9362c34fc9a3d69e4fcc6f8055ee0" - url = "https://github.com/GNOME/libxml2/archive/v2.9.12.tar.gz" - -[XML2_jll."2.9.14+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.9.14+0".sources]] - hash = "77e7c7240ce447582d2c3471f050423c01ec0e201c3bf2fd6731064d1891f362" - url = "https://github.com/GNOME/libxml2/archive/v2.9.14.tar.gz" - -[XML2_jll."2.10.3+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.10.3+0".sources]] - hash = "3f9fb74bb02049f3454892c88d3e57a23e30a88a7d444a80064625af2f543898" - url = "https://github.com/GNOME/libxml2/archive/v2.10.3.tar.gz" - -[XML2_jll."2.10.4+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.10.4+0".sources]] - hash = "1aa47bd54f9e0245686d494fbbbfa4e3e77b6fc4f988708383de8a1033292e66" - url = "https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.10.4/libxml2-v2.10.4.tar.gz" - -[XML2_jll."2.11.5+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.11.5+0".sources]] - hash = "3727b078c360ec69fa869de14bd6f75d7ee8d36987b071e6928d4720a28df3a6" - url = "https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.5.tar.xz" - -[XML2_jll."2.12.0+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.12.0+0".sources]] - hash = "431521c8e19ca396af4fa97743b5a6bfcccddbba90e16426a15e5374cd64fe0d" - url = "https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.0.tar.xz" - [[XML2_jll."2.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cba70ba71252dd11918a2e90646a8a96a188d9b6//X/XML2/./bundled" - -[XML2_jll."2.12.2+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.12.2+0".sources]] - hash = "3f2e6464fa15073eb8f3d18602d54fafc489b7715171064615a40490c6be9f4f" - url = "https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.2.tar.xz" - -[XML2_jll."2.12.5+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.12.5+0".sources]] - hash = "a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21" - url = "https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.5.tar.xz" - -[XML2_jll."2.12.6+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.12.6+0".sources]] - hash = "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb" - url = "https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.6.tar.xz" - -[XML2_jll."2.12.7+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.12.7+0".sources]] - hash = "24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56" - url = "https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.7.tar.xz" - -[XML2_jll."2.13.1+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.13.1+0".sources]] - hash = "25239263dc37f5f55a5393eff27b35f0b7d9ea4b2a7653310598ea8299e3b741" - url = "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.1.tar.xz" - -[XML2_jll."2.13.3+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.13.3+0".sources]] - hash = "0805d7c180cf09caad71666c7a458a74f041561a532902454da5047d83948138" - url = "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.3.tar.xz" - -[XML2_jll."2.13.4+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.13.4+0".sources]] - hash = "65d042e1c8010243e617efb02afda20b85c2160acdbfbcb5b26b80cec6515650" - url = "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.4.tar.xz" - -[XML2_jll."2.13.5+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.13.5+0".sources]] - hash = "74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6" - url = "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.5.tar.xz" - -[XML2_jll."2.13.6+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.13.6+0".sources]] - hash = "74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6" - url = "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.5.tar.xz" - -[XML2_jll."2.13.6+1"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.13.6+1".sources]] - hash = "f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96" - url = "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.tar.xz" - -[XML2_jll."2.13.8+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.13.8+0".sources]] - hash = "277294cb33119ab71b2bc81f2f445e9bc9435b893ad15bb2cd2b0e859a0ee84a" - url = "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.8.tar.xz" - -[XML2_jll."2.13.9+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.13.9+0".sources]] - hash = "a2c9ae7b770da34860050c309f903221c67830c86e4a7e760692b803df95143a" - url = "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.9.tar.xz" - -[XML2_jll."2.14.1+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.14.1+0".sources]] - hash = "310df85878b65fa717e5e28e0d9e8f6205fd29d883929303a70a4f2fc4f6f1f2" - url = "https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.1.tar.xz" - -[XML2_jll."2.14.4+0"] -executables = ["xmlcatalog", "xmllint"] -libraries = ["libxml2"] - - [[XML2_jll."2.14.4+0".sources]] - hash = "24175ec30a97cfa86bdf9befb7ccf4613f8f4b2713c5103e0dd0bc9c711a2773" - url = "https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.4.tar.xz" - -[XNNPACK_jll."0.0.20200225+0"] -libraries = ["libXNNPACK"] - - [[XNNPACK_jll."0.0.20200225+0".sources]] - hash = "7493bfb9d412e59529bcbced6a902d44cfa8ea1c" - repo = "https://github.com/google/XNNPACK.git" - [[XNNPACK_jll."0.0.20200225+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/722f0a81f92e0e25d7eeccf465f28efbdc02f8b5//X/XNNPACK/./bundled" - [[XNNPACK_jll."0.0.20200225+0".sources]] - hash = "d5e37adf1406cf899d7d9ec1d317c47506ccb970" - repo = "https://github.com/pytorch/cpuinfo.git" - [[XNNPACK_jll."0.0.20200225+0".sources]] - hash = "ba1d31f5eed2eb4a69e4dea3870a68c7c95f998f" - repo = "https://github.com/Maratyszcza/FP16.git" - [[XNNPACK_jll."0.0.20200225+0".sources]] - hash = "f8c5354679ec2597792bc70a9e06eff50c508b9a" - repo = "https://github.com/Maratyszcza/FXdiv.git" - [[XNNPACK_jll."0.0.20200225+0".sources]] - hash = "10b4ffc6ea9e2e11668f86969586f88bc82aaefa" - repo = "https://github.com/Maratyszcza/psimd.git" - [[XNNPACK_jll."0.0.20200225+0".sources]] - hash = "7ad026703b3109907ad124025918da15cfd3f100" - repo = "https://github.com/Maratyszcza/pthreadpool.git" - -[XNNPACK_jll."0.0.20200323+0"] -libraries = ["libXNNPACK"] - - [[XNNPACK_jll."0.0.20200323+0".sources]] - hash = "1b354636b5942826547055252f3b359b54acff95" - repo = "https://github.com/google/XNNPACK.git" - [[XNNPACK_jll."0.0.20200323+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/850fb0e0f0dc91fd5a5d5e700b1d1e16245b965e//X/XNNPACK/./bundled" - [[XNNPACK_jll."0.0.20200323+0".sources]] - hash = "d5e37adf1406cf899d7d9ec1d317c47506ccb970" - repo = "https://github.com/pytorch/cpuinfo.git" - [[XNNPACK_jll."0.0.20200323+0".sources]] - hash = "ba1d31f5eed2eb4a69e4dea3870a68c7c95f998f" - repo = "https://github.com/Maratyszcza/FP16.git" - [[XNNPACK_jll."0.0.20200323+0".sources]] - hash = "f8c5354679ec2597792bc70a9e06eff50c508b9a" - repo = "https://github.com/Maratyszcza/FXdiv.git" - [[XNNPACK_jll."0.0.20200323+0".sources]] - hash = "88882f601f8179e1987b7e7cf4a8012c9080ad44" - repo = "https://github.com/Maratyszcza/psimd.git" - [[XNNPACK_jll."0.0.20200323+0".sources]] - hash = "ebd50d0cfa3664d454ffdf246fcd228c3b370a11" - repo = "https://github.com/Maratyszcza/pthreadpool.git" - -[XNNPACK_jll."0.0.20210622+0"] -libraries = ["libXNNPACK"] - - [[XNNPACK_jll."0.0.20210622+0".build_dependencies]] - name = "FP16_jll" - target = "target" - version = "0.0.20210320" - - [[XNNPACK_jll."0.0.20210622+0".sources]] - hash = "79cd5f9e18ad0925ac9a050b00ea5a36230072db" - repo = "https://github.com/google/XNNPACK.git" - [[XNNPACK_jll."0.0.20210622+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/728e7c9e273188fefbe5ac008949f269fd9c97a3//X/XNNPACK/./bundled" - -[XPA_jll."2.1.19+0"] -executables = ["xpamb", "xpaget", "xpainfo", "xpans", "xpaset", "xpaaccess"] - - [[XPA_jll."2.1.19+0".sources]] - hash = "c0452e139134d6d1677b5e6fda2ad5283c8ba4c7" - repo = "https://github.com/ericmandel/xpa.git" - -[XPA_jll."2.1.20+0"] -executables = ["xpamb", "xpaget", "xpainfo", "xpans", "xpaset", "xpaaccess"] -libraries = ["libxpa"] - - [[XPA_jll."2.1.20+0".sources]] - hash = "923cc1bc7e761424b87049b1a20853eefe921388" - repo = "https://github.com/ericmandel/xpa.git" - -[XPA_jll."2.1.21+0"] -executables = ["xpamb", "xpaget", "xpainfo", "xpans", "xpaset", "xpaaccess"] -libraries = ["libxpa"] - - [[XPA_jll."2.1.21+0".sources]] - hash = "923cc1bc7e761424b87049b1a20853eefe921388" - repo = "https://github.com/ericmandel/xpa.git" - -[XPA_jll."2.1.22+0"] -executables = ["xpamb", "xpaget", "xpainfo", "xpans", "xpaset", "xpaaccess"] -libraries = ["libxpa"] - - [[XPA_jll."2.1.22+0".sources]] - hash = "923cc1bc7e761424b87049b1a20853eefe921388" - repo = "https://github.com/ericmandel/xpa.git" - -[XRootD_cxxwrap_jll."0.1.0+0"] -files = ["XRootD-export.jl"] -libraries = ["libXRootDWrap"] - - [[XRootD_cxxwrap_jll."0.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[XRootD_cxxwrap_jll."0.1.0+0".sources]] - hash = "f924f95f0b3fc396ca496ea0f88f2ca15fcb92ee" - repo = "https://github.com/peremato/XRootD_cxxwrap.git" - -[XRootD_cxxwrap_jll."0.2.0+0"] -files = ["XRootD-export.jl"] -libraries = ["libXRootDWrap"] - - [[XRootD_cxxwrap_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[XRootD_cxxwrap_jll."0.2.0+0".sources]] - hash = "17bd088e2cd5a1a225afc2e4206183f46a416ece" - repo = "https://github.com/peremato/XRootD_cxxwrap.git" - -[XRootD_cxxwrap_jll."0.3.0+0"] -files = ["XRootD-export.jl"] -libraries = ["libXRootDWrap"] - - [[XRootD_cxxwrap_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[XRootD_cxxwrap_jll."0.3.0+0".sources]] - hash = "4af0b18f344941bd3795a89a237f9bf69e54d993" - repo = "https://github.com/peremato/XRootD_cxxwrap.git" - -[XRootD_jll."5.4.3+0"] -executables = ["frm_xfragent", "xrdmapc", "xrdsssadmin", "xrdpwdadmin", "frm_xfrd", "xrdacctest", "frm_purged", "xrdfs", "xrootd", "xrdcrc32c", "wait41", "xrdpfc_print", "cconfig", "xrdcp", "xrdgsiproxy", "frm_admin", "mpxstats", "xrdgsitest", "cmsd", "xrdadler32", "xrdpinls"] -libraries = ["libXrdPss-5", "libXrdClProxyPlugin-5", "libXrdCl", "libXrdXrootd-5", "libXrdSecunix-5", "libXrdHttpUtils", "libXrdSecpwd-5", "libXrdPosix", "libXrdHttp-5", "libXrdCksCalczcrc32-5", "libXrdServer", "libXrdPfc-5", "libXrdSsiLib", "libXrdOfsPrepGPI-5", "libXrdSec-5", "libXrdPosixPreload", "libXrdSecgsiGMAPDN-5", "libXrdAppUtils", "libXrdBlacklistDecision-5", "libXrdOssCsi-5", "libXrdCmsRedirectLocal-5", "libXrdBwm-5", "libXrdSsi-5", "libXrdXml", "libXrdOssSIgpfsT-5", "libXrdSsiLog-5", "libXrdUtils", "libXrdSecgsiAUTHZVO-5", "libXrdCrypto", "libXrdCryptossl-5", "libXrdSecProt-5", "libXrdSecgsi-5", "libXrdSecsss-5", "libXrdFfs", "libXrdCryptoLite", "libXrdSsiShMap", "libXrdN2No2p-5", "libXrdThrottle-5"] - - [[XRootD_jll."5.4.3+0".sources]] - hash = "56a29c88232f2f384e151b148fcaaa8d8db5c5fdc4615193978c8f4f3a99663c" - url = "https://github.com/xrootd/xrootd/archive/refs/tags/v5.4.3.tar.gz" - -[XRootD_jll."5.5.4+0"] -executables = ["frm_xfragent", "xrdmapc", "xrdsssadmin", "xrdpwdadmin", "frm_xfrd", "xrdacctest", "frm_purged", "xrdfs", "xrootd", "xrdcrc32c", "wait41", "xrdpfc_print", "cconfig", "xrdcp", "xrdgsiproxy", "frm_admin", "mpxstats", "xrdgsitest", "cmsd", "xrdadler32", "xrdpinls"] -libraries = ["libXrdPss-5", "libXrdClProxyPlugin-5", "libXrdCl", "libXrdXrootd-5", "libXrdSecunix-5", "libXrdHttpUtils", "libXrdSecpwd-5", "libXrdPosix", "libXrdHttp-5", "libXrdCksCalczcrc32-5", "libXrdServer", "libXrdPfc-5", "libXrdSsiLib", "libXrdOfsPrepGPI-5", "libXrdSec-5", "libXrdPosixPreload", "libXrdSecgsiGMAPDN-5", "libXrdAppUtils", "libXrdBlacklistDecision-5", "libXrdOssCsi-5", "libXrdCmsRedirectLocal-5", "libXrdBwm-5", "libXrdSsi-5", "libXrdXml", "libXrdOssSIgpfsT-5", "libXrdSsiLog-5", "libXrdUtils", "libXrdSecgsiAUTHZVO-5", "libXrdCrypto", "libXrdCryptossl-5", "libXrdSecProt-5", "libXrdSecgsi-5", "libXrdSecsss-5", "libXrdFfs", "libXrdCryptoLite", "libXrdSsiShMap", "libXrdN2No2p-5", "libXrdThrottle-5"] - - [[XRootD_jll."5.5.4+0".sources]] - hash = "41a8557ea2d118b1950282b17abea9230b252aa5ee1a5959173e2534b7d611d3" - url = "https://github.com/xrootd/xrootd/releases/download/v5.5.4/xrootd-5.5.4.tar.gz" - -[XRootD_jll."5.6.9+0"] -executables = ["frm_xfragent", "xrdmapc", "xrdsssadmin", "xrdpwdadmin", "frm_xfrd", "xrdacctest", "frm_purged", "xrdfs", "xrootd", "xrdcrc32c", "wait41", "xrdpfc_print", "cconfig", "xrdcp", "xrdgsiproxy", "frm_admin", "mpxstats", "xrdgsitest", "cmsd", "xrdadler32", "xrdpinls"] -files = ["lib/libXrdSecsss-5.so", "lib64/libXrdSecsss-5.so", "lib/libXrdSecgsi-5.so", "lib64/libXrdSecgsi-5.so", "lib/libXrdXrootd-5.so", "lib64/libXrdXrootd-5.so", "lib/libXrdThrottle-5.so", "lib64/libXrdThrottle-5.so", "lib/libXrdSsiLog-5.so", "lib64/libXrdSsiLog-5.so", "lib/libXrdSsi-5.so", "lib64/libXrdSsi-5.so", "lib/libXrdSecunix-5.so", "lib64/libXrdSecunix-5.so", "lib/libXrdSecpwd-5.so", "lib64/libXrdSecpwd-5.so", "lib/libXrdSecProt-5.so", "lib64/libXrdSecProt-5.so", "lib/libXrdSecgsiGMAPDN-5.so", "lib64/libXrdSecgsiGMAPDN-5.so", "lib/libXrdSecgsiAUTHZVO-5.so", "lib64/libXrdSecgsiAUTHZVO-5.so", "lib/libXrdSec-5.so", "lib64/libXrdSec-5.so", "lib/libXrdPss-5.so", "lib64/libXrdPss-5.so", "lib/libXrdPfc-5.so", "lib64/libXrdPfc-5.so", "lib/libXrdOssSIgpfsT-5.so", "lib64/libXrdOssSIgpfsT-5.so", "lib/libXrdOssCsi-5.so", "lib64/libXrdOssCsi-5.so", "lib/libXrdOfsPrepGPI-5.so", "lib64/libXrdOfsPrepGPI-5.so", "lib/libXrdN2No2p-5.so", "lib64/libXrdN2No2p-5.so", "lib/libXrdHttp-5.so", "lib64/libXrdHttp-5.so", "lib/libXrdCryptossl-5.so", "lib64/libXrdCryptossl-5.so", "lib/libXrdCmsRedirectLocal-5.so", "lib64/libXrdCmsRedirectLocal-5.so", "lib/libXrdClProxyPlugin-5.so", "lib64/libXrdClProxyPlugin-5.so", "lib/libXrdCksCalczcrc32-5.so", "lib64/libXrdCksCalczcrc32-5.so", "lib/libXrdBwm-5.so", "lib64/libXrdBwm-5.so", "lib/libXrdBlacklistDecision-5.so", "lib64/libXrdBlacklistDecision-5.so"] -libraries = ["libXrdXml", "libXrdUtils", "libXrdSsiShMap", "libXrdSsiLib", "libXrdServer", "libXrdPosixPreload", "libXrdPosix", "libXrdHttpUtils", "libXrdFfs", "libXrdCryptoLite", "libXrdCrypto", "libXrdCl", "libXrdAppUtils"] - - [[XRootD_jll."5.6.9+0".sources]] - hash = "44196167fbcf030d113e3749dfdecab934c43ec15e38e77481e29aac191ca3a8" - url = "https://github.com/xrootd/xrootd/releases/download/v5.6.9/xrootd-5.6.9.tar.gz" - -[XRootD_jll."5.7.1+0"] -executables = ["frm_xfragent", "xrdmapc", "xrdsssadmin", "xrdpwdadmin", "frm_xfrd", "xrdacctest", "frm_purged", "xrdfs", "xrootd", "xrdcrc32c", "wait41", "xrdpfc_print", "cconfig", "xrdcp", "xrdgsiproxy", "frm_admin", "mpxstats", "xrdgsitest", "cmsd", "xrdadler32", "xrdpinls"] -files = ["lib/libXrdSecsss-5.so", "lib64/libXrdSecsss-5.so", "lib/libXrdSecgsi-5.so", "lib64/libXrdSecgsi-5.so", "lib/libXrdXrootd-5.so", "lib64/libXrdXrootd-5.so", "lib/libXrdThrottle-5.so", "lib64/libXrdThrottle-5.so", "lib/libXrdSsiLog-5.so", "lib64/libXrdSsiLog-5.so", "lib/libXrdSsi-5.so", "lib64/libXrdSsi-5.so", "lib/libXrdSecunix-5.so", "lib64/libXrdSecunix-5.so", "lib/libXrdSecpwd-5.so", "lib64/libXrdSecpwd-5.so", "lib/libXrdSecProt-5.so", "lib64/libXrdSecProt-5.so", "lib/libXrdSecgsiGMAPDN-5.so", "lib64/libXrdSecgsiGMAPDN-5.so", "lib/libXrdSecgsiAUTHZVO-5.so", "lib64/libXrdSecgsiAUTHZVO-5.so", "lib/libXrdSec-5.so", "lib64/libXrdSec-5.so", "lib/libXrdPss-5.so", "lib64/libXrdPss-5.so", "lib/libXrdPfc-5.so", "lib64/libXrdPfc-5.so", "lib/libXrdOssSIgpfsT-5.so", "lib64/libXrdOssSIgpfsT-5.so", "lib/libXrdOssCsi-5.so", "lib64/libXrdOssCsi-5.so", "lib/libXrdOfsPrepGPI-5.so", "lib64/libXrdOfsPrepGPI-5.so", "lib/libXrdN2No2p-5.so", "lib64/libXrdN2No2p-5.so", "lib/libXrdHttp-5.so", "lib64/libXrdHttp-5.so", "lib/libXrdCryptossl-5.so", "lib64/libXrdCryptossl-5.so", "lib/libXrdCmsRedirectLocal-5.so", "lib64/libXrdCmsRedirectLocal-5.so", "lib/libXrdClProxyPlugin-5.so", "lib64/libXrdClProxyPlugin-5.so", "lib/libXrdCksCalczcrc32-5.so", "lib64/libXrdCksCalczcrc32-5.so", "lib/libXrdBwm-5.so", "lib64/libXrdBwm-5.so", "lib/libXrdBlacklistDecision-5.so", "lib64/libXrdBlacklistDecision-5.so"] -libraries = ["libXrdXml", "libXrdUtils", "libXrdSsiShMap", "libXrdSsiLib", "libXrdServer", "libXrdPosixPreload", "libXrdPosix", "libXrdHttpUtils", "libXrdFfs", "libXrdCryptoLite", "libXrdCrypto", "libXrdCl", "libXrdAppUtils"] - - [[XRootD_jll."5.7.1+0".sources]] - hash = "c28c9dc0a2f5d0134e803981be8b1e8b1c9a6ec13b49f5fa3040889b439f4041" - url = "https://github.com/xrootd/xrootd/releases/download/v5.7.1/xrootd-5.7.1.tar.gz" - -[XRootD_jll."5.7.2+0"] -executables = ["frm_xfragent", "xrdmapc", "xrdsssadmin", "xrdpwdadmin", "frm_xfrd", "xrdacctest", "frm_purged", "xrdfs", "xrootd", "xrdcrc32c", "wait41", "xrdpfc_print", "cconfig", "xrdcp", "xrdgsiproxy", "frm_admin", "mpxstats", "xrdgsitest", "cmsd", "xrdadler32", "xrdpinls"] -files = ["lib/libXrdSecsss-5.so", "lib64/libXrdSecsss-5.so", "lib/libXrdSecgsi-5.so", "lib64/libXrdSecgsi-5.so", "lib/libXrdXrootd-5.so", "lib64/libXrdXrootd-5.so", "lib/libXrdThrottle-5.so", "lib64/libXrdThrottle-5.so", "lib/libXrdSsiLog-5.so", "lib64/libXrdSsiLog-5.so", "lib/libXrdSsi-5.so", "lib64/libXrdSsi-5.so", "lib/libXrdSecunix-5.so", "lib64/libXrdSecunix-5.so", "lib/libXrdSecpwd-5.so", "lib64/libXrdSecpwd-5.so", "lib/libXrdSecProt-5.so", "lib64/libXrdSecProt-5.so", "lib/libXrdSecgsiGMAPDN-5.so", "lib64/libXrdSecgsiGMAPDN-5.so", "lib/libXrdSecgsiAUTHZVO-5.so", "lib64/libXrdSecgsiAUTHZVO-5.so", "lib/libXrdSec-5.so", "lib64/libXrdSec-5.so", "lib/libXrdPss-5.so", "lib64/libXrdPss-5.so", "lib/libXrdPfc-5.so", "lib64/libXrdPfc-5.so", "lib/libXrdOssSIgpfsT-5.so", "lib64/libXrdOssSIgpfsT-5.so", "lib/libXrdOssCsi-5.so", "lib64/libXrdOssCsi-5.so", "lib/libXrdOfsPrepGPI-5.so", "lib64/libXrdOfsPrepGPI-5.so", "lib/libXrdN2No2p-5.so", "lib64/libXrdN2No2p-5.so", "lib/libXrdHttp-5.so", "lib64/libXrdHttp-5.so", "lib/libXrdCryptossl-5.so", "lib64/libXrdCryptossl-5.so", "lib/libXrdCmsRedirectLocal-5.so", "lib64/libXrdCmsRedirectLocal-5.so", "lib/libXrdClProxyPlugin-5.so", "lib64/libXrdClProxyPlugin-5.so", "lib/libXrdCksCalczcrc32-5.so", "lib64/libXrdCksCalczcrc32-5.so", "lib/libXrdBwm-5.so", "lib64/libXrdBwm-5.so", "lib/libXrdBlacklistDecision-5.so", "lib64/libXrdBlacklistDecision-5.so"] -libraries = ["libXrdXml", "libXrdUtils", "libXrdSsiShMap", "libXrdSsiLib", "libXrdServer", "libXrdPosixPreload", "libXrdPosix", "libXrdHttpUtils", "libXrdFfs", "libXrdCryptoLite", "libXrdCrypto", "libXrdCl", "libXrdAppUtils"] - - [[XRootD_jll."5.7.2+0".sources]] - hash = "c14c537edc66824ad3ca3c610240f9386c68993cbbcd28473ad3b42c8d14ba67" - url = "https://github.com/xrootd/xrootd/releases/download/v5.7.2/xrootd-5.7.2.tar.gz" - -[XRootD_jll."5.8.4+0"] -executables = ["frm_xfragent", "xrdmapc", "xrdsssadmin", "xrdpwdadmin", "frm_xfrd", "xrdacctest", "frm_purged", "xrdfs", "xrootd", "xrdcrc32c", "wait41", "xrdpfc_print", "cconfig", "xrdcp", "xrdgsiproxy", "frm_admin", "mpxstats", "xrdgsitest", "cmsd", "xrdadler32", "xrdpinls"] -files = ["lib/libXrdSecsss-5.so", "lib64/libXrdSecsss-5.so", "lib/libXrdSecgsi-5.so", "lib64/libXrdSecgsi-5.so", "lib/libXrdXrootd-5.so", "lib64/libXrdXrootd-5.so", "lib/libXrdThrottle-5.so", "lib64/libXrdThrottle-5.so", "lib/libXrdSsiLog-5.so", "lib64/libXrdSsiLog-5.so", "lib/libXrdSsi-5.so", "lib64/libXrdSsi-5.so", "lib/libXrdSecunix-5.so", "lib64/libXrdSecunix-5.so", "lib/libXrdSecpwd-5.so", "lib64/libXrdSecpwd-5.so", "lib/libXrdSecProt-5.so", "lib64/libXrdSecProt-5.so", "lib/libXrdSecgsiGMAPDN-5.so", "lib64/libXrdSecgsiGMAPDN-5.so", "lib/libXrdSecgsiAUTHZVO-5.so", "lib64/libXrdSecgsiAUTHZVO-5.so", "lib/libXrdSec-5.so", "lib64/libXrdSec-5.so", "lib/libXrdPss-5.so", "lib64/libXrdPss-5.so", "lib/libXrdPfc-5.so", "lib64/libXrdPfc-5.so", "lib/libXrdOssSIgpfsT-5.so", "lib64/libXrdOssSIgpfsT-5.so", "lib/libXrdOssCsi-5.so", "lib64/libXrdOssCsi-5.so", "lib/libXrdOfsPrepGPI-5.so", "lib64/libXrdOfsPrepGPI-5.so", "lib/libXrdN2No2p-5.so", "lib64/libXrdN2No2p-5.so", "lib/libXrdHttp-5.so", "lib64/libXrdHttp-5.so", "lib/libXrdCryptossl-5.so", "lib64/libXrdCryptossl-5.so", "lib/libXrdCmsRedirectLocal-5.so", "lib64/libXrdCmsRedirectLocal-5.so", "lib/libXrdClProxyPlugin-5.so", "lib64/libXrdClProxyPlugin-5.so", "lib/libXrdCksCalczcrc32-5.so", "lib64/libXrdCksCalczcrc32-5.so", "lib/libXrdBwm-5.so", "lib64/libXrdBwm-5.so", "lib/libXrdBlacklistDecision-5.so", "lib64/libXrdBlacklistDecision-5.so"] -libraries = ["libXrdXml", "libXrdUtils", "libXrdSsiShMap", "libXrdSsiLib", "libXrdServer", "libXrdPosixPreload", "libXrdPosix", "libXrdHttpUtils", "libXrdFfs", "libXrdCryptoLite", "libXrdCrypto", "libXrdCl", "libXrdAppUtils"] - - [[XRootD_jll."5.8.4+0".sources]] - hash = "d8716bf764a7e8103aab83fbf4906ea2cc157646b1a633d99f91edbf204ff632" - url = "https://github.com/xrootd/xrootd/releases/download/v5.8.4/xrootd-5.8.4.tar.gz" - [[XRootD_jll."5.8.4+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[XRootD_jll."5.8.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b1ebda88779130cf08bb43c43f5f17fdb8ce0850//X/XRootD/./bundled" - -[XSLT_jll."1.1.33+0"] -libraries = ["libxslt", "libexslt"] - - [[XSLT_jll."1.1.33+0".sources]] - hash = "8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8" - url = "ftp://xmlsoft.org/libxslt/libxslt-1.1.33.tar.gz" - -[XSLT_jll."1.1.33+1"] -libraries = ["libxslt", "libexslt"] - - [[XSLT_jll."1.1.33+1".sources]] - hash = "8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8" - url = "ftp://xmlsoft.org/libxslt/libxslt-1.1.33.tar.gz" - -[XSLT_jll."1.1.33+2"] -libraries = ["libxslt", "libexslt"] - - [[XSLT_jll."1.1.33+2".sources]] - hash = "8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8" - url = "ftp://xmlsoft.org/libxslt/libxslt-1.1.33.tar.gz" - -[XSLT_jll."1.1.33+3"] -libraries = ["libxslt", "libexslt"] - - [[XSLT_jll."1.1.33+3".sources]] - hash = "8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8" - url = "ftp://xmlsoft.org/libxslt/libxslt-1.1.33.tar.gz" - -[XSLT_jll."1.1.33+4"] -libraries = ["libxslt", "libexslt"] - - [[XSLT_jll."1.1.33+4".sources]] - hash = "8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8" - url = "http://xmlsoft.org/sources/libxslt-1.1.33.tar.gz" - -[XSLT_jll."1.1.34+0"] -libraries = ["libxslt", "libexslt"] - - [[XSLT_jll."1.1.34+0".sources]] - hash = "98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f" - url = "http://xmlsoft.org/sources/libxslt-1.1.34.tar.gz" - -[XSLT_jll."1.1.41+0"] -libraries = ["libxslt", "libexslt"] - - [[XSLT_jll."1.1.41+0".sources]] - hash = "3ad392af91115b7740f7b50d228cc1c5fc13afc1da7f16cb0213917a37f71bda" - url = "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.41.tar.xz" - -[XSLT_jll."1.1.42+0"] -libraries = ["libxslt", "libexslt"] - - [[XSLT_jll."1.1.42+0".sources]] - hash = "85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb" - url = "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.42.tar.xz" - -[XSLT_jll."1.1.43+0"] -libraries = ["libxslt", "libexslt"] - - [[XSLT_jll."1.1.43+0".sources]] - hash = "5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a" - url = "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.tar.xz" - -[XZ_jll."5.2.4+0"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.4+0".sources]] - hash = "9717ae363760dedf573dad241420c5fea86256b65bc21d2cf71b2b12f0544f4b" - url = "https://tukaani.org/xz/xz-5.2.4.tar.xz" - [[XZ_jll."5.2.4+0".sources]] - hash = "9a5163623f435b6fa0844b6b884babd6bf4f8d876ae2d8134deeb296afd49c61" - url = "https://tukaani.org/xz/xz-5.2.4-windows.zip" - -[XZ_jll."5.2.4+1"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.4+1".sources]] - hash = "b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145" - url = "https://tukaani.org/xz/xz-5.2.4.tar.gz" - -[XZ_jll."5.2.4+2"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.4+2".sources]] - hash = "b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145" - url = "https://tukaani.org/xz/xz-5.2.4.tar.gz" - -[XZ_jll."5.2.4+3"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.4+3".sources]] - hash = "b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145" - url = "https://tukaani.org/xz/xz-5.2.4.tar.gz" - -[XZ_jll."5.2.5+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.5+0".sources]] - hash = "3e1e518ffc912f86608a8cb35e4bd41ad1aec210df2a47aaa1f95e7f5576ef56" - url = "https://tukaani.org/xz/xz-5.2.5.tar.xz" - -[XZ_jll."5.2.5+1"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.5+1".sources]] - hash = "3e1e518ffc912f86608a8cb35e4bd41ad1aec210df2a47aaa1f95e7f5576ef56" - url = "https://tukaani.org/xz/xz-5.2.5.tar.xz" - -[XZ_jll."5.2.5+2"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.5+2".sources]] - hash = "3e1e518ffc912f86608a8cb35e4bd41ad1aec210df2a47aaa1f95e7f5576ef56" - url = "https://tukaani.org/xz/xz-5.2.5.tar.xz" - -[XZ_jll."5.2.5+3"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.5+3".sources]] - hash = "2327a461e1afce862c22269b80d3517801103c1b" - repo = "https://git.tukaani.org/xz.git" - [[XZ_jll."5.2.5+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/108e784907a3131fe521fa8a01b91cd163b814ef//X/XZ/./bundled" - -[XZ_jll."5.2.5+4"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.5+4".sources]] - hash = "2327a461e1afce862c22269b80d3517801103c1b" - repo = "https://git.tukaani.org/xz.git" - [[XZ_jll."5.2.5+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/069e6dea171da76990076578e469e39f10d3228c//X/XZ/./bundled" - -[XZ_jll."5.2.5+5"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.5+5".sources]] - hash = "2327a461e1afce862c22269b80d3517801103c1b" - repo = "https://git.tukaani.org/xz.git" - [[XZ_jll."5.2.5+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a8224bcf934fda236e60c0f5eaece485f206a9d8//X/XZ/./bundled" - -[XZ_jll."5.2.7+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.7+0".sources]] - hash = "8712e9acb0b6b49a97d443458a3067dc5c08a025e02dc5f773176c51dd7cfc69" - url = "https://tukaani.org/xz/xz-5.2.7.tar.xz" - -[XZ_jll."5.2.9+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.2.9+0".sources]] - hash = "287ef163e7e57561e9de590b2a9037457af24f03a46bbd12bf84f3263679e8d2" - url = "https://tukaani.org/xz/xz-5.2.9.tar.xz" - -[XZ_jll."5.4.3+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.4.3+0".sources]] - hash = "92177bef62c3824b4badc524f8abcce54a20b7dbcfb84cde0a2eb8b49159518c" - url = "https://tukaani.org/xz/xz-5.4.3.tar.xz" - -[XZ_jll."5.4.3+1"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.4.3+1".sources]] - hash = "92177bef62c3824b4badc524f8abcce54a20b7dbcfb84cde0a2eb8b49159518c" - url = "https://tukaani.org/xz/xz-5.4.3.tar.xz" - -[XZ_jll."5.4.4+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.4.4+0".sources]] - hash = "705d0d96e94e1840e64dec75fc8d5832d34f6649833bec1ced9c3e08cf88132e" - url = "https://tukaani.org/xz/xz-5.4.4.tar.xz" - -[XZ_jll."5.4.5+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.4.5+0".sources]] - hash = "da9dec6c12cf2ecf269c31ab65b5de18e8e52b96f35d5bcd08c12b43e6878803" - url = "https://tukaani.org/xz/xz-5.4.5.tar.xz" - -[XZ_jll."5.4.6+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.4.6+0".sources]] - hash = "b92d4e3a438affcf13362a1305cd9d94ed47ddda22e456a42791e630a5644f5c" - url = "https://github.com/tukaani-project/xz/releases/download/v5.4.6/xz-5.4.6.tar.xz" - -[XZ_jll."5.6.0+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.6.0+0".sources]] - hash = "cdafe1632f139c82937cc1ed824f7a60b7b0a0619dfbbd681dcac02b1ac28f5b" - url = "https://github.com/tukaani-project/xz/releases/download/v5.6.0/xz-5.6.0.tar.xz" - -[XZ_jll."5.6.1+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.6.1+0".sources]] - hash = "f334777310ca3ae9ba07206d78ed286a655aa3f44eec27854f740c26b2cd2ed0" - url = "https://github.com/tukaani-project/xz/releases/download/v5.6.1/xz-5.6.1.tar.xz" - -[XZ_jll."5.6.3+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.6.3+0".sources]] - hash = "9331ce4009ddc839f5191d234cc41b2d4797376d" - repo = "https://github.com/tukaani-project/xz" - -[XZ_jll."5.6.3+1"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.6.3+1".sources]] - hash = "9331ce4009ddc839f5191d234cc41b2d4797376d" - repo = "https://github.com/tukaani-project/xz" - -[XZ_jll."5.6.3+2"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.6.3+2".sources]] - hash = "9331ce4009ddc839f5191d234cc41b2d4797376d" - repo = "https://github.com/tukaani-project/xz" - -[XZ_jll."5.6.4+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.6.4+0".sources]] - hash = "9331ce4009ddc839f5191d234cc41b2d4797376d" - repo = "https://github.com/tukaani-project/xz" - -[XZ_jll."5.6.4+1"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.6.4+1".sources]] - hash = "ac50df0d89ce73f30430b8174e578071cbb4e056" - repo = "https://github.com/tukaani-project/xz" - -[XZ_jll."5.8.0+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.8.0+0".sources]] - hash = "db9258e828bc2cd96e3954f1ddcc9d3530589025" - repo = "https://github.com/tukaani-project/xz" - -[XZ_jll."5.8.1+0"] -executables = ["xzdec", "lzmainfo", "xz", "lzmadec"] -files = ["lib/liblzma.a"] -libraries = ["liblzma"] - - [[XZ_jll."5.8.1+0".sources]] - hash = "a522a226545730551f7e7c2685fab27cf567746c" - repo = "https://github.com/tukaani-project/xz" - -[Xerces_jll."3.2.3+0"] -libraries = ["libxerces-c"] - - [[Xerces_jll."3.2.3+0".sources]] - hash = "fb96fc49b1fb892d1e64e53a6ada8accf6f0e6d30ce0937956ec68d39bd72c7e" - url = "https://apache.mirror.digionline.de//xerces/c/3/sources/xerces-c-3.2.3.tar.gz" - [[Xerces_jll."3.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7af6cf6ff873c00bdc1f82e15f380f55ae9e8989//X/Xerces/./bundled" - -[Xerces_jll."3.2.4+0"] -libraries = ["libxerces-c"] - - [[Xerces_jll."3.2.4+0".sources]] - hash = "3d8ec1c7f94e38fee0e4ca5ad1e1d9db23cbf3a10bba626f6b4afa2dedafe5ab" - url = "https://dlcdn.apache.org/xerces/c/3/sources/xerces-c-3.2.4.tar.gz" - [[Xerces_jll."3.2.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/84a4d3ab659d0705f7d792c972c291a4c8ffb2e3//X/Xerces/./bundled" - -[XicTools_jll."4.3.19+0"] -executables = ["mmjco", "multidec", "printtoraw", "proc2mod", "wrspice", "wrspiced", "admsXml", "busgen", "capgen", "cubegen", "fastcap", "fasthenry", "fcpp", "lstpack", "lstunpack", "mrouter", "pipedgen", "pyragen", "vl", "wrdecode", "wrencode", "xic", "zbuf"] - - [[XicTools_jll."4.3.19+0".sources]] - hash = "c7a50a5fcd71966730e45a5358b8507227ae098c" - repo = "https://github.com/wrcad/xictools" - [[XicTools_jll."4.3.19+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0aa1ac5c0aef54efdce91d4bdddda70f4c8a934d//X/XicTools/./bundled" - -[[Xorg_compositeproto_jll."0.4.0+0".sources]] -hash = "6013d1ca63b2b7540f6f99977090812b899852acfbd9df123b5ebaa911e30003" -url = "https://www.x.org/archive/individual/proto/compositeproto-0.4.tar.bz2" - -[[Xorg_compositeproto_jll."0.4.0+1".sources]] -hash = "6013d1ca63b2b7540f6f99977090812b899852acfbd9df123b5ebaa911e30003" -url = "https://www.x.org/archive/individual/proto/compositeproto-0.4.tar.bz2" - -[[Xorg_compositeproto_jll."0.4.2+0".sources]] -hash = "049359f0be0b2b984a8149c966dd04e8c58e6eade2a4a309cf1126635ccd0cfc" -url = "https://www.x.org/archive/individual/proto/compositeproto-0.4.2.tar.bz2" - -[[Xorg_damageproto_jll."1.2.1+0".sources]] -hash = "5c7c112e9b9ea8a9d5b019e5f17d481ae20f766cb7a4648360e7c1b46fc9fc5b" -url = "https://www.x.org/archive/individual/proto/damageproto-1.2.1.tar.bz2" - -[[Xorg_damageproto_jll."1.2.1+1".sources]] -hash = "5c7c112e9b9ea8a9d5b019e5f17d481ae20f766cb7a4648360e7c1b46fc9fc5b" -url = "https://www.x.org/archive/individual/proto/damageproto-1.2.1.tar.bz2" - -[[Xorg_dri2proto_jll."2.8.0+0".sources]] -hash = "f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04" -url = "https://www.x.org/archive/individual/proto/dri2proto-2.8.tar.bz2" - -[[Xorg_dri2proto_jll."2.8.0+1".sources]] -hash = "f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04" -url = "https://www.x.org/archive/individual/proto/dri2proto-2.8.tar.bz2" - -[[Xorg_dri3proto_jll."1.0.0+0".sources]] -hash = "01be49d70200518b9a6b297131f6cc71f4ea2de17436896af153226a774fc074" -url = "https://www.x.org/archive/individual/proto/dri3proto-1.0.tar.bz2" - -[[Xorg_dri3proto_jll."1.0.0+1".sources]] -hash = "01be49d70200518b9a6b297131f6cc71f4ea2de17436896af153226a774fc074" -url = "https://www.x.org/archive/individual/proto/dri3proto-1.0.tar.bz2" - -[[Xorg_fixesproto_jll."5.0.0+0".sources]] -hash = "ba2f3f31246bdd3f2a0acf8bd3b09ba99cab965c7fb2c2c92b7dc72870e424ce" -url = "https://www.x.org/archive/individual/proto/fixesproto-5.0.tar.bz2" - -[[Xorg_fixesproto_jll."5.0.0+1".sources]] -hash = "ba2f3f31246bdd3f2a0acf8bd3b09ba99cab965c7fb2c2c92b7dc72870e424ce" -url = "https://www.x.org/archive/individual/proto/fixesproto-5.0.tar.bz2" - -[[Xorg_glproto_jll."1.4.17+0".sources]] -hash = "adaa94bded310a2bfcbb9deb4d751d965fcfe6fb3a2f6d242e2df2d6589dbe40" -url = "https://www.x.org/archive/individual/proto/glproto-1.4.17.tar.bz2" - -[[Xorg_glproto_jll."1.4.17+1".sources]] -hash = "adaa94bded310a2bfcbb9deb4d751d965fcfe6fb3a2f6d242e2df2d6589dbe40" -url = "https://www.x.org/archive/individual/proto/glproto-1.4.17.tar.bz2" - -[[Xorg_glproto_jll."1.4.17+2".sources]] -hash = "adaa94bded310a2bfcbb9deb4d751d965fcfe6fb3a2f6d242e2df2d6589dbe40" -url = "https://www.x.org/archive/individual/proto/glproto-1.4.17.tar.bz2" - -[[Xorg_inputproto_jll."2.3.2+0".sources]] -hash = "893a6af55733262058a27b38eeb1edc733669f01d404e8581b167f03c03ef31d" -url = "https://www.x.org/archive/individual/proto/inputproto-2.3.2.tar.bz2" - -[[Xorg_inputproto_jll."2.3.2+1".sources]] -hash = "893a6af55733262058a27b38eeb1edc733669f01d404e8581b167f03c03ef31d" -url = "https://www.x.org/archive/individual/proto/inputproto-2.3.2.tar.bz2" - -[[Xorg_inputproto_jll."2.3.3+0".sources]] -hash = "893a6af55733262058a27b38eeb1edc733669f01d404e8581b167f03c03ef31d" -url = "https://www.x.org/archive/individual/proto/inputproto-2.3.2.tar.bz2" - -[[Xorg_kbproto_jll."1.0.7+0".sources]] -hash = "f882210b76376e3fa006b11dbd890e56ec0942bc56e65d1249ff4af86f90b857" -url = "https://www.x.org/archive/individual/proto/kbproto-1.0.7.tar.bz2" - -[[Xorg_kbproto_jll."1.0.7+1".sources]] -hash = "f882210b76376e3fa006b11dbd890e56ec0942bc56e65d1249ff4af86f90b857" -url = "https://www.x.org/archive/individual/proto/kbproto-1.0.7.tar.bz2" - -[[Xorg_kbproto_jll."1.0.7+2".sources]] -hash = "f882210b76376e3fa006b11dbd890e56ec0942bc56e65d1249ff4af86f90b857" -url = "https://www.x.org/archive/individual/proto/kbproto-1.0.7.tar.bz2" - -[[Xorg_kbproto_jll."1.0.7+3".sources]] -hash = "f882210b76376e3fa006b11dbd890e56ec0942bc56e65d1249ff4af86f90b857" -url = "https://www.x.org/archive/individual/proto/kbproto-1.0.7.tar.bz2" - -[[Xorg_kbproto_jll."1.0.7+4".sources]] -hash = "f882210b76376e3fa006b11dbd890e56ec0942bc56e65d1249ff4af86f90b857" -url = "https://www.x.org/archive/individual/proto/kbproto-1.0.7.tar.bz2" - -[Xorg_libICE_jll."1.0.10+0"] -libraries = ["libICE"] - - [[Xorg_libICE_jll."1.0.10+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libICE_jll."1.0.10+0".build_dependencies]] - name = "Xorg_xtrans_jll" - target = "target" - version = "*" - [[Xorg_libICE_jll."1.0.10+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libICE_jll."1.0.10+0".sources]] - hash = "6f86dce12cf4bcaf5c37dddd8b1b64ed2ddf1ef7b218f22b9942595fb747c348" - url = "https://www.x.org/archive/individual/lib/libICE-1.0.10.tar.bz2" - -[Xorg_libICE_jll."1.0.10+1"] -libraries = ["libICE"] - - [[Xorg_libICE_jll."1.0.10+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libICE_jll."1.0.10+1".build_dependencies]] - name = "Xorg_xtrans_jll" - target = "target" - version = "*" - [[Xorg_libICE_jll."1.0.10+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libICE_jll."1.0.10+1".sources]] - hash = "6f86dce12cf4bcaf5c37dddd8b1b64ed2ddf1ef7b218f22b9942595fb747c348" - url = "https://www.x.org/archive/individual/lib/libICE-1.0.10.tar.bz2" - -[Xorg_libICE_jll."1.1.1+0"] -libraries = ["libICE"] - - [[Xorg_libICE_jll."1.1.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libICE_jll."1.1.1+0".build_dependencies]] - name = "Xorg_xtrans_jll" - target = "target" - version = "*" - [[Xorg_libICE_jll."1.1.1+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libICE_jll."1.1.1+0".sources]] - hash = "03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451" - url = "https://www.x.org/archive/individual/lib/libICE-1.1.1.tar.xz" - -[Xorg_libICE_jll."1.1.2+0"] -libraries = ["libICE"] - - [[Xorg_libICE_jll."1.1.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libICE_jll."1.1.2+0".build_dependencies]] - name = "Xorg_xtrans_jll" - target = "target" - version = "*" - [[Xorg_libICE_jll."1.1.2+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libICE_jll."1.1.2+0".sources]] - hash = "974e4ed414225eb3c716985df9709f4da8d22a67a2890066bc6dfc89ad298625" - url = "https://www.x.org/archive/individual/lib/libICE-1.1.2.tar.xz" - -[Xorg_libSM_jll."1.2.3+0"] -libraries = ["libSM"] - - [[Xorg_libSM_jll."1.2.3+0".build_dependencies]] - name = "Xorg_xtrans_jll" - target = "target" - version = "*" - [[Xorg_libSM_jll."1.2.3+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libSM_jll."1.2.3+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libSM_jll."1.2.3+0".sources]] - hash = "2d264499dcb05f56438dee12a1b4b71d76736ce7ba7aa6efbf15ebb113769cbb" - url = "https://www.x.org/archive/individual/lib/libSM-1.2.3.tar.bz2" - -[Xorg_libSM_jll."1.2.4+0"] -libraries = ["libSM"] - - [[Xorg_libSM_jll."1.2.4+0".build_dependencies]] - name = "Xorg_xtrans_jll" - target = "target" - version = "*" - [[Xorg_libSM_jll."1.2.4+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libSM_jll."1.2.4+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libSM_jll."1.2.4+0".sources]] - hash = "fdcbe51e4d1276b1183da77a8a4e74a137ca203e0bcfb20972dd5f3347e97b84" - url = "https://www.x.org/archive/individual/lib/libSM-1.2.4.tar.xz" - -[Xorg_libSM_jll."1.2.6+0"] -libraries = ["libSM"] - - [[Xorg_libSM_jll."1.2.6+0".build_dependencies]] - name = "Xorg_xtrans_jll" - target = "target" - version = "*" - [[Xorg_libSM_jll."1.2.6+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libSM_jll."1.2.6+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libSM_jll."1.2.6+0".sources]] - hash = "be7c0abdb15cbfd29ac62573c1c82e877f9d4047ad15321e7ea97d1e43d835be" - url = "https://www.x.org/archive/individual/lib/libSM-1.2.6.tar.xz" - -[Xorg_libX11_jll."1.6.8+0"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.6.8+0".sources]] - hash = "b289a845c189e251e0e884cc0f9269bbe97c238df3741e854ec4c17c21e473d5" - url = "https://www.x.org/archive/individual/lib/libX11-1.6.8.tar.bz2" - -[Xorg_libX11_jll."1.6.9+0"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.6.9+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+0".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.6.9+0".sources]] - hash = "9cc7e8d000d6193fa5af580d50d689380b8287052270f5bb26a5fb6b58b2bed1" - url = "https://www.x.org/archive/individual/lib/libX11-1.6.9.tar.bz2" - -[Xorg_libX11_jll."1.6.9+1"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.6.9+1".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+1".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+1".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.6.9+1".sources]] - hash = "9cc7e8d000d6193fa5af580d50d689380b8287052270f5bb26a5fb6b58b2bed1" - url = "https://www.x.org/archive/individual/lib/libX11-1.6.9.tar.bz2" - -[Xorg_libX11_jll."1.6.9+2"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.6.9+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.6.9+2".sources]] - hash = "9cc7e8d000d6193fa5af580d50d689380b8287052270f5bb26a5fb6b58b2bed1" - url = "https://www.x.org/archive/individual/lib/libX11-1.6.9.tar.bz2" - -[Xorg_libX11_jll."1.6.9+3"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.6.9+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.6.9+3".sources]] - hash = "9cc7e8d000d6193fa5af580d50d689380b8287052270f5bb26a5fb6b58b2bed1" - url = "https://www.x.org/archive/individual/lib/libX11-1.6.9.tar.bz2" - -[Xorg_libX11_jll."1.6.9+4"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.6.9+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.6.9+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.6.9+4".sources]] - hash = "9cc7e8d000d6193fa5af580d50d689380b8287052270f5bb26a5fb6b58b2bed1" - url = "https://www.x.org/archive/individual/lib/libX11-1.6.9.tar.bz2" - -[Xorg_libX11_jll."1.8.6+0"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.8.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.8.6+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.8.6+0".sources]] - hash = "59535b7cc6989ba806a022f7e8533b28c4397b9d86e9d07b6df0c0703fa25cc9" - url = "https://www.x.org/archive/individual/lib/libX11-1.8.6.tar.xz" - -[Xorg_libX11_jll."1.8.6+1"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.8.6+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.8.6+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.8.6+1".sources]] - hash = "59535b7cc6989ba806a022f7e8533b28c4397b9d86e9d07b6df0c0703fa25cc9" - url = "https://www.x.org/archive/individual/lib/libX11-1.8.6.tar.xz" - -[Xorg_libX11_jll."1.8.6+2"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.8.6+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.8.6+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.8.6+2".sources]] - hash = "59535b7cc6989ba806a022f7e8533b28c4397b9d86e9d07b6df0c0703fa25cc9" - url = "https://www.x.org/archive/individual/lib/libX11-1.8.6.tar.xz" - -[Xorg_libX11_jll."1.8.6+3"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.8.6+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.8.6+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.8.6+3".sources]] - hash = "59535b7cc6989ba806a022f7e8533b28c4397b9d86e9d07b6df0c0703fa25cc9" - url = "https://www.x.org/archive/individual/lib/libX11-1.8.6.tar.xz" - -[Xorg_libX11_jll."1.8.12+0"] -libraries = ["libX11", "libX11-xcb"] - - [[Xorg_libX11_jll."1.8.12+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libX11_jll."1.8.12+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libX11_jll."1.8.12+0".sources]] - hash = "fa026f9bb0124f4d6c808f9aef4057aad65e7b35d8ff43951cef0abe06bb9a9a" - url = "https://www.x.org/archive/individual/lib/libX11-1.8.12.tar.xz" - -[Xorg_libXScrnSaver_jll."1.2.3+0"] -libraries = ["libXss"] - - [[Xorg_libXScrnSaver_jll."1.2.3+0".sources]] - hash = "f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8" - url = "https://www.x.org/archive/individual/lib/libXScrnSaver-1.2.3.tar.bz2" - -[Xorg_libXScrnSaver_jll."1.2.3+1"] -libraries = ["libXss"] - - [[Xorg_libXScrnSaver_jll."1.2.3+1".build_dependencies]] - name = "Xorg_scrnsaverproto_jll" - target = "target" - version = "*" - [[Xorg_libXScrnSaver_jll."1.2.3+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXScrnSaver_jll."1.2.3+1".sources]] - hash = "f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8" - url = "https://www.x.org/archive/individual/lib/libXScrnSaver-1.2.3.tar.bz2" - -[Xorg_libXScrnSaver_jll."1.2.3+2"] -libraries = ["libXss"] - - [[Xorg_libXScrnSaver_jll."1.2.3+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXScrnSaver_jll."1.2.3+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXScrnSaver_jll."1.2.3+2".sources]] - hash = "f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8" - url = "https://www.x.org/archive/individual/lib/libXScrnSaver-1.2.3.tar.bz2" - -[Xorg_libXScrnSaver_jll."1.2.3+3"] -libraries = ["libXss"] - - [[Xorg_libXScrnSaver_jll."1.2.3+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXScrnSaver_jll."1.2.3+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXScrnSaver_jll."1.2.3+3".sources]] - hash = "f917075a1b7b5a38d67a8b0238eaab14acd2557679835b154cf2bca576e89bf8" - url = "https://www.x.org/archive/individual/lib/libXScrnSaver-1.2.3.tar.bz2" - -[Xorg_libXScrnSaver_jll."1.2.4+0"] -libraries = ["libXss"] - - [[Xorg_libXScrnSaver_jll."1.2.4+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libXScrnSaver_jll."1.2.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXScrnSaver_jll."1.2.4+0".sources]] - hash = "75cd2859f38e207a090cac980d76bc71e9da99d48d09703584e00585abc920fe" - url = "https://www.x.org/archive/individual/lib/libXScrnSaver-1.2.4.tar.xz" - -[Xorg_libXScrnSaver_jll."1.2.5+0"] -libraries = ["libXss"] - - [[Xorg_libXScrnSaver_jll."1.2.5+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libXScrnSaver_jll."1.2.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXScrnSaver_jll."1.2.5+0".sources]] - hash = "5057365f847253e0e275871441e10ff7846c8322a5d88e1e187d326de1cd8d00" - url = "https://www.x.org/archive/individual/lib/libXScrnSaver-1.2.5.tar.xz" - -[Xorg_libXau_jll."1.0.9+0"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.9+0".sources]] - hash = "ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.9.tar.bz2" - -[Xorg_libXau_jll."1.0.9+1"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.9+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.9+1".sources]] - hash = "ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.9.tar.bz2" - -[Xorg_libXau_jll."1.0.9+2"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.9+2".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.9+2".sources]] - hash = "ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.9.tar.bz2" - -[Xorg_libXau_jll."1.0.9+3"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.9+3".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.9+3".sources]] - hash = "ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.9.tar.bz2" - -[Xorg_libXau_jll."1.0.9+4"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.9+4".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.9+4".sources]] - hash = "ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.9.tar.bz2" - -[Xorg_libXau_jll."1.0.11+0"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.11+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.11+0".sources]] - hash = "f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.11.tar.xz" - -[Xorg_libXau_jll."1.0.11+1"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.11+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.11+1".sources]] - hash = "f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.11.tar.xz" - -[Xorg_libXau_jll."1.0.11+2"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.11+2".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.11+2".sources]] - hash = "f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.11.tar.xz" - -[Xorg_libXau_jll."1.0.11+3"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.11+3".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.11+3".sources]] - hash = "f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.11.tar.xz" - -[Xorg_libXau_jll."1.0.12+0"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.12+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.12+0".sources]] - hash = "74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.12.tar.xz" - -[Xorg_libXau_jll."1.0.13+0"] -libraries = ["libXau"] - - [[Xorg_libXau_jll."1.0.13+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libXau_jll."1.0.13+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXau_jll."1.0.13+0".sources]] - hash = "74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb" - url = "https://www.x.org/archive/individual/lib/libXau-1.0.12.tar.xz" - -[Xorg_libXcomposite_jll."0.4.5+0"] -libraries = ["libXcomposite"] - - [[Xorg_libXcomposite_jll."0.4.5+0".sources]] - hash = "b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f" - url = "https://www.x.org/archive/individual/lib/libXcomposite-0.4.5.tar.bz2" - -[Xorg_libXcomposite_jll."0.4.5+1"] -libraries = ["libXcomposite"] - - [[Xorg_libXcomposite_jll."0.4.5+1".build_dependencies]] - name = "Xorg_compositeproto_jll" - target = "target" - version = "*" - [[Xorg_libXcomposite_jll."0.4.5+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcomposite_jll."0.4.5+1".sources]] - hash = "b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f" - url = "https://www.x.org/archive/individual/lib/libXcomposite-0.4.5.tar.bz2" - -[Xorg_libXcomposite_jll."0.4.5+2"] -libraries = ["libXcomposite"] - - [[Xorg_libXcomposite_jll."0.4.5+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXcomposite_jll."0.4.5+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcomposite_jll."0.4.5+2".sources]] - hash = "b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f" - url = "https://www.x.org/archive/individual/lib/libXcomposite-0.4.5.tar.bz2" - -[Xorg_libXcomposite_jll."0.4.5+3"] -libraries = ["libXcomposite"] - - [[Xorg_libXcomposite_jll."0.4.5+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXcomposite_jll."0.4.5+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcomposite_jll."0.4.5+3".sources]] - hash = "b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f" - url = "https://www.x.org/archive/individual/lib/libXcomposite-0.4.5.tar.bz2" - -[Xorg_libXcomposite_jll."0.4.5+4"] -libraries = ["libXcomposite"] - - [[Xorg_libXcomposite_jll."0.4.5+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXcomposite_jll."0.4.5+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcomposite_jll."0.4.5+4".sources]] - hash = "b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f" - url = "https://www.x.org/archive/individual/lib/libXcomposite-0.4.5.tar.bz2" - -[Xorg_libXcomposite_jll."0.4.6+0"] -libraries = ["libXcomposite"] - - [[Xorg_libXcomposite_jll."0.4.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXcomposite_jll."0.4.6+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcomposite_jll."0.4.6+0".sources]] - hash = "fe40bcf0ae1a09070eba24088a5eb9810efe57453779ec1e20a55080c6dc2c87" - url = "https://www.x.org/archive/individual/lib/libXcomposite-0.4.6.tar.xz" - -[Xorg_libXcursor_jll."1.2.0+0"] -libraries = ["libXcursor"] - - [[Xorg_libXcursor_jll."1.2.0+0".sources]] - hash = "3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782" - url = "https://www.x.org/archive/individual/lib/libXcursor-1.2.0.tar.bz2" - -[Xorg_libXcursor_jll."1.2.0+1"] -libraries = ["libXcursor"] - - [[Xorg_libXcursor_jll."1.2.0+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcursor_jll."1.2.0+1".sources]] - hash = "3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782" - url = "https://www.x.org/archive/individual/lib/libXcursor-1.2.0.tar.bz2" - -[Xorg_libXcursor_jll."1.2.0+2"] -libraries = ["libXcursor"] - - [[Xorg_libXcursor_jll."1.2.0+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXcursor_jll."1.2.0+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcursor_jll."1.2.0+2".sources]] - hash = "3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782" - url = "https://www.x.org/archive/individual/lib/libXcursor-1.2.0.tar.bz2" - -[Xorg_libXcursor_jll."1.2.0+3"] -libraries = ["libXcursor"] - - [[Xorg_libXcursor_jll."1.2.0+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXcursor_jll."1.2.0+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcursor_jll."1.2.0+3".sources]] - hash = "3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782" - url = "https://www.x.org/archive/individual/lib/libXcursor-1.2.0.tar.bz2" - -[Xorg_libXcursor_jll."1.2.0+4"] -libraries = ["libXcursor"] - - [[Xorg_libXcursor_jll."1.2.0+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXcursor_jll."1.2.0+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcursor_jll."1.2.0+4".sources]] - hash = "3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782" - url = "https://www.x.org/archive/individual/lib/libXcursor-1.2.0.tar.bz2" - -[Xorg_libXcursor_jll."1.2.3+0"] -libraries = ["libXcursor"] - - [[Xorg_libXcursor_jll."1.2.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXcursor_jll."1.2.3+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcursor_jll."1.2.3+0".sources]] - hash = "74e72da27e61cc2cfd2e267c14f500ea47775850048ee0b00362a55c9b60ee9b" - url = "https://www.x.org/archive/individual/lib/libXcursor-1.2.3.tar.gz" - -[Xorg_libXcursor_jll."1.2.4+0"] -libraries = ["libXcursor"] - - [[Xorg_libXcursor_jll."1.2.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXcursor_jll."1.2.4+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXcursor_jll."1.2.4+0".sources]] - hash = "74e72da27e61cc2cfd2e267c14f500ea47775850048ee0b00362a55c9b60ee9b" - url = "https://www.x.org/archive/individual/lib/libXcursor-1.2.3.tar.gz" - -[Xorg_libXdamage_jll."1.1.5+0"] -libraries = ["libXdamage"] - - [[Xorg_libXdamage_jll."1.1.5+0".sources]] - hash = "b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45" - url = "https://www.x.org/archive/individual/lib/libXdamage-1.1.5.tar.bz2" - -[Xorg_libXdamage_jll."1.1.5+1"] -libraries = ["libXdamage"] - - [[Xorg_libXdamage_jll."1.1.5+1".build_dependencies]] - name = "Xorg_damageproto_jll" - target = "target" - version = "*" - - [[Xorg_libXdamage_jll."1.1.5+1".sources]] - hash = "b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45" - url = "https://www.x.org/archive/individual/lib/libXdamage-1.1.5.tar.bz2" - -[Xorg_libXdamage_jll."1.1.5+2"] -libraries = ["libXdamage"] - - [[Xorg_libXdamage_jll."1.1.5+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXdamage_jll."1.1.5+2".sources]] - hash = "b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45" - url = "https://www.x.org/archive/individual/lib/libXdamage-1.1.5.tar.bz2" - -[Xorg_libXdamage_jll."1.1.5+3"] -libraries = ["libXdamage"] - - [[Xorg_libXdamage_jll."1.1.5+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXdamage_jll."1.1.5+3".sources]] - hash = "b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45" - url = "https://www.x.org/archive/individual/lib/libXdamage-1.1.5.tar.bz2" - -[Xorg_libXdamage_jll."1.1.5+4"] -libraries = ["libXdamage"] - - [[Xorg_libXdamage_jll."1.1.5+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXdamage_jll."1.1.5+4".sources]] - hash = "b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45" - url = "https://www.x.org/archive/individual/lib/libXdamage-1.1.5.tar.bz2" - -[Xorg_libXdamage_jll."1.1.6+0"] -libraries = ["libXdamage"] - - [[Xorg_libXdamage_jll."1.1.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXdamage_jll."1.1.6+0".sources]] - hash = "52733c1f5262fca35f64e7d5060c6fcd81a880ba8e1e65c9621cf0727afb5d11" - url = "https://www.x.org/archive/individual/lib/libXdamage-1.1.6.tar.xz" - -[Xorg_libXext_jll."1.3.4+0"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.4+0".sources]] - hash = "59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.4.tar.bz2" - -[Xorg_libXext_jll."1.3.4+1"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.4+1".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - [[Xorg_libXext_jll."1.3.4+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXext_jll."1.3.4+1".sources]] - hash = "59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.4.tar.bz2" - -[Xorg_libXext_jll."1.3.4+2"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.4+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXext_jll."1.3.4+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXext_jll."1.3.4+2".sources]] - hash = "59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.4.tar.bz2" - -[Xorg_libXext_jll."1.3.4+3"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.4+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXext_jll."1.3.4+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXext_jll."1.3.4+3".sources]] - hash = "59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.4.tar.bz2" - -[Xorg_libXext_jll."1.3.4+4"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.4+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXext_jll."1.3.4+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXext_jll."1.3.4+4".sources]] - hash = "59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.4.tar.bz2" - -[Xorg_libXext_jll."1.3.6+0"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXext_jll."1.3.6+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXext_jll."1.3.6+0".sources]] - hash = "edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.6.tar.xz" - -[Xorg_libXext_jll."1.3.6+1"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.6+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXext_jll."1.3.6+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXext_jll."1.3.6+1".sources]] - hash = "edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.6.tar.xz" - -[Xorg_libXext_jll."1.3.6+2"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.6+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXext_jll."1.3.6+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXext_jll."1.3.6+2".sources]] - hash = "edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.6.tar.xz" - -[Xorg_libXext_jll."1.3.6+3"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.6+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXext_jll."1.3.6+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXext_jll."1.3.6+3".sources]] - hash = "edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.6.tar.xz" - -[Xorg_libXext_jll."1.3.7+0"] -libraries = ["libXext"] - - [[Xorg_libXext_jll."1.3.7+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXext_jll."1.3.7+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXext_jll."1.3.7+0".sources]] - hash = "edb59fa23994e405fdc5b400afdf5820ae6160b94f35e3dc3da4457a16e89753" - url = "https://www.x.org/archive/individual/lib/libXext-1.3.6.tar.xz" - -[Xorg_libXfixes_jll."5.0.3+0"] -libraries = ["libXfixes"] - - [[Xorg_libXfixes_jll."5.0.3+0".sources]] - hash = "de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6" - url = "https://www.x.org/archive/individual/lib/libXfixes-5.0.3.tar.bz2" - -[Xorg_libXfixes_jll."5.0.3+1"] -libraries = ["libXfixes"] - - [[Xorg_libXfixes_jll."5.0.3+1".build_dependencies]] - name = "Xorg_fixesproto_jll" - target = "target" - version = "*" - [[Xorg_libXfixes_jll."5.0.3+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXfixes_jll."5.0.3+1".sources]] - hash = "de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6" - url = "https://www.x.org/archive/individual/lib/libXfixes-5.0.3.tar.bz2" - -[Xorg_libXfixes_jll."5.0.3+2"] -libraries = ["libXfixes"] - - [[Xorg_libXfixes_jll."5.0.3+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXfixes_jll."5.0.3+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXfixes_jll."5.0.3+2".sources]] - hash = "de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6" - url = "https://www.x.org/archive/individual/lib/libXfixes-5.0.3.tar.bz2" - -[Xorg_libXfixes_jll."5.0.3+3"] -libraries = ["libXfixes"] - - [[Xorg_libXfixes_jll."5.0.3+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXfixes_jll."5.0.3+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXfixes_jll."5.0.3+3".sources]] - hash = "de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6" - url = "https://www.x.org/archive/individual/lib/libXfixes-5.0.3.tar.bz2" - -[Xorg_libXfixes_jll."5.0.3+4"] -libraries = ["libXfixes"] - - [[Xorg_libXfixes_jll."5.0.3+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXfixes_jll."5.0.3+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXfixes_jll."5.0.3+4".sources]] - hash = "de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6" - url = "https://www.x.org/archive/individual/lib/libXfixes-5.0.3.tar.bz2" - -[Xorg_libXfixes_jll."6.0.0+0"] -libraries = ["libXfixes"] - - [[Xorg_libXfixes_jll."6.0.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXfixes_jll."6.0.0+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXfixes_jll."6.0.0+0".sources]] - hash = "82045da5625350838390c9440598b90d69c882c324ca92f73af9f0e992cb57c7" - url = "https://www.x.org/archive/individual/lib/libXfixes-6.0.0.tar.gz" - -[Xorg_libXfixes_jll."6.0.1+0"] -libraries = ["libXfixes"] - - [[Xorg_libXfixes_jll."6.0.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXfixes_jll."6.0.1+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXfixes_jll."6.0.1+0".sources]] - hash = "b695f93cd2499421ab02d22744458e650ccc88c1d4c8130d60200213abc02d58" - url = "https://www.x.org/archive/individual/lib/libXfixes-6.0.1.tar.xz" - -[Xorg_libXfixes_jll."6.0.2+0"] -libraries = ["libXfixes"] - - [[Xorg_libXfixes_jll."6.0.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXfixes_jll."6.0.2+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXfixes_jll."6.0.2+0".sources]] - hash = "39f115d72d9c5f8111e4684164d3d68cc1fd21f9b27ff2401b08fddfc0f409ba" - url = "https://www.x.org/archive/individual/lib/libXfixes-6.0.2.tar.xz" - -[Xorg_libXft_jll."2.3.3+0"] -libraries = ["libXft"] - - [[Xorg_libXft_jll."2.3.3+0".sources]] - hash = "225c68e616dd29dbb27809e45e9eadf18e4d74c50be43020ef20015274529216" - url = "https://www.x.org/archive/individual/lib/libXft-2.3.3.tar.bz2" - -[Xorg_libXft_jll."2.3.3+1"] -libraries = ["libXft"] - - [[Xorg_libXft_jll."2.3.3+1".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - - [[Xorg_libXft_jll."2.3.3+1".sources]] - hash = "225c68e616dd29dbb27809e45e9eadf18e4d74c50be43020ef20015274529216" - url = "https://www.x.org/archive/individual/lib/libXft-2.3.3.tar.bz2" - -[Xorg_libXft_jll."2.3.9+0"] -libraries = ["libXft"] - - [[Xorg_libXft_jll."2.3.9+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Xorg_libXft_jll."2.3.9+0".build_dependencies]] - name = "Xorg_renderproto_jll" - target = "target" - version = "*" - [[Xorg_libXft_jll."2.3.9+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXft_jll."2.3.9+0".sources]] - hash = "60a25b78945ed6932635b3bb1899a517d31df7456e69867ffba27f89ff3976f5" - url = "https://www.x.org/archive/individual/lib/libXft-2.3.9.tar.xz" - -[Xorg_libXi_jll."1.7.10+0"] -libraries = ["libXi"] - - [[Xorg_libXi_jll."1.7.10+0".sources]] - hash = "36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061" - url = "https://www.x.org/archive/individual/lib/libXi-1.7.10.tar.bz2" - -[Xorg_libXi_jll."1.7.10+1"] -libraries = ["libXi"] - - [[Xorg_libXi_jll."1.7.10+1".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[Xorg_libXi_jll."1.7.10+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXi_jll."1.7.10+1".sources]] - hash = "36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061" - url = "https://www.x.org/archive/individual/lib/libXi-1.7.10.tar.bz2" - -[Xorg_libXi_jll."1.7.10+2"] -libraries = ["libXi"] - - [[Xorg_libXi_jll."1.7.10+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXi_jll."1.7.10+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXi_jll."1.7.10+2".sources]] - hash = "36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061" - url = "https://www.x.org/archive/individual/lib/libXi-1.7.10.tar.bz2" - -[Xorg_libXi_jll."1.7.10+3"] -libraries = ["libXi"] - - [[Xorg_libXi_jll."1.7.10+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXi_jll."1.7.10+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXi_jll."1.7.10+3".sources]] - hash = "36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061" - url = "https://www.x.org/archive/individual/lib/libXi-1.7.10.tar.bz2" - -[Xorg_libXi_jll."1.7.10+4"] -libraries = ["libXi"] - - [[Xorg_libXi_jll."1.7.10+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXi_jll."1.7.10+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXi_jll."1.7.10+4".sources]] - hash = "36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061" - url = "https://www.x.org/archive/individual/lib/libXi-1.7.10.tar.bz2" - -[Xorg_libXi_jll."1.8.2+0"] -libraries = ["libXi"] - - [[Xorg_libXi_jll."1.8.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXi_jll."1.8.2+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXi_jll."1.8.2+0".sources]] - hash = "5542daec66febfeb6f51d57abfa915826efe2e3af57534f4105b82240ea3188d" - url = "https://www.x.org/archive/individual/lib/libXi-1.8.2.tar.gz" - -[Xorg_libXi_jll."1.8.3+0"] -libraries = ["libXi"] - - [[Xorg_libXi_jll."1.8.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXi_jll."1.8.3+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXi_jll."1.8.3+0".sources]] - hash = "5542daec66febfeb6f51d57abfa915826efe2e3af57534f4105b82240ea3188d" - url = "https://www.x.org/archive/individual/lib/libXi-1.8.2.tar.gz" - -[Xorg_libXinerama_jll."1.1.4+0"] -libraries = ["libXinerama"] - - [[Xorg_libXinerama_jll."1.1.4+0".sources]] - hash = "0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720" - url = "https://www.x.org/archive/individual/lib/libXinerama-1.1.4.tar.bz2" - -[Xorg_libXinerama_jll."1.1.4+1"] -libraries = ["libXinerama"] - - [[Xorg_libXinerama_jll."1.1.4+1".build_dependencies]] - name = "Xorg_xineramaproto_jll" - target = "target" - version = "*" - [[Xorg_libXinerama_jll."1.1.4+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXinerama_jll."1.1.4+1".sources]] - hash = "0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720" - url = "https://www.x.org/archive/individual/lib/libXinerama-1.1.4.tar.bz2" - -[Xorg_libXinerama_jll."1.1.4+2"] -libraries = ["libXinerama"] - - [[Xorg_libXinerama_jll."1.1.4+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXinerama_jll."1.1.4+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXinerama_jll."1.1.4+2".sources]] - hash = "0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720" - url = "https://www.x.org/archive/individual/lib/libXinerama-1.1.4.tar.bz2" - -[Xorg_libXinerama_jll."1.1.4+3"] -libraries = ["libXinerama"] - - [[Xorg_libXinerama_jll."1.1.4+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXinerama_jll."1.1.4+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXinerama_jll."1.1.4+3".sources]] - hash = "0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720" - url = "https://www.x.org/archive/individual/lib/libXinerama-1.1.4.tar.bz2" - -[Xorg_libXinerama_jll."1.1.4+4"] -libraries = ["libXinerama"] - - [[Xorg_libXinerama_jll."1.1.4+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXinerama_jll."1.1.4+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXinerama_jll."1.1.4+4".sources]] - hash = "0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720" - url = "https://www.x.org/archive/individual/lib/libXinerama-1.1.4.tar.bz2" - -[Xorg_libXinerama_jll."1.1.5+0"] -libraries = ["libXinerama"] - - [[Xorg_libXinerama_jll."1.1.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXinerama_jll."1.1.5+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXinerama_jll."1.1.5+0".sources]] - hash = "2efa855cb42dc620eff3b77700d8655695e09aaa318f791f201fa60afa72b95c" - url = "https://www.x.org/archive/individual/lib/libXinerama-1.1.5.tar.gz" - -[Xorg_libXinerama_jll."1.1.6+0"] -libraries = ["libXinerama"] - - [[Xorg_libXinerama_jll."1.1.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXinerama_jll."1.1.6+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXinerama_jll."1.1.6+0".sources]] - hash = "2efa855cb42dc620eff3b77700d8655695e09aaa318f791f201fa60afa72b95c" - url = "https://www.x.org/archive/individual/lib/libXinerama-1.1.5.tar.gz" - -[Xorg_libXmu_jll."1.1.3+0"] -libraries = ["libXmu", "libXmuu"] - - [[Xorg_libXmu_jll."1.1.3+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Xorg_libXmu_jll."1.1.3+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXmu_jll."1.1.3+0".sources]] - hash = "9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731" - url = "https://www.x.org/archive/individual/lib/libXmu-1.1.3.tar.bz2" - -[Xorg_libXmu_jll."1.2.1+0"] -libraries = ["libXmu", "libXmuu"] - - [[Xorg_libXmu_jll."1.2.1+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Xorg_libXmu_jll."1.2.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libXmu_jll."1.2.1+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libXmu_jll."1.2.1+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - - [[Xorg_libXmu_jll."1.2.1+0".sources]] - hash = "fcb27793248a39e5fcc5b9c4aec40cc0734b3ca76aac3d7d1c264e7f7e14e8b2" - url = "https://www.x.org/archive/individual/lib/libXmu-1.2.1.tar.xz" - -[Xorg_libXrandr_jll."1.5.2+0"] -libraries = ["libXrandr"] - - [[Xorg_libXrandr_jll."1.5.2+0".sources]] - hash = "8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023" - url = "https://www.x.org/archive/individual/lib/libXrandr-1.5.2.tar.bz2" - -[Xorg_libXrandr_jll."1.5.2+1"] -libraries = ["libXrandr"] - - [[Xorg_libXrandr_jll."1.5.2+1".build_dependencies]] - name = "Xorg_randrproto_jll" - target = "target" - version = "*" - [[Xorg_libXrandr_jll."1.5.2+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXrandr_jll."1.5.2+1".sources]] - hash = "8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023" - url = "https://www.x.org/archive/individual/lib/libXrandr-1.5.2.tar.bz2" - -[Xorg_libXrandr_jll."1.5.2+2"] -libraries = ["libXrandr"] - - [[Xorg_libXrandr_jll."1.5.2+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXrandr_jll."1.5.2+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXrandr_jll."1.5.2+2".sources]] - hash = "8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023" - url = "https://www.x.org/archive/individual/lib/libXrandr-1.5.2.tar.bz2" - -[Xorg_libXrandr_jll."1.5.2+3"] -libraries = ["libXrandr"] - - [[Xorg_libXrandr_jll."1.5.2+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXrandr_jll."1.5.2+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXrandr_jll."1.5.2+3".sources]] - hash = "8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023" - url = "https://www.x.org/archive/individual/lib/libXrandr-1.5.2.tar.bz2" - -[Xorg_libXrandr_jll."1.5.2+4"] -libraries = ["libXrandr"] - - [[Xorg_libXrandr_jll."1.5.2+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXrandr_jll."1.5.2+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXrandr_jll."1.5.2+4".sources]] - hash = "8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023" - url = "https://www.x.org/archive/individual/lib/libXrandr-1.5.2.tar.bz2" - -[Xorg_libXrandr_jll."1.5.4+0"] -libraries = ["libXrandr"] - - [[Xorg_libXrandr_jll."1.5.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXrandr_jll."1.5.4+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXrandr_jll."1.5.4+0".sources]] - hash = "c72c94dc3373512ceb67f578952c5d10915b38cc9ebb0fd176a49857b8048e22" - url = "https://www.x.org/archive/individual/lib/libXrandr-1.5.4.tar.gz" - -[Xorg_libXrandr_jll."1.5.5+0"] -libraries = ["libXrandr"] - - [[Xorg_libXrandr_jll."1.5.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXrandr_jll."1.5.5+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXrandr_jll."1.5.5+0".sources]] - hash = "c72c94dc3373512ceb67f578952c5d10915b38cc9ebb0fd176a49857b8048e22" - url = "https://www.x.org/archive/individual/lib/libXrandr-1.5.4.tar.gz" - -[Xorg_libXrender_jll."0.9.10+0"] -libraries = ["libXrender"] - - [[Xorg_libXrender_jll."0.9.10+0".sources]] - hash = "c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949" - url = "https://www.x.org/archive/individual/lib/libXrender-0.9.10.tar.bz2" - -[Xorg_libXrender_jll."0.9.10+1"] -libraries = ["libXrender"] - - [[Xorg_libXrender_jll."0.9.10+1".build_dependencies]] - name = "Xorg_renderproto_jll" - target = "target" - version = "*" - - [[Xorg_libXrender_jll."0.9.10+1".sources]] - hash = "c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949" - url = "https://www.x.org/archive/individual/lib/libXrender-0.9.10.tar.bz2" - -[Xorg_libXrender_jll."0.9.10+2"] -libraries = ["libXrender"] - - [[Xorg_libXrender_jll."0.9.10+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXrender_jll."0.9.10+2".sources]] - hash = "c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949" - url = "https://www.x.org/archive/individual/lib/libXrender-0.9.10.tar.bz2" - -[Xorg_libXrender_jll."0.9.10+3"] -libraries = ["libXrender"] - - [[Xorg_libXrender_jll."0.9.10+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXrender_jll."0.9.10+3".sources]] - hash = "c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949" - url = "https://www.x.org/archive/individual/lib/libXrender-0.9.10.tar.bz2" - -[Xorg_libXrender_jll."0.9.10+4"] -libraries = ["libXrender"] - - [[Xorg_libXrender_jll."0.9.10+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXrender_jll."0.9.10+4".sources]] - hash = "c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949" - url = "https://www.x.org/archive/individual/lib/libXrender-0.9.10.tar.bz2" - -[Xorg_libXrender_jll."0.9.11+0"] -libraries = ["libXrender"] - - [[Xorg_libXrender_jll."0.9.11+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXrender_jll."0.9.11+0".sources]] - hash = "bc53759a3a83d1ff702fb59641b3d2f7c56e05051fa0cfa93501166fa782dc24" - url = "https://www.x.org/archive/individual/lib/libXrender-0.9.11.tar.xz" - -[Xorg_libXrender_jll."0.9.11+1"] -libraries = ["libXrender"] - - [[Xorg_libXrender_jll."0.9.11+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXrender_jll."0.9.11+1".sources]] - hash = "bc53759a3a83d1ff702fb59641b3d2f7c56e05051fa0cfa93501166fa782dc24" - url = "https://www.x.org/archive/individual/lib/libXrender-0.9.11.tar.xz" - -[Xorg_libXrender_jll."0.9.12+0"] -libraries = ["libXrender"] - - [[Xorg_libXrender_jll."0.9.12+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXrender_jll."0.9.12+0".sources]] - hash = "b832128da48b39c8d608224481743403ad1691bf4e554e4be9c174df171d1b97" - url = "https://www.x.org/archive/individual/lib/libXrender-0.9.12.tar.xz" - -[Xorg_libXt_jll."1.2.0+0"] -libraries = ["libXt"] - - [[Xorg_libXt_jll."1.2.0+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libXt_jll."1.2.0+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - - [[Xorg_libXt_jll."1.2.0+0".sources]] - hash = "b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831" - url = "https://www.x.org/archive/individual/lib/libXt-1.2.0.tar.bz2" - -[Xorg_libXt_jll."1.3.1+0"] -libraries = ["libXt"] - - [[Xorg_libXt_jll."1.3.1+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libXt_jll."1.3.1+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[Xorg_libXt_jll."1.3.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libXt_jll."1.3.1+0".sources]] - hash = "e0a774b33324f4d4c05b199ea45050f87206586d81655f8bef4dba434d931288" - url = "https://www.x.org/archive/individual/lib/libXt-1.3.1.tar.xz" - [[Xorg_libXt_jll."1.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d05c4b2f22df0aa7e09382750debca910d08aad//X/Xorg_libXt/bundled" - -[Xorg_libXtst_jll."1.2.3+0"] -libraries = ["libXtst"] - - [[Xorg_libXtst_jll."1.2.3+0".sources]] - hash = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204" - url = "https://www.x.org/archive/individual/lib/libXtst-1.2.3.tar.bz2" - -[Xorg_libXtst_jll."1.2.3+1"] -libraries = ["libXtst"] - - [[Xorg_libXtst_jll."1.2.3+1".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[Xorg_libXtst_jll."1.2.3+1".build_dependencies]] - name = "Xorg_recordproto_jll" - target = "target" - version = "*" - [[Xorg_libXtst_jll."1.2.3+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXtst_jll."1.2.3+1".sources]] - hash = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204" - url = "https://www.x.org/archive/individual/lib/libXtst-1.2.3.tar.bz2" - -[Xorg_libXtst_jll."1.2.3+2"] -libraries = ["libXtst"] - - [[Xorg_libXtst_jll."1.2.3+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXtst_jll."1.2.3+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXtst_jll."1.2.3+2".sources]] - hash = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204" - url = "https://www.x.org/archive/individual/lib/libXtst-1.2.3.tar.bz2" - -[Xorg_libXtst_jll."1.2.3+3"] -libraries = ["libXtst"] - - [[Xorg_libXtst_jll."1.2.3+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXtst_jll."1.2.3+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXtst_jll."1.2.3+3".sources]] - hash = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204" - url = "https://www.x.org/archive/individual/lib/libXtst-1.2.3.tar.bz2" - -[Xorg_libXtst_jll."1.2.3+4"] -libraries = ["libXtst"] - - [[Xorg_libXtst_jll."1.2.3+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXtst_jll."1.2.3+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXtst_jll."1.2.3+4".sources]] - hash = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204" - url = "https://www.x.org/archive/individual/lib/libXtst-1.2.3.tar.bz2" - -[Xorg_libXtst_jll."1.2.5+0"] -libraries = ["libXtst"] - - [[Xorg_libXtst_jll."1.2.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXtst_jll."1.2.5+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXtst_jll."1.2.5+0".sources]] - hash = "b50d4c25b97009a744706c1039c598f4d8e64910c9fde381994e1cae235d9242" - url = "https://www.x.org/archive/individual/lib/libXtst-1.2.5.tar.xz" - -[Xorg_libXxf86vm_jll."1.1.4+0"] -libraries = ["libXxf86vm"] - - [[Xorg_libXxf86vm_jll."1.1.4+0".sources]] - hash = "afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57" - url = "https://www.x.org/archive/individual/lib/libXxf86vm-1.1.4.tar.bz2" - -[Xorg_libXxf86vm_jll."1.1.4+1"] -libraries = ["libXxf86vm"] - - [[Xorg_libXxf86vm_jll."1.1.4+1".build_dependencies]] - name = "Xorg_xf86vidmodeproto_jll" - target = "target" - version = "*" - [[Xorg_libXxf86vm_jll."1.1.4+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXxf86vm_jll."1.1.4+1".sources]] - hash = "afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57" - url = "https://www.x.org/archive/individual/lib/libXxf86vm-1.1.4.tar.bz2" - -[Xorg_libXxf86vm_jll."1.1.4+2"] -libraries = ["libXxf86vm"] - - [[Xorg_libXxf86vm_jll."1.1.4+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXxf86vm_jll."1.1.4+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXxf86vm_jll."1.1.4+2".sources]] - hash = "afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57" - url = "https://www.x.org/archive/individual/lib/libXxf86vm-1.1.4.tar.bz2" - -[Xorg_libXxf86vm_jll."1.1.4+3"] -libraries = ["libXxf86vm"] - - [[Xorg_libXxf86vm_jll."1.1.4+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libXxf86vm_jll."1.1.4+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libXxf86vm_jll."1.1.4+3".sources]] - hash = "afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57" - url = "https://www.x.org/archive/individual/lib/libXxf86vm-1.1.4.tar.bz2" - -[Xorg_libXxf86vm_jll."1.1.6+0"] -libraries = ["libXxf86vm"] - - [[Xorg_libXxf86vm_jll."1.1.6+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libXxf86vm_jll."1.1.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libXxf86vm_jll."1.1.6+0".sources]] - hash = "96af414c73ce1d5449ad04be7f9f27fa8330f844b6dda843ef22e3e1befb3ee3" - url = "https://www.x.org/archive/individual/lib/libXxf86vm-1.1.6.tar.xz" - -[Xorg_libpciaccess_jll."0.16.0+0"] -libraries = ["libpciaccess"] - - [[Xorg_libpciaccess_jll."0.16.0+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libpciaccess_jll."0.16.0+0".sources]] - hash = "214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489" - url = "https://xorg.freedesktop.org/releases/individual/lib/libpciaccess-0.16.tar.bz2" - -[Xorg_libpciaccess_jll."0.16.0+1"] -libraries = ["libpciaccess"] - - [[Xorg_libpciaccess_jll."0.16.0+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libpciaccess_jll."0.16.0+1".sources]] - hash = "214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489" - url = "https://xorg.freedesktop.org/releases/individual/lib/libpciaccess-0.16.tar.bz2" - -[Xorg_libpciaccess_jll."0.18.1+0"] -libraries = ["libpciaccess"] - - [[Xorg_libpciaccess_jll."0.18.1+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libpciaccess_jll."0.18.1+0".sources]] - hash = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76" - url = "https://xorg.freedesktop.org/releases/individual/lib/libpciaccess-0.18.1.tar.xz" - -[[Xorg_libpthread_stubs_jll."0.1.0+0".sources]] -hash = "004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.1.tar.bz2" - -[[Xorg_libpthread_stubs_jll."0.1.0+1".sources]] -hash = "004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.1.tar.bz2" - -[[Xorg_libpthread_stubs_jll."0.1.0+2".sources]] -hash = "004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.1.tar.bz2" - -[[Xorg_libpthread_stubs_jll."0.1.0+3".sources]] -hash = "004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.1.tar.bz2" - -[[Xorg_libpthread_stubs_jll."0.1.1+0".sources]] -hash = "004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.1.tar.bz2" - -[[Xorg_libpthread_stubs_jll."0.1.1+1".sources]] -hash = "004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.1.tar.bz2" - -[[Xorg_libpthread_stubs_jll."0.1.1+2".sources]] -hash = "004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.1.tar.bz2" - -[[Xorg_libpthread_stubs_jll."0.1.1+3".sources]] -hash = "004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.1.tar.bz2" - -[[Xorg_libpthread_stubs_jll."0.1.2+0".sources]] -hash = "004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.1.tar.bz2" - -[[Xorg_libpthread_stubs_jll."0.5.0+0".sources]] -hash = "59da566decceba7c2a7970a4a03b48d9905f1262ff94410a649224e33d2442bc" -url = "https://www.x.org/archive/individual/lib/libpthread-stubs-0.5.tar.xz" - -[Xorg_libxcb_jll."1.13.0+0"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.13.0+0".sources]] - hash = "188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.13.tar.bz2" - -[Xorg_libxcb_jll."1.13.0+1"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.13.0+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.13.0+1".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - - [[Xorg_libxcb_jll."1.13.0+1".sources]] - hash = "188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.13.tar.bz2" - -[Xorg_libxcb_jll."1.13.0+2"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.13.0+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.13.0+2".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - - [[Xorg_libxcb_jll."1.13.0+2".sources]] - hash = "188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.13.tar.bz2" - -[Xorg_libxcb_jll."1.13.0+3"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.13.0+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.13.0+3".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - - [[Xorg_libxcb_jll."1.13.0+3".sources]] - hash = "188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.13.tar.bz2" - -[Xorg_libxcb_jll."1.15.0+0"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.15.0+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.15.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.15.0+0".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - - [[Xorg_libxcb_jll."1.15.0+0".sources]] - hash = "cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.15.tar.xz" - -[Xorg_libxcb_jll."1.17.0+0"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.17.0+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.0+0".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - - [[Xorg_libxcb_jll."1.17.0+0".sources]] - hash = "599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.17.0.tar.xz" - -[Xorg_libxcb_jll."1.17.0+1"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.17.0+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.0+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.0+1".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - - [[Xorg_libxcb_jll."1.17.0+1".sources]] - hash = "599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.17.0.tar.xz" - -[Xorg_libxcb_jll."1.17.0+2"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.17.0+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.0+2".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.0+2".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - - [[Xorg_libxcb_jll."1.17.0+2".sources]] - hash = "599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.17.0.tar.xz" - -[Xorg_libxcb_jll."1.17.0+3"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.17.0+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.0+3".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.0+3".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - - [[Xorg_libxcb_jll."1.17.0+3".sources]] - hash = "599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.17.0.tar.xz" - -[Xorg_libxcb_jll."1.17.1+0"] -libraries = ["libxcb-composite", "libxcb-damage", "libxcb-dpms", "libxcb-dri2", "libxcb-dri3", "libxcb-glx", "libxcb-present", "libxcb-randr", "libxcb-record", "libxcb-render", "libxcb-res", "libxcb-screensaver", "libxcb-shape", "libxcb-shm", "libxcb", "libxcb-sync", "libxcb-xf86dri", "libxcb-xfixes", "libxcb-xinerama", "libxcb-xinput", "libxcb-xkb", "libxcb-xtest", "libxcb-xvmc", "libxcb-xv"] - - [[Xorg_libxcb_jll."1.17.1+0".build_dependencies]] - name = "Xorg_libpthread_stubs_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.1+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[Xorg_libxcb_jll."1.17.1+0".build_dependencies]] - name = "Xorg_xcb_proto_jll" - target = "target" - version = "*" - - [[Xorg_libxcb_jll."1.17.1+0".sources]] - hash = "599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55" - url = "https://www.x.org/archive/individual/xcb/libxcb-1.17.0.tar.xz" - -[Xorg_libxkbfile_jll."1.1.0+0"] -libraries = ["libxkbfile"] - - [[Xorg_libxkbfile_jll."1.1.0+0".sources]] - hash = "758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7" - url = "https://www.x.org/archive/individual/lib/libxkbfile-1.1.0.tar.bz2" - -[Xorg_libxkbfile_jll."1.1.0+1"] -libraries = ["libxkbfile"] - - [[Xorg_libxkbfile_jll."1.1.0+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libxkbfile_jll."1.1.0+1".sources]] - hash = "758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7" - url = "https://www.x.org/archive/individual/lib/libxkbfile-1.1.0.tar.bz2" - -[Xorg_libxkbfile_jll."1.1.0+2"] -libraries = ["libxkbfile"] - - [[Xorg_libxkbfile_jll."1.1.0+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libxkbfile_jll."1.1.0+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libxkbfile_jll."1.1.0+2".sources]] - hash = "758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7" - url = "https://www.x.org/archive/individual/lib/libxkbfile-1.1.0.tar.bz2" - -[Xorg_libxkbfile_jll."1.1.0+3"] -libraries = ["libxkbfile"] - - [[Xorg_libxkbfile_jll."1.1.0+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libxkbfile_jll."1.1.0+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libxkbfile_jll."1.1.0+3".sources]] - hash = "758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7" - url = "https://www.x.org/archive/individual/lib/libxkbfile-1.1.0.tar.bz2" - -[Xorg_libxkbfile_jll."1.1.0+4"] -libraries = ["libxkbfile"] - - [[Xorg_libxkbfile_jll."1.1.0+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libxkbfile_jll."1.1.0+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libxkbfile_jll."1.1.0+4".sources]] - hash = "758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7" - url = "https://www.x.org/archive/individual/lib/libxkbfile-1.1.0.tar.bz2" - -[Xorg_libxkbfile_jll."1.1.2+0"] -libraries = ["libxkbfile"] - - [[Xorg_libxkbfile_jll."1.1.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libxkbfile_jll."1.1.2+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libxkbfile_jll."1.1.2+0".sources]] - hash = "b8a3784fac420b201718047cfb6c2d5ee7e8b9481564c2667b4215f6616644b1" - url = "https://www.x.org/archive/individual/lib/libxkbfile-1.1.2.tar.xz" - -[Xorg_libxkbfile_jll."1.1.2+1"] -libraries = ["libxkbfile"] - - [[Xorg_libxkbfile_jll."1.1.2+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libxkbfile_jll."1.1.2+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libxkbfile_jll."1.1.2+1".sources]] - hash = "b8a3784fac420b201718047cfb6c2d5ee7e8b9481564c2667b4215f6616644b1" - url = "https://www.x.org/archive/individual/lib/libxkbfile-1.1.2.tar.xz" - -[Xorg_libxkbfile_jll."1.1.3+0"] -libraries = ["libxkbfile"] - - [[Xorg_libxkbfile_jll."1.1.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_libxkbfile_jll."1.1.3+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_libxkbfile_jll."1.1.3+0".sources]] - hash = "a9b63eea997abb9ee6a8b4fbb515831c841f471af845a09de443b28003874bec" - url = "https://www.x.org/archive/individual/lib/libxkbfile-1.1.3.tar.xz" - -[Xorg_libxshmfence_jll."1.3.0+0"] -libraries = ["libxshmfence"] - - [[Xorg_libxshmfence_jll."1.3.0+0".sources]] - hash = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7" - url = "https://www.x.org/archive/individual/lib/libxshmfence-1.3.tar.bz2" - -[Xorg_libxshmfence_jll."1.3.0+1"] -libraries = ["libxshmfence"] - - [[Xorg_libxshmfence_jll."1.3.0+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxshmfence_jll."1.3.0+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[Xorg_libxshmfence_jll."1.3.0+1".sources]] - hash = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7" - url = "https://www.x.org/archive/individual/lib/libxshmfence-1.3.tar.bz2" - -[Xorg_libxshmfence_jll."1.3.0+2"] -libraries = ["libxshmfence"] - - [[Xorg_libxshmfence_jll."1.3.0+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxshmfence_jll."1.3.0+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libxshmfence_jll."1.3.0+2".sources]] - hash = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7" - url = "https://www.x.org/archive/individual/lib/libxshmfence-1.3.tar.bz2" - -[Xorg_libxshmfence_jll."1.3.3+0"] -libraries = ["libxshmfence"] - - [[Xorg_libxshmfence_jll."1.3.3+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - [[Xorg_libxshmfence_jll."1.3.3+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_libxshmfence_jll."1.3.3+0".sources]] - hash = "d4a4df096aba96fea02c029ee3a44e11a47eb7f7213c1a729be83e85ec3fde10" - url = "https://www.x.org/archive/individual/lib/libxshmfence-1.3.3.tar.xz" - -[[Xorg_randrproto_jll."1.5.0+0".sources]] -hash = "4c675533e79cd730997d232c8894b6692174dce58d3e207021b8f860be498468" -url = "https://www.x.org/archive/individual/proto/randrproto-1.5.0.tar.bz2" - -[[Xorg_randrproto_jll."1.5.0+1".sources]] -hash = "4c675533e79cd730997d232c8894b6692174dce58d3e207021b8f860be498468" -url = "https://www.x.org/archive/individual/proto/randrproto-1.5.0.tar.bz2" - -[[Xorg_recordproto_jll."1.14.2+0".sources]] -hash = "a777548d2e92aa259f1528de3c4a36d15e07a4650d0976573a8e2ff5437e7370" -url = "https://www.x.org/archive/individual/proto/recordproto-1.14.2.tar.bz2" - -[[Xorg_recordproto_jll."1.14.2+1".sources]] -hash = "a777548d2e92aa259f1528de3c4a36d15e07a4650d0976573a8e2ff5437e7370" -url = "https://www.x.org/archive/individual/proto/recordproto-1.14.2.tar.bz2" - -[[Xorg_renderproto_jll."0.11.1+0".sources]] -hash = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537" -url = "https://www.x.org/archive/individual/proto/renderproto-0.11.1.tar.bz2" - -[[Xorg_renderproto_jll."0.11.1+1".sources]] -hash = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537" -url = "https://www.x.org/archive/individual/proto/renderproto-0.11.1.tar.bz2" - -[[Xorg_renderproto_jll."0.11.2+0".sources]] -hash = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537" -url = "https://www.x.org/archive/individual/proto/renderproto-0.11.1.tar.bz2" - -[[Xorg_scrnsaverproto_jll."1.2.2+0".sources]] -hash = "d8dee19c52977f65af08fad6aa237bacee11bc5a33e1b9b064e8ac1fd99d6e79" -url = "https://www.x.org/archive/individual/proto/scrnsaverproto-1.2.2.tar.bz2" - -[[Xorg_scrnsaverproto_jll."1.2.2+1".sources]] -hash = "8bb70a8da164930cceaeb4c74180291660533ad3cc45377b30a795d1b85bcd65" -url = "https://www.x.org/archive/individual/proto/scrnsaverproto-1.2.2.tar.bz2" - -[[Xorg_util_macros_jll."1.19.2+0".sources]] -hash = "d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712" -url = "https://www.x.org/archive/individual/util/util-macros-1.19.2.tar.bz2" - -[[Xorg_util_macros_jll."1.19.2+1".sources]] -hash = "d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712" -url = "https://www.x.org/archive/individual/util/util-macros-1.19.2.tar.bz2" - -[[Xorg_util_macros_jll."1.19.2+2".sources]] -hash = "d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712" -url = "https://www.x.org/archive/individual/util/util-macros-1.19.2.tar.bz2" - -[[Xorg_util_macros_jll."1.19.2+3".sources]] -hash = "d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712" -url = "https://www.x.org/archive/individual/util/util-macros-1.19.2.tar.bz2" - -[[Xorg_util_macros_jll."1.20.2+0".sources]] -hash = "9ac269eba24f672d7d7b3574e4be5f333d13f04a7712303b1821b2a51ac82e8e" -url = "https://www.x.org/archive/individual/util/util-macros-1.20.2.tar.xz" - -[[Xorg_xcb_proto_jll."1.13.0+0".sources]] -hash = "7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.13.tar.bz2" - -[[Xorg_xcb_proto_jll."1.13.0+1".sources]] -hash = "7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.13.tar.bz2" - -[[Xorg_xcb_proto_jll."1.13.0+2".sources]] -hash = "7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.13.tar.bz2" - -[[Xorg_xcb_proto_jll."1.13.0+3".sources]] -hash = "7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.13.tar.bz2" - -[[Xorg_xcb_proto_jll."1.15.0+0".sources]] -hash = "d34c3b264e8365d16fa9db49179cfa3e9952baaf9275badda0f413966b65955f" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.15.tar.xz" - -[[Xorg_xcb_proto_jll."1.17.0+0".sources]] -hash = "2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.17.0.tar.xz" - -[[Xorg_xcb_proto_jll."1.17.0+1".sources]] -hash = "2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.17.0.tar.xz" - -[[Xorg_xcb_proto_jll."1.17.0+2".sources]] -hash = "2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.17.0.tar.xz" - -[[Xorg_xcb_proto_jll."1.17.0+3".sources]] -hash = "2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.17.0.tar.xz" - -[[Xorg_xcb_proto_jll."1.17.1+0".sources]] -hash = "2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.17.0.tar.xz" - -[[Xorg_xcb_proto_jll."1.17.2+0".sources]] -hash = "2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c" -url = "https://www.x.org/archive/individual/xcb/xcb-proto-1.17.0.tar.xz" - -[Xorg_xcb_util_cursor_jll."0.1.4+0"] -libraries = ["libxcb-cursor"] - - [[Xorg_xcb_util_cursor_jll."0.1.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_xcb_util_cursor_jll."0.1.4+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_cursor_jll."0.1.4+0".sources]] - hash = "28dcfe90bcab7b3561abe0dd58eb6832aa9cc77cfe42fcdfa4ebe20d605231fb" - url = "https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.4.tar.xz" - -[Xorg_xcb_util_cursor_jll."0.1.5+0"] -libraries = ["libxcb-cursor"] - - [[Xorg_xcb_util_cursor_jll."0.1.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_xcb_util_cursor_jll."0.1.5+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_cursor_jll."0.1.5+0".sources]] - hash = "0caf99b0d60970f81ce41c7ba694e5eaaf833227bb2cbcdb2f6dc9666a663c57" - url = "https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.5.tar.xz" - -[Xorg_xcb_util_cursor_jll."0.1.6+0"] -libraries = ["libxcb-cursor"] - - [[Xorg_xcb_util_cursor_jll."0.1.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_xcb_util_cursor_jll."0.1.6+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_cursor_jll."0.1.6+0".sources]] - hash = "fdeb8bd127873519be5cc70dcd0d3b5d33b667877200f9925a59fdcad8f7a933" - url = "https://www.x.org/archive/individual/lib/xcb-util-cursor-0.1.6.tar.xz" - -[Xorg_xcb_util_image_jll."0.4.0+0"] -libraries = ["libxcb-image"] - - [[Xorg_xcb_util_image_jll."0.4.0+0".sources]] - hash = "2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc" - url = "https://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.bz2" - -[Xorg_xcb_util_image_jll."0.4.0+1"] -libraries = ["libxcb-image"] - - [[Xorg_xcb_util_image_jll."0.4.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_image_jll."0.4.0+1".sources]] - hash = "2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc" - url = "https://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.bz2" - -[Xorg_xcb_util_image_jll."0.4.1+0"] -libraries = ["libxcb-image"] - - [[Xorg_xcb_util_image_jll."0.4.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_image_jll."0.4.1+0".sources]] - hash = "ccad8ee5dadb1271fd4727ad14d9bd77a64e505608766c4e98267d9aede40d3d" - url = "https://xcb.freedesktop.org/dist/xcb-util-image-0.4.1.tar.xz" - -[Xorg_xcb_util_jll."0.4.0+0"] -libraries = ["libxcb-util"] - - [[Xorg_xcb_util_jll."0.4.0+0".sources]] - hash = "46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9" - url = "https://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2" - -[Xorg_xcb_util_jll."0.4.0+1"] -libraries = ["libxcb-util"] - - [[Xorg_xcb_util_jll."0.4.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_jll."0.4.0+1".sources]] - hash = "46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9" - url = "https://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2" - -[Xorg_xcb_util_jll."0.4.1+0"] -libraries = ["libxcb-util"] - - [[Xorg_xcb_util_jll."0.4.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_jll."0.4.1+0".sources]] - hash = "5abe3bbbd8e54f0fa3ec945291b7e8fa8cfd3cccc43718f8758430f94126e512" - url = "https://xcb.freedesktop.org/dist/xcb-util-0.4.1.tar.xz" - -[Xorg_xcb_util_keysyms_jll."0.4.0+0"] -libraries = ["libxcb-keysyms"] - - [[Xorg_xcb_util_keysyms_jll."0.4.0+0".sources]] - hash = "0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9" - url = "https://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.0.tar.bz2" - -[Xorg_xcb_util_keysyms_jll."0.4.0+1"] -libraries = ["libxcb-keysyms"] - - [[Xorg_xcb_util_keysyms_jll."0.4.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_keysyms_jll."0.4.0+1".sources]] - hash = "0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9" - url = "https://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.0.tar.bz2" - [[Xorg_xcb_util_keysyms_jll."0.4.0+1".sources]] - hash = "ded299aa179dcf0d885bf89274a4db77a530e03f9f5e7cf1c3c4ef1d60e914b9" - url = "https://raw.githubusercontent.com/archlinux/svntogit-packages/ecd23f4fbd4d7670a182e24c29d99a6b8b817aba/trunk/LICENSE" - -[Xorg_xcb_util_keysyms_jll."0.4.1+0"] -libraries = ["libxcb-keysyms"] - - [[Xorg_xcb_util_keysyms_jll."0.4.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_keysyms_jll."0.4.1+0".sources]] - hash = "7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638" - url = "https://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.1.tar.xz" - [[Xorg_xcb_util_keysyms_jll."0.4.1+0".sources]] - hash = "ded299aa179dcf0d885bf89274a4db77a530e03f9f5e7cf1c3c4ef1d60e914b9" - url = "https://raw.githubusercontent.com/archlinux/svntogit-packages/ecd23f4fbd4d7670a182e24c29d99a6b8b817aba/trunk/LICENSE" - -[Xorg_xcb_util_renderutil_jll."0.3.9+0"] -libraries = ["libxcb-render-util"] - - [[Xorg_xcb_util_renderutil_jll."0.3.9+0".sources]] - hash = "c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b" - url = "https://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.bz2" - -[Xorg_xcb_util_renderutil_jll."0.3.9+1"] -libraries = ["libxcb-render-util"] - - [[Xorg_xcb_util_renderutil_jll."0.3.9+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_renderutil_jll."0.3.9+1".sources]] - hash = "c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b" - url = "https://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.bz2" - -[Xorg_xcb_util_renderutil_jll."0.3.10+0"] -libraries = ["libxcb-render-util"] - - [[Xorg_xcb_util_renderutil_jll."0.3.10+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_renderutil_jll."0.3.10+0".sources]] - hash = "3e15d4f0e22d8ddbfbb9f5d77db43eacd7a304029bf25a6166cc63caa96d04ba" - url = "https://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.10.tar.xz" - -[Xorg_xcb_util_wm_jll."0.4.1+0"] -libraries = ["libxcb-ewmh", "libxcb-icccm"] - - [[Xorg_xcb_util_wm_jll."0.4.1+0".sources]] - hash = "28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f" - url = "https://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2" - -[Xorg_xcb_util_wm_jll."0.4.1+1"] -libraries = ["libxcb-ewmh", "libxcb-icccm"] - - [[Xorg_xcb_util_wm_jll."0.4.1+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_wm_jll."0.4.1+1".sources]] - hash = "28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f" - url = "https://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2" - -[Xorg_xcb_util_wm_jll."0.4.2+0"] -libraries = ["libxcb-ewmh", "libxcb-icccm"] - - [[Xorg_xcb_util_wm_jll."0.4.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[Xorg_xcb_util_wm_jll."0.4.2+0".sources]] - hash = "62c34e21d06264687faea7edbf63632c9f04d55e72114aa4a57bb95e4f888a0b" - url = "https://xcb.freedesktop.org/dist/xcb-util-wm-0.4.2.tar.xz" - -[[Xorg_xextproto_jll."7.3.0+0".sources]] -hash = "f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0" -url = "https://www.x.org/archive/individual/proto/xextproto-7.3.0.tar.bz2" - -[[Xorg_xextproto_jll."7.3.0+1".sources]] -hash = "f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0" -url = "https://www.x.org/archive/individual/proto/xextproto-7.3.0.tar.bz2" - -[[Xorg_xextproto_jll."7.3.1+0".sources]] -hash = "f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0" -url = "https://www.x.org/archive/individual/proto/xextproto-7.3.0.tar.bz2" - -[[Xorg_xextproto_jll."7.3.1+1".sources]] -hash = "f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0" -url = "https://www.x.org/archive/individual/proto/xextproto-7.3.0.tar.bz2" - -[[Xorg_xf86vidmodeproto_jll."2.3.1+0".sources]] -hash = "45d9499aa7b73203fd6b3505b0259624afed5c16b941bd04fcf123e5de698770" -url = "https://www.x.org/archive/individual/proto/xf86vidmodeproto-2.3.1.tar.bz2" - -[[Xorg_xf86vidmodeproto_jll."2.3.1+1".sources]] -hash = "45d9499aa7b73203fd6b3505b0259624afed5c16b941bd04fcf123e5de698770" -url = "https://www.x.org/archive/individual/proto/xf86vidmodeproto-2.3.1.tar.bz2" - -[[Xorg_xineramaproto_jll."1.2.1+0".sources]] -hash = "977574bb3dc192ecd9c55f59f991ec1dff340be3e31392c95deff423da52485b" -url = "https://www.x.org/archive/individual/proto/xineramaproto-1.2.1.tar.bz2" - -[[Xorg_xineramaproto_jll."1.2.1+1".sources]] -hash = "977574bb3dc192ecd9c55f59f991ec1dff340be3e31392c95deff423da52485b" -url = "https://www.x.org/archive/individual/proto/xineramaproto-1.2.1.tar.bz2" - -[Xorg_xkbcomp_jll."1.4.2+0"] -executables = ["xkbcomp"] - - [[Xorg_xkbcomp_jll."1.4.2+0".sources]] - hash = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424" - url = "https://www.x.org/archive/individual/app/xkbcomp-1.4.2.tar.bz2" - -[Xorg_xkbcomp_jll."1.4.2+1"] -executables = ["xkbcomp"] - - [[Xorg_xkbcomp_jll."1.4.2+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xkbcomp_jll."1.4.2+1".sources]] - hash = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424" - url = "https://www.x.org/archive/individual/app/xkbcomp-1.4.2.tar.bz2" - -[Xorg_xkbcomp_jll."1.4.2+2"] -executables = ["xkbcomp"] - - [[Xorg_xkbcomp_jll."1.4.2+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_xkbcomp_jll."1.4.2+2".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xkbcomp_jll."1.4.2+2".sources]] - hash = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424" - url = "https://www.x.org/archive/individual/app/xkbcomp-1.4.2.tar.bz2" - -[Xorg_xkbcomp_jll."1.4.2+3"] -executables = ["xkbcomp"] - - [[Xorg_xkbcomp_jll."1.4.2+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_xkbcomp_jll."1.4.2+3".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xkbcomp_jll."1.4.2+3".sources]] - hash = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424" - url = "https://www.x.org/archive/individual/app/xkbcomp-1.4.2.tar.bz2" - -[Xorg_xkbcomp_jll."1.4.2+4"] -executables = ["xkbcomp"] - - [[Xorg_xkbcomp_jll."1.4.2+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_xkbcomp_jll."1.4.2+4".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xkbcomp_jll."1.4.2+4".sources]] - hash = "6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424" - url = "https://www.x.org/archive/individual/app/xkbcomp-1.4.2.tar.bz2" - -[Xorg_xkbcomp_jll."1.4.6+0"] -executables = ["xkbcomp"] - - [[Xorg_xkbcomp_jll."1.4.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_xkbcomp_jll."1.4.6+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xkbcomp_jll."1.4.6+0".sources]] - hash = "fa50d611ef41e034487af7bd8d8c718df53dd18002f591cca16b0384afc58e98" - url = "https://www.x.org/archive/individual/app/xkbcomp-1.4.6.tar.xz" - -[Xorg_xkbcomp_jll."1.4.6+1"] -executables = ["xkbcomp"] - - [[Xorg_xkbcomp_jll."1.4.6+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_xkbcomp_jll."1.4.6+1".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xkbcomp_jll."1.4.6+1".sources]] - hash = "fa50d611ef41e034487af7bd8d8c718df53dd18002f591cca16b0384afc58e98" - url = "https://www.x.org/archive/individual/app/xkbcomp-1.4.6.tar.xz" - -[Xorg_xkbcomp_jll."1.4.7+0"] -executables = ["xkbcomp"] - - [[Xorg_xkbcomp_jll."1.4.7+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[Xorg_xkbcomp_jll."1.4.7+0".build_dependencies]] - name = "Xorg_util_macros_jll" - target = "target" - version = "*" - - [[Xorg_xkbcomp_jll."1.4.7+0".sources]] - hash = "0a288114e5f44e31987042c79aecff1ffad53a8154b8ec971c24a69a80f81f77" - url = "https://www.x.org/archive/individual/app/xkbcomp-1.4.7.tar.xz" - -[[Xorg_xkeyboard_config_jll."2.27.0+0".sources]] -hash = "690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f" -url = "https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.27.tar.bz2" - -[[Xorg_xkeyboard_config_jll."2.27.0+1".sources]] -hash = "690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f" -url = "https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.27.tar.bz2" - -[[Xorg_xkeyboard_config_jll."2.27.0+2".build_dependencies]] -name = "Xorg_xproto_jll" -target = "target" -version = "*" -[[Xorg_xkeyboard_config_jll."2.27.0+2".build_dependencies]] -name = "Xorg_kbproto_jll" -target = "target" -version = "*" - -[[Xorg_xkeyboard_config_jll."2.27.0+2".sources]] -hash = "690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f" -url = "https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.27.tar.bz2" - -[[Xorg_xkeyboard_config_jll."2.27.0+3".build_dependencies]] -name = "Xorg_xproto_jll" -target = "target" -version = "*" -[[Xorg_xkeyboard_config_jll."2.27.0+3".build_dependencies]] -name = "Xorg_kbproto_jll" -target = "target" -version = "*" - -[[Xorg_xkeyboard_config_jll."2.27.0+3".sources]] -hash = "690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f" -url = "https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.27.tar.bz2" - -[[Xorg_xkeyboard_config_jll."2.27.0+4".build_dependencies]] -name = "Xorg_xproto_jll" -target = "target" -version = "*" -[[Xorg_xkeyboard_config_jll."2.27.0+4".build_dependencies]] -name = "Xorg_kbproto_jll" -target = "target" -version = "*" - -[[Xorg_xkeyboard_config_jll."2.27.0+4".sources]] -hash = "690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f" -url = "https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.27.tar.bz2" - -[[Xorg_xkeyboard_config_jll."2.39.0+0".build_dependencies]] -name = "Xorg_xproto_jll" -target = "target" -version = "*" -[[Xorg_xkeyboard_config_jll."2.39.0+0".build_dependencies]] -name = "Xorg_kbproto_jll" -target = "target" -version = "*" - -[[Xorg_xkeyboard_config_jll."2.39.0+0".sources]] -hash = "5ac5f533eff7b0c116805fe254fd79b2c9882700a4f9f2c070f8c4eae5aaa682" -url = "https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.39.tar.xz" - -[[Xorg_xkeyboard_config_jll."2.44.0+0".build_dependencies]] -name = "Xorg_xproto_jll" -target = "target" -version = "*" -[[Xorg_xkeyboard_config_jll."2.44.0+0".build_dependencies]] -name = "Xorg_kbproto_jll" -target = "target" -version = "*" - -[[Xorg_xkeyboard_config_jll."2.44.0+0".sources]] -hash = "54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a" -url = "https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.44.tar.xz" - -[[Xorg_xorgproto_jll."2019.2.0+0".sources]] -hash = "46ecd0156c561d41e8aa87ce79340910cdf38373b759e737fcbba5df508e7b8e" -url = "https://www.x.org/archive/individual/proto/xorgproto-2019.2.tar.bz2" - -[[Xorg_xorgproto_jll."2019.2.0+1".sources]] -hash = "46ecd0156c561d41e8aa87ce79340910cdf38373b759e737fcbba5df508e7b8e" -url = "https://www.x.org/archive/individual/proto/xorgproto-2019.2.tar.bz2" - -[[Xorg_xorgproto_jll."2019.2.0+2".sources]] -hash = "46ecd0156c561d41e8aa87ce79340910cdf38373b759e737fcbba5df508e7b8e" -url = "https://www.x.org/archive/individual/proto/xorgproto-2019.2.tar.bz2" - -[[Xorg_xorgproto_jll."2024.1.0+0".sources]] -hash = "4f6b9b4faf91e5df8265b71843a91fc73dc895be6210c84117a996545df296ce" -url = "https://www.x.org/archive/individual/proto/xorgproto-2024.1.tar.gz" - -[[Xorg_xproto_jll."7.0.31+0".sources]] -hash = "c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747" -url = "https://www.x.org/archive/individual/proto/xproto-7.0.31.tar.bz2" - -[[Xorg_xproto_jll."7.0.31+1".sources]] -hash = "c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747" -url = "https://www.x.org/archive/individual/proto/xproto-7.0.31.tar.bz2" - -[[Xorg_xproto_jll."7.0.31+2".sources]] -hash = "c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747" -url = "https://www.x.org/archive/individual/proto/xproto-7.0.31.tar.bz2" - -[[Xorg_xproto_jll."7.0.31+3".sources]] -hash = "c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747" -url = "https://www.x.org/archive/individual/proto/xproto-7.0.31.tar.bz2" - -[[Xorg_xtrans_jll."1.4.0+0".sources]] -hash = "377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773" -url = "https://www.x.org/archive/individual/lib/xtrans-1.4.0.tar.bz2" - -[[Xorg_xtrans_jll."1.4.0+1".sources]] -hash = "377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773" -url = "https://www.x.org/archive/individual/lib/xtrans-1.4.0.tar.bz2" - -[[Xorg_xtrans_jll."1.4.0+2".sources]] -hash = "377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773" -url = "https://www.x.org/archive/individual/lib/xtrans-1.4.0.tar.bz2" - -[[Xorg_xtrans_jll."1.4.0+3".sources]] -hash = "377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773" -url = "https://www.x.org/archive/individual/lib/xtrans-1.4.0.tar.bz2" - -[[Xorg_xtrans_jll."1.5.0+0".sources]] -hash = "1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd" -url = "https://www.x.org/archive/individual/lib/xtrans-1.5.0.tar.xz" - -[[Xorg_xtrans_jll."1.5.0+1".sources]] -hash = "1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd" -url = "https://www.x.org/archive/individual/lib/xtrans-1.5.0.tar.xz" - -[[Xorg_xtrans_jll."1.5.0+2".sources]] -hash = "1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd" -url = "https://www.x.org/archive/individual/lib/xtrans-1.5.0.tar.xz" - -[[Xorg_xtrans_jll."1.5.0+3".sources]] -hash = "1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd" -url = "https://www.x.org/archive/individual/lib/xtrans-1.5.0.tar.xz" - -[[Xorg_xtrans_jll."1.5.1+0".sources]] -hash = "dea80fbd8c3c941495b4b1d2785cb652815d016849a0d2ef90d1140de916993e" -url = "https://www.x.org/archive/individual/lib/xtrans-1.5.1.tar.xz" - -[[Xorg_xtrans_jll."1.6.0+0".sources]] -hash = "faafea166bf2451a173d9d593352940ec6404145c5d1da5c213423ce4d359e92" -url = "https://www.x.org/archive/individual/lib/xtrans-1.6.0.tar.xz" - -[Xorriso_jll."1.5.6+0"] -executables = ["xorriso"] - - [[Xorriso_jll."1.5.6+0".sources]] - hash = "786f9f5df9865cc5b0c1fecee3d2c0f5e04cab8c9a859bd1c9c7ccd4964fdae1" - url = "https://www.gnu.org/software/xorriso/xorriso-1.5.6.pl02.tar.gz" - -[XyceWrapper_jll."0.1.0+0"] -libraries = ["libxycelib"] - - [[XyceWrapper_jll."0.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[XyceWrapper_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/35e042ea6a4eeef53ef44389dcbb8c00fc7043d0//X/XyceWrapper/./src" - -[XyceWrapper_jll."0.1.1+0"] -libraries = ["libxycelib"] - - [[XyceWrapper_jll."0.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[XyceWrapper_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4a21bbc4fe5453f3419f038d2175fbac59810ba8//X/XyceWrapper/./src" - -[XyceWrapper_jll."0.1.1+1"] -libraries = ["libxycelib"] - - [[XyceWrapper_jll."0.1.1+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[XyceWrapper_jll."0.1.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0e2ec772e2754673da5ecc1df08c325d77b0877b//X/XyceWrapper/./src" - -[XyceWrapper_jll."0.2.0+0"] -libraries = ["libxycelib"] - - [[XyceWrapper_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[XyceWrapper_jll."0.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/284ead990eef58bc406c461a742e6b4bab0c506a//X/XyceWrapper/./src" - -[XyceWrapper_jll."0.3.0+0"] -libraries = ["libxycelib"] - - [[XyceWrapper_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[XyceWrapper_jll."0.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/379bf7adf4f6ffe3af6b14ae9a82e2f03bfbc9d0//X/XyceWrapper/./src" - -[XyceWrapper_jll."0.3.0+1"] -libraries = ["libxycelib"] - - [[XyceWrapper_jll."0.3.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[XyceWrapper_jll."0.3.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3eeee3ac76fca518ba5f9ba834e1365f4485692c//X/XyceWrapper/./src" - -[XyceWrapper_jll."0.3.0+2"] -libraries = ["libxycelib"] - - [[XyceWrapper_jll."0.3.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[XyceWrapper_jll."0.3.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a81620c752c29083ef2ae8c97c55f7d63dfb4902//X/XyceWrapper/./src" - -[XyceWrapper_jll."0.4.0+0"] -libraries = ["libxycelib"] - - [[XyceWrapper_jll."0.4.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[XyceWrapper_jll."0.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f69a7f26cefc696cc2b450c05160a22ec02c3bba//X/XyceWrapper/./src" - -[XyceWrapper_jll."0.5.0+0"] -libraries = ["libxycelib"] - - [[XyceWrapper_jll."0.5.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[XyceWrapper_jll."0.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/af723c87726d61dfffd23ba5ce56cf9cf5a326ee//X/XyceWrapper/./src" - -[Xyce_jll."7.2.0+0"] -executables = ["Xyce"] -libraries = ["libxyce"] - - [[Xyce_jll."7.2.0+0".sources]] - hash = "a61faef4bfb2f36f1aa7cc44264bbbb66fbaac11" - repo = "https://github.com/Xyce/Xyce.git" - [[Xyce_jll."7.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aecb54e05010e577884d642b1ceecba47c330289//X/Xyce/./bundled" - -[Xyce_jll."7.2.0+1"] -executables = ["Xyce"] -libraries = ["libxyce"] - - [[Xyce_jll."7.2.0+1".sources]] - hash = "a61faef4bfb2f36f1aa7cc44264bbbb66fbaac11" - repo = "https://github.com/Xyce/Xyce.git" - [[Xyce_jll."7.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a810c63415a6612b9128c0a7f712557d21dd8deb//X/Xyce/./bundled" - -[Xyce_jll."7.3.1+0"] -executables = ["Xyce"] -libraries = ["libxyce"] - - [[Xyce_jll."7.3.1+0".sources]] - hash = "9dd4374f64f272dd9186471fd402fdb7241986c0" - repo = "https://github.com/Xyce/Xyce.git" - [[Xyce_jll."7.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d09027bc8519de718a1b8fc6b595bcda388943c//X/Xyce/./bundled" - -[Xyce_jll."7.3.1+1"] -executables = ["Xyce"] -libraries = ["libxyce"] - - [[Xyce_jll."7.3.1+1".sources]] - hash = "9dd4374f64f272dd9186471fd402fdb7241986c0" - repo = "https://github.com/Xyce/Xyce.git" - [[Xyce_jll."7.3.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3bb7ca9e8618aa308b033a08d0e69f4f9288c387//X/Xyce/./bundled" - -[Xyce_jll."7.4.0+0"] -executables = ["Xyce"] -libraries = ["libxyce"] - - [[Xyce_jll."7.4.0+0".sources]] - hash = "82f96bbe05bac5921cd6fa1e8bb6a2983a797bf8" - repo = "https://github.com/Xyce/Xyce.git" - [[Xyce_jll."7.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/17478fddda77afefdaba04f971670e78a4796218//X/Xyce/./bundled" - -[Xyce_jll."7.4.99+0"] -executables = ["Xyce"] -libraries = ["libxyce"] - - [[Xyce_jll."7.4.99+0".sources]] - hash = "b7bb12d81f11d8b50141262537299b09d64b5565" - repo = "https://github.com/Xyce/Xyce.git" - [[Xyce_jll."7.4.99+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9b5911df60b30c9bc1704cdea892e069abae7d40//X/Xyce/./bundled" - -[Xyce_jll."7.6.0+0"] -executables = ["Xyce"] -libraries = ["libxyce"] - - [[Xyce_jll."7.6.0+0".sources]] - hash = "046a561ee2db376cf459edaeb8b6b67563da980d" - repo = "https://github.com/Xyce/Xyce.git" - -[Xyce_jll."7.6.0+1"] -executables = ["Xyce"] -libraries = ["libxyce"] - - [[Xyce_jll."7.6.0+1".sources]] - hash = "046a561ee2db376cf459edaeb8b6b67563da980d" - repo = "https://github.com/Xyce/Xyce.git" - -[YAJL_jll."2.1.0+0"] -libraries = ["libyajl"] - - [[YAJL_jll."2.1.0+0".sources]] - hash = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" - repo = "https://github.com/lloyd/yajl.git" - [[YAJL_jll."2.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/800716762e512aca6e3318cae08a2473b0eba947//Y/YAJL/bundled" - -[YAJL_jll."2.1.1+0"] -libraries = ["libyajl"] - - [[YAJL_jll."2.1.1+0".sources]] - hash = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" - repo = "https://github.com/lloyd/yajl.git" - [[YAJL_jll."2.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e8092eac2603489a382086f124712cc9c3a9f55//Y/YAJL/bundled" - -[YASM_jll."1.3.0+0"] -executables = ["yasm", "ytasm", "vsyasm"] - - [[YASM_jll."1.3.0+0".sources]] - hash = "3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f" - url = "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" - -[YASM_jll."1.3.0+1"] -executables = ["yasm", "ytasm", "vsyasm"] - - [[YASM_jll."1.3.0+1".sources]] - hash = "3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f" - url = "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" - -[Yosys_jll."0.1.0+0"] -executables = ["yosys", "yosys-config", "yosys-filterlib", "yosys-smtbmc", "yosys-abc"] - - [[Yosys_jll."0.1.0+0".sources]] - hash = "2e421feb0ea526468493ab008f3c72beb12c2bc6" - repo = "https://github.com/YosysHQ/yosys.git" - -[Yosys_jll."0.9.0+0"] -executables = ["yosys", "yosys-config", "yosys-filterlib", "yosys-smtbmc", "yosys-abc"] -libraries = ["libyosys"] - - [[Yosys_jll."0.9.0+0".sources]] - hash = "2e421feb0ea526468493ab008f3c72beb12c2bc6" - repo = "https://github.com/YosysHQ/yosys.git" - -[Yosys_jll."0.9.0+1"] -executables = ["yosys", "yosys-config", "yosys-filterlib", "yosys-smtbmc", "yosys-abc"] -libraries = ["libyosys"] - - [[Yosys_jll."0.9.0+1".sources]] - hash = "2e421feb0ea526468493ab008f3c72beb12c2bc6" - repo = "https://github.com/YosysHQ/yosys.git" - -[Yosys_jll."0.9.0+2"] -executables = ["yosys", "yosys-config", "yosys-filterlib", "yosys-smtbmc", "yosys-abc"] -libraries = ["libyosys"] - - [[Yosys_jll."0.9.0+2".sources]] - hash = "2e421feb0ea526468493ab008f3c72beb12c2bc6" - repo = "https://github.com/YosysHQ/yosys.git" - -[Yosys_jll."0.11.0+0"] -executables = ["yosys", "yosys-config", "yosys-filterlib", "yosys-smtbmc", "yosys-abc"] -libraries = ["libyosys"] - - [[Yosys_jll."0.11.0+0".sources]] - hash = "360fed8e4d611fa725a4526cf960383b8e6c6e64" - repo = "https://github.com/YosysHQ/yosys.git" - -[Yosys_jll."0.18.0+0"] -executables = ["yosys", "yosys-filterlib"] -libraries = ["libyosys"] - - [[Yosys_jll."0.18.0+0".sources]] - hash = "19ce3b45d6a877e96af3883e3f8df3acfd224ea6" - repo = "https://github.com/YosysHQ/yosys.git" - -[Yosys_jll."0.34.0+0"] -executables = ["yosys", "yosys-filterlib"] -libraries = ["libyosys"] - - [[Yosys_jll."0.34.0+0".sources]] - hash = "4a1b5599258881f579a2d95274754bcd8fc171bd" - repo = "https://github.com/YosysHQ/yosys.git" - -[ZITSOL_1_jll."0.1.0+0"] -libraries = ["libZITSOL_1"] - - [[ZITSOL_1_jll."0.1.0+0".sources]] - hash = "0ce5e3cef5ec55966db843a0d716a47566303961ba638b915a1b599d7a7800bd" - url = "https://www-users.cs.umn.edu/~saad/software/ITSOL/ZITSOL_1.tar.gz" - -[ZITSOL_1_jll."0.1.1+0"] -libraries = ["libZITSOL_1"] - - [[ZITSOL_1_jll."0.1.1+0".sources]] - hash = "d9878e22218d1b050af876624af4ebdf163354dc" - repo = "https://github.com/JuhaHeiskala/zitsol_mod.git" - -[ZITSOL_1_jll."0.1.2+0"] -libraries = ["libZITSOL_1"] - - [[ZITSOL_1_jll."0.1.2+0".sources]] - hash = "9e4c7d5ab9c65f1e96db698d5005cd2011dcd492" - repo = "https://github.com/JuhaHeiskala/zitsol_mod.git" - -[ZPares_jll."0.1.0+0"] -libraries = ["libzpares"] - - [[ZPares_jll."0.1.0+0".sources]] - hash = "1e84be7cd0f8368da09ac0c262f815583ce04b7d" - repo = "https://github.com/cometscome/zpares_mirror.git" - [[ZPares_jll."0.1.0+0".sources]] - hash = "3c34257d249451b0b984abc985e296ebb73ae5331025f1b8ea08d50301c7cf9a" - url = "https://zpares.cs.tsukuba.ac.jp/?download=242" - -[ZXing_CPP_jll."2.3.0+0"] -libraries = ["libZXing"] - - [[ZXing_CPP_jll."2.3.0+0".sources]] - hash = "d6068bcebeb8fd9f0d35a99b00d202be86a14dbe" - repo = "https://github.com/zxing-cpp/zxing-cpp.git" - [[ZXing_CPP_jll."2.3.0+0".sources]] - hash = "e5d0f958a079106234b3a840f93653308a76d3dcea02d3aa8f2841f8df33050c" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/13.3/MacOSX13.3.sdk.tar.xz" - -[Zellij_jll."0.24.0+0"] -executables = ["zellij"] - - [[Zellij_jll."0.24.0+0".sources]] - hash = "a7f2d1fa1dd9c55d37d1daebdf6af3c6666d144ee1e85ac7f805544ae03e3b1e" - url = "https://github.com/zellij-org/zellij/archive/refs/tags/v0.24.0.tar.gz" - -[Zellij_jll."0.25.0+0"] -executables = ["zellij"] - - [[Zellij_jll."0.25.0+0".sources]] - hash = "5bd4e6a726cf32e096f9c90d7dc414e63dee0613a56f5b665f4bfc6376dcf20a" - url = "https://github.com/zellij-org/zellij/archive/refs/tags/v0.25.0.tar.gz" - -[Zellij_jll."0.27.0+0"] -executables = ["zellij"] - - [[Zellij_jll."0.27.0+0".sources]] - hash = "6159482c25d3cb55b04d23230812f4450e88ff0975161594297a7deef8979a38" - url = "https://github.com/zellij-org/zellij/archive/refs/tags/v0.27.0.tar.gz" - -[Zenith_jll."0.12.0+0"] -executables = ["zenith"] - - [[Zenith_jll."0.12.0+0".sources]] - hash = "2b33892be95149550c84179b341e304c4222e3489bc121ea8c8346e075433aa6" - url = "https://github.com/bvaisvil/zenith/archive/refs/tags/0.12.0.tar.gz" - -[ZenohC_jll."1.3.3+0"] -libraries = ["libzenohc", "zenohc"] - - [[ZenohC_jll."1.3.3+0".sources]] - hash = "0e2b2d3ccecbe3fabb81281243dc1540d872751a" - repo = "https://github.com/eclipse-zenoh/zenoh-c.git" - -[ZenohC_jll."1.4.0+0"] -libraries = ["libzenohc", "zenohc"] - - [[ZenohC_jll."1.4.0+0".sources]] - hash = "0d33f530130c36afd76c2bb2270ca15e3a332f71" - repo = "https://github.com/eclipse-zenoh/zenoh-c.git" - -[Zenohd_jll."1.3.4+0"] -executables = ["zenohd"] - - [[Zenohd_jll."1.3.4+0".sources]] - hash = "6fe032be6a1af212ab4e6cb435cd70db3397a588" - repo = "https://github.com/eclipse-zenoh/zenoh.git" - -[Zenohd_jll."1.4.0+0"] -executables = ["zenohd"] - - [[Zenohd_jll."1.4.0+0".sources]] - hash = "b70ee93327d5d81e14cfd967587b3bdd55c53c41" - repo = "https://github.com/eclipse-zenoh/zenoh.git" - -[ZipFlow_jll."1.0.0+0"] -libraries = ["libzipflow"] - - [[ZipFlow_jll."1.0.0+0".sources]] - hash = "d4d73304252504bbade9aa6f34332bbb00de6664" - repo = "https://github.com/madler/zipflow.git" - [[ZipFlow_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/063e12e12678f47aba84e1cf6a29cb50a76794e8//Z/ZipFlow/./bundled" - -[ZipFlow_jll."1.1.0+0"] -libraries = ["libzipflow"] - - [[ZipFlow_jll."1.1.0+0".sources]] - hash = "913ef458c51504d1f461f6d3a24d4a1a9bdc2bcc" - repo = "https://github.com/madler/zipflow.git" - -[ZipFlow_jll."1.4.0+0"] -libraries = ["libzipflow"] - - [[ZipFlow_jll."1.4.0+0".sources]] - hash = "dd2c33bc91ef2142c96472656cb540ae8c1d8281" - repo = "https://github.com/madler/zipflow.git" - -[ZlibNG_jll."2.1.0+0"] -libraries = ["libz-ng", "libzlib-ng2"] - - [[ZlibNG_jll."2.1.0+0".sources]] - hash = "b3dcf11b4204a16fde71fa8224d7b7054e225b93" - repo = "https://github.com/zlib-ng/zlib-ng.git" - -[ZlibNG_jll."2.1.6+0"] -libraries = ["libz-ng", "libzlib-ng2"] - - [[ZlibNG_jll."2.1.6+0".sources]] - hash = "74253725f884e2424a0dd8ae3f69896d5377f325" - repo = "https://github.com/zlib-ng/zlib-ng.git" - [[ZlibNG_jll."2.1.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/faea108468f2edd019c9747839e8d6f50931ce97//Z/ZlibNG/bundled" - -[ZlibNG_jll."2.2.2+0"] -libraries = ["libz-ng", "libzlib-ng2"] - - [[ZlibNG_jll."2.2.2+0".sources]] - hash = "c939498c7f2a1d645833a98251365e2c814fd736" - repo = "https://github.com/zlib-ng/zlib-ng.git" - [[ZlibNG_jll."2.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b5bc4638eb5a6ef28a2d059c15738c23d30f308f//Z/ZlibNG/bundled" - -[ZlibNG_jll."2.2.3+0"] -libraries = ["libz-ng", "libzlib-ng2"] - - [[ZlibNG_jll."2.2.3+0".sources]] - hash = "cbb6ec1d74e8061efdf7251f8c2dae778bed14fd" - repo = "https://github.com/zlib-ng/zlib-ng.git" - [[ZlibNG_jll."2.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/614abd45579152a7f40a1566c294f5abe2f9f61c//Z/ZlibNG/bundled" - -[ZlibNG_jll."2.2.4+0"] -libraries = ["libz-ng", "libzlib-ng2"] - - [[ZlibNG_jll."2.2.4+0".sources]] - hash = "860e4cff7917d93f54f5d7f0bc1d0e8b1a3cb988" - repo = "https://github.com/zlib-ng/zlib-ng.git" - [[ZlibNG_jll."2.2.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6a07c43438abc10f6edfc8ec7b87c8122b7d9d9e//Z/ZlibNG/bundled" - -[Zlib_jll."1.2.11+0"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+0".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+2"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+2".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+3"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+3".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+4"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+4".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+5"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+5".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+6"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+6".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+7"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+7".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+8"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+8".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+9"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+9".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+10"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+10".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+11"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+11".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+12"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+12".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+13"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+13".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+14"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+14".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+15"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+15".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+16"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+16".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+17"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+17".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.11+18"] -libraries = ["libz"] - - [[Zlib_jll."1.2.11+18".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.12+0"] -libraries = ["libz"] - - [[Zlib_jll."1.2.12+0".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.12+1"] -libraries = ["libz"] - - [[Zlib_jll."1.2.12+1".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.12+2"] -libraries = ["libz"] - - [[Zlib_jll."1.2.12+2".sources]] - hash = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" - url = "https://zlib.net/zlib-1.2.11.tar.gz" - -[Zlib_jll."1.2.12+3"] -libraries = ["libz"] - - [[Zlib_jll."1.2.12+3".sources]] - hash = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9" - url = "https://zlib.net/zlib-1.2.12.tar.gz" - -[Zlib_jll."1.2.12+4"] -libraries = ["libz"] - - [[Zlib_jll."1.2.12+4".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[Zlib_jll."1.2.12+4".sources]] - hash = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9" - url = "https://zlib.net/zlib-1.2.12.tar.gz" - -[Zlib_jll."1.2.12+5"] -libraries = ["libz"] - - [[Zlib_jll."1.2.12+5".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[Zlib_jll."1.2.12+5".sources]] - hash = "21767c654d31d2dccdde4330529775c6c5fd5389" - repo = "https://github.com/madler/zlib.git" - -[Zlib_jll."1.2.13+0"] -libraries = ["libz"] - - [[Zlib_jll."1.2.13+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[Zlib_jll."1.2.13+0".sources]] - hash = "04f42ceca40f73e2978b50e93806c2a18c1281fc" - repo = "https://github.com/madler/zlib.git" - -[Zlib_jll."1.2.13+1"] -libraries = ["libz"] - - [[Zlib_jll."1.2.13+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[Zlib_jll."1.2.13+1".sources]] - hash = "04f42ceca40f73e2978b50e93806c2a18c1281fc" - repo = "https://github.com/madler/zlib.git" - -[Zlib_jll."1.3.0+0"] -libraries = ["libz"] - - [[Zlib_jll."1.3.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[Zlib_jll."1.3.0+0".sources]] - hash = "09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851" - repo = "https://github.com/madler/zlib.git" - -[Zlib_jll."1.3.1+0"] -libraries = ["libz"] - - [[Zlib_jll."1.3.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[Zlib_jll."1.3.1+0".sources]] - hash = "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf" - repo = "https://github.com/madler/zlib.git" - -[Zlib_jll."1.3.1+1"] -libraries = ["libz"] - - [[Zlib_jll."1.3.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[Zlib_jll."1.3.1+1".sources]] - hash = "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf" - repo = "https://github.com/madler/zlib.git" - -[Zlib_jll."1.3.1+2"] -libraries = ["libz"] - - [[Zlib_jll."1.3.1+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[Zlib_jll."1.3.1+2".sources]] - hash = "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf" - repo = "https://github.com/madler/zlib.git" - -[ZstdSeekable_jll."1.5.6+0"] -libraries = ["libzstd_seekable"] - - [[ZstdSeekable_jll."1.5.6+0".sources]] - hash = "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1" - url = "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz" - -[ZstdSeekable_jll."1.5.7+0"] -libraries = ["libzstd_seekable"] - - [[ZstdSeekable_jll."1.5.7+0".sources]] - hash = "eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3" - url = "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz" - -[Zstd_jll."1.4.2+0"] -libraries = ["libzstd"] - - [[Zstd_jll."1.4.2+0".sources]] - hash = "12730983b521f9a604c6789140fcb94fadf9a3ca99199765e33c56eb65b643c9" - url = "https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-1.4.2.tar.gz" - [[Zstd_jll."1.4.2+0".sources]] - hash = "430f21b1a4e006f3bfb2e97efa94deb03aadcda8c38b5f9832a0d069e4cad19e" - url = "https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-v1.4.2-win32.zip" - [[Zstd_jll."1.4.2+0".sources]] - hash = "13e9fd7a979398a4109fedbd6dc2f25dd0f2b0fb42b9fc957ad7b837c815949d" - url = "https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-v1.4.2-win64.zip" - -[Zstd_jll."1.4.4+0"] -executables = ["zstd"] -libraries = ["libzstd"] - - [[Zstd_jll."1.4.4+0".sources]] - hash = "59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315" - url = "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-1.4.4.tar.gz" - [[Zstd_jll."1.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a43f029b0c88bd17b8d67dc5bdfde73701f01ecd//Z/Zstd/./bundled" - -[Zstd_jll."1.4.4+1"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.4.4+1".sources]] - hash = "59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315" - url = "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-1.4.4.tar.gz" - [[Zstd_jll."1.4.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c990191928bae6c6c7d57ea7ebc8d5409815e806//Z/Zstd/./bundled" - -[Zstd_jll."1.4.5+0"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.4.5+0".sources]] - hash = "98e91c7c6bf162bf90e4e70fdbc41a8188b9fa8de5ad840c401198014406ce9e" - url = "https://github.com/facebook/zstd/releases/download/v1.4.5/zstd-1.4.5.tar.gz" - -[Zstd_jll."1.4.5+1"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.4.5+1".sources]] - hash = "98e91c7c6bf162bf90e4e70fdbc41a8188b9fa8de5ad840c401198014406ce9e" - url = "https://github.com/facebook/zstd/releases/download/v1.4.5/zstd-1.4.5.tar.gz" - -[Zstd_jll."1.4.5+2"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.4.5+2".sources]] - hash = "98e91c7c6bf162bf90e4e70fdbc41a8188b9fa8de5ad840c401198014406ce9e" - url = "https://github.com/facebook/zstd/releases/download/v1.4.5/zstd-1.4.5.tar.gz" - -[Zstd_jll."1.4.8+0"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.4.8+0".sources]] - hash = "32478297ca1500211008d596276f5367c54198495cf677e9439f4791a4c69f24" - url = "https://github.com/facebook/zstd/releases/download/v1.4.8/zstd-1.4.8.tar.gz" - -[Zstd_jll."1.5.0+0"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.0+0".sources]] - hash = "5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94" - url = "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz" - -[Zstd_jll."1.5.2+0"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.2+0".sources]] - hash = "7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0" - url = "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz" - -[Zstd_jll."1.5.4+0"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.4+0".sources]] - hash = "0f470992aedad543126d06efab344dc5f3e171893810455787d38347343a4424" - url = "https://github.com/facebook/zstd/releases/download/v1.5.4/zstd-1.5.4.tar.gz" - -[Zstd_jll."1.5.5+0"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.5+0".sources]] - hash = "9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4" - url = "https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz" - -[Zstd_jll."1.5.6+0"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.6+0".sources]] - hash = "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1" - url = "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz" - -[Zstd_jll."1.5.6+1"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.6+1".sources]] - hash = "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1" - url = "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz" - -[Zstd_jll."1.5.6+2"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.6+2".sources]] - hash = "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1" - url = "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz" - -[Zstd_jll."1.5.6+3"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.6+3".sources]] - hash = "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1" - url = "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz" - -[Zstd_jll."1.5.7+0"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.7+0".sources]] - hash = "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1" - url = "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz" - -[Zstd_jll."1.5.7+1"] -executables = ["zstd", "zstdmt"] -libraries = ["libzstd"] - - [[Zstd_jll."1.5.7+1".sources]] - hash = "eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3" - url = "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz" - [[Zstd_jll."1.5.7+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dbd764b283c2da22563bb2d2a1fe82107a7808c2//Z/Zstd/bundled" - -[abPOA_jll."1.4.1+0"] -executables = ["abpoa"] -libraries = ["libabpoa"] - - [[abPOA_jll."1.4.1+0".build_dependencies]] - name = "SIMDe_jll" - target = "target" - version = "*" - - [[abPOA_jll."1.4.1+0".sources]] - hash = "c6c9dacf92414cd1a358cbd1d28b6f2ca37b30ed" - repo = "https://github.com/yangao07/abPOA.git" - [[abPOA_jll."1.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e645c9034b7ca2d9bee230a9a38432703a1bbdc//A/abPOA/./bundled" - -[abseil_cpp_jll."20230125.0.0+0"] -libraries = ["libabsl_bad_any_cast_impl", "libabsl_bad_optional_access", "libabsl_bad_variant_access", "libabsl_base", "libabsl_city", "libabsl_civil_time", "libabsl_cord", "libabsl_cord_internal", "libabsl_cordz_functions", "libabsl_cordz_handle", "libabsl_cordz_info", "libabsl_cordz_sample_token", "libabsl_crc32c", "libabsl_crc_cord_state", "libabsl_crc_cpu_detect", "libabsl_crc_internal", "libabsl_debugging_internal", "libabsl_demangle_internal", "libabsl_die_if_null", "libabsl_examine_stack", "libabsl_exponential_biased", "libabsl_failure_signal_handler", "libabsl_flags", "libabsl_flags_commandlineflag", "libabsl_flags_commandlineflag_internal", "libabsl_flags_config", "libabsl_flags_internal", "libabsl_flags_marshalling", "libabsl_flags_parse", "libabsl_flags_private_handle_accessor", "libabsl_flags_program_name", "libabsl_flags_reflection", "libabsl_flags_usage", "libabsl_flags_usage_internal", "libabsl_graphcycles_internal", "libabsl_hash", "libabsl_hashtablez_sampler", "libabsl_int128", "libabsl_leak_check", "libabsl_log_entry", "libabsl_log_flags", "libabsl_log_globals", "libabsl_log_initialize", "libabsl_log_internal_check_op", "libabsl_log_internal_conditions", "libabsl_log_internal_format", "libabsl_log_internal_globals", "libabsl_log_internal_log_sink_set", "libabsl_log_internal_message", "libabsl_log_internal_nullguard", "libabsl_log_internal_proto", "libabsl_log_severity", "libabsl_log_sink", "libabsl_low_level_hash", "libabsl_malloc_internal", "libabsl_periodic_sampler", "libabsl_random_distributions", "libabsl_random_internal_distribution_test_util", "libabsl_random_internal_platform", "libabsl_random_internal_pool_urbg", "libabsl_random_internal_randen", "libabsl_random_internal_randen_hwaes", "libabsl_random_internal_randen_hwaes_impl", "libabsl_random_internal_randen_slow", "libabsl_random_internal_seed_material", "libabsl_random_seed_gen_exception", "libabsl_random_seed_sequences", "libabsl_raw_hash_set", "libabsl_raw_logging_internal", "libabsl_scoped_set_env", "libabsl_spinlock_wait", "libabsl_stacktrace", "libabsl_status", "libabsl_statusor", "libabsl_str_format_internal", "libabsl_strerror", "libabsl_strings", "libabsl_strings_internal", "libabsl_symbolize", "libabsl_synchronization", "libabsl_throw_delegate", "libabsl_time", "libabsl_time_zone"] - - [[abseil_cpp_jll."20230125.0.0+0".sources]] - hash = "78be63686ba732b25052be15f8d6dee891c05749" - repo = "https://github.com/abseil/abseil-cpp" - [[abseil_cpp_jll."20230125.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8e9093b320ff38dc0f8f83c6d7506fa402eeccbf//A/abseil_cpp/./bundled" - -[abseil_cpp_jll."20240116.2.0+0"] -libraries = ["libabsl_bad_any_cast_impl", "libabsl_bad_optional_access", "libabsl_bad_variant_access", "libabsl_base", "libabsl_city", "libabsl_civil_time", "libabsl_cord", "libabsl_cord_internal", "libabsl_cordz_functions", "libabsl_cordz_handle", "libabsl_cordz_info", "libabsl_cordz_sample_token", "libabsl_crc32c", "libabsl_crc_cord_state", "libabsl_crc_cpu_detect", "libabsl_crc_internal", "libabsl_debugging_internal", "libabsl_demangle_internal", "libabsl_die_if_null", "libabsl_examine_stack", "libabsl_exponential_biased", "libabsl_failure_signal_handler", "libabsl_flags_commandlineflag", "libabsl_flags_commandlineflag_internal", "libabsl_flags_config", "libabsl_flags_internal", "libabsl_flags_marshalling", "libabsl_flags_parse", "libabsl_flags_private_handle_accessor", "libabsl_flags_program_name", "libabsl_flags_reflection", "libabsl_flags_usage", "libabsl_flags_usage_internal", "libabsl_graphcycles_internal", "libabsl_hash", "libabsl_hashtablez_sampler", "libabsl_int128", "libabsl_kernel_timeout_internal", "libabsl_leak_check", "libabsl_log_entry", "libabsl_log_flags", "libabsl_log_globals", "libabsl_log_initialize", "libabsl_log_internal_check_op", "libabsl_log_internal_conditions", "libabsl_log_internal_fnmatch", "libabsl_log_internal_format", "libabsl_log_internal_globals", "libabsl_log_internal_log_sink_set", "libabsl_log_internal_message", "libabsl_log_internal_nullguard", "libabsl_log_internal_proto", "libabsl_log_severity", "libabsl_log_sink", "libabsl_low_level_hash", "libabsl_malloc_internal", "libabsl_periodic_sampler", "libabsl_random_distributions", "libabsl_random_internal_distribution_test_util", "libabsl_random_internal_platform", "libabsl_random_internal_pool_urbg", "libabsl_random_internal_randen", "libabsl_random_internal_randen_hwaes", "libabsl_random_internal_randen_hwaes_impl", "libabsl_random_internal_randen_slow", "libabsl_random_internal_seed_material", "libabsl_random_seed_gen_exception", "libabsl_random_seed_sequences", "libabsl_raw_hash_set", "libabsl_raw_logging_internal", "libabsl_scoped_set_env", "libabsl_spinlock_wait", "libabsl_stacktrace", "libabsl_status", "libabsl_statusor", "libabsl_str_format_internal", "libabsl_strerror", "libabsl_string_view", "libabsl_strings", "libabsl_strings_internal", "libabsl_symbolize", "libabsl_synchronization", "libabsl_throw_delegate", "libabsl_time", "libabsl_time_zone", "libabsl_vlog_config_internal"] - - [[abseil_cpp_jll."20240116.2.0+0".sources]] - hash = "d7aaad83b488fd62bd51c81ecf16cd938532cc0a" - repo = "https://github.com/abseil/abseil-cpp" - [[abseil_cpp_jll."20240116.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3a1b2c01674cd6472e426d6c30995d965f9f29d2//A/abseil_cpp/bundled" - -[acl_jll."2.2.53+0"] -executables = ["getfacl", "setfacl", "chacl"] -libraries = ["libacl"] - - [[acl_jll."2.2.53+0".sources]] - hash = "06be9865c6f418d851ff4494e12406568353b891ffe1f596b34693c387af26c7" - url = "http://download.savannah.nongnu.org/releases/acl/acl-2.2.53.tar.gz" - -[acl_jll."2.2.53+1"] -executables = ["getfacl", "setfacl", "chacl"] -libraries = ["libacl"] - - [[acl_jll."2.2.53+1".sources]] - hash = "06be9865c6f418d851ff4494e12406568353b891ffe1f596b34693c387af26c7" - url = "http://download.savannah.nongnu.org/releases/acl/acl-2.2.53.tar.gz" - -[acl_jll."2.3.1+0"] -executables = ["getfacl", "setfacl", "chacl"] -libraries = ["libacl"] - - [[acl_jll."2.3.1+0".sources]] - hash = "c0234042e17f11306c23c038b08e5e070edb7be44bef6697fb8734dcff1c66b1" - url = "http://download.savannah.nongnu.org/releases/acl/acl-2.3.1.tar.xz" - -[acl_jll."2.3.2+0"] -executables = ["getfacl", "setfacl", "chacl"] -libraries = ["libacl"] - - [[acl_jll."2.3.2+0".sources]] - hash = "97203a72cae99ab89a067fe2210c1cbf052bc492b479eca7d226d9830883b0bd" - url = "http://download.savannah.nongnu.org/releases/acl/acl-2.3.2.tar.xz" - -[acl_jll."2.3.3+0"] -executables = ["getfacl", "setfacl", "chacl"] -libraries = ["libacl"] - - [[acl_jll."2.3.3+0".sources]] - hash = "97203a72cae99ab89a067fe2210c1cbf052bc492b479eca7d226d9830883b0bd" - url = "http://download.savannah.nongnu.org/releases/acl/acl-2.3.2.tar.xz" - -[[adwaita_icon_theme_jll."3.33.92+0".sources]] -hash = "9e2078bf9e4d28f2a921fa88159733fe83a1fd37f8cbd768a5de3b83f44f0973" -url = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/3.33.92/adwaita-icon-theme-3.33.92.tar.bz2" - -[[adwaita_icon_theme_jll."3.33.92+1".sources]] -hash = "9e2078bf9e4d28f2a921fa88159733fe83a1fd37f8cbd768a5de3b83f44f0973" -url = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/3.33.92/adwaita-icon-theme-3.33.92.tar.bz2" - -[adwaita_icon_theme_jll."3.33.92+2"] -files = ["share/icons"] - - [[adwaita_icon_theme_jll."3.33.92+2".sources]] - hash = "9e2078bf9e4d28f2a921fa88159733fe83a1fd37f8cbd768a5de3b83f44f0973" - url = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/3.33.92/adwaita-icon-theme-3.33.92.tar.bz2" - -[adwaita_icon_theme_jll."3.33.92+3"] -files = ["share/icons"] - - [[adwaita_icon_theme_jll."3.33.92+3".sources]] - hash = "9e2078bf9e4d28f2a921fa88159733fe83a1fd37f8cbd768a5de3b83f44f0973" - url = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/3.33.92/adwaita-icon-theme-3.33.92.tar.bz2" - -[adwaita_icon_theme_jll."3.33.92+4"] -files = ["share/icons"] - - [[adwaita_icon_theme_jll."3.33.92+4".sources]] - hash = "9e2078bf9e4d28f2a921fa88159733fe83a1fd37f8cbd768a5de3b83f44f0973" - url = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/3.33.92/adwaita-icon-theme-3.33.92.tar.bz2" - -[adwaita_icon_theme_jll."3.33.92+5"] -files = ["share/icons"] - - [[adwaita_icon_theme_jll."3.33.92+5".sources]] - hash = "9e2078bf9e4d28f2a921fa88159733fe83a1fd37f8cbd768a5de3b83f44f0973" - url = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/3.33.92/adwaita-icon-theme-3.33.92.tar.bz2" - -[adwaita_icon_theme_jll."3.33.93+0"] -files = ["share/icons"] - - [[adwaita_icon_theme_jll."3.33.93+0".sources]] - hash = "9e2078bf9e4d28f2a921fa88159733fe83a1fd37f8cbd768a5de3b83f44f0973" - url = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/3.33.92/adwaita-icon-theme-3.33.92.tar.bz2" - -[adwaita_icon_theme_jll."43.0.0+0"] -files = ["share/icons"] - - [[adwaita_icon_theme_jll."43.0.0+0".sources]] - hash = "2e3ac77d32a6aa5554155df37e8f0a0dd54fc5a65fd721e88d505f970da32ec6" - url = "https://download.gnome.org/sources/adwaita-icon-theme/43/adwaita-icon-theme-43.tar.xz" - -[adwaita_icon_theme_jll."43.0.1+0"] -files = ["share/icons"] - - [[adwaita_icon_theme_jll."43.0.1+0".sources]] - hash = "2e3ac77d32a6aa5554155df37e8f0a0dd54fc5a65fd721e88d505f970da32ec6" - url = "https://download.gnome.org/sources/adwaita-icon-theme/43/adwaita-icon-theme-43.tar.xz" - -[agg_jll."1.4.3+0"] -executables = ["agg"] - - [[agg_jll."1.4.3+0".sources]] - hash = "84ef0590c9deb61d21469f2669ede31725103173" - repo = "https://github.com/asciinema/agg" - -[aiger_jll."1.9.9+0"] -executables = ["aigdd", "aigreset", "aigmiter", "aignm", "soltostim", "aigmove", "aigflip", "aigunconstraint", "aigstrip", "aigsim", "aigtodot", "aigtoblif", "aigunroll", "wrapstim", "aigor", "aigtosmv", "aigtocnf", "andtoaig", "aigjoin", "smvtoaig", "aigfuzz", "aiginfo", "bliftoaig", "aigsplit", "aigtoaig", "aigand"] - - [[aiger_jll."1.9.9+0".sources]] - hash = "1e50d3db36f5dc5ed0e57aa4c448b9bcf82865f01736dde1f32f390b780350c7" - url = "http://fmv.jku.at/aiger/aiger-1.9.9.tar.gz" - [[aiger_jll."1.9.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/549fab58b279c8294ff25070e1123a5977033a35//A/aiger/./bundled" - -[algoimWrapper_jll."0.1.1+0"] -libraries = ["libalgoimwrapper"] - - [[algoimWrapper_jll."0.1.1+0".build_dependencies]] - name = "algoim_jll" - target = "target" - version = "*" - [[algoimWrapper_jll."0.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[algoimWrapper_jll."0.1.1+0".sources]] - hash = "a4c15fdd67dbdbbac4d1a6c0dd0f3e2ca3b36e5f" - repo = "https://github.com/ericneiva/algoimWrapper.git" - [[algoimWrapper_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/acfae80c42e382a9fae4d3144b6311c054e98b92//A/algoimWrapper/./bundled" - -[algoimWrapper_jll."0.1.1+1"] -libraries = ["libalgoimwrapper"] - - [[algoimWrapper_jll."0.1.1+1".build_dependencies]] - name = "algoim_jll" - target = "target" - version = "*" - [[algoimWrapper_jll."0.1.1+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[algoimWrapper_jll."0.1.1+1".sources]] - hash = "a4c15fdd67dbdbbac4d1a6c0dd0f3e2ca3b36e5f" - repo = "https://github.com/ericneiva/algoimWrapper.git" - [[algoimWrapper_jll."0.1.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b1dd3e96547eaa542efe8047a3deeb1d9c5b551//A/algoimWrapper/./bundled" - -[algoimWrapper_jll."0.1.2+0"] -libraries = ["libalgoimwrapper"] - - [[algoimWrapper_jll."0.1.2+0".build_dependencies]] - name = "algoim_jll" - target = "target" - version = "*" - [[algoimWrapper_jll."0.1.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[algoimWrapper_jll."0.1.2+0".sources]] - hash = "7972c74efcc92a89d3792357212ce3c0ccb26922" - repo = "https://github.com/ericneiva/algoimWrapper.git" - [[algoimWrapper_jll."0.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0eeb441db228a5e851d14fdd9693bd6fa9a8eb3b//A/algoimWrapper/./bundled" - -[algoimWrapper_jll."0.2.1+0"] -libraries = ["libalgoimwrapper"] - - [[algoimWrapper_jll."0.2.1+0".build_dependencies]] - name = "algoim_jll" - target = "target" - version = "*" - [[algoimWrapper_jll."0.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[algoimWrapper_jll."0.2.1+0".sources]] - hash = "d763149d1d2fdd698c4982c28cdeff69c9c16a07" - repo = "https://github.com/ericneiva/algoimWrapper.git" - [[algoimWrapper_jll."0.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cbd6f26c8b7f1c6ef0b83cb4193ba72aa2e8555d//A/algoimWrapper/./bundled" - -[algoimWrapper_jll."0.3.0+0"] -libraries = ["libalgoimwrapper"] - - [[algoimWrapper_jll."0.3.0+0".build_dependencies]] - name = "algoim_jll" - target = "target" - version = "*" - [[algoimWrapper_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[algoimWrapper_jll."0.3.0+0".sources]] - hash = "f40073b27ce7f65f01730991d4321a71c7b29b28" - repo = "https://github.com/ericneiva/algoimWrapper.git" - [[algoimWrapper_jll."0.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/54ad9e01a44f07a9bc20a983f8d7c960816ee9c3//A/algoimWrapper/./bundled" - -[algoimWrapper_jll."0.3.1+0"] -libraries = ["libalgoimwrapper"] - - [[algoimWrapper_jll."0.3.1+0".build_dependencies]] - name = "algoim_jll" - target = "target" - version = "*" - [[algoimWrapper_jll."0.3.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[algoimWrapper_jll."0.3.1+0".sources]] - hash = "b7ce0d93f25f5f2261c6ca36b1b71a041ecb72ed" - repo = "https://github.com/ericneiva/algoimWrapper.git" - [[algoimWrapper_jll."0.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/16e4de8aa199634e39efff52be39a31e6d7eb398//A/algoimWrapper/./bundled" - -[[algoim_jll."0.1.0+0".sources]] -hash = "979cb3b7860b53751291352a929754d525b7fde1" -repo = "https://github.com/algoim/algoim.git" - -[[algoim_jll."0.1.1+0".sources]] -hash = "da1d81499608e1d499695d255f0233140b8c81e8" -repo = "https://github.com/algoim/algoim.git" -[[algoim_jll."0.1.1+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f4b0f3a0ade1aba6b63a3fdd8365f67625ca7e9b//A/algoim/./bundled" - -[alive2_jll."0.1.0+0"] -executables = ["alive"] - - [[alive2_jll."0.1.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[alive2_jll."0.1.0+0".sources]] - hash = "189436ffe02f44b710111ee5de06ca6b91aaff74" - repo = "https://github.com/AliveToolkit/alive2.git" - [[alive2_jll."0.1.0+0".sources]] - hash = "a511c1cf1ebfe6fe3b8ec005374b9c05e89ac28b3d4eb468873f59800c02b030" - url = "https://github.com/realjf/MacOSX-SDKs/releases/download/v0.0.1/MacOSX12.3.sdk.tar.xz" - [[alive2_jll."0.1.0+0".sources]] - hash = "3089b0b526eed060bc1c0ed582dabe2a06801226" - repo = "https://github.com/JuliaLang/llvm-project.git" - [[alive2_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/90850983dd27ebba22eb53ba6949b5c059a4ff9c//A/alive2/./bundled" - -[alsa_jll."1.2.1-1+0"] -libraries = ["libasound", "libatopology"] - - [[alsa_jll."1.2.1-1+0".sources]] - hash = "c95ac63c0aad43a6ac457d960569096b0b2ef72dc4e3737e77e3e2de87022cec" - url = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.1.1.tar.bz2" - -[alsa_jll."1.2.1-1+1"] -libraries = ["libasound", "libatopology"] - - [[alsa_jll."1.2.1-1+1".sources]] - hash = "c95ac63c0aad43a6ac457d960569096b0b2ef72dc4e3737e77e3e2de87022cec" - url = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.1.1.tar.bz2" - -[alsa_jll."1.2.1-1+2"] -libraries = ["libasound", "libatopology"] - - [[alsa_jll."1.2.1-1+2".sources]] - hash = "c95ac63c0aad43a6ac457d960569096b0b2ef72dc4e3737e77e3e2de87022cec" - url = "https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.1.1.tar.bz2" - -[alsa_jll."1.2.4+0"] -libraries = ["libasound", "libatopology"] - - [[alsa_jll."1.2.4+0".sources]] - hash = "f7554be1a56cdff468b58fc1c29b95b64864c590038dd309c7a978c7116908f7" - url = "https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.4.tar.bz2" - [[alsa_jll."1.2.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4db778bb31dc21f512e5d645ad0e6bb4398b401//A/alsa/./bundled" - -[alsa_jll."1.2.5+0"] -libraries = ["libasound", "libatopology"] - - [[alsa_jll."1.2.5+0".sources]] - hash = "628421d950cecaf234de3f899d520c0a6923313c964ad751ffac081df331438e" - url = "https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.5.1.tar.bz2" - -[alsa_jll."1.2.12+0"] -libraries = ["libasound", "libatopology"] - - [[alsa_jll."1.2.12+0".sources]] - hash = "34422861f5549aee3e9df9fd8240d10b530d9abd" - repo = "https://github.com/alsa-project/alsa-lib.git" - -[alsa_jll."1.2.13+0"] -libraries = ["libasound", "libatopology"] - - [[alsa_jll."1.2.13+0".sources]] - hash = "8c4ff37553cbe89618e187e4c779f71a9bb2a8b27b91f87ed40987cc9233d8f6" - url = "https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.13.tar.bz2" - -[alsa_plugins_jll."1.2.2+0"] -libraries = ["libasound_module_pcm_a52", "libasound_module_pcm_pulse", "libasound_module_rate_lavrate", "libasound_module_pcm_speex", "libasound_module_conf_pulse", "libasound_module_ctl_pulse", "libasound_module_pcm_oss", "libasound_module_rate_samplerate", "libasound_module_ctl_arcam_av", "libasound_module_pcm_usb_stream", "libasound_module_pcm_vdownmix", "libasound_module_pcm_upmix", "libasound_module_rate_speexrate", "libasound_module_ctl_oss"] - - [[alsa_plugins_jll."1.2.2+0".sources]] - hash = "1c0f06450c928d711719686c9dbece2d480184f36fab11b8f0534cb7b41e337d" - url = "ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-1.2.2.tar.bz2" - -[alsa_plugins_jll."1.2.12+0"] -libraries = ["libasound_module_pcm_a52", "libasound_module_pcm_pulse", "libasound_module_rate_lavrate", "libasound_module_pcm_speex", "libasound_module_conf_pulse", "libasound_module_ctl_pulse", "libasound_module_pcm_oss", "libasound_module_rate_samplerate", "libasound_module_ctl_arcam_av", "libasound_module_pcm_usb_stream", "libasound_module_pcm_vdownmix", "libasound_module_pcm_upmix", "libasound_module_rate_speexrate", "libasound_module_ctl_oss"] - - [[alsa_plugins_jll."1.2.12+0".sources]] - hash = "7bd8a83d304e8e2d86a25895d8dcb0ef0245a8df32e271959cdbdc6af39b66f2" - url = "https://www.alsa-project.org/files/pub/plugins/alsa-plugins-1.2.12.tar.bz2" - -[argp_standalone_jll."1.3.0+0"] -files = ["lib/libargp.a", "include/argp.h"] - - [[argp_standalone_jll."1.3.0+0".sources]] - hash = "dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be" - url = "http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz" - [[argp_standalone_jll."1.3.0+0".sources]] - hash = "8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643" - url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt" - -[argp_standalone_jll."1.3.1+0"] -files = ["lib/libargp.a", "include/argp.h"] - - [[argp_standalone_jll."1.3.1+0".sources]] - hash = "dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be" - url = "http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz" - [[argp_standalone_jll."1.3.1+0".sources]] - hash = "8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643" - url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt" - -[argp_standalone_jll."1.3.1+1"] -files = ["lib/libargp.a", "include/argp.h"] - - [[argp_standalone_jll."1.3.1+1".sources]] - hash = "dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be" - url = "http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz" - [[argp_standalone_jll."1.3.1+1".sources]] - hash = "edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6" - url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt" - [[argp_standalone_jll."1.3.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c4798d52839b8c6869255242ec6b3684dde8bb5c//A/argp_standalone/./bundled" - -[arm_binutils_jll."2.41.0+0"] -executables = ["arm-none-eabi-as", "arm-none-eabi-objcopy", "arm-none-eabi-readelf", "arm-none-eabi-objdump", "arm-none-eabi-strip", "arm-none-eabi-nm", "arm-none-eabi-ld", "arm-none-eabihf-as", "arm-none-eabihf-objcopy", "arm-none-eabihf-readelf", "arm-none-eabihf-objdump", "arm-none-eabihf-strip", "arm-none-eabihf-nm", "arm-none-eabihf-ld"] - - [[arm_binutils_jll."2.41.0+0".sources]] - hash = "ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450" - url = "https://ftp.gnu.org/gnu/binutils/binutils-2.41.tar.xz" - -[armadillo_jll."9.800.3+0"] -libraries = ["libarmadillo"] - - [[armadillo_jll."9.800.3+0".sources]] - hash = "a481e1dc880b7cb352f8a28b67fe005dc1117d4341277f12999a2355d40d7599" - url = "http://sourceforge.net/projects/arma/files/armadillo-9.800.3.tar.xz" - -[armadillo_jll."9.850.1+0"] -libraries = ["libarmadillo"] - - [[armadillo_jll."9.850.1+0".sources]] - hash = "d4c389b9597a5731500ad7a2656c11a6031757aaaadbcafdea5cc8ac0fd2c01f" - url = "http://sourceforge.net/projects/arma/files/armadillo-9.850.1.tar.xz" - -[armadillo_jll."9.850.1+1"] -libraries = ["libarmadillo"] - - [[armadillo_jll."9.850.1+1".sources]] - hash = "d4c389b9597a5731500ad7a2656c11a6031757aaaadbcafdea5cc8ac0fd2c01f" - url = "http://sourceforge.net/projects/arma/files/armadillo-9.850.1.tar.xz" - -[armadillo_jll."9.850.1+2"] -libraries = ["libarmadillo"] - - [[armadillo_jll."9.850.1+2".sources]] - hash = "d4c389b9597a5731500ad7a2656c11a6031757aaaadbcafdea5cc8ac0fd2c01f" - url = "http://sourceforge.net/projects/arma/files/armadillo-9.850.1.tar.xz" - -[armadillo_jll."9.850.1+3"] -libraries = ["libarmadillo"] - - [[armadillo_jll."9.850.1+3".sources]] - hash = "d4c389b9597a5731500ad7a2656c11a6031757aaaadbcafdea5cc8ac0fd2c01f" - url = "http://sourceforge.net/projects/arma/files/armadillo-9.850.1.tar.xz" - -[armadillo_jll."11.2.1+0"] -libraries = ["libarmadillo"] - - [[armadillo_jll."11.2.1+0".sources]] - hash = "2ed1139340e6c0896f490f0dbec73875b0222e0ed9f4971cf8c41342248b9ec2" - url = "http://sourceforge.net/projects/arma/files/armadillo-11.2.1.tar.xz" - -[armadillo_jll."12.2.0+0"] -libraries = ["libarmadillo"] - - [[armadillo_jll."12.2.0+0".sources]] - hash = "b0dce042297e865add3351dad77f78c2c7638d6632f58357b015e50edcbd2186" - url = "http://sourceforge.net/projects/arma/files/armadillo-12.2.0.tar.xz" - -[armadillo_jll."12.6.6+0"] -libraries = ["libarmadillo"] - - [[armadillo_jll."12.6.6+0".sources]] - hash = "3858b0fd431772af032ad3f35c2aeb54e8dabea59169e7d1e9fccd78bc82ad35" - url = "http://sourceforge.net/projects/arma/files/armadillo-12.6.6.tar.xz" - -[armadillo_jll."12.8.3+0"] -libraries = ["libarmadillo"] - - [[armadillo_jll."12.8.3+0".sources]] - hash = "2922589f6387796504b340da6bb954bef3d87574c298515893289edd2d890151" - url = "http://sourceforge.net/projects/arma/files/armadillo-12.8.3.tar.xz" - -[armadillo_jll."14.2.1+0"] -libraries = ["libarmadillo"] - - [[armadillo_jll."14.2.1+0".sources]] - hash = "2495815cf9d130f70fffb6a12733d0dcaf86cbaac51e8b4b82ad25183eda1dd5" - url = "http://sourceforge.net/projects/arma/files/armadillo-14.2.1.tar.xz" - -[armadillo_jll."14.4.1+0"] -libraries = ["libarmadillo"] - - [[armadillo_jll."14.4.1+0".sources]] - hash = "26ce272bfdc8246c278e6f8cfa53777a1efb14ef196e88082fee05da1a463491" - url = "http://sourceforge.net/projects/arma/files/armadillo-14.4.1.tar.xz" - -[asdf_cxx_jll."7.2.2+0"] -executables = ["asdf-copy", "asdf-demo", "asdf-demo-external", "asdf-demo-large", "asdf-ls"] -libraries = ["libasdf-cxx"] - - [[asdf_cxx_jll."7.2.2+0".sources]] - hash = "dab591d785b0e70b4cbb734a98966355abfe1d64" - repo = "https://github.com/eschnett/asdf-cxx" - -[asdf_cxx_jll."7.3.1+0"] -executables = ["asdf-copy", "asdf-demo", "asdf-demo-compression", "asdf-demo-external", "asdf-demo-large", "asdf-ls"] -libraries = ["libasdf-cxx"] - - [[asdf_cxx_jll."7.3.1+0".sources]] - hash = "9836ffb81c79f48182226a3b976d260078a05b07" - repo = "https://github.com/eschnett/asdf-cxx" - -[asdf_cxx_jll."7.3.2+0"] -executables = ["asdf-copy", "asdf-demo", "asdf-demo-compression", "asdf-demo-external", "asdf-demo-large", "asdf-ls"] -libraries = ["libasdf-cxx"] - - [[asdf_cxx_jll."7.3.2+0".sources]] - hash = "abfdeb28d3d5b11f94f3937c082e3c5747710678" - repo = "https://github.com/eschnett/asdf-cxx" - -[at_spi2_atk_jll."2.34.1+0"] -libraries = ["libatk-bridge-2.0"] - - [[at_spi2_atk_jll."2.34.1+0".sources]] - hash = "776df930748fde71c128be6c366a987b98b6ee66d508ed9c8db2355bf4b9cc16" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.34/at-spi2-atk-2.34.1.tar.xz" - [[at_spi2_atk_jll."2.34.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bc5bb06499347c42489fba995be755b340ceda18//A/at_spi2_atk/./bundled" - -[at_spi2_atk_jll."2.34.1+1"] -libraries = ["libatk-bridge-2.0"] - - [[at_spi2_atk_jll."2.34.1+1".sources]] - hash = "776df930748fde71c128be6c366a987b98b6ee66d508ed9c8db2355bf4b9cc16" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.34/at-spi2-atk-2.34.1.tar.xz" - [[at_spi2_atk_jll."2.34.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dd2c14078114bc0e74b0c9bf79d3336929074223//A/at_spi2_atk/./bundled" - -[at_spi2_atk_jll."2.34.1+2"] -libraries = ["libatk-bridge-2.0"] - - [[at_spi2_atk_jll."2.34.1+2".sources]] - hash = "776df930748fde71c128be6c366a987b98b6ee66d508ed9c8db2355bf4b9cc16" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.34/at-spi2-atk-2.34.1.tar.xz" - [[at_spi2_atk_jll."2.34.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/269406e5bf393a54d2bf6e83c65804066ae2468e//A/at_spi2_atk/./bundled" - -[at_spi2_atk_jll."2.34.1+3"] -libraries = ["libatk-bridge-2.0"] - - [[at_spi2_atk_jll."2.34.1+3".sources]] - hash = "776df930748fde71c128be6c366a987b98b6ee66d508ed9c8db2355bf4b9cc16" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.34/at-spi2-atk-2.34.1.tar.xz" - [[at_spi2_atk_jll."2.34.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f7a95f82fddb3cc764fcacb8a70a9bff184a7404//A/at_spi2_atk/./bundled" - -[at_spi2_atk_jll."2.34.1+4"] -libraries = ["libatk-bridge-2.0"] - - [[at_spi2_atk_jll."2.34.1+4".sources]] - hash = "776df930748fde71c128be6c366a987b98b6ee66d508ed9c8db2355bf4b9cc16" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.34/at-spi2-atk-2.34.1.tar.xz" - [[at_spi2_atk_jll."2.34.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9cd86940d0bdf7a69ac52d454dadfbc29f5de572//A/at_spi2_atk/./bundled" - -[at_spi2_atk_jll."2.38.0+0"] -libraries = ["libatk-bridge-2.0"] - - [[at_spi2_atk_jll."2.38.0+0".build_dependencies]] - name = "Xorg_fixesproto_jll" - target = "target" - version = "*" - [[at_spi2_atk_jll."2.38.0+0".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[at_spi2_atk_jll."2.38.0+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[at_spi2_atk_jll."2.38.0+0".build_dependencies]] - name = "Xorg_recordproto_jll" - target = "target" - version = "*" - [[at_spi2_atk_jll."2.38.0+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - [[at_spi2_atk_jll."2.38.0+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[at_spi2_atk_jll."2.38.0+0".sources]] - hash = "cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz" - -[at_spi2_core_jll."2.34.0+0"] -libraries = ["libatspi"] - - [[at_spi2_core_jll."2.34.0+0".sources]] - hash = "d629cdbd674e539f8912028512af583990938c7b49e25184c126b00121ef11c6" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz" - -[at_spi2_core_jll."2.34.0+1"] -libraries = ["libatspi"] - - [[at_spi2_core_jll."2.34.0+1".sources]] - hash = "d629cdbd674e539f8912028512af583990938c7b49e25184c126b00121ef11c6" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz" - -[at_spi2_core_jll."2.34.0+2"] -libraries = ["libatspi"] - - [[at_spi2_core_jll."2.34.0+2".sources]] - hash = "d629cdbd674e539f8912028512af583990938c7b49e25184c126b00121ef11c6" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz" - -[at_spi2_core_jll."2.34.0+3"] -libraries = ["libatspi"] - - [[at_spi2_core_jll."2.34.0+3".sources]] - hash = "d629cdbd674e539f8912028512af583990938c7b49e25184c126b00121ef11c6" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz" - -[at_spi2_core_jll."2.34.0+4"] -libraries = ["libatspi"] - - [[at_spi2_core_jll."2.34.0+4".sources]] - hash = "d629cdbd674e539f8912028512af583990938c7b49e25184c126b00121ef11c6" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz" - -[at_spi2_core_jll."2.56.1+0"] -libraries = ["libatspi"] - - [[at_spi2_core_jll."2.56.1+0".build_dependencies]] - name = "Xorg_fixesproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.1+0".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.1+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.1+0".build_dependencies]] - name = "Xorg_recordproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.1+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[at_spi2_core_jll."2.56.1+0".sources]] - hash = "fd177fecd8c95006ff0a355eafd7066fe110a2e17eb5eb5fe17ff70e49a4eace" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.56/at-spi2-core-2.56.1.tar.xz" - -[at_spi2_core_jll."2.56.2+0"] -libraries = ["libatspi"] - - [[at_spi2_core_jll."2.56.2+0".build_dependencies]] - name = "Xorg_fixesproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.2+0".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.2+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.2+0".build_dependencies]] - name = "Xorg_recordproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.2+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.56.2+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[at_spi2_core_jll."2.56.2+0".sources]] - hash = "e1b1c9836a8947852f7440c32e23179234c76bd98cd9cc4001f376405f8b783b" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.56/at-spi2-core-2.56.2.tar.xz" - -[at_spi2_core_jll."2.57.1+0"] -libraries = ["libatspi"] - - [[at_spi2_core_jll."2.57.1+0".build_dependencies]] - name = "Xorg_fixesproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.57.1+0".build_dependencies]] - name = "Xorg_inputproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.57.1+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.57.1+0".build_dependencies]] - name = "Xorg_recordproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.57.1+0".build_dependencies]] - name = "Xorg_xextproto_jll" - target = "target" - version = "*" - [[at_spi2_core_jll."2.57.1+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - - [[at_spi2_core_jll."2.57.1+0".sources]] - hash = "5d1eac51ede2bf0d438b6ee69654ab0baa8c3ce183a5aaf450255eabc0d88da6" - url = "http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.57/at-spi2-core-2.57.1.tar.xz" - [[at_spi2_core_jll."2.57.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b672ee2c12d4fe3ffb57e50687f48d87067cfa9//A/at_spi2_core/bundled" - -[autoconf_jll."2.71.0+0"] -files = ["bin/autoconf"] - - [[autoconf_jll."2.71.0+0".sources]] - hash = "f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4" - url = "https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz" - -[autoconf_jll."2.71.0+1"] -files = ["bin/autoconf"] - - [[autoconf_jll."2.71.0+1".sources]] - hash = "f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4" - url = "https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz" - -[autoconf_jll."2.71.0+2"] -files = ["bin/autoconf"] - - [[autoconf_jll."2.71.0+2".sources]] - hash = "f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4" - url = "https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz" - [[autoconf_jll."2.71.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/25316486913363648bc67a3ffc320b56ce6b3e26//A/autoconf/./patches" - -[autoconf_jll."2.72.0+0"] -files = ["bin/autoconf"] - - [[autoconf_jll."2.72.0+0".sources]] - hash = "ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a" - url = "https://ftp.gnu.org/gnu/autoconf/autoconf-2.72.tar.xz" - [[autoconf_jll."2.72.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5f654badb6c7e7d2176498f672cb8b0c8e7a9a00//A/autoconf/./patches" - -[automake_jll."1.16.0+0"] -files = ["bin/aclocal"] - - [[automake_jll."1.16.0+0".sources]] - hash = "f98f2d97b11851cbe7c2d4b4eaef498ae9d17a3c2ef1401609b7b4ca66655b8a" - url = "https://ftp.gnu.org/gnu/automake/automake-1.16.tar.xz" - -[automake_jll."1.16.5+0"] -files = ["bin/aclocal"] - - [[automake_jll."1.16.5+0".sources]] - hash = "f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469" - url = "https://ftp.gnu.org/gnu/automake/automake-1.16.5.tar.xz" - -[autossh_jll."1.4.0+0"] -executables = ["autossh"] - - [[autossh_jll."1.4.0+0".sources]] - hash = "0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2" - url = "https://github.com/Autossh/autossh/releases/download/v1.4f/autossh-1.4f.tgz" - -[autossh_jll."1.4.0+1"] -executables = ["autossh"] - - [[autossh_jll."1.4.0+1".sources]] - hash = "0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2" - url = "https://github.com/Autossh/autossh/releases/download/v1.4f/autossh-1.4f.tgz" - -[avr_binutils_jll."2.40.0+0"] -executables = ["objcopy", "readelf", "objdump", "strip", "nm", "ld", "avr-nm", "avr-readelf", "avr-objcopy", "avr-strip", "avr-ld", "avr-elfedit", "avr-objdump"] - - [[avr_binutils_jll."2.40.0+0".sources]] - hash = "0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1" - url = "https://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.xz" - -[avr_binutils_jll."2.40.0+1"] -executables = ["as", "objcopy", "readelf", "objdump", "strip", "nm", "ld", "avr-as", "avr-nm", "avr-readelf", "avr-objcopy", "avr-strip", "avr-ld", "avr-elfedit", "avr-objdump"] - - [[avr_binutils_jll."2.40.0+1".sources]] - hash = "0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1" - url = "https://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.xz" - -[avrdude_jll."7.1.0+0"] -executables = ["avrdude"] - - [[avrdude_jll."7.1.0+0".sources]] - hash = "2e0be1e1aedfc10c904712bddda37e36356e7a66" - repo = "https://github.com/avrdudes/avrdude.git" - -[aws_c_auth_jll."0.7.3+0"] -files = ["lib/libaws-c-auth.a"] - - [[aws_c_auth_jll."0.7.3+0".build_dependencies]] - name = "aws_c_cal_jll" - target = "target" - version = "*" - [[aws_c_auth_jll."0.7.3+0".build_dependencies]] - name = "aws_c_http_jll" - target = "target" - version = "*" - [[aws_c_auth_jll."0.7.3+0".build_dependencies]] - name = "aws_c_sdkutils_jll" - target = "target" - version = "*" - [[aws_c_auth_jll."0.7.3+0".build_dependencies]] - name = "aws_c_compression_jll" - target = "target" - version = "*" - [[aws_c_auth_jll."0.7.3+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - [[aws_c_auth_jll."0.7.3+0".build_dependencies]] - name = "aws_c_io_jll" - target = "target" - version = "*" - [[aws_c_auth_jll."0.7.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - [[aws_c_auth_jll."0.7.3+0".build_dependencies]] - name = "s2n_tls_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.3+0".sources]] - hash = "df370cabd6bdfee7ce7d550daca19b6d14eb54b4" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.3+1"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.3+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.3+1".sources]] - hash = "df370cabd6bdfee7ce7d550daca19b6d14eb54b4" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.18+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.18+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.18+0".sources]] - hash = "277c8fbcb3f5341adb51000624b55ace301cfe82" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.19+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.19+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.19+0".sources]] - hash = "140652a7fd30b1ed0b926257e8f8d0ea4f060953" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.22+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.22+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.22+0".sources]] - hash = "53a31bacf2918e848e00b052d2e25cba0be069d9" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.23+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.23+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.23+0".sources]] - hash = "300ae823aa0d5cacfabe901f55096f0452c4ca89" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.24+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.24+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.24+0".sources]] - hash = "d7895252915259d037f10be223369eb99e837471" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.25+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.25+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.25+0".sources]] - hash = "52bf591613d1a001c43ec99af7376f871759c5fe" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.26+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.26+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.26+0".sources]] - hash = "877c029fc4e93d205f9c6855188c3c51f6b497b4" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.27+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.27+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.27+0".sources]] - hash = "1de544597e9739f689e8ad2c055a86656856b3eb" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.28+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.28+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.28+0".sources]] - hash = "3281f8692e6fd10562c4585a4dded5c16b322698" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.29+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.29+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.29+0".sources]] - hash = "e930f1a64cb3d6b13dbd89c5c9badc5d9d3de1c3" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.30+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.30+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.30+0".sources]] - hash = "d5e6eb03b5dc36845cc44995c6afbbce19a287af" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.7.31+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.7.31+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.7.31+0".sources]] - hash = "48d647bf43f8872e4dc5ec6343b0c5974195fbdd" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.8.5+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.8.5+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.8.5+0".sources]] - hash = "2d85beff96bee7ee4734c21c7fc6b15e9d07b85e" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.8.6+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.8.6+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.8.6+0".sources]] - hash = "01dd06acd2b8865a4a6bc232380ee69a042af47d" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.8.7+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.8.7+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.8.7+0".sources]] - hash = "e0bd58d172cdc78d62eff5728437790d06fcce50" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.9.0+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.9.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.9.0+0".sources]] - hash = "cd9d6afcd42035d49bb2d0d3bef24b9faed57773" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_auth_jll."0.9.1+0"] -libraries = ["libaws-c-auth"] - - [[aws_c_auth_jll."0.9.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_auth_jll."0.9.1+0".sources]] - hash = "cd9d6afcd42035d49bb2d0d3bef24b9faed57773" - repo = "https://github.com/awslabs/aws-c-auth.git" - -[aws_c_cal_jll."0.6.2+0"] -files = ["lib/libaws-c-cal.a"] - - [[aws_c_cal_jll."0.6.2+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - [[aws_c_cal_jll."0.6.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.6.2+0".sources]] - hash = "0a6beeb9fd223ac0712edb6a28f9978589b30bb8" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.6.2+1"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.6.2+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.6.2+1".sources]] - hash = "0a6beeb9fd223ac0712edb6a28f9978589b30bb8" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.6.10+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.6.10+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.6.10+0".sources]] - hash = "56f0a79ceb10f2efcf92f525ace717f84d8c8a11" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.6.11+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.6.11+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.6.11+0".sources]] - hash = "314fc555846ac7bf2cc68a117c99a6af26f7043e" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.6.12+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.6.12+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.6.12+0".sources]] - hash = "3dcc6ffcf321d5a5d43c1da079d7762ea5637277" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.6.14+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.6.14+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.6.14+0".sources]] - hash = "96c47e339d030d1fa4eaca201be948bc4442510d" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.6.15+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.6.15+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.6.15+0".sources]] - hash = "96c47e339d030d1fa4eaca201be948bc4442510d" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.7.0+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.7.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.7.0+0".sources]] - hash = "11fc68445b2b4993656ed720fc2788f3c4c7c20f" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.7.1+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.7.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.7.1+0".sources]] - hash = "71810b1ade7af4747104ae245b74240ae8e8cf77" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.7.2+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.7.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.7.2+0".sources]] - hash = "bc0d71b66deea9e1a2d3a073c9f1ece9286b9e60" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.7.4+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.7.4+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.7.4+0".sources]] - hash = "2cb1d2eac925e2dbc45025eb89af82bd790c23a0" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.8.3+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.8.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.8.3+0".sources]] - hash = "7299c6ab9244595b140d604475cdd6c6921be8ae" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.8.5+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.8.5+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.8.5+0".sources]] - hash = "298122a0399d0682d0d8007a96948ee66d7d8b77" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.8.6+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.8.6+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.8.6+0".sources]] - hash = "5d5bc553102ea6ce8c368e253cd439a536736ff3" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.8.7+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.8.7+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.8.7+0".sources]] - hash = "d59c198db17c42a48e3ee105d12357f5a9efecf3" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.8.8+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.8.8+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.8.8+0".sources]] - hash = "4805a96e694b07c89889de696418c429151f647a" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.8.9+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.8.9+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.8.9+0".sources]] - hash = "ff8801488d588067d021d131193681b591699477" - repo = "https://github.com/awslabs/aws-c-cal.git" - -[aws_c_cal_jll."0.9.0+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.9.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.9.0+0".sources]] - hash = "fa108de5280afd71018e0a0534edb36b33f030f6" - repo = "https://github.com/awslabs/aws-c-cal.git" - [[aws_c_cal_jll."0.9.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_cal_jll."0.9.1+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.9.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.9.1+0".sources]] - hash = "fa108de5280afd71018e0a0534edb36b33f030f6" - repo = "https://github.com/awslabs/aws-c-cal.git" - [[aws_c_cal_jll."0.9.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_cal_jll."0.9.2+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.9.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.9.2+0".sources]] - hash = "8703b3e5930c9fd508025b268ab837fc9df3c4fd" - repo = "https://github.com/awslabs/aws-c-cal.git" - [[aws_c_cal_jll."0.9.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_cal_jll."0.9.3+0"] -libraries = ["libaws-c-cal"] - - [[aws_c_cal_jll."0.9.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_cal_jll."0.9.3+0".sources]] - hash = "cdd052bf0ac38d72177d6376ea668755fca13df4" - repo = "https://github.com/awslabs/aws-c-cal.git" - [[aws_c_cal_jll."0.9.3+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_common_jll."0.9.3+0"] -files = ["lib/libaws-c-common.a", "lib/libaws-c-common.dll.a"] - - [[aws_c_common_jll."0.9.3+0".sources]] - hash = "997380c904671f88086847e8dc839bceab3d7821" - repo = "https://github.com/awslabs/aws-c-common.git" - [[aws_c_common_jll."0.9.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/44015f3a670b557ea2d155bfdd6d001d83f70c3a//A/aws_c_common/./bundled" - -[aws_c_common_jll."0.9.3+1"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.3+1".sources]] - hash = "997380c904671f88086847e8dc839bceab3d7821" - repo = "https://github.com/awslabs/aws-c-common.git" - [[aws_c_common_jll."0.9.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/75bbffcc4c8404326ca690cfce38c884a8062201//A/aws_c_common/./bundled" - -[aws_c_common_jll."0.9.14+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.14+0".sources]] - hash = "fcadc0dd5d8a26134c8bbf08c58e30eff50d177b" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.15+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.15+0".sources]] - hash = "ae7b067d9274d2d3faa1d3ae42d489a6986661f7" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.17+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.17+0".sources]] - hash = "5038bc131178ef0ad7e1ef0bc2a8dc4425943c59" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.19+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.19+0".sources]] - hash = "36a716eed3da79a74460f6c1e8e9b6a119399962" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.20+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.20+0".sources]] - hash = "06cf4d82adad52723305dc2aeb06bb6439b5df7f" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.21+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.21+0".sources]] - hash = "4f874cea50a70bc6ebcd85c6ce1c6c0016b5aff4" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.22+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.22+0".sources]] - hash = "0cb24e1c7e02f56cab43ffb6636cd58fd771fc55" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.23+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.23+0".sources]] - hash = "6d974f92c1d86391c1dcb1173239adf757c52b2d" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.24+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.24+0".sources]] - hash = "67601bbbce6ea1c26191f235afc50007a4e796c5" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.25+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.25+0".sources]] - hash = "2add521b78d69f9f043a701232e751f43cf123e6" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.26+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.26+0".sources]] - hash = "8419fe7077778b5ca40e8822f969665bbddc226c" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.27+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.27+0".sources]] - hash = "672cc0032eb28d69fbdd22c9463253c89d7a6f30" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.9.28+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.9.28+0".sources]] - hash = "b9959f5922a4b969beab8f0b99aa0b34bc9ee55c" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.11.1+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.11.1+0".sources]] - hash = "6401c830ffcd82ee9c9e26255f2fadf7092c7321" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.11.2+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.11.2+0".sources]] - hash = "568f46b1c83e1f20ff869cfa8709660c68a67e24" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.11.3+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.11.3+0".sources]] - hash = "65be40d9ce40ddc51eec9986d7de1c01a930f325" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.12.0+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.12.0+0".sources]] - hash = "7fb0071ab88182bffcc18a4a09bdb4dd2a5751d8" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.12.1+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.12.1+0".sources]] - hash = "d80b00560f0ebb441538b3ab40192a242afeaa80" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.12.2+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.12.2+0".sources]] - hash = "8ae8f48ebddb0ee2624d643952ac33afa5e8859e" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.12.3+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.12.3+0".sources]] - hash = "aaa2f11ed609e3f888efd9bf745e810b45b13a38" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.12.4+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.12.4+0".sources]] - hash = "2b67a658e461520f1de20d64342b91ddcedc7ebb" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_common_jll."0.12.5+0"] -libraries = ["libaws-c-common"] - - [[aws_c_common_jll."0.12.5+0".sources]] - hash = "31578beb2309330fece3fb3a66035a568a2641e7" - repo = "https://github.com/awslabs/aws-c-common.git" - -[aws_c_compression_jll."0.2.17+0"] -files = ["lib/libaws-c-compression.a"] - - [[aws_c_compression_jll."0.2.17+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - - [[aws_c_compression_jll."0.2.17+0".sources]] - hash = "99ec79ee2970f1a045d4ced1501b97ee521f2f85" - repo = "https://github.com/awslabs/aws-c-compression.git" - -[aws_c_compression_jll."0.2.17+1"] -libraries = ["libaws-c-compression"] - - [[aws_c_compression_jll."0.2.17+1".sources]] - hash = "99ec79ee2970f1a045d4ced1501b97ee521f2f85" - repo = "https://github.com/awslabs/aws-c-compression.git" - -[aws_c_compression_jll."0.2.18+0"] -libraries = ["libaws-c-compression"] - - [[aws_c_compression_jll."0.2.18+0".sources]] - hash = "ea1d421a421ad83a540309a94c38d50b6a5d836b" - repo = "https://github.com/awslabs/aws-c-compression.git" - -[aws_c_compression_jll."0.2.19+0"] -libraries = ["libaws-c-compression"] - - [[aws_c_compression_jll."0.2.19+0".sources]] - hash = "f36d01672d61e49d96a777870d456f66fa391cd4" - repo = "https://github.com/awslabs/aws-c-compression.git" - -[aws_c_compression_jll."0.3.1+0"] -libraries = ["libaws-c-compression"] - - [[aws_c_compression_jll."0.3.1+0".sources]] - hash = "f951ab2b819fc6993b6e5e6cfef64b1a1554bfc8" - repo = "https://github.com/awslabs/aws-c-compression.git" - -[aws_c_compression_jll."0.3.2+0"] -libraries = ["libaws-c-compression"] - - [[aws_c_compression_jll."0.3.2+0".sources]] - hash = "f951ab2b819fc6993b6e5e6cfef64b1a1554bfc8" - repo = "https://github.com/awslabs/aws-c-compression.git" - -[aws_c_event_stream_jll."0.3.2+0"] -files = ["lib/libaws-c-event-stream.a"] - - [[aws_c_event_stream_jll."0.3.2+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - [[aws_c_event_stream_jll."0.3.2+0".build_dependencies]] - name = "aws_c_io_jll" - target = "target" - version = "*" - [[aws_c_event_stream_jll."0.3.2+0".build_dependencies]] - name = "aws_checksums_jll" - target = "target" - version = "*" - [[aws_c_event_stream_jll."0.3.2+0".build_dependencies]] - name = "aws_c_cal_jll" - target = "target" - version = "*" - [[aws_c_event_stream_jll."0.3.2+0".build_dependencies]] - name = "aws_c_compression_jll" - target = "target" - version = "*" - [[aws_c_event_stream_jll."0.3.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - [[aws_c_event_stream_jll."0.3.2+0".build_dependencies]] - name = "s2n_tls_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.3.2+0".sources]] - hash = "08f24e384e5be20bcffa42b49213d24dad7881ae" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_event_stream_jll."0.3.2+1"] -libraries = ["libaws-c-event-stream"] - - [[aws_c_event_stream_jll."0.3.2+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.3.2+1".sources]] - hash = "08f24e384e5be20bcffa42b49213d24dad7881ae" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_event_stream_jll."0.4.2+0"] -libraries = ["libaws-c-event-stream"] - - [[aws_c_event_stream_jll."0.4.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.4.2+0".sources]] - hash = "1a70c50f78a6e706f1f91a4ed138478271b6d9d3" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_event_stream_jll."0.4.3+0"] -libraries = ["libaws-c-event-stream"] - - [[aws_c_event_stream_jll."0.4.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.4.3+0".sources]] - hash = "1b3825fc9cae2e9c7ed7479ee5d354d52ebdf7a0" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_event_stream_jll."0.5.2+0"] -libraries = ["libaws-c-event-stream"] - - [[aws_c_event_stream_jll."0.5.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.5.2+0".sources]] - hash = "4bd476bd0c629e8fab4ec0ace92830efc6a79e6c" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_event_stream_jll."0.5.3+0"] -libraries = ["libaws-c-event-stream"] - - [[aws_c_event_stream_jll."0.5.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.5.3+0".sources]] - hash = "25bc170a770537ccd796fdebe055fd9fe36c3312" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_event_stream_jll."0.5.4+0"] -libraries = ["libaws-c-event-stream"] - - [[aws_c_event_stream_jll."0.5.4+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.5.4+0".sources]] - hash = "9312b052583183b98526aaeb91e5c72ec3db9627" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_event_stream_jll."0.5.5+0"] -libraries = ["libaws-c-event-stream"] - - [[aws_c_event_stream_jll."0.5.5+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.5.5+0".sources]] - hash = "8f8f599e78864188fe8547dafaa695a1d4855d6a" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_event_stream_jll."0.5.6+0"] -libraries = ["libaws-c-event-stream"] - - [[aws_c_event_stream_jll."0.5.6+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.5.6+0".sources]] - hash = "2a0f7c9fe656c4789fa762a4ff04d06401abd282" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_event_stream_jll."0.5.7+0"] -libraries = ["libaws-c-event-stream"] - - [[aws_c_event_stream_jll."0.5.7+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_event_stream_jll."0.5.7+0".sources]] - hash = "31a44ff9108840a8f3fec54006218f4bc6c505e1" - repo = "https://github.com/awslabs/aws-c-event-stream.git" - -[aws_c_http_jll."0.7.12+0"] -files = ["lib/libaws-c-http.a"] - - [[aws_c_http_jll."0.7.12+0".build_dependencies]] - name = "aws_c_cal_jll" - target = "target" - version = "*" - [[aws_c_http_jll."0.7.12+0".build_dependencies]] - name = "aws_c_compression_jll" - target = "target" - version = "*" - [[aws_c_http_jll."0.7.12+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - [[aws_c_http_jll."0.7.12+0".build_dependencies]] - name = "aws_c_io_jll" - target = "target" - version = "*" - [[aws_c_http_jll."0.7.12+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - [[aws_c_http_jll."0.7.12+0".build_dependencies]] - name = "s2n_tls_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.7.12+0".sources]] - hash = "2112636b7464c2f6c3d09f6736e6c42aa29e6e02" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.7.12+1"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.7.12+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.7.12+1".sources]] - hash = "2112636b7464c2f6c3d09f6736e6c42aa29e6e02" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.8.1+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.8.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.8.1+0".sources]] - hash = "98ec73ad0c18b78ba08d40b4e60d97abf794f24d" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.8.2+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.8.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.8.2+0".sources]] - hash = "d83f8d70143ddce5ab4e479175fbd44ba994211b" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.8.3+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.8.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.8.3+0".sources]] - hash = "652e2febf2242d6b3562267dc0dd982375ed698e" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.8.4+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.8.4+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.8.4+0".sources]] - hash = "2c6fd577dcd50192cb541658a658aebd7b395685" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.8.5+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.8.5+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.8.5+0".sources]] - hash = "a2fb16c431152bd677093f9910f405a37533ad5a" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.8.6+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.8.6+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.8.6+0".sources]] - hash = "b5684c77f6247f182a0376f1371f250ffe8624a5" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.8.7+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.8.7+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.8.7+0".sources]] - hash = "7db2452238caece2d3a91e6cbed75324edccea7d" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.8.8+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.8.8+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.8.8+0".sources]] - hash = "4e74ab1e3702763e0b87bd1752f5a37c2f0400ac" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.8.10+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.8.10+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.8.10+0".sources]] - hash = "6068653e1d582bd8e7d1c9f81f86beaf10444e3d" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.9.3+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.9.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.9.3+0".sources]] - hash = "590c7b597f87e5edc080b8b77418690c30319832" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.9.4+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.9.4+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.9.4+0".sources]] - hash = "60c43f80a47d07d54b74723267fb8ca5710756a4" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.9.5+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.9.5+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.9.5+0".sources]] - hash = "e3a9cabc664630120df25c28ec710199b8e8b15b" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.9.6+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.9.6+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.9.6+0".sources]] - hash = "e526ac338ca414c01d3fc037da1c418c935808bc" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.9.7+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.9.7+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.9.7+0".sources]] - hash = "6586c80edc09a07d3e6db6bf82c4b53aefdfe895" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.10.0+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.10.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.10.0+0".sources]] - hash = "ca7e0e291933ad9dac855e1477c558254363ff6a" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.10.1+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.10.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.10.1+0".sources]] - hash = "3eedf1ef8c6874cd941dbde794a6ab3bd979e181" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.10.2+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.10.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.10.2+0".sources]] - hash = "3eedf1ef8c6874cd941dbde794a6ab3bd979e181" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jll."0.10.4+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jll."0.10.4+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jll."0.10.4+0".sources]] - hash = "ce0d65623bff28f03204756d9d1b3366bd0b387d" - repo = "https://github.com/awslabs/aws-c-http.git" - -[aws_c_http_jq_jll."0.9.3+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jq_jll."0.9.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jq_jll."0.9.3+0".sources]] - hash = "048eb767e87b4b5dd94e12ea50281e4a942ca708" - repo = "https://github.com/quinnj/aws-c-http.git" - -[aws_c_http_jq_jll."0.9.5+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jq_jll."0.9.5+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jq_jll."0.9.5+0".sources]] - hash = "532e4f1485c73b8d75a3a7dcad5ca932381f8960" - repo = "https://github.com/quinnj/aws-c-http.git" - -[aws_c_http_jq_jll."0.9.7+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jq_jll."0.9.7+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jq_jll."0.9.7+0".sources]] - hash = "d2d34aecb5fb3ccf91d3245af36196adc5486163" - repo = "https://github.com/quinnj/aws-c-http.git" - -[aws_c_http_jq_jll."0.9.8+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jq_jll."0.9.8+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jq_jll."0.9.8+0".sources]] - hash = "3c4527eb051602e9b760286241d71e9327e7a695" - repo = "https://github.com/quinnj/aws-c-http.git" - -[aws_c_http_jq_jll."0.10.1+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jq_jll."0.10.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jq_jll."0.10.1+0".sources]] - hash = "3eedf1ef8c6874cd941dbde794a6ab3bd979e181" - repo = "https://github.com/quinnj/aws-c-http.git" - -[aws_c_http_jq_jll."0.10.2+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jq_jll."0.10.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jq_jll."0.10.2+0".sources]] - hash = "26208db7d9158e67a278c76caf23e5c992751455" - repo = "https://github.com/quinnj/aws-c-http.git" - -[aws_c_http_jq_jll."0.10.4+0"] -libraries = ["libaws-c-http"] - - [[aws_c_http_jq_jll."0.10.4+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_http_jq_jll."0.10.4+0".sources]] - hash = "ce0d65623bff28f03204756d9d1b3366bd0b387d" - repo = "https://github.com/quinnj/aws-c-http.git" - -[aws_c_io_jll."0.13.32+0"] -files = ["lib/libaws-c-io.a"] - - [[aws_c_io_jll."0.13.32+0".build_dependencies]] - name = "s2n_tls_jll" - target = "target" - version = "*" - [[aws_c_io_jll."0.13.32+0".build_dependencies]] - name = "aws_c_cal_jll" - target = "target" - version = "*" - [[aws_c_io_jll."0.13.32+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - [[aws_c_io_jll."0.13.32+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.13.32+0".sources]] - hash = "c4b661f44497b18201b56ffd200cc478441f6434" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.13.32+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eae649d661df34042e77a1e4bb6c8308b23bf862//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.13.32+1"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.13.32+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.13.32+1".sources]] - hash = "c4b661f44497b18201b56ffd200cc478441f6434" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.13.32+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df455c4618481d2700940405c64ca9e6492891fe//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.6+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.6+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.6+0".sources]] - hash = "5afc94435cc0c0b3dc33279dd62552ea15bbea0c" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/88a204042cb387e33fd5b2f1e653776418b4c411//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.7+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.7+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.7+0".sources]] - hash = "bf2d72230727f02eddb5b16c4e6c5ac5a3f203a7" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e9ea84d1ae404d96b0c38186ba53949dabc64d71//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.8+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.8+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.8+0".sources]] - hash = "47be63c809e32c6923fd7fd80f67d86cef458d5d" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/16b1b28ce74baa87467bf8e08df13425a6d95c9e//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.8+1"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.8+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.8+1".sources]] - hash = "878b4fa027bda4041493f06e0562d5e98bb3deb8" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.8+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df80831deebba78d084dc49419db6fac052c997c//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.9+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.9+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.9+0".sources]] - hash = "878b4fa027bda4041493f06e0562d5e98bb3deb8" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b700c41702cf4048837858c498e06e15210f1664//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.11+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.11+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.11+0".sources]] - hash = "d04508d113851f1bc15630d93490b2aa09676137" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.11+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0ae8ba27a5c3584642b45a7742e317763708a36b//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.12+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.12+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.12+0".sources]] - hash = "f8a9eed2076ae190fd193a2edd04df94e9cdf2cd" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9381a54a6742ca6c367c0f31c19c2d7836ebae74//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.12+1"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.12+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.12+1".sources]] - hash = "f8a9eed2076ae190fd193a2edd04df94e9cdf2cd" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.12+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/083b8efeca60423fcf739204637949779e2925ef//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.13+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.13+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.13+0".sources]] - hash = "7116bd81adbf63f0a36c301113aa7c539e9dd92a" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b8bdc0cbc6ebe32b14e8015abc827c626e34d531//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.15+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.15+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.15+0".sources]] - hash = "e455d90320c569300f0ba50535d7a1a5f9aff399" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.15+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/84c080304d62ffed91f8888c3ac9d3a6519b65d8//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.16+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.16+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.16+0".sources]] - hash = "e5fe40e11d97221c25b3b40ad2949822b3422993" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.16+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8a8f230f09c2c84aa462ffe95e5cfb6a4d398d45//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.17+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.17+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.17+0".sources]] - hash = "b561534fd08af5dd19dcffbc84fddc065c3cecb2" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.17+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e1c829d63a658708d93dbdba2d66ce942ba7552//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.14.18+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.14.18+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.14.18+0".sources]] - hash = "c345d77274db83c0c2e30331814093e7c84c45e2" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.14.18+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/14d5872eef8a958027dd1514db4b2d5020205f76//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.17.0+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.17.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.17.0+0".sources]] - hash = "318f7e57e7871e5b0d48a281cc5dcb7f79ccecdd" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.17.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ec29605242e9da7297d8eacad7a2e20c7227ad7c//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.17.1+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.17.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.17.1+0".sources]] - hash = "46974e960ab571c86e0711d4d9445e2e684b53bf" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.17.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5149af71608b156e376744379ab8d0054f4642c0//A/aws_c_io/./bundled" - -[aws_c_io_jll."0.18.0+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.18.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.18.0+0".sources]] - hash = "6c90e4911ae1985c72efb4f22bfe4d173b26107b" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.18.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d2af1e8536bd0c0ca0d5bddbc447c2734968a120//A/aws_c_io/./bundled" - [[aws_c_io_jll."0.18.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.18.1+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.18.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.18.1+0".sources]] - hash = "31d7361dd7517c54e697316fec6ded2ebe89fee9" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.18.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/070b0e7d23a01d665af8c3c9091c2537fc334f68//A/aws_c_io/./bundled" - [[aws_c_io_jll."0.18.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.19.0+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.19.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.19.0+0".sources]] - hash = "8286c781b95b426ca2f0783b6c1fe49ff519c4e7" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.19.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dd9ad3cdef171944723a7869bacdc8bb76644c65//A/aws_c_io/./bundled" - [[aws_c_io_jll."0.19.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.19.1+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.19.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.19.1+0".sources]] - hash = "8286c781b95b426ca2f0783b6c1fe49ff519c4e7" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.19.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/84438978df4396311365560d325db0021145161c//A/aws_c_io/./bundled" - [[aws_c_io_jll."0.19.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.19.1+1"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.19.1+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.19.1+1".sources]] - hash = "689dee3cb8dbd8a6906431d154a3695f7688c056" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.19.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7c0c66e7002ed1c4045f835f6b27a59daf685155//A/aws_c_io/./bundled" - [[aws_c_io_jll."0.19.1+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.20.1+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.20.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.20.1+0".sources]] - hash = "ee7925a345c336b9a9c2f6843422297c5f2a7b0f" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.20.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a47c63915783ac2e62e876a9101c4ebb03d022ad//A/aws_c_io/./bundled" - [[aws_c_io_jll."0.20.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.21.0+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.21.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.21.0+0".sources]] - hash = "25faa8d6df108b0214345549c44ab6b75ad31e65" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.21.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ba75b0cd31677f7beeee410cd40a4e2bd7a72042//A/aws_c_io/./bundled" - [[aws_c_io_jll."0.21.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.21.1+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.21.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.21.1+0".sources]] - hash = "12cb9f9c2702a5c864d6cefe19aa12e89924a3ac" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.21.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/866bd4c5ad685e3230917e0040c4ad243527f353//A/aws_c_io/./bundled" - [[aws_c_io_jll."0.21.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.21.2+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.21.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.21.2+0".sources]] - hash = "9c7f98dcb083bd705eeb323e77868b1e2c9d4e73" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.21.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9cd0f0ed78ea063ae5f907509b5691ee65636355//A/aws_c_io/./bundled" - [[aws_c_io_jll."0.21.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.21.3+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.21.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.21.3+0".sources]] - hash = "eab7c64a5485b3f2a30877ad854d0c48726c64ec" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.21.3+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.21.4+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.21.4+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.21.4+0".sources]] - hash = "ba5cb6de2cf12bfb154f302f6dedddf81c0ce4cd" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.21.4+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.21.5+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.21.5+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.21.5+0".sources]] - hash = "300e8b46aab672172f8d9303e1b9eeeffcb77713" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.21.5+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.22.0+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.22.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.22.0+0".sources]] - hash = "db7a1bddc9a29eca18734d0af189c3924775dcf1" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.22.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_io_jll."0.22.1+0"] -libraries = ["libaws-c-io"] - - [[aws_c_io_jll."0.22.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_io_jll."0.22.1+0".sources]] - hash = "9b8d716b3b12de435fbabed834ef435fd3f153c2" - repo = "https://github.com/awslabs/aws-c-io.git" - [[aws_c_io_jll."0.22.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[aws_c_iot_jll."0.1.17+0"] -files = ["lib/libaws-c-iot.a"] - - [[aws_c_iot_jll."0.1.17+0".build_dependencies]] - name = "aws_c_mqtt_jll" - target = "target" - version = "*" - [[aws_c_iot_jll."0.1.17+0".build_dependencies]] - name = "aws_c_cal_jll" - target = "target" - version = "*" - [[aws_c_iot_jll."0.1.17+0".build_dependencies]] - name = "aws_c_compression_jll" - target = "target" - version = "*" - [[aws_c_iot_jll."0.1.17+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - [[aws_c_iot_jll."0.1.17+0".build_dependencies]] - name = "aws_c_http_jll" - target = "target" - version = "*" - [[aws_c_iot_jll."0.1.17+0".build_dependencies]] - name = "aws_c_io_jll" - target = "target" - version = "*" - [[aws_c_iot_jll."0.1.17+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - [[aws_c_iot_jll."0.1.17+0".build_dependencies]] - name = "s2n_tls_jll" - target = "target" - version = "*" - - [[aws_c_iot_jll."0.1.17+0".sources]] - hash = "9e1aae59a41fc6574cf5b093a03159e09697cc73" - repo = "https://github.com/awslabs/aws-c-iot.git" - -[aws_c_iot_jll."0.1.17+1"] -libraries = ["libaws-c-iot"] - - [[aws_c_iot_jll."0.1.17+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_iot_jll."0.1.17+1".sources]] - hash = "9e1aae59a41fc6574cf5b093a03159e09697cc73" - repo = "https://github.com/awslabs/aws-c-iot.git" - -[aws_c_iot_jll."0.1.21+0"] -libraries = ["libaws-c-iot"] - - [[aws_c_iot_jll."0.1.21+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_iot_jll."0.1.21+0".sources]] - hash = "b3fe015865d7ead9fe7c9df8f8c6b38c37a51f00" - repo = "https://github.com/awslabs/aws-c-iot.git" - -[aws_c_iot_jll."0.2.1+0"] -libraries = ["libaws-c-iot"] - - [[aws_c_iot_jll."0.2.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_iot_jll."0.2.1+0".sources]] - hash = "9f0c152ed76af1a45d99fb98286707aa23c728af" - repo = "https://github.com/awslabs/aws-c-iot.git" - -[aws_c_mqtt_jll."0.8.12+0"] -files = ["lib/libaws-c-mqtt.a"] - - [[aws_c_mqtt_jll."0.8.12+0".build_dependencies]] - name = "aws_c_http_jll" - target = "target" - version = "*" - [[aws_c_mqtt_jll."0.8.12+0".build_dependencies]] - name = "aws_c_io_jll" - target = "target" - version = "*" - [[aws_c_mqtt_jll."0.8.12+0".build_dependencies]] - name = "aws_c_cal_jll" - target = "target" - version = "*" - [[aws_c_mqtt_jll."0.8.12+0".build_dependencies]] - name = "aws_c_compression_jll" - target = "target" - version = "*" - [[aws_c_mqtt_jll."0.8.12+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - [[aws_c_mqtt_jll."0.8.12+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - [[aws_c_mqtt_jll."0.8.12+0".build_dependencies]] - name = "s2n_tls_jll" - target = "target" - version = "*" - - [[aws_c_mqtt_jll."0.8.12+0".sources]] - hash = "b672bff0907603987bc93dae946c4f121c80e14c" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - -[aws_c_mqtt_jll."0.8.12+1"] -libraries = ["libaws-c-mqtt"] - - [[aws_c_mqtt_jll."0.8.12+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_mqtt_jll."0.8.12+1".sources]] - hash = "b672bff0907603987bc93dae946c4f121c80e14c" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - -[aws_c_mqtt_jll."0.10.4+0"] -libraries = ["libaws-c-mqtt"] - - [[aws_c_mqtt_jll."0.10.4+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_mqtt_jll."0.10.4+0".sources]] - hash = "ed7bbd68c03d7022c915a2924740ab7992ad2311" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - -[aws_c_mqtt_jll."0.10.6+0"] -libraries = ["libaws-c-mqtt"] - - [[aws_c_mqtt_jll."0.10.6+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_mqtt_jll."0.10.6+0".sources]] - hash = "77d6f00e89b10e3263d8a17576ec8e91c45b4606" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - -[aws_c_mqtt_jll."0.12.2+0"] -libraries = ["libaws-c-mqtt"] - - [[aws_c_mqtt_jll."0.12.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_mqtt_jll."0.12.2+0".sources]] - hash = "f0cc34cb6f54e050275e3c859594c62776d46d83" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - -[aws_c_mqtt_jll."0.12.3+0"] -libraries = ["libaws-c-mqtt"] - - [[aws_c_mqtt_jll."0.12.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_mqtt_jll."0.12.3+0".sources]] - hash = "fb651a4a59f28384fdb4938524192433492dead0" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - -[aws_c_mqtt_jll."0.13.0+0"] -libraries = ["libaws-c-mqtt"] - - [[aws_c_mqtt_jll."0.13.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_mqtt_jll."0.13.0+0".sources]] - hash = "9fc2f573c0fb608c052230d4f2495725d7252285" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - -[aws_c_mqtt_jll."0.13.1+0"] -libraries = ["libaws-c-mqtt"] - - [[aws_c_mqtt_jll."0.13.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_mqtt_jll."0.13.1+0".sources]] - hash = "3ac506507679a86677f8875dcc07589b63907863" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - -[aws_c_mqtt_jll."0.13.3+0"] -libraries = ["libaws-c-mqtt"] - - [[aws_c_mqtt_jll."0.13.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_mqtt_jll."0.13.3+0".sources]] - hash = "1d512d92709f60b74e2cafa018e69a2e647f28e9" - repo = "https://github.com/awslabs/aws-c-mqtt.git" - -[aws_c_s3_jll."0.3.17+0"] -files = ["lib/libaws-c-s3.a"] - - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "aws_checksums_jll" - target = "target" - version = "*" - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "aws_c_http_jll" - target = "target" - version = "*" - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "aws_c_auth_jll" - target = "target" - version = "*" - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "aws_c_cal_jll" - target = "target" - version = "*" - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "aws_c_compression_jll" - target = "target" - version = "*" - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "aws_c_io_jll" - target = "target" - version = "*" - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "aws_c_sdkutils_jll" - target = "target" - version = "*" - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - [[aws_c_s3_jll."0.3.17+0".build_dependencies]] - name = "s2n_tls_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.3.17+0".sources]] - hash = "1fe34646f6bb2282491077b1d2407c724c0d5471" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.3.17+1"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.3.17+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.3.17+1".sources]] - hash = "1fe34646f6bb2282491077b1d2407c724c0d5471" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.5.7+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.5.7+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.5.7+0".sources]] - hash = "3334843eb4e0e56c2565e481b2ef853d1cadde78" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.5.9+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.5.9+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.5.9+0".sources]] - hash = "774999fd89e710084251157c37c34f46e5ac74f8" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.5.10+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.5.10+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.5.10+0".sources]] - hash = "6588f9a714ee7a8be1bddd63ea5ea1ea224d00b4" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.6.0+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.6.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.6.0+0".sources]] - hash = "cb431ba06b5d3db4373cd8fb55d6c16464cbf2ea" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.6.3+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.6.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.6.3+0".sources]] - hash = "813c418bfc33cdf5bf96d0226f7e2644213c128b" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.6.5+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.6.5+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.6.5+0".sources]] - hash = "502cd6249c6523583c19b122c65e02cf74301b3e" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.7.11+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.7.11+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.7.11+0".sources]] - hash = "6eb8be530b100fed5c6d24ca48a57ee2e6098fbf" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.7.12+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.7.12+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.7.12+0".sources]] - hash = "1d0091c73ab4652924b902a3e855f7ae651fa391" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.7.13+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.7.13+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.7.13+0".sources]] - hash = "169842b7e2f81d71d0719d4a77f9c3e186512f99" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.7.14+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.7.14+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.7.14+0".sources]] - hash = "408e9c90367b27e0a965f22b4661eb9f81f21d3b" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.7.15+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.7.15+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.7.15+0".sources]] - hash = "0770d353ce2d04af0f2b1ee3680a8f827f28263f" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.7.16+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.7.16+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.7.16+0".sources]] - hash = "5eac79fb577b05cc83e39ae3b01412c3d66ab69e" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.7.17+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.7.17+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.7.17+0".sources]] - hash = "7d2d4b3070109c882ff78e8719f60597c7ba0472" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.8.1+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.8.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.8.1+0".sources]] - hash = "233c587f29fab457c1874988c19e04a2a8c8c00b" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.8.3+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.8.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.8.3+0".sources]] - hash = "1762f839fdca78ec4b30dc94fbbd88591d0b5b7c" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.8.4+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.8.4+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.8.4+0".sources]] - hash = "f8ae82e3a7bd93e986d734b6f088bb1aa632902c" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.8.6+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.8.6+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.8.6+0".sources]] - hash = "36e2c3717a65ada2049602e147553999babdac4d" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.8.7+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.8.7+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.8.7+0".sources]] - hash = "3afa5d08be95e82199a153e3abbe59bbb42638d7" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_s3_jll."0.9.0+0"] -libraries = ["libaws-c-s3"] - - [[aws_c_s3_jll."0.9.0+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[aws_c_s3_jll."0.9.0+0".sources]] - hash = "43d33d681da4fed34b8ae1e6b98700ab08291628" - repo = "https://github.com/awslabs/aws-c-s3.git" - -[aws_c_sdkutils_jll."0.1.12+0"] -files = ["lib/libaws-c-sdkutils.a"] - - [[aws_c_sdkutils_jll."0.1.12+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - - [[aws_c_sdkutils_jll."0.1.12+0".sources]] - hash = "a6fd80cf7c163062d31abb28f309e47330fbfc17" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - -[aws_c_sdkutils_jll."0.1.12+1"] -libraries = ["libaws-c-sdkutils"] - - [[aws_c_sdkutils_jll."0.1.12+1".sources]] - hash = "a6fd80cf7c163062d31abb28f309e47330fbfc17" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - -[aws_c_sdkutils_jll."0.1.16+0"] -libraries = ["libaws-c-sdkutils"] - - [[aws_c_sdkutils_jll."0.1.16+0".sources]] - hash = "8c7af71f91ed5b9d2a043d51f120495f43723f80" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - -[aws_c_sdkutils_jll."0.1.17+0"] -libraries = ["libaws-c-sdkutils"] - - [[aws_c_sdkutils_jll."0.1.17+0".sources]] - hash = "ac3ac9d384fb563d0fccff14e5223469b650487c" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - -[aws_c_sdkutils_jll."0.1.18+0"] -libraries = ["libaws-c-sdkutils"] - - [[aws_c_sdkutils_jll."0.1.18+0".sources]] - hash = "04e777c2c570f89cab362d74a091eaa9bb959c0f" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - -[aws_c_sdkutils_jll."0.2.3+0"] -libraries = ["libaws-c-sdkutils"] - - [[aws_c_sdkutils_jll."0.2.3+0".sources]] - hash = "ba6a28fab7ed5d7f1b3b1d12eb672088be093824" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - -[aws_c_sdkutils_jll."0.2.4+0"] -libraries = ["libaws-c-sdkutils"] - - [[aws_c_sdkutils_jll."0.2.4+0".sources]] - hash = "ba6a28fab7ed5d7f1b3b1d12eb672088be093824" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - -[aws_c_sdkutils_jll."0.2.4+1"] -libraries = ["libaws-c-sdkutils"] - - [[aws_c_sdkutils_jll."0.2.4+1".sources]] - hash = "f678bda9e21f7217e4bbf35e0d1ea59540687933" - repo = "https://github.com/awslabs/aws-c-sdkutils.git" - -[aws_checksums_jll."0.1.17+0"] -files = ["lib/libaws-checksums.a"] - - [[aws_checksums_jll."0.1.17+0".build_dependencies]] - name = "aws_c_common_jll" - target = "target" - version = "*" - - [[aws_checksums_jll."0.1.17+0".sources]] - hash = "321b805559c8e911be5bddba13fcbd222a3e2d3a" - repo = "https://github.com/awslabs/aws-checksums.git" - -[aws_checksums_jll."0.1.17+1"] -libraries = ["libaws-checksums"] - - [[aws_checksums_jll."0.1.17+1".sources]] - hash = "321b805559c8e911be5bddba13fcbd222a3e2d3a" - repo = "https://github.com/awslabs/aws-checksums.git" - -[aws_checksums_jll."0.1.18+0"] -libraries = ["libaws-checksums"] - - [[aws_checksums_jll."0.1.18+0".sources]] - hash = "aac442a2dbbb5e72d0a3eca8313cf65e7e1cac2f" - repo = "https://github.com/awslabs/aws-checksums.git" - -[aws_checksums_jll."0.2.3+0"] -libraries = ["libaws-checksums"] - - [[aws_checksums_jll."0.2.3+0".sources]] - hash = "fb8bd0b8cff00c8c24a35d601fce1b4c611df6da" - repo = "https://github.com/awslabs/aws-checksums.git" - -[aws_checksums_jll."0.2.4+0"] -libraries = ["libaws-checksums"] - - [[aws_checksums_jll."0.2.4+0".sources]] - hash = "32e69ae689783d2a6055c63ad467534c23c54b1a" - repo = "https://github.com/awslabs/aws-checksums.git" - -[aws_checksums_jll."0.2.5+0"] -libraries = ["libaws-checksums"] - - [[aws_checksums_jll."0.2.5+0".sources]] - hash = "66b447c0765a2caff2d806111e6ec1db2383e4d2" - repo = "https://github.com/awslabs/aws-checksums.git" - -[aws_checksums_jll."0.2.6+0"] -libraries = ["libaws-checksums"] - - [[aws_checksums_jll."0.2.6+0".sources]] - hash = "9978ba2c33a7a259c1a6bd0f62abe26827d03b85" - repo = "https://github.com/awslabs/aws-checksums.git" - -[aws_checksums_jll."0.2.7+0"] -libraries = ["libaws-checksums"] - - [[aws_checksums_jll."0.2.7+0".sources]] - hash = "9978ba2c33a7a259c1a6bd0f62abe26827d03b85" - repo = "https://github.com/awslabs/aws-checksums.git" - -[aws_checksums_jll."0.2.8+0"] -libraries = ["libaws-checksums"] - - [[aws_checksums_jll."0.2.8+0".sources]] - hash = "9978ba2c33a7a259c1a6bd0f62abe26827d03b85" - repo = "https://github.com/awslabs/aws-checksums.git" - -[aws_lc_jll."1.15.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.15.0+0".sources]] - hash = "aa90e509f2e940916fbe9fdd469a4c90c51824f6" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.15.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/44015f3a670b557ea2d155bfdd6d001d83f70c3a//A/aws_lc/./bundled" - -[aws_lc_jll."1.23.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.23.0+0".sources]] - hash = "4e690737e0a386f8c5eb9a0a88becc7985b5d24e" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.23.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/994e5065b9cf2e19bf85fbf8918e5f9e74c2dfa1//A/aws_lc/./bundled" - -[aws_lc_jll."1.28.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.28.0+0".sources]] - hash = "92bf53276029a71f01303e5adb1c5dbc379f1150" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.28.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e1c25e36cbb7a0ed6d949b78a1b108e97f926119//A/aws_lc/./bundled" - -[aws_lc_jll."1.28.0+1"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.28.0+1".sources]] - hash = "92bf53276029a71f01303e5adb1c5dbc379f1150" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.28.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/62af7feb78a1cbee05b96776d109a2363a259625//A/aws_lc/./bundled" - -[aws_lc_jll."1.29.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.29.0+0".sources]] - hash = "4e54dd8363396f257d7a2317c48101e18170e6fb" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.29.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d8e497de68a1cb1e102c7646e21e5bfa7c958841//A/aws_lc/./bundled" - -[aws_lc_jll."1.30.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.30.0+0".sources]] - hash = "c1c438369e9da86fc79242925398094b579add70" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.30.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/13520bfdeacb9aa9e090c7d79f640c0abc42026f//A/aws_lc/./bundled" - -[aws_lc_jll."1.30.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.30.1+0".sources]] - hash = "4368aaa6975ba41bd76d3bb12fac54c4680247fb" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.30.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/99c832490c43fca431272676cde80b2d395316d8//A/aws_lc/./bundled" - -[aws_lc_jll."1.31.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.31.0+0".sources]] - hash = "05d3bfd6303c65d7392dee1a47d6e161c36a04e5" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.31.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/859de63ae1e50bb19a5b053f15f382b45345169d//A/aws_lc/./bundled" - -[aws_lc_jll."1.32.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.32.0+0".sources]] - hash = "47333e18117875148fc737c38c2d5586b45c7dfc" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.32.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/47f0d73de2505604f45a18ba56c66bb4c6daafb1//A/aws_lc/./bundled" - -[aws_lc_jll."1.34.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.34.0+0".sources]] - hash = "3c696115d397b54e46baf058f8a4953bed9491ed" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.34.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4120f1eb290f81a5587990725e4b3e4ce311cf63//A/aws_lc/./bundled" - -[aws_lc_jll."1.34.2+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.34.2+0".sources]] - hash = "2f1879759b2e0fc70592665bdf10087b64f44b7d" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.34.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f4fde923f7ada3979afbc798b7244260859e25e4//A/aws_lc/./bundled" - -[aws_lc_jll."1.35.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.35.0+0".sources]] - hash = "d3a598c1b419d49b5b08f0677add4581572e2edc" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.35.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/31fae03f806f176a5e085b2cadbcc4006ef1882d//A/aws_lc/./bundled" - -[aws_lc_jll."1.35.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.35.1+0".sources]] - hash = "c187579952edd0e936263ec6ba021e08a29d7c4c" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.35.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b618bbb86f08cb7baacd9e914e687c9d2c4ed614//A/aws_lc/./bundled" - -[aws_lc_jll."1.46.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.46.1+0".sources]] - hash = "becf5785c131012bb5a64f3da6cdb117ddc0f431" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.46.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/21ff8430e9053b86747beaf50e834d167716e608//A/aws_lc/./bundled" - -[aws_lc_jll."1.48.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.48.1+0".sources]] - hash = "d0356099f6b668697cdb381dfb09f9a694a6c9c2" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.48.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/286d23a8cf096ff34f8ef7211008ef1adf3a1061//A/aws_lc/./bundled" - -[aws_lc_jll."1.48.2+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.48.2+0".sources]] - hash = "7bca7e96fab19e4857b70082fa4c759ff0119e12" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.48.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c2246cee9be713eccf563e53c33ece86421fe497//A/aws_lc/./bundled" - -[aws_lc_jll."1.48.4+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.48.4+0".sources]] - hash = "d3e6957b9db2d9c587e77396d7b428139047ec31" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.48.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4578064cc2e80d321f3827dc4ec29c80d3cb4cc//A/aws_lc/./bundled" - -[aws_lc_jll."1.48.5+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.48.5+0".sources]] - hash = "8a9ebcfdcf8bb4a685ca83646265ea0aab85c3c8" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.48.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/06a9ff9a9c714dfaeb164cbea7b2f7bb4ed02b0b//A/aws_lc/./bundled" - -[aws_lc_jll."1.49.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.49.0+0".sources]] - hash = "1e7565c496469d74ab58ea62c08097a01b075a96" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.49.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c9810b296923e46fc0709cd85a5521dda6bb94a//A/aws_lc/./bundled" - -[aws_lc_jll."1.49.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.49.1+0".sources]] - hash = "b1420f27a7c95762cd11b249ece3d049f530d9e6" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.49.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c1a35c71b4612b1a9c8b06f1b6198ef2113ecc51//A/aws_lc/./bundled" - -[aws_lc_jll."1.50.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.50.1+0".sources]] - hash = "7d9cbf39f0fbf78ee47a71046c6a231f04b91e8d" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.50.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/31124d256133d96e48c5558317c125deae96e0a4//A/aws_lc/./bundled" - -[aws_lc_jll."1.51.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.51.1+0".sources]] - hash = "fc0148fe71fa8f6da277bad7a2913222c73c053b" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.51.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/12862efcc82a57192e7021e5c6d7ac16810f2ae8//A/aws_lc/./bundled" - -[aws_lc_jll."1.51.2+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.51.2+0".sources]] - hash = "a614f97527d16461d5c904ef90d3bb647e35265f" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.51.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e565d92e7c01cedd3baf8b8aca82cd5be5beccf//A/aws_lc/./bundled" - -[aws_lc_jll."1.52.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.52.0+0".sources]] - hash = "40ac425f8eab7233079d667dacaf63db802d1eb6" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.52.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a6f16d3859351ee0c33ce9c6cc12db52bfd71b8b//A/aws_lc/./bundled" - -[aws_lc_jll."1.52.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.52.1+0".sources]] - hash = "d6ade6ae1537adfff53c0f0489b99ba1a111f0cc" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.52.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/77ca13df7a24e6ddb0247a4d080aa6e38363c096//A/aws_lc/./bundled" - -[aws_lc_jll."1.53.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.53.0+0".sources]] - hash = "0f76ff194bd410a45dd5d3cf75fc790033899b54" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.53.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6ac2e1416434b3b8df98881fc7b9cd10710ce75e//A/aws_lc/./bundled" - -[aws_lc_jll."1.53.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.53.1+0".sources]] - hash = "8b4e504c71fb129047e1b1e85fb5639154196884" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.53.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/60b2c66514c9a3d92ac606bdad59be4a17467f07//A/aws_lc/./bundled" - -[aws_lc_jll."1.54.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.54.0+0".sources]] - hash = "8568a08d366bcbd5c1279132ccb299c0826799de" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.54.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/36334277e9039e72d494c6cb425779dd6518bfd8//A/aws_lc/./bundled" - -[aws_lc_jll."1.55.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.55.0+0".sources]] - hash = "8b52781470d501fb94322ddfcadf06fcd3c19fa2" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.55.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/703228fb7dc24c0f0644b93d159281497c82183a//A/aws_lc/./bundled" - -[aws_lc_jll."1.56.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.56.0+0".sources]] - hash = "bce1d2cbfd702f3bb6dcbc5ffd2da45bce08adcb" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.56.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feef4f98005b8864e423576b8e8b1ba6c38f3f96//A/aws_lc/./bundled" - -[aws_lc_jll."1.57.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.57.0+0".sources]] - hash = "da7c39d578d9857e077cc1a0b864266b28472548" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.57.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f379865278c3af49191b135d906a3d74832e8246//A/aws_lc/./bundled" - -[aws_lc_jll."1.57.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.57.1+0".sources]] - hash = "1dd4333bf1e5ff94194167433a99ec0e52cbe677" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.57.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8425a0a8e1f911a8a6429adfe584e799e97efb46//A/aws_lc/./bundled" - -[aws_lc_jll."1.58.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.58.0+0".sources]] - hash = "5afd19a1b103a6212ad9a8d3e225abb151845e3e" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.58.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7dcaba5eafa4dc50e57f8f4126fd1b96f5fe1987//A/aws_lc/./bundled" - -[aws_lc_jll."1.58.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.58.1+0".sources]] - hash = "04875dbbd6610a91855dcdc8edc268da289cb6d9" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.58.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cbed3e3fabb806fb8d94830e6c30262417e77e6d//A/aws_lc/./bundled" - -[aws_lc_jll."1.59.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.59.0+0".sources]] - hash = "eff1b1a63da05977d3fc262985478c1251763495" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.59.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bb5232bf10c452b20cddaadb0c988b7f87bbe1b0//A/aws_lc/./bundled" - -[aws_lc_jll."1.60.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.60.0+0".sources]] - hash = "98500e8bc7dc3e3e5871519abf12cdc781ebe4e1" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.60.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d70711ae6571fe165e3eadf8722c6819fc312d4e//A/aws_lc/./bundled" - -[aws_lc_jll."1.61.0+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.61.0+0".sources]] - hash = "806fdfb33b1f683734fd85143c8090f116a41b74" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.61.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b342d9f5cdcc9ff9568caa9fd217a0a5fbed2fc//A/aws_lc/./bundled" - -[aws_lc_jll."1.61.1+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.61.1+0".sources]] - hash = "2294510cd0ecb2d5946461e3dbb038363b7b94cb" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.61.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/49cd346ca6af1d27e8292f1699f8258ba3b1fbec//A/aws_lc/./bundled" - -[aws_lc_jll."1.61.2+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.61.2+0".sources]] - hash = "0fa8839018a3d98bae2fb24c557183d8ca02e6c5" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.61.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ebdc69343ab0e3babfbc17d390735c93c7ff24c//A/aws_lc/./bundled" - -[aws_lc_jll."1.61.3+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.61.3+0".sources]] - hash = "c3605ae40645673286b4cab69fcc59eb9d236a24" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.61.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c213f262baa30aba6fec8c3655e45459435f2e2f//A/aws_lc/./bundled" - -[aws_lc_jll."1.61.4+0"] -files = ["lib/libcrypto.a", "lib/libssl.a"] - - [[aws_lc_jll."1.61.4+0".sources]] - hash = "8ca0b29b141bb8c7eae06ef324e2091d5648d819" - repo = "https://github.com/awslabs/aws-lc.git" - [[aws_lc_jll."1.61.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea96a317bcfd4fed619f1b2d566156c9e63e564d//A/aws_lc/./bundled" - -[azurite_jll."3.18.0+0"] -files = ["node_modules/azurite/dist/src/azurite.js"] - -[azurite_jll."3.24.0+0"] -files = ["node_modules/azurite/dist/src/azurite.js"] - -[azurite_jll."3.29.0+0"] -files = ["node_modules/azurite/dist/src/azurite.js"] - -[bacnet_stack_jll."1.4.1+0"] -libraries = ["libbacnet-stack"] - - [[bacnet_stack_jll."1.4.1+0".sources]] - hash = "c111154993cce5dc0e3edd10c602bce51e2d2d61" - repo = "https://github.com/bacnet-stack/bacnet-stack.git" - [[bacnet_stack_jll."1.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5046095d7a3651a32ce94bba7ade4026fbe49bc0//B/bacnet_stack/./bundled" - -[basiclu_jll."2.1.0+0"] -libraries = ["libbasiclu"] - - [[basiclu_jll."2.1.0+0".sources]] - hash = "199952ba4f62b3ffb4d73a764c5de386be00bd17" - repo = "https://github.com/ERGO-Code/basiclu.git" - -[basiclu_jll."2.1.0+1"] -libraries = ["libbasiclu"] - - [[basiclu_jll."2.1.0+1".sources]] - hash = "fe63cd34ab0259329e5a979df7f19ff0de59cfae" - repo = "https://github.com/ERGO-Code/basiclu.git" - -[basiclu_jll."2.1.0+2"] -libraries = ["libbasiclu"] - - [[basiclu_jll."2.1.0+2".sources]] - hash = "fe63cd34ab0259329e5a979df7f19ff0de59cfae" - repo = "https://github.com/ERGO-Code/basiclu.git" - -[basiclu_jll."2.2.0+0"] -libraries = ["libbasiclu"] - - [[basiclu_jll."2.2.0+0".sources]] - hash = "a2828782151288efa5e2cb2e0c1ac21925ed9db9" - repo = "https://github.com/ERGO-Code/basiclu.git" - -[bat_jll."13.0.0+0"] -executables = ["bat"] - - [[bat_jll."13.0.0+0".sources]] - hash = "25f4f96ea3afb6fe44552f3b38ed8b1540ffa1b3" - repo = "https://github.com/sharkdp/bat.git" - -[battery_cli_jll."0.10.0+0"] -executables = ["battery"] - - [[battery_cli_jll."0.10.0+0".sources]] - hash = "aa540e5be8de3bd83449b7a099341109e9ac1153" - repo = "https://github.com/distatus/battery.git" - -[battery_cli_jll."0.11.0+0"] -executables = ["battery"] - - [[battery_cli_jll."0.11.0+0".sources]] - hash = "24c526632a1ddc76871394d63705ebe668dab97c" - repo = "https://github.com/distatus/battery.git" - -[bcftools_jll."1.14.0+0"] -executables = ["bcftools"] - - [[bcftools_jll."1.14.0+0".sources]] - hash = "5f1bf7a1b016c24d38657bdde5fd2ca27e6954e9" - repo = "https://github.com/samtools/bcftools.git" - -[beefalo_jll."1.35.0+0"] -executables = ["beefalo"] - - [[beefalo_jll."1.35.0+0".sources]] - hash = "d48ba216e50d7b0854bf7b6c829f04d919567411" - repo = "https://github.com/macd/beefalo.c.git" - -[biber_jll."2.19.0+0"] -executables = ["biber"] - - [[biber_jll."2.19.0+0".sources]] - hash = "0ebda145064eb5b8901a4ed5c8c5e5e6a5208e0aba425f7febcb5fb5b1a9c11b" - url = "https://mirrors.ctan.org/biblio/biber/biber-macos/biber-2.19-darwin_universal.tar.gz" - [[biber_jll."2.19.0+0".sources]] - hash = "af7b8a87fb6415b927d0fd645435e89af6ce58ea660d46fa8639918e2cb2cb17" - url = "https://mirrors.ctan.org/biblio/biber/biber-macos/biber-2.19-darwinlegacy_x86_64.tar.gz" - [[biber_jll."2.19.0+0".sources]] - hash = "c1a731bf2361720728fc1875c19002ff01131ea0e003137dee348934e1f62d2f" - url = "https://mirrors.ctan.org/biblio/biber/biber-windows/biber-2.19-MSWIN32.zip" - [[biber_jll."2.19.0+0".sources]] - hash = "f0bccdec320e89a04b067f1189957b4bbe6feb445005357601f6e295e83e97da" - url = "https://mirrors.ctan.org/biblio/biber/biber-windows/biber-2.19-MSWIN64.zip" - [[biber_jll."2.19.0+0".sources]] - hash = "d1f13cec63a109b39c1c03e6b81943a7526b0e692d81b4cd383073f155c6a68f" - url = "https://mirrors.ctan.org/biblio/biber/biber-linux/biber-2.19-linux_x86_32.tar.gz" - [[biber_jll."2.19.0+0".sources]] - hash = "e2eda3e6ea7ac7e78d60e99a0e2aeb1096829f95791c06b768ed31a12889e58e" - url = "https://mirrors.ctan.org/biblio/biber/biber-linux/biber-2.19-linux_x86_64.tar.gz" - [[biber_jll."2.19.0+0".sources]] - hash = "fee859a192bf8fe53f7f5aa6067d54b3713ba46b647ea3c5f78db6a3bc060ff7" - url = "https://mirrors.ctan.org/biblio/biber/biber-linux-aarch64/biber-2.19-linux_aarch64.tar.gz" - [[biber_jll."2.19.0+0".sources]] - hash = "87ecc68fcdf0a3d60a8c03d2080d923a9f67d26f8db3f707784e2d45dd3694ab" - url = "https://mirrors.ctan.org/biblio/biber/biber-linux-musl/biber-2.19-1-linux-musl_x86_64.tar.gz" - [[biber_jll."2.19.0+0".sources]] - hash = "2641f50928a21d278b737d4862e74938512d69609a3428411de0621923b339c4" - url = "https://mirrors.ctan.org/biblio/biber/biber-freebsd/biber-2.19-freebsd_amd64.tar.gz" - [[biber_jll."2.19.0+0".sources]] - hash = "40f4a14f946367c05e2b009c5c1ae093ad2fbf4eb43929a12f23bf53d1806af6" - url = "https://raw.githubusercontent.com/plk/biber/v2.19/LICENSE" - -[bitshuffle_jll."0.4.2+0"] -libraries = ["libbitshuffle"] - - [[bitshuffle_jll."0.4.2+0".sources]] - hash = "a60471d37a8cbbd8265dc8cfa83a9320abdcb590" - repo = "https://github.com/kiyo-masui/bitshuffle.git" - -[bitshuffle_jll."0.5.1+0"] -libraries = ["libbitshuffle"] - - [[bitshuffle_jll."0.5.1+0".sources]] - hash = "b9a1546133959298c56eee686932dbb18ff80f7a" - repo = "https://github.com/kiyo-masui/bitshuffle.git" - -[bitshuffle_jll."0.5.1+1"] -libraries = ["libbitshuffle"] - - [[bitshuffle_jll."0.5.1+1".sources]] - hash = "b9a1546133959298c56eee686932dbb18ff80f7a" - repo = "https://github.com/kiyo-masui/bitshuffle.git" - -[bitshuffle_jll."0.5.2+0"] -libraries = ["libbitshuffle"] - - [[bitshuffle_jll."0.5.2+0".sources]] - hash = "52aec3b80d05606c090956aecfe868489d96b95c" - repo = "https://github.com/kiyo-masui/bitshuffle.git" - -[bitwarden_cli_jll."1.17.1+0"] -executables = ["bw"] - - [[bitwarden_cli_jll."1.17.1+0".sources]] - hash = "4704297B438041D39774AA7B077DB72A184A50223FAAE906D2C238D14E2056E9" - url = "https://github.com/bitwarden/cli/releases/download/v1.17.1/bw-linux-1.17.1.zip" - [[bitwarden_cli_jll."1.17.1+0".sources]] - hash = "9d5c5a997c73b84aeb43db4c7be93d3fa6443f83ade35a4953b0f1c6862c00c2" - url = "https://github.com/bitwarden/cli/releases/download/v1.17.1/bw-macos-1.17.1.zip" - [[bitwarden_cli_jll."1.17.1+0".sources]] - hash = "38FE9F5126BC723FB3C0FC00DC15B013826030D6A9F54539B18DBB56EB6FB5EE" - url = "https://github.com/bitwarden/cli/releases/download/v1.17.1/bw-windows-1.17.1.zip" - [[bitwarden_cli_jll."1.17.1+0".sources]] - hash = "b98fbb37db5b23bc5cfdcd16793206a5a7120a7b01f75374e5e0888376e4691c" - url = "https://raw.githubusercontent.com/bitwarden/cli/v1.17.1/LICENSE.txt" - -[bitwarden_cli_jll."2025.1.3+0"] -executables = ["bw"] - - [[bitwarden_cli_jll."2025.1.3+0".sources]] - hash = "d970a7f5a7072ab5c01576cb55df4422f46518e33bf1547a0958cd8823197950" - url = "https://github.com/bitwarden/clients/releases/download/cli-v2025.1.3/bw-oss-linux-2025.1.3.zip" - [[bitwarden_cli_jll."2025.1.3+0".sources]] - hash = "695ab61467f58431556ca7539a03238a02f9f67e217f192428071ece061636d3" - url = "https://github.com/bitwarden/clients/releases/download/cli-v2025.1.3/bw-oss-macos-2025.1.3.zip" - [[bitwarden_cli_jll."2025.1.3+0".sources]] - hash = "B0CD94029E3CFF8874325C160206385260E6327B34A9B8D48AA18D262728F82C" - url = "https://github.com/bitwarden/clients/releases/download/cli-v2025.1.3/bw-oss-windows-2025.1.3.zip" - [[bitwarden_cli_jll."2025.1.3+0".sources]] - hash = "cc76886c8b11ab18c7e6dcca04b7bf75caf6a2ccea42b1cfe98842f280b9bc00" - url = "https://raw.githubusercontent.com/bitwarden/clients/fb191b1121c30b4e839fd31689ace8373de6c840/LICENSE.txt" - -[blasfeo_jll."0.1.3+0"] -libraries = ["libblasfeo"] - - [[blasfeo_jll."0.1.3+0".sources]] - hash = "386e6556ce643e9863458c2479192de4c9689b81" - repo = "https://github.com/giaf/blasfeo.git" - -[blaspp_jll."2021.4.1+0"] -libraries = ["libblaspp"] - - [[blaspp_jll."2021.4.1+0".sources]] - hash = "314bafceead689a35aab826e03aa76bf329cfb0e" - repo = "https://bitbucket.org/icl/blaspp.git" - -[blaspp_jll."2021.4.2+0"] -libraries = ["libblaspp"] - - [[blaspp_jll."2021.4.2+0".sources]] - hash = "314bafceead689a35aab826e03aa76bf329cfb0e" - repo = "https://bitbucket.org/icl/blaspp.git" - -[blis32_jll."0.9.0+0"] -libraries = ["libblis32"] - - [[blis32_jll."0.9.0+0".sources]] - hash = "14c86f66b20901b60ee276da355c1b62642c18d2" - repo = "https://github.com/flame/blis.git" - [[blis32_jll."0.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d25d4862634ee828395027036d34ac594f4f679f//B/blis/blis32/../bundled" - -[blis32_jll."0.9.0+1"] -libraries = ["libblis32"] - - [[blis32_jll."0.9.0+1".sources]] - hash = "14c86f66b20901b60ee276da355c1b62642c18d2" - repo = "https://github.com/flame/blis.git" - [[blis32_jll."0.9.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7b666555d6a8ecfca77381e8e5c98f87c64ab0e0//B/blis/blis32/../bundled" - -[blis32_jll."1.0.0+0"] -libraries = ["libblis32"] - - [[blis32_jll."1.0.0+0".sources]] - hash = "6d0ab74f6975fdf4d19cee06d946b09b6ca89656" - repo = "https://github.com/flame/blis.git" - [[blis32_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e854527ccd78cede04d91e861be998c4073727a//B/blis/blis32/../bundled" - -[blis_jll."0.7.0+0"] -libraries = ["libblis"] - - [[blis_jll."0.7.0+0".sources]] - hash = "68b88aca6692c75a9f686187e6c4a4e196ae60a9" - repo = "https://github.com/flame/blis.git" - -[blis_jll."0.8.0+0"] -libraries = ["libblis"] - - [[blis_jll."0.8.0+0".sources]] - hash = "9b387f6d5a010969727ec583c0cdd067a5274ed8" - repo = "https://github.com/flame/blis.git" - -[blis_jll."0.8.0+1"] -libraries = ["libblis"] - - [[blis_jll."0.8.0+1".sources]] - hash = "8a3066c315358d45d4f5b710c54594455f9e8fc6" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.8.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0b49be014829838560b1cae493568e0de1e1b7a3//B/blis/./bundled" - -[blis_jll."0.8.1+0"] -libraries = ["libblis"] - - [[blis_jll."0.8.1+0".sources]] - hash = "c9700f369aa84fc00f36c4b817ffb7dab72b865d" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/81c6d20b8951dced228018c02558d92cfeb454e4//B/blis/./bundled" - -[blis_jll."0.8.1+1"] -libraries = ["libblis"] - - [[blis_jll."0.8.1+1".sources]] - hash = "c9700f369aa84fc00f36c4b817ffb7dab72b865d" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.8.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f85ffc07a2081f51616a4ec52ccc54243932b9e//B/blis/./bundled" - -[blis_jll."0.8.1+2"] -libraries = ["libblis"] - - [[blis_jll."0.8.1+2".sources]] - hash = "c9700f369aa84fc00f36c4b817ffb7dab72b865d" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.8.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cf04cf8cefa6cf6048c3ef76bb1eddd67a0aa778//B/blis/./bundled" - -[blis_jll."0.8.1+3"] -libraries = ["libblis"] - - [[blis_jll."0.8.1+3".sources]] - hash = "c9700f369aa84fc00f36c4b817ffb7dab72b865d" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.8.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e243eb5c646ad2b95d062b91131b669f457da7f5//B/blis/./bundled" - -[blis_jll."0.9.0+0"] -libraries = ["libblis"] - - [[blis_jll."0.9.0+0".sources]] - hash = "14c86f66b20901b60ee276da355c1b62642c18d2" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/acb37f70728e86b5f747f752dbab71a1ce198fb3//B/blis/./bundled" - -[blis_jll."0.9.0+1"] -libraries = ["libblis"] - - [[blis_jll."0.9.0+1".sources]] - hash = "14c86f66b20901b60ee276da355c1b62642c18d2" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.9.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e4d45f66245601a902c787328c98c769d11832c1//B/blis/./bundled" - -[blis_jll."0.9.0+2"] -libraries = ["libblis"] - - [[blis_jll."0.9.0+2".sources]] - hash = "14c86f66b20901b60ee276da355c1b62642c18d2" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.9.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d25d4862634ee828395027036d34ac594f4f679f//B/blis/blis/../bundled" - -[blis_jll."0.9.0+3"] -libraries = ["libblis"] - - [[blis_jll."0.9.0+3".sources]] - hash = "14c86f66b20901b60ee276da355c1b62642c18d2" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.9.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7b666555d6a8ecfca77381e8e5c98f87c64ab0e0//B/blis/blis/../bundled" - -[blis_jll."0.9.0+4"] -libraries = ["libblis"] - - [[blis_jll."0.9.0+4".sources]] - hash = "14c86f66b20901b60ee276da355c1b62642c18d2" - repo = "https://github.com/flame/blis.git" - [[blis_jll."0.9.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/41f11a01b547c33cfdbdf44ebc46899ba5551c0f//B/blis/blis/../bundled" - -[blis_jll."1.0.0+0"] -libraries = ["libblis"] - - [[blis_jll."1.0.0+0".sources]] - hash = "6d0ab74f6975fdf4d19cee06d946b09b6ca89656" - repo = "https://github.com/flame/blis.git" - [[blis_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2e854527ccd78cede04d91e861be998c4073727a//B/blis/blis/../bundled" - -[bliss_jll."0.73.0+0"] -libraries = ["libbliss"] - - [[bliss_jll."0.73.0+0".sources]] - hash = "f57bf32804140cad58b1240b804e0dbd68f7e6bf67eba8e0c0fa3a62fd7f0f84" - url = "http://www.tcs.hut.fi/Software/bliss/bliss-0.73.zip" - [[bliss_jll."0.73.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/887966679562a81466db604708d3c0c71a28aeb5//B/bliss/./bundled" - -[bliss_jll."0.73.0+1"] -libraries = ["libbliss"] - - [[bliss_jll."0.73.0+1".sources]] - hash = "f57bf32804140cad58b1240b804e0dbd68f7e6bf67eba8e0c0fa3a62fd7f0f84" - url = "http://www.tcs.hut.fi/Software/bliss/bliss-0.73.zip" - [[bliss_jll."0.73.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/43d2de375bb4a9d7d98317c46b963691be90ee01//B/bliss/./bundled" - -[bliss_jll."0.73.1+0"] -libraries = ["libbliss"] - - [[bliss_jll."0.73.1+0".sources]] - hash = "f57bf32804140cad58b1240b804e0dbd68f7e6bf67eba8e0c0fa3a62fd7f0f84" - url = "http://www.tcs.hut.fi/Software/bliss/bliss-0.73.zip" - [[bliss_jll."0.73.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a20dc69da70d802d566a5445670eca70bd0fa024//B/bliss/./bundled" - -[bliss_jll."0.77.0+0"] -libraries = ["libbliss"] - - [[bliss_jll."0.77.0+0".sources]] - hash = "acc8b98034f30fad24c897f365abd866c13d9f1bb207e398d0caf136875972a4" - url = "https://users.aalto.fi/~tjunttil/bliss/downloads/bliss-0.77.zip" - [[bliss_jll."0.77.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0859a4e025a793ef6cf89790597f92f174869ef//B/bliss/./bundled" - -[bliss_jll."0.77.0+1"] -executables = ["bliss"] -libraries = ["libbliss"] - - [[bliss_jll."0.77.0+1".sources]] - hash = "acc8b98034f30fad24c897f365abd866c13d9f1bb207e398d0caf136875972a4" - url = "https://users.aalto.fi/~tjunttil/bliss/downloads/bliss-0.77.zip" - [[bliss_jll."0.77.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/332d9ba21a228f3ff1b8b37a82cc5d5be1593d11//B/bliss/./bundled" - -[blockSQP_jll."0.0.1+0"] -libraries = ["libblockSQP", "libblockSQP_wrapper"] - - [[blockSQP_jll."0.0.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - [[blockSQP_jll."0.0.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[blockSQP_jll."0.0.1+0".sources]] - hash = "da05d3957b93bd55b9a7f08c859d302851056a6d" - repo = "https://github.com/djanka2/blockSQP.git" - [[blockSQP_jll."0.0.1+0".sources]] - hash = "8d796eda6ceb986c2e04888176c6cb292b94011e" - repo = "https://github.com/mathopt/blockSQPWrapper.git" - [[blockSQP_jll."0.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/da29e20eb0419df503eb347f977d798d8c496b0b//B/blockSQP/./bundled" - -[boost_jll."1.71.0+0"] -libraries = ["libboost_math_tr1f", "libboost_thread", "libboost_unit_test_framework", "libboost_type_erasure", "libboost_chrono", "libboost_math_c99l", "libboost_program_options", "libboost_date_time", "libboost_graph", "libboost_iostreams", "libboost_system", "libboost_wave", "libboost_wserialization", "libboost_math_tr1l", "libboost_math_tr1", "libboost_filesystem", "libboost_random", "libboost_coroutine", "libboost_serialization", "libboost_context", "libboost_container", "libboost_stacktrace_noop", "libboost_contract", "libboost_prg_exec_monitor", "libboost_regex", "libboost_log_setup", "libboost_math_c99", "libboost_timer", "libboost_stacktrace_basic", "libboost_math_c99f", "libboost_log", "libboost_atomic"] - - [[boost_jll."1.71.0+0".sources]] - hash = "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee" - url = "https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2" - -[boost_jll."1.71.0+1"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_math_c99", "libboost_math_c99l", "libboost_math_c99f", "libboost_math_tr1", "libboost_math_tr1f", "libboost_math_tr1l", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.71.0+1".sources]] - hash = "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee" - url = "https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2" - [[boost_jll."1.71.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/78fb3a7b4d00f3bc7fd2b1bcd24e96d6f31d6c4b//B/boost/./bundled" - -[boost_jll."1.71.0+2"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_math_c99", "libboost_math_c99l", "libboost_math_c99f", "libboost_math_tr1", "libboost_math_tr1f", "libboost_math_tr1l", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.71.0+2".sources]] - hash = "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee" - url = "https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2" - [[boost_jll."1.71.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3a380c9f7d399ea9f1bea020be95421c46732dda//B/boost/./bundled" - -[boost_jll."1.71.0+3"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_math_c99", "libboost_math_c99l", "libboost_math_c99f", "libboost_math_tr1", "libboost_math_tr1f", "libboost_math_tr1l", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.71.0+3".sources]] - hash = "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee" - url = "https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2" - [[boost_jll."1.71.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3acb221610b0b8ddee09434cc2020b9cdd33846b//B/boost/./bundled" - -[boost_jll."1.76.0+0"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.76.0+0".sources]] - hash = "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41" - url = "https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2" - [[boost_jll."1.76.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/31b60fc9fee80e3f0cb17e9c1b1ddb0e2706b9f9//B/boost/./bundled" - -[boost_jll."1.76.0+1"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.76.0+1".sources]] - hash = "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41" - url = "https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2" - [[boost_jll."1.76.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e69f1fbabb1a7318f0dcd23ab85c03733ea593f4//B/boost/./bundled" - -[boost_jll."1.79.0+0"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.79.0+0".sources]] - hash = "475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39" - url = "https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2" - -[boost_jll."1.79.0+1"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.79.0+1".sources]] - hash = "475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39" - url = "https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2" - -[boost_jll."1.79.0+2"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.79.0+2".sources]] - hash = "475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39" - url = "https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2" - -[boost_jll."1.79.0+3"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.79.0+3".sources]] - hash = "475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39" - url = "https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2" - -[boost_jll."1.87.0+0"] -libraries = ["libboost_atomic", "libboost_chrono", "libboost_container", "libboost_context", "libboost_contract", "libboost_coroutine", "libboost_date_time", "libboost_filesystem", "libboost_graph", "libboost_iostreams", "libboost_log", "libboost_log_setup", "libboost_prg_exec_monitor", "libboost_program_options", "libboost_random", "libboost_regex", "libboost_serialization", "libboost_stacktrace_basic", "libboost_stacktrace_noop", "libboost_system", "libboost_thread", "libboost_timer", "libboost_type_erasure", "libboost_unit_test_framework", "libboost_wave", "libboost_wserialization"] - - [[boost_jll."1.87.0+0".build_dependencies]] - name = "dlfcn_win32_jll" - target = "target" - version = "*" - - [[boost_jll."1.87.0+0".sources]] - hash = "af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89" - url = "https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2" - -[booster_jll."0.1.2+0"] -executables = ["booster"] - - [[booster_jll."0.1.2+0".sources]] - hash = "a5f5044b192db7ab5572f44ef46abaea007f5ce9" - repo = "https://github.com/evolbioinfo/booster.git" - -[boostpython_jll."1.76.0+0"] -libraries = ["libboost_python"] - - [[boostpython_jll."1.76.0+0".sources]] - hash = "68fa9dccdec75d59ac28d3ff98d70c659e12326d" - repo = "https://github.com/boostorg/python.git" - -[boostpython_jll."1.76.0+1"] -libraries = ["libboost_python38"] - - [[boostpython_jll."1.76.0+1".sources]] - hash = "68fa9dccdec75d59ac28d3ff98d70c659e12326d" - repo = "https://github.com/boostorg/python.git" - -[boostpython_jll."1.79.0+0"] -libraries = ["libboost_python310"] - - [[boostpython_jll."1.79.0+0".sources]] - hash = "8dd151177374dbf0aa5cb86bd350cf1ad13e2160" - repo = "https://github.com/boostorg/python.git" - -[bottom_jll."0.6.8+0"] -executables = ["btm"] - - [[bottom_jll."0.6.8+0".sources]] - hash = "4e4eb251972a7af8c46dd36bcf1335fea334fb670569434fbfd594208905b2d9" - url = "https://github.com/ClementTsang/bottom/archive/refs/tags/0.6.8.tar.gz" - -[breakpad_jll."2020.2.21+0"] -executables = ["minidump_dump"] - - [[breakpad_jll."2020.2.21+0".sources]] - hash = "815497495eee92e028320ef96dc5b7ec13d85216" - repo = "https://github.com/google/breakpad.git" - [[breakpad_jll."2020.2.21+0".sources]] - hash = "f70e2f1641e280e777edfdad7f73a2cfa38139c7" - repo = "https://chromium.googlesource.com/linux-syscall-support.git" - [[breakpad_jll."2020.2.21+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/351e865dfb0064736fa7bdfd8e039d964ef6ea07//B/breakpad/./bundled" - -[brotli_jll."1.0.9+0"] -executables = ["brotli"] -libraries = ["libbrotlidec", "libbrotlicommon", "libbrotlienc"] - - [[brotli_jll."1.0.9+0".sources]] - hash = "f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46" - url = "https://github.com/google/brotli/archive/refs/tags/v1.0.9.tar.gz" - -[brotli_jll."1.1.0+0"] -executables = ["brotli"] -libraries = ["libbrotlidec", "libbrotlicommon", "libbrotlienc"] - - [[brotli_jll."1.1.0+0".sources]] - hash = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" - repo = "https://github.com/google/brotli" - -[brotli_jll."1.1.0+1"] -executables = ["brotli"] -libraries = ["libbrotlidec", "libbrotlicommon", "libbrotlienc"] - - [[brotli_jll."1.1.0+1".sources]] - hash = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" - repo = "https://github.com/google/brotli" - -[brotli_jll."1.1.0+2"] -executables = ["brotli"] -libraries = ["libbrotlidec", "libbrotlicommon", "libbrotlienc"] - - [[brotli_jll."1.1.0+2".sources]] - hash = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" - repo = "https://github.com/google/brotli" - -[brotli_jll."1.1.0+3"] -executables = ["brotli"] -libraries = ["libbrotlidec", "libbrotlicommon", "libbrotlienc"] - - [[brotli_jll."1.1.0+3".sources]] - hash = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" - repo = "https://github.com/google/brotli" - -[brotli_jll."1.1.1+0"] -executables = ["brotli"] -libraries = ["libbrotlidec", "libbrotlicommon", "libbrotlienc"] - - [[brotli_jll."1.1.1+0".sources]] - hash = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" - repo = "https://github.com/google/brotli" - -[bsdiff_classic_jll."4.3.0+0"] -executables = ["bspatch", "bsdiff"] - - [[bsdiff_classic_jll."4.3.0+0".sources]] - hash = "18821588b2dc5bf159aa37d3bcb7b885d85ffd1e19f23a0c57a58723fea85f48" - url = "https://www.daemonology.net/bsdiff/bsdiff-4.3.tar.gz" - -[bsdiff_classic_jll."4.3.17+0"] -executables = ["bspatch", "bsdiff"] - - [[bsdiff_classic_jll."4.3.17+0".sources]] - hash = "24b5474a87e495678d71cac7ba02493fb4fa483f" - repo = "https://salsa.debian.org/debian/bsdiff.git" - -[bsdiff_endsley_jll."4.3.0+0"] -executables = ["bspatch", "bsdiff"] - - [[bsdiff_endsley_jll."4.3.0+0".sources]] - hash = "1181466689aa224f4a2dd2376820588c67d20f4f0d50055339fcb171fb877a29" - url = "https://github.com/mendsley/bsdiff/archive/64ad986cb7bfa8b9145a2d48cd95986660b35d53.tar.gz" - -[bsdiff_endsley_jll."4.3.1+0"] -executables = ["bspatch", "bsdiff"] - - [[bsdiff_endsley_jll."4.3.1+0".sources]] - hash = "64ad986cb7bfa8b9145a2d48cd95986660b35d53" - repo = "https://github.com/mendsley/bsdiff.git" - -[bwamem2_jll."2.2.1+0"] -executables = ["bwa-mem2.sse41", "bwa-mem2.avx512bw", "bwa-mem2.sse42", "bwa-mem2.avx", "bwa-mem2.avx2", "bwa-mem2"] - - [[bwamem2_jll."2.2.1+0".sources]] - hash = "9b001bdc7666ee3f14f3698b21673714d429af50438b894313b05bc4688b1f6d" - url = "https://github.com/bwa-mem2/bwa-mem2/releases/download/v2.2.1/Source_code_including_submodules.tar.gz" - -[cJSON_jll."1.7.18+0"] -libraries = ["libcjson"] - - [[cJSON_jll."1.7.18+0".sources]] - hash = "8f2beb57ddad1f94bed899790b00f46df893ccac" - repo = "https://github.com/DaveGamble/cJSON.git" - -[c_questdb_client_jll."2.1.3+0"] -libraries = ["libquestdb_client"] - - [[c_questdb_client_jll."2.1.3+0".sources]] - hash = "ad3776efb057d09a86a83e15c0f39ae40d75485b" - repo = "https://github.com/questdb/c-questdb-client" - -[capnproto_jll."0.7.0+0"] -executables = ["capnp"] -libraries = ["libcapnp", "libcapnp-0-7"] - - [[capnproto_jll."0.7.0+0".sources]] - hash = "c9a4c0bd88123064d483ab46ecee777f14d933359e23bff6fb4f4dbd28b4cd41" - url = "https://capnproto.org/capnproto-c++-0.7.0.tar.gz" - [[capnproto_jll."0.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/23568e00b214f3f8d825ac6732f93609374db572//C/capnproto/./bundled" - -[capnproto_jll."0.7.0+1"] -executables = ["capnp"] -libraries = ["libcapnp", "libcapnp-0-7"] - - [[capnproto_jll."0.7.0+1".sources]] - hash = "c9a4c0bd88123064d483ab46ecee777f14d933359e23bff6fb4f4dbd28b4cd41" - url = "https://capnproto.org/capnproto-c++-0.7.0.tar.gz" - [[capnproto_jll."0.7.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/54ecefa1eef582bbb2505108570a40f2fab3d3ad//C/capnproto/./bundled" - -[capnproto_jll."0.8.0+0"] -executables = ["capnp"] -libraries = ["libcapnp", "libcapnp-0-8"] - - [[capnproto_jll."0.8.0+0".sources]] - hash = "d1f40e47574c65700f0ec98bf66729378efabe3c72bc0cda795037498541c10d" - url = "https://capnproto.org/capnproto-c++-0.8.0.tar.gz" - -[cargo_license_jll."0.4.2+0"] -executables = ["cargo-license"] - - [[cargo_license_jll."0.4.2+0".sources]] - hash = "f489e18b0fc45ab31d9766841e7f551e96ee6a8c" - repo = "https://github.com/onur/cargo-license.git" - -[casacore_jll."3.4.0+0"] -executables = ["findmeastable", "fits2table", "image2fits", "imagecalc", "imageregrid", "imageslice", "lsmf", "measuresdata", "measuresdata-update", "ms2uvfits", "msselect", "readms", "showtableinfo", "showtablelock", "tablefromascii", "taql", "tomf", "writems"] -libraries = ["libcasa_casa", "libcasa_coordinates", "libcasa_derivedmscal", "libcasa_fits", "libcasa_images", "libcasa_lattices", "libcasa_meas", "libcasa_measures", "libcasa_mirlib", "libcasa_msfits", "libcasa_ms", "libcasa_scimath_f", "libcasa_scimath", "libcasa_tables"] - - [[casacore_jll."3.4.0+0".sources]] - hash = "a735bf5f31ea012ac4f7f7378a1f89c1fc136a06" - repo = "https://github.com/casacore/casacore.git" - [[casacore_jll."3.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3acc02f99ceaf85b0ada98745d9fc42dd9d6566f//C/casacore/./bundled" - -[casacore_jll."3.5.0+0"] -executables = ["findmeastable", "fits2table", "image2fits", "imagecalc", "imageregrid", "imageslice", "lsmf", "measuresdata", "measuresdata-update", "ms2uvfits", "msselect", "readms", "showtableinfo", "showtablelock", "tablefromascii", "taql", "tomf", "writems"] -libraries = ["libcasa_casa", "libcasa_coordinates", "libcasa_derivedmscal", "libcasa_fits", "libcasa_images", "libcasa_lattices", "libcasa_meas", "libcasa_measures", "libcasa_mirlib", "libcasa_msfits", "libcasa_ms", "libcasa_scimath_f", "libcasa_scimath", "libcasa_tables"] - - [[casacore_jll."3.5.0+0".sources]] - hash = "ff766c49fdfddd34715fd017a08aaedcc01736e0" - repo = "https://github.com/casacore/casacore.git" - -[casacore_jll."3.5.1+0"] -executables = ["findmeastable", "fits2table", "image2fits", "imagecalc", "imageregrid", "imageslice", "lsmf", "measuresdata", "measuresdata-update", "ms2uvfits", "msselect", "readms", "showtableinfo", "showtablelock", "tablefromascii", "taql", "tomf", "writems"] -libraries = ["libcasa_casa", "libcasa_coordinates", "libcasa_derivedmscal", "libcasa_fits", "libcasa_images", "libcasa_lattices", "libcasa_meas", "libcasa_measures", "libcasa_mirlib", "libcasa_msfits", "libcasa_ms", "libcasa_scimath_f", "libcasa_scimath", "libcasa_tables"] - - [[casacore_jll."3.5.1+0".sources]] - hash = "ff766c49fdfddd34715fd017a08aaedcc01736e0" - repo = "https://github.com/casacore/casacore.git" - -[casacorecxx_jll."0.1.0+0"] -libraries = ["libcasacorecxx"] - - [[casacorecxx_jll."0.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[casacorecxx_jll."0.1.0+0".sources]] - hash = "bd97a3cb69bb21bf0aaec8944a18f3ba1a2be4b3" - repo = "https://github.com/torrance/Casacore.jl.git" - -[casacorecxx_jll."0.1.1+0"] -libraries = ["libcasacorecxx"] - - [[casacorecxx_jll."0.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[casacorecxx_jll."0.1.1+0".sources]] - hash = "adf9223fb7e98fadc105afa348a9c4ea4fd310d5" - repo = "https://github.com/torrance/Casacore.jl.git" - -[casacorecxx_jll."0.1.2+0"] -libraries = ["libcasacorecxx"] - - [[casacorecxx_jll."0.1.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[casacorecxx_jll."0.1.2+0".sources]] - hash = "f5663368f322c9392f5af37165652beac7e33e8f" - repo = "https://github.com/torrance/Casacore.jl.git" - -[casacorecxx_jll."0.2.0+0"] -libraries = ["libcasacorecxx"] - - [[casacorecxx_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[casacorecxx_jll."0.2.0+0".sources]] - hash = "80f854f9bd0a59a0b2cb7f52890617d908792cd6" - repo = "https://github.com/torrance/Casacore.jl.git" - -[casacorecxx_jll."0.2.1+0"] -libraries = ["libcasacorecxx"] - - [[casacorecxx_jll."0.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[casacorecxx_jll."0.2.1+0".sources]] - hash = "bf73cbd1cf6c681102b8314172970dc1ca1618da" - repo = "https://github.com/torrance/Casacore.jl.git" - -[casacorecxx_jll."0.2.1+1"] -libraries = ["libcasacorecxx"] - - [[casacorecxx_jll."0.2.1+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[casacorecxx_jll."0.2.1+1".sources]] - hash = "bf73cbd1cf6c681102b8314172970dc1ca1618da" - repo = "https://github.com/torrance/Casacore.jl.git" - -[casacorecxx_jll."0.2.1+2"] -libraries = ["libcasacorecxx"] - - [[casacorecxx_jll."0.2.1+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[casacorecxx_jll."0.2.1+2".sources]] - hash = "bf73cbd1cf6c681102b8314172970dc1ca1618da" - repo = "https://github.com/torrance/Casacore.jl.git" - -[casacorecxx_jll."0.3.0+0"] -libraries = ["libcasacorecxx"] - - [[casacorecxx_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[casacorecxx_jll."0.3.0+0".sources]] - hash = "0595c37a84d58fd200c926db74db21d637357123" - repo = "https://github.com/torrance/Casacore.jl.git" - -[casacorewrapper_jll."0.1.0+0"] -libraries = ["libcasacorewrapper"] - - [[casacorewrapper_jll."0.1.0+0".sources]] - hash = "d7574e8639c8ac55a360652e4e799a4686bec93c" - repo = "https://github.com/kiranshila/casascorewrapper.git" - -[casacorewrapper_jll."0.1.0+1"] -libraries = ["libcasacorewrapper"] - - [[casacorewrapper_jll."0.1.0+1".sources]] - hash = "d7574e8639c8ac55a360652e4e799a4686bec93c" - repo = "https://github.com/kiranshila/casascorewrapper.git" - -[casacorewrapper_jll."0.2.0+0"] -libraries = ["libcasacorewrapper"] - - [[casacorewrapper_jll."0.2.0+0".sources]] - hash = "f2a4d72a98e28534e36093f3c6e68ab41c96b1d4" - repo = "https://github.com/kiranshila/casascorewrapper.git" - -[catch22_jll."0.2.1+0"] -libraries = ["libcatch22"] - - [[catch22_jll."0.2.1+0".sources]] - hash = "96fc2c39f1f3dee0ca990667f999469754760af0" - repo = "https://github.com/chlubba/catch22.git" - -[catch22_jll."0.3.1+0"] -libraries = ["libcatch22"] - - [[catch22_jll."0.3.1+0".sources]] - hash = "854d7a022f4aeefbebd771d70cd03bcc020e5312" - repo = "https://github.com/chlubba/catch22.git" - -[catch22_jll."0.4.0+0"] -libraries = ["libcatch22"] - - [[catch22_jll."0.4.0+0".sources]] - hash = "2e1a271c6a7437b6a4a754e1adc7e34d7a224c01" - repo = "https://github.com/chlubba/catch22.git" - -[catch22_jll."0.5.0+0"] -libraries = ["libcatch22"] - - [[catch22_jll."0.5.0+0".sources]] - hash = "2e1a271c6a7437b6a4a754e1adc7e34d7a224c01" - repo = "https://github.com/DynamicsAndNeuralSystems/catch22.git" - -[catchaMouse16_jll."0.1.0+0"] -libraries = ["libcatchaMouse16"] - - [[catchaMouse16_jll."0.1.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "17.0.6" - - [[catchaMouse16_jll."0.1.0+0".sources]] - hash = "2a952451acf6114de562da6007e37ff6e013b157" - repo = "https://github.com/DynamicsAndNeuralSystems/catchaMouse16.git" - -[cbindgen_jll."0.22.0+0"] -executables = ["cbindgen"] - - [[cbindgen_jll."0.22.0+0".sources]] - hash = "f129b453df9d84e6d098a446f928961241b2a0edc29f827addca154049dcc434" - url = "https://github.com/eqrion/cbindgen/archive/refs/tags/v0.22.0.tar.gz" - -[cddlib_jll."0.94.10+0"] -libraries = ["libcdd", "libcddgmp"] - - [[cddlib_jll."0.94.10+0".sources]] - hash = "6d980f2258052f6cf47acca611d6a268d657dfc7" - repo = "https://github.com/cddlib/cddlib" - -[cddlib_jll."0.94.10+1"] -libraries = ["libcdd", "libcddgmp"] - - [[cddlib_jll."0.94.10+1".sources]] - hash = "6d980f2258052f6cf47acca611d6a268d657dfc7" - repo = "https://github.com/cddlib/cddlib" - -[cddlib_jll."0.94.13+0"] -libraries = ["libcdd", "libcddgmp"] - - [[cddlib_jll."0.94.13+0".sources]] - hash = "87220b4001ff88bb408bee0ab69cd19806abd9e9" - repo = "https://github.com/cddlib/cddlib" - -[cddlib_jll."0.94.14+0"] -libraries = ["libcdd", "libcddgmp"] - - [[cddlib_jll."0.94.14+0".sources]] - hash = "aff2477f8ab25e826da93c6650731dd1717d6b4a" - repo = "https://github.com/cddlib/cddlib" - -[cddlib_jll."0.94.15+0"] -libraries = ["libcdd", "libcddgmp"] - - [[cddlib_jll."0.94.15+0".sources]] - hash = "aff2477f8ab25e826da93c6650731dd1717d6b4a" - repo = "https://github.com/cddlib/cddlib" - -[[cereal_jll."1.3.2+0".sources]] -hash = "16a7ad9b31ba5880dac55d62b5d6f243c3ebc8d46a3514149e56b5e7ea81f85f" -url = "https://github.com/USCILab/cereal/archive/refs/tags/v1.3.2.tar.gz" - -[cfastcdr_jll."1.0.0+0"] -libraries = ["libcfastcdr"] - - [[cfastcdr_jll."1.0.0+0".sources]] - hash = "95fbe6f293380cab3945fd2b92840aa2e44a133c" - repo = "https://github.com/twadleigh/cfastcdr.git" - -[[charon_jll."2.2.0+0".build_dependencies]] -name = "CMake_jll" -target = "host" -version = "*" - -[[charon_jll."2.2.0+0".sources]] -hash = "2743f39fb14166091f1e38581f9d85379a7db178b4b2d4ce5c8411fdec727073" -url = "https://www.sandia.gov/app/uploads/sites/106/2022/06/charon-distrib-v2_2.tar.gz" -[[charon_jll."2.2.0+0".sources]] -hash = "8c1874ca69280c9c9e8346fc96b2f068971e54d4" -repo = "https://github.com/TriBITSPub/TriBITS.git" -[[charon_jll."2.2.0+0".sources]] -patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ec3f55e262583c008df1d2e55b6aa316a3384816//C/charon/./bundled" -[[charon_jll."2.2.0+0".sources]] -hash = "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" -url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz" - -[cif_api_jll."0.4.2+0"] -libraries = ["libcif"] - - [[cif_api_jll."0.4.2+0".sources]] - hash = "803fa1d0525bb51407754fa63b9439ba350178f45372103e84773ed4871b3924" - url = "https://github.com/COMCIFS/cif_api/archive/refs/tags/v0.4.2.tar.gz" - [[cif_api_jll."0.4.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3b85c4aecb0af8dccbd93c27ce7844411cf1ed3d//C/cif_api/./bundled" - -[cilantro_jll."0.1.0+0"] -libraries = ["libcilantro"] - - [[cilantro_jll."0.1.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[cilantro_jll."0.1.0+0".sources]] - hash = "d7e654be0deb262aa50773793a0080652c79e473" - repo = "https://github.com/kzampog/cilantro.git" - -[cilkrts_jll."0.1.2+0"] -libraries = ["libcilkrts"] - - [[cilkrts_jll."0.1.2+0".sources]] - hash = "507a93234a480431ee8f7e49bbb464e3572618f5" - repo = "https://github.com/OpenCilk/cilkrts.git" - -[cmark_gfm_jll."0.29.0+0"] -executables = ["cmark-gfm"] -libraries = ["libcmark-gfm"] - - [[cmark_gfm_jll."0.29.0+0".sources]] - hash = "cf7577d2f74289cb83de0a652afc1a8b08a37036" - repo = "https://github.com/github/cmark-gfm.git" - -[cmark_gfm_jll."0.29.0+1"] -executables = ["cmark-gfm"] -libraries = ["libcmark-gfm", "libcmark-gfm-extensions"] - - [[cmark_gfm_jll."0.29.0+1".sources]] - hash = "cf7577d2f74289cb83de0a652afc1a8b08a37036" - repo = "https://github.com/github/cmark-gfm.git" - -[cmark_gfm_jll."0.29.0+2"] -executables = ["cmark-gfm"] -libraries = ["libcmark-gfm", "libcmark-gfm-extensions"] - - [[cmark_gfm_jll."0.29.0+2".sources]] - hash = "cf7577d2f74289cb83de0a652afc1a8b08a37036" - repo = "https://github.com/github/cmark-gfm.git" - [[cmark_gfm_jll."0.29.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b4364b6c8e4a5c6c433e4a7e9ae1d7deddc5fde6//C/cmark_gfm/./bundled" - -[cmark_jll."0.30.2+0"] -executables = ["cmark"] -libraries = ["libcmark"] - - [[cmark_jll."0.30.2+0".sources]] - hash = "a8da5a2f252b96eca60ae8bada1a9ba059a38401" - repo = "https://github.com/commonmark/cmark.git" - -[cminpack_jll."1.3.8+0"] -libraries = ["libcminpack", "libcminpacks"] - - [[cminpack_jll."1.3.8+0".sources]] - hash = "cb7c3f6433ccea7eef58ff57b3a9a4c2563eb375" - repo = "https://github.com/devernay/cminpack.git" - [[cminpack_jll."1.3.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a414d081542faa9a068bf6d0c5c0356d83565e87//C/cminpack/bundled" - -[cminpack_jll."1.3.9+0"] -libraries = ["libcminpack", "libcminpacks"] - - [[cminpack_jll."1.3.9+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[cminpack_jll."1.3.9+0".sources]] - hash = "843a1a2a5cc7ec6c90d938687d3646bda2285254" - repo = "https://github.com/devernay/cminpack.git" - -[cminpack_jll."1.3.11+0"] -libraries = ["libcminpack", "libcminpacks"] - - [[cminpack_jll."1.3.11+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[cminpack_jll."1.3.11+0".sources]] - hash = "17dab75c6160d2ee42a3c95ea55e94738d7e559d" - repo = "https://github.com/devernay/cminpack.git" - -[cminpack_jll."1.3.12+0"] -libraries = ["libcminpack", "libcminpacks"] - - [[cminpack_jll."1.3.12+0".sources]] - hash = "17dab75c6160d2ee42a3c95ea55e94738d7e559d" - repo = "https://github.com/devernay/cminpack.git" - -[cmocka_jll."1.1.5+0"] -libraries = ["libcmocka", "cmocka"] - - [[cmocka_jll."1.1.5+0".sources]] - hash = "f0ccd8242d55e2fd74b16ba518359151f6f8383ff8aef4976e48393f77bba8b6" - url = "https://cmocka.org/files/1.1/cmocka-1.1.5.tar.xz" - [[cmocka_jll."1.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0a56ed6e438c44d3f12ad79110489a7ed5cdf477//C/cmocka/./bundled" - -[cmt_jll."0.1.0+0"] -libraries = ["libcmt"] - - [[cmt_jll."0.1.0+0".sources]] - hash = "aef4cd6ba7360a1487adb2415c1b0fec3cd10000" - repo = "https://github.com/JuliaGPU/Metal.jl" - [[cmt_jll."0.1.0+0".sources]] - hash = "9b86eab03176c56bb526de30daa50fa819937c54b280364784ce431885341bf6" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.0-11.1/MacOSX11.1.sdk.tar.xz" - -[cmt_jll."0.2.0+0"] -libraries = ["libcmt"] - - [[cmt_jll."0.2.0+0".sources]] - hash = "23184baad0e70fc4437774db91bf7c75caa62e81" - repo = "https://github.com/JuliaGPU/Metal.jl" - [[cmt_jll."0.2.0+0".sources]] - hash = "9b86eab03176c56bb526de30daa50fa819937c54b280364784ce431885341bf6" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.0-11.1/MacOSX11.1.sdk.tar.xz" - -[code_server_jll."4.99.2+0"] -executables = ["code-server"] - - [[code_server_jll."4.99.2+0".sources]] - hash = "528701df7df747ea77711c1c48e69642fb8234b36920a6412433f93691210542" - url = "https://github.com/coder/code-server/releases/download/v4.99.2/code-server-4.99.2-linux-amd64.tar.gz" - [[code_server_jll."4.99.2+0".sources]] - hash = "63cda9e18893e1b73fb944e97e4b3d89de749d4335a38f8bfddf2052f10a4da3" - url = "https://github.com/coder/code-server/releases/download/v4.99.2/code-server-4.99.2-linux-arm64.tar.gz" - [[code_server_jll."4.99.2+0".sources]] - hash = "4ac1068113d968fea5c8784d94438ccb5ba580f4a2af010136e0a04c7ba87cde" - url = "https://github.com/coder/code-server/releases/download/v4.99.2/code-server-4.99.2-linux-armv7l.tar.gz" - [[code_server_jll."4.99.2+0".sources]] - hash = "39e562d79726b0436521144d8fc0604aeca1d061d25bdb72c87f18bf41da1c0d" - url = "https://github.com/coder/code-server/releases/download/v4.99.2/code-server-4.99.2-macos-amd64.tar.gz" - [[code_server_jll."4.99.2+0".sources]] - hash = "4128a09fea929a509f094b0b8d44bd5613c60a193bf2b13bf0f89f377d68c2e1" - url = "https://github.com/coder/code-server/releases/download/v4.99.2/code-server-4.99.2-macos-arm64.tar.gz" - -[cohomCalg_jll."0.32.0+0"] -executables = ["cohomcalg"] - - [[cohomCalg_jll."0.32.0+0".sources]] - hash = "c663c8e37cceab3cc0b2bcc57d35cb895930ab1f" - repo = "https://github.com/BenjaminJurke/cohomCalg" - [[cohomCalg_jll."0.32.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4d38087d74cca4063c22a7ab287465ccbac30227//C/cohomCalg/bundled" - -[coordgenlibs_jll."1.3.2+0"] -libraries = ["libcoordgen"] - - [[coordgenlibs_jll."1.3.2+0".sources]] - hash = "82b4fe9d13eaa9cd1eabc1acde243c474dff8b40" - repo = "https://github.com/schrodinger/coordgenlibs.git" - -[coordgenlibs_jll."1.4.0+0"] -libraries = ["libcoordgen"] - - [[coordgenlibs_jll."1.4.0+0".sources]] - hash = "d8aacab47875a6f3c6da5fda24b53910358563be" - repo = "https://github.com/mojaie/coordgenlibs.git" - -[coordgenlibs_jll."3.0.1+0"] -libraries = ["libcoordgen"] - - [[coordgenlibs_jll."3.0.1+0".sources]] - hash = "fe91162e7b01b432735a1536475d37b67a5ad177" - repo = "https://github.com/mojaie/coordgenlibs.git" - -[coordgenlibs_jll."3.0.2+0"] -libraries = ["libcoordgen"] - - [[coordgenlibs_jll."3.0.2+0".sources]] - hash = "bcef648e86257513b07a00f802d370aa443152c2" - repo = "https://github.com/mojaie/coordgenlibs.git" - -[coreutils_jll."8.32.0+0"] -executables = ["b2sum", "timeout", "chown", "factor", "sha512sum", "pathchk", "fmt", "sort", "sha1sum", "yes", "groups", "uname", "env", "mv", "sync", "base64", "truncate", "tsort", "numfmt", "nice", "sleep", "stat", "link", "users", "printenv", "head", "split", "sha224sum", "shuf", "chroot", "csplit", "ptx", "dir", "chmod", "vdir", "test", "true", "sha256sum", "expr", "basename", "pwd", "unexpand", "cp", "ln", "runcon", "kill", "mkfifo", "tac", "echo", "od", "logname", "rm", "pinky", "pr", "chcon", "tty", "touch", "df", "comm", "nohup", "date", "seq", "hostid", "sum", "cut", "readlink", "realpath", "md5sum", "install", "mkdir", "cksum", "tail", "rmdir", "unlink", "whoami", "false", "[", "mknod", "fold", "stty", "tr", "cat", "chgrp", "ls", "shred", "who", "tee", "wc", "base32", "printf", "join", "id", "mktemp", "uptime", "stdbuf", "uniq", "dd", "nl", "dircolors", "basenc", "du", "sha384sum", "nproc", "dirname", "expand", "paste"] -libraries = ["libstdbuf"] - - [[coreutils_jll."8.32.0+0".sources]] - hash = "4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa" - url = "https://ftp.gnu.org/gnu/coreutils/coreutils-8.32.tar.xz" - -[coreutils_jll."9.0.0+0"] -executables = ["b2sum", "timeout", "chown", "factor", "sha512sum", "pathchk", "fmt", "sort", "sha1sum", "yes", "groups", "uname", "env", "mv", "sync", "base64", "truncate", "tsort", "numfmt", "nice", "sleep", "stat", "link", "users", "printenv", "head", "split", "sha224sum", "shuf", "chroot", "csplit", "ptx", "dir", "chmod", "vdir", "test", "true", "sha256sum", "expr", "basename", "pwd", "unexpand", "cp", "ln", "runcon", "kill", "mkfifo", "tac", "echo", "od", "logname", "rm", "pinky", "pr", "chcon", "tty", "touch", "df", "comm", "nohup", "date", "seq", "hostid", "sum", "cut", "readlink", "realpath", "md5sum", "install", "mkdir", "cksum", "tail", "rmdir", "unlink", "whoami", "false", "[", "mknod", "fold", "stty", "tr", "cat", "chgrp", "ls", "shred", "who", "tee", "wc", "base32", "printf", "join", "id", "mktemp", "uptime", "stdbuf", "uniq", "dd", "nl", "dircolors", "basenc", "du", "sha384sum", "nproc", "dirname", "expand", "paste"] -libraries = ["libstdbuf"] - - [[coreutils_jll."9.0.0+0".sources]] - hash = "ce30acdf4a41bc5bb30dd955e9eaa75fa216b4e3deb08889ed32433c7b3b97ce" - url = "https://ftp.gnu.org/gnu/coreutils/coreutils-9.0.tar.xz" - -[coreutils_jll."9.1.0+0"] -executables = ["b2sum", "timeout", "chown", "factor", "sha512sum", "pathchk", "fmt", "sort", "sha1sum", "yes", "groups", "uname", "env", "mv", "sync", "base64", "truncate", "tsort", "numfmt", "nice", "sleep", "stat", "link", "users", "printenv", "head", "split", "sha224sum", "shuf", "chroot", "csplit", "ptx", "dir", "chmod", "vdir", "test", "true", "sha256sum", "expr", "basename", "pwd", "unexpand", "cp", "ln", "runcon", "kill", "mkfifo", "tac", "echo", "od", "logname", "rm", "pinky", "pr", "chcon", "tty", "touch", "df", "comm", "nohup", "date", "seq", "hostid", "sum", "cut", "readlink", "realpath", "md5sum", "install", "mkdir", "cksum", "tail", "rmdir", "unlink", "whoami", "false", "[", "mknod", "fold", "stty", "tr", "cat", "chgrp", "ls", "shred", "who", "tee", "wc", "base32", "printf", "join", "id", "mktemp", "uptime", "stdbuf", "uniq", "dd", "nl", "dircolors", "basenc", "du", "sha384sum", "nproc", "dirname", "expand", "paste"] -libraries = ["libstdbuf"] - - [[coreutils_jll."9.1.0+0".sources]] - hash = "61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423" - url = "https://ftp.gnu.org/gnu/coreutils/coreutils-9.1.tar.xz" - -[coreutils_jll."9.5.0+0"] -executables = ["b2sum", "timeout", "chown", "factor", "sha512sum", "pathchk", "fmt", "sort", "sha1sum", "yes", "groups", "uname", "env", "mv", "sync", "base64", "truncate", "tsort", "numfmt", "nice", "sleep", "stat", "link", "users", "printenv", "head", "split", "sha224sum", "shuf", "chroot", "csplit", "ptx", "dir", "chmod", "vdir", "test", "true", "sha256sum", "expr", "basename", "pwd", "unexpand", "cp", "ln", "runcon", "kill", "mkfifo", "tac", "echo", "od", "logname", "rm", "pinky", "pr", "chcon", "tty", "touch", "df", "comm", "nohup", "date", "seq", "hostid", "sum", "cut", "readlink", "realpath", "md5sum", "install", "mkdir", "cksum", "tail", "rmdir", "unlink", "whoami", "false", "[", "mknod", "fold", "stty", "tr", "cat", "chgrp", "ls", "shred", "who", "tee", "wc", "base32", "printf", "join", "id", "mktemp", "uptime", "stdbuf", "uniq", "dd", "nl", "dircolors", "basenc", "du", "sha384sum", "nproc", "dirname", "expand", "paste"] -libraries = ["libstdbuf"] - - [[coreutils_jll."9.5.0+0".sources]] - hash = "cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a" - url = "https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz" - -[coreutils_jll."9.6.0+0"] -executables = ["b2sum", "timeout", "chown", "factor", "sha512sum", "pathchk", "fmt", "sort", "sha1sum", "yes", "groups", "uname", "env", "mv", "sync", "base64", "truncate", "tsort", "numfmt", "nice", "sleep", "stat", "link", "users", "printenv", "head", "split", "sha224sum", "shuf", "chroot", "csplit", "ptx", "dir", "chmod", "vdir", "test", "true", "sha256sum", "expr", "basename", "pwd", "unexpand", "cp", "ln", "runcon", "kill", "mkfifo", "tac", "echo", "od", "logname", "rm", "pinky", "pr", "chcon", "tty", "touch", "df", "comm", "nohup", "date", "seq", "hostid", "sum", "cut", "readlink", "realpath", "md5sum", "install", "mkdir", "cksum", "tail", "rmdir", "unlink", "whoami", "false", "[", "mknod", "fold", "stty", "tr", "cat", "chgrp", "ls", "shred", "who", "tee", "wc", "base32", "printf", "join", "id", "mktemp", "uptime", "stdbuf", "uniq", "dd", "nl", "dircolors", "basenc", "du", "sha384sum", "nproc", "dirname", "expand", "paste"] -libraries = ["libstdbuf"] - - [[coreutils_jll."9.6.0+0".sources]] - hash = "7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283" - url = "https://ftp.gnu.org/gnu/coreutils/coreutils-9.6.tar.xz" - -[coreutils_jll."9.7.0+0"] -executables = ["b2sum", "timeout", "chown", "factor", "sha512sum", "pathchk", "fmt", "sort", "sha1sum", "yes", "groups", "uname", "env", "mv", "sync", "base64", "truncate", "tsort", "numfmt", "nice", "sleep", "stat", "link", "users", "printenv", "head", "split", "sha224sum", "shuf", "chroot", "csplit", "ptx", "dir", "chmod", "vdir", "test", "true", "sha256sum", "expr", "basename", "pwd", "unexpand", "cp", "ln", "runcon", "kill", "mkfifo", "tac", "echo", "od", "logname", "rm", "pinky", "pr", "chcon", "tty", "touch", "df", "comm", "nohup", "date", "seq", "hostid", "sum", "cut", "readlink", "realpath", "md5sum", "install", "mkdir", "cksum", "tail", "rmdir", "unlink", "whoami", "false", "[", "mknod", "fold", "stty", "tr", "cat", "chgrp", "ls", "shred", "who", "tee", "wc", "base32", "printf", "join", "id", "mktemp", "uptime", "stdbuf", "uniq", "dd", "nl", "dircolors", "basenc", "du", "sha384sum", "nproc", "dirname", "expand", "paste"] -libraries = ["libstdbuf"] - - [[coreutils_jll."9.7.0+0".sources]] - hash = "e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf" - url = "https://ftp.gnu.org/gnu/coreutils/coreutils-9.7.tar.xz" - -[cppcheck_jll."2.13.0+0"] -executables = ["cppcheck"] - - [[cppcheck_jll."2.13.0+0".sources]] - hash = "da29903ffcbde465b6c2b47e8dc38277743f47ec" - repo = "https://github.com/danmar/cppcheck.git" - -[crun_jll."1.7.1+0"] -executables = ["crun"] - - [[crun_jll."1.7.1+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[crun_jll."1.7.1+0".sources]] - hash = "0356bf4aff9a133d655dc13b1d9ac9424706cac4" - repo = "https://github.com/containers/crun" - -[crun_jll."1.7.1+1"] -executables = ["crun"] - - [[crun_jll."1.7.1+1".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[crun_jll."1.7.1+1".sources]] - hash = "0356bf4aff9a133d655dc13b1d9ac9424706cac4" - repo = "https://github.com/containers/crun" - -[crun_jll."1.7.2+0"] -executables = ["crun"] - - [[crun_jll."1.7.2+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[crun_jll."1.7.2+0".sources]] - hash = "eaa116bc5b43bd3a4f13e12497bbcb5a918051e1" - repo = "https://github.com/containers/crun" - -[crun_jll."1.8.0+0"] -executables = ["crun"] - - [[crun_jll."1.8.0+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[crun_jll."1.8.0+0".sources]] - hash = "cfec5ce7b928f31a4a339c603245ed62b1da2bcd" - repo = "https://github.com/containers/crun" - -[crun_jll."1.12.0+0"] -executables = ["crun"] - - [[crun_jll."1.12.0+0".sources]] - hash = "ce429cb2e277d001c2179df1ac66a470f00802ae" - repo = "https://github.com/containers/crun" - -[crun_jll."1.12.0+1"] -executables = ["crun"] - - [[crun_jll."1.12.0+1".sources]] - hash = "ce429cb2e277d001c2179df1ac66a470f00802ae" - repo = "https://github.com/containers/crun" - -[crun_jll."1.18.0+0"] -executables = ["crun"] - - [[crun_jll."1.18.0+0".sources]] - hash = "8656b2548509fcc69ea7e8823a870564360a57a1" - repo = "https://github.com/containers/crun" - -[cryptopp_jll."8.5.0+0"] -libraries = ["libcryptopp"] - - [[cryptopp_jll."8.5.0+0".sources]] - hash = "f2102243e6fdd48c0b2a393a0993cca228f20573" - repo = "https://github.com/weidai11/cryptopp.git" - [[cryptopp_jll."8.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c2e349b6df47d06523c6835be8ebe1246de4a2c2//C/cryptopp/./bundled" - -[cuPDLPx_jll."0.1.1+0"] -libraries = ["libcupdlpx"] - - [[cuPDLPx_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cuPDLPx_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[cuPDLPx_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[cuPDLPx_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[cuPDLPx_jll."0.1.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.1" - - [[cuPDLPx_jll."0.1.1+0".sources]] - hash = "e98e56594f5edca01a9c807d626c398346b5076c" - repo = "https://github.com/MIT-Lu-Lab/cuPDLPx.git" - -[cuQuantum_jll."0.1.30+0"] -libraries = ["libcustatevec", "libcutensornet"] - - [[cuQuantum_jll."0.1.30+0".sources]] - hash = "8ad8e98f14275ffe0de02574be5c86224af1c657c41baf02c16440301ffe0aae" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-0.1.0.30-archive.tar.xz" - [[cuQuantum_jll."0.1.30+0".sources]] - hash = "3dd04cf08f1323318e0e63a7e28bc904c426ced3367aca809fba7e7beef94063" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-0.1.0.30-archive.tar.xz" - [[cuQuantum_jll."0.1.30+0".sources]] - hash = "0eb84eef619a1cfab5870fb585200a9869a197866685252e4ca8187322809554" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-0.1.0.30-archive.tar.xz" - -[cuQuantum_jll."0.1.30+1"] -libraries = ["libcustatevec", "libcutensornet"] - - [[cuQuantum_jll."0.1.30+1".sources]] - hash = "8ad8e98f14275ffe0de02574be5c86224af1c657c41baf02c16440301ffe0aae" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-0.1.0.30-archive.tar.xz" - [[cuQuantum_jll."0.1.30+1".sources]] - hash = "0eb84eef619a1cfab5870fb585200a9869a197866685252e4ca8187322809554" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-0.1.0.30-archive.tar.xz" - [[cuQuantum_jll."0.1.30+1".sources]] - hash = "3dd04cf08f1323318e0e63a7e28bc904c426ced3367aca809fba7e7beef94063" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-0.1.0.30-archive.tar.xz" - -[cuQuantum_jll."22.7.114+0"] -libraries = ["libcustatevec", "libcutensornet"] - - [[cuQuantum_jll."22.7.114+0".sources]] - hash = "4c4931096498451593ad553b6cb7a107bb6d6cedea65c80d5376d0cfbb647f8e" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-22.07.1.14-archive.tar.xz" - [[cuQuantum_jll."22.7.114+0".sources]] - hash = "2d35dba3c739e8de51591bcd2d7edf1a3c9995850af6525ae08e9b5c3798cf9a" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-22.07.1.14-archive.tar.xz" - [[cuQuantum_jll."22.7.114+0".sources]] - hash = "0c8fb14bf8916170e15a2ae7cfa950e23af13c9cb0915bad88d754221ad60116" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-22.07.1.14-archive.tar.xz" - -[cuQuantum_jll."22.7.114+1"] -libraries = ["libcustatevec", "libcutensornet"] - - [[cuQuantum_jll."22.7.114+1".sources]] - hash = "4c4931096498451593ad553b6cb7a107bb6d6cedea65c80d5376d0cfbb647f8e" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-22.07.1.14-archive.tar.xz" - [[cuQuantum_jll."22.7.114+1".sources]] - hash = "2d35dba3c739e8de51591bcd2d7edf1a3c9995850af6525ae08e9b5c3798cf9a" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-22.07.1.14-archive.tar.xz" - [[cuQuantum_jll."22.7.114+1".sources]] - hash = "0c8fb14bf8916170e15a2ae7cfa950e23af13c9cb0915bad88d754221ad60116" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-22.07.1.14-archive.tar.xz" - -[cuQuantum_jll."22.11.13+0"] -libraries = ["libcustatevec", "libcutensornet"] - - [[cuQuantum_jll."22.11.13+0".sources]] - hash = "c02f20d4ece8f94c5e29f26613c520664cb888788366b0e2ddbba366e08ceba9" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-22.11.0.13-archive.tar.xz" - [[cuQuantum_jll."22.11.13+0".sources]] - hash = "6432abc24269b750e2049b32f0ad9d9f573c90af6fd3505434999d0217445d46" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-22.11.0.13-archive.tar.xz" - [[cuQuantum_jll."22.11.13+0".sources]] - hash = "85d8df2e2fd6cb55311ac69e792dfaae87931d399898fefdcbb4773d606ff7e9" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-22.11.0.13-archive.tar.xz" - -[cuQuantum_jll."23.6.1+0"] -libraries = ["libcustatevec", "libcutensornet"] - - [[cuQuantum_jll."23.6.1+0".sources]] - hash = "7794952a6dc8593881b0aef5798a6a2bf5087bc64748ec951971235d2357aae3" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-23.06.1.8_cuda11-archive.tar.xz" - [[cuQuantum_jll."23.6.1+0".sources]] - hash = "5265dc591d7c4352eaf1d3b5cbb7780af5d1255714c36f0436b8297f62a9f6bb" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-23.06.1.8_cuda11-archive.tar.xz" - [[cuQuantum_jll."23.6.1+0".sources]] - hash = "9cbd6f44705133a8743048276bc81823f0778a0d107cce641600e1a3dfc1ae75" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-23.06.1.8_cuda11-archive.tar.xz" - [[cuQuantum_jll."23.6.1+0".sources]] - hash = "6f53da19c6f052ed1eb83a3c594862a161c92517c7fa2e0c054466d7783d4920" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-23.06.1.8_cuda12-archive.tar.xz" - [[cuQuantum_jll."23.6.1+0".sources]] - hash = "d8a52117c2adc874363d4f128344e80ee9fb1b45e1c572377cf6f3392a95362c" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-23.06.1.8_cuda12-archive.tar.xz" - [[cuQuantum_jll."23.6.1+0".sources]] - hash = "c0b6c54b790907b30a57e4e0c8dd9620e2bd4d0cd67134ccf063af1d4c36b160" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-23.06.1.8_cuda12-archive.tar.xz" - -[cuQuantum_jll."23.6.1+1"] -libraries = ["libcustatevec", "libcutensornet"] - - [[cuQuantum_jll."23.6.1+1".sources]] - hash = "7794952a6dc8593881b0aef5798a6a2bf5087bc64748ec951971235d2357aae3" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-23.06.1.8_cuda11-archive.tar.xz" - [[cuQuantum_jll."23.6.1+1".sources]] - hash = "5265dc591d7c4352eaf1d3b5cbb7780af5d1255714c36f0436b8297f62a9f6bb" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-23.06.1.8_cuda11-archive.tar.xz" - [[cuQuantum_jll."23.6.1+1".sources]] - hash = "9cbd6f44705133a8743048276bc81823f0778a0d107cce641600e1a3dfc1ae75" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-23.06.1.8_cuda11-archive.tar.xz" - [[cuQuantum_jll."23.6.1+1".sources]] - hash = "6f53da19c6f052ed1eb83a3c594862a161c92517c7fa2e0c054466d7783d4920" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-23.06.1.8_cuda12-archive.tar.xz" - [[cuQuantum_jll."23.6.1+1".sources]] - hash = "d8a52117c2adc874363d4f128344e80ee9fb1b45e1c572377cf6f3392a95362c" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-23.06.1.8_cuda12-archive.tar.xz" - [[cuQuantum_jll."23.6.1+1".sources]] - hash = "c0b6c54b790907b30a57e4e0c8dd9620e2bd4d0cd67134ccf063af1d4c36b160" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-23.06.1.8_cuda12-archive.tar.xz" - -[cuQuantum_jll."23.10.0+0"] -libraries = ["libcustatevec", "libcutensornet"] - - [[cuQuantum_jll."23.10.0+0".sources]] - hash = "7e214d6020190ff7299a483448a4d44f54c98b69fd8dc9866a187d995ecc46e2" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-23.10.0.6_cuda11-archive.tar.xz" - [[cuQuantum_jll."23.10.0+0".sources]] - hash = "983c3fdf50c0ad1639a98eae0eca670b60e02516d5240e37aac4726abcbce839" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-23.10.0.6_cuda11-archive.tar.xz" - [[cuQuantum_jll."23.10.0+0".sources]] - hash = "a8f403a17663d4c7304b6d7944ba2c78afc630dad7741577dde3bc849b54fc79" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-23.10.0.6_cuda11-archive.tar.xz" - [[cuQuantum_jll."23.10.0+0".sources]] - hash = "5ff77bd5cf62fab02e598fe5e1b1617d521207552808173e135f9a9607f56bad" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-23.10.0.6_cuda12-archive.tar.xz" - [[cuQuantum_jll."23.10.0+0".sources]] - hash = "ddef9c8c7ac977ca8477af07a53cc3d497f39c1feed88a0cb6a5d73ba9f3a1db" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-23.10.0.6_cuda12-archive.tar.xz" - [[cuQuantum_jll."23.10.0+0".sources]] - hash = "395ac98d0993fc3419395dce86947cbdfe0abf556bb4dc674dcffcf939e0d482" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-23.10.0.6_cuda12-archive.tar.xz" - -[cuQuantum_jll."24.3.0+0"] -libraries = ["libcustatevec", "libcutensornet"] - - [[cuQuantum_jll."24.3.0+0".sources]] - hash = "8b7b0431ed6fb31c940bcf18f1344d35ab17a36ad53d23858344abcee2576c7f" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-24.03.0.4_cuda11-archive.tar.xz" - [[cuQuantum_jll."24.3.0+0".sources]] - hash = "d9e87ffcc6472b1dd27e228478af9271d5e19b7ae09b25b31fb883241dd56ab5" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-24.03.0.4_cuda11-archive.tar.xz" - [[cuQuantum_jll."24.3.0+0".sources]] - hash = "e0cf0a59ecc7ae821e37c4ed0b507cb441d1fe7c02068ae773f847c7369a7c18" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-24.03.0.4_cuda11-archive.tar.xz" - [[cuQuantum_jll."24.3.0+0".sources]] - hash = "5926c71d6f816936b29d9220ebd8ba800abfeecf7b58b0ad06c33608acf511cc" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-24.03.0.4_cuda12-archive.tar.xz" - [[cuQuantum_jll."24.3.0+0".sources]] - hash = "7aba28d8683490d407945a6cada65bc83273b21715241fa537f1f744c539b7b7" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-ppc64le/cuquantum-linux-ppc64le-24.03.0.4_cuda12-archive.tar.xz" - [[cuQuantum_jll."24.3.0+0".sources]] - hash = "0da2a771c0135753173f65a6b00ca1201cc1a48339659146e553526cc44eab20" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-24.03.0.4_cuda12-archive.tar.xz" - -[cuQuantum_jll."24.11.0+0"] -libraries = ["libcustatevec", "libcutensornet", "libcudensitymat"] - - [[cuQuantum_jll."24.11.0+0".sources]] - hash = "a36123e52daeae5e6e5c543b12d45fb41411280ceb924bbde54d4d1051cf10ef" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-24.11.0.21_cuda11-archive.tar.xz" - [[cuQuantum_jll."24.11.0+0".sources]] - hash = "16c1aba50c657456928386a8597d4b766daa3c6f69da738a9568ad4ac97094ae" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-24.11.0.21_cuda11-archive.tar.xz" - [[cuQuantum_jll."24.11.0+0".sources]] - hash = "4640da62e66f17671c8d89be93a439b8a7a13169f7aa902a3e9b6cf676d4bffd" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-24.11.0.21_cuda12-archive.tar.xz" - [[cuQuantum_jll."24.11.0+0".sources]] - hash = "e3e4a289887d17d4b78eaac97f2fa03b2de9d832f918eb48ab97de997c104ce6" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-24.11.0.21_cuda12-archive.tar.xz" - -[cuQuantum_jll."25.3.0+0"] -libraries = ["libcustatevec", "libcutensornet", "libcudensitymat"] - - [[cuQuantum_jll."25.3.0+0".sources]] - hash = "6c022ff6235fa92f29ca9729aaba17525785c82d4ac920baec31a586e4df4502" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-25.03.0.11_cuda11-archive.tar.xz" - [[cuQuantum_jll."25.3.0+0".sources]] - hash = "a9efea4f37619fbc6136b800460eae83bb1ed14eab7bbeaf0c1587f798081e71" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-25.03.0.11_cuda11-archive.tar.xz" - [[cuQuantum_jll."25.3.0+0".sources]] - hash = "aeabd01e8b43055869f151eca82f70f84c890f559f85aacc0093f949973e6926" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-25.03.0.11_cuda12-archive.tar.xz" - [[cuQuantum_jll."25.3.0+0".sources]] - hash = "b2714c1edd276272aa83d94c19eb77d84a138eda8b22638352f262223a087786" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-25.03.0.11_cuda12-archive.tar.xz" - -[cuQuantum_jll."25.6.0+0"] -libraries = ["libcustatevec", "libcutensornet", "libcudensitymat"] - - [[cuQuantum_jll."25.6.0+0".sources]] - hash = "31c20ce343e45f6d76e86dc7b711b26a4ce0eb5db33d03c27ef0ac4f19867fad" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-25.06.0.10_cuda11-archive.tar.xz" - [[cuQuantum_jll."25.6.0+0".sources]] - hash = "6956f9f44dfaa484251f5ba5d96efb6eed44def7bf68b05c1da8de101c828759" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-25.06.0.10_cuda11-archive.tar.xz" - [[cuQuantum_jll."25.6.0+0".sources]] - hash = "2bb36f9691c65d5327b9eb52ee3bd14e8c5cb6d6f982927b87e9219f1ce65a5d" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-25.06.0.10_cuda12-archive.tar.xz" - [[cuQuantum_jll."25.6.0+0".sources]] - hash = "f3975d7f11fc97af3708775767357fe64a2d306b9cc3c76cba4615b54964459e" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-25.06.0.10_cuda12-archive.tar.xz" - -[cuQuantum_jll."25.9.0+0"] -libraries = ["libcustatevec", "libcutensornet", "libcudensitymat"] - - [[cuQuantum_jll."25.9.0+0".sources]] - hash = "fec8fcceeb9b62f2dff37834a9cd44c6ab05486dec0ebc5ae3452dd8d6390ea0" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-25.09.0.7_cuda12-archive.tar.xz" - [[cuQuantum_jll."25.9.0+0".sources]] - hash = "b63237e122a32f2576118297c291597815c9c3573daf5c9b4592ada7af13fc17" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-25.09.0.7_cuda12-archive.tar.xz" - [[cuQuantum_jll."25.9.0+0".sources]] - hash = "3f1e706c0ee582341ec4f103d37c92d90ef16d1cfac42f502c44b2feb6861dd9" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-x86_64/cuquantum-linux-x86_64-25.09.0.7_cuda13-archive.tar.xz" - [[cuQuantum_jll."25.9.0+0".sources]] - hash = "629d3e6749ac49e96de4469477d3b0172581896c7273890bc355420b344fac87" - url = "https://developer.download.nvidia.com/compute/cuquantum/redist/cuquantum/linux-sbsa/cuquantum-linux-sbsa-25.09.0.7_cuda13-archive.tar.xz" - -[cufinufft_jll."2.2.0+0"] -libraries = ["libcufinufft"] - - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.0" - [[cufinufft_jll."2.2.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.0" - - [[cufinufft_jll."2.2.0+0".sources]] - hash = "51892059a4b457a99a2569ac11e9e91cd2e289e7" - repo = "https://github.com/flatironinstitute/finufft.git" - -[cufinufft_jll."2.3.0+0"] -libraries = ["libcufinufft"] - - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.0" - [[cufinufft_jll."2.3.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.0" - - [[cufinufft_jll."2.3.0+0".sources]] - hash = "fffdaeacb10d5d055ce5b313868a7e981cea594b" - repo = "https://github.com/flatironinstitute/finufft.git" - -[cufinufft_jll."2.3.1+0"] -libraries = ["libcufinufft"] - - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[cufinufft_jll."2.3.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - - [[cufinufft_jll."2.3.1+0".sources]] - hash = "1fea25405c174e34d2ddb793666060c3d79a43d1" - repo = "https://github.com/flatironinstitute/finufft.git" - -[cufinufft_jll."2.4.0+0"] -libraries = ["libcufinufft"] - - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[cufinufft_jll."2.4.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[cufinufft_jll."2.4.0+0".sources]] - hash = "30adfd3939ce0c804e304dd38e9955e761a17410" - repo = "https://github.com/flatironinstitute/finufft.git" - -[cufinufft_jll."2.4.0+1"] -libraries = ["libcufinufft"] - - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[cufinufft_jll."2.4.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[cufinufft_jll."2.4.0+1".sources]] - hash = "cbda17905ce0b52590b7fa2fbd73eb7f1845217e" - repo = "https://github.com/flatironinstitute/finufft.git" - -[cufinufft_jll."2.4.1+0"] -libraries = ["libcufinufft"] - - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.4.4" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.5.2" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.6.2" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.7.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "11.8.0" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.0.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.1.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.9.1" - [[cufinufft_jll."2.4.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.9.1" - - [[cufinufft_jll."2.4.1+0".sources]] - hash = "e7144a5c08cbaf3e3b344a4fdd92bc3c7e468ff2" - repo = "https://github.com/flatironinstitute/finufft.git" - -[cunumeric_jl_wrapper_jll."25.5.0+0"] -libraries = ["libcunumeric_jl_wrapper", "libcunumeric_c_wrapper"] - - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[cunumeric_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[cunumeric_jl_wrapper_jll."25.5.0+0".sources]] - hash = "3fc2eb462d7bb5d66a9a6e2272039093a5323564" - repo = "https://github.com/JuliaLegate/cunumeric_jl_wrapper.git" - -[cunumeric_jl_wrapper_jll."25.5.1+0"] -libraries = ["libcunumeric_jl_wrapper", "libcunumeric_c_wrapper"] - - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[cunumeric_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[cunumeric_jl_wrapper_jll."25.5.1+0".sources]] - hash = "37c076f8f08afb61a83ca68cf3529a96f9bacb55" - repo = "https://github.com/JuliaLegate/cunumeric_jl_wrapper.git" - -[cupynumeric_jll."25.5.0+0"] -libraries = ["libcupynumeric"] - - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[cupynumeric_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[cupynumeric_jll."25.5.0+0".sources]] - hash = "cbd9a098b32531d68f1b3007ef86bb8d3859174d" - repo = "https://github.com/nv-legate/cupynumeric.git" - [[cupynumeric_jll."25.5.0+0".sources]] - hash = "c4f81e08b2827e72335baa7bf91a245f72c43970" - repo = "https://github.com/MatthewsResearchGroup/tblis.git" - [[cupynumeric_jll."25.5.0+0".sources]] - hash = "1c243b48e189070fefcdd603f87c06fada2d71c911dea7028748ad7a4315b816" - url = "https://github.com/JuliaBinaryWrappers/CUTENSOR_jll.jl/releases/download/CUTENSOR-v2.2.0%2B0/CUTENSOR.v2.2.0.x86_64-linux-gnu-cuda+12.0.tar.gz" - -[czmq_jll."4.2.1+0"] -libraries = ["libczmq"] - - [[czmq_jll."4.2.1+0".sources]] - hash = "4a50c2153586cf510d6cc3fcfbb9f5ea2e02c419" - repo = "https://github.com/zeromq/czmq.git" - [[czmq_jll."4.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/20ccc94ea030e0dbe1a6a09d8e24f47479b22fcb//C/czmq/./bundled" - -[dSFMT_jll."2.2.3+0"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.3+0".sources]] - hash = "82344874522f363bf93c960044b0a6b87b651c9565b6312cf8719bb8e4c26a0e" - url = "http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-2.2.3.tar.gz" - [[dSFMT_jll."2.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ab1e35a2514b3ab9f3b0d7cf808d6f1a59be9a33//D/dSFMT/./bundled" - -[dSFMT_jll."2.2.3+1"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.3+1".sources]] - hash = "92822573b490d7ff0f3bea72a94870aadae289ea" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - [[dSFMT_jll."2.2.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dfde83cadb8f2b614c77e0a8a3bef38592fbbf56//D/dSFMT/./bundled" - -[dSFMT_jll."2.2.3+2"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.3+2".sources]] - hash = "5a02974a257ae74dbab12bde3ef6a5ffc0cfbbc2" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[dSFMT_jll."2.2.3+3"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.3+3".sources]] - hash = "5a02974a257ae74dbab12bde3ef6a5ffc0cfbbc2" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[dSFMT_jll."2.2.4+0"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.4+0".sources]] - hash = "5a02974a257ae74dbab12bde3ef6a5ffc0cfbbc2" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[dSFMT_jll."2.2.4+1"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.4+1".sources]] - hash = "5a02974a257ae74dbab12bde3ef6a5ffc0cfbbc2" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[dSFMT_jll."2.2.4+2"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.4+2".sources]] - hash = "5a02974a257ae74dbab12bde3ef6a5ffc0cfbbc2" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[dSFMT_jll."2.2.4+3"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.4+3".sources]] - hash = "5a02974a257ae74dbab12bde3ef6a5ffc0cfbbc2" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[dSFMT_jll."2.2.4+4"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.4+4".sources]] - hash = "5a02974a257ae74dbab12bde3ef6a5ffc0cfbbc2" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[dSFMT_jll."2.2.5+0"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.5+0".sources]] - hash = "6929b76f2ab07e6302f8daece28045d5bec6ff5c" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[dSFMT_jll."2.2.5+1"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.5+1".sources]] - hash = "6929b76f2ab07e6302f8daece28045d5bec6ff5c" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[dSFMT_jll."2.2.5+2"] -libraries = ["libdSFMT"] - - [[dSFMT_jll."2.2.5+2".sources]] - hash = "6929b76f2ab07e6302f8daece28045d5bec6ff5c" - repo = "https://github.com/MersenneTwister-Lab/dSFMT.git" - -[datamash_jll."1.7.0+0"] -executables = ["datamash"] - - [[datamash_jll."1.7.0+0".sources]] - hash = "574a592bb90c5ae702ffaed1b59498d5e3e7466a8abf8530c5f2f3f11fa4adb3" - url = "https://ftp.gnu.org/gnu/datamash/datamash-1.7.tar.gz" - -[dav1d_jll."1.4.1+0"] -executables = ["dav1d"] -libraries = ["libdav1d"] - - [[dav1d_jll."1.4.1+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[dav1d_jll."1.4.1+0".sources]] - hash = "ab02c6c72c69b2b24726251f028b7cb57d5b3659eeec9f67f6cecb2322b127d8" - url = "https://code.videolan.org/videolan/dav1d/-/archive/1.4.1/dav1d-1.4.1.tar.bz2" - [[dav1d_jll."1.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a174ec0b5af1bb5a62b7a61fade2e71c35edd7a3//D/dav1d/bundled" - -[dav1d_jll."1.5.1+0"] -executables = ["dav1d"] -libraries = ["libdav1d"] - - [[dav1d_jll."1.5.1+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[dav1d_jll."1.5.1+0".sources]] - hash = "4eddffd108f098e307b93c9da57b6125224dc5877b1b3d157b31be6ae8f1f093" - url = "https://code.videolan.org/videolan/dav1d/-/archive/1.5.1/dav1d-1.5.1.tar.bz2" - [[dav1d_jll."1.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7b810aea3cc112a3c2b6928d443ab1f44d00cf1e//D/dav1d/bundled" - -[demumble_jll."1.3.0+0"] -executables = ["demumble"] - - [[demumble_jll."1.3.0+0".sources]] - hash = "e82c4520107ab87460c92a65d2b0e8b090b3f742" - repo = "https://github.com/nico/demumble" - [[demumble_jll."1.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/15d2c21d66bd52d8c23de10cac47712be80fbf72//D/demumble/./bundled" - -[desync_jll."0.9.6+0"] -executables = ["desync"] - - [[desync_jll."0.9.6+0".sources]] - hash = "0aef76def97e1aa148d58b8a831f7c89b41ba9c4" - repo = "https://github.com/folbricht/desync" - -[devspace_jll."6.3.2+0"] -executables = ["devspace"] - - [[devspace_jll."6.3.2+0".sources]] - hash = "294a386008d52a6ed58448f3c73e5f3ef3caeb00" - repo = "https://github.com/devspace-sh/devspace.git" - -[diffutils_jll."3.7.0+0"] -executables = ["cmp", "diff", "diff3", "sdiff"] - - [[diffutils_jll."3.7.0+0".sources]] - hash = "b3a7a6221c3dc916085f0d205abf6b8e1ba443d4dd965118da364a1dc1cb3a26" - url = "https://ftp.gnu.org/gnu/diffutils/diffutils-3.7.tar.xz" - [[diffutils_jll."3.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/82d860c8674fb61a3f08b5434642981b10a13ca6//D/diffutils/./bundled" - -[diffutils_jll."3.8.0+0"] -executables = ["cmp", "diff", "diff3", "sdiff"] - - [[diffutils_jll."3.8.0+0".sources]] - hash = "a6bdd7d1b31266d11c4f4de6c1b748d4607ab0231af5188fc2533d0ae2438fec" - url = "https://ftp.gnu.org/gnu/diffutils/diffutils-3.8.tar.xz" - [[diffutils_jll."3.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e25ad206081f7c8f9b98f6a5643e689c7040360//D/diffutils/./bundled" - -[diffutils_jll."3.10.0+0"] -executables = ["cmp", "diff", "diff3", "sdiff"] - - [[diffutils_jll."3.10.0+0".sources]] - hash = "90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e" - url = "https://ftp.gnu.org/gnu/diffutils/diffutils-3.10.tar.xz" - [[diffutils_jll."3.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/573f01acdf152d96a91a18a719c419c61a39026f//D/diffutils/./bundled" - -[diffutils_jll."3.12.0+0"] -executables = ["cmp", "diff", "diff3", "sdiff"] - - [[diffutils_jll."3.12.0+0".sources]] - hash = "7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd" - url = "https://ftp.gnu.org/gnu/diffutils/diffutils-3.12.tar.xz" - -[difmap_jll."2.5.5+0"] -executables = ["difmap"] - - [[difmap_jll."2.5.5+0".sources]] - hash = "457cd77c146e22b5332403c19b29485388a863ec494fff87137176396fc6a9ff" - url = "ftp://ftp.astro.caltech.edu/pub/difmap/difmap2.5e.tar.gz" - -[difmap_jll."2.5.11+0"] -executables = ["difmap"] - - [[difmap_jll."2.5.11+0".sources]] - hash = "d754dcc094a758a817677fe493bde13408cc270910f6bb7bbc3487e002cc184e" - url = "ftp://ftp.astro.caltech.edu/pub/difmap/difmap2.5k.tar.gz" - -[difmap_jll."2.5.17+0"] -executables = ["difmap"] - - [[difmap_jll."2.5.17+0".sources]] - hash = "18f61641a56d41624e603bf64794c9f1b072eea320a0c1e0a22ac0ca4d3cef95" - url = "ftp://ftp.astro.caltech.edu/pub/difmap/difmap2.5q.tar.gz" - [[difmap_jll."2.5.17+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1d95b580f344d19da323c22a7409f546ac0f6d11//D/difmap/./bundled" - -[dlfcn_win32_jll."1.3.1+0"] -libraries = ["libdl"] - - [[dlfcn_win32_jll."1.3.1+0".sources]] - hash = "9d0ef119d9fcb9139f831adc224857b791c81140" - repo = "https://github.com/dlfcn-win32/dlfcn-win32.git" - -[dlfcn_win32_jll."1.4.1+0"] -libraries = ["libdl"] - - [[dlfcn_win32_jll."1.4.1+0".sources]] - hash = "057dcdd6899b5a9c5abf6c47607cb95816e053a2" - repo = "https://github.com/dlfcn-win32/dlfcn-win32.git" - -[dlfcn_win32_jll."1.4.2+0"] -libraries = ["libdl"] - - [[dlfcn_win32_jll."1.4.2+0".sources]] - hash = "3b52e651f385df00045dd8966407fd9de57fc94b" - repo = "https://github.com/dlfcn-win32/dlfcn-win32.git" - -[dmg2img_jll."1.6.8+0"] -executables = ["dmg2img"] - - [[dmg2img_jll."1.6.8+0".sources]] - hash = "a3e413489ccdd05431401357bf21690536425012" - repo = "https://github.com/Lekensteyn/dmg2img.git" - -[dtcmp_jll."1.1.5+0"] -libraries = ["libdtcmp"] - - [[dtcmp_jll."1.1.5+0".sources]] - hash = "bbd720f6db41106380b11610ebb893f3edd47c47" - repo = "https://github.com/LLNL/dtcmp" - [[dtcmp_jll."1.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d4c0857d9ef7ccd428f8bffa22282b513cb9744//D/dtcmp/bundled" - -[dtcmp_jll."1.1.6+0"] -libraries = ["libdtcmp"] - - [[dtcmp_jll."1.1.6+0".sources]] - hash = "bbd720f6db41106380b11610ebb893f3edd47c47" - repo = "https://github.com/LLNL/dtcmp" - [[dtcmp_jll."1.1.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e0e5b35b8534087303d75de051e01117406c9f69//D/dtcmp/bundled" - -[ducc0_jll."0.27.0+0"] -libraries = ["libducc_julia"] - - [[ducc0_jll."0.27.0+0".sources]] - hash = "84967dd5d3e3062874a03c99a6d51ab375d3fb9d" - repo = "https://gitlab.mpcdf.mpg.de/mtr/ducc.git" - [[ducc0_jll."0.27.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[ducc0_jll."0.27.9+0"] -libraries = ["libducc_julia"] - - [[ducc0_jll."0.27.9+0".sources]] - hash = "4778ffd93c4a347d2fe26e6d1a586565633f29c2" - repo = "https://gitlab.mpcdf.mpg.de/mtr/ducc.git" - [[ducc0_jll."0.27.9+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[ducc0_jll."0.28.0+0"] -libraries = ["libducc_julia"] - - [[ducc0_jll."0.28.0+0".sources]] - hash = "d015eee4949dab6a39f41c62de97410db76affd3" - repo = "https://gitlab.mpcdf.mpg.de/mtr/ducc.git" - [[ducc0_jll."0.28.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[ducc0_jll."0.29.0+0"] -libraries = ["libducc_julia"] - - [[ducc0_jll."0.29.0+0".sources]] - hash = "d29050f2dff2a87dd430ddf2c82d590cc3aa42a4" - repo = "https://gitlab.mpcdf.mpg.de/mtr/ducc.git" - [[ducc0_jll."0.29.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[ducc0_jll."0.29.0+1"] -libraries = ["libducc_julia"] - - [[ducc0_jll."0.29.0+1".sources]] - hash = "d29050f2dff2a87dd430ddf2c82d590cc3aa42a4" - repo = "https://gitlab.mpcdf.mpg.de/mtr/ducc.git" - [[ducc0_jll."0.29.0+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[ducc0_jll."0.29.0+2"] -libraries = ["libducc_julia"] - - [[ducc0_jll."0.29.0+2".sources]] - hash = "d29050f2dff2a87dd430ddf2c82d590cc3aa42a4" - repo = "https://gitlab.mpcdf.mpg.de/mtr/ducc.git" - [[ducc0_jll."0.29.0+2".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[duf_jll."0.5.0+0"] -executables = ["duf"] - - [[duf_jll."0.5.0+0".sources]] - hash = "4c15e83a7cac83f402c860fd513c6ff85fea5e19" - repo = "https://github.com/muesli/duf.git" - -[duf_jll."0.8.0+0"] -executables = ["duf"] - - [[duf_jll."0.8.0+0".sources]] - hash = "0d660c36500629a0bbc1cc56695ad1821d23993c" - repo = "https://github.com/muesli/duf.git" - -[eccodes_jll."2.17.0+0"] -libraries = ["libeccodes"] - - [[eccodes_jll."2.17.0+0".sources]] - hash = "762d6b71993b54f65369d508f88e4c99e27d2c639c57a5978c284c49133cc335" - url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.17.0-Source.tar.gz" - [[eccodes_jll."2.17.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6c334bdcd6628e2d005b43123a5974cf78410178//E/eccodes/./bundled" - -[eccodes_jll."2.18.0+0"] -libraries = ["libeccodes"] - - [[eccodes_jll."2.18.0+0".sources]] - hash = "d88943df0f246843a1a062796edbf709ef911de7269648eef864be259e9704e3" - url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.18.0-Source.tar.gz" - [[eccodes_jll."2.18.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/10d972a49f531676dc8b318a578794629baf3bd8//E/eccodes/./bundled" - -[eccodes_jll."2.19.1+0"] -libraries = ["libeccodes"] - - [[eccodes_jll."2.19.1+0".sources]] - hash = "9964bed5058e873d514bd4920951122a95963128b12f55aa199d9afbafdd5d4b" - url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.19.1-Source.tar.gz" - [[eccodes_jll."2.19.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9a4c338d91f368f2b3d3cf4ef15376b6db3e6eac//E/eccodes/./bundled" - -[eccodes_jll."2.21.0+0"] -libraries = ["libeccodes"] - - [[eccodes_jll."2.21.0+0".sources]] - hash = "da0a0bf184bb436052e3eae582defafecdb7c08cdaab7216780476e49b509755" - url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.21.0-Source.tar.gz" - [[eccodes_jll."2.21.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1bc836505bb315532aa3a6011431763889f3d614//E/eccodes/./bundled" - -[eccodes_jll."2.25.0+0"] -libraries = ["libeccodes", "libeccodes_f90"] - - [[eccodes_jll."2.25.0+0".sources]] - hash = "8975131aac54d406e5457706fd4e6ba46a8cc9c7dd817a41f2aa64ce1193c04e" - url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.25.0-Source.tar.gz" - [[eccodes_jll."2.25.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/179d3581aa8fc0ebc1ec2f270e227a658b02c9fe//E/eccodes/./bundled" - -[eccodes_jll."2.28.0+0"] -libraries = ["libeccodes", "libeccodes_f90"] - - [[eccodes_jll."2.28.0+0".sources]] - hash = "2831347b1517af9ebd70dd3cad88ae818a8448d4e6c8671aa728617e73431cd5" - url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.28.0-Source.tar.gz" - [[eccodes_jll."2.28.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6fc1826aef5c1ad6221185432eb350749777b30b//E/eccodes/./bundled" - -[eccodes_jll."2.36.0+0"] -libraries = ["libeccodes", "libeccodes_f90"] - - [[eccodes_jll."2.36.0+0".sources]] - hash = "da74143a64b2beea25ea27c63875bc8ec294e69e5bd0887802040eb04151d79a" - url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.36.0-Source.tar.gz" - [[eccodes_jll."2.36.0+0".sources]] - hash = "9b86eab03176c56bb526de30daa50fa819937c54b280364784ce431885341bf6" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.0-11.1/MacOSX11.1.sdk.tar.xz" - [[eccodes_jll."2.36.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/285987897eb73c9f7da9c1b76c7c720159f8fe92//E/eccodes/./bundled" - -[elfshaker_jll."0.9.1+0"] -executables = ["elfshaker"] - - [[elfshaker_jll."0.9.1+0".sources]] - hash = "d8ec61253ef5ebc84de41d54a03b68f91e7dbad8" - repo = "https://github.com/elfshaker/elfshaker" - -[elmerfem_jll."9.0.20231229+0"] -executables = ["ElmerGrid", "ElmerSolver", "Mesh2D", "Radiators", "ViewFactors", "elmerf90", "elmerld", "matc"] - - [[elmerfem_jll."9.0.20231229+0".sources]] - hash = "4d67add946cb9ad886c04d0057047a0daf2e657c" - repo = "https://github.com/ElmerCSC/elmerfem.git" - -[[ensmallen_jll."2.18.1+0".build_dependencies]] -name = "armadillo_jll" -target = "target" -uuid = "0631256a-41da-5d69-bb72-795e0d5510ec" -version = "*" - -[[ensmallen_jll."2.18.1+0".sources]] -hash = "573964639bb52f7a5518f41d1d4c673dc69685f5d36dad3d87deaaa5f8c23e87" -url = "https://github.com/mlpack/ensmallen/archive/refs/tags/2.18.1.tar.gz" - -[[ensmallen_jll."2.21.0+0".build_dependencies]] -name = "armadillo_jll" -target = "target" -uuid = "0631256a-41da-5d69-bb72-795e0d5510ec" -version = "*" - -[[ensmallen_jll."2.21.0+0".sources]] -hash = "076f9d84e1ebc84c0ae19ee63accfc8fd3ec850f8993784bd9277776c3af2932" -url = "https://www.ensmallen.org/files/ensmallen-2.21.0.tar.gz" - -[[ensmallen_jll."2.22.1+0".build_dependencies]] -name = "armadillo_jll" -target = "target" -uuid = "0631256a-41da-5d69-bb72-795e0d5510ec" -version = "*" - -[[ensmallen_jll."2.22.1+0".sources]] -hash = "daf53fe96783043ca33151a3851d054a826fab8d9a173e6bcbbedd4a7eabf5b1" -url = "https://www.ensmallen.org/files/ensmallen-2.22.1.tar.gz" - -[ephemeralpg_jll."3.0.0+0"] -executables = ["pg_tmp", "getsocket", "ddl_compare"] - - [[ephemeralpg_jll."3.0.0+0".sources]] - hash = "70ef314e31c5547f353ea7b2787faafa07adc32dcfaea6f4f1475512c23b0fc8" - url = "http://eradman.com/ephemeralpg/code/ephemeralpg-3.0.tar.gz" - -[ephemeralpg_jll."3.1.0+0"] -executables = ["pg_tmp", "getsocket", "ddl_compare"] - - [[ephemeralpg_jll."3.1.0+0".sources]] - hash = "4693d195778c09a8e4b0fd3ec6790efcc7b4887e922d8f417bca7c8fe214e2aa" - url = "http://eradman.com/ephemeralpg/code/ephemeralpg-3.1.tar.gz" - -[esbuild_jll."0.25.0+0"] -executables = ["esbuild"] - - [[esbuild_jll."0.25.0+0".sources]] - hash = "e9174d671b1882758cd32ac5e146200f5bee3e45" - repo = "https://github.com/evanw/esbuild.git" - -[eudev_jll."3.2.9+0"] -executables = ["udevd", "udevadm"] -libraries = ["libudev"] - - [[eudev_jll."3.2.9+0".sources]] - hash = "89618619084a19e1451d373c43f141b469c9fd09767973d73dd268b92074d4fc" - url = "https://dev.gentoo.org/~blueness/eudev/eudev-3.2.9.tar.gz" - -[eudev_jll."3.2.14+0"] -executables = ["udevd", "udevadm"] -libraries = ["libudev"] - - [[eudev_jll."3.2.14+0".build_dependencies]] - name = "gperf_jll" - target = "host" - uuid = "1a1c6b14-54f6-533d-8383-74cd7377aa70" - version = "*" - - [[eudev_jll."3.2.14+0".sources]] - hash = "9e7c4e744b9e7813af9acee64b5e8549ea1fbaa3" - repo = "https://github.com/eudev-project/eudev" - [[eudev_jll."3.2.14+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b7d975ab96af2b323596ef4a2182730a253114fe//E/eudev/patches" - -[[exprtk_jll."0.0.3+0".sources]] -hash = "a4b17d543f072d2e3ba564e4bc5c3a0d2b05c338" -repo = "https://github.com/ArashPartow/exprtk" - -[extxyz_jll."0.1.0+0"] -libraries = ["libextxyz"] - - [[extxyz_jll."0.1.0+0".sources]] - hash = "47a449e69fa9fa0cc99d0acad3a4a4925c363495" - repo = "https://github.com/libAtoms/extxyz" - -[extxyz_jll."0.1.3+0"] -libraries = ["libextxyz"] - - [[extxyz_jll."0.1.3+0".sources]] - hash = "0299d34cb1783612796cb39226dbe13210e4e758" - repo = "https://github.com/libAtoms/extxyz" - -[f4ncgb_jll."0.3.0+0"] -executables = ["f4ncgb"] -libraries = ["libf4ncgb"] - - [[f4ncgb_jll."0.3.0+0".sources]] - hash = "0a3942dd2403ee682d2c0bf82099a230fafd8ec2" - repo = "https://gitlab.sai.jku.at/f4ncgb/f4ncgb.git" - [[f4ncgb_jll."0.3.0+0".sources]] - hash = "9df0293776fdc8a2060281faef929bf2fe1874c1f9368993e7a4ef87b1207f98" - url = "https://github.com/joseluisq/MacOSX-SDKs/releases/download/15.0/MacOSX15.0.sdk.tar.xz" - -[f4ncgb_jll."0.3.1+0"] -executables = ["f4ncgb"] -libraries = ["libf4ncgb"] - - [[f4ncgb_jll."0.3.1+0".sources]] - hash = "1e8f4b935c6c760dfc238e6a836f7b53f5393c0f" - repo = "https://gitlab.sai.jku.at/f4ncgb/f4ncgb.git" - [[f4ncgb_jll."0.3.1+0".sources]] - hash = "9df0293776fdc8a2060281faef929bf2fe1874c1f9368993e7a4ef87b1207f98" - url = "https://github.com/joseluisq/MacOSX-SDKs/releases/download/15.0/MacOSX15.0.sdk.tar.xz" - -[fakechroot_jll."2.20.2+0"] -libraries = ["libfakechroot"] - - [[fakechroot_jll."2.20.2+0".sources]] - hash = "b42d1fb9538f680af2f31e864c555414ccba842a" - repo = "https://github.com/dex4er/fakechroot.git" - -[fastp_jll."0.23.3+0"] -executables = ["fastp"] - - [[fastp_jll."0.23.3+0".sources]] - hash = "ca559a71feed94e74ea449e7567d0506de48dea4" - repo = "https://github.com/OpenGene/fastp.git" - -[faust_jll."2.32.16+0"] -executables = ["faust"] -files = ["bin/faust2alqt", "bin/faust2alsaconsole", "bin/faust2alsa", "bin/faust2android", "bin/faust2androidunity", "bin/faust2api", "bin/faust2atomsnippets", "bin/faust2au", "bin/faust2bela", "bin/faust2caqt", "bin/faust2caqtios", "bin/faust2csound", "bin/faust2csvplot", "bin/faust2dplug", "bin/faust2dssi", "bin/faust2dummy", "bin/faust2dummymem", "bin/faust2eps", "bin/faust2esp32", "bin/faust2faustvst", "bin/faust2firefox", "bin/faust2gen", "bin/faust2graph", "bin/faust2graphviewer", "bin/faust2ios", "bin/faust2jackconsole", "bin/faust2jack", "bin/faust2jackrust", "bin/faust2jackserver", "bin/faust2jaqtchain", "bin/faust2jaqt", "bin/faust2juce", "bin/faust2ladspa", "bin/faust2linuxunity", "bin/faust2lv2", "bin/faust2mathdoc", "bin/faust2mathviewer", "bin/faust2max6", "bin/faust2md", "bin/faust2msp", "bin/faust2netjackconsole", "bin/faust2netjackqt", "bin/faust2nodejs", "bin/faust2octave", "bin/faust2osxiosunity", "bin/faust2owl", "bin/faust2paqt", "bin/faust2pdf", "bin/faust2plot", "bin/faust2png", "bin/faust2portaudiorust", "bin/faust2puredata", "bin/faust2pure", "bin/faust2raqt", "bin/faust2ros", "bin/faust2rosgtk", "bin/faust2rpialsaconsole", "bin/faust2rpinetjackconsole", "bin/faust2sam", "bin/faust2sc", "bin/faust2sig", "bin/faust2sigviewer", "bin/faust2smartkeyb", "bin/faust2sndfile", "bin/faust2soul", "bin/faust2supercollider", "bin/faust2svg", "bin/faust2svgviewer", "bin/faust2teensy", "bin/faust2unity", "bin/faust2vcvrack", "bin/faust2vst", "bin/faust2vsti", "bin/faust2w32max6", "bin/faust2w32msp", "bin/faust2w32puredata", "bin/faust2w32vst", "bin/faust2w64max6", "bin/faust2w64vst", "bin/faust2wasm", "bin/faust2webaudiowasm", "bin/faust2webaudiowast", "bin/faust2winunity", "bin/faustoptflags", "bin/usage.sh", "share/faust/stdfaust.lib"] -libraries = ["libfaust", "libHTTPDFaust", "libOSCFaust"] - - [[faust_jll."2.32.16+0".build_dependencies]] - name = "Ncurses_jll" - target = "target" - version = "*" - [[faust_jll."2.32.16+0".build_dependencies]] - name = "XML2_jll" - target = "target" - version = "*" - [[faust_jll."2.32.16+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - - [[faust_jll."2.32.16+0".sources]] - hash = "53055b47f0ac81bee92b32db3c12729759e005f4" - repo = "https://github.com/grame-cncm/faust.git" - [[faust_jll."2.32.16+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/030a29b1018570047e78430a8d58075531224403//F/faust/./bundled" - -[faust_jll."2.40.10+0"] -executables = ["faust"] -files = ["bin/faust2alqt", "bin/faust2alsaconsole", "bin/faust2alsa", "bin/faust2android", "bin/faust2androidunity", "bin/faust2api", "bin/faust2atomsnippets", "bin/faust2au", "bin/faust2bela", "bin/faust2caqt", "bin/faust2caqtios", "bin/faust2csound", "bin/faust2csvplot", "bin/faust2dplug", "bin/faust2dssi", "bin/faust2dummy", "bin/faust2dummymem", "bin/faust2eps", "bin/faust2esp32", "bin/faust2faustvst", "bin/faust2firefox", "bin/faust2gen", "bin/faust2graph", "bin/faust2graphviewer", "bin/faust2ios", "bin/faust2jackconsole", "bin/faust2jack", "bin/faust2jackrust", "bin/faust2jackserver", "bin/faust2jaqtchain", "bin/faust2jaqt", "bin/faust2juce", "bin/faust2ladspa", "bin/faust2linuxunity", "bin/faust2lv2", "bin/faust2mathdoc", "bin/faust2mathviewer", "bin/faust2max6", "bin/faust2md", "bin/faust2msp", "bin/faust2netjackconsole", "bin/faust2netjackqt", "bin/faust2nodejs", "bin/faust2octave", "bin/faust2osxiosunity", "bin/faust2owl", "bin/faust2paqt", "bin/faust2pdf", "bin/faust2plot", "bin/faust2png", "bin/faust2portaudiorust", "bin/faust2puredata", "bin/faust2pure", "bin/faust2raqt", "bin/faust2ros", "bin/faust2rosgtk", "bin/faust2rpialsaconsole", "bin/faust2rpinetjackconsole", "bin/faust2sam", "bin/faust2sc", "bin/faust2sig", "bin/faust2sigviewer", "bin/faust2smartkeyb", "bin/faust2sndfile", "bin/faust2soul", "bin/faust2supercollider", "bin/faust2svg", "bin/faust2svgviewer", "bin/faust2teensy", "bin/faust2unity", "bin/faust2vcvrack", "bin/faust2vst", "bin/faust2vsti", "bin/faust2w32max6", "bin/faust2w32msp", "bin/faust2w32puredata", "bin/faust2w32vst", "bin/faust2w64max6", "bin/faust2w64vst", "bin/faust2wasm", "bin/faust2webaudiowasm", "bin/faust2webaudiowast", "bin/faust2winunity", "bin/faustoptflags", "bin/usage.sh", "share/faust/stdfaust.lib"] -libraries = ["libfaust", "libHTTPDFaust", "libOSCFaust"] - - [[faust_jll."2.40.10+0".build_dependencies]] - name = "Ncurses_jll" - target = "target" - version = "*" - [[faust_jll."2.40.10+0".build_dependencies]] - name = "XML2_jll" - target = "target" - version = "*" - [[faust_jll."2.40.10+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[faust_jll."2.40.10+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - [[faust_jll."2.40.10+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[faust_jll."2.40.10+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - - [[faust_jll."2.40.10+0".sources]] - hash = "04bc38cd56ba5f5b10af1c86d0534364f0d5cf62" - repo = "https://github.com/grame-cncm/faust.git" - [[faust_jll."2.40.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c0d8fdd3a97d019f44fe605832aad2e6152a2cd8//F/faust/./bundled" - -[ffts_jll."0.9.0+0"] -libraries = ["libffts"] - - [[ffts_jll."0.9.0+0".sources]] - hash = "fe86885ecafd0d16eb122f3212403d1d5a86e24e" - repo = "https://github.com/anthonix/ffts.git" - [[ffts_jll."0.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/817357820ed36b5286b2f760fe615d31956f82ae//F/ffts/./bundled" - -[ffts_jll."0.9.0+1"] -libraries = ["libffts"] - - [[ffts_jll."0.9.0+1".sources]] - hash = "2c8da4877588e288ff4cd550f14bec2dc7bf668c" - repo = "https://github.com/ValveSoftware/ffts.git" - [[ffts_jll."0.9.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d40750931480302dac88d8b5271087f9f66da10c//F/ffts/./bundled" - -[figtree_jll."0.9.3+0"] -libraries = ["libfigtree", "libann_figtree_version"] - - [[figtree_jll."0.9.3+0".sources]] - hash = "f0b39cef8a0ab56075cce0c656b1b4327d9bd1acb31aad927241974ac4d10d82" - url = "https://sourceforge.net/projects/figtree/files/figtree-0.9.3.zip" - [[figtree_jll."0.9.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/392eccdea2ba2f7f8755eb3accf852a6c3f35567//F/figtree/./bundled" - -[file_jll."5.41.0+0"] -executables = ["file"] - - [[file_jll."5.41.0+0".sources]] - hash = "504206e53a89fd6eed71aeaf878aa3512418eab1" - repo = "https://github.com/file/file.git" - -[finufft_jll."1.1.2+0"] -libraries = ["libfinufft"] - - [[finufft_jll."1.1.2+0".sources]] - hash = "5b92daf4244c92844dd2640ef80457c030e1bf25" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."1.1.2+1"] -libraries = ["libfinufft"] - - [[finufft_jll."1.1.2+1".sources]] - hash = "5b92daf4244c92844dd2640ef80457c030e1bf25" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."2.0.2+0"] -libraries = ["libfinufft"] - - [[finufft_jll."2.0.2+0".sources]] - hash = "fe83dbc22a1d13799e9db48568d8417d3028e7b831800f2a626ea19b4f0461fe" - url = "https://github.com/flatironinstitute/finufft/archive/v2.0.2.zip" - -[finufft_jll."2.0.2+1"] -libraries = ["libfinufft"] - - [[finufft_jll."2.0.2+1".sources]] - hash = "fe83dbc22a1d13799e9db48568d8417d3028e7b831800f2a626ea19b4f0461fe" - url = "https://github.com/flatironinstitute/finufft/archive/v2.0.2.zip" - -[finufft_jll."2.0.3+0"] -libraries = ["libfinufft"] - - [[finufft_jll."2.0.3+0".sources]] - hash = "bf5b762a1899b57982b4db851fe472784700da389eabd5de6c7bc17240340f1f" - url = "https://github.com/flatironinstitute/finufft/archive/v2.0.3.zip" - -[finufft_jll."2.0.4+0"] -libraries = ["libfinufft"] - - [[finufft_jll."2.0.4+0".sources]] - hash = "2434f694b4fbdbeb65c77f65d784a1712852130b9c61e15999555a2e2cf1a9fa" - url = "https://github.com/flatironinstitute/finufft/archive/v2.0.4.zip" - -[finufft_jll."2.0.4+1"] -libraries = ["libfinufft"] - - [[finufft_jll."2.0.4+1".sources]] - hash = "2434f694b4fbdbeb65c77f65d784a1712852130b9c61e15999555a2e2cf1a9fa" - url = "https://github.com/flatironinstitute/finufft/archive/v2.0.4.zip" - -[finufft_jll."2.1.0+0"] -libraries = ["libfinufft"] - - [[finufft_jll."2.1.0+0".sources]] - hash = "042a96cab8a3c17a544125b7890616b1dd5eacd1b50ce0464617903b01bddd54" - url = "https://github.com/flatironinstitute/finufft/archive/v2.1.0.zip" - -[finufft_jll."2.1.0+1"] -libraries = ["libfinufft"] - - [[finufft_jll."2.1.0+1".sources]] - hash = "042a96cab8a3c17a544125b7890616b1dd5eacd1b50ce0464617903b01bddd54" - url = "https://github.com/flatironinstitute/finufft/archive/v2.1.0.zip" - -[finufft_jll."2.2.0+0"] -libraries = ["libfinufft"] - - [[finufft_jll."2.2.0+0".sources]] - hash = "51892059a4b457a99a2569ac11e9e91cd2e289e7" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."2.2.0+1"] -libraries = ["libfinufft"] - - [[finufft_jll."2.2.0+1".sources]] - hash = "51892059a4b457a99a2569ac11e9e91cd2e289e7" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."2.2.0+2"] -libraries = ["libfinufft"] - - [[finufft_jll."2.2.0+2".sources]] - hash = "51892059a4b457a99a2569ac11e9e91cd2e289e7" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."2.3.0+0"] -libraries = ["libfinufft"] - - [[finufft_jll."2.3.0+0".sources]] - hash = "fffdaeacb10d5d055ce5b313868a7e981cea594b" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."2.3.0+1"] -libraries = ["libfinufft"] - - [[finufft_jll."2.3.0+1".sources]] - hash = "fffdaeacb10d5d055ce5b313868a7e981cea594b" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."2.3.1+0"] -libraries = ["libfinufft"] - - [[finufft_jll."2.3.1+0".sources]] - hash = "1fea25405c174e34d2ddb793666060c3d79a43d1" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."2.4.0+0"] -libraries = ["libfinufft"] - - [[finufft_jll."2.4.0+0".sources]] - hash = "30adfd3939ce0c804e304dd38e9955e761a17410" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."2.4.0+1"] -libraries = ["libfinufft"] - - [[finufft_jll."2.4.0+1".sources]] - hash = "cbda17905ce0b52590b7fa2fbd73eb7f1845217e" - repo = "https://github.com/flatironinstitute/finufft.git" - -[finufft_jll."2.4.1+0"] -libraries = ["libfinufft"] - - [[finufft_jll."2.4.1+0".sources]] - hash = "e7144a5c08cbaf3e3b344a4fdd92bc3c7e468ff2" - repo = "https://github.com/flatironinstitute/finufft.git" - -[flashrom_jll."1.2.900+0"] -executables = ["flashrom"] - - [[flashrom_jll."1.2.900+0".sources]] - hash = "22e9313d908ce376be6686ebeb3f77828ea70c2e" - repo = "https://github.com/flashrom/flashrom.git" - -[flashrom_jll."1.2.900+1"] -executables = ["flashrom"] - - [[flashrom_jll."1.2.900+1".sources]] - hash = "22e9313d908ce376be6686ebeb3f77828ea70c2e" - repo = "https://github.com/flashrom/flashrom.git" - -[flecs_jll."4.0.3+0"] -libraries = ["libflecs"] - - [[flecs_jll."4.0.3+0".sources]] - hash = "b3ad03c391a268234c54270ccf3793c5b6ad6312" - repo = "https://github.com/SanderMertens/flecs.git" - -[flex_jll."2.6.4+0"] -executables = ["flex", "flex++"] -libraries = ["libfl"] - - [[flex_jll."2.6.4+0".sources]] - hash = "e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995" - url = "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz" - -[flux_core_jll."0.23.1+0"] -executables = ["flux"] -libraries = ["libflux-core"] - - [[flux_core_jll."0.23.1+0".build_dependencies]] - name = "Lua_jll" - target = "host" - version = "*" - - [[flux_core_jll."0.23.1+0".sources]] - hash = "5ca51ac62b36b83598c5c2c4c06bff4948e389fa" - repo = "https://github.com/flux-framework/flux-core.git" - [[flux_core_jll."0.23.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2ce2be1361c134fad0079b32ed059477a81befd4//F/flux_core/./bundled/" - -[fortune_jll."1.0.0+0"] -executables = ["gortune"] - - [[fortune_jll."1.0.0+0".sources]] - hash = "59f27016f1905b381c3f3c748860dadb56aa9ca3" - repo = "https://github.com/blmayer/gortune.git" - -[fplll_jll."5.5.0+0"] -executables = ["fplll", "latticegen"] -libraries = ["libfplll"] - - [[fplll_jll."5.5.0+0".sources]] - hash = "f0af6bdd0ebd5871e87ff3ef7737cb5360b1e38181a4e5a8c1236f3476fec3b2" - url = "https://github.com/fplll/fplll/releases/download/5.5.0/fplll-5.5.0.tar.gz" - -[fpzip_jll."1.3.0+0"] -libraries = ["libfpzip"] - - [[fpzip_jll."1.3.0+0".sources]] - hash = "79aa1b1bd5a0b9497b8ad4352d8561ab17113cdf" - repo = "https://github.com/LLNL/fpzip.git" - -[fts_jll."1.2.7+0"] -libraries = ["libfts"] - - [[fts_jll."1.2.7+0".sources]] - hash = "3b1fe92f1d8cb98488d1bce2ad078cd815f10a0fad0c03caf30229c9318f300b" - url = "https://github.com/pullmoll/musl-fts/archive/v1.2.7.zip" - -[fts_jll."1.2.7+1"] -libraries = ["libfts"] - - [[fts_jll."1.2.7+1".sources]] - hash = "0bde52df588e8969879a2cae51c3a4774ec62472" - repo = "https://github.com/void-linux/musl-fts.git" - -[fts_jll."1.2.8+0"] -libraries = ["libfts"] - - [[fts_jll."1.2.8+0".sources]] - hash = "0bde52df588e8969879a2cae51c3a4774ec62472" - repo = "https://github.com/void-linux/musl-fts.git" - -[fts_jll."1.2.9+0"] -libraries = ["libfts"] - - [[fts_jll."1.2.9+0".sources]] - hash = "0bde52df588e8969879a2cae51c3a4774ec62472" - repo = "https://github.com/void-linux/musl-fts.git" - -[fzf_jll."0.21.1+0"] -executables = ["fzf"] - - [[fzf_jll."0.21.1+0".sources]] - hash = "334a4fa15920b08f7be2432398e620587cc6f079" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.22.0+0"] -executables = ["fzf"] - - [[fzf_jll."0.22.0+0".sources]] - hash = "e2ae1b249cf2d5258b552cfd682c7c0911981e9b" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.23.1+0"] -executables = ["fzf"] - - [[fzf_jll."0.23.1+0".sources]] - hash = "fc7630a66d8b07ec90603f7919f8aadf891783ac" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.24.1+0"] -executables = ["fzf"] - - [[fzf_jll."0.24.1+0".sources]] - hash = "d4c9db0a273ccd17e7f43026c1297b434df6cbd7" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.24.2+0"] -executables = ["fzf"] - - [[fzf_jll."0.24.2+0".sources]] - hash = "e3e76fa8c55365bdfab785249787eb02a8bb5bf4" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.24.4+0"] -executables = ["fzf"] - - [[fzf_jll."0.24.4+0".sources]] - hash = "00a36103316456227b5a3331e58155e43f713f79" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.25.0+0"] -executables = ["fzf"] - - [[fzf_jll."0.25.0+0".sources]] - hash = "8c533e34eacf310a0babbcdf6c512a08eb447389" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.27.2+0"] -executables = ["fzf"] - - [[fzf_jll."0.27.2+0".sources]] - hash = "e086f0b3fe1cb56df1335037cfd3d612defce082" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.28.0+0"] -executables = ["fzf"] - - [[fzf_jll."0.28.0+0".sources]] - hash = "e4c3ecc57e99f4037199f11b384a7f8758d1a0ff" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.29.0+0"] -executables = ["fzf"] - - [[fzf_jll."0.29.0+0".sources]] - hash = "dc975e8974c4f569980676d9f605226368e20711" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.30.0+0"] -executables = ["fzf"] - - [[fzf_jll."0.30.0+0".sources]] - hash = "209366754892b04a01fd40de03cb9874a1e8fef7" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.35.1+0"] -executables = ["fzf"] - - [[fzf_jll."0.35.1+0".sources]] - hash = "b55f5554871e548c9c00a49df7a92f980c0191c2" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.43.0+0"] -executables = ["fzf"] - - [[fzf_jll."0.43.0+0".sources]] - hash = "d3311d9f43d024acb94a5f22b8f5675ee08d6f76" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.49.0+0"] -executables = ["fzf"] - - [[fzf_jll."0.49.0+0".sources]] - hash = "62963dcefd6d74510ae2692cd0955177bae57543" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.53.0+0"] -executables = ["fzf"] - - [[fzf_jll."0.53.0+0".sources]] - hash = "c4a9ccd6afc3698a57a6b938ebba6d85238033e2" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.56.3+0"] -executables = ["fzf"] - - [[fzf_jll."0.56.3+0".sources]] - hash = "add1aec685ffe9033bb1fdcaf0df0eae95c9cacd" - repo = "https://github.com/junegunn/fzf.git" - -[fzf_jll."0.61.1+0"] -executables = ["fzf"] - - [[fzf_jll."0.61.1+0".sources]] - hash = "2c5f239a1e7554c2182587be9794e45b721f7236" - repo = "https://github.com/junegunn/fzf.git" - -[gat_jll."0.19.1+0"] -executables = ["gat"] - - [[gat_jll."0.19.1+0".sources]] - hash = "173737297556cbcdf6c1e3145ae8baa1c4a68bdf" - repo = "https://github.com/koki-develop/gat.git" - -[gawk_jll."5.2.1+0"] -executables = ["gawk"] - - [[gawk_jll."5.2.1+0".sources]] - hash = "673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f" - url = "https://ftp.gnu.org/gnu/gawk/gawk-5.2.1.tar.xz" - -[gawk_jll."5.3.1+0"] -executables = ["gawk"] - - [[gawk_jll."5.3.1+0".sources]] - hash = "694db764812a6236423d4ff40ceb7b6c4c441301b72ad502bb5c27e00cd56f78" - url = "https://ftp.gnu.org/gnu/gawk/gawk-5.3.1.tar.xz" - -[gb_jll."0.17.0+0"] -libraries = ["libgb"] - - [[gb_jll."0.17.0+0".sources]] - hash = "4b579882b5dccf8fbf2294838d34da35ae6adbb7" - repo = "https://github.com/ederc/gb.git" - [[gb_jll."0.17.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1d612f09911f7490c6e32bff62e31cc2531e131d//G/gb/./bundled" - -[gdk_pixbuf_jll."2.38.2+0"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+0".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.38.2+1"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+1".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.38.2+2"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+2".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.38.2+3"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+3".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.38.2+4"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+4".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.38.2+5"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+5".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.38.2+6"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+6".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.38.2+7"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+7".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.38.2+7".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - - [[gdk_pixbuf_jll."2.38.2+7".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.38.2+8"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+8".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.38.2+8".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - - [[gdk_pixbuf_jll."2.38.2+8".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.38.2+9"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.38.2+9".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.38.2+9".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - - [[gdk_pixbuf_jll."2.38.2+9".sources]] - hash = "9fad057e8c51bc4373948a02c8ee7d8afe254b361fb4abc43767fce43982dd25" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/3c7740498fd31b6746dd7e04601886766a6644b7/gdk-pixbuf-3c7740498fd31b6746dd7e04601886766a6644b7.tar.bz2" - -[gdk_pixbuf_jll."2.42.6+0"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.42.6+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.6+0".build_dependencies]] - name = "Glib_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.6+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.42.6+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - - [[gdk_pixbuf_jll."2.42.6+0".sources]] - hash = "8a76cffe6a85f2602cf246c1c974eb475aea41c363a932f0c34695fa968f01fd" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/2.42.6/gdk-pixbuf-2.42.6.tar.bz2" - -[gdk_pixbuf_jll."2.42.6+1"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.42.6+1".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.6+1".build_dependencies]] - name = "Glib_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.6+1".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.42.6+1".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - - [[gdk_pixbuf_jll."2.42.6+1".sources]] - hash = "8a76cffe6a85f2602cf246c1c974eb475aea41c363a932f0c34695fa968f01fd" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/2.42.6/gdk-pixbuf-2.42.6.tar.bz2" - -[gdk_pixbuf_jll."2.42.8+0"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.42.8+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.8+0".build_dependencies]] - name = "Glib_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.8+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.42.8+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.42.8+0".build_dependencies]] - name = "gobject_introspection_jll" - target = "target" - version = "*" - - [[gdk_pixbuf_jll."2.42.8+0".sources]] - hash = "d122cb5d0ef32349c52c37f1dfd936c734886643b49a37706acccfe3af6aba77" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/2.42.8/gdk-pixbuf-2.42.8.tar.bz2" - -[gdk_pixbuf_jll."2.42.10+0"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.42.10+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.10+0".build_dependencies]] - name = "Glib_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.10+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.42.10+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.42.10+0".build_dependencies]] - name = "gobject_introspection_jll" - target = "target" - version = "*" - - [[gdk_pixbuf_jll."2.42.10+0".sources]] - hash = "efb6110873a94bddc2ab09a0e1c81acadaac014d2e622869529e0042c0e81d9b" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/2.42.10/gdk-pixbuf-2.42.10.tar.bz2" - -[gdk_pixbuf_jll."2.42.12+0"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.42.12+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.12+0".build_dependencies]] - name = "Glib_jll" - target = "host" - version = "2.80.5" - [[gdk_pixbuf_jll."2.42.12+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.42.12+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.42.12+0".build_dependencies]] - name = "gobject_introspection_jll" - target = "target" - version = "*" - - [[gdk_pixbuf_jll."2.42.12+0".sources]] - hash = "c608eb59eb3a697de108961c7d64303e5bcd645c2a95da9a9fe60419dfaa56f6" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/2.42.12/gdk-pixbuf-2.42.12.tar.bz2" - -[gdk_pixbuf_jll."2.42.13+0"] -executables = ["gdk-pixbuf-query-loaders"] -files = ["lib/gdk-pixbuf-2.0/2.10.0/loaders"] -libraries = ["libgdk_pixbuf-2", "libgdk_pixbuf-2.0"] - - [[gdk_pixbuf_jll."2.42.13+0".build_dependencies]] - name = "Gettext_jll" - target = "host" - version = "*" - [[gdk_pixbuf_jll."2.42.13+0".build_dependencies]] - name = "Glib_jll" - target = "host" - version = "2.84.0" - [[gdk_pixbuf_jll."2.42.13+0".build_dependencies]] - name = "Xorg_xproto_jll" - target = "target" - version = "*" - [[gdk_pixbuf_jll."2.42.13+0".build_dependencies]] - name = "Xorg_kbproto_jll" - target = "target" - version = "*" - - [[gdk_pixbuf_jll."2.42.13+0".sources]] - hash = "c608eb59eb3a697de108961c7d64303e5bcd645c2a95da9a9fe60419dfaa56f6" - url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/2.42.12/gdk-pixbuf-2.42.12.tar.bz2" - -[gecko_jll."1.0.0+0"] -libraries = ["libgecko"] - - [[gecko_jll."1.0.0+0".sources]] - hash = "490ab7d9b7b4e0f007e10d2af2b022b96d427fee" - repo = "https://github.com/LLNL/gecko.git" - -[gecko_jll."1.0.1+0"] -libraries = ["libgecko", "libgeckowrapper"] - - [[gecko_jll."1.0.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[gecko_jll."1.0.1+0".sources]] - hash = "490ab7d9b7b4e0f007e10d2af2b022b96d427fee" - repo = "https://github.com/LLNL/gecko.git" - [[gecko_jll."1.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7f7324cc982fcf663c74f9cd153d086dee7e0213//G/gecko/./bundled" - -[geoarrow_c_jll."0.2.0+0"] -libraries = ["libgeoarrow"] - - [[geoarrow_c_jll."0.2.0+0".sources]] - hash = "28eca0fea6f47c70113dc1719e7597e53bede461" - repo = "https://github.com/geoarrow/geoarrow-c.git" - -[gflags_jll."2.2.2+0"] -libraries = ["libgflags", "libgflags_nothreads"] - - [[gflags_jll."2.2.2+0".sources]] - hash = "986e8eed00ded8168ef4eaa6f925dc6be50b40fa" - repo = "https://github.com/gflags/gflags.git" - -[gfm_jll."0.29.6+0"] -executables = ["cmark-gfm"] -libraries = ["libcmark-gfm", "libcmark-gfm-extensions"] - - [[gfm_jll."0.29.6+0".sources]] - hash = "9d57d8a23142b316282bdfc954cb0ecda40a8655" - repo = "https://github.com/github/cmark-gfm.git" - -[ggml_jll."0.1.0+0"] -libraries = ["libggml"] - - [[ggml_jll."0.1.0+0".sources]] - hash = "7eb0edf3118a48f036cc4bf23e8a1eaeb2ea7f02" - repo = "https://github.com/ggerganov/ggml.git" - -[gh_cli_jll."1.0.0+0"] -executables = ["gh"] - - [[gh_cli_jll."1.0.0+0".sources]] - hash = "b2e36a0979a06b94bf364552a856c166cd415234" - repo = "https://github.com/cli/cli.git" - [[gh_cli_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1042dd28847cdfe2a7677b3211684d192629e9a7//G/gh_cli/./bundled" - -[gh_cli_jll."2.2.0+0"] -executables = ["gh"] - - [[gh_cli_jll."2.2.0+0".sources]] - hash = "a843cbd72813025817a2293a09b31c4597a3f655" - repo = "https://github.com/cli/cli.git" - -[gh_cli_jll."2.35.0+0"] -executables = ["gh"] - - [[gh_cli_jll."2.35.0+0".sources]] - hash = "94fbbdf9b5b81a433c8bb60cd16b8d179822d834" - repo = "https://github.com/cli/cli.git" - -[gh_cli_jll."2.44.1+0"] -executables = ["gh"] - - [[gh_cli_jll."2.44.1+0".sources]] - hash = "b07f955c23fb54c400b169d39255569e240b324e" - repo = "https://github.com/cli/cli.git" - -[gh_cli_jll."2.63.2+0"] -executables = ["gh"] - - [[gh_cli_jll."2.63.2+0".sources]] - hash = "d60e5ffba335281439d95749abb6f4c3b94fabdc" - repo = "https://github.com/cli/cli.git" - -[ginkgo_jll."1.6.0+0"] -libraries = ["libginkgo", "libginkgo_device", "libginkgo_cuda", "libginkgo_reference", "libginkgo_omp", "libginkgo_dpcpp", "libginkgo_hip"] - - [[ginkgo_jll."1.6.0+0".sources]] - hash = "c4128a21b1114bedfc19153a9508b2bd3b54954f" - repo = "https://github.com/youwuyou/ginkgo.git" - -[gismo_jll."24.8.0+0"] -libraries = ["libgismo"] - - [[gismo_jll."24.8.0+0".sources]] - hash = "fac4a95e60825bbc34014a524759e1178c9be646" - repo = "https://github.com/gismo/gismo.git" - -[gismo_jll."25.1.0+0"] -libraries = ["libgismo"] - - [[gismo_jll."25.1.0+0".sources]] - hash = "ee6871d5f30fb6c0a28d412b9d7dafee9e849400" - repo = "https://github.com/gismo/gismo.git" - -[gismo_jll."25.7.0+0"] -libraries = ["libgismo"] - - [[gismo_jll."25.7.0+0".sources]] - hash = "3cd33adc2e957aeaaa1ab7acc5104e4e3e17ffe3" - repo = "https://github.com/gismo/gismo.git" - -[git_crypt_jll."0.6.0+0"] -executables = ["git-crypt"] - - [[git_crypt_jll."0.6.0+0".sources]] - hash = "777c0c7aadbbc758b69aff1339ca61697011ef7b92f1d1ee9518a8ee7702bb78" - url = "https://github.com/AGWA/git-crypt/archive/0.6.0.tar.gz" - -[git_crypt_jll."0.7.0+0"] -executables = ["git-crypt"] - - [[git_crypt_jll."0.7.0+0".sources]] - hash = "a1e6311f5622fb6b9027fc087d16062c7261280f" - repo = "https://github.com/AGWA/git-crypt.git" - -[github_release_jll."0.10.0+0"] -executables = ["github-release"] - - [[github_release_jll."0.10.0+0".sources]] - hash = "369fc1ccdf9e0250b1974cd1089c71f994e12f29d9524205a16d1a2c29364396" - url = "https://github.com/github-release/github-release/archive/refs/tags/v0.10.0.zip" - -[gitoxide_jll."0.11.0+0"] -executables = ["ein", "gix"] - - [[gitoxide_jll."0.11.0+0".sources]] - hash = "7e76796d5c2956961bd998286bec05fca1ba8fc4" - repo = "https://github.com/Byron/gitoxide" - -[gitoxide_jll."0.11.0+1"] -executables = ["ein", "gix"] - - [[gitoxide_jll."0.11.0+1".sources]] - hash = "fb6e4b4d36c89de56a181e5ba5ae940bd62fb076" - repo = "https://github.com/Byron/gitoxide" - -[gitoxide_jll."0.11.0+2"] -executables = ["ein", "gix"] - - [[gitoxide_jll."0.11.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "12.0.0" - - [[gitoxide_jll."0.11.0+2".sources]] - hash = "fb6e4b4d36c89de56a181e5ba5ae940bd62fb076" - repo = "https://github.com/Byron/gitoxide" - -[gitoxide_jll."0.44.0+0"] -executables = ["ein", "gix"] - - [[gitoxide_jll."0.44.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "12.0.0" - - [[gitoxide_jll."0.44.0+0".sources]] - hash = "f0ed2cc0046f866e67944bff9aef0579c12d5852" - repo = "https://github.com/GitoxideLabs/gitoxide" - -[glmnet_jll."2.0.13+0"] -libraries = ["libglmnet"] - - [[glmnet_jll."2.0.13+0".sources]] - hash = "6de9dbc14c515d08999a7af77ff01e44218a4f4e" - repo = "https://github.com/cran/glmnet.git" - -[glmnet_jll."4.0.2+0"] -libraries = ["libglmnet"] - - [[glmnet_jll."4.0.2+0".sources]] - hash = "b1a4b50de01e0cd24343959d7cf86452bac17b26" - repo = "https://github.com/cran/glmnet.git" - -[glmnet_jll."5.0.0+0"] -libraries = ["libglmnet"] - - [[glmnet_jll."5.0.0+0".sources]] - hash = "d8cab55556a8c184a879446476efcc35e68a3eee" - repo = "https://github.com/JuliaStats/GLMNet.jl.git" - -[glog_jll."0.4.0+0"] -libraries = ["libglog"] - - [[glog_jll."0.4.0+0".sources]] - hash = "f28359aeba12f30d73d9e4711ef356dc842886968112162bc73002645139c39c" - url = "https://github.com/google/glog/archive/v0.4.0.tar.gz" - -[glog_jll."0.6.0+0"] -libraries = ["libglog"] - - [[glog_jll."0.6.0+0".sources]] - hash = "b33e3bad4c46c8a6345525fd822af355e5ef9446" - repo = "https://github.com/google/glog.git" - -[glslang_jll."8.13.3743+0"] -executables = ["glslangValidator"] - - [[glslang_jll."8.13.3743+0".build_dependencies]] - name = "SPIRV_Tools_jll" - target = "target" - version = "*" - - [[glslang_jll."8.13.3743+0".sources]] - hash = "bcf6a2430e99e8fc24f9f266e99316905e6d5134" - repo = "https://github.com/KhronosGroup/glslang.git" - -[glslang_jll."11.7.0+0"] -executables = ["glslangValidator"] - - [[glslang_jll."11.7.0+0".build_dependencies]] - name = "SPIRV_Tools_jll" - target = "target" - version = "*" - - [[glslang_jll."11.7.0+0".sources]] - hash = "925503088e2bcd76921b1e102c37fc320bace254" - repo = "https://github.com/KhronosGroup/glslang.git" - -[gmime_jll."3.2.15+0"] -libraries = ["libgmime-3", "libgmime-3.0"] - - [[gmime_jll."3.2.15+0".sources]] - hash = "84cd2a481a27970ec39b5c95f72db026722904a2ccf3fdbd57b280cf2d02b5c4" - url = "https://github.com/jstedfast/gmime/releases/download/3.2.15/gmime-3.2.15.tar.xz" - -[gmmlib_jll."19.4.1+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."19.4.1+0".sources]] - hash = "ebfcfd565031dbd7b45089d9054cd44a501f14a9" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."19.4.1+1"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."19.4.1+1".sources]] - hash = "ebfcfd565031dbd7b45089d9054cd44a501f14a9" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."20.1.1+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."20.1.1+0".sources]] - hash = "821755657cf51f59d8f3f443c99e3ec9f28d897ff65c219c6a119e4acb5a2ac7" - url = "https://github.com/intel/gmmlib/archive/intel-gmmlib-20.1.1.tar.gz" - -[gmmlib_jll."20.1.1+1"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."20.1.1+1".sources]] - hash = "09324e1fe8129b66bdf6b16ed533d56ce654eaa4" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."20.1.1+2"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."20.1.1+2".sources]] - hash = "09324e1fe8129b66bdf6b16ed533d56ce654eaa4" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."20.1.1+3"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."20.1.1+3".sources]] - hash = "09324e1fe8129b66bdf6b16ed533d56ce654eaa4" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."20.2.2+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."20.2.2+0".sources]] - hash = "40c7d14fd16a4282410a2f6b0cd59251c8e41d5c" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."20.2.3+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."20.2.3+0".sources]] - hash = "84096c42c8f696e621d0a76caa200a509c524e64" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."20.2.4+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."20.2.4+0".sources]] - hash = "c882f7266bb25b3463635ab231078b049e62f7d1" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."20.2.5+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."20.2.5+0".sources]] - hash = "c1b7e077b5b0b6b97057562aaec574f0da97b37b" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."20.3.2+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."20.3.2+0".sources]] - hash = "2072b0d1e8ba2cba2f94bc2c1fda89d6e457a50b" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."21.1.3+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."21.1.3+0".sources]] - hash = "915cfec5b3da752628d9b6fc79f7a9eef97e79e8" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."21.2.1+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."21.2.1+0".sources]] - hash = "9253eb8b949515d2a5030f99163a35567fe81838" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.0.2+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.0.2+0".sources]] - hash = "9290546f493656d80a4aa05b63dfeaf9f8527b0a" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.1.2+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.1.2+0".sources]] - hash = "29152fc6d39f87983b176664f225d42af039f716" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.1.3+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.1.3+0".sources]] - hash = "0f0d3bfa0c7101be6b14a733460984da1ede9e5c" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.3.0+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.3.0+0".sources]] - hash = "416ee5042f9c192344650cf90d16594007dc72e1" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.3.11+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.3.11+0".sources]] - hash = "9032c983b0a86f4baff0bf7f2d756b7503984b58" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.3.17+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.3.17+0".sources]] - hash = "f5943626a108245a31290811f41338e7151ac22d" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.3.18+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.3.18+0".sources]] - hash = "ac964bdffdda7730e8234511f61016071e63783b" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.3.19+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.3.19+0".sources]] - hash = "dcc4b85ea3728c848b62fbb164c00f43b519b6fb" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.3.20+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.3.20+0".sources]] - hash = "0d65e6900073591c8fa1956a6d2c445f79c9be1f" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.5.0+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.5.0+0".sources]] - hash = "4d9f38236513b979631b638f810d9bce9ba86e5d" - repo = "https://github.com/intel/gmmlib.git" - -[gmmlib_jll."22.8.1+0"] -libraries = ["libigdgmm"] - - [[gmmlib_jll."22.8.1+0".sources]] - hash = "246fa363c772d90575357e08900a4431f1374673" - repo = "https://github.com/intel/gmmlib.git" - -[gmsh_jll."4.7.1+0"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.7.1+0".sources]] - hash = "8417af5701df5fb2d4e208424f1477be21f65c3c" - repo = "https://gitlab.onelab.info/gmsh/gmsh.git" - -[gmsh_jll."4.7.1+1"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.7.1+1".sources]] - hash = "8417af5701df5fb2d4e208424f1477be21f65c3c" - repo = "https://gitlab.onelab.info/gmsh/gmsh.git" - -[gmsh_jll."4.7.1+2"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.7.1+2".sources]] - hash = "8417af5701df5fb2d4e208424f1477be21f65c3c" - repo = "https://gitlab.onelab.info/gmsh/gmsh.git" - -[gmsh_jll."4.8.1+0"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.8.1+0".sources]] - hash = "d5038f5f25ae85973536fb05cc886feb1bd7d67e2605a9d8789bcc2528fa8b35" - url = "https://gmsh.info/src/gmsh-4.8.1-source.tgz" - -[gmsh_jll."4.8.4+0"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.8.4+0".sources]] - hash = "760dbdc072eaa3c82d066c5ba3b06eacdd3304eb2a97373fe4ada9509f0b6ace" - url = "https://gmsh.info/src/gmsh-4.8.4-source.tgz" - -[gmsh_jll."4.9.3+0"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.9.3+0".sources]] - hash = "9e06751e9fef59ba5ba8e6feded164d725d7e9bc63e1cb327b083cbc7a993adb" - url = "https://gmsh.info/src/gmsh-4.9.3-source.tgz" - -[gmsh_jll."4.10.2+0"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.10.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[gmsh_jll."4.10.2+0".sources]] - hash = "d921109e6c419f68d5507d9612ee815d40b5239a5db175f28285e0cd0dbf2517" - url = "https://gmsh.info/src/gmsh-4.10.2-source.tgz" - -[gmsh_jll."4.10.2+1"] -executables = ["gmsh"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.10.2+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[gmsh_jll."4.10.2+1".sources]] - hash = "d921109e6c419f68d5507d9612ee815d40b5239a5db175f28285e0cd0dbf2517" - url = "https://gmsh.info/src/gmsh-4.10.2-source.tgz" - -[gmsh_jll."4.11.1+0"] -executables = ["gmsh"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.11.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[gmsh_jll."4.11.1+0".sources]] - hash = "c5fe1b7cbd403888a814929f2fd0f5d69e27600222a18c786db5b76e8005b365" - url = "https://gmsh.info/src/gmsh-4.11.1-source.tgz" - -[gmsh_jll."4.12.2+0"] -executables = ["gmsh"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.12.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[gmsh_jll."4.12.2+0".sources]] - hash = "13e09d9ca8102e5c40171d6ee150c668742b98c3a6ca57f837f7b64e1e2af48f" - url = "https://gmsh.info/src/gmsh-4.12.2-source.tgz" - -[gmsh_jll."4.13.0+0"] -executables = ["gmsh"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.13.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[gmsh_jll."4.13.0+0".sources]] - hash = "2a286195e27fe11ee48ce3c98a07c6a4b9961f1e03878e0e3681cf2cfc08db11" - url = "https://gmsh.info/src/gmsh-4.13.0-source.tgz" - -[gmsh_jll."4.13.0+1"] -executables = ["gmsh"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.13.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[gmsh_jll."4.13.0+1".sources]] - hash = "2a286195e27fe11ee48ce3c98a07c6a4b9961f1e03878e0e3681cf2cfc08db11" - url = "https://gmsh.info/src/gmsh-4.13.0-source.tgz" - -[gmsh_jll."4.13.1+0"] -executables = ["gmsh"] -files = ["lib/gmsh.jl"] -libraries = ["libgmsh", "gmsh"] - - [[gmsh_jll."4.13.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[gmsh_jll."4.13.1+0".sources]] - hash = "77972145f431726026d50596a6a44fb3c1c95c21255218d66955806b86edbe8d" - url = "https://gmsh.info/src/gmsh-4.13.1-source.tgz" - -[goaws_jll."0.4.5+0"] -executables = ["goaws"] - - [[goaws_jll."0.4.5+0".sources]] - hash = "441c9dc79f38f041a398935b8b53549789fa6100" - repo = "https://github.com/Admiral-Piett/goaws.git" - -[goaws_jll."0.5.2+0"] -executables = ["goaws"] - - [[goaws_jll."0.5.2+0".sources]] - hash = "93f27518638b71095a5b593dbabaebacae124ab1" - repo = "https://github.com/Admiral-Piett/goaws.git" - -[gobject_introspection_jll."1.72.0+0"] -libraries = ["libgirepository-1.0"] - - [[gobject_introspection_jll."1.72.0+0".sources]] - hash = "02fe8e590861d88f83060dd39cda5ccaa60b2da1d21d0f95499301b186beaabc" - url = "https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.72/gobject-introspection-1.72.0.tar.xz" - -[gobject_introspection_jll."1.74.0+0"] -libraries = ["libgirepository-1.0"] - - [[gobject_introspection_jll."1.74.0+0".sources]] - hash = "347b3a719e68ba4c69ff2d57ee2689233ea8c07fc492205e573386779e42d653" - url = "https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.74/gobject-introspection-1.74.0.tar.xz" - -[gobject_introspection_jll."1.76.1+0"] -libraries = ["libgirepository-1.0"] - - [[gobject_introspection_jll."1.76.1+0".sources]] - hash = "196178bf64345501dcdc4d8469b36aa6fe80489354efe71cb7cb8ab82a3738bf" - url = "https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.76/gobject-introspection-1.76.1.tar.xz" - -[gobject_introspection_jll."1.84.0+0"] -libraries = ["libgirepository-1.0"] - - [[gobject_introspection_jll."1.84.0+0".sources]] - hash = "945b57da7ec262e5c266b89e091d14be800cc424277d82a02872b7d794a84779" - url = "https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.84/gobject-introspection-1.84.0.tar.xz" - -[gocloc_jll."0.4.1+0"] -executables = ["gocloc"] - - [[gocloc_jll."0.4.1+0".sources]] - hash = "c354440ec4f6ec07d43fb4a20a8dbc59d4855e37" - repo = "https://github.com/hhatto/gocloc.git" - -[gperf_jll."3.1.0+0"] -executables = ["gperf"] - - [[gperf_jll."3.1.0+0".sources]] - hash = "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2" - url = "http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz" - -[gperf_jll."3.1.1+0"] -executables = ["gperf"] - - [[gperf_jll."3.1.1+0".sources]] - hash = "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2" - url = "http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz" - -[gperf_jll."3.1.1+1"] -executables = ["gperf"] - - [[gperf_jll."3.1.1+1".sources]] - hash = "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2" - url = "http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz" - -[gperf_jll."3.3.0+0"] -executables = ["gperf"] - - [[gperf_jll."3.3.0+0".sources]] - hash = "fd87e0aba7e43ae054837afd6cd4db03a3f2693deb3619085e6ed9d8d9604ad8" - url = "http://ftp.gnu.org/pub/gnu/gperf/gperf-3.3.tar.gz" - -[gperftools_jll."2.7.0+0"] -libraries = ["libtcmalloc_debug", "libtcmalloc", "libtcmalloc_and_profiler", "libtcmalloc_minimal", "libtcmalloc_minimal_debug", "libprofiler"] - - [[gperftools_jll."2.7.0+0".sources]] - hash = "1ee8c8699a0eff6b6a203e59b43330536b22bbcbe6448f54c7091e5efb0763c9" - url = "https://github.com/gperftools/gperftools/releases/download/gperftools-2.7/gperftools-2.7.tar.gz" - -[gperftools_jll."2.9.1+0"] -libraries = ["libtcmalloc_debug", "libtcmalloc", "libtcmalloc_and_profiler", "libtcmalloc_minimal", "libtcmalloc_minimal_debug", "libprofiler"] - - [[gperftools_jll."2.9.1+0".sources]] - hash = "ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3" - url = "https://github.com/gperftools/gperftools/releases/download/gperftools-2.9.1/gperftools-2.9.1.tar.gz" - -[grep_jll."3.4.0+0"] -executables = ["grep"] - - [[grep_jll."3.4.0+0".sources]] - hash = "58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb" - url = "https://ftp.gnu.org/gnu/grep/grep-3.4.tar.xz" - -[grep_jll."3.7.0+0"] -executables = ["grep"] - - [[grep_jll."3.7.0+0".sources]] - hash = "5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c" - url = "https://ftp.gnu.org/gnu/grep/grep-3.7.tar.xz" - -[grep_jll."3.11.0+0"] -executables = ["grep"] - - [[grep_jll."3.11.0+0".sources]] - hash = "1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab" - url = "https://ftp.gnu.org/gnu/grep/grep-3.11.tar.xz" - -[gsasl_jll."1.11.2+0"] -executables = ["gsasl"] -libraries = ["libgsasl"] - - [[gsasl_jll."1.11.2+0".sources]] - hash = "96013602e2d81390cc6cef7a44d5cf8f07571eb415ba2ba99abbdf6ec6d1cf8e" - url = "https://alpha.gnu.org/gnu/gsasl/gsasl-1.11.2.tar.gz" - -[helpme_jll."0.1.0+0"] -libraries = ["libhelpme"] - - [[helpme_jll."0.1.0+0".sources]] - hash = "00d1e3d3fe54e2b1b2e0df753f3393ed9ac7a19e" - repo = "https://github.com/andysim/helpme.git" - -[hicolor_icon_theme_jll."0.17.0+0"] -files = ["share/icons/hicolor/index.theme"] - - [[hicolor_icon_theme_jll."0.17.0+0".sources]] - hash = "317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8" - url = "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz" - -[hicolor_icon_theme_jll."0.17.0+1"] -files = ["share/icons/hicolor/index.theme", "share/icons"] - - [[hicolor_icon_theme_jll."0.17.0+1".sources]] - hash = "317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8" - url = "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz" - -[hicolor_icon_theme_jll."0.17.0+2"] -files = ["share/icons/hicolor/index.theme", "share/icons"] - - [[hicolor_icon_theme_jll."0.17.0+2".sources]] - hash = "317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8" - url = "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz" - -[hicolor_icon_theme_jll."0.17.0+3"] -files = ["share/icons/hicolor/index.theme", "share/icons"] - - [[hicolor_icon_theme_jll."0.17.0+3".sources]] - hash = "317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8" - url = "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz" - -[hicolor_icon_theme_jll."0.18.0+0"] -files = ["share/icons/hicolor/index.theme", "share/icons"] - - [[hicolor_icon_theme_jll."0.18.0+0".sources]] - hash = "db0e50a80aa3bf64bb45cbca5cf9f75efd9348cf2ac690b907435238c3cf81d7" - url = "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.18.tar.xz" - -[hidapi_jll."0.9.0+0"] -libraries = ["libhidapi", "libhidapi-libusb"] - - [[hidapi_jll."0.9.0+0".sources]] - hash = "7da5cc91fc0d2dbe4df4f08cd31f6ca1a262418f" - repo = "https://github.com/libusb/hidapi.git" - -[hidapi_jll."0.10.0+0"] -libraries = ["libhidapi", "libhidapi-libusb"] - - [[hidapi_jll."0.10.0+0".sources]] - hash = "302d1f24018d5a4a480f92a72307616f88d97651" - repo = "https://github.com/libusb/hidapi.git" - -[hidapi_jll."0.10.1+0"] -libraries = ["libhidapi", "libhidapi-libusb"] - - [[hidapi_jll."0.10.1+0".sources]] - hash = "f6d0073fcddbdda24549199445e844971d3c9cef" - repo = "https://github.com/libusb/hidapi.git" - -[hidapi_jll."0.11.2+0"] -libraries = ["libhidapi", "libhidapi-libusb"] - - [[hidapi_jll."0.11.2+0".sources]] - hash = "31bde69a1f08c880ef1622f2586eea0daf3b0857" - repo = "https://github.com/libusb/hidapi.git" - -[hidapi_jll."0.13.1+0"] -libraries = ["libhidapi", "libhidapi-libusb"] - - [[hidapi_jll."0.13.1+0".sources]] - hash = "4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac" - repo = "https://github.com/libusb/hidapi.git" - -[hidapi_jll."0.14.0+0"] -libraries = ["libhidapi", "libhidapi-libusb"] - - [[hidapi_jll."0.14.0+0".sources]] - hash = "d3013f0af3f4029d82872c1a9487ea461a56dee4" - repo = "https://github.com/libusb/hidapi.git" - -[hidapi_jll."0.15.0+0"] -libraries = ["libhidapi", "libhidapi-libusb"] - - [[hidapi_jll."0.15.0+0".sources]] - hash = "d6b2a974608dec3b76fb1e36c189f22b9cf3650c" - repo = "https://github.com/libusb/hidapi.git" - -[hiredis_jll."1.1.0+0"] -libraries = ["libhiredis", "libhiredis_ssl"] - - [[hiredis_jll."1.1.0+0".sources]] - hash = "c14775b4e48334e0262c9f168887578f4a368b5d" - repo = "https://github.com/redis/hiredis.git" - [[hiredis_jll."1.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d853bddb5c6ad1ff828306e6da27af4ac539d87//H/hiredis/./bundled" - -[hsa_rocr_jll."3.7.0+0"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."3.7.0+0".sources]] - hash = "0071d14431f73ce74574e61d0786f2b7cf34b14ea898a1f54b6e1b06b2d468c0" - url = "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-3.7.0.tar.gz" - -[hsa_rocr_jll."3.7.0+1"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."3.7.0+1".sources]] - hash = "0071d14431f73ce74574e61d0786f2b7cf34b14ea898a1f54b6e1b06b2d468c0" - url = "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-3.7.0.tar.gz" - -[hsa_rocr_jll."4.0.0+0"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."4.0.0+0".sources]] - hash = "e84c48e80ea38698a5bd5da3940048ad3cab3696d10a53132acad07ca357f17c" - url = "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-4.0.0.tar.gz" - -[hsa_rocr_jll."4.2.0+0"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."4.2.0+0".sources]] - hash = "fa0e7bcd64e97cbff7c39c9e87c84a49d2184dc977b341794770805ec3f896cc" - url = "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-4.2.0.tar.gz" - -[hsa_rocr_jll."4.2.0+1"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."4.2.0+1".sources]] - hash = "fa0e7bcd64e97cbff7c39c9e87c84a49d2184dc977b341794770805ec3f896cc" - url = "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-4.2.0.tar.gz" - [[hsa_rocr_jll."4.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b249dffd4df24711384874fda84ffd926f859af9//H/hsa_rocr/./bundled" - -[hsa_rocr_jll."4.2.0+2"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."4.2.0+2".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - - [[hsa_rocr_jll."4.2.0+2".sources]] - hash = "fa0e7bcd64e97cbff7c39c9e87c84a49d2184dc977b341794770805ec3f896cc" - url = "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-4.2.0.tar.gz" - [[hsa_rocr_jll."4.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb990ae68f0cae06d53bf16693177526de29d72a//H/hsa_rocr/hsa_rocr@4.2.0/./bundled" - [[hsa_rocr_jll."4.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb990ae68f0cae06d53bf16693177526de29d72a//H/hsa_rocr/hsa_rocr@4.2.0/../scripts" - -[hsa_rocr_jll."4.5.2+0"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."4.5.2+0".sources]] - hash = "d99eddedce0a97d9970932b64b0bb4743e47d2740e8db0288dbda7bec3cefa80" - url = "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-4.5.2.tar.gz" - [[hsa_rocr_jll."4.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f348ae38258a590e40c83b4f05f13faaede3f28d//H/hsa_rocr/./bundled" - -[hsa_rocr_jll."4.5.2+1"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."4.5.2+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - - [[hsa_rocr_jll."4.5.2+1".sources]] - hash = "d99eddedce0a97d9970932b64b0bb4743e47d2740e8db0288dbda7bec3cefa80" - url = "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-4.5.2.tar.gz" - [[hsa_rocr_jll."4.5.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb990ae68f0cae06d53bf16693177526de29d72a//H/hsa_rocr/hsa_rocr@4.5.2/./bundled" - [[hsa_rocr_jll."4.5.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eb990ae68f0cae06d53bf16693177526de29d72a//H/hsa_rocr/hsa_rocr@4.5.2/../scripts" - -[hsa_rocr_jll."5.2.3+0"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - - [[hsa_rocr_jll."5.2.3+0".sources]] - hash = "978de85d3455207bb82bef2254a4624e9116b1258a8c164d7a7e21a644eff12f" - url = "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-5.2.3.tar.gz" - [[hsa_rocr_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/46451a5bc8568b2e5ee3c3d6163ccb0396bb8365//H/hsa_rocr/hsa_rocr@5.2.3/./bundled" - [[hsa_rocr_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/46451a5bc8568b2e5ee3c3d6163ccb0396bb8365//H/hsa_rocr/hsa_rocr@5.2.3/../scripts" - -[hsa_rocr_jll."5.4.4+0"] -libraries = ["libhsa-runtime64"] - - [[hsa_rocr_jll."5.4.4+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.4.4" - [[hsa_rocr_jll."5.4.4+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[hsa_rocr_jll."5.4.4+0".sources]] - hash = "2e52dc810a3a3066d0c72809defae52fdf0f23cb" - repo = "https://github.com/RadeonOpenCompute/ROCR-Runtime.git" - [[hsa_rocr_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/906176500ec8d1645972e58497280623b7fd434d//H/hsa_rocr/hsa_rocr@5.4.4/./bundled" - [[hsa_rocr_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/906176500ec8d1645972e58497280623b7fd434d//H/hsa_rocr/hsa_rocr@5.4.4/../scripts" - -[hsakmt_roct_jll."3.5.0+0"] -libraries = ["libhsakmt"] - - [[hsakmt_roct_jll."3.5.0+0".sources]] - hash = "d9f458c16cb62c3c611328fd2f2ba3615da81e45f3b526e45ff43ab4a67ee4aa" - url = "https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-3.5.0.tar.gz" - -[hsakmt_roct_jll."3.7.0+0"] -libraries = ["libhsakmt"] - - [[hsakmt_roct_jll."3.7.0+0".sources]] - hash = "b357fe7f425996c49f41748923ded1a140933de7564a70a828ed6ded6d896458" - url = "https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-3.7.0.tar.gz" - -[hsakmt_roct_jll."3.8.0+0"] -libraries = ["libhsakmt"] - - [[hsakmt_roct_jll."3.8.0+0".sources]] - hash = "cd5440f31f592737b5d05448704bd01f91f73cfcab8a7829922e81332575cfe8" - url = "https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-3.8.0.tar.gz" - [[hsakmt_roct_jll."3.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8dfbe2a0adfa9ac0fdbd04711ebbf8334475bb63//H/hsakmt_roct/./bundled" - -[hsakmt_roct_jll."4.0.0+0"] -libraries = ["libhsakmt"] - - [[hsakmt_roct_jll."4.0.0+0".sources]] - hash = "a6960fffc8388731ee18953faae12d1449c582e3b3594418845a544455895f42" - url = "https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-4.0.0.tar.gz" - [[hsakmt_roct_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fa0a7f399baa33616ea252dac4033ae7717fad85//H/hsakmt_roct/./bundled" - -[hsakmt_roct_jll."4.2.0+0"] -libraries = ["libhsakmt"] - - [[hsakmt_roct_jll."4.2.0+0".sources]] - hash = "cc325d4b9a96062f2ad0515fce724a8c64ba56a7d7f1ac4a0753941b8599c52e" - url = "https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-4.2.0.tar.gz" - [[hsakmt_roct_jll."4.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c024b5baac7c6a8ef63617fed4f557642f7815e6//H/hsakmt_roct/./bundled" - -[hsakmt_roct_jll."4.5.2+0"] -libraries = ["libhsakmt"] - - [[hsakmt_roct_jll."4.5.2+0".sources]] - hash = "fb8e44226b9e393baf51bfcb9873f63ce7e4fcf7ee7f530979cf51857ea4d24b" - url = "https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-4.5.2.tar.gz" - [[hsakmt_roct_jll."4.5.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ddce0c5540e0c2a50608209781d73b36ed3ebadb//H/hsakmt_roct/./bundled" - -[hsakmt_roct_jll."5.2.3+0"] -libraries = ["libhsakmt"] - - [[hsakmt_roct_jll."5.2.3+0".sources]] - hash = "8d313b8fd945a8d7248c00a2de9a2ee896fe77e464430a91b63400a986ec0bf0" - url = "https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-5.2.3.tar.gz" - [[hsakmt_roct_jll."5.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b027bbc12a35cf2c2977a7c0e14c05511b24c316//H/hsakmt_roct/hsakmt_roct@5.2.3/./bundled" - -[hsakmt_roct_jll."5.4.4+0"] -libraries = ["libhsakmt"] - - [[hsakmt_roct_jll."5.4.4+0".sources]] - hash = "2d55276bfa186a47611cdd2fc20879dacb506a9a" - repo = "https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface.git" - [[hsakmt_roct_jll."5.4.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bc7a440718a946ec41074f973d28c84a4f90eb8d//H/hsakmt_roct/hsakmt_roct@5.4.4/./bundled" - -[hsakmt_roct_jll."5.5.1+0"] -libraries = ["libhsakmt"] - - [[hsakmt_roct_jll."5.5.1+0".sources]] - hash = "695ec62187ba0708e3f8a960c2b75b877c2521a9" - repo = "https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface.git" - [[hsakmt_roct_jll."5.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/be0ecb7085a83fcc04c4ba31679512e146a2e581//H/hsakmt_roct/hsakmt_roct@5.5.1/./bundled" - -[htscodecs_jll."1.5.2+0"] -libraries = ["libhtscodecs"] - - [[htscodecs_jll."1.5.2+0".sources]] - hash = "2aca18b335bc2b580698e487092b794c514ac62c" - repo = "https://github.com/samtools/htscodecs.git" - -[htslib_jll."1.10.2+0"] -executables = ["bgzip", "tabix", "htsfile"] -libraries = ["libhts", "hts"] - - [[htslib_jll."1.10.2+0".sources]] - hash = "e3b543de2f71723830a1e0472cf5489ec27d0fbeb46b1103e14a11b7177d1939" - url = "https://github.com/samtools/htslib/releases/download/1.10.2/htslib-1.10.2.tar.bz2" - -[htslib_jll."1.10.2+1"] -executables = ["bgzip", "tabix", "htsfile"] -libraries = ["libhts", "hts"] - - [[htslib_jll."1.10.2+1".sources]] - hash = "e3b543de2f71723830a1e0472cf5489ec27d0fbeb46b1103e14a11b7177d1939" - url = "https://github.com/samtools/htslib/releases/download/1.10.2/htslib-1.10.2.tar.bz2" - -[htslib_jll."1.14.0+0"] -executables = ["bgzip", "tabix", "htsfile"] -libraries = ["libhts", "hts"] - - [[htslib_jll."1.14.0+0".sources]] - hash = "ed221b8f52f4812f810eebe0cc56cd8355a5c9d21c62d142ac05ad0da147935f" - url = "https://github.com/samtools/htslib/releases/download/1.14/htslib-1.14.tar.bz2" - -[htslib_jll."1.19.1+0"] -executables = ["bgzip", "tabix", "htsfile"] -libraries = ["libhts", "hts"] - - [[htslib_jll."1.19.1+0".sources]] - hash = "222d74d3574fb67b158c6988c980eeaaba8a0656f5e4ffb76b5fa57f035933ec" - url = "https://github.com/samtools/htslib/releases/download/1.19.1/htslib-1.19.1.tar.bz2" - -[htslib_jll."1.19.1+1"] -executables = ["bgzip", "tabix", "htsfile"] -libraries = ["libhts", "hts"] - - [[htslib_jll."1.19.1+1".sources]] - hash = "222d74d3574fb67b158c6988c980eeaaba8a0656f5e4ffb76b5fa57f035933ec" - url = "https://github.com/samtools/htslib/releases/download/1.19.1/htslib-1.19.1.tar.bz2" - -[hub_jll."2.14.1+0"] -executables = ["hub"] - - [[hub_jll."2.14.1+0".sources]] - hash = "62c977a3691c3841c8cde4906673a314e76686b04d64cab92f3e01c3d778eb6f" - url = "https://github.com/github/hub/archive/v2.14.1.tar.gz" - -[hyper_jll."0.14.17+0"] -libraries = ["libhyper"] - - [[hyper_jll."0.14.17+0".sources]] - hash = "64420fd550f43af09b0722b3504d4fd919de642d63f01ad54108aa854f5f5470" - url = "https://github.com/hyperium/hyper/archive/refs/tags/v0.14.17.tar.gz" - -[hyper_jll."0.14.17+1"] -libraries = ["libhyper"] - - [[hyper_jll."0.14.17+1".sources]] - hash = "64420fd550f43af09b0722b3504d4fd919de642d63f01ad54108aa854f5f5470" - url = "https://github.com/hyperium/hyper/archive/refs/tags/v0.14.17.tar.gz" - -[hyper_jll."0.14.19+0"] -libraries = ["libhyper"] - - [[hyper_jll."0.14.19+0".sources]] - hash = "fb455f0ce68d209556285f971d275a72cd1873619699d44369c46874920af436" - url = "https://github.com/hyperium/hyper/archive/refs/tags/v0.14.19.tar.gz" - [[hyper_jll."0.14.19+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0fe599b550c6ebaf293fed436993f61ac80a937d//H/hyper/./bundled" - -[hyperfine_jll."1.15.0+0"] -executables = ["hyperfine"] - - [[hyperfine_jll."1.15.0+0".sources]] - hash = "b1a7a11a1352cdb549cc098dd9caa6c231947cc4dd9cd91ec25072d6d2978172" - url = "https://github.com/sharkdp/hyperfine/archive/refs/tags/v1.15.0.tar.gz" - -[iODBC_jll."3.52.13+0"] -executables = ["iodbctestw", "iodbctest"] -libraries = ["libiodbcinst", "libiodbc"] - - [[iODBC_jll."3.52.13+0".sources]] - hash = "074b326bf3e00e92fb62e720c0ce340895ec6834" - repo = "https://github.com/openlink/iODBC.git" - -[iODBC_jll."3.52.13+1"] -executables = ["iodbctestw", "iodbctest"] -libraries = ["libiodbcinst", "libiodbc"] - - [[iODBC_jll."3.52.13+1".sources]] - hash = "ab2832e01a18260d1f89756dd445079e52718d4d" - repo = "https://github.com/quinnj/iODBC.git" - -[iODBC_jll."3.52.15+0"] -executables = ["iodbctestw", "iodbctest"] -libraries = ["libiodbcinst", "libiodbc"] - - [[iODBC_jll."3.52.15+0".sources]] - hash = "79c7f572a7b5c4123ec3cc1dd29df1af61a3405f" - repo = "https://github.com/openlink/iODBC.git" - [[iODBC_jll."3.52.15+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/010856336f6701e2831fa13920555f9497229d48//I/iODBC/./bundled" - -[iODBC_jll."3.52.16+0"] -executables = ["iodbctestw", "iodbctest"] -libraries = ["libiodbcinst", "libiodbc"] - - [[iODBC_jll."3.52.16+0".sources]] - hash = "79c7f572a7b5c4123ec3cc1dd29df1af61a3405f" - repo = "https://github.com/openlink/iODBC.git" - [[iODBC_jll."3.52.16+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d942ea2af7b15317ddf6a5a9ecdbd963c6834002//I/iODBC/./bundled" - -[iceberg_rust_ffi_jll."0.1.0+0"] -libraries = ["libiceberg_rust_ffi"] - - [[iceberg_rust_ffi_jll."0.1.0+0".sources]] - hash = "583c8f2c2cc5cb5f92100ad8eae32f22b7a76c09" - repo = "https://github.com/RelationalAI/iceberg_rust_ffi.git" - -[igraph_jll."0.10.15+0"] -libraries = ["libigraph"] - - [[igraph_jll."0.10.15+0".sources]] - hash = "03ba01db0544c4e32e51ab66f2356a034394533f61b4e14d769b9bbf5ad5e52c" - url = "https://github.com/igraph/igraph/releases/download/0.10.15/igraph-0.10.15.tar.gz" - -[igraph_jll."1.0.0+0"] -libraries = ["libigraph"] - - [[igraph_jll."1.0.0+0".sources]] - hash = "91e23e080634393dec4dfb02c2ae53ac4e3837172bb9047d32e39380b16c0bb0" - url = "https://github.com/igraph/igraph/releases/download/1.0.0/igraph-1.0.0.tar.gz" - -[iperf_jll."3.7.0+0"] -executables = ["iperf3"] -libraries = ["libiperf"] - - [[iperf_jll."3.7.0+0".sources]] - hash = "c349924a777e8f0a70612b765e26b8b94cc4a97cc21a80ed260f65e9823c8fc5" - url = "https://github.com/esnet/iperf/archive/3.7.tar.gz" - -[ipx_jll."1.0.0+0"] -libraries = ["libipx"] - - [[ipx_jll."1.0.0+0".sources]] - hash = "234d484ed1813ce1d95e49c2d86da79d2df18f95" - repo = "https://github.com/ERGO-Code/ipx.git" - -[isa_l_jll."2.30.0+0"] -executables = ["igzip"] -libraries = ["libisal"] - - [[isa_l_jll."2.30.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - uuid = "08ca2550-6d73-57c0-8625-9b24120f3eae" - version = "*" - - [[isa_l_jll."2.30.0+0".sources]] - hash = "2bbce31943289d5696bcf2a433124c50928226a2" - repo = "https://github.com/intel/isa-l.git" - -[isa_l_jll."2.31.0+0"] -executables = ["igzip"] -libraries = ["libisal"] - - [[isa_l_jll."2.31.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - uuid = "08ca2550-6d73-57c0-8625-9b24120f3eae" - version = "*" - - [[isa_l_jll."2.31.0+0".sources]] - hash = "bd226375027899087bd48f3e59b910430615cc0a" - repo = "https://github.com/intel/isa-l.git" - -[isoband_jll."0.2.2+0"] -libraries = ["libisoband"] - - [[isoband_jll."0.2.2+0".sources]] - hash = "8c0050541c02d0cc5b3dd737c78cbf81ee61f802" - repo = "https://github.com/jkrumbiegel/isoband.git" - -[isoband_jll."0.2.3+0"] -libraries = ["libisoband"] - - [[isoband_jll."0.2.3+0".sources]] - hash = "8c0050541c02d0cc5b3dd737c78cbf81ee61f802" - repo = "https://github.com/jkrumbiegel/isoband.git" - -[ittapi_jll."3.23.0+0"] -libraries = ["libittnotify"] - - [[ittapi_jll."3.23.0+0".sources]] - hash = "96a01335dbc560b9224f52f0cc25c28ca0f1b564" - repo = "https://github.com/intel/ittapi.git" - -[ittapi_jll."3.24.2+0"] -libraries = ["libittnotify"] - - [[ittapi_jll."3.24.2+0".sources]] - hash = "69dd04030d3a2cf4c32e649ac1f2a628d5af6b46" - repo = "https://github.com/intel/ittapi.git" - -[ittapi_jll."3.24.4+0"] -libraries = ["libittnotify"] - - [[ittapi_jll."3.24.4+0".sources]] - hash = "4ec67c7680d7941185ef7acc0c5c3923f0bcf11d" - repo = "https://github.com/intel/ittapi.git" - -[ittapi_jll."3.25.5+0"] -libraries = ["libittnotify"] - - [[ittapi_jll."3.25.5+0".sources]] - hash = "dec1d23ca65ab069d225dfe40dea14f455170959" - repo = "https://github.com/intel/ittapi.git" - [[ittapi_jll."3.25.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1fb44a3a4406926059347bd19139a5fe3554dba6//I/ittapi/bundled" - -[jd_jll."1.8.1+0"] -executables = ["jd"] - - [[jd_jll."1.8.1+0".sources]] - hash = "11eae3c9ffb1dd32796ca741691bf4733a27dfa4" - repo = "https://github.com/josephburnett/jd.git" - -[jemalloc_jll."5.2.1+0"] -libraries = ["libjemalloc", "jemalloc"] - - [[jemalloc_jll."5.2.1+0".sources]] - hash = "886e40bb339ec1358a5ff2a52fdb782ca66461cb" - repo = "https://github.com/jemalloc/jemalloc.git" - -[jemalloc_jll."5.2.1+1"] -libraries = ["libjemalloc", "jemalloc"] - - [[jemalloc_jll."5.2.1+1".sources]] - hash = "886e40bb339ec1358a5ff2a52fdb782ca66461cb" - repo = "https://github.com/jemalloc/jemalloc.git" - -[jemalloc_jll."5.3.0+0"] -libraries = ["libjemalloc", "jemalloc"] - - [[jemalloc_jll."5.3.0+0".sources]] - hash = "54eaed1d8b56b1aa528be3bdd1877e59c56fa90c" - repo = "https://github.com/jemalloc/jemalloc.git" - -[jinja2cppwrapper_jll."1.0.0+0"] -libraries = ["libjinja2cppwrapper"] - - [[jinja2cppwrapper_jll."1.0.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[jinja2cppwrapper_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/577714d31b1bc7fef06ff60b4225ff24a952d295//J/jinja2cppwrapper/./bundled" - -[jinja2cppwrapper_jll."1.1.0+0"] -libraries = ["libjinja2cppwrapper"] - - [[jinja2cppwrapper_jll."1.1.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[jinja2cppwrapper_jll."1.1.0+0".sources]] - hash = "a4b461b0b5d71750d6f29c65060766e6caa75848" - repo = "https://github.com/AlexKlo/Jinja2C.git" - -[jlqml_jll."0.1.0+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.1.0+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.1.0+0".sources]] - hash = "c23dbff913b834be2761ebdd649c02c6e2e1773c" - repo = "/home/runner/src/julia/jlqml/.git" - [[jlqml_jll."0.1.0+0".sources]] - hash = "378b6a23ce4363eeb7afd5bd8092f902caa512f2f987dfc47fc51ae6bdff0e56" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-linux-gnu-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.0+0".sources]] - hash = "621029838e895bf5f201d0858fdbd31f1bb7f458aa0bc0646b4b30185a7d8e7c" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-w64-mingw32-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.0+0".sources]] - hash = "0d733c2e0147d6ffb731b638a8b1bd4225069c5735df22bc3a953dffce663d74" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.armv7l-linux-gnueabihf-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.0+0".sources]] - hash = "f6d94a3184b0241f20f78523de581949afa038f3e320fb9fd20a83019968adca" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-apple-darwin14-libgfortran4-cxx11.tar.gz" - -[jlqml_jll."0.1.1+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.1.1+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.1.1+0".sources]] - hash = "1d7d72f7cc9fac09fc0dc79359b7d9288c2bc847" - repo = "/home/runner/src/julia/jlqml/.git" - [[jlqml_jll."0.1.1+0".sources]] - hash = "378b6a23ce4363eeb7afd5bd8092f902caa512f2f987dfc47fc51ae6bdff0e56" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-linux-gnu-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.1+0".sources]] - hash = "621029838e895bf5f201d0858fdbd31f1bb7f458aa0bc0646b4b30185a7d8e7c" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-w64-mingw32-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.1+0".sources]] - hash = "0d733c2e0147d6ffb731b638a8b1bd4225069c5735df22bc3a953dffce663d74" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.armv7l-linux-gnueabihf-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.1+0".sources]] - hash = "f6d94a3184b0241f20f78523de581949afa038f3e320fb9fd20a83019968adca" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-apple-darwin14-libgfortran4-cxx11.tar.gz" - -[jlqml_jll."0.1.3+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.1.3+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.1.3+0".sources]] - hash = "7cfe4025dff8ecdbdffb1178943c53f073e9d212" - repo = "/home/runner/src/julia/jlqml/.git" - [[jlqml_jll."0.1.3+0".sources]] - hash = "378b6a23ce4363eeb7afd5bd8092f902caa512f2f987dfc47fc51ae6bdff0e56" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-linux-gnu-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.3+0".sources]] - hash = "621029838e895bf5f201d0858fdbd31f1bb7f458aa0bc0646b4b30185a7d8e7c" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-w64-mingw32-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.3+0".sources]] - hash = "0d733c2e0147d6ffb731b638a8b1bd4225069c5735df22bc3a953dffce663d74" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.armv7l-linux-gnueabihf-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.3+0".sources]] - hash = "f6d94a3184b0241f20f78523de581949afa038f3e320fb9fd20a83019968adca" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-apple-darwin14-libgfortran4-cxx11.tar.gz" - -[jlqml_jll."0.1.4+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.1.4+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.1.4+0".sources]] - hash = "1e2fb83a7805b7ee7048b6cb1d22fa4bcf59095b" - repo = "https://github.com/barche/jlqml.git" - [[jlqml_jll."0.1.4+0".sources]] - hash = "378b6a23ce4363eeb7afd5bd8092f902caa512f2f987dfc47fc51ae6bdff0e56" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-linux-gnu-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.4+0".sources]] - hash = "621029838e895bf5f201d0858fdbd31f1bb7f458aa0bc0646b4b30185a7d8e7c" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-w64-mingw32-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.4+0".sources]] - hash = "0d733c2e0147d6ffb731b638a8b1bd4225069c5735df22bc3a953dffce663d74" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.armv7l-linux-gnueabihf-libgfortran4-cxx11.tar.gz" - [[jlqml_jll."0.1.4+0".sources]] - hash = "f6d94a3184b0241f20f78523de581949afa038f3e320fb9fd20a83019968adca" - url = "https://github.com/JuliaBinaryWrappers/Julia_jll.jl/releases/download/Julia-v1.4.1+1/Julia.v1.4.1.x86_64-apple-darwin14-libgfortran4-cxx11.tar.gz" - -[jlqml_jll."0.1.5+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.1.5+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.1.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - - [[jlqml_jll."0.1.5+0".sources]] - hash = "a36226c77ad712611ae142b9a5855e33eaddbb53" - repo = "https://github.com/barche/jlqml.git" - -[jlqml_jll."0.2.0+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.2.0+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[jlqml_jll."0.2.0+0".sources]] - hash = "4bc5d39bdc261eff12e3b7d1cd8b28ff0519e316" - repo = "https://github.com/barche/jlqml.git" - -[jlqml_jll."0.3.0+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.3.0+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.3.0+0".sources]] - hash = "4d21e2fcf0bcae29c45e76c8ac9d1d45893a77e6" - repo = "https://github.com/barche/jlqml.git" - -[jlqml_jll."0.3.0+1"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.3.0+1".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.3.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.3.0+1".sources]] - hash = "4d21e2fcf0bcae29c45e76c8ac9d1d45893a77e6" - repo = "https://github.com/barche/jlqml.git" - -[jlqml_jll."0.4.0+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.4.0+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.4.0+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.4.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.4.0+0".sources]] - hash = "2f463a86e305fb49e072bc5c2c2cc8e6026ae8dd" - repo = "https://github.com/barche/jlqml.git" - -[jlqml_jll."0.4.0+1"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.4.0+1".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.4.0+1".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.4.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.4.0+1".sources]] - hash = "2f463a86e305fb49e072bc5c2c2cc8e6026ae8dd" - repo = "https://github.com/barche/jlqml.git" - -[jlqml_jll."0.5.1+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.5.1+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.5.1+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.5.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.5.1+0".sources]] - hash = "8e16307a8a623d1ae00bf92c1a28068a9048fb56" - repo = "https://github.com/barche/jlqml.git" - -[jlqml_jll."0.5.2+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.5.2+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.5.2+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.5.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.5.2+0".sources]] - hash = "e542c7f6f6cc2add5a80fc46033d5074c1cde5a5" - repo = "https://github.com/barche/jlqml.git" - -[jlqml_jll."0.5.2+1"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.5.2+1".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.5.2+1".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.5.2+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.5.2+1".sources]] - hash = "e542c7f6f6cc2add5a80fc46033d5074c1cde5a5" - repo = "https://github.com/barche/jlqml.git" - -[jlqml_jll."0.5.3+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.5.3+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.5.3+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.5.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.5.3+0".sources]] - hash = "4c04db44d7e291edb9a30e76df6a3c63e3f4ab19" - repo = "https://github.com/JuliaGraphics/jlqml.git" - -[jlqml_jll."0.5.4+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.5.4+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.5.4+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.5.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.5.4+0".sources]] - hash = "a04a16a24d71011555d629169a985a3f174408a7" - repo = "https://github.com/JuliaGraphics/jlqml.git" - -[jlqml_jll."0.6.0+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.6.0+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.6.0+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.6.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.6.0+0".sources]] - hash = "ad599834e6292401e1a5e9529cbaae505753c3ee" - repo = "https://github.com/JuliaGraphics/jlqml.git" - -[jlqml_jll."0.6.1+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.6.1+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.6.1+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.6.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.6.1+0".sources]] - hash = "4cf890e6a556f546082e442a8f21178b195f39d6" - repo = "https://github.com/JuliaGraphics/jlqml.git" - -[jlqml_jll."0.6.2+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.6.2+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.6.2+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.6.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.6.2+0".sources]] - hash = "4cf890e6a556f546082e442a8f21178b195f39d6" - repo = "https://github.com/JuliaGraphics/jlqml.git" - -[jlqml_jll."0.6.3+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.6.3+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.6.3+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.6.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.6.3+0".sources]] - hash = "4cf890e6a556f546082e442a8f21178b195f39d6" - repo = "https://github.com/JuliaGraphics/jlqml.git" - -[jlqml_jll."0.7.0+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.7.0+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.7.0+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.7.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.7.0+0".sources]] - hash = "5fbebe2a16afd20ddf758a052f0f86571ff383b4" - repo = "https://github.com/JuliaGraphics/jlqml.git" - [[jlqml_jll."0.7.0+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[jlqml_jll."0.7.1+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.7.1+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.7.1+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.7.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.7.1+0".sources]] - hash = "fd70696b3b893fcc2f5005044c266ed49701d7b3" - repo = "https://github.com/JuliaGraphics/jlqml.git" - [[jlqml_jll."0.7.1+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[jlqml_jll."0.8.0+0"] -libraries = ["libjlqml"] - - [[jlqml_jll."0.8.0+0".build_dependencies]] - name = "Qt6Declarative_jll" - target = "host" - version = "*" - [[jlqml_jll."0.8.0+0".build_dependencies]] - name = "Libglvnd_jll" - target = "target" - version = "*" - [[jlqml_jll."0.8.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[jlqml_jll."0.8.0+0".sources]] - hash = "6bb3af77a99b9c82704ce6a59d32db1414cb4ecb" - repo = "https://github.com/JuliaGraphics/jlqml.git" - [[jlqml_jll."0.8.0+0".sources]] - hash = "4a31565fd2644d1aec23da3829977f83632a20985561a2038e198681e7e7bf49" - url = "https://github.com/roblabla/MacOSX-SDKs/releases/download/macosx14.0/MacOSX14.0.sdk.tar.xz" - -[jq_jll."1.6.0+0"] -executables = ["jq"] - - [[jq_jll."1.6.0+0".sources]] - hash = "2e01ff1fb69609540b2bdc4e62a60499f2b2fb8e" - repo = "https://github.com/stedolan/jq.git" - -[jq_jll."1.7.1+0"] -executables = ["jq"] - - [[jq_jll."1.7.1+0".sources]] - hash = "71c2ab509a8628dbbad4bc7b3f98a64aa90d3297" - repo = "https://github.com/stedolan/jq.git" - -[juliaup_jll."1.17.19+0"] -executables = ["juliaup", "julia"] - - [[juliaup_jll."1.17.19+0".sources]] - hash = "c4c4659d09938a6472a44f45246eb2d69deb6a9b" - repo = "https://github.com/JuliaLang/juliaup.git" - -[juliaup_jll."1.18.0+0"] -executables = ["juliaup", "julia"] - - [[juliaup_jll."1.18.0+0".sources]] - hash = "014eb5826fe8321653a99221b6acac312b9079a8" - repo = "https://github.com/JuliaLang/juliaup.git" - -[kalign_jll."3.3.5+0"] -executables = ["kalign"] -libraries = ["libkalign"] - - [[kalign_jll."3.3.5+0".sources]] - hash = "58ca06a51b53d76d3fb96ef335fbc7110c36cd46" - repo = "https://github.com/TimoLassmann/kalign" - -[kalign_jll."3.4.0+0"] -executables = ["kalign"] -libraries = ["libkalign"] - - [[kalign_jll."3.4.0+0".sources]] - hash = "19156c577e8f959e97b2ec909cfd663df1ca969e" - repo = "https://github.com/TimoLassmann/kalign" - -[kdb_c_api_jll."2022.7.19+0"] -libraries = ["c"] - - [[kdb_c_api_jll."2022.7.19+0".sources]] - hash = "01fb1243c6b32079938ef88a4434e46d2f3c00be" - repo = "https://github.com/KxSystems/kdb.git" - -[kdb_c_api_jll."2022.9.3+0"] -libraries = ["c"] - - [[kdb_c_api_jll."2022.9.3+0".sources]] - hash = "f1b8e5e1dfaf86b1ccd3a2634d10e07718b71ece" - repo = "https://github.com/KxSystems/kdb.git" - -[kdb_c_api_jll."2024.10.21+0"] -libraries = ["c"] - - [[kdb_c_api_jll."2024.10.21+0".sources]] - hash = "28d14cde9840ddb1d98613560cf5e051ae108a4d" - repo = "https://github.com/KxSystems/kdb.git" - -[kubectl_jll."1.20.0+0"] -executables = ["kubectl"] - - [[kubectl_jll."1.20.0+0".sources]] - hash = "a5895007f331f08d2e082eb12458764949559f30bcc5beae26c38f3e2724262c" - url = "https://storage.googleapis.com/kubernetes-release/release/v1.20.0/bin/linux/amd64/kubectl" - [[kubectl_jll."1.20.0+0".sources]] - hash = "82046a4abb056005edec097a42cc3bb55d1edd562d6f6f38c07318603fcd9fca" - url = "https://storage.googleapis.com/kubernetes-release/release/v1.20.0/bin/darwin/amd64/kubectl" - [[kubectl_jll."1.20.0+0".sources]] - hash = "ee7be8e93349fb0fd1db7f5cdb5985f5698cef69b7b7be012fc0e6bed06b254d" - url = "https://storage.googleapis.com/kubernetes-release/release/v1.20.0/bin/windows/amd64/kubectl.exe" - [[kubectl_jll."1.20.0+0".sources]] - hash = "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30" - url = "https://www.apache.org/licenses/LICENSE-2.0.txt" - -[kubectl_jll."1.20.0+1"] -executables = ["kubectl"] - - [[kubectl_jll."1.20.0+1".sources]] - hash = "a5895007f331f08d2e082eb12458764949559f30bcc5beae26c38f3e2724262c" - url = "https://dl.k8s.io/release/v1.20.0/bin/linux/amd64/kubectl" - [[kubectl_jll."1.20.0+1".sources]] - hash = "25e4465870c99167e6c466623ed8f05a1d20fbcb48cab6688109389b52d87623" - url = "https://dl.k8s.io/release/v1.20.0/bin/linux/arm64/kubectl" - [[kubectl_jll."1.20.0+1".sources]] - hash = "82046a4abb056005edec097a42cc3bb55d1edd562d6f6f38c07318603fcd9fca" - url = "https://dl.k8s.io/release/v1.20.0/bin/darwin/amd64/kubectl" - [[kubectl_jll."1.20.0+1".sources]] - hash = "ee7be8e93349fb0fd1db7f5cdb5985f5698cef69b7b7be012fc0e6bed06b254d" - url = "https://dl.k8s.io/release/v1.20.0/bin/windows/amd64/kubectl.exe" - [[kubectl_jll."1.20.0+1".sources]] - hash = "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30" - url = "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.20.0/LICENSE" - -[kubectl_jll."1.25.0+0"] -executables = ["kubectl"] - - [[kubectl_jll."1.25.0+0".sources]] - hash = "e23cc7092218c95c22d8ee36fb9499194a36ac5b5349ca476886b7edc0203885" - url = "https://dl.k8s.io/release/v1.25.0/bin/linux/amd64/kubectl" - [[kubectl_jll."1.25.0+0".sources]] - hash = "24db547bbae294c5c44f2b4a777e45f0e2f3d6295eace0d0c4be2b2dfa45330d" - url = "https://dl.k8s.io/release/v1.25.0/bin/linux/arm64/kubectl" - [[kubectl_jll."1.25.0+0".sources]] - hash = "c17ca54480437d069679d8da8640bca0bd84a5e2614ce9fc7e9c955c4145b768" - url = "https://dl.k8s.io/release/v1.25.0/bin/darwin/amd64/kubectl" - [[kubectl_jll."1.25.0+0".sources]] - hash = "6015dda6e89ee610caefaa26443e92c9529803676b1bf7747211ed7d1f2c8f78" - url = "https://dl.k8s.io/release/v1.25.0/bin/darwin/arm64/kubectl" - [[kubectl_jll."1.25.0+0".sources]] - hash = "6f6e8d5f40341ec58d40cfd2eecb483b709cef2362ef1862122ea545f2ea2593" - url = "https://dl.k8s.io/release/v1.25.0/bin/windows/amd64/kubectl.exe" - [[kubectl_jll."1.25.0+0".sources]] - hash = "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30" - url = "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.25.0/LICENSE" - -[kubectl_jll."1.27.14+0"] -executables = ["kubectl"] - - [[kubectl_jll."1.27.14+0".sources]] - hash = "1d2431c68bb6dfa9de3cd40fd66d97a9ac73593c489f9467249eea43e9c16a1e" - url = "https://dl.k8s.io/release/v1.27.14/bin/linux/amd64/kubectl" - [[kubectl_jll."1.27.14+0".sources]] - hash = "29f3a1f520d929df38873c68dec73519c1e5e521140e01cf9d7701f7b5ffe4f3" - url = "https://dl.k8s.io/release/v1.27.14/bin/linux/arm64/kubectl" - [[kubectl_jll."1.27.14+0".sources]] - hash = "f0dca5da8a5e9f06be7ae56dba08f1c4c3db8a2b3a3db553b7eeebaf726b854d" - url = "https://dl.k8s.io/release/v1.27.14/bin/darwin/amd64/kubectl" - [[kubectl_jll."1.27.14+0".sources]] - hash = "8e1e4189b008eac3acc18594136429bf24676736402736e5cc72bd52a84aad9a" - url = "https://dl.k8s.io/release/v1.27.14/bin/darwin/arm64/kubectl" - [[kubectl_jll."1.27.14+0".sources]] - hash = "26d74b2daae55373b220bf5da8b14e98a5acf2f3a9088df17887bea83f37e0bf" - url = "https://dl.k8s.io/release/v1.27.14/bin/windows/amd64/kubectl.exe" - [[kubectl_jll."1.27.14+0".sources]] - hash = "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30" - url = "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.27.14/LICENSE" - -[kubectl_jll."1.28.10+0"] -executables = ["kubectl"] - - [[kubectl_jll."1.28.10+0".sources]] - hash = "389c17a9700a4b01ebb055e39b8bc0886330497440dde004b5ed90f2a3a028db" - url = "https://dl.k8s.io/release/v1.28.10/bin/linux/amd64/kubectl" - [[kubectl_jll."1.28.10+0".sources]] - hash = "e659d23d442c2706debe5b96742326c0a1e1d7b5c695a9fe7dfe8ea7402caee8" - url = "https://dl.k8s.io/release/v1.28.10/bin/linux/arm64/kubectl" - [[kubectl_jll."1.28.10+0".sources]] - hash = "426e1cdfe990b6f0e26d3b5243e079650cc65d6b4b5374824197c5d471f99cff" - url = "https://dl.k8s.io/release/v1.28.10/bin/darwin/amd64/kubectl" - [[kubectl_jll."1.28.10+0".sources]] - hash = "da88c27eeab82512f9a23c6d80a9c6cc933d3514d3cd4fb215c8b57868a78195" - url = "https://dl.k8s.io/release/v1.28.10/bin/darwin/arm64/kubectl" - [[kubectl_jll."1.28.10+0".sources]] - hash = "eddfbb875a7458a474b3b9ed089369baa8a782b9921be01ecb8abd4e9f1097d9" - url = "https://dl.k8s.io/release/v1.28.10/bin/windows/amd64/kubectl.exe" - [[kubectl_jll."1.28.10+0".sources]] - hash = "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30" - url = "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.28.10/LICENSE" - -[kubectl_jll."1.29.5+0"] -executables = ["kubectl"] - - [[kubectl_jll."1.29.5+0".sources]] - hash = "603c8681fc0d8609c851f9cc58bcf55eeb97e2934896e858d0232aa8d1138366" - url = "https://dl.k8s.io/release/v1.29.5/bin/linux/amd64/kubectl" - [[kubectl_jll."1.29.5+0".sources]] - hash = "9ee9168def12ac6a6c0c6430e0f73175e756ed262db6040f8aa2121ad2c1f62e" - url = "https://dl.k8s.io/release/v1.29.5/bin/linux/arm64/kubectl" - [[kubectl_jll."1.29.5+0".sources]] - hash = "395082ef84594ea4cb170d599056406ed2cf39555b53e92e0caee013c1ed5cdf" - url = "https://dl.k8s.io/release/v1.29.5/bin/darwin/amd64/kubectl" - [[kubectl_jll."1.29.5+0".sources]] - hash = "23b09c126c0a0b71b58cc725a32cf84f1753242b3892dfd762511f2da6cce165" - url = "https://dl.k8s.io/release/v1.29.5/bin/darwin/arm64/kubectl" - [[kubectl_jll."1.29.5+0".sources]] - hash = "8de419ccecdde90172345e7d12a63de42c217d28768d84c2398d932b44d73489" - url = "https://dl.k8s.io/release/v1.29.5/bin/windows/amd64/kubectl.exe" - [[kubectl_jll."1.29.5+0".sources]] - hash = "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30" - url = "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.29.5/LICENSE" - -[kubectl_jll."1.30.1+0"] -executables = ["kubectl"] - - [[kubectl_jll."1.30.1+0".sources]] - hash = "5b86f0b06e1a5ba6f8f00e2b01e8ed39407729c4990aeda961f83a586f975e8a" - url = "https://dl.k8s.io/release/v1.30.1/bin/linux/amd64/kubectl" - [[kubectl_jll."1.30.1+0".sources]] - hash = "d90446719b815e3abfe7b2c46ddf8b3fda17599f03ab370d6e47b1580c0e869e" - url = "https://dl.k8s.io/release/v1.30.1/bin/linux/arm64/kubectl" - [[kubectl_jll."1.30.1+0".sources]] - hash = "eaefb69cf908b7473d2dce0ba894c956b7e1ad5a4987a96d68a279f5597bb22d" - url = "https://dl.k8s.io/release/v1.30.1/bin/darwin/amd64/kubectl" - [[kubectl_jll."1.30.1+0".sources]] - hash = "55dec3c52702bd68488a5c1ab840b79ea9e73e4b9f597bcf75b201c55d0bd280" - url = "https://dl.k8s.io/release/v1.30.1/bin/darwin/arm64/kubectl" - [[kubectl_jll."1.30.1+0".sources]] - hash = "f7391a2de0491caadedb5178ac2485cbf104189b2e0f3d6c577bd6ea1892898f" - url = "https://dl.k8s.io/release/v1.30.1/bin/windows/amd64/kubectl.exe" - [[kubectl_jll."1.30.1+0".sources]] - hash = "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30" - url = "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.30.1/LICENSE" - -[lapackpp_jll."2021.4.0+0"] -libraries = ["liblapackpp"] - - [[lapackpp_jll."2021.4.0+0".sources]] - hash = "31d969200a9f65390f56ac2ea48888bd10a13397" - repo = "https://bitbucket.org/icl/lapackpp.git" - -[lazygit_jll."0.23.6+0"] -executables = ["lazygit"] - - [[lazygit_jll."0.23.6+0".sources]] - hash = "7c1889cd70b81d9f8438c197c3d2fc89e5695160" - repo = "https://github.com/jesseduffield/lazygit.git" - -[ldid_jll."2.1.2+0"] -executables = ["ldid"] - - [[ldid_jll."2.1.2+0".sources]] - hash = "da986b68406ca82b82245b2ffe7a25412fa93575" - repo = "https://github.com/staticfloat/ldid.git" - -[ldid_jll."2.1.3+0"] -executables = ["ldid"] - - [[ldid_jll."2.1.3+0".sources]] - hash = "da986b68406ca82b82245b2ffe7a25412fa93575" - repo = "https://github.com/staticfloat/ldid.git" - -[ldid_jll."2.1.4+0"] -executables = ["ldid"] - - [[ldid_jll."2.1.4+0".sources]] - hash = "da986b68406ca82b82245b2ffe7a25412fa93575" - repo = "https://github.com/staticfloat/ldid.git" - -[legate_jl_wrapper_jll."25.5.0+0"] -libraries = ["liblegate_jl_wrapper"] - - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[legate_jl_wrapper_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[legate_jl_wrapper_jll."25.5.0+0".sources]] - hash = "f00bd063be66b735fc6040b40027669337399a06" - repo = "https://github.com/JuliaLegate/legate_jl_wrapper.git" - [[legate_jl_wrapper_jll."25.5.0+0".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.0+0".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.0+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.0+0".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.0+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - -[legate_jl_wrapper_jll."25.5.1+0"] -libraries = ["liblegate_jl_wrapper"] - - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[legate_jl_wrapper_jll."25.5.1+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[legate_jl_wrapper_jll."25.5.1+0".sources]] - hash = "b45876b1a766083cd95f10ffd85652af6150acfe" - repo = "https://github.com/JuliaLegate/legate_jl_wrapper.git" - [[legate_jl_wrapper_jll."25.5.1+0".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.1+0".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.1+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.1+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.1+0".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[legate_jl_wrapper_jll."25.5.1+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - -[legate_jll."25.5.0+0"] -libraries = ["liblegate"] - - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[legate_jll."25.5.0+0".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[legate_jll."25.5.0+0".sources]] - hash = "8a619fa468a73f9766f59ac9a614c0ee084ecbdd" - repo = "https://github.com/nv-legate/legate.git" - [[legate_jll."25.5.0+0".sources]] - hash = "4da8dde69eca0d9bc31420349a204851bfa2a1c87aeb87fe0c05517797edaac4" - url = "https://repo.anaconda.com/miniconda/Miniconda3-py311_24.3.0-0-Linux-x86_64.sh" - [[legate_jll."25.5.0+0".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[legate_jll."25.5.0+0".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[legate_jll."25.5.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[legate_jll."25.5.0+0".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[legate_jll."25.5.0+0".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[legate_jll."25.5.0+0".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - -[legate_jll."25.5.0+1"] -libraries = ["liblegate"] - - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.30.2" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.2.2" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.2.2" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.3.2" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.3.2" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.4.1" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.4.1" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.5.1" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.5.1" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.6.3" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.6.3" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_jll" - target = "target" - version = "12.8.1" - [[legate_jll."25.5.0+1".build_dependencies]] - name = "CUDA_SDK_static_jll" - target = "target" - version = "12.8.1" - - [[legate_jll."25.5.0+1".sources]] - hash = "8a619fa468a73f9766f59ac9a614c0ee084ecbdd" - repo = "https://github.com/nv-legate/legate.git" - [[legate_jll."25.5.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e8162086f54ffd559396895d624b03a960ebbf07//L/legate/./bundled" - [[legate_jll."25.5.0+1".sources]] - hash = "4da8dde69eca0d9bc31420349a204851bfa2a1c87aeb87fe0c05517797edaac4" - url = "https://repo.anaconda.com/miniconda/Miniconda3-py311_24.3.0-0-Linux-x86_64.sh" - [[legate_jll."25.5.0+1".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[legate_jll."25.5.0+1".sources]] - hash = "ae86efce6a69e99c55def1203157aee4bf71d6e5f8423c2a8d69a0e97036e9db" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.3.103-archive.tar.xz" - [[legate_jll."25.5.0+1".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[legate_jll."25.5.0+1".sources]] - hash = "ded05fe3c8d075c6c1bf892005d3c50bde3eceaa049b879fcdff6158e068e3be" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.82-archive.tar.xz" - [[legate_jll."25.5.0+1".sources]] - hash = "b672d0c36a27ea4577536725713064c9daa5d7378ac85877bc847ca9a46b2645" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.6.68-archive.tar.xz" - [[legate_jll."25.5.0+1".sources]] - hash = "9961b3484b6b71314063709a4f9529654f96782ad39e72bf1e00f070db8210d3" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.8.93-archive.tar.xz" - -[less_jll."679.0.0+0"] -executables = ["lessecho", "lesskey", "less"] - - [[less_jll."679.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b8b5b1551df634a14f492d907df6b52a4dcbc67b//L/less/./bundled" - [[less_jll."679.0.0+0".sources]] - hash = "70f0ca12511098674d937436e70bff9672398daf" - repo = "https://github.com/gwsw/less.git" - -[lexbor_jll."2.3.0+0"] -libraries = ["liblexbor-dom", "liblexbor-tag", "liblexbor-url", "liblexbor-unicode", "liblexbor-css", "liblexbor", "liblexbor-ns", "liblexbor-encoding", "liblexbor-core", "liblexbor-selectors", "liblexbor-utils", "liblexbor-punycode", "liblexbor-html"] - - [[lexbor_jll."2.3.0+0".sources]] - hash = "26a8819b60801301df92d771f12a01dbe8705a7a" - repo = "https://github.com/lexbor/lexbor.git" - -[lexbor_jll."2.4.0+0"] -libraries = ["liblexbor-dom", "liblexbor-tag", "liblexbor-url", "liblexbor-unicode", "liblexbor-css", "liblexbor", "liblexbor-ns", "liblexbor-encoding", "liblexbor-core", "liblexbor-selectors", "liblexbor-utils", "liblexbor-punycode", "liblexbor-html"] - - [[lexbor_jll."2.4.0+0".sources]] - hash = "e01ece21c216a1ef0147cefcd77782d2d25d7d4a" - repo = "https://github.com/lexbor/lexbor.git" - -[lfr_benchmark_jll."1.0.0+0"] -libraries = ["liblfrsymmunwgt", "liblfrsymmwgt", "liblfrnonsymmunwgt", "liblfrnonsymmwgt"] - - [[lfr_benchmark_jll."1.0.0+0".sources]] - hash = "a41befda585bc53f085e12df2b3eac960278b3cc" - repo = "https://github.com/DiNiXi/lfr-benchmark-c.git" - -[lib4ti2_jll."1.6.9+0"] -executables = ["4ti2gmp", "4ti2int32", "4ti2int64", "genmodel", "gensymm", "output", "ppi", "zsolve"] -libraries = ["lib4ti2gmp", "lib4ti2int32", "lib4ti2int64", "libzsolve"] - - [[lib4ti2_jll."1.6.9+0".sources]] - hash = "3053e7467b5585ad852f6a56e78e28352653943e7249ad5e5174d4744d174966" - url = "https://github.com/4ti2/4ti2/releases/download/Release_1_6_9/4ti2-1.6.9.tar.gz" - [[lib4ti2_jll."1.6.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86324cddea682fadbadc07ef3f1d7666b3dae6d9//L/lib4ti2/./bundled" - -[lib4ti2_jll."1.6.9+1"] -executables = ["4ti2gmp", "4ti2int32", "4ti2int64", "genmodel", "gensymm", "output", "ppi", "zsolve"] -files = ["bin/circuits", "bin/graver", "bin/groebner", "bin/hilbert", "bin/markov", "bin/minimize", "bin/normalform", "bin/qsolve", "bin/rays", "bin/walk", "bin/zbasis"] -libraries = ["lib4ti2gmp", "lib4ti2int32", "lib4ti2int64", "libzsolve"] - - [[lib4ti2_jll."1.6.9+1".sources]] - hash = "3053e7467b5585ad852f6a56e78e28352653943e7249ad5e5174d4744d174966" - url = "https://github.com/4ti2/4ti2/releases/download/Release_1_6_9/4ti2-1.6.9.tar.gz" - [[lib4ti2_jll."1.6.9+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a88230c9917dc81759bd8c78535109e30dfc4173//L/lib4ti2/./bundled" - -[lib4ti2_jll."1.6.9+2"] -executables = ["4ti2gmp", "4ti2int32", "4ti2int64", "genmodel", "gensymm", "output", "ppi", "zsolve"] -files = ["bin/circuits", "bin/graver", "bin/groebner", "bin/hilbert", "bin/markov", "bin/minimize", "bin/normalform", "bin/qsolve", "bin/rays", "bin/walk", "bin/zbasis"] -libraries = ["lib4ti2gmp", "lib4ti2int32", "lib4ti2int64", "libzsolve"] - - [[lib4ti2_jll."1.6.9+2".sources]] - hash = "3053e7467b5585ad852f6a56e78e28352653943e7249ad5e5174d4744d174966" - url = "https://github.com/4ti2/4ti2/releases/download/Release_1_6_9/4ti2-1.6.9.tar.gz" - [[lib4ti2_jll."1.6.9+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/79f5ca1ca865af26f55cb88160155792c20157ba//L/lib4ti2/./bundled" - -[lib4ti2_jll."1.6.10+0"] -executables = ["4ti2gmp", "4ti2int32", "4ti2int64", "genmodel", "gensymm", "output", "ppi", "zsolve"] -files = ["bin/circuits", "bin/graver", "bin/groebner", "bin/hilbert", "bin/markov", "bin/minimize", "bin/normalform", "bin/qsolve", "bin/rays", "bin/walk", "bin/zbasis"] -libraries = ["lib4ti2gmp", "lib4ti2int32", "lib4ti2int64", "libzsolve"] - - [[lib4ti2_jll."1.6.10+0".sources]] - hash = "3053e7467b5585ad852f6a56e78e28352653943e7249ad5e5174d4744d174966" - url = "https://github.com/4ti2/4ti2/releases/download/Release_1_6_9/4ti2-1.6.9.tar.gz" - [[lib4ti2_jll."1.6.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b5c4d64215c8df4b93512517d53fd613541f819e//L/lib4ti2/./bundled" - -[libCEED_jll."0.7.0+0"] -libraries = ["libceed"] - - [[libCEED_jll."0.7.0+0".sources]] - hash = "6134893e0067dc2a87bbbe22a551ae134ad5b885" - repo = "https://github.com/CEED/libCEED.git" - -[libCEED_jll."0.7.0+1"] -libraries = ["libceed"] - - [[libCEED_jll."0.7.0+1".sources]] - hash = "06988bf74cc6ac18eacafe7930f080803395ba29" - repo = "https://github.com/CEED/libCEED.git" - -[libCEED_jll."0.8.0+0"] -libraries = ["libceed"] - - [[libCEED_jll."0.8.0+0".sources]] - hash = "e8f234590eddcce2220edb1d6e979af7a3c35f82" - repo = "https://github.com/CEED/libCEED.git" - -[libCEED_jll."0.9.0+0"] -libraries = ["libceed"] - - [[libCEED_jll."0.9.0+0".sources]] - hash = "d66340f5aae79e564186ab7514a1cd08b3a1b06b" - repo = "https://github.com/CEED/libCEED.git" - -[libCEED_jll."0.10.0+0"] -libraries = ["libceed"] - - [[libCEED_jll."0.10.0+0".sources]] - hash = "d086b42987308d3f7585a8cbf1070065d766cfaa" - repo = "https://github.com/CEED/libCEED.git" - -[libCEED_jll."0.10.1+0"] -libraries = ["libceed"] - - [[libCEED_jll."0.10.1+0".sources]] - hash = "65f4f9a0ec188e77806fdb157bc94cc070026de81f0baca6d0f92f59d3852ad0" - url = "https://github.com/CEED/libCEED/archive/v0.10.1.tar.gz" - -[libCEED_jll."0.11.0+0"] -libraries = ["libceed"] - - [[libCEED_jll."0.11.0+0".sources]] - hash = "cf51d034ec26c120ed1ca47cb7142381644e76558fa5922300b06b8dd715b0e4" - url = "https://github.com/CEED/libCEED/archive/v0.11.0.tar.gz" - -[libCEED_jll."0.12.0+0"] -libraries = ["libceed"] - - [[libCEED_jll."0.12.0+0".sources]] - hash = "4018a20a98d451fac24765d3ddb936861647ce8d" - repo = "https://github.com/CEED/libCEED.git" - -[libCppInterOpExtra_jll."0.0.1+0"] -libraries = ["libCppInterOpExtra"] - - [[libCppInterOpExtra_jll."0.0.1+0".build_dependencies]] - name = "libCppInterOp_jll" - target = "target" - version = "*" - [[libCppInterOpExtra_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[libCppInterOpExtra_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[libCppInterOpExtra_jll."0.0.1+0".sources]] - hash = "229b23ab50ee18da39cab0267af0d3dadc6858b5" - repo = "https://github.com/Gnimuc/CppInterOp.jl.git" - [[libCppInterOpExtra_jll."0.0.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[libCppInterOpExtra_jll."0.0.2+0"] -libraries = ["libCppInterOpExtra"] - - [[libCppInterOpExtra_jll."0.0.2+0".build_dependencies]] - name = "libCppInterOp_jll" - target = "target" - version = "*" - [[libCppInterOpExtra_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[libCppInterOpExtra_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[libCppInterOpExtra_jll."0.0.2+0".sources]] - hash = "bfa766c0feec093db95a3edaf26a0744853397c1" - repo = "https://github.com/Gnimuc/CppInterOp.jl.git" - [[libCppInterOpExtra_jll."0.0.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[libCppInterOpExtra_jll."0.0.3+0"] -libraries = ["libCppInterOpExtra"] - - [[libCppInterOpExtra_jll."0.0.3+0".build_dependencies]] - name = "libCppInterOp_jll" - target = "target" - version = "*" - [[libCppInterOpExtra_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[libCppInterOpExtra_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[libCppInterOpExtra_jll."0.0.3+0".sources]] - hash = "bfa766c0feec093db95a3edaf26a0744853397c1" - repo = "https://github.com/Gnimuc/CppInterOp.jl.git" - [[libCppInterOpExtra_jll."0.0.3+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[libCppInterOpExtra_jll."0.0.4+0"] -libraries = ["libCppInterOpExtra"] - - [[libCppInterOpExtra_jll."0.0.4+0".build_dependencies]] - name = "libCppInterOp_jll" - target = "target" - version = "*" - [[libCppInterOpExtra_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[libCppInterOpExtra_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[libCppInterOpExtra_jll."0.0.4+0".sources]] - hash = "f5c30f9bcb4846e72d8a3a1e0366dcd11e4b9066" - repo = "https://github.com/Gnimuc/CppInterOp.jl.git" - [[libCppInterOpExtra_jll."0.0.4+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[libCppInterOp_jll."0.1.0+0"] -libraries = ["libCppInterOp"] - - [[libCppInterOp_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[libCppInterOp_jll."0.1.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[libCppInterOp_jll."0.1.0+0".sources]] - hash = "416a123977a9bebf0254f2b68a6f48497bc1debc" - repo = "https://github.com/Gnimuc/CppInterOp.git" - -[libCppInterOp_jll."0.1.1+0"] -libraries = ["libCppInterOp"] - - [[libCppInterOp_jll."0.1.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[libCppInterOp_jll."0.1.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[libCppInterOp_jll."0.1.1+0".sources]] - hash = "713343a694bcda327d34b31b7790f94ffe71702d" - repo = "https://github.com/compiler-research/CppInterOp.git" - [[libCppInterOp_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/28d07bbfea9fa22a3f2dee41e565a3c692a3674d//L/libCppInterOp/./bundled" - -[libCppInterOp_jll."0.1.2+0"] -libraries = ["libCppInterOp"] - - [[libCppInterOp_jll."0.1.2+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[libCppInterOp_jll."0.1.2+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[libCppInterOp_jll."0.1.2+0".sources]] - hash = "ecbffafe0016022e40b7dea6e7197ee062dde38f" - repo = "https://github.com/compiler-research/CppInterOp.git" - [[libCppInterOp_jll."0.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ec4fd1e512dfd85206f1562d8a8713c9ff26c55//L/libCppInterOp/./bundled" - -[libCppInterOp_jll."0.1.3+0"] -libraries = ["libCppInterOp"] - - [[libCppInterOp_jll."0.1.3+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[libCppInterOp_jll."0.1.3+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[libCppInterOp_jll."0.1.3+0".sources]] - hash = "ecbffafe0016022e40b7dea6e7197ee062dde38f" - repo = "https://github.com/compiler-research/CppInterOp.git" - [[libCppInterOp_jll."0.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cfe5cbda4699a4a50022e0088eada2dae8644d6c//L/libCppInterOp/./bundled" - -[libCppInterOp_jll."0.1.4+0"] -libraries = ["libCppInterOp"] - - [[libCppInterOp_jll."0.1.4+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[libCppInterOp_jll."0.1.4+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[libCppInterOp_jll."0.1.4+0".sources]] - hash = "8d79c1a0cafe5d2ff6c74afbcfbd1be320caa06b" - repo = "https://github.com/Gnimuc/CppInterOp.git" - [[libCppInterOp_jll."0.1.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/440fbfe8a9926590e64dd796d58463ea82041c6a//L/libCppInterOp/./bundled" - -[libCppInterOp_jll."0.1.5+0"] -libraries = ["libCppInterOp"] - - [[libCppInterOp_jll."0.1.5+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[libCppInterOp_jll."0.1.5+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[libCppInterOp_jll."0.1.5+0".sources]] - hash = "e0546dd8fdf3fb0c7a2ba6beddaf359130d13f35" - repo = "https://github.com/compiler-research/CppInterOp.git" - [[libCppInterOp_jll."0.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/de978a737fe074aff833aaa349adb5e800ff37aa//L/libCppInterOp/./bundled" - -[libCppInterOp_jll."0.1.5+1"] -libraries = ["libCppInterOp"] - - [[libCppInterOp_jll."0.1.5+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[libCppInterOp_jll."0.1.5+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[libCppInterOp_jll."0.1.5+1".sources]] - hash = "e0546dd8fdf3fb0c7a2ba6beddaf359130d13f35" - repo = "https://github.com/compiler-research/CppInterOp.git" - [[libCppInterOp_jll."0.1.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/61ec0b8cfbe6b1a4e693e120b0e2450333ec1fa9//L/libCppInterOp/./bundled" - -[libCppInterOp_jll."0.1.6+0"] -libraries = ["libCppInterOp"] - - [[libCppInterOp_jll."0.1.6+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[libCppInterOp_jll."0.1.6+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[libCppInterOp_jll."0.1.6+0".sources]] - hash = "a22df968590709eb2d3957fb6c88feb61639621e" - repo = "https://github.com/compiler-research/CppInterOp.git" - [[libCppInterOp_jll."0.1.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fac49848367245c948e6872b1512d2020854dead//L/libCppInterOp/./bundled" - -[libCppInterOp_jll."0.1.7+0"] -libraries = ["libCppInterOp"] - - [[libCppInterOp_jll."0.1.7+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[libCppInterOp_jll."0.1.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[libCppInterOp_jll."0.1.7+0".sources]] - hash = "da58066ca29649145b25b5fc0e22d8aee57e356a" - repo = "https://github.com/compiler-research/CppInterOp.git" - [[libCppInterOp_jll."0.1.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/90fc87745be9d34739946170fbf2a077e366c03a//L/libCppInterOp/./bundled" - -[libLAS_jll."0.1.0+0"] -libraries = ["liblas", "liblas_c"] - - [[libLAS_jll."0.1.0+0".sources]] - hash = "e6a1aaed412d638687b8aec44f7b12df7ca2bbbb" - repo = "https://github.com/libLAS/libLAS.git" - [[libLAS_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c7de068d0fc8ab1e531bfe36c3d617a7fb8f2a97//L/libLAS/./bundled" - -[libNVVM_jll."4.0.0+0"] -files = ["share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_40_0"] - - [[libNVVM_jll."4.0.0+0".build_dependencies]] - name = "CUDA_full_jll" - target = "target" - version = "12.1.1" - -[libNVVM_jll."4.0.0+1"] -files = ["share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_40_0"] - - [[libNVVM_jll."4.0.0+1".sources]] - hash = "018086c6bce5868451b0d30c74fd78826e15a2af0e9d891c1843bc2c3884bdec" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.2.128-archive.tar.xz" - [[libNVVM_jll."4.0.0+1".sources]] - hash = "eb1fd0dc47c6472af180a519aab1df738af7ebf48e756c35718a35a87ef0d61f" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.2.128-archive.tar.xz" - [[libNVVM_jll."4.0.0+1".sources]] - hash = "dbe5e4819dbfac1b2ea57644288f69717254ad68a343d458c2c002727f4dac46" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.2.128-archive.tar.xz" - [[libNVVM_jll."4.0.0+1".sources]] - hash = "4214ced663d40cfead0f01627fe21304220a763358d66d2761c09dadca88d498" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.128-archive.zip" - -[libNVVM_jll."4.0.1+0"] -files = ["share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_40_0"] - - [[libNVVM_jll."4.0.1+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[libNVVM_jll."4.0.1+0".sources]] - hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" - [[libNVVM_jll."4.0.1+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[libNVVM_jll."4.0.1+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - -[libNVVM_jll."4.0.2+0"] -libraries = ["libnvvm", "nvvm64_40_0"] - - [[libNVVM_jll."4.0.2+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[libNVVM_jll."4.0.2+0".sources]] - hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" - [[libNVVM_jll."4.0.2+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[libNVVM_jll."4.0.2+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - -[libNVVM_jll."4.0.3+0"] -libraries = ["libnvvm", "nvvm64_40_0"] - - [[libNVVM_jll."4.0.3+0".sources]] - hash = "68bf29e090b3e41c3711eee9892f1c0ba70b7829dd1df6601bc0f3d451aaaf5e" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.5.40-archive.tar.xz" - [[libNVVM_jll."4.0.3+0".sources]] - hash = "2027c3988f9c39721c34a0273b37c4b492e8dd5da5e778a443b09bf2c8a4f55c" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.5.40-archive.tar.xz" - [[libNVVM_jll."4.0.3+0".sources]] - hash = "28eb5da875c783e3c62c23c8949f02f632d3fa1567000045a18c6d83a5439cfc" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.5.40-archive.tar.xz" - [[libNVVM_jll."4.0.3+0".sources]] - hash = "dedcf8b84b244932bc34c8d2372eddcacf8103e8f16d820df03ee2ed98b43ce6" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.5.40-archive.zip" - -[libNVVM_jll."4.0.4+0"] -libraries = ["libnvvm", "nvvm64_40_0"] - - [[libNVVM_jll."4.0.4+0".sources]] - hash = "7a1a5b652e5ef85c82b721d10672fc9a2dbaab44e9bd3c65a69517bf53998c35" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.9.86-archive.tar.xz" - [[libNVVM_jll."4.0.4+0".sources]] - hash = "2432ef8a7c12d0a9ce3332a8af42b123c07f256390b3390802b1b2c6254c6c74" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-aarch64/cuda_nvcc-linux-aarch64-12.9.86-archive.tar.xz" - [[libNVVM_jll."4.0.4+0".sources]] - hash = "0aa1fce92dbae76c059c27eefb9d0ffb58e1291151e44ff7c7f1fc2dd9376c0d" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.9.86-archive.tar.xz" - [[libNVVM_jll."4.0.4+0".sources]] - hash = "227b109663b5e57d2718bcabb24a4ba0d9d4e52d958e327dc476f7c28691be85" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.9.86-archive.zip" - -[libNVVM_jll."4.0.5+0"] -libraries = ["libnvvm", "nvvm64_40_0"] - - [[libNVVM_jll."4.0.5+0".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[libNVVM_jll."4.0.5+0".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[libNVVM_jll."4.0.5+0".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - -[libNVVM_jll."4.0.5+1"] -libraries = ["libnvvm", "nvvm64_40_0"] - - [[libNVVM_jll."4.0.5+1".sources]] - hash = "8c5676a65a2e6d13e3c229f025af18677de46c220d77992fe932200fa798b19b" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-x86_64/libnvvm-linux-x86_64-13.0.48-archive.tar.xz" - [[libNVVM_jll."4.0.5+1".sources]] - hash = "9eaf1f43a44754221e61c19381f7c96563a566b9dc137b96edc28233fba146b2" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/linux-sbsa/libnvvm-linux-sbsa-13.0.48-archive.tar.xz" - [[libNVVM_jll."4.0.5+1".sources]] - hash = "5b290d6c6b61a4a730e6f38820f880ad4590975dd22fb6f48fc03bce2aa77f32" - url = "https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.48-archive.zip" - -[libNVVM_jll."5.0.0+0"] -files = ["share/libdevice/libdevice.10.bc"] -libraries = ["libnvvm", "nvvm64_40_0"] - - [[libNVVM_jll."5.0.0+0".sources]] - hash = "7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/cuda_nvcc-linux-x86_64-12.4.131-archive.tar.xz" - [[libNVVM_jll."5.0.0+0".sources]] - hash = "2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-ppc64le/cuda_nvcc-linux-ppc64le-12.4.131-archive.tar.xz" - [[libNVVM_jll."5.0.0+0".sources]] - hash = "83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-sbsa/cuda_nvcc-linux-sbsa-12.4.131-archive.tar.xz" - [[libNVVM_jll."5.0.0+0".sources]] - hash = "3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8" - url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.4.131-archive.zip" - -[libRadtran_jll."2.0.4+0"] -executables = ["make_angresfunc", "ssradar", "uvspec_mpi", "read_Stamnes_tab", "zenith", "noon", "sza2time", "angres", "uvspec", "vac2air", "vrs_ocean_albedo", "make_slitfunction", "pmom", "phase", "sofi", "conv", "mie", "integrate", "snowalbedo", "spline", "cldprp", "plkavg", "time2sza", "uvspecfunction"] -libraries = ["libRadtran"] - - [[libRadtran_jll."2.0.4+0".sources]] - hash = "eb840e00f2b59648e77775df83d8ae2337880cec155d145228cd65365e3c816f" - url = "http://www.libradtran.org/download/libRadtran-2.0.4.tar.gz" - -[libad9361_iio_jll."0.2.0+0"] -libraries = ["ad9361", "libad9361"] - - [[libad9361_iio_jll."0.2.0+0".sources]] - hash = "8ac95f3325c18c2e34cd9cfd49c7b63d69a0a9d2" - repo = "https://github.com/analogdevicesinc/libad9361-iio.git" - -[libadwaita_jll."1.2.0+0"] -libraries = ["libadwaita-1"] - - [[libadwaita_jll."1.2.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[libadwaita_jll."1.2.0+0".sources]] - hash = "322f3e1be39ba67981d9fe7228a85818eccaa2ed0aa42bcafe263af881c6460c" - url = "https://download.gnome.org/sources/libadwaita/1.2/libadwaita-1.2.0.tar.xz" - -[libadwaita_jll."1.3.6+0"] -libraries = ["libadwaita-1"] - - [[libadwaita_jll."1.3.6+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[libadwaita_jll."1.3.6+0".sources]] - hash = "cb8313dabe78a128415b93891d9aff2aba88ad58e3d5a54562e1f05fc9222979" - url = "https://download.gnome.org/sources/libadwaita/1.3/libadwaita-1.3.6.tar.xz" - -[libaec_jll."1.0.6+0"] -executables = ["aec"] -libraries = ["libsz", "libaec"] - - [[libaec_jll."1.0.6+0".sources]] - hash = "31fb65b31e835e1a0f3b682d64920957b6e4407ee5bbf42ca49549438795a288" - url = "https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.0.6/libaec-v1.0.6.tar.bz2" - -[libaec_jll."1.0.6+1"] -executables = ["aec"] -libraries = ["libsz", "libaec"] - - [[libaec_jll."1.0.6+1".sources]] - hash = "31fb65b31e835e1a0f3b682d64920957b6e4407ee5bbf42ca49549438795a288" - url = "https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.0.6/libaec-v1.0.6.tar.bz2" - -[libaec_jll."1.1.2+0"] -executables = ["graec"] -libraries = ["libsz", "libaec"] - - [[libaec_jll."1.1.2+0".sources]] - hash = "bdad8c7923537c3695327aa85afdcd714fb3d30a5f956a27ba2971ef98c043ac" - url = "https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.1.2/libaec-v1.1.2.tar.bz2" - -[libaec_jll."1.1.2+1"] -executables = ["graec"] -libraries = ["libsz", "libaec"] - - [[libaec_jll."1.1.2+1".sources]] - hash = "bdad8c7923537c3695327aa85afdcd714fb3d30a5f956a27ba2971ef98c043ac" - url = "https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.1.2/libaec-v1.1.2.tar.bz2" - -[libaec_jll."1.1.2+2"] -executables = ["graec"] -libraries = ["libsz", "libaec"] - - [[libaec_jll."1.1.2+2".sources]] - hash = "bdad8c7923537c3695327aa85afdcd714fb3d30a5f956a27ba2971ef98c043ac" - url = "https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.1.2/libaec-v1.1.2.tar.bz2" - -[libaec_jll."1.1.3+0"] -executables = ["graec"] -libraries = ["libsz", "libaec"] - - [[libaec_jll."1.1.3+0".sources]] - hash = "58677dbbf080bac17bbb8717d32e63feb4e20115" - repo = "https://gitlab.dkrz.de/k202009/libaec.git" - -[libaec_jll."1.1.4+0"] -executables = ["graec"] -libraries = ["libsz", "libaec"] - - [[libaec_jll."1.1.4+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[libaec_jll."1.1.4+0".sources]] - hash = "e53db588a6cc31da3cf58f0f23a3c7d7c9009057" - repo = "https://gitlab.dkrz.de/k202009/libaec.git" - -[libaio_jll."0.3.112+0"] -libraries = ["libaio"] - - [[libaio_jll."0.3.112+0".sources]] - hash = "d025927efa75a0d1b46ca3a5ef331caa2f46ee0e" - repo = "https://pagure.io/libaio.git" - -[libaom_jll."3.4.0+0"] -executables = ["aomenc", "aomdec"] -libraries = ["libaom", "aom"] - - [[libaom_jll."3.4.0+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[libaom_jll."3.4.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[libaom_jll."3.4.0+0".sources]] - hash = "bd754b58c3fa69f3ffd29da77de591bd9c26970e3b18537951336d6c0252e354" - url = "https://storage.googleapis.com/aom-releases/libaom-3.4.0.tar.gz" - -[libaom_jll."3.9.0+0"] -executables = ["aomenc", "aomdec"] -libraries = ["libaom", "aom"] - - [[libaom_jll."3.9.0+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[libaom_jll."3.9.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[libaom_jll."3.9.0+0".sources]] - hash = "a662e22299752547488c8e1412c0b41981efa8dbb1a25c696ded7ba9c472e919" - url = "https://storage.googleapis.com/aom-releases/libaom-3.9.0.tar.gz" - -[libaom_jll."3.11.0+0"] -executables = ["aomenc", "aomdec"] -libraries = ["libaom", "aom"] - - [[libaom_jll."3.11.0+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[libaom_jll."3.11.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[libaom_jll."3.11.0+0".sources]] - hash = "cf7d103d2798e512aca9c6e7353d7ebf8967ee96fffe9946e015bb9947903e3e" - url = "https://storage.googleapis.com/aom-releases/libaom-3.11.0.tar.gz" - -[libaom_jll."3.12.1+0"] -executables = ["aomenc", "aomdec"] -libraries = ["libaom", "aom"] - - [[libaom_jll."3.12.1+0".build_dependencies]] - name = "YASM_jll" - target = "host" - version = "*" - [[libaom_jll."3.12.1+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[libaom_jll."3.12.1+0".sources]] - hash = "9e9775180dec7dfd61a79e00bda3809d43891aee6b2e331ff7f26986207ea22e" - url = "https://storage.googleapis.com/aom-releases/libaom-3.12.1.tar.gz" - [[libaom_jll."3.12.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d878fa3b48744b379a969bfbaea12fdc57fdc206//L/libaom/bundled" - -[libass_jll."0.14.0+0"] -libraries = ["libass"] - - [[libass_jll."0.14.0+0".sources]] - hash = "881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2" - url = "https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.xz" - -[libass_jll."0.14.0+1"] -libraries = ["libass"] - - [[libass_jll."0.14.0+1".sources]] - hash = "881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2" - url = "https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.xz" - -[libass_jll."0.14.0+2"] -libraries = ["libass"] - - [[libass_jll."0.14.0+2".sources]] - hash = "881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2" - url = "https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.xz" - -[libass_jll."0.14.0+3"] -libraries = ["libass"] - - [[libass_jll."0.14.0+3".sources]] - hash = "881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2" - url = "https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.xz" - -[libass_jll."0.14.0+4"] -libraries = ["libass"] - - [[libass_jll."0.14.0+4".sources]] - hash = "881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2" - url = "https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.xz" - -[libass_jll."0.15.1+0"] -libraries = ["libass"] - - [[libass_jll."0.15.1+0".sources]] - hash = "1cdd39c9d007b06e737e7738004d7f38cf9b1e92843f37307b24e7ff63ab8e53" - url = "https://github.com/libass/libass/releases/download/0.15.1/libass-0.15.1.tar.xz" - -[libass_jll."0.15.2+0"] -libraries = ["libass"] - - [[libass_jll."0.15.2+0".sources]] - hash = "1be2df9c4485a57d78bb18c0a8ed157bc87a5a8dd48c661961c625cb112832fd" - url = "https://github.com/libass/libass/releases/download/0.15.2/libass-0.15.2.tar.xz" - -[libass_jll."0.17.4+0"] -libraries = ["libass"] - - [[libass_jll."0.17.4+0".sources]] - hash = "78f1179b838d025e9c26e8fef33f8092f65611444ffa1bfc0cfac6a33511a05a" - url = "https://github.com/libass/libass/releases/download/0.17.4/libass-0.17.4.tar.xz" - -[libasyncns_jll."0.8.0+0"] -libraries = ["libasyncns"] - - [[libasyncns_jll."0.8.0+0".sources]] - hash = "4f1a66e746cbe54ff3c2fbada5843df4fbbbe7481d80be003e8d11161935ab74" - url = "http://0pointer.de/lennart/projects/libasyncns/libasyncns-0.8.tar.gz" - -[[libatomic_ops_jll."7.6.10+0".sources]] -hash = "587edf60817f56daf1e1ab38a4b3c729b8e846ff67b4f62a6157183708f099af" -url = "https://github.com/ivmai/libatomic_ops/releases/download/v7.6.10/libatomic_ops-7.6.10.tar.gz" - -[libavif_jll."1.0.4+0"] -libraries = ["libavif"] - - [[libavif_jll."1.0.4+0".sources]] - hash = "d77cfece0b3e233ee4bed49dfef1e7dc451599f8" - repo = "https://github.com/AOMediaCodec/libavif" - -[libavif_jll."1.3.0+0"] -libraries = ["libavif"] - - [[libavif_jll."1.3.0+0".sources]] - hash = "1aadfad932c98c069a1204261b1856f81f3bc199" - repo = "https://github.com/AOMediaCodec/libavif" - -[libavtp_jll."0.1.0+0"] -libraries = ["libavtp"] - - [[libavtp_jll."0.1.0+0".build_dependencies]] - name = "cmocka_jll" - target = "target" - uuid = "f83fd561-6387-5ecc-9835-b38c8eaffb11" - version = "*" - - [[libavtp_jll."0.1.0+0".sources]] - hash = "9c1587431281a8d2404060e4bfd39f5cf0f211be6251e6afb1100e6148c1e591" - url = "https://github.com/Avnu/libavtp/archive/refs/tags/v0.1.0.tar.gz" - -[libbensolve_jll."2.1.0+0"] -libraries = ["libbensolve"] - - [[libbensolve_jll."2.1.0+0".sources]] - hash = "f13c6708974553e346c5426c0471f395fc4de417b55ac9fb07978fa9d268f0a0" - url = "https://users.fmi.uni-jena.de/~sa67leb/bensolve/files/bensolve-2.1.0.tgz" - -[libblastrampoline_jll."1.0.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."1.0.0+0".sources]] - hash = "0c723926f96ba431713c4873b46e81a5fd600d0c" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."2.0.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."2.0.0+0".sources]] - hash = "ff674f952e55896d6db73331154cec84b54cb841" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."2.2.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."2.2.0+0".sources]] - hash = "45f4a20ffdba5d368db66d71885312f5f73c2dc7" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."3.0.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."3.0.0+0".sources]] - hash = "7bb259a69e5bad0adb55171b2bee164a30ce2e91" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."3.0.1+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."3.0.1+0".sources]] - hash = "e132e645db28bec024be9410467a6c7a2d0937ae" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."3.0.2+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."3.0.2+0".sources]] - hash = "5882fdf6395afb1ed01a8a10db94b7b3cbd39e16" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."3.0.3+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."3.0.3+0".sources]] - hash = "7b502b7bb5d4663df4a928d0f605924cd1a35c1a" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."3.0.4+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."3.0.4+0".sources]] - hash = "23de7a09bf354fe6f655c457bab5bf47fdd2486d" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."3.1.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."3.1.0+0".sources]] - hash = "c6c7bc5d4ae088bd7c519d58e3fb8b686d00db0c" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."3.1.0+1"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."3.1.0+1".sources]] - hash = "c6c7bc5d4ae088bd7c519d58e3fb8b686d00db0c" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."3.1.0+2"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."3.1.0+2".sources]] - hash = "c6c7bc5d4ae088bd7c519d58e3fb8b686d00db0c" - repo = "https://github.com/staticfloat/libblastrampoline" - -[libblastrampoline_jll."4.0.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."4.0.0+0".sources]] - hash = "af89551c9a50d762f747dd822c0290164f9c7077" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.0.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.0.0+0".sources]] - hash = "81b8d37b3807d0b3bb17fc88237c7c3167be1751" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.0.1+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.0.1+0".sources]] - hash = "d32042273719672c6669f6442a0be5605d434b70" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.0.2+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.0.2+0".sources]] - hash = "6eee308cf89315a599ae06affb37871299703ccb" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.1.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.1.0+0".sources]] - hash = "d988464c12117c1def1324a91e3d50a4f4a32eff" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.1.1+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.1.1+0".sources]] - hash = "ab5a1248f59e2be69856a7dcffb4406ff6ec6f04" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.1.1+1"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.1.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[libblastrampoline_jll."5.1.1+1".sources]] - hash = "ab5a1248f59e2be69856a7dcffb4406ff6ec6f04" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.2.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.2.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[libblastrampoline_jll."5.2.0+0".sources]] - hash = "4a934fd00056c6d351e9b9a445c3b05bf8a0669d" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.4.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.4.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[libblastrampoline_jll."5.4.0+0".sources]] - hash = "d00e6ca235bb747faae4c9f3a297016cae6959ed" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.4.0+1"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.4.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.4.0+1".sources]] - hash = "d00e6ca235bb747faae4c9f3a297016cae6959ed" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.4.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a69b8cf66233993cfdb437f1b3da20c21444d6b//L/libblastrampoline/libblastrampoline@5.4/./bundled/" - -[libblastrampoline_jll."5.4.0+2"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.4.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.4.0+2".sources]] - hash = "d00e6ca235bb747faae4c9f3a297016cae6959ed" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.4.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6cb9e4890622674f7791f6724ab3a5bee548402a//L/libblastrampoline/libblastrampoline@5.4/./bundled/" - -[libblastrampoline_jll."5.5.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.5.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[libblastrampoline_jll."5.5.0+0".sources]] - hash = "9a8742ef266969177e656a5670c163bdb358b174" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.6.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.6.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[libblastrampoline_jll."5.6.0+0".sources]] - hash = "b6320c1a373ca76c3abae1363fcbd157cf31f10c" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.7.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.7.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[libblastrampoline_jll."5.7.0+0".sources]] - hash = "2272604bfb10b9e8a3ae5f1a4569899b99251a65" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.8.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.8.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[libblastrampoline_jll."5.8.0+0".sources]] - hash = "81316155d4838392e8462a92bcac3eebe9acd0c7" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.8.0+1"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.8.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[libblastrampoline_jll."5.8.0+1".sources]] - hash = "81316155d4838392e8462a92bcac3eebe9acd0c7" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.8.0+2"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.8.0+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.8.0+2".sources]] - hash = "81316155d4838392e8462a92bcac3eebe9acd0c7" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.8.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/55bff4fe203da46b6436d72f6df417800d6cb66f//L/libblastrampoline/./bundled/" - -[libblastrampoline_jll."5.9.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.9.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.9.0+0".sources]] - hash = "3c451b99639a984126c6a618d4394ee582e872a2" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/815474c328a2f112179c1f3a04c9d855df907686//L/libblastrampoline/./bundled/" - -[libblastrampoline_jll."5.10.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.10.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.10.0+0".sources]] - hash = "77227d280e5937a945ae86ec32cc300699d4b213" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5cdb0deb1774a13f7dd9ded41d59e5833e83a066//L/libblastrampoline/./bundled/" - -[libblastrampoline_jll."5.10.1+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.10.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.10.1+0".sources]] - hash = "ff05ebb4e450deda0aebe8dce4d4f054e23fecfc" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.10.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4bfb5d7a9c54cba71772c370b376258c1239936a//L/libblastrampoline/./bundled/" - -[libblastrampoline_jll."5.11.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.11.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.11.0+0".sources]] - hash = "05083d50611b5538df69706f0a952d8e642b0b4b" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c662f32417f50f88409dae77ea14dd4a3c2c4b9b//L/libblastrampoline/./bundled/" - -[libblastrampoline_jll."5.11.0+1"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.11.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.11.0+1".sources]] - hash = "05083d50611b5538df69706f0a952d8e642b0b4b" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.11.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d1845fcdb914a1b018a7ce80a73bcae8c5a4f2b4//L/libblastrampoline/./bundled/" - -[libblastrampoline_jll."5.11.1+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.11.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.11.1+0".sources]] - hash = "b09277feafd342520b8476ce443d35327b5e55b4" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.11.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d1c4be30e15914090c4b4a26e6a4c634b5c3cc8//L/libblastrampoline/./bundled/" - -[libblastrampoline_jll."5.11.1+1"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.11.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.11.1+1".sources]] - hash = "b09277feafd342520b8476ce443d35327b5e55b4" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.11.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a6387d71c03bb876a0abdc4413a5c6e4f446dc2e//L/libblastrampoline/libblastrampoline@5.4/./bundled/" - -[libblastrampoline_jll."5.11.1+2"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.11.1+2".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.11.1+2".sources]] - hash = "b09277feafd342520b8476ce443d35327b5e55b4" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.11.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a69b8cf66233993cfdb437f1b3da20c21444d6b//L/libblastrampoline/libblastrampoline@5.11/./bundled/" - -[libblastrampoline_jll."5.11.2+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.11.2+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.11.2+0".sources]] - hash = "c48da8a1225c2537ff311c28ef395152fb879eae" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.11.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/85a77343d75a677262cf549a61b2422457ec2cb2//L/libblastrampoline/libblastrampoline@5.11/./bundled/" - -[libblastrampoline_jll."5.11.2+1"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.11.2+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.11.2+1".sources]] - hash = "c48da8a1225c2537ff311c28ef395152fb879eae" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.12.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.12.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.12.0+0".sources]] - hash = "b127bc8dd4758ffc064340fff2aef4ead552f386" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - [[libblastrampoline_jll."5.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6cb9e4890622674f7791f6724ab3a5bee548402a//L/libblastrampoline/libblastrampoline@5.12/./bundled/" - -[libblastrampoline_jll."5.13.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.13.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.13.0+0".sources]] - hash = "67cec8e74358a4ac140c2d17517279e73c17e2f7" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.13.1+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.13.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.13.1+0".sources]] - hash = "f26278e83ddc9035ae7695da597f1a5b26a4c62b" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.13.1+1"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.13.1+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.13.1+1".sources]] - hash = "f26278e83ddc9035ae7695da597f1a5b26a4c62b" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.14.0+0"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.14.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.14.0+0".sources]] - hash = "4cca50aa5101a4ed5f2c85e4760090a23d4aa5a5" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libblastrampoline_jll."5.14.0+1"] -libraries = ["libblastrampoline"] - - [[libblastrampoline_jll."5.14.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[libblastrampoline_jll."5.14.0+1".sources]] - hash = "4cca50aa5101a4ed5f2c85e4760090a23d4aa5a5" - repo = "https://github.com/JuliaLinearAlgebra/libblastrampoline.git" - -[libbluray_jll."1.3.0+0"] -executables = ["bd_list_titles", "bd_splice", "bd_info"] -libraries = ["libbluray"] - - [[libbluray_jll."1.3.0+0".sources]] - hash = "b305e453f8c6c409465a2d970857ff47bddaa0906486d66b4b8c725a404bbc69" - url = "https://code.videolan.org/videolan/libbluray/-/archive/1.3.0/libbluray-1.3.0.tar.gz" - -[libboxer_jll."0.2.0+0"] -files = ["include/boxer.h"] -libraries = ["libBoxer"] - - [[libboxer_jll."0.2.0+0".sources]] - hash = "57d25e5339b0c7b1d8c8242484ce2c4baca05fbea035c8e2d8aab05573eed0c9" - url = "https://github.com/feenkcom/libboxer/archive/refs/tags/v0.2.0.tar.gz" - [[libboxer_jll."0.2.0+0".sources]] - hash = "f7e679d2faddca7a99399a03a1fa21c49c0780cf2b73be2c4dd2f70d7a963637" - url = "https://github.com/feenkcom/libboxer/releases/download/v0.2.0/boxer.h" - -[libboxer_jll."0.4.0+0"] -files = ["include/boxer.h"] -libraries = ["libBoxer"] - - [[libboxer_jll."0.4.0+0".sources]] - hash = "0f5344e155c932d8ab625cdd6b0296382bf2564d" - repo = "https://github.com/feenkcom/libboxer.git" - [[libboxer_jll."0.4.0+0".sources]] - hash = "0d9cbd8e8c3cc0f0679d88d5ae17790d7b4dc8c70ab45e6959e031a5ec863072" - url = "https://github.com/feenkcom/libboxer/releases/download/v0.4.0/boxer.h" - -[libcbor_jll."0.12.0+0"] -libraries = ["libcbor"] - - [[libcbor_jll."0.12.0+0".sources]] - hash = "ae000f44e8d2a69e1f72a738f7c0b6b4b7cc4fbf" - repo = "https://github.com/PJK/libcbor.git" - -[libcellml_jll."0.4.0+0"] -libraries = ["libcellml"] - - [[libcellml_jll."0.4.0+0".sources]] - hash = "697e0b2d07e5e68d147a42c63305d7f72ce26c78" - repo = "https://github.com/cellml/libcellml" - [[libcellml_jll."0.4.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[libcellml_jll."0.5.0+0"] -libraries = ["libcellml"] - - [[libcellml_jll."0.5.0+0".sources]] - hash = "79c79e851a8ad9b10bc0cc7978121ae6ad98ef9c" - repo = "https://github.com/cellml/libcellml" - [[libcellml_jll."0.5.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[libcellml_jll."0.6.0+0"] -libraries = ["libcellml"] - - [[libcellml_jll."0.6.0+0".sources]] - hash = "438f64d536db5f15791b35ffa2e5dfa849f55322" - repo = "https://github.com/hsorby/libcellml" - [[libcellml_jll."0.6.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[libcellml_jll."0.6.2+0"] -libraries = ["libcellml"] - - [[libcellml_jll."0.6.2+0".sources]] - hash = "13f7d6666ccba2c226cf2b13566169cb2f4328f4" - repo = "https://github.com/cellml/libcellml" - [[libcellml_jll."0.6.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[libcellml_jll."0.6.3+0"] -libraries = ["libcellml"] - - [[libcellml_jll."0.6.3+0".sources]] - hash = "7269e4a234b133e930722acd11acd04e4cad31b4" - repo = "https://github.com/cellml/libcellml" - [[libcellml_jll."0.6.3+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[libcgal_julia_jll."0.4.0+0"] -libraries = ["libcgal_julia"] - - [[libcgal_julia_jll."0.4.0+0".sources]] - hash = "8d97853ac3baf5fee431d005b23a45e0390a9f81" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.5.1+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.5.1+0".sources]] - hash = "370a0af377082ed73c57e7392a74645500ba2a0a" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.6.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.6.0+0".sources]] - hash = "a3e634e6d0df0d6046daa4de531f91ca0f5673ff" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.6.1+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.6.1+0".sources]] - hash = "019daea1373e91fb8c2e95b29db26751a4917df8" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.6.2+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.6.2+0".sources]] - hash = "cd5cd8c3ff79afef72f2f282fe5ab6dc1b912fd1" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.6.3+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.6.3+0".sources]] - hash = "d66dd1616cfe2b35f4027f77e94dc7b04e109e18" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.7.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.7.0+0".sources]] - hash = "da7c613b5462dc636675e331d634cd3104dfc775" - repo = "https://github.com/rgcv/libcgal-julia.git" - [[libcgal_julia_jll."0.7.0+0".sources]] - hash = "faa707c8343780a6fe5eaf13490355e8190acf8e2c189b9e7ecbddb0fa2643ad" - url = "https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.1-linux-x86_64.tar.gz" - [[libcgal_julia_jll."0.7.0+0".sources]] - hash = "f2e5359f03314656c06e2a0a28a497f62e78f027dbe7f5155a5710b4914439b1" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-apple-darwin14.tar.gz" - [[libcgal_julia_jll."0.7.0+0".sources]] - hash = "c7b2db68156150d0e882e98e39269301d7bf56660f4fc2e38ed2734a7a8d1551" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-w64-mingw32.tar.gz" - -[libcgal_julia_jll."0.8.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.8.0+0".sources]] - hash = "ce3b4312d8ba161d85ff6bd2c4aed788f5523613" - repo = "https://github.com/rgcv/libcgal-julia.git" - [[libcgal_julia_jll."0.8.0+0".sources]] - hash = "faa707c8343780a6fe5eaf13490355e8190acf8e2c189b9e7ecbddb0fa2643ad" - url = "https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.1-linux-x86_64.tar.gz" - [[libcgal_julia_jll."0.8.0+0".sources]] - hash = "f2e5359f03314656c06e2a0a28a497f62e78f027dbe7f5155a5710b4914439b1" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-apple-darwin14.tar.gz" - [[libcgal_julia_jll."0.8.0+0".sources]] - hash = "c7b2db68156150d0e882e98e39269301d7bf56660f4fc2e38ed2734a7a8d1551" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-w64-mingw32.tar.gz" - -[libcgal_julia_jll."0.9.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.9.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "*" - - [[libcgal_julia_jll."0.9.0+0".sources]] - hash = "1bf5269e8fb0b11aa802b8e5872d5faa9367e977" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.9.1+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.9.1+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "*" - - [[libcgal_julia_jll."0.9.1+0".sources]] - hash = "306c43938205c81d28cccf47eab5a24297dea5ba" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.10.1+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.10.1+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libcgal_julia_jll."0.10.1+0".sources]] - hash = "631c98fcfb0305d1bb20e4c23bd539bbb85c4145" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.11.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.11.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libcgal_julia_jll."0.11.0+0".sources]] - hash = "2f449f50362f96c5d87bc3904ec9faeb184014b2" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.12.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.12.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libcgal_julia_jll."0.12.0+0".sources]] - hash = "d887f187eb44f6b4030710ebc776c79cd1b3e117" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.13.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.13.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libcgal_julia_jll."0.13.0+0".sources]] - hash = "2dba797281fad91fa2cd30512dab111ef4ef0fb6" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.14.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.14.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libcgal_julia_jll."0.14.0+0".sources]] - hash = "5a880a6ee33c3e4ecf200bcc4b56ca5d7307db9e" - repo = "https://github.com/rgcv/libcgal-julia.git" - -[libcgal_julia_jll."0.14.0+1"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.14.0+1".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libcgal_julia_jll."0.14.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/15e6c2892ca0d6bfa83d1a1fb28d9704806b3501//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.15.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.15.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libcgal_julia_jll."0.15.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8785615566927318926ec0a885998cd717196e9b//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.16.3+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.16.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libcgal_julia_jll."0.16.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.16.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.16.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6e53475a848484050cc7d9fa3ef09e71c8f20389//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.16.4+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.16.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libcgal_julia_jll."0.16.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.16.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.16.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/42be156a815b439c7807f7b34c99daf7a84132e4//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.16.5+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.16.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libcgal_julia_jll."0.16.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.16.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.16.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8d0f6847f908a4a7d9ecbae88dbb73bc56e5fbe3//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.16.103+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.16.103+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libcgal_julia_jll."0.16.103+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.16.103+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.16.103+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e7cc5bb308ef15072c38e83318a4157b1d6423cc//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.16.104+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.16.104+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libcgal_julia_jll."0.16.104+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.16.104+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.16.104+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/65591457d83d0a3be6d03611aee760f5c9b3f33b//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.16.105+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.16.105+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libcgal_julia_jll."0.16.105+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.16.105+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.16.105+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7b8b282134769716060538fb6e3df318841804a8//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.16.106+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.16.106+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libcgal_julia_jll."0.16.106+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.16.106+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.16.106+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d64ea5824787540151ff370a67a3ae06066564c7//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.17.3+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.17.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libcgal_julia_jll."0.17.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.17.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.17.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86f94de23d55d651675bedb3a9908a4f06f47b4d//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.17.3+1"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.17.3+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libcgal_julia_jll."0.17.3+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.17.3+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.17.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a49975c4407aea70ec2498ee65dc79e4afee3703//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.17.4+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.17.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libcgal_julia_jll."0.17.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.17.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.17.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ca0ef85f742837a3841a3f545469fa84d26803c3//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.17.4+1"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.17.4+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libcgal_julia_jll."0.17.4+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.17.4+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.17.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/44f69a6e7e79555d38d0157f2364ab8569f0bddf//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.17.5+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.17.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libcgal_julia_jll."0.17.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.17.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.17.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cb8b83f0eac0a812efbd08fd6aea7630490745e9//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.17.5+1"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.17.5+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libcgal_julia_jll."0.17.5+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.17.5+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.17.5+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b7ef37daba895ce05c4d3707fc8400f2a22e2442//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.17.6+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.17.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libcgal_julia_jll."0.17.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.17.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.17.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/24e02f95a2a0ed2ad67f670c3281fab6f6c71479//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.17.7+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.17.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - [[libcgal_julia_jll."0.17.7+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libcgal_julia_jll."0.17.7+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libcgal_julia_jll."0.17.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/540b57cad7c77243b7a9e71bcbb0dfdcb51fa8b4//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.18.0+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.18.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libcgal_julia_jll."0.18.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libcgal_julia_jll."0.18.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libcgal_julia_jll."0.18.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/423f0919ca2f9ca27836956c35b7a49b77759adc//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.18.0+1"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.18.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libcgal_julia_jll."0.18.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libcgal_julia_jll."0.18.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libcgal_julia_jll."0.18.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/be81379b7bd9c48c26fba7516d61e7a5fdce6b59//home/runner/src/github/rgcv/libcgal-julia" - -[libcgal_julia_jll."0.18.1+0"] -libraries = ["libcgal_julia_exact", "libcgal_julia_inexact"] - - [[libcgal_julia_jll."0.18.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libcgal_julia_jll."0.18.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libcgal_julia_jll."0.18.1+0".build_dependencies]] - name = "MPFR_jll" - rev = "ae094e0365be9a1a73fe9ce8ae4b224be6ccdbb6" - target = "target" - tree_hash = "cde7863fca5a4099ce69ce64ced0525926ba7eb8" - url = "https://github.com/JuliaBinaryWrappers/MPFR_jll.jl.git" - uuid = "3a97d323-0669-5f0c-9066-3539efd106a3" - version = "*" - - [[libcgal_julia_jll."0.18.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5fb343ac5c89a09866678eedcedc1daccb33bebb//home/runner/src/github/rgcv/libcgal-julia" - -[libcgroup_jll."3.0.0+0"] -executables = ["cgclassify", "cgcreate", "cgdelete", "cgexec", "cgget", "cgset", "cgsnapshot", "cgxget", "cgxset", "lscgroup", "lssubsys"] -libraries = ["libcgroup"] - - [[libcgroup_jll."3.0.0+0".sources]] - hash = "8d284d896fca1c981b55850e92acd3ad9648a69227c028dda7ae3402af878edd" - url = "https://github.com/libcgroup/libcgroup/releases/download/v3.0/libcgroup-3.0.0.tar.gz" - [[libcgroup_jll."3.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fb8152880d5bb011c4ab2a23b84fff2327c1ee17//L/libcgroup/./bundled" - -[libcifpp_jll."5.1.0+0"] -libraries = ["libcifpp"] - - [[libcifpp_jll."5.1.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[libcifpp_jll."5.1.0+0".build_dependencies]] - name = "boost_jll" - target = "host" - version = "*" - - [[libcifpp_jll."5.1.0+0".sources]] - hash = "836aed6ea9a227b37e5b0d9cbcb1253f545d0778" - repo = "https://github.com/PDB-REDO/libcifpp" - [[libcifpp_jll."5.1.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[libcifpp_jll."5.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/201b92220e32eb949cef90ea4f5c90998f430a47//L/libcifpp/./bundled" - -[libcifpp_jll."5.1.1+0"] -libraries = ["libcifpp"] - - [[libcifpp_jll."5.1.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[libcifpp_jll."5.1.1+0".build_dependencies]] - name = "boost_jll" - target = "host" - version = "*" - - [[libcifpp_jll."5.1.1+0".sources]] - hash = "15a49f1bb4f555ea11a9186015df28adf7a10cb0" - repo = "https://github.com/PDB-REDO/libcifpp" - [[libcifpp_jll."5.1.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[libcifpp_jll."5.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4a5b04be61870389f128c5245973295b2c5a4827//L/libcifpp/./bundled" - -[libcint_jll."3.0.20+0"] -libraries = ["libcint"] - - [[libcint_jll."3.0.20+0".sources]] - hash = "34108d98a0d7f9836c2d218a6ed0e0ba7efff84f" - repo = "https://github.com/sunqm/libcint.git" - -[libcint_jll."4.4.6+0"] -libraries = ["libcint"] - - [[libcint_jll."4.4.6+0".sources]] - hash = "c7093455f71e3d295edc39ba056d2c61aadc12b2" - repo = "https://github.com/sunqm/libcint.git" - -[libcint_jll."4.4.6+1"] -libraries = ["libcint"] - - [[libcint_jll."4.4.6+1".sources]] - hash = "c7093455f71e3d295edc39ba056d2c61aadc12b2" - repo = "https://github.com/sunqm/libcint.git" - -[libcint_jll."5.1.0+0"] -libraries = ["libcint"] - - [[libcint_jll."5.1.0+0".sources]] - hash = "d9415a8e3528b7b8f5717e3c68105f40d83b1fd4" - repo = "https://github.com/sunqm/libcint.git" - -[libcint_jll."5.1.1+0"] -libraries = ["libcint"] - - [[libcint_jll."5.1.1+0".sources]] - hash = "9fdd8eff6f0e1177aa1d70a85686f1b34a482cda" - repo = "https://github.com/sunqm/libcint.git" - -[libcint_jll."5.1.7+0"] -libraries = ["libcint"] - - [[libcint_jll."5.1.7+0".sources]] - hash = "cd69f75b08bde058d1c7fc51355d2ea468f45978" - repo = "https://github.com/sunqm/libcint.git" - -[libcint_jll."6.1.2+0"] -libraries = ["libcint"] - - [[libcint_jll."6.1.2+0".sources]] - hash = "8d13863ff481cea27efea5e56c9e4d352cdb8f80" - repo = "https://github.com/sunqm/libcint.git" - -[libcint_jll."6.1.2+1"] -libraries = ["libcint"] - - [[libcint_jll."6.1.2+1".sources]] - hash = "8d13863ff481cea27efea5e56c9e4d352cdb8f80" - repo = "https://github.com/sunqm/libcint.git" - -[libcircle_jll."0.3.0+0"] -libraries = ["libcircle"] - - [[libcircle_jll."0.3.0+0".sources]] - hash = "3d8fbfae2b95fafe71a309fcfbb7c1c993f16ad8" - repo = "https://github.com/hpc/libcircle" - -[libclangex_jll."0.1.1+0"] -libraries = ["libclangex"] - - [[libclangex_jll."0.1.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libclangex_jll."0.1.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libclangex_jll."0.1.1+0".sources]] - hash = "f7e5278397aefec99f18bf24875ba9afae8540e5" - repo = "https://github.com/Gnimuc/libclangex.git" - -[libclangex_jll."0.1.3+0"] -libraries = ["libclangex"] - - [[libclangex_jll."0.1.3+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "572793510c3f6ca3ecb9c34f3365843a4bc19160" - target = "target" - tree_hash = "77e4b6f109c61ab4ccd2f86218a3c0aacfbbbdd2" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libclangex_jll."0.1.3+0".sources]] - hash = "c27bb2040d9e2cff4eee9e4abaaa1f5dbb30dd24" - repo = "https://github.com/Gnimuc/libclangex.git" - -[libclangex_jll."0.1.3+1"] -libraries = ["libclangex"] - - [[libclangex_jll."0.1.3+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "572793510c3f6ca3ecb9c34f3365843a4bc19160" - target = "target" - tree_hash = "77e4b6f109c61ab4ccd2f86218a3c0aacfbbbdd2" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libclangex_jll."0.1.3+1".sources]] - hash = "c27bb2040d9e2cff4eee9e4abaaa1f5dbb30dd24" - repo = "https://github.com/Gnimuc/libclangex.git" - -[libclangex_jll."0.1.4+0"] -libraries = ["libclangex"] - - [[libclangex_jll."0.1.4+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libclangex_jll."0.1.4+0".sources]] - hash = "040ceddff5f6af2a6dcf7417c0c51dab262fbd1a" - repo = "https://github.com/Gnimuc/libclangex.git" - -[libclangex_jll."0.1.5+0"] -libraries = ["libclangex"] - - [[libclangex_jll."0.1.5+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libclangex_jll."0.1.5+0".sources]] - hash = "527f22f606f43682c89ef76746d5d9652b2db1dc" - repo = "https://github.com/Gnimuc/libclangex.git" - -[libclangex_jll."0.1.6+0"] -libraries = ["libclangex"] - - [[libclangex_jll."0.1.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libclangex_jll."0.1.6+0".sources]] - hash = "527f22f606f43682c89ef76746d5d9652b2db1dc" - repo = "https://github.com/Gnimuc/libclangex.git" - -[libclangex_jll."0.1.6+1"] -libraries = ["libclangex"] - - [[libclangex_jll."0.1.6+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libclangex_jll."0.1.6+1".sources]] - hash = "527f22f606f43682c89ef76746d5d9652b2db1dc" - repo = "https://github.com/Gnimuc/libclangex.git" - -[libclangex_jll."0.1.7+0"] -libraries = ["libclangex"] - - [[libclangex_jll."0.1.7+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[libclangex_jll."0.1.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[libclangex_jll."0.1.7+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[libclangex_jll."0.1.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - - [[libclangex_jll."0.1.7+0".sources]] - hash = "05c88ebf5519a51120652bacc5a8b05acca3ad43" - repo = "https://github.com/Gnimuc/libclangex.git" - -[libclangex_jll."0.1.8+0"] -libraries = ["libclangex"] - - [[libclangex_jll."0.1.8+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "12.0.1" - [[libclangex_jll."0.1.8+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "12.0.1" - [[libclangex_jll."0.1.8+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "13.0.1" - [[libclangex_jll."0.1.8+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "13.0.1" - [[libclangex_jll."0.1.8+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.5" - [[libclangex_jll."0.1.8+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.5" - - [[libclangex_jll."0.1.8+0".sources]] - hash = "c22e5eadc5f05b2f174d49c8e2fc5fcb75c3fbdb" - repo = "https://github.com/Gnimuc/libclangex.git" - -[libclangex_jll."0.2.0+0"] -libraries = ["libclangex"] - - [[libclangex_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[libclangex_jll."0.2.0+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[libclangex_jll."0.2.0+0".sources]] - hash = "7d599c3f41a183aae68e53f510915d64bbad3da7" - repo = "https://github.com/Gnimuc/ClangCompiler.jl.git" - [[libclangex_jll."0.2.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[libclc_jll."20.1.2+0"] -files = ["include/clc/clc.h"] - - [[libclc_jll."20.1.2+0".build_dependencies]] - name = "SPIRV_LLVM_Translator_jll" - target = "host" - version = "20.1.0" - - [[libclc_jll."20.1.2+0".sources]] - hash = "6286c526db3b84ce79292f80118e7e6d3fbd5b5ce3e4a0ebb32b2d205233bd86" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.2/llvm-20.1.2.src.tar.xz" - [[libclc_jll."20.1.2+0".sources]] - hash = "65031207d088937d0ffdf4d7dd7167cae640b7c9188fc0be3d7e286a89b7787c" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.2/clang-20.1.2.src.tar.xz" - [[libclc_jll."20.1.2+0".sources]] - hash = "8a48d5ff59a078b7a94395b34f7d5a769f435a3211886e2c8bf83aa2981631bc" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.2/cmake-20.1.2.src.tar.xz" - [[libclc_jll."20.1.2+0".sources]] - hash = "0eaaabff4be62189599026019f232adefc03d3db25d41f1a090ad8e806dc5dce" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.2/third-party-20.1.2.src.tar.xz" - [[libclc_jll."20.1.2+0".sources]] - hash = "ea1db1c7ffd6ba524124112040458f033ee7a156d9e382e5d04e73d609f8fbed" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.2/libclc-20.1.2.src.tar.xz" - [[libclc_jll."20.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6da68a72f830a9b0043e08e73a5623a7975fb9bd//L/libclc/bundled" - -[libcleri_jll."0.12.1+0"] -libraries = ["libcleri"] - - [[libcleri_jll."0.12.1+0".sources]] - hash = "a8a1adc9dcf4e889a4d44c17acb20d74d0c6cfe5" - repo = "https://github.com/transceptor-technology/libcleri.git" - -[libcleri_jll."0.12.1+1"] -libraries = ["libcleri"] - - [[libcleri_jll."0.12.1+1".sources]] - hash = "a8a1adc9dcf4e889a4d44c17acb20d74d0c6cfe5" - repo = "https://github.com/transceptor-technology/libcleri.git" - -[libcleri_jll."0.12.1+2"] -libraries = ["libcleri"] - - [[libcleri_jll."0.12.1+2".sources]] - hash = "a8a1adc9dcf4e889a4d44c17acb20d74d0c6cfe5" - repo = "https://github.com/transceptor-technology/libcleri.git" - -[libcleri_jll."0.12.1+3"] -libraries = ["libcleri"] - - [[libcleri_jll."0.12.1+3".sources]] - hash = "a8a1adc9dcf4e889a4d44c17acb20d74d0c6cfe5" - repo = "https://github.com/transceptor-technology/libcleri.git" - [[libcleri_jll."0.12.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b6d67c6e0f2d424506a022e123bdddcbbe6fed37//L/libcleri/./bundled" - -[libconfuse_jll."3.2.2+0"] -libraries = ["libconfuse"] - - [[libconfuse_jll."3.2.2+0".sources]] - hash = "71316b55592f8d0c98924242c98dbfa6252153a8b6e7d89e57fe6923934d77d0" - url = "https://github.com/martinh/libconfuse/releases/download/v3.2.2/confuse-3.2.2.tar.gz" - -[libconfuse_jll."3.2.2+1"] -libraries = ["libconfuse"] - - [[libconfuse_jll."3.2.2+1".sources]] - hash = "71316b55592f8d0c98924242c98dbfa6252153a8b6e7d89e57fe6923934d77d0" - url = "https://github.com/martinh/libconfuse/releases/download/v3.2.2/confuse-3.2.2.tar.gz" - -[libcrossterm_jll."0.2.0+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.2.0+0".sources]] - hash = "65b89e0f18fc30e9d4a812327507dd9b468c1597" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.3.0+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.3.0+0".sources]] - hash = "b861f2cc6bbb72cf0c9aa9e7d87e7e155761c2dc" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.3.3+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.3.3+0".sources]] - hash = "386d3649b8ef44b7102ded8eec74df032ae61ef5" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.4.0+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.4.0+0".sources]] - hash = "b27339d6a7be6d755dded6e9130e984d26211843" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.6.0+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.6.0+0".sources]] - hash = "4d31e0c3157695164af8427507a0f44291b31886" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.6.1+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.6.1+0".sources]] - hash = "341a1c01878a321a4479283e96e4c501fe8b98ea" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.6.2+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.6.2+0".sources]] - hash = "29f0f66dd657422ca87294a348924745b99f355b" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.6.3+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.6.3+0".sources]] - hash = "310d36d508b9b218c4c0131b433f0bc2589a4a90" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.6.4+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.6.4+0".sources]] - hash = "6134861fbeb9b1a085e90574625daf8f6e8279a0" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.7.2+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.7.2+0".sources]] - hash = "dd0606cf581889298b7767f1a6af2f7b71a15488" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcrossterm_jll."0.8.0+0"] -files = ["include/crossterm.h"] -libraries = ["libcrossterm"] - - [[libcrossterm_jll."0.8.0+0".sources]] - hash = "b16c0fee4421223e9ae879decb30123b06a1081c" - repo = "https://github.com/kdheepak/libcrossterm.git" - -[libcsv_jll."0.0.1+0"] -libraries = ["libcsv"] - - [[libcsv_jll."0.0.1+0".sources]] - hash = "6e750805f54f81a26470486d6ed79efaf7d13805" - repo = "https://github.com/rgamble/libcsv.git" - -[libdatachannel_jll."0.20.2+0"] -libraries = ["libdatachannel"] - - [[libdatachannel_jll."0.20.2+0".sources]] - hash = "9cbe6a2a1f21cde901bca9571581a96c6cda03cf" - repo = "https://github.com/paullouisageneau/libdatachannel.git" - [[libdatachannel_jll."0.20.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[libde265_jll."1.0.16000+0"] -libraries = ["libde265"] - - [[libde265_jll."1.0.16000+0".sources]] - hash = "b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7" - url = "https://github.com/strukturag/libde265/releases/download/v1.0.16/libde265-1.0.16.tar.gz" - -[libdecor_jll."0.2.2+0"] -libraries = ["libdecor-0"] - - [[libdecor_jll."0.2.2+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[libdecor_jll."0.2.2+0".build_dependencies]] - name = "Wayland_protocols_jll" - target = "target" - version = "*" - [[libdecor_jll."0.2.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[libdecor_jll."0.2.2+0".sources]] - hash = "40a1d8be07d8b1f66e8fb98a1f4a84549ca6bf992407198a5055952be80a8525" - url = "https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/0.2.2/libdecor-0.2.2.tar.gz" - -[libdeflate_jll."1.6.0+0"] -libraries = ["libdeflate"] - - [[libdeflate_jll."1.6.0+0".sources]] - hash = "60748f3f7b22dae846bc489b22a4f1b75eab052bf403dd8e16c8279f16f5171e" - url = "https://github.com/ebiggers/libdeflate/archive/v1.6.tar.gz" - [[libdeflate_jll."1.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4792c569fe4ec3c234943f0899e878df48fca156//L/libdeflate/./bundled" - -[libdeflate_jll."1.8.0+0"] -libraries = ["libdeflate"] - - [[libdeflate_jll."1.8.0+0".sources]] - hash = "50711ad4e9d3862f8dfb11b97eb53631a86ee3ce49c0e68ec2b6d059a9662f61" - url = "https://github.com/ebiggers/libdeflate/archive/refs/tags/v1.8.tar.gz" - -[libdeflate_jll."1.13.0+0"] -libraries = ["libdeflate"] - - [[libdeflate_jll."1.13.0+0".sources]] - hash = "0d81f197dc31dc4ef7b6198fde570f4e8653c77f4698fcb2163d820a9607c838" - url = "https://github.com/ebiggers/libdeflate/archive/refs/tags/v1.13.tar.gz" - -[libdeflate_jll."1.18.0+0"] -libraries = ["libdeflate"] - - [[libdeflate_jll."1.18.0+0".sources]] - hash = "495fee110ebb48a5eb63b75fd67e42b2955871e2" - repo = "https://github.com/ebiggers/libdeflate" - [[libdeflate_jll."1.18.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[libdeflate_jll."1.20.0+0"] -libraries = ["libdeflate"] - - [[libdeflate_jll."1.20.0+0".sources]] - hash = "275aa5141db6eda3587214e0f1d3a134768f557d" - repo = "https://github.com/ebiggers/libdeflate" - [[libdeflate_jll."1.20.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[libdeflate_jll."1.22.0+0"] -libraries = ["libdeflate"] - - [[libdeflate_jll."1.22.0+0".sources]] - hash = "2335c047e91cac6fd04cb0fd2769380395149f15" - repo = "https://github.com/ebiggers/libdeflate" - [[libdeflate_jll."1.22.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[libdeflate_jll."1.23.0+0"] -libraries = ["libdeflate"] - - [[libdeflate_jll."1.23.0+0".sources]] - hash = "78051988f96dc8d8916310d8b24021f01bd9e102" - repo = "https://github.com/ebiggers/libdeflate" - [[libdeflate_jll."1.23.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[libdeflate_jll."1.24.0+0"] -libraries = ["libdeflate"] - - [[libdeflate_jll."1.24.0+0".sources]] - hash = "96836d7d9d10e3e0d53e6edb54eb908514e336c4" - repo = "https://github.com/ebiggers/libdeflate" - [[libdeflate_jll."1.24.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[libdivsufsort_jll."2.0.2+0"] -libraries = ["libdivsufsort"] - - [[libdivsufsort_jll."2.0.2+0".sources]] - hash = "522cac82e5f4980fb7dc4f9f982aa63069b2d4ad" - repo = "https://github.com/y-256/libdivsufsort.git" - -[libdmg_hfsplus_jll."0.5.0+0"] -executables = ["dmg", "hdutil", "hfsplus"] - - [[libdmg_hfsplus_jll."0.5.0+0".sources]] - hash = "d6287b5afc2406b398de42f74eba432f2123b937" - repo = "https://github.com/mozilla/libdmg-hfsplus.git" - -[libdrm_jll."2.4.103+0"] -libraries = ["libdrm"] - - [[libdrm_jll."2.4.103+0".sources]] - hash = "3fe0affdba6460166a7323290c18cf68e9b59edcb520722826cb244e9cb50222" - url = "https://dri.freedesktop.org/libdrm/libdrm-2.4.103.tar.xz" - [[libdrm_jll."2.4.103+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a2a4044bdf2dc9301859d9a2b3c9021dab2edaf1//L/libdrm/./bundled" - -[libdrm_jll."2.4.106+0"] -libraries = ["libdrm"] - - [[libdrm_jll."2.4.106+0".sources]] - hash = "92d8ac54429b171e087e61c2894dc5399fe6a549b1fbba09fa6a3cb9d4e57bd4" - url = "https://dri.freedesktop.org/libdrm/libdrm-2.4.106.tar.xz" - [[libdrm_jll."2.4.106+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5fafb9423ae48d705a1d4476127702af6aaa343f//L/libdrm/./bundled" - -[libdrm_jll."2.4.110+0"] -libraries = ["libdrm"] - - [[libdrm_jll."2.4.110+0".sources]] - hash = "eecee4c4b47ed6d6ce1a9be3d6d92102548ea35e442282216d47d05293cf9737" - url = "https://dri.freedesktop.org/libdrm/libdrm-2.4.110.tar.xz" - [[libdrm_jll."2.4.110+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f2cc42c4d304f997d39bddb212052e16eaa1baff//L/libdrm/./bundled" - -[libdrm_jll."2.4.125+0"] -libraries = ["libdrm"] - - [[libdrm_jll."2.4.125+0".sources]] - hash = "d4bae92797a50f81a93524762e0410a49cd84cfa0f997795bc0172ac8fb1d96a" - url = "https://dri.freedesktop.org/libdrm/libdrm-2.4.125.tar.xz" - [[libdrm_jll."2.4.125+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a9cffe9a01a475024d4eb33cf2eea490681f1275//L/libdrm/./bundled" - -[libdrm_jll."2.4.125+1"] -libraries = ["libdrm"] - - [[libdrm_jll."2.4.125+1".sources]] - hash = "d4bae92797a50f81a93524762e0410a49cd84cfa0f997795bc0172ac8fb1d96a" - url = "https://dri.freedesktop.org/libdrm/libdrm-2.4.125.tar.xz" - [[libdrm_jll."2.4.125+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1af875c952edce0ef7a664c313698561950eec94//L/libdrm/./bundled" - -[libevdev_jll."1.11.0+0"] -libraries = ["libevdev"] - - [[libevdev_jll."1.11.0+0".sources]] - hash = "8855f1ac59a69d5bdff51e3f8980697f0127c270" - repo = "https://gitlab.freedesktop.org/libevdev/libevdev" - [[libevdev_jll."1.11.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8238bdb64b5ae771d55d742657e9fb35722b385b//L/libevdev/./bundled" - -[libevdev_jll."1.13.4+0"] -libraries = ["libevdev"] - - [[libevdev_jll."1.13.4+0".sources]] - hash = "ac0056961c3332a260db063ab4fccc7747638a1d" - repo = "https://gitlab.freedesktop.org/libevdev/libevdev" - -[libevent_jll."2.1.11+0"] -libraries = ["libevent"] - - [[libevent_jll."2.1.11+0".sources]] - hash = "a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d" - url = "https://github.com/libevent/libevent/releases/download/release-2.1.11-stable/libevent-2.1.11-stable.tar.gz" - -[libevent_jll."2.1.12+0"] -libraries = ["libevent", "libevent-2-1"] - - [[libevent_jll."2.1.12+0".sources]] - hash = "92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb" - url = "https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz" - -[libevent_jll."2.1.13+0"] -libraries = ["libevent", "libevent-2-1"] - - [[libevent_jll."2.1.13+0".sources]] - hash = "92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb" - url = "https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz" - [[libevent_jll."2.1.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/68ddd86625e9770e966625149d03e85ee1dbea74//L/libevent/bundled" - -[libevent_jll."2.1.13+1"] -libraries = ["libevent", "libevent-2-1", "libevent_core", "libevent_core-2-1", "libevent_pthreads", "libevent_pthreads-2-1"] - - [[libevent_jll."2.1.13+1".sources]] - hash = "92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb" - url = "https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz" - [[libevent_jll."2.1.13+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/adfc571a765ca9ef3c6b0bb2da4327a9503a8be6//L/libevent/bundled" - -[libevent_jll."2.1.14+0"] -libraries = ["libevent", "libevent-2-1", "libevent_core", "libevent_core-2-1", "libevent_pthreads", "libevent_pthreads-2-1"] - - [[libevent_jll."2.1.14+0".sources]] - hash = "92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb" - url = "https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz" - [[libevent_jll."2.1.14+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/65da73321e0a016e9dacc2f1d4bd748a524e6403//L/libevent/bundled" - -[libevent_jll."2.1.15+0"] -libraries = ["libevent", "libevent-2-1", "libevent_core", "libevent_core-2-1", "libevent_pthreads", "libevent_pthreads-2-1"] - - [[libevent_jll."2.1.15+0".sources]] - hash = "92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb" - url = "https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz" - [[libevent_jll."2.1.15+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d0298176a7c9d6af659ecb18fd534da14442654c//L/libevent/bundled" - -[libexif_jll."0.6.21+0"] -libraries = ["libexif"] - - [[libexif_jll."0.6.21+0".sources]] - hash = "edb7eb13664cf950a6edd132b75e99afe61c5effe2f16494e6d27bc404b287bf" - url = "https://jaist.dl.sourceforge.net/project/libexif/libexif/0.6.21/libexif-0.6.21.tar.gz" - -[libexif_jll."0.6.24+0"] -libraries = ["libexif"] - - [[libexif_jll."0.6.24+0".sources]] - hash = "d47564c433b733d83b6704c70477e0a4067811d184ec565258ac563d8223f6ae" - url = "https://github.com/libexif/libexif/releases/download/v0.6.24/libexif-0.6.24.tar.bz2" - -[libfabric_jll."1.22.0+0"] -libraries = ["libfabric"] - - [[libfabric_jll."1.22.0+0".sources]] - hash = "159219639b7fd69d140892120121bbb4d694e295" - repo = "https://github.com/ofiwg/libfabric" - -[libfacedetection_jll."3.0.0+0"] -libraries = ["libfacedetection"] - - [[libfacedetection_jll."3.0.0+0".sources]] - hash = "36783e346c596968f6648bdfdc76efc8c6f082a9" - repo = "https://github.com/ShiqiYu/libfacedetection.git" - -[libfdk_aac_jll."0.1.6+0"] -libraries = ["libfdk-aac"] - - [[libfdk_aac_jll."0.1.6+0".sources]] - hash = "aab61b42ac6b5953e94924c73c194f08a86172d63d39c5717f526ca016bed3ad" - url = "https://downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.6.tar.gz" - -[libfdk_aac_jll."0.1.6+1"] -libraries = ["libfdk-aac"] - - [[libfdk_aac_jll."0.1.6+1".sources]] - hash = "aab61b42ac6b5953e94924c73c194f08a86172d63d39c5717f526ca016bed3ad" - url = "https://downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.6.tar.gz" - -[libfdk_aac_jll."0.1.6+2"] -libraries = ["libfdk-aac"] - - [[libfdk_aac_jll."0.1.6+2".sources]] - hash = "aab61b42ac6b5953e94924c73c194f08a86172d63d39c5717f526ca016bed3ad" - url = "https://downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.6.tar.gz" - -[libfdk_aac_jll."0.1.6+3"] -libraries = ["libfdk-aac"] - - [[libfdk_aac_jll."0.1.6+3".sources]] - hash = "aab61b42ac6b5953e94924c73c194f08a86172d63d39c5717f526ca016bed3ad" - url = "https://downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.6.tar.gz" - -[libfdk_aac_jll."0.1.6+4"] -libraries = ["libfdk-aac"] - - [[libfdk_aac_jll."0.1.6+4".sources]] - hash = "aab61b42ac6b5953e94924c73c194f08a86172d63d39c5717f526ca016bed3ad" - url = "https://downloads.sourceforge.net/project/opencore-amr/fdk-aac/fdk-aac-0.1.6.tar.gz" - -[libfdk_aac_jll."2.0.2+0"] -libraries = ["libfdk-aac"] - - [[libfdk_aac_jll."2.0.2+0".sources]] - hash = "c9e8630cf9d433f3cead74906a1520d2223f89bcd3fa9254861017440b8eb22f" - url = "https://downloads.sourceforge.net/project/opencore-amr/fdk-aac/fdk-aac-2.0.2.tar.gz" - -[libfdk_aac_jll."2.0.3+0"] -libraries = ["libfdk-aac"] - - [[libfdk_aac_jll."2.0.3+0".sources]] - hash = "829b6b89eef382409cda6857fd82af84fabb63417b08ede9ea7a553f811cb79e" - url = "https://downloads.sourceforge.net/project/opencore-amr/fdk-aac/fdk-aac-2.0.3.tar.gz" - -[libfdk_aac_jll."2.0.4+0"] -libraries = ["libfdk-aac"] - - [[libfdk_aac_jll."2.0.4+0".sources]] - hash = "829b6b89eef382409cda6857fd82af84fabb63417b08ede9ea7a553f811cb79e" - url = "https://downloads.sourceforge.net/project/opencore-amr/fdk-aac/fdk-aac-2.0.3.tar.gz" - -[libflame_jll."5.2.0+0"] -libraries = ["libflame"] - - [[libflame_jll."5.2.0+0".sources]] - hash = "646ed9075cc45aeffb53632a3ec88defb423fefa" - repo = "https://github.com/flame/libflame" - [[libflame_jll."5.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1169eed17bae28151cf3080a904967a416fb8443//L/libflame/bundled" - -[libfreenect_jll."0.6.1+0"] -libraries = ["libfreenect_sync", "libfreenect"] - - [[libfreenect_jll."0.6.1+0".sources]] - hash = "edad69caabe662e7996db9425c8b5c568efa275d" - repo = "https://github.com/OpenKinect/libfreenect.git" - [[libfreenect_jll."0.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1e25c01f29374b5d7afe1e8239f25f6b82b098d1//L/libfreenect/./bundled" - -[libfreenect_jll."0.6.1+1"] -libraries = ["libfreenect_sync", "libfreenect"] - - [[libfreenect_jll."0.6.1+1".sources]] - hash = "edad69caabe662e7996db9425c8b5c568efa275d" - repo = "https://github.com/OpenKinect/libfreenect.git" - [[libfreenect_jll."0.6.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/96662e8c941f98036cde683a007a3c872d1f4940//L/libfreenect/./bundled" - -[libftd2xx_jll."1.0.0+0"] -libraries = ["libftd2xx", "ftd2xx", "ftd2xx64"] - - [[libftd2xx_jll."1.0.0+0".sources]] - hash = "82db36f089d391f194c8ad6494b0bf44c508b176f9d3302777c041dad1ef7fe6" - url = "https://www.ftdichip.com/Drivers/CDM/CDM v2.12.28 WHQL Certified.zip" - [[libftd2xx_jll."1.0.0+0".sources]] - hash = "84c9aaf7288a154faf0e2814ba590ec965141c698b2a00bffc94d8e0c7ebeb4c" - url = "https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-i386-1.4.8.gz" - [[libftd2xx_jll."1.0.0+0".sources]] - hash = "815d880c5ec40904f062373e52de07b2acaa428e54fece98b31e6573f5d261a0" - url = "https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-x86_64-1.4.8.gz" - [[libftd2xx_jll."1.0.0+0".sources]] - hash = "81c8556184e9532a3a19ee6915c3a43110dc208116967a4d3e159f00db5d16e1" - url = "https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v7-hf-1.4.8.gz" - [[libftd2xx_jll."1.0.0+0".sources]] - hash = "e353cfa94069dee6d5bba1c4d8a19b0fd2bf3db1e8bbe0c3b9534fdfaf7a55ed" - url = "https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v8-1.4.8.gz" - [[libftd2xx_jll."1.0.0+0".sources]] - hash = "757ef22c3e48c2022974c2110d25ee45dd09bff8f397c8432018c50fb4b2d785" - url = "https://www.ftdichip.com/Drivers/D2XX/MacOSX/D2XX1.4.16.dmg" - [[libftd2xx_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dfc5d9580b5eee0dca7f52621e9a3b7e9478c13e//L/libftd2xx/./bundled" - -[libftd2xx_jll."1.0.0+1"] -libraries = ["libftd2xx", "ftd2xx", "ftd2xx64"] - - [[libftd2xx_jll."1.0.0+1".sources]] - hash = "82db36f089d391f194c8ad6494b0bf44c508b176f9d3302777c041dad1ef7fe6" - url = "https://www.ftdichip.com/Drivers/CDM/CDM v2.12.28 WHQL Certified.zip" - [[libftd2xx_jll."1.0.0+1".sources]] - hash = "84c9aaf7288a154faf0e2814ba590ec965141c698b2a00bffc94d8e0c7ebeb4c" - url = "https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-i386-1.4.8.gz" - [[libftd2xx_jll."1.0.0+1".sources]] - hash = "815d880c5ec40904f062373e52de07b2acaa428e54fece98b31e6573f5d261a0" - url = "https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-x86_64-1.4.8.gz" - [[libftd2xx_jll."1.0.0+1".sources]] - hash = "81c8556184e9532a3a19ee6915c3a43110dc208116967a4d3e159f00db5d16e1" - url = "https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v7-hf-1.4.8.gz" - [[libftd2xx_jll."1.0.0+1".sources]] - hash = "e353cfa94069dee6d5bba1c4d8a19b0fd2bf3db1e8bbe0c3b9534fdfaf7a55ed" - url = "https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v8-1.4.8.gz" - [[libftd2xx_jll."1.0.0+1".sources]] - hash = "757ef22c3e48c2022974c2110d25ee45dd09bff8f397c8432018c50fb4b2d785" - url = "https://www.ftdichip.com/Drivers/D2XX/MacOSX/D2XX1.4.16.dmg" - [[libftd2xx_jll."1.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/62d44097a26fe338763da8263b36ce6a63e7fa9c//L/libftd2xx/./bundled" - -[libfyaml_jll."0.7.12+0"] -executables = ["fy-compose", "fy-dump", "fy-filter", "fy-join", "fy-testsuite", "fy-tool", "fy-ypath"] -libraries = ["libfyaml"] - - [[libfyaml_jll."0.7.12+0".sources]] - hash = "485342c6920e9fdc2addfe75e5c3e0381793f18b339ab7393c1b6edf78bf8ca8" - url = "https://github.com/pantoniou/libfyaml/releases/download/v0.7.12/libfyaml-0.7.12.tar.gz" - [[libfyaml_jll."0.7.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/caf6f6bd3528af5d77dc557468853e231f8b8b0e//L/libfyaml/./bundled" - -[libgeotiff_jll."1.6.0+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] - - [[libgeotiff_jll."1.6.0+0".sources]] - hash = "9311017e5284cffb86f2c7b7a9df1fb5ebcdc61c30468fb2e6bca36e4272ebca" - url = "https://github.com/OSGeo/libgeotiff/releases/download/1.6.0/libgeotiff-1.6.0.tar.gz" - [[libgeotiff_jll."1.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1b9285326a690b6c7b37fff4bd0197a1ed352849//L/libgeotiff/./bundled" - -[libgeotiff_jll."1.6.0+1"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."1.6.0+1".sources]] - hash = "9311017e5284cffb86f2c7b7a9df1fb5ebcdc61c30468fb2e6bca36e4272ebca" - url = "https://github.com/OSGeo/libgeotiff/releases/download/1.6.0/libgeotiff-1.6.0.tar.gz" - [[libgeotiff_jll."1.6.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6b14034058fd3e634f343240bbe808fdc474693f//L/libgeotiff/./bundled" - -[libgeotiff_jll."1.7.0+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."1.7.0+0".sources]] - hash = "fc304d8839ca5947cfbeb63adb9d1aa47acef38fc6d6689e622926e672a99a7e" - url = "https://github.com/OSGeo/libgeotiff/releases/download/1.7.0/libgeotiff-1.7.0.tar.gz" - [[libgeotiff_jll."1.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3454c2d6e4fd66098ed9a2d860138796585968cb//L/libgeotiff/./bundled" - -[libgeotiff_jll."1.7.1+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."1.7.1+0".sources]] - hash = "05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6" - url = "https://github.com/OSGeo/libgeotiff/releases/download/1.7.1/libgeotiff-1.7.1.tar.gz" - -[libgeotiff_jll."100.700.100+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."100.700.100+0".sources]] - hash = "05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6" - url = "https://github.com/OSGeo/libgeotiff/releases/download/1.7.1/libgeotiff-1.7.1.tar.gz" - -[libgeotiff_jll."100.700.101+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."100.700.101+0".sources]] - hash = "05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6" - url = "https://github.com/OSGeo/libgeotiff/releases/download/1.7.1/libgeotiff-1.7.1.tar.gz" - -[libgeotiff_jll."100.701.100+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."100.701.100+0".sources]] - hash = "05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6" - url = "https://github.com/OSGeo/libgeotiff/releases/download/1.7.1/libgeotiff-1.7.1.tar.gz" - -[libgeotiff_jll."100.701.100+1"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."100.701.100+1".sources]] - hash = "05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6" - url = "https://github.com/OSGeo/libgeotiff/releases/download/1.7.1/libgeotiff-1.7.1.tar.gz" - -[libgeotiff_jll."100.701.300+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."100.701.300+0".sources]] - hash = "ba23a3a35980ed3de916e125c739251f8e3266be07540200125a307d7cf5a704" - url = "https://github.com/OSGeo/libgeotiff/releases/download/1.7.3/libgeotiff-1.7.3.tar.gz" - -[libgeotiff_jll."100.702.300+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."100.702.300+0".sources]] - hash = "d2c72dba35ac9d1af2201191064ca4cbe7f57f11" - repo = "https://github.com/OSGeo/libgeotiff.git" - -[libgeotiff_jll."100.702.301+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."100.702.301+0".sources]] - hash = "d2c72dba35ac9d1af2201191064ca4cbe7f57f11" - repo = "https://github.com/OSGeo/libgeotiff.git" - -[libgeotiff_jll."100.702.400+0"] -executables = ["makegeo", "geotifcp", "listgeo", "applygeo"] -libraries = ["libgeotiff"] - - [[libgeotiff_jll."100.702.400+0".sources]] - hash = "96024f677642486f97cac43659bef57f4ed0590b" - repo = "https://github.com/OSGeo/libgeotiff.git" - -[libgifextra_jll."0.0.1+0"] -libraries = ["libgifextra"] - - [[libgifextra_jll."0.0.1+0".sources]] - hash = "600b3f8994c77606dc60f66cc04b69b4766f439d" - repo = "https://github.com/ashwani-rathee/libgifextra.git" - -[libgpiod_jll."2.2.1+0"] -libraries = ["libgpiod"] - - [[libgpiod_jll."2.2.1+0".sources]] - hash = "0e948049c309b87c220fb24ee0d605d7cd5b72f22376e608470903fffa2d4b18" - url = "https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/libgpiod-2.2.1.tar.xz" - -[libgraphicsmagic_jll."1.3.36+0"] -executables = ["gm"] -libraries = ["libGraphicsMagickWand", "libGraphicsMagick++", "libGraphicsMagick"] - - [[libgraphicsmagic_jll."1.3.36+0".sources]] - hash = "1e6723c48c4abbb31197fadf8396b2d579d97e197123edc70a4f057f0533d563" - url = "ftp://ftp.icm.edu.pl/pub/unix/graphics/GraphicsMagick/1.3/GraphicsMagick-1.3.36.tar.gz" - -[libgraphicsmagic_jll."1.3.36+1"] -executables = ["gm"] -libraries = ["libGraphicsMagickWand", "libGraphicsMagick++", "libGraphicsMagick"] - - [[libgraphicsmagic_jll."1.3.36+1".sources]] - hash = "1e6723c48c4abbb31197fadf8396b2d579d97e197123edc70a4f057f0533d563" - url = "ftp://ftp.icm.edu.pl/pub/unix/graphics/GraphicsMagick/1.3/GraphicsMagick-1.3.36.tar.gz" - -[libgsd_jll."3.2.1+0"] -libraries = ["libgsd"] - - [[libgsd_jll."3.2.1+0".sources]] - hash = "ad2417d0dbc455d1fb5aab525a919b36bc7f0851" - repo = "https://github.com/glotzerlab/gsd.git" - -[libgsd_jll."3.2.1+1"] -files = ["include/gsd.h"] -libraries = ["libgsd"] - - [[libgsd_jll."3.2.1+1".sources]] - hash = "ad2417d0dbc455d1fb5aab525a919b36bc7f0851" - repo = "https://github.com/glotzerlab/gsd.git" - -[libharu_jll."2.4.4+0"] -libraries = ["libhpdf"] - - [[libharu_jll."2.4.4+0".sources]] - hash = "0c598becaadaef8e3d12b883f9fc2864a118c12d" - repo = "https://github.com/libharu/libharu.git" - -[libharu_jll."2.4.5+0"] -libraries = ["libhpdf"] - - [[libharu_jll."2.4.5+0".sources]] - hash = "8fe5a738541a04642885fb7a75b2b5b9c5b416fa" - repo = "https://github.com/libharu/libharu.git" - -[libheif_jll."1.20.1000+0"] -libraries = ["libheif"] - - [[libheif_jll."1.20.1000+0".sources]] - hash = "55cc76b77c533151fc78ba58ef5ad18562e84da403ed749c3ae017abaf1e2090" - url = "https://github.com/strukturag/libheif/releases/download/v1.20.1/libheif-1.20.1.tar.gz" - -[libheif_jll."1.20.2000+0"] -libraries = ["libheif"] - - [[libheif_jll."1.20.2000+0".sources]] - hash = "35dad50a9145332a7bfdf1ff6aef6801fb613d68" - repo = "https://github.com/strukturag/libheif.git" - -[libidn2_jll."2.3.2+0"] -executables = ["idn2"] -libraries = ["libidn2"] - - [[libidn2_jll."2.3.2+0".sources]] - hash = "76940cd4e778e8093579a9d195b25fff5e936e9dc6242068528b437a76764f91" - url = "https://ftp.gnu.org/gnu/libidn/libidn2-2.3.2.tar.gz" - -[libidn2_jll."2.3.7+0"] -executables = ["idn2"] -libraries = ["libidn2"] - - [[libidn2_jll."2.3.7+0".sources]] - hash = "4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64" - url = "https://ftp.gnu.org/gnu/libidn/libidn2-2.3.7.tar.gz" - -[libidn_jll."1.38.0+0"] -executables = ["idn"] -libraries = ["libidn"] - - [[libidn_jll."1.38.0+0".sources]] - hash = "de00b840f757cd3bb14dd9a20d5936473235ddcba06d4bc2da804654b8bbf0f6" - url = "https://ftp.gnu.org/gnu/libidn/libidn-1.38.tar.gz" - -[libigc_jll."1.0.3586+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.3586+0".sources]] - hash = "e1b558a53f49deeb5a6e826ecbfd4e4b79bcfebb86316c64020134ca6aabfe8c" - url = "https://github.com/intel/intel-graphics-compiler/archive/igc-1.0.3586.tar.gz" - [[libigc_jll."1.0.3586+0".sources]] - hash = "ea241c807e949c24615691a5271e20bcaaa404b28a5f6deb462f9c22b478489b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/llvm-project-9.0.1.tar.xz" - [[libigc_jll."1.0.3586+0".sources]] - hash = "6c384160d03b7b8eb9c0a5e5eff265aa2b0084fd" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.3586+0".sources]] - hash = "cc7eff18ad99019adb3730437ffd577116fc116b" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.3586+0".sources]] - hash = "1c93162ab33af968c22fe1cbfb12ea87f5a25bfa" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.3586+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3ae16ae3617f93e3ea28b57058d244fdebf45270//L/libigc/./bundled" - -[libigc_jll."1.0.3586+1"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.3586+1".sources]] - hash = "e1b558a53f49deeb5a6e826ecbfd4e4b79bcfebb86316c64020134ca6aabfe8c" - url = "https://github.com/intel/intel-graphics-compiler/archive/igc-1.0.3586.tar.gz" - [[libigc_jll."1.0.3586+1".sources]] - hash = "ea241c807e949c24615691a5271e20bcaaa404b28a5f6deb462f9c22b478489b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/llvm-project-9.0.1.tar.xz" - [[libigc_jll."1.0.3586+1".sources]] - hash = "6c384160d03b7b8eb9c0a5e5eff265aa2b0084fd" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.3586+1".sources]] - hash = "cc7eff18ad99019adb3730437ffd577116fc116b" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.3586+1".sources]] - hash = "1c93162ab33af968c22fe1cbfb12ea87f5a25bfa" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.3586+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/166fe38ffbdf5d267af4c8dccf27fe6825c255e3//L/libigc/./bundled" - -[libigc_jll."1.0.3586+2"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.3586+2".sources]] - hash = "e1b558a53f49deeb5a6e826ecbfd4e4b79bcfebb86316c64020134ca6aabfe8c" - url = "https://github.com/intel/intel-graphics-compiler/archive/igc-1.0.3586.tar.gz" - [[libigc_jll."1.0.3586+2".sources]] - hash = "ea241c807e949c24615691a5271e20bcaaa404b28a5f6deb462f9c22b478489b" - url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/llvm-project-9.0.1.tar.xz" - [[libigc_jll."1.0.3586+2".sources]] - hash = "6c384160d03b7b8eb9c0a5e5eff265aa2b0084fd" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.3586+2".sources]] - hash = "cc7eff18ad99019adb3730437ffd577116fc116b" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.3586+2".sources]] - hash = "1c93162ab33af968c22fe1cbfb12ea87f5a25bfa" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.3586+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3ac494a8858e37d4bd5afa9cccfbd1d5e0a00a81//L/libigc/./bundled" - -[libigc_jll."1.0.3771+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.3771+0".sources]] - hash = "577887bf74c51a6084058836720fe58f8c35ca58" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.3771+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.3771+0".sources]] - hash = "9f0c2c0f5ddea1accc921aed4c94bc52c1b85637" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.3771+0".sources]] - hash = "7743482f2053582be990e93ca46d15239c509c9d" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.3771+0".sources]] - hash = "4023a728d4c113c08fd881c182b43ef871151c4f" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.3771+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2f8e8fc59837a0c4a9e7a9f3eba0767b15307fe8//L/libigc/./bundled" - -[libigc_jll."1.0.3899+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.3899+0".sources]] - hash = "d5cf8dc51b5b710df7bcf28019cff0afb40571fc" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.3899+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.3899+0".sources]] - hash = "9f0c2c0f5ddea1accc921aed4c94bc52c1b85637" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.3899+0".sources]] - hash = "7743482f2053582be990e93ca46d15239c509c9d" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.3899+0".sources]] - hash = "4023a728d4c113c08fd881c182b43ef871151c4f" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.3899+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2691c968e39bd739d297f4f4138e03d662216ed2//L/libigc/./bundled" - -[libigc_jll."1.0.3977+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.3977+0".sources]] - hash = "ee02884c6a2fc3eca62651a53e8dad65608fc352" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.3977+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.3977+0".sources]] - hash = "9f0c2c0f5ddea1accc921aed4c94bc52c1b85637" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.3977+0".sources]] - hash = "7743482f2053582be990e93ca46d15239c509c9d" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.3977+0".sources]] - hash = "4023a728d4c113c08fd881c182b43ef871151c4f" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.3977+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6c5631bfa19053ba1f926958676b58e0e78c2ebc//L/libigc/./bundled" - -[libigc_jll."1.0.4062+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.4062+0".sources]] - hash = "18081c401f7bbfeefede84572a066f038a2d0709" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.4062+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.4062+0".sources]] - hash = "9f0c2c0f5ddea1accc921aed4c94bc52c1b85637" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.4062+0".sources]] - hash = "7743482f2053582be990e93ca46d15239c509c9d" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.4062+0".sources]] - hash = "595c1e3eeb30afc8b6c20855f6a69560f7a9864a" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.4062+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/65a0827e1aab670fb3aec5b6c90ab0e6042bf730//L/libigc/./bundled" - -[libigc_jll."1.0.4154+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.4154+0".sources]] - hash = "173eb2a0f5d0a16f4abc07bbd093056bf0c04ae5" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.4154+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.4154+0".sources]] - hash = "9f0c2c0f5ddea1accc921aed4c94bc52c1b85637" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.4154+0".sources]] - hash = "7743482f2053582be990e93ca46d15239c509c9d" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.4154+0".sources]] - hash = "595c1e3eeb30afc8b6c20855f6a69560f7a9864a" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.4154+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ba85b422e3ade9d1e975f72cc7042b1aa95fd69d//L/libigc/./bundled" - -[libigc_jll."1.0.4241+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.4241+0".sources]] - hash = "9a456d81355b266ac60b26c1865935b4a266d6e2" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.4241+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.4241+0".sources]] - hash = "92f3f7f1a06f25fb13708f87c26b0fbf50924c96" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.4241+0".sources]] - hash = "4d43f68a30a510b4e7607351caab3df8e7426a6b" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.4241+0".sources]] - hash = "0e35a4a02de23c235f28505f52c1222731667d17" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.4241+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cd23b3eb656dafcd80d086ea4a3e194c99ad67c3//L/libigc/./bundled" - -[libigc_jll."1.0.4560+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.4560+0".sources]] - hash = "c622f2ffab847a00616a593e92057f4ed31a5c83" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.4560+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.4560+0".sources]] - hash = "6a9cd2c7dc37f168dae327564a98cab7c4382a2c" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.4560+0".sources]] - hash = "424e375edc4b915218ab5d1f08670a8d1e92c9d3" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.4560+0".sources]] - hash = "d7c5f99bd910a681b907815ebd44ef319ff417c4" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.4560+0".sources]] - hash = "c4a03454d55ed786138128bfd73fba491b31ca7c" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.4560+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/87f2449d084f15bf23f0042a906617600978e825//L/libigc/./bundled" - -[libigc_jll."1.0.4756+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.4756+0".sources]] - hash = "3623209b10b357ddb3a3d6eac3551c53ebc897f7" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.4756+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.4756+0".sources]] - hash = "6a9cd2c7dc37f168dae327564a98cab7c4382a2c" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.4756+0".sources]] - hash = "424e375edc4b915218ab5d1f08670a8d1e92c9d3" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.4756+0".sources]] - hash = "d7c5f99bd910a681b907815ebd44ef319ff417c4" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.4756+0".sources]] - hash = "c4a03454d55ed786138128bfd73fba491b31ca7c" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.4756+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/be916cab191653f29d605c3ab04794e10f9add0e//L/libigc/./bundled" - -[libigc_jll."1.0.5064+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.5064+0".sources]] - hash = "5abb954a968dae18e9e393a09fc0b1195f6b7fd0" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.5064+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.5064+0".sources]] - hash = "6a9cd2c7dc37f168dae327564a98cab7c4382a2c" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.5064+0".sources]] - hash = "424e375edc4b915218ab5d1f08670a8d1e92c9d3" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.5064+0".sources]] - hash = "830067832d4af0fbd5710e9a45669a02fcfb7c3f" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.5064+0".sources]] - hash = "c4a03454d55ed786138128bfd73fba491b31ca7c" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.5064+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86f6114363cb3e75a9d4cb0d616b95aa08ae1380//L/libigc/./bundled" - -[libigc_jll."1.0.5186+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.5186+0".sources]] - hash = "aaed3363afb9f7298f0e6d02cdc5885b50bc5d3a" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.5186+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.5186+0".sources]] - hash = "fdcfda343f493efdd262f0b6f2fae99809030c2f" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.5186+0".sources]] - hash = "0db501ebb43a5eec03469a226dc1822940e640b1" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.5186+0".sources]] - hash = "c8c52b5fb14b33e32de9df573b7de186a0c97c94" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.5186+0".sources]] - hash = "cfc800519a71522194efcaa9a5dd67ecbff43ffa" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.5186+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5a21f83a0034c2a205af7f2232784e7f54195a42//L/libigc/./bundled" - -[libigc_jll."1.0.5353+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.5353+0".sources]] - hash = "411ba3aa9373136ffd6e475005f94ba7c10a4f3a" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.5353+0".sources]] - hash = "cfc800519a71522194efcaa9a5dd67ecbff43ffa" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.5353+0".sources]] - hash = "fdcfda343f493efdd262f0b6f2fae99809030c2f" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.5353+0".sources]] - hash = "0db501ebb43a5eec03469a226dc1822940e640b1" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.5353+0".sources]] - hash = "eabcd2022cf868a658b257b8ea6ad62acbbe7dc5" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.5353+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.5353+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/76275a7ae3ffffa8abe55ddc66fb08bd38275745//L/libigc/./bundled" - -[libigc_jll."1.0.5699+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.5699+0".sources]] - hash = "c59cb6f02b12fd4cc2549707985c6015b4928c1a" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.5699+0".sources]] - hash = "9cbc7cfb9bc374be22e1bb2418c5e9385000d755" - repo = "https://github.com/intel/llvm-patches.git" - [[libigc_jll."1.0.5699+0".sources]] - hash = "4e83bbfb67047d0a836739982264a007a4d418ef" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.5699+0".sources]] - hash = "424e375edc4b915218ab5d1f08670a8d1e92c9d3" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.5699+0".sources]] - hash = "a08fe5bc81963c569c3920557c1fbe0caa40840c" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.5699+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.5699+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b6d478db06ce09a5b58c58000f58ec87896ae697//L/libigc/./bundled" - -[libigc_jll."1.0.6712+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.6712+0".sources]] - hash = "a1a451f633b0c8ba403e57ffb4ef2a5d898c0951" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.6712+0".sources]] - hash = "c8cd72e32b6abc18ce6da71c357ea45ba78b52f0" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.6712+0".sources]] - hash = "9d8d0329fe41d7fd1b859d1988b8c89d7cce0a7e" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.6712+0".sources]] - hash = "7ee152a0024b22d757fe2d7c7e2c869d23ef7825" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.6712+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.6712+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f99f80c374b926ef0e8175a39af87917cb33795f//L/libigc/./bundled" - -[libigc_jll."1.0.7423+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.7423+0".sources]] - hash = "3104b45be5ed35a7f6a8d52ff4a7f339f582e055" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.7423+0".sources]] - hash = "c8cd72e32b6abc18ce6da71c357ea45ba78b52f0" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.7423+0".sources]] - hash = "9d8d0329fe41d7fd1b859d1988b8c89d7cce0a7e" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.7423+0".sources]] - hash = "069ced1e8a408d8b602b3b210017603792df6260" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.7423+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.7423+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2c7079194b6e0d4c1380817461c0f7465a83a0b4//L/libigc/./bundled" - -[libigc_jll."1.0.7862+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.7862+0".sources]] - hash = "f91868690066cb76955f00e1168a8bdd1fd62672" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.7862+0".sources]] - hash = "c8cd72e32b6abc18ce6da71c357ea45ba78b52f0" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.7862+0".sources]] - hash = "d429dc86342e522969209b65fdd5edce2bee799d" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.7862+0".sources]] - hash = "069ced1e8a408d8b602b3b210017603792df6260" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.7862+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.7862+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dbe593ea411beef4eae03bf5a82fcd152da39b66//L/libigc/./bundled" - -[libigc_jll."1.0.8173+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.8173+0".sources]] - hash = "614876a3eb96433e13647adab2979bfa52dcd219" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.8173+0".sources]] - hash = "c8cd72e32b6abc18ce6da71c357ea45ba78b52f0" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.8173+0".sources]] - hash = "d429dc86342e522969209b65fdd5edce2bee799d" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.8173+0".sources]] - hash = "d9ffe1f9cbe45b296f098669173bcaeff12bfe99" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.8173+0".sources]] - hash = "d32170dbd5b0d54436537b6b75beaf44324e0c28" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.8173+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cac251b70afb1939ae0fcd7a9db7cc22fe1dc8ef//L/libigc/./bundled" - -[libigc_jll."1.0.8708+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.8708+0".sources]] - hash = "9ff8ff3d235cfac683ef91809c64247d6a43b887" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.8708+0".sources]] - hash = "fd68f64b33e67d58f6c36b9e25c31c1178a1962a" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.8708+0".sources]] - hash = "c67e6f26a7285aa753598ef792593ac4a545adf9" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.8708+0".sources]] - hash = "e5ad7e02aa4aa21a3cd7b3e5d1f3ec9b95f58872" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.8708+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.8708+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/71094abadc5d9925e7633ed13321e20e31b95acb//L/libigc/./bundled" - -[libigc_jll."1.0.8744+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.8744+0".sources]] - hash = "3ba8dde8c414a0e47df58b1bba12a64f8ba2089e" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.8744+0".sources]] - hash = "fd68f64b33e67d58f6c36b9e25c31c1178a1962a" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.8744+0".sources]] - hash = "d8d516efa27a8b3d9c40d8c78390c5c53c6e99d6" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.8744+0".sources]] - hash = "e5ad7e02aa4aa21a3cd7b3e5d1f3ec9b95f58872" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.8744+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.8744+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0e9884762472d8c2f261b07f2ad89b99e4230a73//L/libigc/./bundled" - -[libigc_jll."1.0.10395+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.10395+0".sources]] - hash = "775a850f9b0c2d7249503b47ad6bd39a4eb9b3d7" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.10395+0".sources]] - hash = "50bf6d7524bea3e3d595b7c252c9ad2f91340231" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.10395+0".sources]] - hash = "cf681c88ea3f0c40d1a85677232fe6102b7e084f" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.10395+0".sources]] - hash = "eeb973f5020a5f0e92ad6da879bc4df9f5985a1c" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.10395+0".sources]] - hash = "ae217c17809fadb232ec94b29304b4afcd417bb4" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.10395+0".sources]] - hash = "5066d947985dd0c5107765daec5f24f735f3259a" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.10395+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.10395+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/500f621454a7f4831c7a7f9d099396695425621c//L/libigc/./bundled" - -[libigc_jll."1.0.10409+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.10409+0".sources]] - hash = "d5bef0c991c41e03a567187eb78fe35b6c116847" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.10409+0".sources]] - hash = "50bf6d7524bea3e3d595b7c252c9ad2f91340231" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.10409+0".sources]] - hash = "cf681c88ea3f0c40d1a85677232fe6102b7e084f" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.10409+0".sources]] - hash = "eeb973f5020a5f0e92ad6da879bc4df9f5985a1c" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.10409+0".sources]] - hash = "ae217c17809fadb232ec94b29304b4afcd417bb4" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.10409+0".sources]] - hash = "a7270625195501019507017aab17e50f5dac6466" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.10409+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.10409+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3023275dd6fa613383b9a48cc8cda383617c14ab//L/libigc/./bundled" - -[libigc_jll."1.0.10409+1"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.10409+1".sources]] - hash = "d5bef0c991c41e03a567187eb78fe35b6c116847" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.10409+1".sources]] - hash = "50bf6d7524bea3e3d595b7c252c9ad2f91340231" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.10409+1".sources]] - hash = "cf681c88ea3f0c40d1a85677232fe6102b7e084f" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.10409+1".sources]] - hash = "eeb973f5020a5f0e92ad6da879bc4df9f5985a1c" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.10409+1".sources]] - hash = "ae217c17809fadb232ec94b29304b4afcd417bb4" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.10409+1".sources]] - hash = "a7270625195501019507017aab17e50f5dac6466" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.10409+1".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.10409+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/616059337f9e292bb12f6ed4b675e3530a2917fd//L/libigc/./bundled" - -[libigc_jll."1.0.10988+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.10988+0".sources]] - hash = "01ca3a7e856625fe2ef885235401876bf80a08b5" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.10988+0".sources]] - hash = "bbdd1587f577397a105c900be114b56755d1f7dc" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.10988+0".sources]] - hash = "99420daab98998a7e36858befac9c5ed109d4920" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.10988+0".sources]] - hash = "45dd184c790d6bfc78a5a74a10c37e888b1823fa" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.10988+0".sources]] - hash = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.10988+0".sources]] - hash = "99ac111c2604a47d865bd4d7996be8cfaf2af146" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.10988+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.10988+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cbd9f55ef2140ca10e83e9569307eecd7f3c8e9e//L/libigc/./bundled" - -[libigc_jll."1.0.11061+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.11061+0".sources]] - hash = "62ab67c46dad5713d50702d3a5893e2398a99343" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.11061+0".sources]] - hash = "bbdd1587f577397a105c900be114b56755d1f7dc" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.11061+0".sources]] - hash = "99420daab98998a7e36858befac9c5ed109d4920" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.11061+0".sources]] - hash = "45dd184c790d6bfc78a5a74a10c37e888b1823fa" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.11061+0".sources]] - hash = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.11061+0".sources]] - hash = "c97396d044a8b3eacf0fbad5395a4b7bbce583a8" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.11061+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.11061+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4d65be3f7eafc16ea494cf48a1ecc0c474db6dc1//L/libigc/./bundled" - -[libigc_jll."1.0.11378+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.11378+0".sources]] - hash = "9a6528771ee9b41aa06bbaa0da90f50b94e170af" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.11378+0".sources]] - hash = "363a5262d8c7cff3fb28f3bdb5d85c8d7e91c1bb" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.11378+0".sources]] - hash = "a31ffaeef77e23d500b3ea3d35e0c42ff5648ad9" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.11378+0".sources]] - hash = "45dd184c790d6bfc78a5a74a10c37e888b1823fa" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.11378+0".sources]] - hash = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.11378+0".sources]] - hash = "4ce354da51f219bbdfa9c4cd5d8f640e92e38511" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.11378+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.11378+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3d6d7c2a4fe765eee64c7b34ad610094f77dc60d//L/libigc/./bundled" - -[libigc_jll."1.0.11702+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.11702+0".sources]] - hash = "bf3552db35cabf0ca416f7d216d4697b9bfb03cb" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.11702+0".sources]] - hash = "363a5262d8c7cff3fb28f3bdb5d85c8d7e91c1bb" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.11702+0".sources]] - hash = "a31ffaeef77e23d500b3ea3d35e0c42ff5648ad9" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.11702+0".sources]] - hash = "45dd184c790d6bfc78a5a74a10c37e888b1823fa" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.11702+0".sources]] - hash = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.11702+0".sources]] - hash = "984bb27baacce6ee5c716c2e64845f2a1928025b" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.11702+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.11702+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/73a029fe23ddd04a7da1f2c65ce6207fcf031930//L/libigc/./bundled" - -[libigc_jll."1.0.12504+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.12504+0".sources]] - hash = "b8fa033f17b86949d69451643563307dab596e47" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.12504+0".sources]] - hash = "363a5262d8c7cff3fb28f3bdb5d85c8d7e91c1bb" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.12504+0".sources]] - hash = "4ef524240833abfeee1c5b9fff6b1bd53f4806b3" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.12504+0".sources]] - hash = "45dd184c790d6bfc78a5a74a10c37e888b1823fa" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.12504+0".sources]] - hash = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.12504+0".sources]] - hash = "b305ba31c063baa6257826cf133b5f31f9b12dfe" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.12504+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.12504+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ba288fdc46486f402ef4f2a056c585b29108bcc1//L/libigc/./bundled" - -[libigc_jll."1.0.12812+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.12812+0".sources]] - hash = "492c11b739568f3ef5f5a33952cfd841a44ae8b5" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.12812+0".sources]] - hash = "ee31812ea8b89d08c2918f045d11a19bd33525c5" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.12812+0".sources]] - hash = "9991d09a15f6cc0d331d800e6ddefe6c778e5fb6" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.12812+0".sources]] - hash = "45dd184c790d6bfc78a5a74a10c37e888b1823fa" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.12812+0".sources]] - hash = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.12812+0".sources]] - hash = "dd72efa3b4aafdbbf599e6f3c6f8c55450e348de" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.12812+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.12812+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/92b2b9f52d098446f8c6d9b89f4d8d80f31ca44e//L/libigc/./bundled" - -[libigc_jll."1.0.13230+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.13230+0".sources]] - hash = "0e001e2814fd4e0e56275ab45adecea8f79e9ee8" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.13230+0".sources]] - hash = "10237c7109d613ef1161065d140b76d92133062f" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.13230+0".sources]] - hash = "4bce20785af572aec035db247225205a865a0ca6" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.13230+0".sources]] - hash = "eb0a36633d2acf4de82588504f951ad0f2cecacb" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.13230+0".sources]] - hash = "85a1ed200d50660786c1a88d9166e871123cce39" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.13230+0".sources]] - hash = "dd72efa3b4aafdbbf599e6f3c6f8c55450e348de" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.13230+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.13230+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a64340b21a44e92125a8b286dd1c5e9fa09459f1//L/libigc/./bundled" - -[libigc_jll."1.0.13230+1"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc"] - - [[libigc_jll."1.0.13230+1".sources]] - hash = "0e001e2814fd4e0e56275ab45adecea8f79e9ee8" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.13230+1".sources]] - hash = "10237c7109d613ef1161065d140b76d92133062f" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.13230+1".sources]] - hash = "4bce20785af572aec035db247225205a865a0ca6" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.13230+1".sources]] - hash = "eb0a36633d2acf4de82588504f951ad0f2cecacb" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.13230+1".sources]] - hash = "85a1ed200d50660786c1a88d9166e871123cce39" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.13230+1".sources]] - hash = "dd72efa3b4aafdbbf599e6f3c6f8c55450e348de" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.13230+1".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.13230+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2d030fac910cfef12b290ce418f62628c5e84f16//L/libigc/./bundled" - -[libigc_jll."1.0.13230+2"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.13230+2".sources]] - hash = "0e001e2814fd4e0e56275ab45adecea8f79e9ee8" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.13230+2".sources]] - hash = "10237c7109d613ef1161065d140b76d92133062f" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.13230+2".sources]] - hash = "4bce20785af572aec035db247225205a865a0ca6" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.13230+2".sources]] - hash = "eb0a36633d2acf4de82588504f951ad0f2cecacb" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.13230+2".sources]] - hash = "85a1ed200d50660786c1a88d9166e871123cce39" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.13230+2".sources]] - hash = "dd72efa3b4aafdbbf599e6f3c6f8c55450e348de" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.13230+2".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.13230+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/50c78f12570d3e0bbd5f985fec659a73ab90ecda//L/libigc/./bundled" - -[libigc_jll."1.0.13822+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.13822+0".sources]] - hash = "aab3aac4f2e19f18db4a704002f08b41a2d2fff3" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.13822+0".sources]] - hash = "10237c7109d613ef1161065d140b76d92133062f" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.13822+0".sources]] - hash = "9a87ea4b0f2f9d5c505e2dcd20fbab01df12f599" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.13822+0".sources]] - hash = "63de608daeb7e91fbea6d7477a50debe7cac57ce" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.13822+0".sources]] - hash = "d13b52222c39a7e9a401b44646f0ca3a640fbd47" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.13822+0".sources]] - hash = "cd3aecca329ecd41deab45e8a715fa555fc61bac" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.13822+0".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.13822+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0f0bf0645192b8b9532e82c2ab0ab9efc79b589//L/libigc/./bundled" - -[libigc_jll."1.0.13822+1"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.13822+1".sources]] - hash = "aab3aac4f2e19f18db4a704002f08b41a2d2fff3" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.13822+1".sources]] - hash = "10237c7109d613ef1161065d140b76d92133062f" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.13822+1".sources]] - hash = "9a87ea4b0f2f9d5c505e2dcd20fbab01df12f599" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.13822+1".sources]] - hash = "63de608daeb7e91fbea6d7477a50debe7cac57ce" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.13822+1".sources]] - hash = "d13b52222c39a7e9a401b44646f0ca3a640fbd47" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.13822+1".sources]] - hash = "cd3aecca329ecd41deab45e8a715fa555fc61bac" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.13822+1".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.13822+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fe7a0ea63fd894cbde317839f9f9d2a0801607ec//L/libigc/./bundled" - -[libigc_jll."1.0.13822+2"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.13822+2".sources]] - hash = "aab3aac4f2e19f18db4a704002f08b41a2d2fff3" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.13822+2".sources]] - hash = "10237c7109d613ef1161065d140b76d92133062f" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.13822+2".sources]] - hash = "9a87ea4b0f2f9d5c505e2dcd20fbab01df12f599" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.13822+2".sources]] - hash = "63de608daeb7e91fbea6d7477a50debe7cac57ce" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.13822+2".sources]] - hash = "d13b52222c39a7e9a401b44646f0ca3a640fbd47" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.13822+2".sources]] - hash = "cd3aecca329ecd41deab45e8a715fa555fc61bac" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.13822+2".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.13822+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/18a7f5b63923c5aa24784f10ea806f933585773f//L/libigc/./bundled" - -[libigc_jll."1.0.13822+3"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.13822+3".sources]] - hash = "aab3aac4f2e19f18db4a704002f08b41a2d2fff3" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.13822+3".sources]] - hash = "10237c7109d613ef1161065d140b76d92133062f" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.13822+3".sources]] - hash = "9a87ea4b0f2f9d5c505e2dcd20fbab01df12f599" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.13822+3".sources]] - hash = "63de608daeb7e91fbea6d7477a50debe7cac57ce" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.13822+3".sources]] - hash = "d13b52222c39a7e9a401b44646f0ca3a640fbd47" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.13822+3".sources]] - hash = "cd3aecca329ecd41deab45e8a715fa555fc61bac" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.13822+3".sources]] - hash = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.13822+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d3a18a2ede84a1c1b4777b6f373373db2bd3af17//L/libigc/./bundled" - -[libigc_jll."1.0.14828+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.14828+0".sources]] - hash = "2cfe79aac5ff74a4c278950caa1e7cbc20c57e70" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.14828+0".sources]] - hash = "cf95b338d14685e4f3402ab1828bef31d48f1fd6" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.14828+0".sources]] - hash = "23f398bf369093b1fd67459db8071ffcc6b92658" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.14828+0".sources]] - hash = "63de608daeb7e91fbea6d7477a50debe7cac57ce" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.14828+0".sources]] - hash = "d13b52222c39a7e9a401b44646f0ca3a640fbd47" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.14828+0".sources]] - hash = "fe92a377338258b725cfbd0a1bd49a9cf5e2864c" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.14828+0".sources]] - hash = "c12386ae247c0d46e1d513942e322e3a0510b126" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.14828+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a44c3fb8c21b80fdaf50d00bedd192c1d9a179e5//L/libigc/./bundled" - -[libigc_jll."1.0.14828+1"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.14828+1".sources]] - hash = "2cfe79aac5ff74a4c278950caa1e7cbc20c57e70" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.14828+1".sources]] - hash = "cf95b338d14685e4f3402ab1828bef31d48f1fd6" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.14828+1".sources]] - hash = "23f398bf369093b1fd67459db8071ffcc6b92658" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.14828+1".sources]] - hash = "63de608daeb7e91fbea6d7477a50debe7cac57ce" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.14828+1".sources]] - hash = "d13b52222c39a7e9a401b44646f0ca3a640fbd47" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.14828+1".sources]] - hash = "fe92a377338258b725cfbd0a1bd49a9cf5e2864c" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.14828+1".sources]] - hash = "c12386ae247c0d46e1d513942e322e3a0510b126" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.14828+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/513e8808c052c03df994e457472f24fd597d00b8//L/libigc/./bundled" - -[libigc_jll."1.0.14828+2"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.14828+2".sources]] - hash = "2cfe79aac5ff74a4c278950caa1e7cbc20c57e70" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.14828+2".sources]] - hash = "cf95b338d14685e4f3402ab1828bef31d48f1fd6" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.14828+2".sources]] - hash = "23f398bf369093b1fd67459db8071ffcc6b92658" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.14828+2".sources]] - hash = "63de608daeb7e91fbea6d7477a50debe7cac57ce" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.14828+2".sources]] - hash = "d13b52222c39a7e9a401b44646f0ca3a640fbd47" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.14828+2".sources]] - hash = "fe92a377338258b725cfbd0a1bd49a9cf5e2864c" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.14828+2".sources]] - hash = "c12386ae247c0d46e1d513942e322e3a0510b126" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.14828+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/33e81c79157faeafc7b3557c40f5c5f784deba86//L/libigc/./bundled" - -[libigc_jll."1.0.15985+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.15985+0".sources]] - hash = "6cc111d262e1c3abcf4bc6b6d8a589ebf821a5c0" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.15985+0".sources]] - hash = "cf95b338d14685e4f3402ab1828bef31d48f1fd6" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.15985+0".sources]] - hash = "493353d7fdc655f9f31abc874dd0adef7dd241c1" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.15985+0".sources]] - hash = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.15985+0".sources]] - hash = "cca08c63cefa129d082abca0302adcb81610b465" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.15985+0".sources]] - hash = "da892e1982b6c25b9a133f85b4ac97142d8a3def" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.15985+0".sources]] - hash = "c12386ae247c0d46e1d513942e322e3a0510b126" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.15985+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7fc6b66aa5fc2b5d81c5f6ba07dca2601fbb1258//L/libigc/./bundled" - -[libigc_jll."1.0.16238+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.16238+0".sources]] - hash = "3e5856539819d7c0c65ff38218528bc6495f01c3" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.16238+0".sources]] - hash = "980f1691c5babcf824ee10375a04a0d0c5d7d44a" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.16238+0".sources]] - hash = "e60319207a24715a67534a1e4fd9727d37abf515" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.16238+0".sources]] - hash = "04896c462d9f3f504c99a4698605b6524af813c1" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.16238+0".sources]] - hash = "4f7b471f1a66b6d06462cd4ba57628cc0cd087d7" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.16238+0".sources]] - hash = "f9c34404d0ea9abad83875a10bd48d88cea90ebd" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.16238+0".sources]] - hash = "c12386ae247c0d46e1d513942e322e3a0510b126" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.16238+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2ccbd37157dcd0595b99194326c65aca247666e8//L/libigc/./bundled" - -[libigc_jll."1.0.16510+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.16510+0".sources]] - hash = "c2495d45f37fadd963ad22eb0cc1a8235a306775" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.16510+0".sources]] - hash = "cf95b338d14685e4f3402ab1828bef31d48f1fd6" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.16510+0".sources]] - hash = "927efdc07bc18302559acdce1715c3f9507f3acf" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.16510+0".sources]] - hash = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.16510+0".sources]] - hash = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.16510+0".sources]] - hash = "f9c34404d0ea9abad83875a10bd48d88cea90ebd" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.16510+0".sources]] - hash = "c12386ae247c0d46e1d513942e322e3a0510b126" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.16510+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2f2592360d4aadea6cba05605b825db934683d15//L/libigc/./bundled" - -[libigc_jll."1.0.16695+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.16695+0".sources]] - hash = "437127d6e99a9e546ca665c1b0fdd54e27dab5e1" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.16695+0".sources]] - hash = "cf95b338d14685e4f3402ab1828bef31d48f1fd6" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.16695+0".sources]] - hash = "f6fb55cd7b539ee6a70e3909c963f968cc40c1cd" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.16695+0".sources]] - hash = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.16695+0".sources]] - hash = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.16695+0".sources]] - hash = "f9c34404d0ea9abad83875a10bd48d88cea90ebd" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.16695+0".sources]] - hash = "c12386ae247c0d46e1d513942e322e3a0510b126" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.16695+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dceb2c036d25fbfc416e01812d4cf7f253c50553//L/libigc/./bundled" - -[libigc_jll."1.0.17193+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.17193+0".sources]] - hash = "ffa6fb4fc18ae047b8a8e91dbab83f8b3da5ce52" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.17193+0".sources]] - hash = "66a54cbef6726c4e791986779a60d7a45b09c9c9" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.17193+0".sources]] - hash = "62f5b09b11b1da42274371b1f7535f6f2ab11485" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.17193+0".sources]] - hash = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.17193+0".sources]] - hash = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.17193+0".sources]] - hash = "f9c34404d0ea9abad83875a10bd48d88cea90ebd" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.17193+0".sources]] - hash = "c12386ae247c0d46e1d513942e322e3a0510b126" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.17193+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/84b9d5297e250eb5128234630b761652ac030934//L/libigc/./bundled" - -[libigc_jll."1.0.17537+0"] -executables = ["GenX_IR", "iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."1.0.17537+0".sources]] - hash = "b6be9c780da71d4a6533eb02b54c6121527471c6" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."1.0.17537+0".sources]] - hash = "470cf0018e1ef6fc92eda1356f5f31f7da452abc" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."1.0.17537+0".sources]] - hash = "065a94408d01bacf2ee86443f56cfaa64fda1534" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."1.0.17537+0".sources]] - hash = "f0cc85efdbbe3a46eae90e0f915dc1509836d0fc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."1.0.17537+0".sources]] - hash = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."1.0.17537+0".sources]] - hash = "8d2e809368443305155370573f3c6db8279ed87d" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."1.0.17537+0".sources]] - hash = "c12386ae247c0d46e1d513942e322e3a0510b126" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."1.0.17537+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/120923e91786cdc7e87b0c1071b3756e53f64ddf//L/libigc/./bundled" - -[libigc_jll."2.14.1+0"] -executables = ["iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."2.14.1+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[libigc_jll."2.14.1+0".sources]] - hash = "8044f62975eafe840d09ed00560385dab0bf9854" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."2.14.1+0".sources]] - hash = "7eef46576eca117685ae431735c2725ddb889260" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."2.14.1+0".sources]] - hash = "b3d425c0b265ee9f583894892ae0b0a192a2137c" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."2.14.1+0".sources]] - hash = "f289d047f49fb60488301ec62bafab85573668cc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."2.14.1+0".sources]] - hash = "0e710677989b4326ac974fd80c5308191ed80965" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."2.14.1+0".sources]] - hash = "46286b96fb9eee9fa4fcf8b8ecf74a8c01af4c1a" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."2.14.1+0".sources]] - hash = "8dfdcc7b7bf66834a761bd8de445840ef68e4d1a" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."2.14.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a6359961a80d8a37843126d5b9f373ba91affc0c//L/libigc/./bundled" - -[libigc_jll."2.14.1+1"] -executables = ["iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."2.14.1+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[libigc_jll."2.14.1+1".sources]] - hash = "8044f62975eafe840d09ed00560385dab0bf9854" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."2.14.1+1".sources]] - hash = "7eef46576eca117685ae431735c2725ddb889260" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."2.14.1+1".sources]] - hash = "b3d425c0b265ee9f583894892ae0b0a192a2137c" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."2.14.1+1".sources]] - hash = "f289d047f49fb60488301ec62bafab85573668cc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."2.14.1+1".sources]] - hash = "0e710677989b4326ac974fd80c5308191ed80965" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."2.14.1+1".sources]] - hash = "46286b96fb9eee9fa4fcf8b8ecf74a8c01af4c1a" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."2.14.1+1".sources]] - hash = "8dfdcc7b7bf66834a761bd8de445840ef68e4d1a" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."2.14.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/02df792f745d061db6c2d7acd716ab25a9a11544//L/libigc/./bundled" - -[libigc_jll."2.14.1+2"] -executables = ["iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."2.14.1+2".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[libigc_jll."2.14.1+2".sources]] - hash = "8044f62975eafe840d09ed00560385dab0bf9854" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."2.14.1+2".sources]] - hash = "7eef46576eca117685ae431735c2725ddb889260" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."2.14.1+2".sources]] - hash = "b3d425c0b265ee9f583894892ae0b0a192a2137c" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."2.14.1+2".sources]] - hash = "f289d047f49fb60488301ec62bafab85573668cc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."2.14.1+2".sources]] - hash = "0e710677989b4326ac974fd80c5308191ed80965" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."2.14.1+2".sources]] - hash = "46286b96fb9eee9fa4fcf8b8ecf74a8c01af4c1a" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."2.14.1+2".sources]] - hash = "8dfdcc7b7bf66834a761bd8de445840ef68e4d1a" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."2.14.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dcd11db6f389eb51d44c58bd2da8bbbef6378f47//L/libigc/./bundled" - -[libigc_jll."2.16.0+0"] -executables = ["iga32", "iga64"] -libraries = ["libiga32", "libiga64", "libigc", "libigdfcl", "libopencl-clang"] - - [[libigc_jll."2.16.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[libigc_jll."2.16.0+0".sources]] - hash = "420b632df9ea2d645bafbd258789baf7c34e6f55" - repo = "https://github.com/intel/intel-graphics-compiler.git" - [[libigc_jll."2.16.0+0".sources]] - hash = "7eef46576eca117685ae431735c2725ddb889260" - repo = "https://github.com/intel/opencl-clang.git" - [[libigc_jll."2.16.0+0".sources]] - hash = "6fd7ff4e76b344dd17cca735af60ee613f322440" - repo = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git" - [[libigc_jll."2.16.0+0".sources]] - hash = "f289d047f49fb60488301ec62bafab85573668cc" - repo = "https://github.com/KhronosGroup/SPIRV-Tools.git" - [[libigc_jll."2.16.0+0".sources]] - hash = "aa6cef192b8e693916eb713e7a9ccadf06062ceb" - repo = "https://github.com/KhronosGroup/SPIRV-Headers.git" - [[libigc_jll."2.16.0+0".sources]] - hash = "46286b96fb9eee9fa4fcf8b8ecf74a8c01af4c1a" - repo = "https://github.com/intel/vc-intrinsics.git" - [[libigc_jll."2.16.0+0".sources]] - hash = "8dfdcc7b7bf66834a761bd8de445840ef68e4d1a" - repo = "https://github.com/llvm/llvm-project.git" - [[libigc_jll."2.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f8cc7844d34860e373a50d37e3cd37f2e9a09a76//L/libigc/./bundled" - -[libiio_jll."0.23.0+0"] -libraries = ["iio", "libiio"] - - [[libiio_jll."0.23.0+0".sources]] - hash = "92d6a35f3d8d721cda7d6fe664b435311dd368b4" - repo = "https://github.com/analogdevicesinc/libiio.git" - -[libiio_jll."0.24.0+0"] -libraries = ["libiio"] - - [[libiio_jll."0.24.0+0".sources]] - hash = "c4498c27761d04d4ac631ec59c1613bfed079da5" - repo = "https://github.com/analogdevicesinc/libiio.git" - -[libinchi_jll."1.5.0+0"] -libraries = ["libinchi"] - - [[libinchi_jll."1.5.0+0".sources]] - hash = "3679104c28bd404ecb9faf93cf2be3ac883c13c0" - repo = "https://github.com/mojaie/libinchi.git" - -[libinchi_jll."1.5.1+0"] -libraries = ["libinchi"] - - [[libinchi_jll."1.5.1+0".sources]] - hash = "3679104c28bd404ecb9faf93cf2be3ac883c13c0" - repo = "https://github.com/mojaie/libinchi.git" - -[libinchi_jll."1.6.0+0"] -libraries = ["libinchi"] - - [[libinchi_jll."1.6.0+0".sources]] - hash = "81abc8b6e19c77a67ddee854f22f5c8f601ebe69" - repo = "https://github.com/mojaie/libinchi.git" - -[libinput_jll."1.18.0+0"] -libraries = ["libinput"] - - [[libinput_jll."1.18.0+0".sources]] - hash = "2599b0d89935631176a2d6a3626e30c6bc1040db" - repo = "https://gitlab.freedesktop.org/libinput/libinput" - -[libinput_jll."1.28.1+0"] -libraries = ["libinput"] - - [[libinput_jll."1.28.1+0".sources]] - hash = "4f7b4ef0e4eb5d569df36be387579858eba349bb" - repo = "https://gitlab.freedesktop.org/libinput/libinput" - -[libint_jll."2.7.0+0"] -libraries = ["liblibint2"] - - [[libint_jll."2.7.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[libint_jll."2.7.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - - [[libint_jll."2.7.0+0".sources]] - hash = "38c630d9b4433340079ebc7a93f05d7a285833883327bfc35dd208249e06f05f" - url = "https://github.com/evaleev/libint/releases/download/v2.7.0-beta.5/libint-2.7.0-beta.5.tgz" - -[libjlnode_jll."14.17.3+0"] -files = ["lib/jlnode_addon.node"] -libraries = ["libjlnode"] - - [[libjlnode_jll."14.17.3+0".sources]] - hash = "d89e011f0ea6e5575c2309e8c53fc93abddffd2c" - repo = "https://github.com/sunoru/jlnode.git" - [[libjlnode_jll."14.17.3+0".sources]] - hash = "a61019de219cfbb4943b109fd1c56466c48dedbfcce10567f8e7826992be9c0d" - url = "https://github.com/nodejs/node-addon-api/archive/refs/tags/4.0.0.tar.gz" - -[libjlnode_jll."14.17.3+1"] -files = ["lib/jlnode_addon.node"] -libraries = ["libjlnode"] - - [[libjlnode_jll."14.17.3+1".sources]] - hash = "1bb0c23e7f0200fdb9dd5bcd82e153d353264e37" - repo = "https://github.com/sunoru/jlnode.git" - [[libjlnode_jll."14.17.3+1".sources]] - hash = "a61019de219cfbb4943b109fd1c56466c48dedbfcce10567f8e7826992be9c0d" - url = "https://github.com/nodejs/node-addon-api/archive/refs/tags/4.0.0.tar.gz" - -[libjlnode_jll."16.0.0+0"] -files = ["lib/jlnode_addon.node"] -libraries = ["libjlnode"] - - [[libjlnode_jll."16.0.0+0".sources]] - hash = "6f03cf76949a3cb0d755bf82999ab82aba8b3f20" - repo = "https://github.com/sunoru/jlnode.git" - [[libjlnode_jll."16.0.0+0".sources]] - hash = "a61019de219cfbb4943b109fd1c56466c48dedbfcce10567f8e7826992be9c0d" - url = "https://github.com/nodejs/node-addon-api/archive/refs/tags/4.0.0.tar.gz" - -[libjlnode_jll."16.1.0+0"] -files = ["lib/jlnode_addon.node"] -libraries = ["libjlnode"] - - [[libjlnode_jll."16.1.0+0".sources]] - hash = "18ae255bf47c21187ba882d80ac19909ab0fcb23fa587b5f4f1043d43208521c" - url = "https://github.com/sunoru/jlnode/archive/refs/tags/v16.1.0.tar.gz" - [[libjlnode_jll."16.1.0+0".sources]] - hash = "2bdf9c540f67c43036d58b3146e61b437148939efc8d4cde2d1314fdaeb39e9b" - url = "https://github.com/nodejs/node-addon-api/archive/refs/tags/v5.0.0.tar.gz" - -[libjlnode_jll."18.0.0+0"] -files = ["lib/jlnode_addon.node"] -libraries = ["libjlnode"] - - [[libjlnode_jll."18.0.0+0".sources]] - hash = "82991ee31522e89179dd0f9c1b43a0d9f5c5f28932440f32e8580f2d28ce5fda" - url = "https://github.com/sunoru/jlnode/archive/refs/tags/v18.0.0.tar.gz" - [[libjlnode_jll."18.0.0+0".sources]] - hash = "2bdf9c540f67c43036d58b3146e61b437148939efc8d4cde2d1314fdaeb39e9b" - url = "https://github.com/nodejs/node-addon-api/archive/refs/tags/v5.0.0.tar.gz" - [[libjlnode_jll."18.0.0+0".sources]] - hash = "072ee1ea8df849e24581a2a016a425fedd1b33d7e4d6336ff566629c2798ae8e" - url = "https://github.com/sunoru/jlnode/releases/download/v18.0.0/Windows-dist.zip" - [[libjlnode_jll."18.0.0+0".sources]] - hash = "fb2c809aef9941bf2a113a5a897589257d6f90514a17d304aad922c03672614d" - url = "https://github.com/sunoru/jlnode/releases/download/v18.0.0/macOS-dist.zip" - -[libjulia_jll."1.3.1+0"] -libraries = ["libjulia"] - - [[libjulia_jll."1.3.1+0".sources]] - hash = "3d9037d281fb41ad67b443f42d8a8e400b016068d142d6fafce1952253ae93db" - url = "https://github.com/JuliaLang/julia/releases/download/v1.3.1/julia-1.3.1.tar.gz" - [[libjulia_jll."1.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3f074ae7517066945c7c75ceae33f90b6646d6a1//L/libjulia/libjulia@1.3/./bundled" - -[libjulia_jll."1.3.1+1"] -libraries = ["libjulia"] - - [[libjulia_jll."1.3.1+1".sources]] - hash = "3d9037d281fb41ad67b443f42d8a8e400b016068d142d6fafce1952253ae93db" - url = "https://github.com/JuliaLang/julia/releases/download/v1.3.1/julia-1.3.1.tar.gz" - [[libjulia_jll."1.3.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1c93d04f91940080108e19b38df6c09a421555b8//L/libjulia/libjulia@1.3/./bundled" - -[libjulia_jll."1.3.1+2"] -libraries = ["libjulia"] - - [[libjulia_jll."1.3.1+2".sources]] - hash = "3d9037d281fb41ad67b443f42d8a8e400b016068d142d6fafce1952253ae93db" - url = "https://github.com/JuliaLang/julia/releases/download/v1.3.1/julia-1.3.1.tar.gz" - [[libjulia_jll."1.3.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/69e4b0564987bf595ddeffcfff3ceec80a04a9a6//L/libjulia/libjulia@1.3/./bundled" - -[libjulia_jll."1.4.2+0"] -libraries = ["libjulia"] - - [[libjulia_jll."1.4.2+0".sources]] - hash = "76a94e06e68fb99822e0876a37c2ed3873e9061e895ab826fd8c9fc7e2f52795" - url = "https://github.com/JuliaLang/julia/releases/download/v1.4.2/julia-1.4.2.tar.gz" - [[libjulia_jll."1.4.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/db92f1dd495538b628b3bcb58b35ade2199937e4//L/libjulia/libjulia@1.4/./bundled" - -[libjulia_jll."1.4.2+1"] -libraries = ["libjulia"] - - [[libjulia_jll."1.4.2+1".sources]] - hash = "76a94e06e68fb99822e0876a37c2ed3873e9061e895ab826fd8c9fc7e2f52795" - url = "https://github.com/JuliaLang/julia/releases/download/v1.4.2/julia-1.4.2.tar.gz" - [[libjulia_jll."1.4.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fb036c29377d0ec3d80e5449551a878909f26e03//L/libjulia/libjulia@1.4/./bundled" - -[libjulia_jll."1.5.1+0"] -libraries = ["libjulia"] - - [[libjulia_jll."1.5.1+0".sources]] - hash = "1f138205772eb1e565f1d7ccd6f237be8a4d18713a3466e3b8d3a6aad6483fd9" - url = "https://github.com/JuliaLang/julia/releases/download/v1.5.1/julia-1.5.1.tar.gz" - [[libjulia_jll."1.5.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d4b4d764187954e0c888845495ab92c7eb00edaf//L/libjulia/libjulia@1.5/./bundled" - -[libjulia_jll."1.5.1+1"] -libraries = ["libjulia"] - - [[libjulia_jll."1.5.1+1".sources]] - hash = "1f138205772eb1e565f1d7ccd6f237be8a4d18713a3466e3b8d3a6aad6483fd9" - url = "https://github.com/JuliaLang/julia/releases/download/v1.5.1/julia-1.5.1.tar.gz" - [[libjulia_jll."1.5.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c20477e567561528a869487814fc96cd42298117//L/libjulia/libjulia@1.5/./bundled" - -[libjulia_jll."1.5.3+0"] -libraries = ["libjulia"] - - [[libjulia_jll."1.5.3+0".build_dependencies]] - name = "LibOSXUnwind_jll" - target = "target" - version = "*" - - [[libjulia_jll."1.5.3+0".sources]] - hash = "be19630383047783d6f314ebe0bf5e3f95f82b0c203606ec636dced405aab1fe" - url = "https://github.com/JuliaLang/julia/releases/download/v1.5.3/julia-1.5.3.tar.gz" - [[libjulia_jll."1.5.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/13aaa4763f88c06b2f6dae7b0ce00123afa0e291//L/libjulia/libjulia@1.5/./bundled" - -[libjulia_jll."1.5.3+1"] -libraries = ["libjulia"] - - [[libjulia_jll."1.5.3+1".sources]] - hash = "be19630383047783d6f314ebe0bf5e3f95f82b0c203606ec636dced405aab1fe" - url = "https://github.com/JuliaLang/julia/releases/download/v1.5.3/julia-1.5.3.tar.gz" - [[libjulia_jll."1.5.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/544df984a5d80fb1b87cf18d37e9a65ee9981af1//L/libjulia/libjulia@1.5/./bundled" - -[libjulia_jll."1.5.4+0"] -libraries = ["libjulia"] - - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "5.4.0" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "PCRE2_jll" - target = "target" - version = "10.31" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "OpenBLAS_jll" - target = "target" - version = "0.3.9" - [[libjulia_jll."1.5.4+0".build_dependencies]] - name = "LibGit2_jll" - target = "target" - version = "0.28.2" - - [[libjulia_jll."1.5.4+0".sources]] - hash = "852122bf1bdefd39307b1dd2aa546e3885d76ede7c07cb04d90814b9510ea9f9" - url = "https://github.com/JuliaLang/julia/releases/download/v1.5.4/julia-1.5.4.tar.gz" - [[libjulia_jll."1.5.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6dbbd1a5b9dac56e452145607bf222baabde548d//L/libjulia/libjulia@1.5/./bundled" - -[libjulia_jll."1.6.0+0"] -libraries = ["libjulia"] - - [[libjulia_jll."1.6.0+0".sources]] - hash = "c253360d29abb9a3a9e6e01493e0f7bb537d88014fd58ac561b5ba30fcb44cad" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.0/julia-1.6.0.tar.gz" - [[libjulia_jll."1.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/20158a97325fd045203e63876231b850dc88e646//L/libjulia/libjulia@1.6/./bundled" - -[libjulia_jll."1.7.0+0"] -libraries = ["libjulia"] - - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "LibUV_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+0".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - - [[libjulia_jll."1.7.0+0".sources]] - hash = "7bd9ae5b20f9a03ef97f830285007eaa318a780675ab59b6528cd8ef242aa8cb" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0-beta2/julia-1.7.0-beta2.tar.gz" - [[libjulia_jll."1.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ea3eec9043bc66c17970f3424bf249ac0748e3ac//L/libjulia/libjulia@1.7/./bundled" - -[libjulia_jll."1.7.0+1"] -libraries = ["libjulia"] - - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "LibUV_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+1".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - - [[libjulia_jll."1.7.0+1".sources]] - hash = "7bd9ae5b20f9a03ef97f830285007eaa318a780675ab59b6528cd8ef242aa8cb" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0-beta2/julia-1.7.0-beta2.tar.gz" - [[libjulia_jll."1.7.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/84f4895e0ac94e97719958f6c4b78953093ad6cb//L/libjulia/libjulia@1.7/./bundled" - -[libjulia_jll."1.7.0+2"] -libraries = ["libjulia"] - - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+2".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - - [[libjulia_jll."1.7.0+2".sources]] - hash = "7bd9ae5b20f9a03ef97f830285007eaa318a780675ab59b6528cd8ef242aa8cb" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0-beta2/julia-1.7.0-beta2.tar.gz" - [[libjulia_jll."1.7.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/564b04e9dd804bfa3412a6bab99bd0c1f4e5dfd2//L/libjulia/libjulia@1.7/./bundled" - -[libjulia_jll."1.7.0+3"] -libraries = ["libjulia"] - - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+3".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - - [[libjulia_jll."1.7.0+3".sources]] - hash = "7bd9ae5b20f9a03ef97f830285007eaa318a780675ab59b6528cd8ef242aa8cb" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0-beta2/julia-1.7.0-beta2.tar.gz" - [[libjulia_jll."1.7.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/89067eee40ae2aeb77a95c812694198c56b2832f//L/libjulia/libjulia@1.7/./bundled" - -[libjulia_jll."1.7.0+4"] -libraries = ["libjulia"] - - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+4".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - - [[libjulia_jll."1.7.0+4".sources]] - hash = "d2f30bd0b25b9cb8c837276342710643dd9420baaa4d27bcb583a3c7f66563f4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0-beta3/julia-1.7.0-beta3.tar.gz" - [[libjulia_jll."1.7.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cbae2b3e03e188bcf81a2391d5a85c9cee6a915b//L/libjulia/libjulia@1.7/./bundled" - -[libjulia_jll."1.7.0+5"] -libraries = ["libjulia"] - - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "PCRE2_jll" - target = "target" - version = "10" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "OpenBLAS_jll" - target = "target" - version = "0.3.10" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "LibGit2_jll" - target = "target" - version = "1.2" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+5".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - - [[libjulia_jll."1.7.0+5".sources]] - hash = "c253360d29abb9a3a9e6e01493e0f7bb537d88014fd58ac561b5ba30fcb44cad" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.0/julia-1.6.0.tar.gz" - [[libjulia_jll."1.7.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dc0f60ce94d22b1e1f8202967eba4283aeebd28f//L/libjulia/./bundled" - [[libjulia_jll."1.7.0+5".sources]] - hash = "d2f30bd0b25b9cb8c837276342710643dd9420baaa4d27bcb583a3c7f66563f4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0-beta3/julia-1.7.0-beta3.tar.gz" - -[libjulia_jll."1.7.0+6"] -libraries = ["libjulia"] - - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "PCRE2_jll" - target = "target" - version = "10" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "OpenBLAS_jll" - target = "target" - version = "0.3.10" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "LibGit2_jll" - target = "target" - version = "1.2" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "LLVM_full_jll" - rev = "135f17448ff5e18023bf7f0897c64fab8bd2fcaa" - target = "target" - tree_hash = "b91942d2c9f01cc5999f0def371369c7efe7d58e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+6".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - - [[libjulia_jll."1.7.0+6".sources]] - hash = "c253360d29abb9a3a9e6e01493e0f7bb537d88014fd58ac561b5ba30fcb44cad" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.0/julia-1.6.0.tar.gz" - [[libjulia_jll."1.7.0+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0808d6fa10175a80bae75086aaa1b44f9eeab001//L/libjulia/./bundled" - [[libjulia_jll."1.7.0+6".sources]] - hash = "d2f30bd0b25b9cb8c837276342710643dd9420baaa4d27bcb583a3c7f66563f4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0-beta3/julia-1.7.0-beta3.tar.gz" - -[libjulia_jll."1.7.0+7"] -libraries = ["libjulia"] - - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "PCRE2_jll" - target = "target" - version = "10" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "OpenBLAS_jll" - target = "target" - version = "0.3.10" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "LibGit2_jll" - target = "target" - version = "1.2" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "LLVM_full_jll" - rev = "1cc4b460680c87b557a78006f3e7048390324d50" - target = "target" - tree_hash = "890e426645cfd17eb330e4e134d8bf2ca9e971c9" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - [[libjulia_jll."1.7.0+7".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "28b0f2448ea3b7f6631b8421d98da1ba327f0160" - target = "target" - tree_hash = "08c222645e3cd42f2116e26df9c129c2b443626e" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - - [[libjulia_jll."1.7.0+7".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.7.0+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/da18900bd963c2ee9fa4198c6bf0de04bec88edd//L/libjulia/./bundled" - [[libjulia_jll."1.7.0+7".sources]] - hash = "0da8a3597ab3841457877ad1e4740e9ee49c08f55a00c10a2a21c8165e68f1aa" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0-rc1/julia-1.7.0-rc1.tar.gz" - [[libjulia_jll."1.7.0+7".sources]] - hash = "5b7bb084d478050b5265f66a571969c7df280f6b" - repo = "https://github.com/JuliaLang/julia" - -[libjulia_jll."1.7.0+8"] -libraries = ["libjulia"] - - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "PCRE2_jll" - target = "target" - version = "10" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "OpenBLAS_jll" - target = "target" - version = "0.3.10" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "LibGit2_jll" - target = "target" - version = "1.2" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "LLVM_full_jll" - rev = "be13dfc74a1dcc3b226894af1a31bbcddb4db108" - target = "target" - tree_hash = "14ee6e22f8856e2b692665c7ed8e6dac7c92a776" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.7.0+8".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "28b0f2448ea3b7f6631b8421d98da1ba327f0160" - target = "target" - tree_hash = "08c222645e3cd42f2116e26df9c129c2b443626e" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - - [[libjulia_jll."1.7.0+8".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.7.0+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5cac3b5f3899031b00f1fbec6d11c7cfe15704ef//L/libjulia/./bundled" - [[libjulia_jll."1.7.0+8".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.7.0+8".sources]] - hash = "00646634c6a73998eaae3785eb78fea881c39502" - repo = "https://github.com/JuliaLang/julia" - -[libjulia_jll."1.8.0+0"] -libraries = ["libjulia"] - - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "0277207e62390f57f710d8ec49e4fd0c5c006e9b" - target = "target" - tree_hash = "4526d6fdd51095e0e351872831444bfd9cfceb2a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "28b0f2448ea3b7f6631b8421d98da1ba327f0160" - target = "target" - tree_hash = "08c222645e3cd42f2116e26df9c129c2b443626e" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - [[libjulia_jll."1.8.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "8ab92c32fa13171ce3a519d71727bbb50ae99ff6" - target = "target" - tree_hash = "fff5e75ad6593ca9383712dc1badc8388862e1f6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.8.0+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/24776e4eb2865cc24363cb7ed36850c5f695c820//L/libjulia/./bundled" - [[libjulia_jll."1.8.0+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.8.0+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.8.0+0".sources]] - hash = "7a1c20e6dea50291b364452996d3d4d71a6133dc" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.8.0+0".sources]] - hash = "6409a8a8ebe8a6d648ad1739e7ac589721646e2d" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.8.0+1"] -libraries = ["libjulia"] - - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "0277207e62390f57f710d8ec49e4fd0c5c006e9b" - target = "target" - tree_hash = "4526d6fdd51095e0e351872831444bfd9cfceb2a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "28b0f2448ea3b7f6631b8421d98da1ba327f0160" - target = "target" - tree_hash = "08c222645e3cd42f2116e26df9c129c2b443626e" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - [[libjulia_jll."1.8.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "8ab92c32fa13171ce3a519d71727bbb50ae99ff6" - target = "target" - tree_hash = "fff5e75ad6593ca9383712dc1badc8388862e1f6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.8.0+1".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.8.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b111d418ae525141e801fc45d10795a9471ff1ef//L/libjulia/./bundled" - [[libjulia_jll."1.8.0+1".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.8.0+1".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.8.0+1".sources]] - hash = "6195061764857889a7b66eccc770b924a423f5f7" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.8.0+1".sources]] - hash = "515a24240fcebc246d2bddbebd91c3800fc1fb3a" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.8.0+2"] -libraries = ["libjulia"] - - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "b45dde5b4e0bfa7f6b965db125498359a9043ccf" - target = "target" - tree_hash = "e9b468b4d944d152dfa7fc92d78734dc451e2bdc" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "0277207e62390f57f710d8ec49e4fd0c5c006e9b" - target = "target" - tree_hash = "4526d6fdd51095e0e351872831444bfd9cfceb2a" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "LLVMLibUnwind_jll" - rev = "28b0f2448ea3b7f6631b8421d98da1ba327f0160" - target = "target" - tree_hash = "08c222645e3cd42f2116e26df9c129c2b443626e" - url = "https://github.com/JuliaBinaryWrappers/LLVMLibUnwind_jll.jl.git" - uuid = "47c5dbc3-30ba-59ef-96a6-123e260183d9" - version = "*" - [[libjulia_jll."1.8.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "8ab92c32fa13171ce3a519d71727bbb50ae99ff6" - target = "target" - tree_hash = "fff5e75ad6593ca9383712dc1badc8388862e1f6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.8.0+2".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.8.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9f789e6afa418c62ac3d3f0fdb942e40640fe7f9//L/libjulia/./bundled" - [[libjulia_jll."1.8.0+2".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.8.0+2".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.8.0+2".sources]] - hash = "3e092a25212c819b05b2e1d131a5ab28bce5722a" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.8.0+2".sources]] - hash = "487d0e68aad44b9bf15415bc7263966be73cd814" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.8.0+3"] -libraries = ["libjulia"] - - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.8.0+3".build_dependencies]] - name = "LLVM_full_jll" - rev = "9486c984354f6f3bcaa8584fe211903ad04c9d2a" - target = "target" - tree_hash = "8f273c0d67e45661328f7c2e48028c22d722bf3e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.8.0+3".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.8.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/61cefde4a967ad0a4c60d7e987f24fef23e96bce//L/libjulia/./bundled" - [[libjulia_jll."1.8.0+3".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.8.0+3".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.8.0+3".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.8.0+3".sources]] - hash = "37e0579af04919e1e6264bbfc33ed8f4c537005a" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.0+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.0+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "9486c984354f6f3bcaa8584fe211903ad04c9d2a" - target = "target" - tree_hash = "8f273c0d67e45661328f7c2e48028c22d722bf3e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.0+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2593f5aa866671ea95565179f7f7cb39037b2516//L/libjulia/./bundled" - [[libjulia_jll."1.10.0+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.0+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.0+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.0+0".sources]] - hash = "9b20acac2069c8a374c89c89acd15f20d0f2a7ae" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.0+0".sources]] - hash = "7fe6b16f4056906c99cee1ca8bbed08e2c154c1a" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.0+1"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.0+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "9486c984354f6f3bcaa8584fe211903ad04c9d2a" - target = "target" - tree_hash = "8f273c0d67e45661328f7c2e48028c22d722bf3e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.0+1".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/39774d6d7195fbad28cc337d03cb85b1977769e7//L/libjulia/./bundled" - [[libjulia_jll."1.10.0+1".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.0+1".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.0+1".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.0+1".sources]] - hash = "0540f9d7394c0f0dc2690a57da914b33b636211c" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.0+1".sources]] - hash = "70bda2cfe4ba8d945ce23c014cd1c0e2b568ccc1" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.0+2"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.0+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "9486c984354f6f3bcaa8584fe211903ad04c9d2a" - target = "target" - tree_hash = "8f273c0d67e45661328f7c2e48028c22d722bf3e" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.0+2".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fedc934cb9b0e62877b09fe206f23da938097d7c//L/libjulia/./bundled" - [[libjulia_jll."1.10.0+2".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.0+2".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.0+2".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.0+2".sources]] - hash = "3119d91b3f856131a0c8fbf00cdea275086f7a99cb098baf53f020d1351c9ac7" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0-beta2/julia-1.9.0-beta2.tar.gz" - [[libjulia_jll."1.10.0+2".sources]] - hash = "d020702dbbc627abfdf0b880dfbd185b0904715a" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.1+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.1+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2706a49d6ad6d48f0841f4520d29196ed780b83f" - target = "target" - tree_hash = "9a0cc4cdf951f76b83f062efbea0ec9eb84cd883" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.1+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/05ea267d5fb87d8f21f3c95cdda5bb2d86ac030f//L/libjulia/./bundled" - [[libjulia_jll."1.10.1+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.1+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.1+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.1+0".sources]] - hash = "1f86d109ca5d73892a89ffb09332312130a9ae1ccb3df10026866a97a42de3eb" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0-rc3/julia-1.9.0-rc3.tar.gz" - [[libjulia_jll."1.10.1+0".sources]] - hash = "e9d678e7e02a48263996f7b7a367b7435af2d504" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.1+1"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.1+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "2706a49d6ad6d48f0841f4520d29196ed780b83f" - target = "target" - tree_hash = "9a0cc4cdf951f76b83f062efbea0ec9eb84cd883" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.1+1".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8af90c01cd683bb0c677e592cd0d5d96cca650f2//L/libjulia/./bundled" - [[libjulia_jll."1.10.1+1".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.1+1".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.1+1".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.1+1".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.1+1".sources]] - hash = "0a696a3842750fcedca8832bc0aabe9096c7658f" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.2+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.2+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a961e7ee7db4f583cb7e55f5cd17f79be1146a39" - target = "target" - tree_hash = "6814272addbc1274c6660db924425494b6dd493f" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.2+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f2f2e41cf58d4ff7e4496108a2b7a09fd7d451f5//L/libjulia/./bundled" - [[libjulia_jll."1.10.2+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.2+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.2+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.2+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.2+0".sources]] - hash = "950154010cb112120885b9b01e2ef7387ced72c4" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.3+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.3+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a961e7ee7db4f583cb7e55f5cd17f79be1146a39" - target = "target" - tree_hash = "6814272addbc1274c6660db924425494b6dd493f" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.3+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9dd2690775ca33c464ff27aa3e026258cefec702//L/libjulia/./bundled" - [[libjulia_jll."1.10.3+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.3+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.3+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.3+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.3+0".sources]] - hash = "0e8af1c1620cbf5304c8a7cabbc5475ec48a78ec" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.4+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.4+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a961e7ee7db4f583cb7e55f5cd17f79be1146a39" - target = "target" - tree_hash = "6814272addbc1274c6660db924425494b6dd493f" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.4+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/501e57e5f9ac5838a2baff71871dccd7453c8007//L/libjulia/./bundled" - [[libjulia_jll."1.10.4+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.4+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.4+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.4+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.4+0".sources]] - hash = "0ba6ec2d2282937a084d7e5e5a0b026dc953bb31" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.4+0".sources]] - hash = "ce1b420ff12454e3414c8f37dea7c00979224ba5" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.5+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "73b0c33f4ccd1a5b0da81c602fd0991fadac1a51" - target = "target" - tree_hash = "7fb1d457cd34200093300cb3defba3466427da4a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.5+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "0cb029d3204ac72d020ff7eec18a6c74c20bedbf" - target = "target" - tree_hash = "adc68b592f0c7dcc96c89cb4f3e258ce9ae9f071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.5+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0ee97c4b4e816fd1c31abc62ea1975763b718582//L/libjulia/./bundled" - [[libjulia_jll."1.10.5+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.5+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.5+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.5+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.5+0".sources]] - hash = "a468aa198d030bd77efd7cb3e4069684af622dcc" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.5+0".sources]] - hash = "8e14322b5aa344639dd86bf9eabb84afe831fcba" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.6+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "73b0c33f4ccd1a5b0da81c602fd0991fadac1a51" - target = "target" - tree_hash = "7fb1d457cd34200093300cb3defba3466427da4a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.6+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "0cb029d3204ac72d020ff7eec18a6c74c20bedbf" - target = "target" - tree_hash = "adc68b592f0c7dcc96c89cb4f3e258ce9ae9f071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.6+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a076ee124410b949c6a31df39af0aaf01afcfcd5//L/libjulia/./bundled" - [[libjulia_jll."1.10.6+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.6+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.6+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.6+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.6+0".sources]] - hash = "404750f8586d77a7d1832e0dfb1b1931fcf191ac" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.6+0".sources]] - hash = "a988992b9b5aea642ab0a7cf442bbcecc25cd536" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.7+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "73b0c33f4ccd1a5b0da81c602fd0991fadac1a51" - target = "target" - tree_hash = "7fb1d457cd34200093300cb3defba3466427da4a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "0cb029d3204ac72d020ff7eec18a6c74c20bedbf" - target = "target" - tree_hash = "adc68b592f0c7dcc96c89cb4f3e258ce9ae9f071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.7+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "cf8dcdf15163477086b224e1a9c36a1609f8b5d6" - target = "target" - tree_hash = "e753d6c91c68f53a6bb66b30d5a900dbc71e97e8" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.7+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4c6cb6b49e21008465aff5d522004ebe08bb3c3f//L/libjulia/./bundled" - [[libjulia_jll."1.10.7+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.7+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.7+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.7+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.7+0".sources]] - hash = "5aaa94854367ca875375e38ae14f369f124e7315" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.7+0".sources]] - hash = "42c088b8b3e678edd19e5cb9ea54503e43624d06" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.8+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "73b0c33f4ccd1a5b0da81c602fd0991fadac1a51" - target = "target" - tree_hash = "7fb1d457cd34200093300cb3defba3466427da4a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "0cb029d3204ac72d020ff7eec18a6c74c20bedbf" - target = "target" - tree_hash = "adc68b592f0c7dcc96c89cb4f3e258ce9ae9f071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.8+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "cf8dcdf15163477086b224e1a9c36a1609f8b5d6" - target = "target" - tree_hash = "e753d6c91c68f53a6bb66b30d5a900dbc71e97e8" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.8+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6ceb2cc0b092264779081edad4fe04dcef645672//L/libjulia/./bundled" - [[libjulia_jll."1.10.8+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.8+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.8+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.8+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.8+0".sources]] - hash = "dbb9c46795b0e45b770254542854526f3db119b5" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.8+0".sources]] - hash = "2fe4190b3d26b4eee52b2b1b1054ddd6e38a941e" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.9+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.9+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.9+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eec5291a05e16720a968542fafbf9bc8a1016f67//L/libjulia/./bundled" - [[libjulia_jll."1.10.9+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.9+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.9+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.9+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.9+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.9+0".sources]] - hash = "aecd8fd379a53afa780bc8a8404728b6aa22d6bc" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.9+0".sources]] - hash = "ccba6c91e24ebc0940acc2f8c390e6391ce0e292" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.10+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.10+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.10+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8bdcfb74bc1a44caee1b439b7a473b739cd9ad9a//L/libjulia/./bundled" - [[libjulia_jll."1.10.10+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.10+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.10+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.10+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.10+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.10+0".sources]] - hash = "08e1fc0abb959ce5bd4c75b05518a41b85e4aba1" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.10+0".sources]] - hash = "ccba6c91e24ebc0940acc2f8c390e6391ce0e292" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.11+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "31cfdb55442fb3603baaf64bf6a23af2de8e7ac8" - target = "target" - tree_hash = "aee608bffc49979f94891e4fec24aca24b2aa15f" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "7d649a27aaeadc2ef1d3adfc35aafab74c492445" - target = "target" - tree_hash = "9a9306ee3175980a80d88183a8fe2012a89f1fba" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.11+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.11+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0fca0193f1c686a9f4c2804c2f7542962d3ce291//L/libjulia/./bundled" - [[libjulia_jll."1.10.11+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.11+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.11+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.11+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.11+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.11+0".sources]] - hash = "8f82f0dbbf5877f6af1c8de7d9d4ec0ea79ecc188c23fc281264a5fa963db5f0" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.0-rc3/julia-1.11.0-rc3.tar.gz" - [[libjulia_jll."1.10.11+0".sources]] - hash = "0622123121a33668f4dc771a6183b95fff533a53" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.11+1"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "SuiteSparse_jll" - rev = "31cfdb55442fb3603baaf64bf6a23af2de8e7ac8" - target = "target" - tree_hash = "aee608bffc49979f94891e4fec24aca24b2aa15f" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+1".build_dependencies]] - name = "LLVM_full_jll" - rev = "7d649a27aaeadc2ef1d3adfc35aafab74c492445" - target = "target" - tree_hash = "9a9306ee3175980a80d88183a8fe2012a89f1fba" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.11+1".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.11+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c58320b1be6ddce89c16f5c461b2c69d6ab8d1eb//L/libjulia/./bundled" - [[libjulia_jll."1.10.11+1".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.11+1".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.11+1".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.11+1".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.11+1".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.11+1".sources]] - hash = "8f82f0dbbf5877f6af1c8de7d9d4ec0ea79ecc188c23fc281264a5fa963db5f0" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.0-rc3/julia-1.11.0-rc3.tar.gz" - [[libjulia_jll."1.10.11+1".sources]] - hash = "0622123121a33668f4dc771a6183b95fff533a53" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.11+2"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "SuiteSparse_jll" - rev = "879586466f0547b723c98f5ec10849fa429f8250" - target = "target" - tree_hash = "93102069534cde3477d951726af964c902011427" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.11+2".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.11+2".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.11+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/97dc75cd7b111d600594fece1cb283b88cdca61b//L/libjulia/./bundled" - [[libjulia_jll."1.10.11+2".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.11+2".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.11+2".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.11+2".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.11+2".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.11+2".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.11+2".sources]] - hash = "e4101b71dbcd766b2e4f162320d1d64c0f03c6f3" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.12+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "879586466f0547b723c98f5ec10849fa429f8250" - target = "target" - tree_hash = "93102069534cde3477d951726af964c902011427" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.12+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.12+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d2a47b6a6787be03517cb7f31c208cdcb7fc5205//L/libjulia/./bundled" - [[libjulia_jll."1.10.12+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.12+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.12+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.12+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.12+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.12+0".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.12+0".sources]] - hash = "5cdf3789d8058d137b62259d2ab12f6eb456911e" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.13+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "879586466f0547b723c98f5ec10849fa429f8250" - target = "target" - tree_hash = "93102069534cde3477d951726af964c902011427" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.13+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.13+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7ac867c9b6592282e7367e48a90160364d3cbbfc//L/libjulia/./bundled" - [[libjulia_jll."1.10.13+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.13+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.13+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.13+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.13+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.13+0".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.13+0".sources]] - hash = "c6e7f83a6b6e9b7ec34a083983ab812278fa74a5" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.14+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "2ad461fb3ee9a772d28b543933b7754a2095b647" - target = "target" - tree_hash = "c8aa62357d3cd293777a25da589e7f14e4099b18" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.14+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.14+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.14+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/df4cd24c5da4fb8b7606f66f1a1248d539731024//L/libjulia/./bundled" - [[libjulia_jll."1.10.14+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.14+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.14+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.14+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.14+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.14+0".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.14+0".sources]] - hash = "fea26ddecb8a6c404f0c501228bf17c9b384d686" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.15+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "2ad461fb3ee9a772d28b543933b7754a2095b647" - target = "target" - tree_hash = "c8aa62357d3cd293777a25da589e7f14e4099b18" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.15+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.15+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.15+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0b4aa6e408509ab935feee99a1511d685cc8153//L/libjulia/./bundled" - [[libjulia_jll."1.10.15+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.15+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.15+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.15+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.15+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.15+0".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.15+0".sources]] - hash = "0c1e800dbdcf76b24cf3ab2bc9861a587e7c1fb5" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.15+0".sources]] - hash = "79ce1685e94a19edadd21544bce973cfd06cb168" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.16+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "2ad461fb3ee9a772d28b543933b7754a2095b647" - target = "target" - tree_hash = "c8aa62357d3cd293777a25da589e7f14e4099b18" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "Zstd_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "07d347731bb12f992ba5d9d891018be47d2ec333" - target = "target" - tree_hash = "76074c94611d073f241265cadbf1762dee89a0e3" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.16+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "8f2688a7c7dbccdc997f9c3fdfa406fcb4fc7803" - target = "target" - tree_hash = "457ae9a19552df3bc8f22d614cc9e8e67e8578c8" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.16+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.16+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1b68252984f2f2bf512188964b54124c9da9c452//L/libjulia/./bundled" - [[libjulia_jll."1.10.16+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.16+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.16+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.16+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.16+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.16+0".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.16+0".sources]] - hash = "faca79b503ae4fb47483e3e8d9acb2f3eb151a5b" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.16+0".sources]] - hash = "bc30cf23de79eee8e5cbe68813890cf145df1e47" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.17+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "2ad461fb3ee9a772d28b543933b7754a2095b647" - target = "target" - tree_hash = "c8aa62357d3cd293777a25da589e7f14e4099b18" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "6daf053d775cebd5e07379d13c4703d87c30d9ce" - target = "target" - tree_hash = "e3f21aa2c032ea4361089fbd40f3549438a25abc" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "Zstd_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "07d347731bb12f992ba5d9d891018be47d2ec333" - target = "target" - tree_hash = "76074c94611d073f241265cadbf1762dee89a0e3" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.17+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "8f2688a7c7dbccdc997f9c3fdfa406fcb4fc7803" - target = "target" - tree_hash = "457ae9a19552df3bc8f22d614cc9e8e67e8578c8" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.17+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.17+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cca878c8e6296b80a74ce3022b910f701634a0b8//L/libjulia/./bundled" - [[libjulia_jll."1.10.17+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.17+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.17+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.17+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.17+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.17+0".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.17+0".sources]] - hash = "faca79b503ae4fb47483e3e8d9acb2f3eb151a5b" - repo = "https://github.com/JuliaLang/julia.git" - [[libjulia_jll."1.10.17+0".sources]] - hash = "3e9f486430a254dd766bcd7f185fc21147d44345" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.18+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "2ad461fb3ee9a772d28b543933b7754a2095b647" - target = "target" - tree_hash = "c8aa62357d3cd293777a25da589e7f14e4099b18" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2a50d643d33fd0f3b677b433b1a07eb899f2f31e" - target = "target" - tree_hash = "39a06efef2bb4b77b7415ffc410b4d2926c85945" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "Zstd_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "07d347731bb12f992ba5d9d891018be47d2ec333" - target = "target" - tree_hash = "76074c94611d073f241265cadbf1762dee89a0e3" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.18+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "8f2688a7c7dbccdc997f9c3fdfa406fcb4fc7803" - target = "target" - tree_hash = "457ae9a19552df3bc8f22d614cc9e8e67e8578c8" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.18+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.18+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/baf0409999ad951577e8849812eeb5206e251328//L/libjulia/./bundled" - [[libjulia_jll."1.10.18+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.18+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.18+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.18+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.18+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.18+0".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.18+0".sources]] - hash = "55b5435d6fb1ba63b52d389a675f7a84a1dece855f7e2c19662f21606a124157" - url = "https://github.com/JuliaLang/julia/releases/download/v1.12.0-beta4/julia-1.12.0-beta4.tar.gz" - [[libjulia_jll."1.10.18+0".sources]] - hash = "b4a6288a38a39296feb712abc83ae7beefcdff37" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.19+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "2ad461fb3ee9a772d28b543933b7754a2095b647" - target = "target" - tree_hash = "c8aa62357d3cd293777a25da589e7f14e4099b18" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2a50d643d33fd0f3b677b433b1a07eb899f2f31e" - target = "target" - tree_hash = "39a06efef2bb4b77b7415ffc410b4d2926c85945" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "Zstd_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "07d347731bb12f992ba5d9d891018be47d2ec333" - target = "target" - tree_hash = "76074c94611d073f241265cadbf1762dee89a0e3" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.19+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "8f2688a7c7dbccdc997f9c3fdfa406fcb4fc7803" - target = "target" - tree_hash = "457ae9a19552df3bc8f22d614cc9e8e67e8578c8" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.19+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.19+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/924b944bd709243f075457ef04fcc001cd294708//L/libjulia/./bundled" - [[libjulia_jll."1.10.19+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.19+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.19+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.19+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.19+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.19+0".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.19+0".sources]] - hash = "3837a6a2a81764f26d0785f0a370049d36370a67f55934585695f226f4546480" - url = "https://github.com/JuliaLang/julia/releases/download/v1.12.0-rc1/julia-1.12.0-rc1.tar.gz" - [[libjulia_jll."1.10.19+0".sources]] - hash = "1367b3d7ad79d87a6bc0f0aabb4fd05905636c26" - repo = "https://github.com/JuliaLang/julia.git" - -[libjulia_jll."1.10.20+0"] -libraries = ["libjulia", "libjulia-debug"] - - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "OpenLibm_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "dSFMT_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "utf8proc_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LibSSH2_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LibCURL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "p7zip_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "Objconv_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "f6aaba4977091661adfea307206d871d1d0efeda" - target = "target" - tree_hash = "9f194d40f4a965629ca68183d39cc3b76815f09a" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2193a358dc8723de4aa33c667ebc8812861fe488" - target = "target" - tree_hash = "bbd0d3ef31d8e819035537227b0e6cac8c900913" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "OpenBLAS_jll" - rev = "23c31e7971a1b495b08256f78c50900aed5567f4" - target = "target" - tree_hash = "c1d59e139e6bb5f261b1f63cec8c8c71d2e147a1" - url = "https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl.git" - uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LibGit2_jll" - rev = "8aa142bb8d6ba2bfa3a3f7e4670f3c7c643f2b57" - target = "target" - tree_hash = "6c5ac5764e325ef0d285bddc88b490443c81802d" - url = "https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl.git" - uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "SuiteSparse_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "49475e581cdd231c0919e8cedb088ef5d2034170" - target = "target" - tree_hash = "14315d921732c35a37118236936e37ae20842615" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "ca09c8af7ddb9bb4a6274f6adda081899b893b15" - target = "target" - tree_hash = "1c4ea1532061f5cc376b88dfe15df2f26a9c4071" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ab4911b68596fd1aac7aeea3431bc7e6831c8fe8" - target = "target" - tree_hash = "5f3f7e1fabfe393687c84d0914928b4df05f1327" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "500373b874ddf667757a5c28fb719cd0c1a74a3a" - target = "target" - tree_hash = "5e06f64e4420ef9b7f484f4e858ffb1944bed6e6" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "714a31e20248a95b4cf401044134a80be2900947" - target = "target" - tree_hash = "ae98458924714fe6a9b0ed60c1f22678d0eb3cb2" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "b0a36286a6a0e6f70324ceec1958a2bb494acdb4" - target = "target" - tree_hash = "14aa3ea8eb237d341af4f4571d91d17453d88d41" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "ff44648578871e9e0a11a3b26e452dbd1a23f709" - target = "target" - tree_hash = "2252af0cc273c961bc86728d6f2e9ab545af5750" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "a4a3d305afb273189e5ef92ae088c9c4916d4d78" - target = "target" - tree_hash = "fa1774e98924a3738549385c09dabdc40e742056" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "OpenSSL_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "2ad461fb3ee9a772d28b543933b7754a2095b647" - target = "target" - tree_hash = "c8aa62357d3cd293777a25da589e7f14e4099b18" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "2a50d643d33fd0f3b677b433b1a07eb899f2f31e" - target = "target" - tree_hash = "39a06efef2bb4b77b7415ffc410b4d2926c85945" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "Zstd_jll" - target = "target" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "SuiteSparse_jll" - rev = "07d347731bb12f992ba5d9d891018be47d2ec333" - target = "target" - tree_hash = "76074c94611d073f241265cadbf1762dee89a0e3" - url = "https://github.com/JuliaBinaryWrappers/SuiteSparse_jll.jl.git" - uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" - version = "*" - [[libjulia_jll."1.10.20+0".build_dependencies]] - name = "LLVM_full_jll" - rev = "c22ec7375a7ebab2e5a513c4eb21d606f3493ec2" - target = "target" - tree_hash = "bdb67395f96c9b3f67e87d4bb96727aaec202657" - url = "https://github.com/JuliaBinaryWrappers/LLVM_full_jll.jl.git" - uuid = "a3ccf953-465e-511d-b87f-60a6490c289d" - version = "*" - - [[libjulia_jll."1.10.20+0".sources]] - hash = "2593def8cc9ef81663d1c6bfb8addc3f10502dd9a1d5a559728316a11dea2594" - url = "https://github.com/JuliaLang/julia/releases/download/v1.6.3/julia-1.6.3.tar.gz" - [[libjulia_jll."1.10.20+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7014250f3801bb05118c940d869a826aaba0bc6b//L/libjulia/./bundled" - [[libjulia_jll."1.10.20+0".sources]] - hash = "e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f" - url = "https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz" - [[libjulia_jll."1.10.20+0".sources]] - hash = "8e870dbef71bc72469933317a1a18214fd1b4b12f1080784af7b2c56177efcb4" - url = "https://github.com/JuliaLang/julia/releases/download/v1.7.0/julia-1.7.0.tar.gz" - [[libjulia_jll."1.10.20+0".sources]] - hash = "3e2cea35bf5df963ed7b75a83e8febfc000acf1e664ecd657a0772508eb1fb5d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2.tar.gz" - [[libjulia_jll."1.10.20+0".sources]] - hash = "48f4c8a7d5f33d0bc6ce24226df20ab49e385c2d0c3767ec8dfdb449602095b2" - url = "https://github.com/JuliaLang/julia/releases/download/v1.9.0/julia-1.9.0.tar.gz" - [[libjulia_jll."1.10.20+0".sources]] - hash = "a4136608265c5d9186ae4767e94ddc948b19b43f760aba3501a161290852054d" - url = "https://github.com/JuliaLang/julia/releases/download/v1.10.0/julia-1.10.0.tar.gz" - [[libjulia_jll."1.10.20+0".sources]] - hash = "895549f40b21dee66b6380e30811f40d2d938c2baba0750de69c9a183cccd756" - url = "https://github.com/JuliaLang/julia/releases/download/v1.11.1/julia-1.11.1.tar.gz" - [[libjulia_jll."1.10.20+0".sources]] - hash = "3837a6a2a81764f26d0785f0a370049d36370a67f55934585695f226f4546480" - url = "https://github.com/JuliaLang/julia/releases/download/v1.12.0-rc1/julia-1.12.0-rc1.tar.gz" - [[libjulia_jll."1.10.20+0".sources]] - hash = "b2f8ee82e80a02153d8e0e04726b2a48b3029997" - repo = "https://github.com/JuliaLang/julia.git" - -[libjwt_jll."1.15.3+0"] -executables = ["jwtgen", "jwtauth"] -libraries = ["libjwt"] - - [[libjwt_jll."1.15.3+0".sources]] - hash = "e8af37ce2e7de2d3bbadaaf232dc6f6b0fd97f03" - repo = "https://github.com/benmcollins/libjwt.git" - -[liblinear_jll."2.30.0+0"] -executables = ["train", "predict"] -libraries = ["liblinear"] - - [[liblinear_jll."2.30.0+0".sources]] - hash = "9b57710078206d4dbbe75e9015d4cf7fabe4464013fe0e89b8a2fe40038f8f51" - url = "https://github.com/cjlin1/liblinear/archive/v230.tar.gz" - [[liblinear_jll."2.30.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/55e945cb11e16c6d1626fb48d13b08675a646e8c//L/liblinear/./bundled" - -[liblinear_jll."2.47.0+0"] -executables = ["train", "predict"] -libraries = ["liblinear"] - - [[liblinear_jll."2.47.0+0".sources]] - hash = "8dc206b782e07676dc0d00678bedd295ce85acf3" - repo = "https://github.com/cjlin1/liblinear" - [[liblinear_jll."2.47.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9315c7740825486fa33649ab616687d409bba5ac//L/liblinear/./bundled" - -[liblsl_jll."1.13.0+0"] -executables = ["lslver"] -libraries = ["liblsl"] - - [[liblsl_jll."1.13.0+0".sources]] - hash = "5b304a5365eba33852da96badfbd9d66556caf4a00c87947a59df2942680a617" - url = "https://github.com/sccn/liblsl/archive/1.13.0.tar.gz" - [[liblsl_jll."1.13.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bb189563d1f5668e163eb0bbf3f75689a9301be5//L/liblsl/./bundled/patches" - -[liblsl_jll."1.13.0+1"] -executables = ["lslver"] -libraries = ["liblsl"] - - [[liblsl_jll."1.13.0+1".sources]] - hash = "5b304a5365eba33852da96badfbd9d66556caf4a00c87947a59df2942680a617" - url = "https://github.com/sccn/liblsl/archive/1.13.0.tar.gz" - [[liblsl_jll."1.13.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86fc693f9038a5106da6895e7e606fa7a9c69e00//L/liblsl/./bundled/patches" - -[liblsl_jll."1.16.2+0"] -executables = ["lslver"] -libraries = ["liblsl"] - - [[liblsl_jll."1.16.2+0".sources]] - hash = "6ca188c266c21f7228dc67077303fa6abaf2e8be" - repo = "https://github.com/sccn/liblsl" - -[[libmcfp_jll."1.2.4+0".sources]] -hash = "4aa95505ded43e663fd9dae61c49b08fdc6cce0c" -repo = "https://github.com/mhekkel/libmcfp" - -[[libmcfp_jll."1.2.4+1".sources]] -hash = "4aa95505ded43e663fd9dae61c49b08fdc6cce0c" -repo = "https://github.com/mhekkel/libmcfp" - -[libmicrohttpd_jll."0.9.73+0"] -libraries = ["libmicrohttpd"] - - [[libmicrohttpd_jll."0.9.73+0".sources]] - hash = "a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e" - url = "https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.73.tar.gz" - -[libminc_jll."2.4.6+0"] -libraries = ["libminc2", "libminc2-simple"] - - [[libminc_jll."2.4.6+0".sources]] - hash = "15d994def83274b715711afffa73268167ec2cc6" - repo = "https://github.com/BIC-MNI/libminc.git" - [[libminc_jll."2.4.6+0".sources]] - hash = "e7203f04941faf45cd7cea9149e7b196672fb117" - repo = "https://github.com/NIST-MNI/minc2-simple.git" - -[libmng_jll."2.0.3+0"] -libraries = ["libmng"] - - [[libmng_jll."2.0.3+0".sources]] - hash = "4a462fdd48d4bc82c1d7a21106c8a18b62f8cc0042454323058e6da0dbb57dd3" - url = "http://sourceforge.net/projects/libmng/files/libmng-devel/2.0.3/libmng-2.0.3.tar.xz" - -[libmodplug_jll."0.8.9+0"] -libraries = ["libmodplug"] - - [[libmodplug_jll."0.8.9+0".sources]] - hash = "457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de" - url = "https://downloads.sourceforge.net/modplug-xmms/libmodplug-0.8.9.0.tar.gz" - -[libmonitor_jll."2023.3.15+0"] -libraries = ["libmonitor"] - - [[libmonitor_jll."2023.3.15+0".sources]] - hash = "48520940b915352748950ea718fadc82f87f659d" - repo = "https://github.com/HPCToolkit/libmonitor.git" - -[libmseed_jll."3.0.9+0"] -libraries = ["libmseed"] - - [[libmseed_jll."3.0.9+0".sources]] - hash = "dbfadd8202d13ed74aa69a4fa360339e68c280cc" - repo = "https://github.com/iris-edu/libmseed" - -[libmseed_jll."3.0.10+0"] -libraries = ["libmseed"] - - [[libmseed_jll."3.0.10+0".sources]] - hash = "d8839780299b06fb09c6f1961c293f93c3d0427e" - repo = "https://github.com/iris-edu/libmseed" - -[libmseed_jll."3.0.16+0"] -libraries = ["libmseed"] - - [[libmseed_jll."3.0.16+0".sources]] - hash = "1934e4730496448344b95a68aa409cdc31585e61" - repo = "https://github.com/iris-edu/libmseed" - -[libmseed_jll."3.0.17+0"] -libraries = ["libmseed"] - - [[libmseed_jll."3.0.17+0".sources]] - hash = "b17f7dc8632af430c8f41056d297cf75f6093a58" - repo = "https://github.com/iris-edu/libmseed" - -[libmseed_jll."3.0.18+0"] -libraries = ["libmseed"] - - [[libmseed_jll."3.0.18+0".sources]] - hash = "7b3943dda125c52fab53dc46b3772785fa9ecaaa" - repo = "https://github.com/EarthScope/libmseed" - -[libnabo_jll."1.0.7+0"] -libraries = ["libnabo"] - - [[libnabo_jll."1.0.7+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[libnabo_jll."1.0.7+0".sources]] - hash = "817f43ba77668a7fab2834e78f0a9ff80e294d69c9818142084a32040547d10a" - url = "https://github.com/ethz-asl/libnabo/archive/refs/tags/1.0.7.tar.gz" - -[libnl_jll."3.5.0+0"] -libraries = ["libnl-3"] - - [[libnl_jll."3.5.0+0".sources]] - hash = "352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa" - url = "https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-3.5.0.tar.gz" - -[libnl_jll."3.5.0+1"] -libraries = ["libnl-3", "libnl-route-3"] - - [[libnl_jll."3.5.0+1".sources]] - hash = "352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa" - url = "https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-3.5.0.tar.gz" - -[libnl_jll."3.11.0+0"] -libraries = ["libnl-3", "libnl-route-3"] - - [[libnl_jll."3.11.0+0".sources]] - hash = "2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d" - url = "https://github.com/thom311/libnl/releases/download/libnl3_11_0/libnl-3.11.0.tar.gz" - -[libnode_jll."14.17.3+0"] -executables = ["node"] -libraries = ["libnode"] - - [[libnode_jll."14.17.3+0".sources]] - hash = "dcbd156506ee79ee48439257626ca0a6db3d7eab8cb0208db6979125ae7d3a95" - url = "https://nodejs.org/dist/v14.17.3/node-v14.17.3.tar.gz" - -[libnode_jll."16.14.0+0"] -executables = ["node"] -libraries = ["libnode"] - - [[libnode_jll."16.14.0+0".sources]] - hash = "29dfce13650f063ff009d18349636333fa4305468b6a8965d442c2e88b1dd60f" - url = "https://nodejs.org/dist/v16.14.0/node-v16.14.0.tar.gz" - [[libnode_jll."16.14.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/195eb37ffa6bc7bb6ba0db0ced7aa438f94c333f//L/libnode/bundled" - -[libnode_jll."16.17.0+0"] -executables = ["node"] -libraries = ["libnode"] - - [[libnode_jll."16.17.0+0".sources]] - hash = "2a2e6262739741f98ab81648a50891861dbf66f12413b93f1a97b4c71570611e" - url = "https://nodejs.org/dist/v16.17.0/node-v16.17.0.tar.gz" - [[libnode_jll."16.17.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/13817531bf260480eb1be7cb14e94ba44e773e55//L/libnode/bundled" - -[libnode_jll."18.12.1+0"] -executables = ["node"] -libraries = ["libnode"] - - [[libnode_jll."18.12.1+0".sources]] - hash = "ba8174dda00d5b90943f37c6a180a1d37c861d91e04a4cb38dc1c0c74981c186" - url = "https://nodejs.org/dist/v18.12.1/node-v18.12.1.tar.gz" - [[libnode_jll."18.12.1+0".sources]] - hash = "675d4b4b335db8d1ab047ea55e09488e0b1c51008f42ee09e4ef7cbca978b2ff" - url = "https://github.com/sunoru/libnode/releases/download/v18.12.1/libnode-v18.12.1-Windows-x64.zip" - [[libnode_jll."18.12.1+0".sources]] - hash = "a19cbfceaeae3e98f982e06dc232f8a228e021941a9ead79aef9bc1ca0fc2f50" - url = "https://github.com/sunoru/libnode/releases/download/v18.12.1/libnode-v18.12.1-macOS-x64.zip" - [[libnode_jll."18.12.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2fb1133c9e8722743a2f54f8cc122cecba9f0f12//L/libnode/bundled" - -[libopenjpegextra_jll."0.0.1+0"] -libraries = ["libopenjpegextra"] - - [[libopenjpegextra_jll."0.0.1+0".sources]] - hash = "5e5f3348687d268daff8c7145f7283df052f794c" - repo = "https://github.com/ashwani-rathee/libopenjpegextra.git" - -[libopenjpegextra_jll."0.0.2+0"] -libraries = ["libopenjpegextra"] - - [[libopenjpegextra_jll."0.0.2+0".sources]] - hash = "f3b81edc36486bd3940ad46d242730907f20a575" - repo = "https://github.com/ashwani-rathee/libopenjpegextra.git" - -[liboqs_jll."0.14.0+0"] -libraries = ["liboqs"] - - [[liboqs_jll."0.14.0+0".sources]] - hash = "94b421ebb82405c843dba4e9aa521a56ee5a333d" - repo = "https://github.com/open-quantum-safe/liboqs.git" - -[libosmium_jll."2.18.0+0"] -files = ["include/osmium/version.hpp"] - - [[libosmium_jll."2.18.0+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - uuid = "83775a58-1f1d-513f-b197-d71354ab007a" - version = "*" - [[libosmium_jll."2.18.0+0".build_dependencies]] - name = "Expat_jll" - target = "target" - uuid = "2e619515-83b5-522b-bb60-26c02a35a201" - version = "*" - [[libosmium_jll."2.18.0+0".build_dependencies]] - name = "Bzip2_jll" - target = "target" - uuid = "6e34b625-4abd-537c-b88f-471c36dfa7a0" - version = "*" - [[libosmium_jll."2.18.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - uuid = "28df3c45-c428-5900-9ff8-a3135698ca75" - version = "*" - [[libosmium_jll."2.18.0+0".build_dependencies]] - name = "protozero_jll" - target = "target" - uuid = "e2028600-4f28-5e5c-ab86-957950af6e0a" - version = "*" - [[libosmium_jll."2.18.0+0".build_dependencies]] - name = "Lz4_jll" - target = "target" - version = "*" - - [[libosmium_jll."2.18.0+0".sources]] - hash = "9c50fde42843dbfb1df0394164d578cda2c3b82e" - repo = "https://github.com/osmcode/libosmium.git" - -[libosmium_jll."2.19.0+0"] -files = ["include/osmium/version.hpp"] - - [[libosmium_jll."2.19.0+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - uuid = "83775a58-1f1d-513f-b197-d71354ab007a" - version = "*" - [[libosmium_jll."2.19.0+0".build_dependencies]] - name = "protozero_jll" - target = "target" - uuid = "e2028600-4f28-5e5c-ab86-957950af6e0a" - version = "*" - [[libosmium_jll."2.19.0+0".build_dependencies]] - name = "Lz4_jll" - target = "target" - version = "*" - - [[libosmium_jll."2.19.0+0".sources]] - hash = "a44ae7be0fc161dc4b110c01fa176cfe5bf45503" - repo = "https://github.com/osmcode/libosmium.git" - -[libosmium_jll."2.20.0+0"] -files = ["include/osmium/version.hpp"] - - [[libosmium_jll."2.20.0+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - uuid = "83775a58-1f1d-513f-b197-d71354ab007a" - version = "*" - [[libosmium_jll."2.20.0+0".build_dependencies]] - name = "protozero_jll" - target = "target" - uuid = "e2028600-4f28-5e5c-ab86-957950af6e0a" - version = "*" - [[libosmium_jll."2.20.0+0".build_dependencies]] - name = "Lz4_jll" - target = "target" - version = "*" - - [[libosmium_jll."2.20.0+0".sources]] - hash = "cd892f98e8e355f5d0a4b717c153c7de0d15bb0d" - repo = "https://github.com/osmcode/libosmium.git" - -[libosmium_jll."2.21.0+0"] -files = ["include/osmium/version.hpp"] - - [[libosmium_jll."2.21.0+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - uuid = "83775a58-1f1d-513f-b197-d71354ab007a" - version = "*" - [[libosmium_jll."2.21.0+0".build_dependencies]] - name = "protozero_jll" - target = "target" - uuid = "e2028600-4f28-5e5c-ab86-957950af6e0a" - version = "*" - [[libosmium_jll."2.21.0+0".build_dependencies]] - name = "Lz4_jll" - target = "target" - version = "*" - - [[libosmium_jll."2.21.0+0".sources]] - hash = "2675b6eaecdc677e14751272bca66d2192c8a58a" - repo = "https://github.com/osmcode/libosmium.git" - -[libosmium_jll."2.21.1+0"] -files = ["include/osmium/version.hpp"] - - [[libosmium_jll."2.21.1+0".build_dependencies]] - name = "Zlib_jll" - target = "target" - uuid = "83775a58-1f1d-513f-b197-d71354ab007a" - version = "*" - [[libosmium_jll."2.21.1+0".build_dependencies]] - name = "protozero_jll" - target = "target" - uuid = "e2028600-4f28-5e5c-ab86-957950af6e0a" - version = "*" - [[libosmium_jll."2.21.1+0".build_dependencies]] - name = "Lz4_jll" - target = "target" - version = "*" - - [[libosmium_jll."2.21.1+0".sources]] - hash = "2675b6eaecdc677e14751272bca66d2192c8a58a" - repo = "https://github.com/osmcode/libosmium.git" - -[libpcap_jll."1.10.1+0"] -libraries = ["libpcap"] - - [[libpcap_jll."1.10.1+0".sources]] - hash = "1babd5dd63e4d5266e111d7f4f710ea77f4d7b5c" - repo = "https://github.com/the-tcpdump-group/libpcap.git" - -[libpcap_jll."1.10.4+0"] -libraries = ["libpcap"] - - [[libpcap_jll."1.10.4+0".sources]] - hash = "104271ba4a14de6743e43bcf87536786d8fddea4" - repo = "https://github.com/the-tcpdump-group/libpcap.git" - -[libpicosat_jll."965.0.0+0"] -libraries = ["libpicosat"] - - [[libpicosat_jll."965.0.0+0".sources]] - hash = "15169b4f28ba8f628f353f6f75a100845cdef4a2244f101a02b6e5a26e46a754" - url = "http://fmv.jku.at/picosat/picosat-965.tar.gz" - [[libpicosat_jll."965.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8a61238c465e68f91ce1e56c3020ba2df4f8c810//L/libpicosat/./bundled" - -[libpicosat_jll."965.0.1+0"] -libraries = ["libpicosat"] - - [[libpicosat_jll."965.0.1+0".sources]] - hash = "15169b4f28ba8f628f353f6f75a100845cdef4a2244f101a02b6e5a26e46a754" - url = "http://fmv.jku.at/picosat/picosat-965.tar.gz" - [[libpicosat_jll."965.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1ab5d43d0c9566978f969e0cbdbf973aef8eff54//L/libpicosat/./bundled" - -[libplist_jll."2.2.0+0"] -executables = ["plistutil"] -libraries = ["libplist", "libplist-2", "libplist-2.0"] - - [[libplist_jll."2.2.0+0".sources]] - hash = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" - repo = "https://github.com/libimobiledevice/libplist.git" - -[libplist_jll."2.2.1+0"] -executables = ["plistutil"] -libraries = ["libplist", "libplist-2", "libplist-2.0"] - - [[libplist_jll."2.2.1+0".sources]] - hash = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" - repo = "https://github.com/libimobiledevice/libplist.git" - -[libplist_jll."2.6.0+0"] -executables = ["plistutil"] -libraries = ["libplist", "libplist-2", "libplist-2.0"] - - [[libplist_jll."2.6.0+0".sources]] - hash = "2117b8fdb6b4096455bd2041a63e59a028120136" - repo = "https://github.com/libimobiledevice/libplist.git" - -[libpng_jll."1.6.37+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.37+0".sources]] - hash = "daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4" - url = "https://vorboss.dl.sourceforge.net/project/libpng/libpng16/1.6.37/libpng-1.6.37.tar.gz" - -[libpng_jll."1.6.37+1"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.37+1".sources]] - hash = "daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4" - url = "https://vorboss.dl.sourceforge.net/project/libpng/libpng16/1.6.37/libpng-1.6.37.tar.gz" - -[libpng_jll."1.6.37+2"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.37+2".sources]] - hash = "daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4" - url = "https://vorboss.dl.sourceforge.net/project/libpng/libpng16/1.6.37/libpng-1.6.37.tar.gz" - -[libpng_jll."1.6.37+3"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.37+3".sources]] - hash = "daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4" - url = "https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.gz" - -[libpng_jll."1.6.37+4"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.37+4".sources]] - hash = "daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4" - url = "https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.gz" - -[libpng_jll."1.6.37+5"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.37+5".sources]] - hash = "daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4" - url = "https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.gz" - -[libpng_jll."1.6.37+6"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.37+6".sources]] - hash = "daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.37/libpng-1.6.37.tar.gz" - -[libpng_jll."1.6.38+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.38+0".sources]] - hash = "daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.37/libpng-1.6.37.tar.gz" - -[libpng_jll."1.6.38+1"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.38+1".sources]] - hash = "8f720b363aa08683c9bf2a563236f45313af2c55d542b5481ae17dd8d183bb42" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.40/libpng-1.6.40.tar.gz" - -[libpng_jll."1.6.40+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.40+0".sources]] - hash = "8f720b363aa08683c9bf2a563236f45313af2c55d542b5481ae17dd8d183bb42" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.40/libpng-1.6.40.tar.gz" - -[libpng_jll."1.6.42+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.42+0".sources]] - hash = "eaa27b655f2cd37a3677372d7dfc646263401ef79d4f433345f24429ec60334a" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.42/libpng-1.6.42.tar.gz" - -[libpng_jll."1.6.43+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.43+0".sources]] - hash = "e804e465d4b109b5ad285a8fb71f0dd3f74f0068f91ce3cdfde618180c174925" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.43/libpng-1.6.43.tar.gz" - -[libpng_jll."1.6.43+1"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.43+1".sources]] - hash = "e804e465d4b109b5ad285a8fb71f0dd3f74f0068f91ce3cdfde618180c174925" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.43/libpng-1.6.43.tar.gz" - -[libpng_jll."1.6.44+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.44+0".sources]] - hash = "8c25a7792099a0089fa1cc76c94260d0bb3f1ec52b93671b572f8bb61577b732" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.44/libpng-1.6.44.tar.gz" - -[libpng_jll."1.6.44+1"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.44+1".sources]] - hash = "8c25a7792099a0089fa1cc76c94260d0bb3f1ec52b93671b572f8bb61577b732" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.44/libpng-1.6.44.tar.gz" - -[libpng_jll."1.6.44+2"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.44+2".sources]] - hash = "8c25a7792099a0089fa1cc76c94260d0bb3f1ec52b93671b572f8bb61577b732" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.44/libpng-1.6.44.tar.gz" - -[libpng_jll."1.6.45+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.45+0".sources]] - hash = "8c25a7792099a0089fa1cc76c94260d0bb3f1ec52b93671b572f8bb61577b732" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.44/libpng-1.6.44.tar.gz" - -[libpng_jll."1.6.45+1"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.45+1".sources]] - hash = "7dee9e1ca8152bf52f919456f4190330aee48209887f2ec0b3d9f0ad571df11b" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.45/libpng-1.6.45.tar.gz" - -[libpng_jll."1.6.46+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.46+0".sources]] - hash = "c2b8ffb46f48331416e01f9e5c7169c7a2e08ad766b742742644e5fdf192e4a1" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.46/libpng-1.6.46.tar.gz" - -[libpng_jll."1.6.47+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.47+0".sources]] - hash = "084115c62fe023e3d88cd78764a4d8e89763985ee4b4a085825f7a00d85eafbb" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.47/libpng-1.6.47.tar.gz" - -[libpng_jll."1.6.48+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.48+0".sources]] - hash = "68f3d83a79d81dfcb0a439d62b411aa257bb4973d7c67cd1ff8bdf8d011538cd" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.48/libpng-1.6.48.tar.gz" - -[libpng_jll."1.6.49+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.49+0".sources]] - hash = "d173dada6181ef1638bcdb9526dd46a0f5eee08e3be9615e628ae54f888f17f9" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.49/libpng-1.6.49.tar.gz" - -[libpng_jll."1.6.50+0"] -libraries = ["libpng16"] - - [[libpng_jll."1.6.50+0".sources]] - hash = "708f4398f996325819936d447f982e0db90b6b8212b7507e7672ea232210949a" - url = "https://sourceforge.net/projects/libpng/files/libpng16/1.6.50/libpng-1.6.50.tar.gz" - -[libpolars_jll."0.1.0+0"] -libraries = ["libpolars"] - - [[libpolars_jll."0.1.0+0".sources]] - hash = "da4a4569a8ac7368aab7ae1c589b768b1e5ec36c" - repo = "https://github.com/Pangoraw/Polars.jl/" - [[libpolars_jll."0.1.0+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[libpolars_jll."0.1.1+0"] -libraries = ["libpolars"] - - [[libpolars_jll."0.1.1+0".sources]] - hash = "1860f4dd5a8750ffe2ab78268b72e7008cfe169d" - repo = "https://github.com/Pangoraw/Polars.jl/" - [[libpolars_jll."0.1.1+0".sources]] - hash = "a3a077385205039a7c6f9e2c98ecdf2a720b2a819da715e03e0630c75782c1e4" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.13.sdk.tar.xz" - -[libpolymake_julia_jll."0.1.0+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.1.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libpolymake_julia_jll."0.1.0+0".sources]] - hash = "533237a1a1f7ff544017b9576704b2f05c6e3139443ea0aaa20bc88560675e9a" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.1.0.tar.gz" - -[libpolymake_julia_jll."0.1.1+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.1.1+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libpolymake_julia_jll."0.1.1+0".sources]] - hash = "9765ecfbce06c2cca2ac3e2d9df13bc020a99f520502fbebd8be047b7eb548d9" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.1.1.tar.gz" - -[libpolymake_julia_jll."0.1.2+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.1.2+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libpolymake_julia_jll."0.1.2+0".sources]] - hash = "5da5c5d78a8c55354227f49ff5d7a4c99b0f74da5e9bd8898278a771965f671b" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.1.2.tar.gz" - -[libpolymake_julia_jll."0.2.0+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.2.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libpolymake_julia_jll."0.2.0+0".sources]] - hash = "2ad38e380ae52d9f1c72374fe785ab0253bad9bfd8eaa078da82eaed14f3e83c" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.2.0.tar.gz" - -[libpolymake_julia_jll."0.2.0+1"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.2.0+1".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "1.4.1" - [[libpolymake_julia_jll."0.2.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.2.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.2.0+1".sources]] - hash = "2ad38e380ae52d9f1c72374fe785ab0253bad9bfd8eaa078da82eaed14f3e83c" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.2.0.tar.gz" - -[libpolymake_julia_jll."0.3.0+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.3.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "1.4.1" - [[libpolymake_julia_jll."0.3.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.3.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.3.0+0".sources]] - hash = "937d1a6e4d8146bb92e8e71c0fad4a8de782362c9b4e51ced3158aab908b1e07" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.3.0.tar.gz" - -[libpolymake_julia_jll."0.4.3+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libpolymake_julia_jll."0.4.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.3+0".sources]] - hash = "004380813658ba218092ba526a8acf884796fe9afa581552523bd302210293af" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.0.tar.gz" - -[libpolymake_julia_jll."0.4.4+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libpolymake_julia_jll."0.4.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.4+0".sources]] - hash = "004380813658ba218092ba526a8acf884796fe9afa581552523bd302210293af" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.0.tar.gz" - -[libpolymake_julia_jll."0.4.5+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libpolymake_julia_jll."0.4.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.5+0".sources]] - hash = "004380813658ba218092ba526a8acf884796fe9afa581552523bd302210293af" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.0.tar.gz" - -[libpolymake_julia_jll."0.4.103+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.103+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libpolymake_julia_jll."0.4.103+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.103+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.103+0".sources]] - hash = "f7733a8eb2b2e75d63db6cb6b035b9fae24ce7f6c2992253a3df0529a914ad37" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.1.tar.gz" - -[libpolymake_julia_jll."0.4.104+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.104+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libpolymake_julia_jll."0.4.104+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.104+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.104+0".sources]] - hash = "f7733a8eb2b2e75d63db6cb6b035b9fae24ce7f6c2992253a3df0529a914ad37" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.1.tar.gz" - -[libpolymake_julia_jll."0.4.105+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.105+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libpolymake_julia_jll."0.4.105+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.105+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.105+0".sources]] - hash = "f7733a8eb2b2e75d63db6cb6b035b9fae24ce7f6c2992253a3df0529a914ad37" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.1.tar.gz" - -[libpolymake_julia_jll."0.4.113+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.113+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libpolymake_julia_jll."0.4.113+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.113+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.113+0".sources]] - hash = "f7733a8eb2b2e75d63db6cb6b035b9fae24ce7f6c2992253a3df0529a914ad37" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.1.tar.gz" - -[libpolymake_julia_jll."0.4.114+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.114+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libpolymake_julia_jll."0.4.114+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.114+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.114+0".sources]] - hash = "f7733a8eb2b2e75d63db6cb6b035b9fae24ce7f6c2992253a3df0529a914ad37" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.1.tar.gz" - -[libpolymake_julia_jll."0.4.115+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.115+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libpolymake_julia_jll."0.4.115+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.115+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.115+0".sources]] - hash = "f7733a8eb2b2e75d63db6cb6b035b9fae24ce7f6c2992253a3df0529a914ad37" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.1.tar.gz" - -[libpolymake_julia_jll."0.4.116+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.116+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libpolymake_julia_jll."0.4.116+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.116+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.116+0".sources]] - hash = "f7733a8eb2b2e75d63db6cb6b035b9fae24ce7f6c2992253a3df0529a914ad37" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.1.tar.gz" - -[libpolymake_julia_jll."0.4.117+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.117+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - [[libpolymake_julia_jll."0.4.117+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.117+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.117+0".sources]] - hash = "ae511cfa548044a81918fe885af5226bd4bb8cfc" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.4.123+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.123+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libpolymake_julia_jll."0.4.123+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.123+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.123+0".sources]] - hash = "ae511cfa548044a81918fe885af5226bd4bb8cfc" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.4.124+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.124+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libpolymake_julia_jll."0.4.124+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.124+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.124+0".sources]] - hash = "ae511cfa548044a81918fe885af5226bd4bb8cfc" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.4.125+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.125+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libpolymake_julia_jll."0.4.125+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.125+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.125+0".sources]] - hash = "ae511cfa548044a81918fe885af5226bd4bb8cfc" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.4.126+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.126+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libpolymake_julia_jll."0.4.126+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.126+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.126+0".sources]] - hash = "ae511cfa548044a81918fe885af5226bd4bb8cfc" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.4.127+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.127+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - [[libpolymake_julia_jll."0.4.127+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.127+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.127+0".sources]] - hash = "ae511cfa548044a81918fe885af5226bd4bb8cfc" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.4.203+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.203+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libpolymake_julia_jll."0.4.203+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.203+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.203+0".sources]] - hash = "2b9b75f80c14207f7377f2a093f22b46901f1f3de38bb2b3cb708584a1133982" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.2.tar.gz" - -[libpolymake_julia_jll."0.4.303+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.303+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libpolymake_julia_jll."0.4.303+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.303+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.303+0".sources]] - hash = "dc1f727cadfe11529b66a6c592a780457e52492a83384f298f3bba8c28dc06ca" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.3.tar.gz" - -[libpolymake_julia_jll."0.4.304+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.304+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libpolymake_julia_jll."0.4.304+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.304+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.304+0".sources]] - hash = "dc1f727cadfe11529b66a6c592a780457e52492a83384f298f3bba8c28dc06ca" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.3.tar.gz" - -[libpolymake_julia_jll."0.4.305+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.305+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libpolymake_julia_jll."0.4.305+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.305+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.305+0".sources]] - hash = "dc1f727cadfe11529b66a6c592a780457e52492a83384f298f3bba8c28dc06ca" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.3.tar.gz" - -[libpolymake_julia_jll."0.4.306+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.306+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libpolymake_julia_jll."0.4.306+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.306+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.306+0".sources]] - hash = "dc1f727cadfe11529b66a6c592a780457e52492a83384f298f3bba8c28dc06ca" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.3.tar.gz" - -[libpolymake_julia_jll."0.4.307+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.4.307+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - [[libpolymake_julia_jll."0.4.307+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libpolymake_julia_jll."0.4.307+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libpolymake_julia_jll."0.4.307+0".sources]] - hash = "dc1f727cadfe11529b66a6c592a780457e52492a83384f298f3bba8c28dc06ca" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.4.3.tar.gz" - -[libpolymake_julia_jll."0.5.0+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.5.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.5.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.5.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libpolymake_julia_jll."0.5.0+0".sources]] - hash = "5af8ccce9928b05c2c30f6adcddc7f07bdbef79d69d7d28aa6671846e742d2fb" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.5.0.tar.gz" - -[libpolymake_julia_jll."0.6.0+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.6.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.6.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.6.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.6.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.6.0+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.501.0" - [[libpolymake_julia_jll."0.6.0+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.6.0+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.6.0+0".sources]] - hash = "de2180654322b2e68e47dd59bb842ccb7956e81bafa618dafef0320c35189968" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.6.0.tar.gz" - -[libpolymake_julia_jll."0.6.1+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.6.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.6.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.6.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.6.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.6.1+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.501.0" - [[libpolymake_julia_jll."0.6.1+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.6.1+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.6.1+0".sources]] - hash = "8c2292b6a0ddb20474b02aaaaf8f3e5693ac866b13f602e4bb3c4c24a6869fb8" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.6.1.tar.gz" - -[libpolymake_julia_jll."0.7.0+0"] -executables = ["polymake_run_script"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.7.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.7.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.7.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.7.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.7.0+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.600.0" - [[libpolymake_julia_jll."0.7.0+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.7.0+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.7.0+0".sources]] - hash = "ac13f05beb59e688d485a96759666d9d2a0bd026f6dfacdfd7d4e3e88abc4202" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.7.0.tar.gz" - -[libpolymake_julia_jll."0.8.0+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.8.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.8.0+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.600.0" - [[libpolymake_julia_jll."0.8.0+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.8.0+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.8.0+0".sources]] - hash = "da459c1fc819a446cfa683cc8e6e890a54194b7a943ac8d62c4c71061512dbee" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.8.0.tar.gz" - -[libpolymake_julia_jll."0.8.0+1"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.8.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.0+1".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.8.0+1".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.600.0" - [[libpolymake_julia_jll."0.8.0+1".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.8.0+1".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.8.0+1".sources]] - hash = "da459c1fc819a446cfa683cc8e6e890a54194b7a943ac8d62c4c71061512dbee" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.8.0.tar.gz" - -[libpolymake_julia_jll."0.8.0+2"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.8.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.0+2".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.0+2".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.0+2".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.8.0+2".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.600.0" - [[libpolymake_julia_jll."0.8.0+2".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.8.0+2".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.8.0+2".sources]] - hash = "da459c1fc819a446cfa683cc8e6e890a54194b7a943ac8d62c4c71061512dbee" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.8.0.tar.gz" - -[libpolymake_julia_jll."0.8.1+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.8.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.8.1+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.700.0" - [[libpolymake_julia_jll."0.8.1+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.8.1+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.8.1+0".sources]] - hash = "cd905d195a0e371408274462fef7e8c7e3351850155ae2976dd3e335e40baf5c" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.8.1.tar.gz" - -[libpolymake_julia_jll."0.8.2+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.8.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.2+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.8.2+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.700.1" - [[libpolymake_julia_jll."0.8.2+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.8.2+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.8.2+0".sources]] - hash = "318e2486046326a0f42994d269df1bd674f2446664c0212c28c23b03ada7148b" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.8.2.tar.gz" - -[libpolymake_julia_jll."0.8.2+1"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.8.2+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.2+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.2+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.2+1".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.8.2+1".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.700.1" - [[libpolymake_julia_jll."0.8.2+1".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.8.2+1".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.8.2+1".sources]] - hash = "318e2486046326a0f42994d269df1bd674f2446664c0212c28c23b03ada7148b" - url = "https://github.com/oscar-system/libpolymake-julia/archive/v0.8.2.tar.gz" - -[libpolymake_julia_jll."0.8.3+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.8.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.3+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.8.3+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.700.1" - [[libpolymake_julia_jll."0.8.3+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.8.3+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.8.3+0".sources]] - hash = "8111b73c57fe3fdea811ed79baaa85735fdaf294" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.8.3+1"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.8.3+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.3+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.3+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.8.3+1".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.8.3+1".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.700.1" - [[libpolymake_julia_jll."0.8.3+1".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.8.3+1".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.8.3+1".sources]] - hash = "8111b73c57fe3fdea811ed79baaa85735fdaf294" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.9.0+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.9.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.9.0+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.900.0" - [[libpolymake_julia_jll."0.9.0+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.9.0+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.9.0+0".sources]] - hash = "4b2680bec1c7cbeb42eb2aa91dcb2cc9cb1ddd9e" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.9.0+1"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.9.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.0+1".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.9.0+1".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.900.0" - [[libpolymake_julia_jll."0.9.0+1".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.9.0+1".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.9.0+1".sources]] - hash = "4b2680bec1c7cbeb42eb2aa91dcb2cc9cb1ddd9e" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.9.1+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.9.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.9.1+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.900.0" - [[libpolymake_julia_jll."0.9.1+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.9.1+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.9.1+0".sources]] - hash = "c2d261813c1e445c8da708ee77b60d1167a8862a" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.9.2+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.9.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.9.2+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.9.2+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.900.0" - [[libpolymake_julia_jll."0.9.2+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "*" - [[libpolymake_julia_jll."0.9.2+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "*" - - [[libpolymake_julia_jll."0.9.2+0".sources]] - hash = "464b75179362c6290f802ac2efc669758d9b0263" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.10.0+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.10.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - [[libpolymake_julia_jll."0.10.0+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1000.0" - [[libpolymake_julia_jll."0.10.0+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.10.0+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.10.0+0".sources]] - hash = "8af54c01018c27b59116309af91bb49964d4a995" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.10.1+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.10.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.3" - [[libpolymake_julia_jll."0.10.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.10.1+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1000.1" - [[libpolymake_julia_jll."0.10.1+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.10.1+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.10.1+0".sources]] - hash = "8af54c01018c27b59116309af91bb49964d4a995" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.10.2+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.10.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.4" - [[libpolymake_julia_jll."0.10.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.2+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.10.2+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1000.1" - [[libpolymake_julia_jll."0.10.2+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.10.2+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.10.2+0".sources]] - hash = "8af54c01018c27b59116309af91bb49964d4a995" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.10.3+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.10.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.4" - [[libpolymake_julia_jll."0.10.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.3+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.10.3+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1000.1" - [[libpolymake_julia_jll."0.10.3+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.10.3+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.10.3+0".sources]] - hash = "a219a55aaf72d470d1d95ec0a0626e16cadc32d8" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.10.4+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.10.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.5" - [[libpolymake_julia_jll."0.10.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.4+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.10.4+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1000.1" - [[libpolymake_julia_jll."0.10.4+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.10.4+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.10.4+0".sources]] - hash = "a219a55aaf72d470d1d95ec0a0626e16cadc32d8" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.10.5+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.10.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libpolymake_julia_jll."0.10.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.5+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.10.5+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1000.1" - [[libpolymake_julia_jll."0.10.5+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.10.5+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.10.5+0".sources]] - hash = "a219a55aaf72d470d1d95ec0a0626e16cadc32d8" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.10.6+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.10.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libpolymake_julia_jll."0.10.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.10.6+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.10.6+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1000.1" - [[libpolymake_julia_jll."0.10.6+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.10.6+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.10.6+0".sources]] - hash = "6502403aad3230483ab43283822e1a9b10eda11c" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.11.0+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.11.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libpolymake_julia_jll."0.11.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.11.0+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1100.0" - [[libpolymake_julia_jll."0.11.0+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.11.0+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.11.0+0".sources]] - hash = "fe9d2949f4922cadc10a17d352ef4faa31464b2e" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.11.1+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.11.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libpolymake_julia_jll."0.11.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.11.1+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1100.1" - [[libpolymake_julia_jll."0.11.1+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.11.1+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.11.1+0".sources]] - hash = "56a5401082e90340d55208bc41a107aa444f82ba" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.11.2+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.11.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - [[libpolymake_julia_jll."0.11.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.2+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.11.2+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1100.1" - [[libpolymake_julia_jll."0.11.2+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.11.2+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.11.2+0".sources]] - hash = "56a5401082e90340d55208bc41a107aa444f82ba" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.11.3+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.11.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - [[libpolymake_julia_jll."0.11.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.3+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.11.3+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1100.2" - [[libpolymake_julia_jll."0.11.3+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.11.3+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.11.3+0".sources]] - hash = "56a5401082e90340d55208bc41a107aa444f82ba" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.11.4+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.11.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libpolymake_julia_jll."0.11.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.4+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.11.4+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1100.1" - [[libpolymake_julia_jll."0.11.4+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.11.4+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.11.4+0".sources]] - hash = "56a5401082e90340d55208bc41a107aa444f82ba" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.11.5+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.11.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libpolymake_julia_jll."0.11.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.11.5+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.11.5+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1100.3" - [[libpolymake_julia_jll."0.11.5+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.11.5+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.11.5+0".sources]] - hash = "56a5401082e90340d55208bc41a107aa444f82ba" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.12.0+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.12.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libpolymake_julia_jll."0.12.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.12.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.12.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.12.0+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1200.1" - [[libpolymake_julia_jll."0.12.0+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.12.0+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.12.0+0".sources]] - hash = "c50da37b9c6597ab40122cc453d5adf5db1cf608" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.12.1+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.12.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libpolymake_julia_jll."0.12.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.12.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.12.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.12.1+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1200.1" - [[libpolymake_julia_jll."0.12.1+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.12.1+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.12.1+0".sources]] - hash = "f9236b1981da2350bc8a1974bc760dddcb26e533" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.13.0+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.13.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - [[libpolymake_julia_jll."0.13.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.13.0+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1300.1" - [[libpolymake_julia_jll."0.13.0+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.13.0+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.13.0+0".sources]] - hash = "77a69c4ec4b00001d257e296dfe280606e68a7f7" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.13.1+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.13.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - [[libpolymake_julia_jll."0.13.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.13.1+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1300.2" - [[libpolymake_julia_jll."0.13.1+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.13.1+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.13.1+0".sources]] - hash = "86391622a702d7dec1932dc8bd3f0733a59074ff" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.13.2+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.13.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - [[libpolymake_julia_jll."0.13.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.2+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.13.2+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1300.3" - [[libpolymake_julia_jll."0.13.2+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.13.2+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.13.2+0".sources]] - hash = "86391622a702d7dec1932dc8bd3f0733a59074ff" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.13.3+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.13.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.16" - [[libpolymake_julia_jll."0.13.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.3+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.13.3+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1300.3" - [[libpolymake_julia_jll."0.13.3+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.13.3+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.13.3+0".sources]] - hash = "86391622a702d7dec1932dc8bd3f0733a59074ff" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.13.4+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.13.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.17" - [[libpolymake_julia_jll."0.13.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.4+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.13.4+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1300.4" - [[libpolymake_julia_jll."0.13.4+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.13.4+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.13.4+0".sources]] - hash = "86391622a702d7dec1932dc8bd3f0733a59074ff" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.13.4+1"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.13.4+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.18" - [[libpolymake_julia_jll."0.13.4+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.4+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.4+1".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.13.4+1".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1300.4" - [[libpolymake_julia_jll."0.13.4+1".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.13.4+1".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.13.4+1".sources]] - hash = "86391622a702d7dec1932dc8bd3f0733a59074ff" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.13.5+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.13.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - [[libpolymake_julia_jll."0.13.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.13.5+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.13.5+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1300.4" - [[libpolymake_julia_jll."0.13.5+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.13.5+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.13.5+0".sources]] - hash = "86391622a702d7dec1932dc8bd3f0733a59074ff" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.14.0+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.14.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - [[libpolymake_julia_jll."0.14.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.14.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.14.0+0".build_dependencies]] - name = "libblastrampoline_jll" - target = "target" - version = "5.4.0" - [[libpolymake_julia_jll."0.14.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.14.0+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1400.0" - [[libpolymake_julia_jll."0.14.0+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.14.0+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.14.0+0".sources]] - hash = "ab7ba5a059a7cb08ce2875fc291219b5b20ac08e" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.14.1+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.14.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.20" - [[libpolymake_julia_jll."0.14.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.14.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.14.1+0".build_dependencies]] - name = "libblastrampoline_jll" - target = "target" - version = "5.4.0" - [[libpolymake_julia_jll."0.14.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.14.1+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1400.0" - [[libpolymake_julia_jll."0.14.1+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.14.1+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.14.1+0".sources]] - hash = "ab7ba5a059a7cb08ce2875fc291219b5b20ac08e" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libpolymake_julia_jll."0.14.2+0"] -files = ["share/libpolymake_julia/type_translator.jl", "share/libpolymake_julia/generate_deps_tree.jl", "share/libpolymake_julia/appsjson"] -libraries = ["libpolymake_julia"] - - [[libpolymake_julia_jll."0.14.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.20" - [[libpolymake_julia_jll."0.14.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.14.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - [[libpolymake_julia_jll."0.14.2+0".build_dependencies]] - name = "libblastrampoline_jll" - target = "target" - version = "5.4.0" - [[libpolymake_julia_jll."0.14.2+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - [[libpolymake_julia_jll."0.14.2+0".build_dependencies]] - name = "polymake_jll" - target = "host" - version = "400.1500.0" - [[libpolymake_julia_jll."0.14.2+0".build_dependencies]] - name = "lib4ti2_jll" - target = "host" - version = "1.6.10" - [[libpolymake_julia_jll."0.14.2+0".build_dependencies]] - name = "TOPCOM_jll" - target = "host" - version = "0.17.8" - - [[libpolymake_julia_jll."0.14.2+0".sources]] - hash = "60a4ba16b5e68ea163be3060a15c583e4af435a7" - repo = "https://github.com/oscar-system/libpolymake-julia.git" - -[libportaudio_jll."19.6.0+0"] -libraries = ["libportaudio"] - - [[libportaudio_jll."19.6.0+0".sources]] - hash = "f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513" - url = "http://portaudio.com/archives/pa_stable_v190600_20161030.tgz" - -[libportaudio_jll."19.6.0+1"] -libraries = ["libportaudio"] - - [[libportaudio_jll."19.6.0+1".sources]] - hash = "f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513" - url = "http://portaudio.com/archives/pa_stable_v190600_20161030.tgz" - -[libportaudio_jll."19.6.0+2"] -libraries = ["libportaudio"] - - [[libportaudio_jll."19.6.0+2".sources]] - hash = "f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513" - url = "http://portaudio.com/archives/pa_stable_v190600_20161030.tgz" - [[libportaudio_jll."19.6.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/74959feb52e7917dd206ccfde5cf0c00acb191bd//L/libportaudio/./bundled" - -[libportaudio_jll."19.7.0+0"] -libraries = ["libportaudio"] - - [[libportaudio_jll."19.7.0+0".sources]] - hash = "47efbf42c77c19a05d22e627d42873e991ec0c1357219c0d74ce6a2948cb2def" - url = "http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz" - [[libportaudio_jll."19.7.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3b556643f0220f8e918938b5a203cba96beb4dc1//L/libportaudio/./bundled" - -[libportaudio_ringbuffer_jll."19.6.0+0"] -libraries = ["libpa_ringbuffer"] - - [[libportaudio_ringbuffer_jll."19.6.0+0".sources]] - hash = "f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513" - url = "http://portaudio.com/archives/pa_stable_v190600_20161030.tgz" - -[libposit_jll."1.0.0+0"] -libraries = ["libposit"] - - [[libposit_jll."1.0.0+0".sources]] - hash = "ad4e2daf29edd2b4fdfdd5d5188ef9b3c42fe19c" - repo = "https://github.com/takum-arithmetic/libposit.git" - -[libposit_jll."1.0.1+0"] -libraries = ["libposit"] - - [[libposit_jll."1.0.1+0".sources]] - hash = "84f00df366cd73a03696faeb47fbad922440986f" - repo = "https://github.com/takum-arithmetic/libposit.git" - -[libposit_jll."1.0.2+0"] -libraries = ["libposit"] - - [[libposit_jll."1.0.2+0".sources]] - hash = "d7ff4bc9c2063b0ad7db079cab4431aeea73cc72" - repo = "https://github.com/takum-arithmetic/libposit.git" - -[libpostal_jll."1.1.0+0"] -libraries = ["libpostal"] - - [[libpostal_jll."1.1.0+0".sources]] - hash = "8f2066b1d30f4290adf59cacc429980f139b8545" - repo = "https://github.com/openvenues/libpostal.git" - -[libpsl_jll."0.21.1+0"] -executables = ["psl"] -libraries = ["libpsl"] - - [[libpsl_jll."0.21.1+0".sources]] - hash = "ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c" - url = "https://github.com/rockdaboot/libpsl/releases/download/0.21.1/libpsl-0.21.1.tar.gz" - -[libpsl_jll."0.21.5+0"] -executables = ["psl"] -libraries = ["libpsl"] - - [[libpsl_jll."0.21.5+0".sources]] - hash = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208" - url = "https://github.com/rockdaboot/libpsl/releases/download/0.21.5/libpsl-0.21.5.tar.gz" - -[librdkafka_jll."1.5.0+0"] -libraries = ["librdkafka"] - - [[librdkafka_jll."1.5.0+0".sources]] - hash = "f7fee59fdbf1286ec23ef0b35b2dfb41031c8727c90ced6435b8cf576f23a656" - url = "https://github.com/edenhill/librdkafka/archive/v1.5.0.tar.gz" - -[librdkafka_jll."1.8.2+0"] -libraries = ["librdkafka"] - - [[librdkafka_jll."1.8.2+0".sources]] - hash = "6a747d293a7a4613bd2897e28e8791476fbe1ae7361f2530a876e0fd483482a6" - url = "https://github.com/edenhill/librdkafka/archive/v1.8.2.tar.gz" - -[librdkafka_jll."2.0.2+0"] -libraries = ["librdkafka"] - - [[librdkafka_jll."2.0.2+0".sources]] - hash = "292d2a66b9921b783f08147807992e603c7af059" - repo = "https://github.com/confluentinc/librdkafka.git" - -[librdkafka_jll."2.0.3+0"] -libraries = ["librdkafka"] - - [[librdkafka_jll."2.0.3+0".sources]] - hash = "292d2a66b9921b783f08147807992e603c7af059" - repo = "https://github.com/confluentinc/librdkafka.git" - -[librdkafka_jll."2.3.0+0"] -libraries = ["librdkafka"] - - [[librdkafka_jll."2.3.0+0".sources]] - hash = "95a542c87c61d2c45b445f91c73dd5442eb04f3c" - repo = "https://github.com/confluentinc/librdkafka.git" - -[librdkafka_jll."2.3.0+1"] -libraries = ["librdkafka"] - - [[librdkafka_jll."2.3.0+1".sources]] - hash = "95a542c87c61d2c45b445f91c73dd5442eb04f3c" - repo = "https://github.com/confluentinc/librdkafka.git" - [[librdkafka_jll."2.3.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/93fcac0e294b79f518e82360fc5bc3972c8c7417//L/librdkafka/./bundled" - -[librealsense_jll."2.31.0+0"] -libraries = ["librealsense2"] - - [[librealsense_jll."2.31.0+0".sources]] - hash = "bdce5a4ebbd716e9d7372ad8831a929bccccd0b2" - repo = "https://github.com/IntelRealSense/librealsense.git" - [[librealsense_jll."2.31.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8f6ce09b943948503e427d8e65437ae7e376cf4a//L/librealsense/./bundled" - -[librealsense_jll."2.31.1+0"] -libraries = ["librealsense2"] - - [[librealsense_jll."2.31.1+0".sources]] - hash = "83f952a4bd6b70d72459f66c7f67ddaba9d337a0" - repo = "https://github.com/IntelRealSense/librealsense.git" - -[librealsense_jll."2.32.1+0"] -libraries = ["librealsense2"] - - [[librealsense_jll."2.32.1+0".sources]] - hash = "83f952a4bd6b70d72459f66c7f67ddaba9d337a0" - repo = "https://github.com/IntelRealSense/librealsense.git" - -[librealsense_jll."2.33.1+0"] -libraries = ["librealsense2"] - - [[librealsense_jll."2.33.1+0".sources]] - hash = "842ee1e1e5c4bb96d63582a7fde061dbc1bebf69" - repo = "https://github.com/IntelRealSense/librealsense.git" - -[librealsense_jll."2.34.0+0"] -libraries = ["librealsense2"] - - [[librealsense_jll."2.34.0+0".sources]] - hash = "025fccf76803ee6a6e60de9f18ac6193b7ff8597" - repo = "https://github.com/IntelRealSense/librealsense.git" - -[librealsense_jll."2.35.0+0"] -libraries = ["librealsense2"] - - [[librealsense_jll."2.35.0+0".sources]] - hash = "8594d09f092347a8b3d832d14e4fb631140620c5" - repo = "https://github.com/IntelRealSense/librealsense.git" - -[librealsense_jll."2.36.0+0"] -libraries = ["librealsense2"] - - [[librealsense_jll."2.36.0+0".sources]] - hash = "f7cdf6e8961e1709f6d864bdb33095c00a671ca7" - repo = "https://github.com/IntelRealSense/librealsense.git" - -[librealsense_jll."2.38.0+0"] -libraries = ["librealsense2"] - - [[librealsense_jll."2.38.0+0".sources]] - hash = "0adceb9dc6fce63c348346e1aef1b63c052a1db9" - repo = "https://github.com/IntelRealSense/librealsense.git" - -[librealsense_jll."2.41.0+0"] -libraries = ["librealsense2"] - - [[librealsense_jll."2.41.0+0".sources]] - hash = "4f37f2ef0874c1716bce223b20e46d00532ffb04" - repo = "https://github.com/IntelRealSense/librealsense.git" - -[librsync_jll."2.3.1+0"] -libraries = ["librsync"] - - [[librsync_jll."2.3.1+0".sources]] - hash = "028d9432d05ba4b75239e0ba35bcb36fbfc17e35" - repo = "https://github.com/librsync/librsync.git" - -[librsync_jll."2.3.1+1"] -executables = ["rdiff"] -libraries = ["librsync"] - - [[librsync_jll."2.3.1+1".sources]] - hash = "028d9432d05ba4b75239e0ba35bcb36fbfc17e35" - repo = "https://github.com/librsync/librsync.git" - -[librsync_jll."2.3.4+0"] -executables = ["rdiff"] -libraries = ["librsync"] - - [[librsync_jll."2.3.4+0".sources]] - hash = "e364852674780e43d578e4239128ff7014190ed3" - repo = "https://github.com/librsync/librsync.git" - -[librtlsdr_jll."0.6.0+0"] -libraries = ["librtlsdr"] - - [[librtlsdr_jll."0.6.0+0".sources]] - hash = "1f0eafe60445339703903af6d8814ffab7e73784" - repo = "https://github.com/steve-m/librtlsdr.git" - -[librttopo_jll."1.1.0+0"] -libraries = ["librttopo"] - - [[librttopo_jll."1.1.0+0".sources]] - hash = "a77d8b787ba13f685de819348d5146f9f6ec56fd3bcf71e880dfc5e0086d4cb0" - url = "https://download.osgeo.org/librttopo/src/librttopo-1.1.0.tar.gz" - -[libsais_jll."2.7.3+0"] -libraries = ["liblibsais"] - - [[libsais_jll."2.7.3+0".sources]] - hash = "558fa82fbb2ed441212a69e58cbb12c51a5f9b7b" - repo = "https://github.com/IlyaGrebnov/libsais.git" - -[libsamplerate_jll."0.1.9+0"] -executables = ["sndfile-resample"] -libraries = ["libsamplerate"] - - [[libsamplerate_jll."0.1.9+0".sources]] - hash = "0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1" - url = "http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz" - -[libsass_jll."3.5.5+0"] -libraries = ["libsass"] - - [[libsass_jll."3.5.5+0".sources]] - hash = "39e30874b9a5dd6a802c20e8b0470ba44eeba929" - repo = "https://github.com/sass/libsass.git" - -[libsass_jll."3.6.4+0"] -libraries = ["libsass"] - - [[libsass_jll."3.6.4+0".sources]] - hash = "8d312a1c91bb7dd22883ebdfc829003f75a82396" - repo = "https://github.com/sass/libsass.git" - -[libsass_jll."3.6.6+0"] -libraries = ["libsass"] - - [[libsass_jll."3.6.6+0".sources]] - hash = "7037f03fabeb2b18b5efa84403f5a6d7a990f460" - repo = "https://github.com/sass/libsass.git" - -[libseccomp_jll."2.5.4+0"] -libraries = ["libseccomp"] - - [[libseccomp_jll."2.5.4+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[libseccomp_jll."2.5.4+0".sources]] - hash = "f33f95014b36f97b42f0c2290e96d5c31647ed10" - repo = "https://github.com/seccomp/libseccomp" - -[libseccomp_jll."2.5.5+0"] -libraries = ["libseccomp"] - - [[libseccomp_jll."2.5.5+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[libseccomp_jll."2.5.5+0".sources]] - hash = "f0b04ab0b4fc0bc2cde6da1f407b4a487fe6d78f" - repo = "https://github.com/seccomp/libseccomp" - -[libserialport_jll."0.1.1+0"] -libraries = ["libserialport"] - - [[libserialport_jll."0.1.1+0".sources]] - hash = "4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d" - url = "http://sigrok.org/download/source/libserialport/libserialport-0.1.1.tar.gz" - -[libserialport_jll."0.1.1+1"] -libraries = ["libserialport"] - - [[libserialport_jll."0.1.1+1".sources]] - hash = "4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d" - url = "http://sigrok.org/download/source/libserialport/libserialport-0.1.1.tar.gz" - -[libserialport_jll."0.1.2+0"] -libraries = ["libserialport"] - - [[libserialport_jll."0.1.2+0".sources]] - hash = "ffbfc5c76ba8100d21d0141478a6c0d761ecfb2f" - repo = "https://github.com/sigrokproject/libserialport.git" - -[libserialport_jll."0.1.2+1"] -libraries = ["libserialport"] - - [[libserialport_jll."0.1.2+1".sources]] - hash = "6f9b03e597ea7200eb616a4e410add3dd1690cb1" - repo = "https://github.com/sigrokproject/libserialport.git" - -[libserialport_jll."0.1.3+0"] -libraries = ["libserialport"] - - [[libserialport_jll."0.1.3+0".sources]] - hash = "6f9b03e597ea7200eb616a4e410add3dd1690cb1" - repo = "https://github.com/sigrokproject/libserialport.git" - -[libsharp2_jll."1.0.0+0"] -libraries = ["libsharp2"] - - [[libsharp2_jll."1.0.0+0".sources]] - hash = "54856313a5fcfb6a33817b7dfa28c4b1965ffbd1" - repo = "https://gitlab.mpcdf.mpg.de/mtr/libsharp.git" - -[libsharp2_jll."1.0.0+1"] -libraries = ["libsharp2"] - - [[libsharp2_jll."1.0.0+1".sources]] - hash = "54856313a5fcfb6a33817b7dfa28c4b1965ffbd1" - repo = "https://gitlab.mpcdf.mpg.de/mtr/libsharp.git" - -[libsharp2_jll."1.0.1+0"] -libraries = ["libsharp2"] - - [[libsharp2_jll."1.0.1+0".sources]] - hash = "54856313a5fcfb6a33817b7dfa28c4b1965ffbd1" - repo = "https://gitlab.mpcdf.mpg.de/mtr/libsharp.git" - -[libsharp2_jll."1.0.2+0"] -libraries = ["libsharp2"] - - [[libsharp2_jll."1.0.2+0".sources]] - hash = "54856313a5fcfb6a33817b7dfa28c4b1965ffbd1" - repo = "https://gitlab.mpcdf.mpg.de/mtr/libsharp.git" - -[libsharp2_jll."1.0.2+1"] -libraries = ["libsharp2"] - - [[libsharp2_jll."1.0.2+1".sources]] - hash = "54856313a5fcfb6a33817b7dfa28c4b1965ffbd1" - repo = "https://gitlab.mpcdf.mpg.de/mtr/libsharp.git" - -[libsharp2_jll."1.0.2+2"] -libraries = ["libsharp2"] - - [[libsharp2_jll."1.0.2+2".sources]] - hash = "54856313a5fcfb6a33817b7dfa28c4b1965ffbd1" - repo = "https://gitlab.mpcdf.mpg.de/mtr/libsharp.git" - -[libsigcpp_jll."2.12.0+0"] -libraries = ["libsigc-2.0", "libsigc-2"] - - [[libsigcpp_jll."2.12.0+0".sources]] - hash = "1c466d2e64b34f9b118976eb21b138c37ed124d0f61497df2a90ce6c3d9fa3b5" - url = "https://download.gnome.org/sources/libsigc++/2.12/libsigc%2B%2B-2.12.0.tar.xz" - -[libsigcpp_jll."2.12.0+1"] -libraries = ["libsigc-2.0", "libsigc-2"] - - [[libsigcpp_jll."2.12.0+1".sources]] - hash = "1c466d2e64b34f9b118976eb21b138c37ed124d0f61497df2a90ce6c3d9fa3b5" - url = "https://download.gnome.org/sources/libsigc++/2.12/libsigc%2B%2B-2.12.0.tar.xz" - -[libsigcpp_jll."3.0.7+0"] -libraries = ["libsigc-3.0", "libsigc-3"] - - [[libsigcpp_jll."3.0.7+0".sources]] - hash = "bfbe91c0d094ea6bbc6cbd3909b7d98c6561eea8b6d9c0c25add906a6e83d733" - url = "https://download.gnome.org/sources/libsigc++/3.0/libsigc%2B%2B-3.0.7.tar.xz" - -[libsigcpp_jll."3.4.0+0"] -libraries = ["libsigc-3.0", "libsigc-3"] - - [[libsigcpp_jll."3.4.0+0".sources]] - hash = "02e2630ffb5ce93cd52c38423521dfe7063328863a6e96d41d765a6116b8707e" - url = "https://download.gnome.org/sources/libsigc++/3.4/libsigc%2B%2B-3.4.0.tar.xz" - -[libsigcpp_jll."3.4.0+1"] -libraries = ["libsigc-3.0", "libsigc-3"] - - [[libsigcpp_jll."3.4.0+1".sources]] - hash = "02e2630ffb5ce93cd52c38423521dfe7063328863a6e96d41d765a6116b8707e" - url = "https://download.gnome.org/sources/libsigc++/3.4/libsigc%2B%2B-3.4.0.tar.xz" - -[libsingular_julia_jll."0.1.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.1.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libsingular_julia_jll."0.1.0+0".sources]] - hash = "3cf525cd1feb965b655f27896b0c8b417c56b9363e021d2bd652c654f370eea7" - url = "https://github.com/oscar-system/libsingular-julia/archive/v0.1.0.tar.gz" - -[libsingular_julia_jll."0.2.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.2.0+0".build_dependencies]] - name = "Julia_jll" - target = "target" - version = "v1.4.1" - - [[libsingular_julia_jll."0.2.0+0".sources]] - hash = "ee4e5ef96caf9d18553600d87f922e5d40cb1c7d30a1697c92b23b493498db1a" - url = "https://github.com/oscar-system/libsingular-julia/archive/v0.2.0.tar.gz" - -[libsingular_julia_jll."0.3.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.3.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.3.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.3.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.3.3+0".sources]] - hash = "b63a76c1634dc680485f5b7d4c81235e39d714bd" - repo = "https://github.com/oscar-system/libsingular-julia" - -[libsingular_julia_jll."0.4.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.4.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.4.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.4.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.4.3+0".sources]] - hash = "b63a76c1634dc680485f5b7d4c81235e39d714bd" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.4.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.4.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.4.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.4.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.4.4+0".sources]] - hash = "b63a76c1634dc680485f5b7d4c81235e39d714bd" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.4.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.4.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.4.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.4.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.4.5+0".sources]] - hash = "b63a76c1634dc680485f5b7d4c81235e39d714bd" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.5.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.5.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.5.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.5.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.5.3+0".sources]] - hash = "703e72fee5746b5c4841d086a2f16e0c1ef27b0a" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.5.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.5.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.5.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.5.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.5.4+0".sources]] - hash = "703e72fee5746b5c4841d086a2f16e0c1ef27b0a" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.5.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.5.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.5.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.5.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.5.5+0".sources]] - hash = "703e72fee5746b5c4841d086a2f16e0c1ef27b0a" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.6.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.6.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.6.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.6.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.6.3+0".sources]] - hash = "d2a7efe28c4797ad02f89459cb090fbab3a13b2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.6.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.6.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.6.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.6.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.6.4+0".sources]] - hash = "d2a7efe28c4797ad02f89459cb090fbab3a13b2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.6.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.6.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.6.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.6.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.6.5+0".sources]] - hash = "d2a7efe28c4797ad02f89459cb090fbab3a13b2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.7.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.7.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.7.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.7.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.7.3+0".sources]] - hash = "4513476832aac3af9c21fad8f9de404c66556343" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.7.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.7.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.7.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.7.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.7.4+0".sources]] - hash = "4513476832aac3af9c21fad8f9de404c66556343" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.7.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.7.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.7.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.7.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.7.5+0".sources]] - hash = "4513476832aac3af9c21fad8f9de404c66556343" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.8.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.8.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.8.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.8.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.8.3+0".sources]] - hash = "c17d160893e7d30db78a92588a551e97c4606b3c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.8.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.8.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.8.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.8.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.8.4+0".sources]] - hash = "c17d160893e7d30db78a92588a551e97c4606b3c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.8.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.8.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.8.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.8.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.8.5+0".sources]] - hash = "c17d160893e7d30db78a92588a551e97c4606b3c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.9.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.9.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.9.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.9.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.9.3+0".sources]] - hash = "f73b7d53b6ada4cd3d1df1c486770accf74fb06a" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.9.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.9.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.9.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.9.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.9.4+0".sources]] - hash = "f73b7d53b6ada4cd3d1df1c486770accf74fb06a" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.9.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.9.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.9.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.9.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.9.5+0".sources]] - hash = "f73b7d53b6ada4cd3d1df1c486770accf74fb06a" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.9.103+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.9.103+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.9.103+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.9.103+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.9.103+0".sources]] - hash = "f73b7d53b6ada4cd3d1df1c486770accf74fb06a" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.9.104+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.9.104+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.9.104+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.9.104+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.9.104+0".sources]] - hash = "f73b7d53b6ada4cd3d1df1c486770accf74fb06a" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.9.105+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.9.105+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.9.105+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.9.105+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.9.105+0".sources]] - hash = "f73b7d53b6ada4cd3d1df1c486770accf74fb06a" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.9.203+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.9.203+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.9.203+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.9.203+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.9.203+0".sources]] - hash = "876eff36fee0516367c736d9e7795ee61252b652" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.9.204+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.9.204+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.9.204+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.9.204+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.9.204+0".sources]] - hash = "876eff36fee0516367c736d9e7795ee61252b652" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.9.205+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.9.205+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.9.205+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.9.205+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.9.205+0".sources]] - hash = "876eff36fee0516367c736d9e7795ee61252b652" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.10.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.10.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.10.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.10.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.10.3+0".sources]] - hash = "1521ad223a44e31d244c2b66d95dc34fdb019ea2" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.10.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.10.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.10.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.10.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.10.4+0".sources]] - hash = "1521ad223a44e31d244c2b66d95dc34fdb019ea2" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.10.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.10.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.10.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.10.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.10.5+0".sources]] - hash = "1521ad223a44e31d244c2b66d95dc34fdb019ea2" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.11.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.11.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.11.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.11.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.11.3+0".sources]] - hash = "d6a81e1dfc502429489c224e462364a98e8b6a2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.11.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.11.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.11.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.11.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.11.4+0".sources]] - hash = "d6a81e1dfc502429489c224e462364a98e8b6a2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.11.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.11.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.11.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.11.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.11.5+0".sources]] - hash = "d6a81e1dfc502429489c224e462364a98e8b6a2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.12.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.12.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.12.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.12.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.12.3+0".sources]] - hash = "d6a81e1dfc502429489c224e462364a98e8b6a2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.12.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.12.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.12.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.12.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.12.4+0".sources]] - hash = "d6a81e1dfc502429489c224e462364a98e8b6a2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.12.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.12.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.12.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.12.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.12.5+0".sources]] - hash = "d6a81e1dfc502429489c224e462364a98e8b6a2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.12.6+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.12.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libsingular_julia_jll."0.12.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.12.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.12.6+0".sources]] - hash = "d6a81e1dfc502429489c224e462364a98e8b6a2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.13.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.13.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.13.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.13.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.13.3+0".sources]] - hash = "e96b863210bb145e769e22e3103eed9d6e9c1cce" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.13.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.13.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.13.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.13.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.13.4+0".sources]] - hash = "e96b863210bb145e769e22e3103eed9d6e9c1cce" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.13.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.13.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.13.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.13.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.13.5+0".sources]] - hash = "e96b863210bb145e769e22e3103eed9d6e9c1cce" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.14.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.14.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.14.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.14.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.14.3+0".sources]] - hash = "efb9628e91cd847aaead5b703198a2bf365223ce" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.14.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.14.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.14.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.14.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.14.4+0".sources]] - hash = "efb9628e91cd847aaead5b703198a2bf365223ce" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.14.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.14.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.14.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.14.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.14.5+0".sources]] - hash = "efb9628e91cd847aaead5b703198a2bf365223ce" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.14.6+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.14.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libsingular_julia_jll."0.14.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.14.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.14.6+0".sources]] - hash = "efb9628e91cd847aaead5b703198a2bf365223ce" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.14.7+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.14.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - [[libsingular_julia_jll."0.14.7+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.14.7+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.14.7+0".sources]] - hash = "efb9628e91cd847aaead5b703198a2bf365223ce" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.15.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.15.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.15.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.15.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.15.3+0".sources]] - hash = "09099804e5c191dfb77f360807876062ed9c1cc0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.15.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.15.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.15.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.15.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.15.4+0".sources]] - hash = "09099804e5c191dfb77f360807876062ed9c1cc0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.15.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.15.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.15.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.15.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.15.5+0".sources]] - hash = "09099804e5c191dfb77f360807876062ed9c1cc0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.15.6+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.15.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libsingular_julia_jll."0.15.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.15.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.15.6+0".sources]] - hash = "09099804e5c191dfb77f360807876062ed9c1cc0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.15.7+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.15.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - [[libsingular_julia_jll."0.15.7+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.15.7+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.15.7+0".sources]] - hash = "09099804e5c191dfb77f360807876062ed9c1cc0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.16.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.16.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.16.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.16.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.16.3+0".sources]] - hash = "5359f0ee77cc78f2b5c47f9adaad57528e97cad0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.16.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.16.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.16.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.16.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.16.4+0".sources]] - hash = "5359f0ee77cc78f2b5c47f9adaad57528e97cad0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.16.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.16.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.16.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.16.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.16.5+0".sources]] - hash = "5359f0ee77cc78f2b5c47f9adaad57528e97cad0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.16.6+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.16.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libsingular_julia_jll."0.16.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.16.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.16.6+0".sources]] - hash = "5359f0ee77cc78f2b5c47f9adaad57528e97cad0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.16.7+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.16.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - [[libsingular_julia_jll."0.16.7+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.16.7+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.16.7+0".sources]] - hash = "5359f0ee77cc78f2b5c47f9adaad57528e97cad0" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.17.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.17.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.17.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.17.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.17.3+0".sources]] - hash = "9175dc831bc2220697195873c7dba09506a8999f" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.17.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.17.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.17.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.17.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.17.4+0".sources]] - hash = "9175dc831bc2220697195873c7dba09506a8999f" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.17.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.17.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.17.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.17.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.17.5+0".sources]] - hash = "9175dc831bc2220697195873c7dba09506a8999f" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.17.6+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.17.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libsingular_julia_jll."0.17.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.17.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.17.6+0".sources]] - hash = "9175dc831bc2220697195873c7dba09506a8999f" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.17.7+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.17.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - [[libsingular_julia_jll."0.17.7+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.17.7+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.17.7+0".sources]] - hash = "9175dc831bc2220697195873c7dba09506a8999f" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.18.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.18.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.18.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.18.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.18.3+0".sources]] - hash = "2887b9c452936c82e7de1acc2da1b9f099bc086d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.18.3+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.18.3+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.3.1" - [[libsingular_julia_jll."0.18.3+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.18.3+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.18.3+1".sources]] - hash = "2887b9c452936c82e7de1acc2da1b9f099bc086d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.18.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.18.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.18.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.18.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.18.4+0".sources]] - hash = "2887b9c452936c82e7de1acc2da1b9f099bc086d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.18.4+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.18.4+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.4.2" - [[libsingular_julia_jll."0.18.4+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.18.4+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.18.4+1".sources]] - hash = "2887b9c452936c82e7de1acc2da1b9f099bc086d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.18.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.18.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.18.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.18.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.18.5+0".sources]] - hash = "2887b9c452936c82e7de1acc2da1b9f099bc086d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.18.5+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.18.5+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.5.3" - [[libsingular_julia_jll."0.18.5+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.1.2" - [[libsingular_julia_jll."0.18.5+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[libsingular_julia_jll."0.18.5+1".sources]] - hash = "2887b9c452936c82e7de1acc2da1b9f099bc086d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.18.6+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.18.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - [[libsingular_julia_jll."0.18.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.2.0" - [[libsingular_julia_jll."0.18.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.1.1" - - [[libsingular_julia_jll."0.18.6+0".sources]] - hash = "2887b9c452936c82e7de1acc2da1b9f099bc086d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.18.7+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.18.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.7.0" - [[libsingular_julia_jll."0.18.7+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "6.2.0" - [[libsingular_julia_jll."0.18.7+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.1.1" - - [[libsingular_julia_jll."0.18.7+0".sources]] - hash = "2887b9c452936c82e7de1acc2da1b9f099bc086d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.18.10+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.18.10+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.18.10+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.18.10+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.18.10+0".sources]] - hash = "2887b9c452936c82e7de1acc2da1b9f099bc086d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.19.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.19.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.19.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.19.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.19.0+0".sources]] - hash = "d3f30b1c11d390c734da1dcbdbad265df2e90418" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.20.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.20.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.20.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.20.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.20.0+0".sources]] - hash = "dc655e75960c9f5fb1b6e838197dddb8b8c7501b" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.20.0+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.20.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.20.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.20.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.20.0+1".sources]] - hash = "dc655e75960c9f5fb1b6e838197dddb8b8c7501b" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.21.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.21.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.21.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.21.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.21.0+0".sources]] - hash = "c96232eaa85e582ec94e257a69548b486ab0eadc" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.21.0+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.21.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.21.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.21.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.21.0+1".sources]] - hash = "c96232eaa85e582ec94e257a69548b486ab0eadc" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.22.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.22.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.22.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.22.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.22.0+0".sources]] - hash = "ca249677b8e3e1cb15515869798855fe190c5696" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.23.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.23.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.23.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.23.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.23.0+0".sources]] - hash = "7cf3046cee6bdc737ecf46402bce261a3061f937" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.23.1+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.23.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.23.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.23.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.23.1+0".sources]] - hash = "7cf3046cee6bdc737ecf46402bce261a3061f937" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.24.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.24.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.24.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.24.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.24.0+0".sources]] - hash = "65a12e7fb8546851d3296244aeacc5de1d97af2c" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.25.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.25.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.25.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.25.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.25.0+0".sources]] - hash = "4755d92686df9f783765b27eb557d10b13edbff4" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.26.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.26.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.26.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.26.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.26.0+0".sources]] - hash = "c9cc02c5ddc6845b0307a9fc95cce6a1b26eb467" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.26.0+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.26.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.26.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.26.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.26.0+1".sources]] - hash = "c9cc02c5ddc6845b0307a9fc95cce6a1b26eb467" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.27.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.27.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.27.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.27.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.27.0+0".sources]] - hash = "745ec632511cae7e4c054d254ac24d1043ec8a32" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.27.0+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.27.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.27.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.27.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.27.0+1".sources]] - hash = "745ec632511cae7e4c054d254ac24d1043ec8a32" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.28.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.28.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.28.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.28.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.28.0+0".sources]] - hash = "1d0faf13a6edfea40a084df9bdd47b585973679d" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.29.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.29.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.29.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.29.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.29.0+0".sources]] - hash = "c19d4c5b69e1fbb3b7b2f2f72dc254cfbf9fa3e6" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.30.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.30.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.30.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.30.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.30.0+0".sources]] - hash = "eff1f172c070325887361c63b85b614de7e6b675" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.30.0+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.30.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.30.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.30.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.30.0+1".sources]] - hash = "eff1f172c070325887361c63b85b614de7e6b675" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.32.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.32.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.32.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.32.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.32.0+0".sources]] - hash = "eff1f172c070325887361c63b85b614de7e6b675" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.32.1+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.32.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.32.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.32.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.32.1+0".sources]] - hash = "eff1f172c070325887361c63b85b614de7e6b675" - repo = "https://github.com/oscar-system/libsingular-julia.git" - -[libsingular_julia_jll."0.33.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.33.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.33.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.33.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.33.0+0".sources]] - hash = "14fdb93f83a7bc5a1ba396b85cf1a4fa9eff49d4" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.34.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.34.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.34.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.34.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.34.0+0".sources]] - hash = "72fe8fe6d464bfc6fda4329dbfe3ffa2c52a506c" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.34.0+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.34.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.34.0+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.34.0+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.34.0+1".sources]] - hash = "72fe8fe6d464bfc6fda4329dbfe3ffa2c52a506c" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.35.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.35.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.35.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.35.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.35.0+0".sources]] - hash = "b09551a10b33c748aea46048a14387efd37f5d86" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.36.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.36.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.36.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.36.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.36.0+0".sources]] - hash = "17d0bb643243dd3d3312b495b45d62970c74d5d9" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.37.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.37.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.37.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.37.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.37.0+0".sources]] - hash = "f286309984a8f3d223b05540bd0495c384b8db88" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.38.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.38.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.38.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.38.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.38.0+0".sources]] - hash = "4be12048169dd0c84582a65f6e92b95b37f1ea0d" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.39.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.39.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.39.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.39.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.39.0+0".sources]] - hash = "5dd66e655ae5f17f2a3a258c36904a47e433ddf1" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.39.1+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.39.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.39.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.39.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.39.1+0".sources]] - hash = "be6c524a2b0b8a3724f5e881ccec2ed6513948de" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.0+0".sources]] - hash = "a5f1f30ca23699d678a8ab57c3603388dd224e92" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.1+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.1+0".sources]] - hash = "a5f1f30ca23699d678a8ab57c3603388dd224e92" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.2+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.2+0".sources]] - hash = "a5f1f30ca23699d678a8ab57c3603388dd224e92" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libsingular_julia_jll."0.40.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.3+0".sources]] - hash = "a5f1f30ca23699d678a8ab57c3603388dd224e92" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libsingular_julia_jll."0.40.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.4+0".sources]] - hash = "9a78598d48c7b6cde9246db557f78a78028a31bf" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libsingular_julia_jll."0.40.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.5+0".sources]] - hash = "b70b53ef89cf1e7cf2ea6e414a10d3804321ccdf" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.6+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libsingular_julia_jll."0.40.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.6+0".sources]] - hash = "6304657a72cace556fc8dfb0577a91f92b491e63" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.7+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libsingular_julia_jll."0.40.7+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.7+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.7+0".sources]] - hash = "3caa218a1417c287b1b38c6dd676aa5c334c7d05" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.8+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.8+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - [[libsingular_julia_jll."0.40.8+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.8+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.8+0".sources]] - hash = "3caa218a1417c287b1b38c6dd676aa5c334c7d05" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.9+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.9+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - [[libsingular_julia_jll."0.40.9+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.9+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.9+0".sources]] - hash = "2f97ab912592fe7b4287795548ad6cdcc1d20c65" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.9+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.9+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - [[libsingular_julia_jll."0.40.9+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.9+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.9+1".sources]] - hash = "37c38e694dea464f61464304883f1522662d8de3" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.10+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.10+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - [[libsingular_julia_jll."0.40.10+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.10+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.10+0".sources]] - hash = "99dc5160176fb81ff69064fe7a3fdddf84c95968" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.40.11+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.40.11+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - [[libsingular_julia_jll."0.40.11+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.40.11+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.40.11+0".sources]] - hash = "99dc5160176fb81ff69064fe7a3fdddf84c95968" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.41.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.41.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - [[libsingular_julia_jll."0.41.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.41.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.41.0+0".sources]] - hash = "b3295f802f1638bf85a5fd4fe127443b72727cce" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.42.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.42.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - [[libsingular_julia_jll."0.42.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.42.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.42.0+0".sources]] - hash = "5b09b3bb4451a8c8afd478ee5d3a43fb83cfa1a5" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.43.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.43.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.43.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.43.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.43.0+0".sources]] - hash = "34a2556584e9e7566248c484c740abf0fd881902" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.44.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.44.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.44.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.44.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.44.0+0".sources]] - hash = "dead8eb25ed537c98e544779f7736f0a6e6558f1" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.44.1+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.44.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.44.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.44.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.44.1+0".sources]] - hash = "dead8eb25ed537c98e544779f7736f0a6e6558f1" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.44.2+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.44.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.44.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.44.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.44.2+0".sources]] - hash = "dead8eb25ed537c98e544779f7736f0a6e6558f1" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.44.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.44.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.44.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.44.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.44.3+0".sources]] - hash = "dead8eb25ed537c98e544779f7736f0a6e6558f1" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.45.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.45.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.45.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.45.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.45.0+0".sources]] - hash = "91dfa8ddf0ba85b735401ee84a62448bcf4d200f" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.45.1+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.45.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.45.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.45.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.45.1+0".sources]] - hash = "dd0d827275417ae24841f82859e8b797183342c6" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.45.2+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.45.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.45.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.45.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.45.2+0".sources]] - hash = "8a4d1d1fd728743dd1f36c0fcd552bd00533b083" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.45.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.45.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.45.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.45.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.45.3+0".sources]] - hash = "3dac87e692ae31e06fc66312f3bcd350ffc860a2" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.45.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.45.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.45.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.45.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.45.4+0".sources]] - hash = "eb4cb9f443687d9777d5bf092ad9fe2bbcaee546" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.45.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.45.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.45.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.45.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.45.5+0".sources]] - hash = "77d09431c791b40375bd3f2acd76f7232b30773b" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.45.6+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.45.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - [[libsingular_julia_jll."0.45.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.45.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.45.6+0".sources]] - hash = "14c4df209ce853183c43e5950c48ab829ee2fcfb" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.46.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.46.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - [[libsingular_julia_jll."0.46.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.46.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.46.0+0".sources]] - hash = "14c4df209ce853183c43e5950c48ab829ee2fcfb" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.46.1+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.46.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - [[libsingular_julia_jll."0.46.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.46.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.46.1+0".sources]] - hash = "9d9b9756549fd6594f1fd555039650d19c11652f" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.47.0+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.47.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - [[libsingular_julia_jll."0.47.0+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.47.0+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.47.0+0".sources]] - hash = "4f68eb5a2000ed8dfb680430eb542675b0be6c47" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.47.1+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.47.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - [[libsingular_julia_jll."0.47.1+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.47.1+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.47.1+0".sources]] - hash = "71f83e866727fa91b1dfb823dfa35753bb4cbeca" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.47.2+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.47.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - [[libsingular_julia_jll."0.47.2+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.47.2+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.47.2+0".sources]] - hash = "71f83e866727fa91b1dfb823dfa35753bb4cbeca" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.47.3+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.47.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.16" - [[libsingular_julia_jll."0.47.3+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.47.3+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.47.3+0".sources]] - hash = "71f83e866727fa91b1dfb823dfa35753bb4cbeca" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.47.4+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.47.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.16" - [[libsingular_julia_jll."0.47.4+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.47.4+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.47.4+0".sources]] - hash = "3eb3e2d8cddd0d68cf9266bddde8048809b2a6be" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.47.4+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.47.4+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.18" - [[libsingular_julia_jll."0.47.4+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.47.4+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.47.4+1".sources]] - hash = "3eb3e2d8cddd0d68cf9266bddde8048809b2a6be" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.47.5+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.47.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.18" - [[libsingular_julia_jll."0.47.5+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.47.5+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.47.5+0".sources]] - hash = "d6d93960bb14da2f67b380c0fe229aaf376bbfa3" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.47.5+1"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.47.5+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - [[libsingular_julia_jll."0.47.5+1".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.47.5+1".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.47.5+1".sources]] - hash = "d6d93960bb14da2f67b380c0fe229aaf376bbfa3" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsingular_julia_jll."0.47.6+0"] -libraries = ["libsingular_julia"] - - [[libsingular_julia_jll."0.47.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - [[libsingular_julia_jll."0.47.6+0".build_dependencies]] - name = "GMP_jll" - target = "target" - version = "*" - [[libsingular_julia_jll."0.47.6+0".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "*" - - [[libsingular_julia_jll."0.47.6+0".sources]] - hash = "d6d93960bb14da2f67b380c0fe229aaf376bbfa3" - repo = "https://github.com/oscar-system/Singular.jl.git" - -[libsixel_jll."1.8.6+0"] -libraries = ["libsixel"] - - [[libsixel_jll."1.8.6+0".sources]] - hash = "5db717dfef6fa327cd4025e7352550f63d20699c" - repo = "https://github.com/saitoha/libsixel.git" - -[libsixel_jll."1.8.6+1"] -libraries = ["libsixel"] - - [[libsixel_jll."1.8.6+1".sources]] - hash = "5db717dfef6fa327cd4025e7352550f63d20699c" - repo = "https://github.com/saitoha/libsixel.git" - [[libsixel_jll."1.8.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/66d2fbf0ca26e1d9a5a52a60726a443d331e02db//L/libsixel/./bundled" - -[libsixel_jll."1.10.3+0"] -libraries = ["libsixel"] - - [[libsixel_jll."1.10.3+0".sources]] - hash = "e2c493768ee0d48b38f7f9a6dde114215f1c3b8a" - repo = "https://github.com/libsixel/libsixel.git" - [[libsixel_jll."1.10.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1216d3c5970e10b3ab36b8a60e855d4caa79d555//L/libsixel/./bundled" - -[libsixel_jll."1.10.3+1"] -libraries = ["libsixel"] - - [[libsixel_jll."1.10.3+1".sources]] - hash = "e2c493768ee0d48b38f7f9a6dde114215f1c3b8a" - repo = "https://github.com/libsixel/libsixel.git" - [[libsixel_jll."1.10.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/548d02f538aeeead99b3ca81f247cda0bd0dd575//L/libsixel/./bundled" - -[libsixel_jll."1.10.3+2"] -libraries = ["libsixel"] - - [[libsixel_jll."1.10.3+2".sources]] - hash = "e2c493768ee0d48b38f7f9a6dde114215f1c3b8a" - repo = "https://github.com/libsixel/libsixel.git" - [[libsixel_jll."1.10.3+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0cac32f2e8e2a426328f4180051cd28e75b9c69e//L/libsixel/./bundled" - -[libsixel_jll."1.10.3+3"] -libraries = ["libsixel"] - - [[libsixel_jll."1.10.3+3".sources]] - hash = "e2c493768ee0d48b38f7f9a6dde114215f1c3b8a" - repo = "https://github.com/libsixel/libsixel.git" - [[libsixel_jll."1.10.3+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/548d02f538aeeead99b3ca81f247cda0bd0dd575//L/libsixel/./bundled" - -[libsixel_jll."1.10.4+0"] -libraries = ["libsixel"] - - [[libsixel_jll."1.10.4+0".sources]] - hash = "e2c493768ee0d48b38f7f9a6dde114215f1c3b8a" - repo = "https://github.com/libsixel/libsixel.git" - [[libsixel_jll."1.10.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2a5bd3b1caa813fe7993515fb2fe1e693e347e6e//L/libsixel/./bundled" - -[libsixel_jll."1.10.4+1"] -libraries = ["libsixel"] - - [[libsixel_jll."1.10.4+1".sources]] - hash = "cd9322ff7834b0ec301780b76f05a44fd285cb5b" - repo = "https://github.com/libsixel/libsixel.git" - [[libsixel_jll."1.10.4+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fb5757bf5503daeb06f8534bc0a59f8cf9636182//L/libsixel/./bundled" - -[libsixel_jll."1.10.5+0"] -libraries = ["libsixel"] - - [[libsixel_jll."1.10.5+0".sources]] - hash = "37026b01a0bd38634ae0a8c5017bd4671101fe08" - repo = "https://github.com/libsixel/libsixel.git" - -[libsndfile_jll."1.0.28+0"] -executables = ["sndfile-cmp", "sndfile-concat", "sndfile-convert", "sndfile-deinterleave", "sndfile-info", "sndfile-interleave", "sndfile-metadata-get", "sndfile-metadata-set", "sndfile-play", "sndfile-regtest", "sndfile-salvage"] -libraries = ["libsndfile"] - - [[libsndfile_jll."1.0.28+0".sources]] - hash = "1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9" - url = "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz" - -[libsndfile_jll."1.0.28+1"] -executables = ["sndfile-cmp", "sndfile-concat", "sndfile-convert", "sndfile-deinterleave", "sndfile-info", "sndfile-interleave", "sndfile-metadata-get", "sndfile-metadata-set", "sndfile-play", "sndfile-salvage"] -libraries = ["libsndfile"] - - [[libsndfile_jll."1.0.28+1".sources]] - hash = "1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9" - url = "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz" - -[libsndfile_jll."1.0.28+2"] -executables = ["sndfile-cmp", "sndfile-concat", "sndfile-convert", "sndfile-deinterleave", "sndfile-info", "sndfile-interleave", "sndfile-metadata-get", "sndfile-metadata-set", "sndfile-play", "sndfile-salvage"] -libraries = ["libsndfile"] - - [[libsndfile_jll."1.0.28+2".sources]] - hash = "1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9" - url = "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz" - -[libsndfile_jll."1.0.31+0"] -executables = ["sndfile-cmp", "sndfile-concat", "sndfile-convert", "sndfile-deinterleave", "sndfile-info", "sndfile-interleave", "sndfile-metadata-get", "sndfile-metadata-set", "sndfile-play", "sndfile-salvage"] -libraries = ["libsndfile"] - - [[libsndfile_jll."1.0.31+0".sources]] - hash = "a8cfb1c09ea6e90eff4ca87322d4168cdbe5035cb48717b40bf77e751cc02163" - url = "https://github.com/libsndfile/libsndfile/releases/download/1.0.31/libsndfile-1.0.31.tar.bz2" - -[libsndfile_jll."1.0.31+1"] -executables = ["sndfile-cmp", "sndfile-concat", "sndfile-convert", "sndfile-deinterleave", "sndfile-info", "sndfile-interleave", "sndfile-metadata-get", "sndfile-metadata-set", "sndfile-play", "sndfile-salvage"] -libraries = ["libsndfile"] - - [[libsndfile_jll."1.0.31+1".sources]] - hash = "a8cfb1c09ea6e90eff4ca87322d4168cdbe5035cb48717b40bf77e751cc02163" - url = "https://github.com/libsndfile/libsndfile/releases/download/1.0.31/libsndfile-1.0.31.tar.bz2" - -[libsndfile_jll."1.0.31+2"] -executables = ["sndfile-cmp", "sndfile-concat", "sndfile-convert", "sndfile-deinterleave", "sndfile-info", "sndfile-interleave", "sndfile-metadata-get", "sndfile-metadata-set", "sndfile-play", "sndfile-salvage"] -libraries = ["libsndfile"] - - [[libsndfile_jll."1.0.31+2".sources]] - hash = "a8cfb1c09ea6e90eff4ca87322d4168cdbe5035cb48717b40bf77e751cc02163" - url = "https://github.com/libsndfile/libsndfile/releases/download/1.0.31/libsndfile-1.0.31.tar.bz2" - -[libsndfile_jll."1.1.0+0"] -executables = ["sndfile-cmp", "sndfile-concat", "sndfile-convert", "sndfile-deinterleave", "sndfile-info", "sndfile-interleave", "sndfile-metadata-get", "sndfile-metadata-set", "sndfile-play", "sndfile-salvage"] -libraries = ["libsndfile"] - - [[libsndfile_jll."1.1.0+0".sources]] - hash = "0f98e101c0f7c850a71225fb5feaf33b106227b3d331333ddc9bacee190bcf41" - url = "https://github.com/libsndfile/libsndfile/releases/download/1.1.0/libsndfile-1.1.0.tar.xz" - -[libsodium_jll."1.0.18+0"] -libraries = ["libsodium"] - - [[libsodium_jll."1.0.18+0".sources]] - hash = "5b2ea7d73d3ffef2fb93b82b9f112f009d54c6e6" - repo = "https://github.com/jedisct1/libsodium.git" - -[libsodium_jll."1.0.18+1"] -libraries = ["libsodium"] - - [[libsodium_jll."1.0.18+1".sources]] - hash = "5b2ea7d73d3ffef2fb93b82b9f112f009d54c6e6" - repo = "https://github.com/jedisct1/libsodium.git" - -[libsodium_jll."1.0.19+0"] -libraries = ["libsodium"] - - [[libsodium_jll."1.0.19+0".sources]] - hash = "d3f4804f4d4e6b5b4610fe377f6ff24e4368ae09" - repo = "https://github.com/jedisct1/libsodium.git" - -[libsodium_jll."1.0.20+0"] -libraries = ["libsodium"] - - [[libsodium_jll."1.0.20+0".sources]] - hash = "d3f4804f4d4e6b5b4610fe377f6ff24e4368ae09" - repo = "https://github.com/jedisct1/libsodium.git" - -[libsodium_jll."1.0.20+1"] -libraries = ["libsodium"] - - [[libsodium_jll."1.0.20+1".sources]] - hash = "d3f4804f4d4e6b5b4610fe377f6ff24e4368ae09" - repo = "https://github.com/jedisct1/libsodium.git" - -[libsodium_jll."1.0.20+2"] -libraries = ["libsodium"] - - [[libsodium_jll."1.0.20+2".sources]] - hash = "d3f4804f4d4e6b5b4610fe377f6ff24e4368ae09" - repo = "https://github.com/jedisct1/libsodium.git" - -[libsodium_jll."1.0.20+3"] -libraries = ["libsodium"] - - [[libsodium_jll."1.0.20+3".sources]] - hash = "d3f4804f4d4e6b5b4610fe377f6ff24e4368ae09" - repo = "https://github.com/jedisct1/libsodium.git" - -[libsodium_jll."1.0.21+0"] -libraries = ["libsodium"] - - [[libsodium_jll."1.0.21+0".sources]] - hash = "d3f4804f4d4e6b5b4610fe377f6ff24e4368ae09" - repo = "https://github.com/jedisct1/libsodium.git" - -[libsparseir_jll."0.4.2+0"] -libraries = ["libsparseir"] - - [[libsparseir_jll."0.4.2+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[libsparseir_jll."0.4.2+0".sources]] - hash = "bb5147da806c82e82695da7701b9421182105765" - repo = "https://github.com/SpM-lab/libsparseir.git" - [[libsparseir_jll."0.4.2+0".sources]] - hash = "d35f3fa9a962d3f96a1eef63132030fd869c183a" - repo = "https://github.com/tuwien-cms/libxprec.git" - -[libsparseir_jll."0.5.2+0"] -libraries = ["libsparseir"] - - [[libsparseir_jll."0.5.2+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[libsparseir_jll."0.5.2+0".sources]] - hash = "095391fc2a6244e532e9bcecfb5f203d33f97bdb" - repo = "https://github.com/SpM-lab/libsparseir.git" - [[libsparseir_jll."0.5.2+0".sources]] - hash = "d35f3fa9a962d3f96a1eef63132030fd869c183a" - repo = "https://github.com/tuwien-cms/libxprec.git" - -[libsparseir_jll."0.6.0+0"] -libraries = ["libsparseir"] - - [[libsparseir_jll."0.6.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[libsparseir_jll."0.6.0+0".sources]] - hash = "ae7d8330b7e452cb31b5ded76c5a656f336906a4" - repo = "https://github.com/SpM-lab/libsparseir.git" - [[libsparseir_jll."0.6.0+0".sources]] - hash = "d35f3fa9a962d3f96a1eef63132030fd869c183a" - repo = "https://github.com/tuwien-cms/libxprec.git" - -[libspatialite_jll."5.0.1+0"] -libraries = ["mod_spatialite", "libspatialite"] - - [[libspatialite_jll."5.0.1+0".sources]] - hash = "eecbc94311c78012d059ebc0fae86ea5ef6eecb13303e6e82b3753c1b3409e98" - url = "http://www.gaia-gis.it/gaia-sins/libspatialite-5.0.1.tar.gz" - [[libspatialite_jll."5.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/52ba34091baaf5fba8ffd23ef70530668e644e0c//L/libspatialite/./bundled" - -[libspatialite_jll."5.1.0+0"] -libraries = ["mod_spatialite", "libspatialite"] - - [[libspatialite_jll."5.1.0+0".sources]] - hash = "43be2dd349daffe016dd1400c5d11285828c22fea35ca5109f21f3ed50605080" - url = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-5.1.0.tar.gz" - [[libspatialite_jll."5.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/49b44e8bb60a4b8590ef721b1e387ef762c47d65//L/libspatialite/./bundled" - -[libssh_jll."0.10.6+0"] -files = ["usr/share/doc/libssh/tags.xml"] -libraries = ["libssh"] - - [[libssh_jll."0.10.6+0".build_dependencies]] - name = "Doxygen_jll" - target = "host" - version = "*" - - [[libssh_jll."0.10.6+0".sources]] - hash = "1861d498f5b6f1741b6abc73e608478491edcf9c9d4b6630eef6e74596de9dc1" - url = "https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz" - -[libssh_jll."0.11.0+0"] -files = ["usr/share/doc/libssh/tags.xml"] -libraries = ["libssh"] - - [[libssh_jll."0.11.0+0".build_dependencies]] - name = "Doxygen_jll" - target = "host" - version = "*" - - [[libssh_jll."0.11.0+0".sources]] - hash = "860e814579e7606f3fc3db98c5807bef2ab60f793ec871d81bcd23acdcdd3e91" - url = "https://www.libssh.org/files/0.11/libssh-0.11.0.tar.xz" - -[libssh_jll."0.11.1+0"] -files = ["usr/share/doc/libssh/tags.xml"] -libraries = ["libssh"] - - [[libssh_jll."0.11.1+0".build_dependencies]] - name = "Doxygen_jll" - target = "host" - version = "*" - - [[libssh_jll."0.11.1+0".sources]] - hash = "14b7dcc72e91e08151c58b981a7b570ab2663f630e7d2837645d5a9c612c1b79" - url = "https://www.libssh.org/files/0.11/libssh-0.11.1.tar.xz" - -[libsvm_jll."3.24.0+0"] -executables = ["svm-scale", "svm-train", "svm-predict"] -libraries = ["libsvm"] - - [[libsvm_jll."3.24.0+0".sources]] - hash = "3ba1ac74ee08c4dd57d3a9e4a861ffb57dab88c6a33fd53eac472fc84fbb2a8f" - url = "https://github.com/cjlin1/libsvm/archive/v324.tar.gz" - [[libsvm_jll."3.24.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e770f07eae48ec2f82fe24536ac088375f3c8eb9//L/libsvm/./bundled" - -[libsvm_jll."3.24.0+1"] -executables = ["svm-scale", "svm-train", "svm-predict"] -libraries = ["libsvm"] - - [[libsvm_jll."3.24.0+1".sources]] - hash = "3ba1ac74ee08c4dd57d3a9e4a861ffb57dab88c6a33fd53eac472fc84fbb2a8f" - url = "https://github.com/cjlin1/libsvm/archive/v324.tar.gz" - [[libsvm_jll."3.24.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/98ddd8c4811d54c5ad4e8ba14d1057c430ca2dd2//L/libsvm/./bundled" - -[libsvm_jll."3.25.0+0"] -executables = ["svm-scale", "svm-train", "svm-predict"] -libraries = ["libsvm"] - - [[libsvm_jll."3.25.0+0".sources]] - hash = "1f587ec0df6fd422dfe50f942f8836ac179b0723b768fe9d2fabdfd1601a0963" - url = "https://github.com/cjlin1/libsvm/archive/v325.tar.gz" - [[libsvm_jll."3.25.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eda8192a4281759500e4c8237b1c8c4047692498//L/libsvm/./bundled" - -[libtakum_jll."0.1.0+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.1.0+0".sources]] - hash = "a7360b5f3e0c9e936bce69b32ad430001f94951d" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.1.1+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.1.1+0".sources]] - hash = "fd1f336b5ec21c689d4d9777be29ea4119d151bf" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.1.2+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.1.2+0".sources]] - hash = "6ca06437eb2a4328045b95409c2a8faa36b62e5c" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.2.0+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.2.0+0".sources]] - hash = "ed7eb168bccedf816d5cfa885ab5414bdf435394" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.2.1+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.2.1+0".sources]] - hash = "19235df72c83f5702a2a6e48c8cf7120669d7b01" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.2.2+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.2.2+0".sources]] - hash = "c8e6a3bcff0665f32867dc09fe898e4817ad5a21" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.3.0+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.3.0+0".sources]] - hash = "f9e72ceed90579dd7187f3a0248ec30590b8a14b" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.4.0+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.4.0+0".sources]] - hash = "db45b9f18bc476bffbe6df2f9e7048290d0fd35c" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.5.0+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.5.0+0".sources]] - hash = "913b8e653b837864f8480cab9e0d480a0a22df8d" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.5.1+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.5.1+0".sources]] - hash = "e7f9abe94bfa865711af17a0dbb6a0e5bf5a915e" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."0.5.2+0"] -libraries = ["libtakum"] - - [[libtakum_jll."0.5.2+0".sources]] - hash = "037afbc33dc2dca15a32cce282313c97296aa662" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."1.0.0+0"] -libraries = ["libtakum"] - - [[libtakum_jll."1.0.0+0".sources]] - hash = "1b89a21a95164c8ed10b37c1fce60c824478fc08" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."1.0.1+0"] -libraries = ["libtakum"] - - [[libtakum_jll."1.0.1+0".sources]] - hash = "543811aa19a6e6749b305f66eef0e9a3517d27e3" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtakum_jll."1.0.2+0"] -libraries = ["libtakum"] - - [[libtakum_jll."1.0.2+0".sources]] - hash = "ba39720749a42611403873267de2ffb8f1f1b3e5" - repo = "https://github.com/takum-arithmetic/libtakum.git" - -[libtasn1_jll."4.19.0+0"] -executables = ["asn1Decoding", "asn1Parser", "asn1Coding"] -libraries = ["libtasn1"] - - [[libtasn1_jll."4.19.0+0".sources]] - hash = "1613f0ac1cf484d6ec0ce3b8c06d56263cc7242f1c23b30d82d23de345a63f7a" - url = "https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.19.0.tar.gz" - -[libtasn1_jll."4.19.0+1"] -executables = ["asn1Decoding", "asn1Parser", "asn1Coding"] -libraries = ["libtasn1"] - - [[libtasn1_jll."4.19.0+1".sources]] - hash = "1613f0ac1cf484d6ec0ce3b8c06d56263cc7242f1c23b30d82d23de345a63f7a" - url = "https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.19.0.tar.gz" - -[libtirpc_jll."1.3.2+0"] -libraries = ["libtirpc"] - - [[libtirpc_jll."1.3.2+0".sources]] - hash = "e24eb88b8ce7db3b7ca6eb80115dd1284abc5ec32a8deccfed2224fc2532b9fd" - url = "https://downloads.sourceforge.net/project/libtirpc/libtirpc/1.3.2/libtirpc-1.3.2.tar.bz2" - [[libtirpc_jll."1.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b0d0925d3b53154245cc5aeeadae843ba97cee3f//L/libtirpc/./bundled" - -[libtree_jll."3.0.0+0"] -executables = ["libtree"] - - [[libtree_jll."3.0.0+0".sources]] - hash = "37be3c17a3d646c4e7814c2d642e71060c4193c1426d7725641939614c984a1d" - url = "https://github.com/haampie/libtree/archive/refs/tags/v3.0.0-rc5.tar.gz" - -[libtree_jll."3.0.1+0"] -executables = ["libtree"] - - [[libtree_jll."3.0.1+0".sources]] - hash = "20d3cd66f5c74058de9dd594af8ffd639c795d27ab435c588a3cd43911c1604f" - url = "https://github.com/haampie/libtree/archive/refs/tags/v3.0.1.tar.gz" - -[libtree_jll."3.0.3+0"] -executables = ["libtree"] - - [[libtree_jll."3.0.3+0".sources]] - hash = "7e4589b617775cb3a2b4b8fe03f80b81e43ef16046d680f1517ce52d7be9893f" - url = "https://github.com/haampie/libtree/archive/refs/tags/v3.0.3.tar.gz" - -[libtree_jll."3.1.0+0"] -executables = ["libtree"] - - [[libtree_jll."3.1.0+0".sources]] - hash = "8057edb2dd77b0acf6ceab6868741993979dccd41fc41a58bde743f11666d781" - url = "https://github.com/haampie/libtree/archive/refs/tags/v3.1.0.tar.gz" - -[libtree_jll."3.1.1+0"] -executables = ["libtree"] - - [[libtree_jll."3.1.1+0".sources]] - hash = "1521dfe063284551b955958fd7deb3426fd75d84" - repo = "https://github.com/haampie/libtree.git" - -[libudfread_jll."1.1.2+0"] -libraries = ["libudfread"] - - [[libudfread_jll."1.1.2+0".sources]] - hash = "2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5" - url = "https://code.videolan.org/videolan/libudfread/-/archive/1.1.2/libudfread-1.1.2.tar.gz" - -[libunistring_jll."0.9.10+0"] -libraries = ["libunistring"] - - [[libunistring_jll."0.9.10+0".sources]] - hash = "a82e5b333339a88ea4608e4635479a1cfb2e01aafb925e1290b65710d43f610b" - url = "https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.10.tar.gz" - -[libunistring_jll."1.2.0+0"] -libraries = ["libunistring"] - - [[libunistring_jll."1.2.0+0".sources]] - hash = "fd6d5662fa706487c48349a758b57bc149ce94ec6c30624ec9fdc473ceabbc8e" - url = "https://ftp.gnu.org/gnu/libunistring/libunistring-1.2.tar.gz" - -[libunistring_jll."1.3.0+0"] -libraries = ["libunistring"] - - [[libunistring_jll."1.3.0+0".sources]] - hash = "8ea8ccf86c09dd801c8cac19878e804e54f707cf69884371130d20bde68386b7" - url = "https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.gz" - -[libunistring_jll."1.3.1+0"] -libraries = ["libunistring"] - - [[libunistring_jll."1.3.1+0".sources]] - hash = "8ea8ccf86c09dd801c8cac19878e804e54f707cf69884371130d20bde68386b7" - url = "https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.gz" - -[libusb_compat_jll."0.18.0+0"] -libraries = ["libusb", "libusb-0.1"] - - [[libusb_compat_jll."0.18.0+0".sources]] - hash = "3e8a88d296b5405902c22d2ada61937bd9a89415" - repo = "https://github.com/libusb/libusb-compat-0.1.git" - -[libusb_jll."1.0.23+0"] -libraries = ["libusb", "libusb-1", "libusb-1.0"] - - [[libusb_jll."1.0.23+0".sources]] - hash = "e782eeb2514266f6738e242cdcb18e3ae1ed06fa" - repo = "https://github.com/libusb/libusb.git" - -[libusb_jll."1.0.24+0"] -libraries = ["libusb", "libusb-1", "libusb-1.0"] - - [[libusb_jll."1.0.24+0".sources]] - hash = "c6a35c56016ea2ab2f19115d2ea1e85e0edae155" - repo = "https://github.com/libusb/libusb.git" - -[libusb_jll."1.0.26+0"] -libraries = ["libusb", "libusb-1", "libusb-1.0"] - - [[libusb_jll."1.0.26+0".sources]] - hash = "4239bc3a50014b8e6a5a2a59df1fff3b7469543b" - repo = "https://github.com/libusb/libusb.git" - -[libusb_jll."1.0.27+0"] -libraries = ["libusb", "libusb-1", "libusb-1.0"] - - [[libusb_jll."1.0.27+0".sources]] - hash = "d52e355daa09f17ce64819122cb067b8a2ee0d4b" - repo = "https://github.com/libusb/libusb.git" - -[libusb_jll."1.0.27+1"] -libraries = ["libusb", "libusb-1", "libusb-1.0"] - - [[libusb_jll."1.0.27+1".sources]] - hash = "d52e355daa09f17ce64819122cb067b8a2ee0d4b" - repo = "https://github.com/libusb/libusb.git" - -[libusb_jll."1.0.27+2"] -libraries = ["libusb", "libusb-1", "libusb-1.0"] - - [[libusb_jll."1.0.27+2".sources]] - hash = "d52e355daa09f17ce64819122cb067b8a2ee0d4b" - repo = "https://github.com/libusb/libusb.git" - -[libusb_jll."1.0.29+0"] -libraries = ["libusb", "libusb-1", "libusb-1.0"] - - [[libusb_jll."1.0.29+0".sources]] - hash = "15a7ebb4d426c5ce196684347d2b7cafad862626" - repo = "https://github.com/libusb/libusb.git" - -[libversion_jll."3.0.3+0"] -executables = ["version_sort", "version_compare"] -libraries = ["libversion"] - - [[libversion_jll."3.0.3+0".sources]] - hash = "f851fec7d976820061952f6d90d3b60f2bae774b" - repo = "https://github.com/repology/libversion.git" - [[libversion_jll."3.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/349409fddfddd487634fb6944a2eec4ce1110514//L/libversion/./bundled" - -[libvofi_jll."2.0.0+0"] -libraries = ["libvofi"] - - [[libvofi_jll."2.0.0+0".sources]] - hash = "deab25be4e742beb190275cba217336fc0bf753e" - repo = "https://github.com/vlc1/vofi.git" - -[libvorbis_jll."1.3.6+0"] -libraries = ["libvorbis"] - - [[libvorbis_jll."1.3.6+0".sources]] - hash = "af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415" - url = "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz" - -[libvorbis_jll."1.3.6+1"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.6+1".sources]] - hash = "af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415" - url = "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz" - -[libvorbis_jll."1.3.6+2"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.6+2".sources]] - hash = "af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415" - url = "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz" - -[libvorbis_jll."1.3.6+3"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.6+3".sources]] - hash = "af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415" - url = "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz" - [[libvorbis_jll."1.3.6+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/17f26685734e9cfe369ce069815696202a71942a//L/libvorbis/./bundled" - -[libvorbis_jll."1.3.6+4"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.6+4".sources]] - hash = "af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415" - url = "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz" - [[libvorbis_jll."1.3.6+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ceb9b07b1c0a50dbc081a4c5a590c8bd3c56bd56//L/libvorbis/./bundled" - -[libvorbis_jll."1.3.6+5"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.6+5".sources]] - hash = "af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415" - url = "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz" - [[libvorbis_jll."1.3.6+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9377f3d9ba726cfb50fd5c8f72289222dbe038df//L/libvorbis/./bundled" - -[libvorbis_jll."1.3.6+6"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.6+6".sources]] - hash = "af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415" - url = "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz" - [[libvorbis_jll."1.3.6+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3cd50f1f9fe8ddf1816141779c427c60af15fe07//L/libvorbis/./bundled" - -[libvorbis_jll."1.3.7+0"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.7+0".sources]] - hash = "b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b" - url = "https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz" - [[libvorbis_jll."1.3.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/75070edc74ae68922a3978d6a441161c96feb524//L/libvorbis/./bundled" - -[libvorbis_jll."1.3.7+1"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.7+1".sources]] - hash = "b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b" - url = "https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz" - [[libvorbis_jll."1.3.7+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7680eb4196222670c69c689a734174b564fae0ee//L/libvorbis/./bundled" - -[libvorbis_jll."1.3.7+2"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.7+2".sources]] - hash = "b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b" - url = "https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz" - [[libvorbis_jll."1.3.7+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/141ae6cbb980d6838d299651f7dadd1f464822a7//L/libvorbis/./bundled" - -[libvorbis_jll."1.3.8+0"] -libraries = ["libvorbis", "libvorbisenc", "libvorbisfile"] - - [[libvorbis_jll."1.3.8+0".sources]] - hash = "b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b" - url = "https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz" - [[libvorbis_jll."1.3.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1c35b5abdc2503f24a0d466d1328bdb2fa10e345//L/libvorbis/./bundled" - -[libwatcher_jll."2.0.5+0"] -libraries = ["libwatcher"] - - [[libwatcher_jll."2.0.5+0".sources]] - hash = "18d62d71091a0d9c1fb5c28375bcd7e417d39d66" - repo = "https://github.com/JuliaPluto/watcher.git" - -[libwebm_jll."1.0.31+0"] -executables = ["webm2pes", "webm2ts", "webm_info"] -libraries = ["libwebm"] - - [[libwebm_jll."1.0.31+0".sources]] - hash = "6745fd29e0245fc584b0bb9f65018ea2366fe7fb" - repo = "https://github.com/webmproject/libwebm" - -[libwebp_jll."1.0.3+0"] -executables = ["cwebp", "dwebp", "gif2webp", "img2webp", "webpinfo", "webpmux"] -libraries = ["libwebp", "libwebpdemux", "libwebpmux", "libwebpdecoder"] - - [[libwebp_jll."1.0.3+0".sources]] - hash = "e20a07865c8697bba00aebccc6f54912d6bc333bb4d604e6b07491c1a226b34f" - url = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz" - -[libwebp_jll."1.0.3+1"] -executables = ["cwebp", "dwebp", "gif2webp", "img2webp", "webpinfo", "webpmux"] -libraries = ["libwebp", "libwebpdemux", "libwebpmux", "libwebpdecoder"] - - [[libwebp_jll."1.0.3+1".sources]] - hash = "e20a07865c8697bba00aebccc6f54912d6bc333bb4d604e6b07491c1a226b34f" - url = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz" - -[libwebp_jll."1.1.0+0"] -executables = ["cwebp", "dwebp", "gif2webp", "img2webp", "webpinfo", "webpmux"] -libraries = ["libwebpdecoder", "libwebpdemux", "libwebpmux", "libwebp"] - - [[libwebp_jll."1.1.0+0".sources]] - hash = "98a052268cc4d5ece27f76572a7f50293f439c17a98e67c4ea0c7ed6f50ef043" - url = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.1.0.tar.gz" - -[libwebp_jll."1.2.0+0"] -executables = ["cwebp", "dwebp", "gif2webp", "img2webp", "webpinfo", "webpmux"] -libraries = ["libwebpdecoder", "libwebpdemux", "libwebpmux", "libwebp"] - - [[libwebp_jll."1.2.0+0".sources]] - hash = "2fc8bbde9f97f2ab403c0224fb9ca62b2e6852cbc519e91ceaa7c153ffd88a0c" - url = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.0.tar.gz" - -[libwebp_jll."1.2.4+0"] -executables = ["cwebp", "dwebp", "gif2webp", "img2webp", "webpinfo", "webpmux"] -libraries = ["libwebpdecoder", "libwebpdemux", "libwebpmux", "libwebp"] - - [[libwebp_jll."1.2.4+0".sources]] - hash = "8bacd63a6de1cc091f85a1692390401e7bbf55ac" - repo = "https://chromium.googlesource.com/webm/libwebp" - -[libwebp_jll."1.3.2+0"] -executables = ["cwebp", "dwebp", "gif2webp", "img2webp", "webpinfo", "webpmux"] -libraries = ["libwebpdecoder", "libwebpdemux", "libwebpmux", "libwebp"] - - [[libwebp_jll."1.3.2+0".sources]] - hash = "ca332209cb5567c9b249c86788cb2dbf8847e760" - repo = "https://chromium.googlesource.com/webm/libwebp" - -[libwebp_jll."1.4.0+0"] -executables = ["cwebp", "dwebp", "gif2webp", "img2webp", "webpinfo", "webpmux"] -libraries = ["libwebpdecoder", "libwebpdemux", "libwebpmux", "libwebp"] - - [[libwebp_jll."1.4.0+0".sources]] - hash = "a443170fc0ebdfc3abbf89ac81f35e7eb656a3da" - repo = "https://chromium.googlesource.com/webm/libwebp" - -[libwebp_jll."1.5.0+0"] -executables = ["cwebp", "dwebp", "gif2webp", "img2webp", "webpinfo", "webpmux"] -libraries = ["libwebpdecoder", "libwebpdemux", "libwebpmux", "libwebp"] - - [[libwebp_jll."1.5.0+0".sources]] - hash = "f7710292e894c8413edaca4610d11dde843c04fd" - repo = "https://chromium.googlesource.com/webm/libwebp" - -[libwebp_jll."1.6.0+0"] -executables = ["cwebp", "dwebp", "gif2webp", "img2webp", "webpinfo", "webpmux"] -libraries = ["libwebpdecoder", "libwebpdemux", "libwebpmux", "libwebp"] - - [[libwebp_jll."1.6.0+0".sources]] - hash = "4fa21912338357f89e4fd51cf2368325b59e9bd9" - repo = "https://chromium.googlesource.com/webm/libwebp" - -[libwebsockets_jll."4.3.3+0"] -libraries = ["libwebsockets"] - - [[libwebsockets_jll."4.3.3+0".sources]] - hash = "4415e84c095857629863804e941b9e1c2e9347ef" - repo = "https://github.com/warmcat/libwebsockets.git" - -[libwebsockets_jll."4.3.3+1"] -libraries = ["libwebsockets"] - - [[libwebsockets_jll."4.3.3+1".sources]] - hash = "4415e84c095857629863804e941b9e1c2e9347ef" - repo = "https://github.com/warmcat/libwebsockets.git" - -[libwebsockets_jll."4.3.4+0"] -libraries = ["libwebsockets"] - - [[libwebsockets_jll."4.3.4+0".sources]] - hash = "e7fbdac39154c7bdfd42dd73c5cf25e4fd2e190d" - repo = "https://github.com/warmcat/libwebsockets.git" - -[libwinit_jll."0.17.0+0"] -files = ["include/winit.h"] -libraries = ["libWinit"] - - [[libwinit_jll."0.17.0+0".sources]] - hash = "dab68ccefaf496d5c3de751a15a0be54a3eb1ee2d4260105ec3343875c54f0e3" - url = "https://github.com/feenkcom/libwinit/archive/refs/tags/v0.17.0.tar.gz" - [[libwinit_jll."0.17.0+0".sources]] - hash = "d35910a1c54cf093f70e0cafddb72442f453635cc8147f1c61cb9d9b794da313" - url = "https://github.com/feenkcom/libwinit/releases/download/v0.17.0/winit.h" - -[libwinit_jll."0.32.0+0"] -files = ["include/winit.h"] -libraries = ["libWinit"] - - [[libwinit_jll."0.32.0+0".sources]] - hash = "43b2401d62cf61a2031e3c2cccdb6edef22a06ef" - repo = "https://github.com/feenkcom/libwinit.git" - [[libwinit_jll."0.32.0+0".sources]] - hash = "d16e3fef287637bb2f29d8f1b6f715052cdf43bea4177afc412c6571f9638821" - url = "https://github.com/feenkcom/libwinit/releases/download/v0.32.0/winit.h" - -[libxcrypt_jll."4.4.28+0"] -libraries = ["libcrypt"] - - [[libxcrypt_jll."4.4.28+0".sources]] - hash = "9e936811f9fad11dbca33ca19bd97c55c52eb3ca15901f27ade046cc79e69e87" - url = "https://github.com/besser82/libxcrypt/releases/download/v4.4.28/libxcrypt-4.4.28.tar.xz" - -[libxcrypt_jll."4.4.38+0"] -libraries = ["libcrypt"] - - [[libxcrypt_jll."4.4.38+0".sources]] - hash = "80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6" - url = "https://github.com/besser82/libxcrypt/releases/download/v4.4.38/libxcrypt-4.4.38.tar.xz" - -[libxcrypt_legacy_jll."4.4.28+0"] -libraries = ["libcrypt"] - - [[libxcrypt_legacy_jll."4.4.28+0".sources]] - hash = "9e936811f9fad11dbca33ca19bd97c55c52eb3ca15901f27ade046cc79e69e87" - url = "https://github.com/besser82/libxcrypt/releases/download/v4.4.28/libxcrypt-4.4.28.tar.xz" - -[libxcrypt_legacy_jll."4.4.38+0"] -libraries = ["libcrypt"] - - [[libxcrypt_legacy_jll."4.4.38+0".sources]] - hash = "80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6" - url = "https://github.com/besser82/libxcrypt/releases/download/v4.4.38/libxcrypt-4.4.38.tar.xz" - -[libxls_jll."1.5.2+0"] -libraries = ["libxlsreader"] - - [[libxls_jll."1.5.2+0".sources]] - hash = "8d7e52d96ccc6c498e5de78c1988d9838d914eeeb94ac60208378340bd6e6aaa" - url = "https://github.com/libxls/libxls/releases/download/v1.5.2/libxls-1.5.2.tar.gz" - -[libxls_jll."1.6.2+0"] -libraries = ["libxlsreader"] - - [[libxls_jll."1.6.2+0".sources]] - hash = "5dacc34d94bf2115926c80c6fb69e4e7bd2ed6403d51cff49041a94172f5e371" - url = "https://github.com/libxls/libxls/releases/download/v1.6.2/libxls-1.6.2.tar.gz" - -[libxlsxwriter_jll."1.1.9+0"] -libraries = ["libxlsxwriter"] - - [[libxlsxwriter_jll."1.1.9+0".sources]] - hash = "7ba204a82c3aa3940ae6f2dd89b3555b14f0f4c9" - repo = "https://github.com/jmcnamara/libxlsxwriter.git" - -[libxlsxwriter_jll."1.2.2+0"] -libraries = ["libxlsxwriter"] - - [[libxlsxwriter_jll."1.2.2+0".sources]] - hash = "21c11a2052162b24c121b766e4373b081ea07ff6" - repo = "https://github.com/jmcnamara/libxlsxwriter.git" - -[libyuv_jll."0.1.0+0"] -libraries = ["libyuv"] - - [[libyuv_jll."0.1.0+0".sources]] - hash = "464c51a0353c71f08fe45f683d6a97a638d47833" - repo = "https://chromium.googlesource.com/libyuv/libyuv" - -[libzenohc_jll."0.10.1+0"] -libraries = ["libzenohc"] - - [[libzenohc_jll."0.10.1+0".sources]] - hash = "a0bacbb65b11e1e5ecedb3b3888beba78bf227cd" - repo = "https://github.com/eclipse-zenoh/zenoh-c.git" - -[libzenohc_jll."1.0.0+0"] -libraries = ["libzenohc"] - - [[libzenohc_jll."1.0.0+0".sources]] - hash = "bca57bb6e5a55421cc6ef20ddae5fd3cbb58c30c" - repo = "https://github.com/eclipse-zenoh/zenoh-c.git" - -[libzenohc_jll."1.0.3+0"] -libraries = ["libzenohc"] - - [[libzenohc_jll."1.0.3+0".sources]] - hash = "d70de64e007d471d54ead930dbe0df333372e679" - repo = "https://github.com/eclipse-zenoh/zenoh-c.git" - -[libzenohc_jll."1.1.1+0"] -libraries = ["libzenohc"] - - [[libzenohc_jll."1.1.1+0".sources]] - hash = "1c9f89bfe3b3f2ddb55231659179c333b2b4a63f" - repo = "https://github.com/eclipse-zenoh/zenoh-c.git" - -[libzenohc_jll."1.2.0+0"] -libraries = ["libzenohc"] - - [[libzenohc_jll."1.2.0+0".sources]] - hash = "3e8b75279b4943653d95a4f4a302abe8cf8d9eed" - repo = "https://github.com/eclipse-zenoh/zenoh-c.git" - -[libzenohc_jll."1.2.1+0"] -libraries = ["libzenohc"] - - [[libzenohc_jll."1.2.1+0".sources]] - hash = "95af166fc0b8b1682437af908b0a1ef58839afb9" - repo = "https://github.com/eclipse-zenoh/zenoh-c.git" - -[libzip_jll."1.9.2+0"] -executables = ["zipmerge", "ziptool", "zipcmp"] -libraries = ["libzip"] - - [[libzip_jll."1.9.2+0".sources]] - hash = "fd6a7f745de3d69cf5603edc9cb33d2890f0198e415255d0987a0cf10d824c6f" - url = "https://libzip.org/download/libzip-1.9.2.tar.gz" - -[libzip_jll."1.10.1+0"] -executables = ["zipcmp", "zipmerge", "ziptool"] -libraries = ["libzip"] - - [[libzip_jll."1.10.1+0".sources]] - hash = "9669ae5dfe3ac5b3897536dc8466a874c8cf2c0e3b1fdd08d75b273884299363" - url = "https://github.com/nih-at/libzip/releases/download/v1.10.1/libzip-1.10.1.tar.gz" - -[libzip_jll."1.11.1+0"] -executables = ["zipcmp", "zipmerge", "ziptool"] -libraries = ["libzip"] - - [[libzip_jll."1.11.1+0".sources]] - hash = "956320f8502c59468afd2b43557e1c94bb256eaa" - repo = "https://github.com/nih-at/libzip.git" - -[libzip_jll."1.11.2+0"] -executables = ["zipcmp", "zipmerge", "ziptool"] -libraries = ["libzip"] - - [[libzip_jll."1.11.2+0".sources]] - hash = "64b62d6b1a686a1b0bac1b6b9dcb635be0499afb" - repo = "https://github.com/nih-at/libzip.git" - -[libzip_jll."1.11.2+1"] -executables = ["zipcmp", "zipmerge", "ziptool"] -libraries = ["libzip"] - - [[libzip_jll."1.11.2+1".sources]] - hash = "64b62d6b1a686a1b0bac1b6b9dcb635be0499afb" - repo = "https://github.com/nih-at/libzip.git" - -[libzip_jll."1.11.2+2"] -executables = ["zipcmp", "zipmerge", "ziptool"] -libraries = ["libzip"] - - [[libzip_jll."1.11.2+2".sources]] - hash = "64b62d6b1a686a1b0bac1b6b9dcb635be0499afb" - repo = "https://github.com/nih-at/libzip.git" - -[libzip_jll."1.11.3+0"] -executables = ["zipcmp", "zipmerge", "ziptool"] -libraries = ["libzip"] - - [[libzip_jll."1.11.3+0".sources]] - hash = "f30f5290de485348442d168cd7b2eb714d1f20f9" - repo = "https://github.com/nih-at/libzip.git" - -[licensecheck_jll."0.3.1+0"] -libraries = ["licensecheck"] - - [[licensecheck_jll."0.3.1+0".sources]] - hash = "16aaea36649f556bae5a5ee972c247f58a0de1c4" - repo = "https://github.com/google/licensecheck" - [[licensecheck_jll."0.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6742e470592ab1aaac30a5146916554adcea879d//L/licensecheck/./bundled" - -[licensecheck_jll."0.3.1+1"] -libraries = ["licensecheck"] - - [[licensecheck_jll."0.3.1+1".sources]] - hash = "5aa300fd3333d0c6592148249397338023cafcce" - repo = "https://github.com/google/licensecheck" - [[licensecheck_jll."0.3.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2b0395821db522fa190e749d4d7fd670a5297643//L/licensecheck/./bundled" - -[licensecheck_jll."0.3.101+0"] -libraries = ["licensecheck"] - - [[licensecheck_jll."0.3.101+0".sources]] - hash = "5aa300fd3333d0c6592148249397338023cafcce" - repo = "https://github.com/google/licensecheck" - [[licensecheck_jll."0.3.101+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/442f2006db23f3c2ed78c16a7b8f8724d5f403ca//L/licensecheck/./bundled" - -[llama_cpp_jll."0.0.3+0"] -executables = ["main", "quantize"] - - [[llama_cpp_jll."0.0.3+0".sources]] - hash = "d5850c53ca179b9674b98f35d359763416a3cc11" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a30ad2bfe22d7f2b2bc4e3354b1254ad47ae115e//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.4+0"] -executables = ["embedding", "main", "perplexity", "quantize"] -libraries = ["libllama"] - - [[llama_cpp_jll."0.0.4+0".sources]] - hash = "19726169b379bebc96189673a19b89ab1d307659" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/88261fb60db3a84c2f77e29ffc9aa20233d3fe9c//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.5+0"] -executables = ["embedding", "main", "perplexity", "quantize"] -libraries = ["libllama"] - - [[llama_cpp_jll."0.0.5+0".sources]] - hash = "3bcc129ba881c99795e850b0a23707a4dfdabe9d" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c18546bb42b2c68922cf1b21c20179e663314f98//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.6+0"] -executables = ["embedding", "main", "perplexity", "quantize"] -libraries = ["libllama"] - - [[llama_cpp_jll."0.0.6+0".sources]] - hash = "437e77855a54e69c86fe03bc501f63d9a3fddb0e" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d843ee1b80226b2e5eabe9335e08eae2b03d842b//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.6+1"] -executables = ["embedding", "main", "perplexity", "quantize"] -libraries = ["libllama"] - - [[llama_cpp_jll."0.0.6+1".sources]] - hash = "47f61aaa5f76d04286792e2fbd0c95b659ab2af0" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.6+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6d2efe26d63564d34a864d0535d7bb6e046cb26a//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.7+0"] -executables = ["embedding", "main", "perplexity", "q8dot", "quantize", "quantize-stats", "vdot"] -libraries = ["libllama"] - - [[llama_cpp_jll."0.0.7+0".sources]] - hash = "c4fe84fb0d28851a5c10e5a633f82ae2ba3b7fae" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/954fd7bc7c3e16bb968023558ab3c8ac453a22fb//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.8+0"] -executables = ["benchmark", "embedding", "main", "perplexity", "q8dot", "quantize", "quantize-stats", "save-load-state", "vdot"] -libraries = ["libllama"] - - [[llama_cpp_jll."0.0.8+0".sources]] - hash = "e216aa04633892b972d013719e38b59fd4917341" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6d7d6e630da9ed8a6bfd7a161c54646822098459//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.9+0"] -executables = ["benchmark", "embedding", "main", "perplexity", "q8dot", "quantize", "quantize-stats", "save-load-state", "vdot"] -libraries = ["libllama"] - - [[llama_cpp_jll."0.0.9+0".sources]] - hash = "6986c7835adc13ba3f9d933b95671bb1f3984dc6" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c38f9d4f8a9ad393bf4b62d40e2dde25bc48ddfc//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.10+0"] -executables = ["benchmark", "embedding", "main", "perplexity", "q8dot", "quantize", "quantize-stats", "save-load-state", "vdot"] -libraries = ["libllama"] - - [[llama_cpp_jll."0.0.10+0".sources]] - hash = "2d5db48371052087a83974abda3767d1aedec598" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/87581b41201c1ad0093f43156fa42b0a25602a6b//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.11+0"] -executables = ["baby-llama", "benchmark", "embedding", "main", "perplexity", "q8dot", "quantize", "quantize-stats", "save-load-state", "vdot"] -libraries = ["libllama"] - - [[llama_cpp_jll."0.0.11+0".sources]] - hash = "92549202659fc23ba9fec5e688227d0da9b06b40" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.11+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b05ef9bff794e32e931ce173aeabbc9dc829855d//L/llama_cpp/./bundled" - -[llama_cpp_jll."0.0.12+0"] -executables = ["baby-llama", "benchmark", "embd-input-test", "embedding", "main", "perplexity", "quantize", "quantize-stats", "save-load-state", "server", "simple", "train-text-from-scratch"] -libraries = ["libembdinput", "libggml_shared", "libllama"] - - [[llama_cpp_jll."0.0.12+0".sources]] - hash = "41c674161fb2459bdf7806d1eebead15bc5d046e" - repo = "https://github.com/ggerganov/llama.cpp.git" - -[llama_cpp_jll."0.0.13+0"] -executables = ["baby-llama", "benchmark", "embd-input-test", "embedding", "main", "perplexity", "quantize", "quantize-stats", "save-load-state", "server", "simple", "train-text-from-scratch"] -libraries = ["libembdinput", "libggml_shared", "libllama"] - - [[llama_cpp_jll."0.0.13+0".sources]] - hash = "11f3ca06b8c66b0427aab0a472479da22553b472" - repo = "https://github.com/ggerganov/llama.cpp.git" - -[llama_cpp_jll."0.0.14+0"] -executables = ["baby-llama", "benchmark", "embedding", "main", "perplexity", "quantize", "quantize-stats", "save-load-state", "server", "simple", "train-text-from-scratch"] -libraries = ["libggml_shared", "libllama"] - - [[llama_cpp_jll."0.0.14+0".sources]] - hash = "012cf349aec8ffb47c9def5dc018240fa3721e8b" - repo = "https://github.com/ggerganov/llama.cpp.git" - -[llama_cpp_jll."0.0.15+0"] -executables = ["baby-llama", "benchmark", "embedding", "main", "perplexity", "quantize", "quantize-stats", "save-load-state", "server", "simple", "train-text-from-scratch"] -libraries = ["libggml_shared", "libllama"] - - [[llama_cpp_jll."0.0.15+0".sources]] - hash = "18c2e1752c3b387689e9e73d7d8a1a3b1511ce23" - repo = "https://github.com/ggerganov/llama.cpp.git" - -[llama_cpp_jll."0.0.16+0"] -executables = ["baby-llama", "benchmark", "embedding", "main", "perplexity", "quantize", "quantize-stats", "save-load-state", "server", "simple", "train-text-from-scratch"] -libraries = ["libggml_shared", "libllama"] - - [[llama_cpp_jll."0.0.16+0".sources]] - hash = "621e86b331f8b0e71f79fd82a4ae1cd54c3e4396" - repo = "https://github.com/ggerganov/llama.cpp.git" - -[llama_cpp_jll."0.0.17+0"] -executables = ["llama-batched", "llama-batched-bench", "llama-bench", "llama-cli", "llama-convert-llama2c-to-ggml", "llama-cvector-generator", "llama-embedding", "llama-eval-callback", "llama-export-lora", "llama-gen-docs", "llama-gguf", "llama-gguf-hash", "llama-gguf-split", "llama-gritlm", "llama-imatrix", "llama-infill", "llama-llava-cli", "llama-lookahead", "llama-lookup", "llama-lookup-create", "llama-lookup-merge", "llama-lookup-stats", "llama-minicpmv-cli", "llama-parallel", "llama-passkey", "llama-perplexity", "llama-quantize", "llama-qwen2vl-cli", "llama-retrieval", "llama-run", "llama-save-load-state", "llama-server", "llama-simple", "llama-simple-chat", "llama-speculative", "llama-speculative-simple", "llama-tokenize", "llama-tts"] -libraries = ["libggml-base", "ggml-base", "libggml-cpu", "ggml-cpu", "libggml", "ggml", "libllama", "libllava_shared"] - - [[llama_cpp_jll."0.0.17+0".sources]] - hash = "eb5c3dc64bd967f2e23c87d9dec195f45468de60" - repo = "https://github.com/ggerganov/llama.cpp.git" - [[llama_cpp_jll."0.0.17+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[lm_Sensors_jll."3.5.0+0"] -executables = ["sensors"] -libraries = ["libsensors"] - - [[lm_Sensors_jll."3.5.0+0".sources]] - hash = "f671c1d63a4cd8581b3a4a775fd7864a740b15ad046fe92038bcff5c5134d7e0" - url = "https://github.com/lm-sensors/lm-sensors/archive/V3-5-0.tar.gz" - -[lm_Sensors_jll."3.5.0+1"] -executables = ["sensors"] -libraries = ["libsensors"] - - [[lm_Sensors_jll."3.5.0+1".sources]] - hash = "e8afbda10fba571c816abddcb5c8180afc435bba" - repo = "https://github.com/lm-sensors/lm-sensors.git" - -[log4cplus_jll."2.0.8+0"] -libraries = ["liblog4cplusU", "liblog4cplusU-2-0", "liblog4cplus", "liblog4cplus-2-0"] - - [[log4cplus_jll."2.0.8+0".sources]] - hash = "cdc3c738e00be84d8d03b580816b9f12628ecc1d71e1395080c802615d2d9ced" - url = "https://github.com/log4cplus/log4cplus/releases/download/REL_2_0_8/log4cplus-2.0.8.tar.gz" - -[louvain_jll."0.1.0+0"] -executables = ["hierarchy", "louvain", "convert"] - - [[louvain_jll."0.1.0+0".sources]] - hash = "9e3e081f054e531e32af38fe71d2991f954ea347" - repo = "https://github.com/KrainskiL/louvain.git" - -[louvain_jll."0.2.0+0"] -executables = ["hierarchy", "louvain", "convert"] - - [[louvain_jll."0.2.0+0".sources]] - hash = "3e9efdb930efc4a3715d0978ea08ed52172f7231" - repo = "https://github.com/KrainskiL/louvain.git" - -[lovoalign_jll."20.0.2+0"] -executables = ["lovoalign"] - - [[lovoalign_jll."20.0.2+0".sources]] - hash = "cba28738a5a945475570f5869b2efe9c0c2573eb" - repo = "https://github.com/m3g/lovoalign.git" - -[lrslib_jll."0.1.0+0"] -libraries = ["liblrs"] - - [[lrslib_jll."0.1.0+0".sources]] - hash = "d8b723a2c315614979a8354f9e768d273d14a215" - repo = "https://github.com/JuliaPolyhedra/lrslib.git" - -[lrslib_jll."0.1.0+1"] -executables = ["lrs", "lrsnash", "redund"] -libraries = ["liblrs"] - - [[lrslib_jll."0.1.0+1".sources]] - hash = "d8b723a2c315614979a8354f9e768d273d14a215" - repo = "https://github.com/JuliaPolyhedra/lrslib.git" - [[lrslib_jll."0.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/debe2af7fde2cdb8aeb84e1ad7f5530ba7c54e3b//L/lrslib/./bundled" - -[lrslib_jll."0.1.0+2"] -executables = ["lrs", "lrsnash", "redund"] -libraries = ["liblrs"] - - [[lrslib_jll."0.1.0+2".sources]] - hash = "d8b723a2c315614979a8354f9e768d273d14a215" - repo = "https://github.com/JuliaPolyhedra/lrslib.git" - [[lrslib_jll."0.1.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/589d71a0d7aafa978efe00e1ac666ab0955b7a06//L/lrslib/./bundled" - -[lrslib_jll."0.1.0+3"] -executables = ["lrs", "lrsnash", "redund"] -libraries = ["liblrs", "liblrsnash"] - - [[lrslib_jll."0.1.0+3".sources]] - hash = "d8b723a2c315614979a8354f9e768d273d14a215" - repo = "https://github.com/JuliaPolyhedra/lrslib.git" - [[lrslib_jll."0.1.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/645bce883d99108a88e9507b78d7f78025bd2e5d//L/lrslib/./bundled" - -[lrslib_jll."0.2.0+0"] -executables = ["lrs", "lrsnash", "redund"] -libraries = ["liblrs", "liblrsnash"] - - [[lrslib_jll."0.2.0+0".sources]] - hash = "d8b723a2c315614979a8354f9e768d273d14a215" - repo = "https://github.com/JuliaPolyhedra/lrslib.git" - [[lrslib_jll."0.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b821c18bdfda13a55031dcc91ff5a8ec56b28fd//L/lrslib/./bundled" - -[lrslib_jll."0.3.0+0"] -executables = ["lrs", "lrsnash"] -libraries = ["liblrs", "liblrsnash"] - - [[lrslib_jll."0.3.0+0".sources]] - hash = "926636ea68de46625f141f6e025dce967cc7e68cf4bf4a597375c063f5c11673" - url = "http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-071a.tar.gz" - [[lrslib_jll."0.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/606682935f924413706cfc2042b0d3a35e5c821c//L/lrslib/./bundled" - -[lrslib_jll."0.3.1+0"] -executables = ["lrs", "lrsnash"] -libraries = ["liblrs", "liblrsnash"] - - [[lrslib_jll."0.3.1+0".sources]] - hash = "926636ea68de46625f141f6e025dce967cc7e68cf4bf4a597375c063f5c11673" - url = "http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-071a.tar.gz" - [[lrslib_jll."0.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c2988392af64aa74219b99f43abd6a338277fa9a//L/lrslib/./bundled" - -[lrslib_jll."0.3.2+0"] -executables = ["lrs", "lrsnash"] -libraries = ["liblrs", "liblrsnash"] - - [[lrslib_jll."0.3.2+0".sources]] - hash = "df22682cd742315fe04f866cfe4804d5950f7dc7f514d5b5f36f5b7f5aff9188" - url = "http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-071b.tar.gz" - -[lrslib_jll."0.3.3+0"] -executables = ["lrs", "lrsnash"] -libraries = ["liblrs", "liblrsnash"] - - [[lrslib_jll."0.3.3+0".sources]] - hash = "df22682cd742315fe04f866cfe4804d5950f7dc7f514d5b5f36f5b7f5aff9188" - url = "http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-071b.tar.gz" - -[lttng_tools_jll."2.12.4+0"] -executables = ["lttng-sessiond", "lttng-consumerd", "lttng-crash", "lttng-relayd", "lttng"] -libraries = ["liblttng-ctl"] - - [[lttng_tools_jll."2.12.4+0".sources]] - hash = "d729f8c2373a41194f171aeb0da0a9bb35ac181f31afa7e260786d19a500dea1" - url = "http://lttng.org/files/lttng-tools/lttng-tools-2.12.4.tar.bz2" - -[lttng_ust_jll."2.12.2+0"] -libraries = ["liblttng-ust-fd", "liblttng-ust-dl", "liblttng-ust-fork", "liblttng-ust-libc-wrapper", "liblttng-ust-cyg-profile-fast", "liblttng-ust", "liblttng-ust-tracepoint", "liblttng-ust-pthread-wrapper", "liblttng-ust-cyg-profile", "liblttng-ust-ctl"] - - [[lttng_ust_jll."2.12.2+0".sources]] - hash = "bcd0f064b6ca88c72d84e760eac3472ae5c828411c634435922bee9fce359fc7" - url = "http://lttng.org/files/lttng-ust/lttng-ust-2.12.2.tar.bz2" - -[lwgrp_jll."1.0.6+0"] -libraries = ["liblwgrp"] - - [[lwgrp_jll."1.0.6+0".sources]] - hash = "7d8520d79d2a817fe3a8051b323183a8dd37ed2a" - repo = "https://github.com/LLNL/lwgrp" - [[lwgrp_jll."1.0.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3803c31b640be8e679a92b1a60769233557a49cb//L/lwgrp/bundled" - -[lwgrp_jll."1.0.7+0"] -libraries = ["liblwgrp"] - - [[lwgrp_jll."1.0.7+0".sources]] - hash = "7d8520d79d2a817fe3a8051b323183a8dd37ed2a" - repo = "https://github.com/LLNL/lwgrp" - [[lwgrp_jll."1.0.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3c9fa7e65e893026fc939fcf7cb07cb415236e59//L/lwgrp/bundled" - -[manifold_jll."2.4.5+0"] -libraries = ["libmanifoldc"] - - [[manifold_jll."2.4.5+0".sources]] - hash = "6d932a2c7f3a269f6d280545487131c38d05f0ee" - repo = "https://github.com/elalish/manifold.git" - [[manifold_jll."2.4.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/155bbeb1ed66f41524b7f279e028043b37de3bc1//M/manifold/./bundled/" - -[marble_jll."20.12.0+0"] -executables = ["marble-qt"] -libraries = ["libastro", "libCycleStreetsPlugin", "libNominatimSearchPlugin", "libPn2Plugin", "libHostipPlugin", "libStarsPlugin", "libOpenLocationCodeSearchPlugin", "libLicense", "libCachePlugin", "libYoursPlugin", "libGosmoreRoutingPlugin", "libElevationProfileFloatItem", "libLocalOsmSearchPlugin", "libMapQuestPlugin", "libGeoUriPlugin", "libRoutinoPlugin", "libJsonPlugin", "libMeasureTool", "libFoursquarePlugin", "libPostalCode", "libOsmPlugin", "libmarblewidget-qt5", "libNavigationFloatItem", "libOverviewMap", "libEclipsesPlugin", "libLocalDatabasePlugin", "libPntPlugin", "libSpeedometer", "libLogPlugin", "libProgressFloatItem", "libNotesPlugin", "libAtmospherePlugin", "libCompassFloatItem", "libOpenRouteServicePlugin", "libMapScaleFloatItem", "libmarbledeclarative", "libNominatimReverseGeocodingPlugin", "libMonavPlugin", "libPositionMarker", "libEarthquakePlugin", "libFlightGearPositionProviderPlugin", "libGpsInfo", "libCrosshairsPlugin", "libGosmoreReverseGeocodingPlugin", "libRoutingPlugin", "libGpsbabelPlugin", "libAprsPlugin", "libGraticulePlugin", "libSatellitesPlugin", "libLatLonPlugin", "libAnnotatePlugin", "libGpxPlugin", "libKmlPlugin", "libSunPlugin", "libOSRMPlugin", "libElevationProfileMarker"] - - [[marble_jll."20.12.0+0".sources]] - hash = "20ea52f071bd255109d723565fc46eb46ee4415acb402f5d45f6c6dbd6b312b7" - url = "https://github.com/KDE/marble/archive/v20.12.0.tar.gz" - [[marble_jll."20.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2ca84d7fa4b4132a3605fec60a3ab4cd92b0f878//M/marble/./bundled" - -[marble_jll."20.12.0+1"] -executables = ["marble-qt"] -libraries = ["libastro", "libmarblewidget-qt5"] - - [[marble_jll."20.12.0+1".sources]] - hash = "20ea52f071bd255109d723565fc46eb46ee4415acb402f5d45f6c6dbd6b312b7" - url = "https://github.com/KDE/marble/archive/v20.12.0.tar.gz" - [[marble_jll."20.12.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/05d7ef2d18582e9f0bf817acda52ddbf3626532f//M/marble/./bundled" - -[marble_jll."23.3.90+0"] -executables = ["marble-qt"] -libraries = ["libastro", "libmarblewidget-qt5"] - - [[marble_jll."23.3.90+0".sources]] - hash = "11c9108f79be4a88218c9c10212ba46f52995ef3" - repo = "https://github.com/KDE/marble.git" - [[marble_jll."23.3.90+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d7d29a070ef2f14858c9fd8a5b1846fb9b506b5//M/marble/./bundled" - -[marble_jll."23.4.3+0"] -executables = ["marble-qt"] -libraries = ["libastro", "libmarblewidget-qt5"] - - [[marble_jll."23.4.3+0".sources]] - hash = "d7d8e0c349ab4ce21394854c9123d93c782efdf1" - repo = "https://github.com/KDE/marble.git" - [[marble_jll."23.4.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/79ed904d8b0769a3414f7927f1de609d3c61b2b7//M/marble/./bundled" - -[mdbtools_jll."0.8.2+0"] -executables = ["mdb-count", "mdb-ver", "mdb-prop", "mdb-sql", "mdb-tables", "mdb-schema", "mdb-parsecsv", "mdb-header", "mdb-export", "mdb-hexdump", "mdb-array"] -libraries = ["libmdbsql", "libmdb"] - - [[mdbtools_jll."0.8.2+0".sources]] - hash = "b753ff36a0f1d88ae8a300ed6712f4aa2ddb7d08" - repo = "https://github.com/cyberemissary/mdbtools.git" - -[mdbtools_jll."0.8.2+1"] -executables = ["mdb-count", "mdb-ver", "mdb-prop", "mdb-sql", "mdb-tables", "mdb-schema", "mdb-parsecsv", "mdb-header", "mdb-export", "mdb-hexdump", "mdb-array"] -libraries = ["libmdbsql", "libmdb"] - - [[mdbtools_jll."0.8.2+1".sources]] - hash = "b753ff36a0f1d88ae8a300ed6712f4aa2ddb7d08" - repo = "https://github.com/cyberemissary/mdbtools.git" - [[mdbtools_jll."0.8.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d25f23ed2f8ac2eb6ef8cd3d3affea09c364e48b//M/mdbtools/./bundled" - -[mdoodz_jll."0.1.0+0"] -libraries = ["libmdoodz"] - - [[mdoodz_jll."0.1.0+0".sources]] - hash = "e8c3e4ee1801356179e236da6532a7403163a9a1" - repo = "https://github.com/tduretz/MDOODZ7.0.git" - -[mdoodz_jll."0.1.0+1"] -libraries = ["libmdoodz"] - - [[mdoodz_jll."0.1.0+1".sources]] - hash = "d740e657154f527bc0e1a1de1faad7034a9f3505" - repo = "https://github.com/tduretz/MDOODZ7.0.git" - -[mdoodz_jll."0.5.0+0"] -libraries = ["libmdoodz"] - - [[mdoodz_jll."0.5.0+0".sources]] - hash = "c1d81293d995972f58660ba9f60db2a2bb6f4258" - repo = "https://github.com/tduretz/MDOODZ7.0.git" - -[mdoodz_jll."0.5.1+0"] -libraries = ["libmdoodz"] - - [[mdoodz_jll."0.5.1+0".sources]] - hash = "2e18a7685a8e7ef79e910d3461b317d52b8ff079" - repo = "https://github.com/tduretz/MDOODZ7.0.git" - -[mdoodz_jll."0.7.1+0"] -libraries = ["libmdoodz"] - - [[mdoodz_jll."0.7.1+0".sources]] - hash = "ec8fca6c7008bdc8b0ed97facf12f44210ff9fc3" - repo = "https://github.com/tduretz/MDOODZ7.0.git" - -[mdoodz_jll."0.7.2+0"] -libraries = ["libmdoodz"] - - [[mdoodz_jll."0.7.2+0".sources]] - hash = "ef5f821193bf35fea701061389642503caebe3c4" - repo = "https://github.com/tduretz/MDOODZ7.0.git" - -[mdoodz_jll."0.7.3+0"] -libraries = ["libmdoodz"] - - [[mdoodz_jll."0.7.3+0".sources]] - hash = "c12c33b0fa3ff5844d458e0a3a9853a893551963" - repo = "https://github.com/tduretz/MDOODZ7.0.git" - -[mdoodz_jll."0.7.4+0"] -libraries = ["libmdoodz"] - - [[mdoodz_jll."0.7.4+0".sources]] - hash = "c142c835c7c805a712b2a0ab64ce1b8e36602303" - repo = "https://github.com/tduretz/MDOODZ7.0.git" - -[micromamba_jll."0.25.1+0"] -executables = ["micromamba"] - - [[micromamba_jll."0.25.1+0".sources]] - hash = "2d8ab91435ea75e4b76412795742b6a17ff25f6d7081a9411a1bc96688e1f7d1" - url = "https://micro.mamba.pm/api/micromamba/linux-64/0.25.1" - [[micromamba_jll."0.25.1+0".sources]] - hash = "069937fc13c42b3963f1bbe991ad921cdcd75f07771b9a6468c92b66d9b298f6" - url = "https://micro.mamba.pm/api/micromamba/linux-aarch64/0.25.1" - [[micromamba_jll."0.25.1+0".sources]] - hash = "0f5be296570c93317ff22af8b586cf07bd4a96c5e30b323b53fa0970755c2c31" - url = "https://micro.mamba.pm/api/micromamba/linux-ppc64le/0.25.1" - [[micromamba_jll."0.25.1+0".sources]] - hash = "bd80ed9cb39748a40ae7dfd124aa18e453bf4793e281daf687710c81272e8be1" - url = "https://micro.mamba.pm/api/micromamba/osx-64/0.25.1" - [[micromamba_jll."0.25.1+0".sources]] - hash = "b39fb2f9f2bed41c5ad885f41f49ba751a4ba5ee01ee96ca8293a84aa603d1b2" - url = "https://micro.mamba.pm/api/micromamba/osx-arm64/0.25.1" - [[micromamba_jll."0.25.1+0".sources]] - hash = "ed3b12b747f05a630198d3a8a8f7120bde22ae9033cb62af95d6f3df57fe9b0c" - url = "https://micro.mamba.pm/api/micromamba/win-64/0.25.1" - -[micromamba_jll."0.26.0+0"] -executables = ["micromamba"] - - [[micromamba_jll."0.26.0+0".sources]] - hash = "404100d70109e1c264abae0a28c85b336e47dc2b82957642373794855a05e86c" - url = "https://micro.mamba.pm/api/micromamba/linux-64/0.26.0" - [[micromamba_jll."0.26.0+0".sources]] - hash = "1413aa95bacc0546b02d54bde8b38c161de571465ccca1107ca303c0cb26a958" - url = "https://micro.mamba.pm/api/micromamba/linux-aarch64/0.26.0" - [[micromamba_jll."0.26.0+0".sources]] - hash = "51f14e6dd24fb9068002da3ba7ca5193879c208676c55c4f3f2459ee222ca64a" - url = "https://micro.mamba.pm/api/micromamba/linux-ppc64le/0.26.0" - [[micromamba_jll."0.26.0+0".sources]] - hash = "08b52c26ce58c5c0cb94ed420333a09897c48855ed5ed781f50a2ef7801349d7" - url = "https://micro.mamba.pm/api/micromamba/osx-64/0.26.0" - [[micromamba_jll."0.26.0+0".sources]] - hash = "4989c0a5c94d0917d7e1941036ea3adf3da287c4e8249ac680fc41134210ea60" - url = "https://micro.mamba.pm/api/micromamba/osx-arm64/0.26.0" - [[micromamba_jll."0.26.0+0".sources]] - hash = "862d1cc64fa097d705bafa0cf472b173159f940b40ef77537efca80aa162cab1" - url = "https://micro.mamba.pm/api/micromamba/win-64/0.26.0" - -[micromamba_jll."1.0.0+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.0.0+0".sources]] - hash = "41bda425dd9c44b59cc35781c1b4031465c36648791e8598f7826f65ef09e387" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.0.0-1.tar.bz2" - [[micromamba_jll."1.0.0+0".sources]] - hash = "57934f137d326aaaebfd9788ddd0e112135d33b95a7dd3e9292517ce025b4d5a" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.0.0-1.tar.bz2" - [[micromamba_jll."1.0.0+0".sources]] - hash = "196831fad6384fc7520ae2bf2eddaae6b3a256d80f607efb5eb1d97d3cc0c4e0" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.0.0-1.tar.bz2" - [[micromamba_jll."1.0.0+0".sources]] - hash = "2141288a06b520c81724eb1fad2e99395133c7d64ca9c776ae8d6ccc7edfd8e0" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.0.0-1.tar.bz2" - [[micromamba_jll."1.0.0+0".sources]] - hash = "ffb87b3923a01f22d299d21f8da2b57b0a22bf1be4f59f634f449ffa431d7d18" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.0.0-1.tar.bz2" - [[micromamba_jll."1.0.0+0".sources]] - hash = "e8b02c5b51eecb71953a460846f37acd6066eb3cef6cd3aebc60835048f37ad3" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.0.0-1.tar.bz2" - -[micromamba_jll."1.2.0+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.2.0+0".sources]] - hash = "7845801006ca30e36a79dc428c28e625c37ace7178c6285f0cfef23dc7b1ac3b" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.2.0-1.tar.bz2" - [[micromamba_jll."1.2.0+0".sources]] - hash = "d1ce4c3842be0afa8a0319fbf88d147a613dd16ddd817bd7eee64e8a35bff0a2" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.2.0-1.tar.bz2" - [[micromamba_jll."1.2.0+0".sources]] - hash = "c78c9606a6c604a87ad7ffdeb8bd8c8e66fa5ddd7693ed09268478331b11b576" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.2.0-1.tar.bz2" - [[micromamba_jll."1.2.0+0".sources]] - hash = "f426ea774765b52dccf2edbb8b261fded226b903a9e925c63807850733ca19b7" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.2.0-1.tar.bz2" - [[micromamba_jll."1.2.0+0".sources]] - hash = "91fc0681808520c20d7af59f310a34316e12e84b9279b48afac0f20084bec8f0" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.2.0-1.tar.bz2" - [[micromamba_jll."1.2.0+0".sources]] - hash = "5e51be4efa4f0e421077d153cec52c0868863a9e3c28198b92afe1c2150d83d8" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.2.0-1.tar.bz2" - -[micromamba_jll."1.3.1+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.3.1+0".sources]] - hash = "44fdd6c8805a8456d3ecbe8ae05c1904d3c44f022361d8f7027d344ebf55c618" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.3.1-0.tar.bz2" - [[micromamba_jll."1.3.1+0".sources]] - hash = "e2d7c2ba7484fc6c7c27462222cbb8b762e496c1bc113bfa0267dc458a8d6f8b" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.3.1-0.tar.bz2" - [[micromamba_jll."1.3.1+0".sources]] - hash = "87bd7b169c1b752f21201195b9f6d333705bfd3201890c5b24dcfa16db0300b5" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.3.1-0.tar.bz2" - [[micromamba_jll."1.3.1+0".sources]] - hash = "f4da280b281d64e2cf7e381dcc4655cfd093cd27e510290d9bacae739fd5286a" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.3.1-0.tar.bz2" - [[micromamba_jll."1.3.1+0".sources]] - hash = "6bcec771f4f76a0b35d931e0ac78cf42b999ac7665fd63809780362f766fe8a9" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.3.1-0.tar.bz2" - [[micromamba_jll."1.3.1+0".sources]] - hash = "46243de1ff04812866d897f2a17bdee23c075f20ef98f4196803f7be6047ad0a" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.3.1-0.tar.bz2" - -[micromamba_jll."1.4.0+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.4.0+0".sources]] - hash = "4520263a7377cb1f420e11f542006ba49c063d9c6d34d1be397ca7348777e735" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.4.0-0.tar.bz2" - [[micromamba_jll."1.4.0+0".sources]] - hash = "7c70e92a75584215813411a76066290ac2b92d0bb39660c89285e7f226899473" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.4.0-0.tar.bz2" - [[micromamba_jll."1.4.0+0".sources]] - hash = "b5397b68075958c7afca61ca069d575e234138afbfea0bd5c53f4710324904bc" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.4.0-0.tar.bz2" - [[micromamba_jll."1.4.0+0".sources]] - hash = "f234d8fc2b89fa242bee574862ed8a5291296159f32344fb1e8f341df5c7c84d" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.4.0-0.tar.bz2" - [[micromamba_jll."1.4.0+0".sources]] - hash = "11d3c11280093a04a3bdb8ea34678701029843b527aad8af67d596221d083582" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.4.0-0.tar.bz2" - [[micromamba_jll."1.4.0+0".sources]] - hash = "09dfd50af36bc53040fac893a4727b08f0735fb7e9de62a469630b9af6eeb7cd" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.4.0-0.tar.bz2" - -[micromamba_jll."1.4.1+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.4.1+0".sources]] - hash = "3cf53fee4650a5b1e6fc1817b1b2c43c415d50af1efeaf0db0a0aee6820dd2cf" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.4.1-0.tar.bz2" - [[micromamba_jll."1.4.1+0".sources]] - hash = "e7144aa2a18bfb65d1ec899041b2c3cbea34c8c95e7bebc5a866337e7f3af85b" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.4.1-0.tar.bz2" - [[micromamba_jll."1.4.1+0".sources]] - hash = "283fb4da81426b7fdad2efa51a3708cec8b952d73bc7d0dd97958cc9e43ea36c" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.4.1-0.tar.bz2" - [[micromamba_jll."1.4.1+0".sources]] - hash = "5d5f088d93843734598daa30cfbf4eb5bb7621b2cb80a81898b75883984a30df" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.4.1-0.tar.bz2" - [[micromamba_jll."1.4.1+0".sources]] - hash = "4670ec5715af1c26e3a5c19a9afe5d10a48c8cd3966f733b1c586640330a4be2" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.4.1-0.tar.bz2" - [[micromamba_jll."1.4.1+0".sources]] - hash = "d9ee76ffbecb53e4e87c88f6824d6c4bf6ee8b8a0cd234551dc387a70663d0cf" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.4.1-0.tar.bz2" - -[micromamba_jll."1.4.3+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.4.3+0".sources]] - hash = "faf0a6af6d0676050a7ec535a3d10c50c9c03bbf0bb554732151cf62f3417379" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.4.3-0.tar.bz2" - [[micromamba_jll."1.4.3+0".sources]] - hash = "1044323557ea4677c54c2cb643f0f36786da7085e1c2930a9f36521aae686388" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.4.3-0.tar.bz2" - [[micromamba_jll."1.4.3+0".sources]] - hash = "6157e877bc63f8f3081c0904075ef47952a86106870aa6f94f6116a6e951a50d" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.4.3-0.tar.bz2" - [[micromamba_jll."1.4.3+0".sources]] - hash = "36c437a03c7cc72b4366d5225afa86d65e21f5100bd30cdb5b602465e812a02a" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.4.3-0.tar.bz2" - [[micromamba_jll."1.4.3+0".sources]] - hash = "93dee34f603cc189e9d1ac99ed2938bedd8de81fab350fce128bd453a04bd73b" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.4.3-0.tar.bz2" - [[micromamba_jll."1.4.3+0".sources]] - hash = "173d2a8dd8e324611fa7331992896ebf7ea2f953c61559c10772ee377af27d05" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.4.3-0.tar.bz2" - -[micromamba_jll."1.4.7+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.4.7+0".sources]] - hash = "e1ccd696909e196dc02b96610525384513d75dfc1491418492b991916b5abe0c" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.4.7-0.tar.bz2" - [[micromamba_jll."1.4.7+0".sources]] - hash = "dc8d62884090194cd10ac031668dfd9a9823d328f0209ed4e138123618b07f4f" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.4.7-0.tar.bz2" - [[micromamba_jll."1.4.7+0".sources]] - hash = "2961da1e5c6504aee47faaea30ce5e1934c17c69df2df22072416d73ddb71f11" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.4.7-0.tar.bz2" - [[micromamba_jll."1.4.7+0".sources]] - hash = "b851e196f52b9c810e3096b54cf1981ade790188624ab2033cf2c583c1da65ba" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.4.7-0.tar.bz2" - [[micromamba_jll."1.4.7+0".sources]] - hash = "52f19a26f8a999776ca99508a6622637991e13446b003af09d58188ce92a04e2" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.4.7-0.tar.bz2" - [[micromamba_jll."1.4.7+0".sources]] - hash = "e3fd81a240425bb4277634ce928519b38c84d65ab99842357322fdaf729c4238" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.4.7-0.tar.bz2" - -[micromamba_jll."1.4.9+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.4.9+0".sources]] - hash = "34ac1c25616365cec6fdcf691ad91f6de770bcece2b7978c58fd5b3f5db50cd9" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.4.9-0.tar.bz2" - [[micromamba_jll."1.4.9+0".sources]] - hash = "805d36e4315da9f683e165ff002834885161b2da01cdf1baf25a5ae60fb8c818" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.4.9-0.tar.bz2" - [[micromamba_jll."1.4.9+0".sources]] - hash = "d2487ce1d779b0c770d52b73e99a5ff0c1857a1f525b11fd47a29302eb52f1d7" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.4.9-0.tar.bz2" - [[micromamba_jll."1.4.9+0".sources]] - hash = "a12e825e4879f16e3b7b96a17e14a4358c71ed6adc96b7167c18968f1b8e431e" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.4.9-0.tar.bz2" - [[micromamba_jll."1.4.9+0".sources]] - hash = "4c8c03776011068d45fe37e3fba55441c4f987bc14c0335e458f460742660d4b" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.4.9-0.tar.bz2" - [[micromamba_jll."1.4.9+0".sources]] - hash = "82e35b4fffe5b979242b4400856b40a538d84aaf30f82a55075aae7c74e10bf3" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.4.9-0.tar.bz2" - -[micromamba_jll."1.5.8+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.5.8+0".sources]] - hash = "3376ccb2ace4bb1549659067f9f1e332fdd34e92e3be85d5968c8f45cff2b467" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.5.8-0.tar.bz2" - [[micromamba_jll."1.5.8+0".sources]] - hash = "1812fb419da96af894a9449aff36e5b319689596b87e8a0080321780a43fba19" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.5.8-0.tar.bz2" - [[micromamba_jll."1.5.8+0".sources]] - hash = "c8e90da6b2164d9416f7908d6707ea776d35126602985e5d47cf570e2bdc1dd2" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.5.8-0.tar.bz2" - [[micromamba_jll."1.5.8+0".sources]] - hash = "a520f5ae4ed6667c489f9b8635afe6632da73bdd3039d62ff91b47aeced3e4a3" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.5.8-0.tar.bz2" - [[micromamba_jll."1.5.8+0".sources]] - hash = "d62bdc8179a485b931007d623f299ef307cdfba45438fc1f4a8d055ddc232ee1" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.5.8-0.tar.bz2" - [[micromamba_jll."1.5.8+0".sources]] - hash = "7fd3de2870db8f019b2655e907f9eb2f0e2a1488e339a5c1b85701da27faacf2" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.5.8-0.tar.bz2" - -[micromamba_jll."1.5.12+0"] -executables = ["micromamba"] - - [[micromamba_jll."1.5.12+0".sources]] - hash = "c8d0e74cdf31349b98af7a57b0faed1468c9ebb908ca95fc8fb6df2597e8a76f" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-1.5.12-0.tar.bz2" - [[micromamba_jll."1.5.12+0".sources]] - hash = "85248cad98ea560de7dfdb98ed2e2f729c69150b59bedf0bdd62ff871b9c8a53" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-1.5.12-0.tar.bz2" - [[micromamba_jll."1.5.12+0".sources]] - hash = "7c263176667c5baf201cce54df5d41d4959ce00374cf9f19e601f864e42106ed" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-1.5.12-0.tar.bz2" - [[micromamba_jll."1.5.12+0".sources]] - hash = "ada5422d1aa75282a2028ff86005460351f73680ff3a38dd387296b86568e654" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-1.5.12-0.tar.bz2" - [[micromamba_jll."1.5.12+0".sources]] - hash = "6a0c105246f65ffd063e04c1f29aaebf8f3b07f06178de3a13993572e5b3ffa8" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-1.5.12-0.tar.bz2" - [[micromamba_jll."1.5.12+0".sources]] - hash = "078a87f3f009586fed9450b085ed4801bf2aab552bb88da72d881db2cee40f89" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-1.5.12-0.tar.bz2" - -[micromamba_jll."2.3.1+0"] -executables = ["micromamba"] - - [[micromamba_jll."2.3.1+0".sources]] - hash = "815405fc395d3ac27b6290129b1c3877e14ffe4def0274ba698ced10346d3514" - url = "https://conda.anaconda.org/conda-forge/linux-64/micromamba-2.3.1-0.tar.bz2" - [[micromamba_jll."2.3.1+0".sources]] - hash = "8e4c24c152b0f92a9dae25e1326c9696ef5beaedbf5748437a081ffee8d163e1" - url = "https://conda.anaconda.org/conda-forge/linux-aarch64/micromamba-2.3.1-0.tar.bz2" - [[micromamba_jll."2.3.1+0".sources]] - hash = "2312ecbabb2397e0324872e8eb484f047e66a82b77ee2a13f5d65789c76e6409" - url = "https://conda.anaconda.org/conda-forge/linux-ppc64le/micromamba-2.3.1-0.tar.bz2" - [[micromamba_jll."2.3.1+0".sources]] - hash = "12a748d02c10444395938a089d7136a166ba1f1d35b5026bf9b8f88bc3d4ab43" - url = "https://conda.anaconda.org/conda-forge/osx-64/micromamba-2.3.1-0.tar.bz2" - [[micromamba_jll."2.3.1+0".sources]] - hash = "ef8bd7d373a24d54c2916b5ccfde9699847bb9789dbd92269040f019ac3d516a" - url = "https://conda.anaconda.org/conda-forge/osx-arm64/micromamba-2.3.1-0.tar.bz2" - [[micromamba_jll."2.3.1+0".sources]] - hash = "685bd1cf23cff316fd80edac732d5b5714db363ecd1c8318508e480e2cb6a613" - url = "https://conda.anaconda.org/conda-forge/win-64/micromamba-2.3.1-0.tar.bz2" - -[mimalloc_jll."2.0.1+0"] -libraries = ["libmimalloc"] - - [[mimalloc_jll."2.0.1+0".sources]] - hash = "8e35ccc43be293a9bfd6e63da310a79c235d25d9" - repo = "https://github.com/microsoft/mimalloc.git" - [[mimalloc_jll."2.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/db5809193c8bdbabae30edd7b0f52fb1ab48ba73//M/mimalloc/./bundled" - -[mimalloc_jll."2.0.6+0"] -libraries = ["libmimalloc"] - - [[mimalloc_jll."2.0.6+0".sources]] - hash = "f2712f4a8f038a7fb4df2790f4c3b7e3ed9e219b" - repo = "https://github.com/microsoft/mimalloc.git" - -[mimalloc_jll."2.0.7+0"] -libraries = ["libmimalloc"] - - [[mimalloc_jll."2.0.7+0".sources]] - hash = "91ba1f374da66e624841f53f6659da3a8f8f93ea" - repo = "https://github.com/microsoft/mimalloc.git" - -[mimalloc_jll."2.1.2+0"] -libraries = ["libmimalloc"] - - [[mimalloc_jll."2.1.2+0".sources]] - hash = "43ce4bd7fd34bcc730c1c7471c99995597415488" - repo = "https://github.com/microsoft/mimalloc.git" - -[mimalloc_jll."2.1.4+0"] -libraries = ["libmimalloc"] - - [[mimalloc_jll."2.1.4+0".sources]] - hash = "1b3cb0258fc475460ed19cdb78feaebd69cef0c6" - repo = "https://github.com/microsoft/mimalloc.git" - -[minify_jll."2.12.7+0"] -executables = ["minify"] - - [[minify_jll."2.12.7+0".sources]] - hash = "bf2187d141bb46a807174779f6cbd3a16eb680f1" - repo = "https://github.com/tdewolff/minify.git" - -[minify_jll."2.20.20+0"] -executables = ["minify"] - - [[minify_jll."2.20.20+0".sources]] - hash = "a58eb58ecdc1159f9b49c76c06c28a2103fcdb96" - repo = "https://github.com/tdewolff/minify.git" - -[minimap2_jll."2.24.0+0"] -executables = ["minimap2"] - - [[minimap2_jll."2.24.0+0".sources]] - hash = "fe35e679e95d936698e9e937acc48983f16253d6" - repo = "https://github.com/lh3/minimap2.git" - -[minimap2_jll."2.28.0+0"] -executables = ["minimap2"] - - [[minimap2_jll."2.28.0+0".sources]] - hash = "8170693de39b667d11c8931d343c94a23a7690d2" - repo = "https://github.com/lh3/minimap2.git" - -[minio_jll."1.0.0+0"] -executables = ["minio"] - - [[minio_jll."1.0.0+0".sources]] - hash = "ed0cbfb31e00644013e6c2073310a2268c04a381" - repo = "https://github.com/minio/minio" - [[minio_jll."1.0.0+0".sources]] - hash = "6a6710fa637aa4bd95a83ad43dd0e5a2ed223adeb18e45148d339aa8ca59cddc" - url = "https://dl.min.io/server/minio/release/darwin-arm64/minio" - -[minio_jll."1.0.0+1"] -executables = ["minio"] - - [[minio_jll."1.0.0+1".sources]] - hash = "20c89ebbb30f44bbd0eba4e462846a89ab3a56fa" - repo = "https://github.com/minio/minio" - [[minio_jll."1.0.0+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[minio_jll."2.0.0+0"] -executables = ["minio"] - - [[minio_jll."2.0.0+0".sources]] - hash = "7ced9663e6a791fef9dc6be798ff24cda9c730ac" - repo = "https://github.com/minio/minio" - [[minio_jll."2.0.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.1+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[mlir_jl_tblgen_jll."0.0.1+0".sources]] - hash = "ff7e7e9f342b5fd1932efbee506d19bec6cf3159" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.2+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.2+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[mlir_jl_tblgen_jll."0.0.2+0".sources]] - hash = "72abb740e205fdce1fafcd6177d876864d7b78fb" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.3+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.3+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[mlir_jl_tblgen_jll."0.0.3+0".sources]] - hash = "67749a7546389e71ebe1a2429d48a14a6818d684" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.3+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.4+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.4+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[mlir_jl_tblgen_jll."0.0.4+0".sources]] - hash = "c475938fa25f9ff44a5c68fc2b4174d4fa6164b8" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.4+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.5+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.5+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.5+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.5+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.5+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.5+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.5+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[mlir_jl_tblgen_jll."0.0.5+0".sources]] - hash = "2803467ae240309d98ab94e5786871f4ac0d079a" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.5+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.6+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.6+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.6+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.6+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.6+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.6+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.6+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - - [[mlir_jl_tblgen_jll."0.0.6+0".sources]] - hash = "3527e24046b808a6224ff700e373e9f6dc46e86b" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.6+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.7+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.7+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[mlir_jl_tblgen_jll."0.0.7+0".sources]] - hash = "98065ea986a135270b7eab1aeffda1b1412d526a" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.7+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.8+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.8+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[mlir_jl_tblgen_jll."0.0.8+0".sources]] - hash = "5c35af320732e6d3363cdf47e4d6f156b100756e" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.8+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.8+1"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[mlir_jl_tblgen_jll."0.0.8+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[mlir_jl_tblgen_jll."0.0.8+1".sources]] - hash = "5c35af320732e6d3363cdf47e4d6f156b100756e" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.8+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.9+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[mlir_jl_tblgen_jll."0.0.9+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[mlir_jl_tblgen_jll."0.0.9+0".sources]] - hash = "1d8004d4fe22dec9b70e7d0e12e5c729d6af5e0f" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.9+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.10+0"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[mlir_jl_tblgen_jll."0.0.10+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[mlir_jl_tblgen_jll."0.0.10+0".sources]] - hash = "1e5e8a2b7b43ec79ec2132cf7a90a5f96d97b4da" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.10+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlir_jl_tblgen_jll."0.0.10+1"] -executables = ["mlir-jl-tblgen"] - - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "19.1.1" - [[mlir_jl_tblgen_jll."0.0.10+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "19.1.1" - - [[mlir_jl_tblgen_jll."0.0.10+1".sources]] - hash = "1e5e8a2b7b43ec79ec2132cf7a90a5f96d97b4da" - repo = "https://github.com/JuliaLabs/MLIR.jl.git" - [[mlir_jl_tblgen_jll."0.0.10+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlpack_jll."3.3.0+0"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.3.0+0".sources]] - hash = "70b386c191465feff93d63ac299612e93eb943ea9144525108674ada037321cf" - url = "https://www.ratml.org/misc/mlpack-3.3.0-a1.tar.gz" - -[mlpack_jll."3.3.0+1"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.3.0+1".sources]] - hash = "70b386c191465feff93d63ac299612e93eb943ea9144525108674ada037321cf" - url = "https://www.ratml.org/misc/mlpack-3.3.0-a1.tar.gz" - -[mlpack_jll."3.3.0+2"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.3.0+2".sources]] - hash = "70b386c191465feff93d63ac299612e93eb943ea9144525108674ada037321cf" - url = "https://www.ratml.org/misc/mlpack-3.3.0-a1.tar.gz" - -[mlpack_jll."3.3.0+3"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.3.0+3".sources]] - hash = "63cdc3569f2e929899cc30c2e808a42709723c2ea56f8c2953edc7188eab5559" - url = "https://www.mlpack.org/files/mlpack-3.3.0.tar.gz" - -[mlpack_jll."3.3.1+0"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.3.1+0".sources]] - hash = "310f95faa93b975c1489344ae4a499eddcd825ef9db76909eb680e1695cd1e36" - url = "https://www.mlpack.org/files/mlpack-3.3.1.tar.gz" - -[mlpack_jll."3.3.2+0"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.3.2+0".sources]] - hash = "11904a39a7e34ee66028292fd054afb460eacd07ec5e6c63789aba117e4d854c" - url = "https://www.mlpack.org/files/mlpack-3.3.2.tar.gz" - -[mlpack_jll."3.3.2+1"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.3.2+1".sources]] - hash = "11904a39a7e34ee66028292fd054afb460eacd07ec5e6c63789aba117e4d854c" - url = "https://www.mlpack.org/files/mlpack-3.3.2.tar.gz" - -[mlpack_jll."3.4.1+0"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.4.1+0".sources]] - hash = "05a20818477894b64726441fa98301a0334e36ded8c84380d2d0f800a961ad21" - url = "https://www.mlpack.org/files/mlpack-3.4.1.tar.gz" - -[mlpack_jll."3.4.1+1"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.4.1+1".sources]] - hash = "05a20818477894b64726441fa98301a0334e36ded8c84380d2d0f800a961ad21" - url = "https://www.mlpack.org/files/mlpack-3.4.1.tar.gz" - -[mlpack_jll."3.4.2+0"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.4.2+0".sources]] - hash = "9e5c4af5c276c86a0dcc553289f6fe7b1b340d61c1e59844b53da0debedbb171" - url = "https://www.mlpack.org/files/mlpack-3.4.2.tar.gz" - -[mlpack_jll."3.4.2+1"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.4.2+1".sources]] - hash = "9e5c4af5c276c86a0dcc553289f6fe7b1b340d61c1e59844b53da0debedbb171" - url = "https://www.mlpack.org/files/mlpack-3.4.2.tar.gz" - [[mlpack_jll."3.4.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/21101c5473e5c7d615fe0a0a63eff2b414039461//M/mlpack/./bundled" - -[mlpack_jll."3.4.3+0"] -libraries = ["libmlpack", "libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_stump", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."3.4.3+0".sources]] - hash = "9e5c4af5c276c86a0dcc553289f6fe7b1b340d61c1e59844b53da0debedbb171" - url = "https://www.mlpack.org/files/mlpack-3.4.2.tar.gz" - [[mlpack_jll."3.4.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/da745e7fc9741f5f6288b9899cb33d3372121ee5//M/mlpack/./bundled" - -[mlpack_jll."4.0.0+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.0.0+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.0.0+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.0.0+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.0.0+0".sources]] - hash = "041d9eee96445667d2f7b970d2a799592027f1f8818cd96a65dcce1ac0745773" - url = "https://www.mlpack.org/files/mlpack-4.0.0.tar.gz" - [[mlpack_jll."4.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/26ba7fcac75e42d8d8fd49f991580f9744244e47//M/mlpack/./bundled" - -[mlpack_jll."4.0.1+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.0.1+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.0.1+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.0.1+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.0.1+0".sources]] - hash = "4c746936ed9da9f16744240ed7b9f2815d3abb90c904071a1d1a628a9bbfb3a5" - url = "https://www.mlpack.org/files/mlpack-4.0.1.tar.gz" - -[mlpack_jll."4.1.0+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.1.0+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.1.0+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.1.0+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.1.0+0".sources]] - hash = "e0c760baf15fd0af5601010b7cbc536e469115e9dd45f96712caa3b651b1852a" - url = "https://www.mlpack.org/files/mlpack-4.1.0.tar.gz" - -[mlpack_jll."4.2.0+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.2.0+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.2.0+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.2.0+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.2.0+0".sources]] - hash = "f780df984a71029e62eeecdd145fb95deb71b133cefc7840de0ec706d116dd60" - url = "https://www.mlpack.org/files/mlpack-4.2.0.tar.gz" - -[mlpack_jll."4.2.1+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.2.1+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.2.1+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.2.1+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.2.1+0".sources]] - hash = "2d2b8d61dc2e3179e0b6fefd5c217c57aa168c4d0b9c6868ddb94f6395a80dd5" - url = "https://www.mlpack.org/files/mlpack-4.2.1.tar.gz" - -[mlpack_jll."4.3.0+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.3.0+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.3.0+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.3.0+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.3.0+0".sources]] - hash = "08cd54f711fde66fc3b6c9db89dc26776f9abf1a6256c77cfa3556e2a56f1a3d" - url = "https://www.mlpack.org/files/mlpack-4.3.0.tar.gz" - -[mlpack_jll."4.4.0+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.4.0+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.4.0+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.4.0+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.4.0+0".sources]] - hash = "61c604026d05af26c244b0e47024698bbf150dfcc9d77b64057941d7d64d6cf6" - url = "https://www.mlpack.org/files/mlpack-4.4.0.tar.gz" - [[mlpack_jll."4.4.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlpack_jll."4.5.0+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.5.0+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.5.0+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.5.0+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.5.0+0".sources]] - hash = "aab70aee10c134ef3fe568843fe4b3bb5e8901af30ea666f57462ad950682317" - url = "https://www.mlpack.org/files/mlpack-4.5.0.tar.gz" - [[mlpack_jll."4.5.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlpack_jll."4.5.1+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.5.1+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.5.1+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.5.1+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.5.1+0".sources]] - hash = "58059b911a78b8bda91eef4cfc6278383b24e71865263c2e0569cf5faa59dda3" - url = "https://www.mlpack.org/files/mlpack-4.5.1.tar.gz" - [[mlpack_jll."4.5.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlpack_jll."4.6.0+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.6.0+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.6.0+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.6.0+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.6.0+0".sources]] - hash = "8b90c18b25f94319c5969796e63fea96f3f85d9eff41323f12e9964706935632" - url = "https://www.mlpack.org/files/mlpack-4.6.0.tar.gz" - [[mlpack_jll."4.6.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[mlpack_jll."4.6.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/faa9421c7475979e51c0ba02bc86574bec8021e1//M/mlpack/./bundled" - -[mlpack_jll."4.6.1+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.6.1+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.6.1+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.6.1+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.6.1+0".sources]] - hash = "547771525f2eb4bb70458e7e9120e10612dadbde2bbf884917c5d44f82e54aad" - url = "https://www.mlpack.org/files/mlpack-4.6.1.tar.gz" - [[mlpack_jll."4.6.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mlpack_jll."4.6.2+0"] -libraries = ["libmlpack_julia_util", "libmlpack_julia_adaboost", "libmlpack_julia_approx_kfn", "libmlpack_julia_bayesian_linear_regression", "libmlpack_julia_cf", "libmlpack_julia_dbscan", "libmlpack_julia_decision_tree", "libmlpack_julia_det", "libmlpack_julia_emst", "libmlpack_julia_fastmks", "libmlpack_julia_gmm_generate", "libmlpack_julia_gmm_probability", "libmlpack_julia_gmm_train", "libmlpack_julia_hmm_generate", "libmlpack_julia_hmm_loglik", "libmlpack_julia_hmm_train", "libmlpack_julia_hmm_viterbi", "libmlpack_julia_hoeffding_tree", "libmlpack_julia_image_converter", "libmlpack_julia_kde", "libmlpack_julia_kernel_pca", "libmlpack_julia_kfn", "libmlpack_julia_kmeans", "libmlpack_julia_knn", "libmlpack_julia_krann", "libmlpack_julia_lars", "libmlpack_julia_linear_regression", "libmlpack_julia_linear_svm", "libmlpack_julia_lmnn", "libmlpack_julia_local_coordinate_coding", "libmlpack_julia_logistic_regression", "libmlpack_julia_lsh", "libmlpack_julia_mean_shift", "libmlpack_julia_nbc", "libmlpack_julia_nca", "libmlpack_julia_nmf", "libmlpack_julia_pca", "libmlpack_julia_perceptron", "libmlpack_julia_preprocess_binarize", "libmlpack_julia_preprocess_describe", "libmlpack_julia_preprocess_one_hot_encoding", "libmlpack_julia_preprocess_scale", "libmlpack_julia_preprocess_split", "libmlpack_julia_radical", "libmlpack_julia_random_forest", "libmlpack_julia_softmax_regression", "libmlpack_julia_sparse_coding"] - - [[mlpack_jll."4.6.2+0".build_dependencies]] - name = "cereal_jll" - target = "target" - version = "*" - [[mlpack_jll."4.6.2+0".build_dependencies]] - name = "ensmallen_jll" - target = "target" - version = "*" - [[mlpack_jll."4.6.2+0".build_dependencies]] - name = "stb_jll" - target = "target" - version = "*" - - [[mlpack_jll."4.6.2+0".sources]] - hash = "2fe772da383a935645ced07a07b51942ca178d38129df3bf685890bc3c1752cf" - url = "https://www.mlpack.org/files/mlpack-4.6.2.tar.gz" - [[mlpack_jll."4.6.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[mmtk_julia_jll."0.30.2+0"] -libraries = ["libmmtk_julia"] - - [[mmtk_julia_jll."0.30.2+0".sources]] - hash = "b69acf5af7a7dd97c1cc6fd99f7c2d51b477f214" - repo = "https://github.com/mmtk/mmtk-julia.git" - -[mmtk_julia_jll."0.30.2+1"] -files = ["include/mmtk.h", "include/mmtkMutator.h"] -libraries = ["libmmtk_julia"] - - [[mmtk_julia_jll."0.30.2+1".sources]] - hash = "b69acf5af7a7dd97c1cc6fd99f7c2d51b477f214" - repo = "https://github.com/mmtk/mmtk-julia.git" - -[mmtk_julia_jll."0.30.3+0"] -files = ["include/mmtk.h", "include/mmtkMutator.h"] -libraries = ["libmmtk_julia"] - - [[mmtk_julia_jll."0.30.3+0".sources]] - hash = "f07d66aafc86af84ea988b35335acc9bbc770fa1" - repo = "https://github.com/mmtk/mmtk-julia.git" - -[mmtk_julia_jll."0.30.3+1"] -files = ["include/mmtk.h", "include/mmtkMutator.h"] -libraries = ["libmmtk_julia"] - - [[mmtk_julia_jll."0.30.3+1".sources]] - hash = "f07d66aafc86af84ea988b35335acc9bbc770fa1" - repo = "https://github.com/mmtk/mmtk-julia.git" - -[mmtk_julia_jll."0.30.4+0"] -files = ["include/mmtk.h", "include/mmtkMutator.h"] -libraries = ["libmmtk_julia"] - - [[mmtk_julia_jll."0.30.4+0".sources]] - hash = "c9e046baf3a0d52fe75d6c8b28f6afd69b045d95" - repo = "https://github.com/mmtk/mmtk-julia.git" - -[mmtk_julia_jll."0.30.5+0"] -files = ["include/mmtk.h", "include/mmtkMutator.h"] -libraries = ["libmmtk_julia"] - - [[mmtk_julia_jll."0.30.5+0".sources]] - hash = "c9e046baf3a0d52fe75d6c8b28f6afd69b045d95" - repo = "https://github.com/mmtk/mmtk-julia.git" - -[mmtk_julia_jll."0.30.5+1"] -files = ["include/mmtk.h", "include/mmtkMutator.h"] -libraries = ["libmmtk_julia"] - - [[mmtk_julia_jll."0.30.5+1".sources]] - hash = "10ad6638b69b31a97a844f2f4e651e5ccea4e298" - repo = "https://github.com/mmtk/mmtk-julia.git" - -[mmtk_julia_jll."0.30.6+0"] -files = ["include/mmtk.h", "include/mmtkMutator.h"] -libraries = ["libmmtk_julia"] - - [[mmtk_julia_jll."0.30.6+0".sources]] - hash = "4933fb41ba5d1d21f720e2ca1bfa5bc938b73b12" - repo = "https://github.com/mmtk/mmtk-julia.git" - -[mold_jll."1.1.1+0"] -executables = ["mold"] - - [[mold_jll."1.1.1+0".sources]] - hash = "c1af9c97e763a1d521889191a83b27bd6c43b351" - repo = "https://github.com/rui314/mold.git" - -[mold_jll."1.2.0+0"] -executables = ["mold"] - - [[mold_jll."1.2.0+0".sources]] - hash = "1f55e40a8a967894816d6366bcc3d08de74c84b4" - repo = "https://github.com/rui314/mold.git" - -[mold_jll."1.11.0+0"] -executables = ["mold"] - - [[mold_jll."1.11.0+0".sources]] - hash = "cca255e6be069cdbc135c83fd16036d86b98b85e" - repo = "https://github.com/rui314/mold.git" - -[mosquitto_client_jll."2.0.15+0"] -libraries = ["libmosquitto"] - - [[mosquitto_client_jll."2.0.15+0".sources]] - hash = "dc75fec606d5c266cff5b3cf2259beee4523cda7" - repo = "https://github.com/eclipse/mosquitto.git" - -[mousetrap_jll."0.3.0+0"] -libraries = ["libmousetrap", "libmousetrap_julia_binding"] - - [[mousetrap_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - [[mousetrap_jll."0.3.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[mousetrap_jll."0.3.0+0".sources]] - hash = "94ce32a135b90952bd2d280d620628767babb6f3" - repo = "https://github.com/Clemapfel/mousetrap.git" - [[mousetrap_jll."0.3.0+0".sources]] - hash = "59543cfb885107305438b4fe022d654da65b2e23" - repo = "https://github.com/Clemapfel/mousetrap_julia_binding.git" - -[mpg123_jll."1.25.12+0"] -executables = ["mpg123", "mpg123-id3dump", "mpg123-strip", "out123"] -libraries = ["libmpg123", "libout123"] - - [[mpg123_jll."1.25.12+0".sources]] - hash = "1ffec7c9683dfb86ea9040d6a53d6ea819ecdda215df347f79def08f1fe731d1" - url = "https://downloads.sourceforge.net/sourceforge/mpg123/mpg123-1.25.12.tar.bz2" - -[mpg123_jll."1.29.3+0"] -executables = ["mpg123", "mpg123-id3dump", "mpg123-strip", "out123"] -libraries = ["libmpg123", "libout123"] - - [[mpg123_jll."1.29.3+0".sources]] - hash = "963885d8cc77262f28b77187c7d189e32195e64244de2530b798ddf32183e847" - url = "https://downloads.sourceforge.net/sourceforge/mpg123/mpg123-1.29.3.tar.bz2" - -[mpg123_jll."1.33.0+0"] -executables = ["mpg123", "mpg123-id3dump", "mpg123-strip", "out123"] -libraries = ["libmpg123", "libout123"] - - [[mpg123_jll."1.33.0+0".sources]] - hash = "2290e3aede6f4d163e1a17452165af33caad4b5f0948f99429cfa2d8385faa9d" - url = "https://downloads.sourceforge.net/sourceforge/mpg123/mpg123-1.33.0.tar.bz2" - -[mpg123_jll."1.33.2+0"] -executables = ["mpg123", "mpg123-id3dump", "mpg123-strip", "out123"] -libraries = ["libmpg123", "libout123"] - - [[mpg123_jll."1.33.2+0".sources]] - hash = "2c54fabbfa696dce8f9b137c8ef7a429a061f8fe633cd7d0a511809855f2c219" - url = "https://downloads.sourceforge.net/sourceforge/mpg123/mpg123-1.33.2.tar.bz2" - -[mpifileutils_jll."0.12.0+0"] -executables = ["dbcast", "dbz2", "dchmod", "dcmp", "dcp", "dcp1", "ddup", "dfilemaker", "dfind", "dreln", "drm", "dstripe", "dsync", "dtar"] -libraries = ["libmfu"] - - [[mpifileutils_jll."0.12.0+0".sources]] - hash = "db315cf72cb52fb48b688fcef9fbeac1121f6ee4" - repo = "https://github.com/hpc/mpifileutils" - [[mpifileutils_jll."0.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b083d17c99840e27159fe9dd299f0c44f4f8972//M/mpifileutils/bundled" - -[mpv_jll."0.32.0+0"] -executables = ["mpv"] - - [[mpv_jll."0.32.0+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[mpv_jll."0.32.0+0".sources]] - hash = "9163f64832226d22e24bbc4874ebd6ac02372cd717bef15c28a0aa858c5fe592" - url = "https://github.com/mpv-player/mpv/archive/v0.32.0.tar.gz" - -[mpv_jll."0.32.0+1"] -executables = ["mpv"] - - [[mpv_jll."0.32.0+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[mpv_jll."0.32.0+1".sources]] - hash = "9163f64832226d22e24bbc4874ebd6ac02372cd717bef15c28a0aa858c5fe592" - url = "https://github.com/mpv-player/mpv/archive/v0.32.0.tar.gz" - -[mrfDepth_jll."1.0.14+0"] -libraries = ["libmrfDepth"] - - [[mrfDepth_jll."1.0.14+0".sources]] - hash = "6954d87f8ea3c87a2d945676233bf849af5aacd1" - repo = "https://github.com/cran/mrfDepth.git" - -[msgpack_cxx_jll."6.1.1+0"] -files = ["include/msgpack.hpp"] - - [[msgpack_cxx_jll."6.1.1+0".sources]] - hash = "5fd555742e37bbd58d166199e669f01f743c7b3c6177191dd7b31fb0c37fa191" - url = "https://github.com/msgpack/msgpack-c/releases/download/cpp-6.1.1/msgpack-cxx-6.1.1.tar.gz" - -[msgpack_jll."3.0.1+0"] -libraries = ["libmsgpackc"] - - [[msgpack_jll."3.0.1+0".sources]] - hash = "2c4f2b890ef1546fc022d270d11e657f6fc8022f" - repo = "https://github.com/msgpack/msgpack-c.git" - -[msgpack_jll."6.0.1+0"] -libraries = ["libmsgpack-c"] - - [[msgpack_jll."6.0.1+0".sources]] - hash = "a349cd9af28add2334c7009e331335af4a5b97d8558b2e9804d05f3b33d97925" - url = "https://github.com/msgpack/msgpack-c/releases/download/c-6.0.1/msgpack-c-6.0.1.tar.gz" - -[msolve_jll."0.1.2+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.1.2+0".sources]] - hash = "ce6454b28477cb3b5670042faf7b3282e234fe1e0ee5a62c184d0512ef4126e1" - url = "https://www.mathematik.uni-kl.de/~ederc/msolve-0.1.2.tar.gz" - -[msolve_jll."0.1.2+1"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.1.2+1".sources]] - hash = "e62794b7bd3b7c34fca5364017c278e116abc1ab" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.1.3+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.1.3+0".sources]] - hash = "0e6de1bab447381b7fdf42c3c414caa6ed2a8f88" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.1.3+1"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.1.3+1".sources]] - hash = "0e6de1bab447381b7fdf42c3c414caa6ed2a8f88" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.1.4+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.1.4+0".sources]] - hash = "be5a34d338d6ba66a5be2e67e93871b184789e87" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.1.5+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.1.5+0".sources]] - hash = "42137aaa68ac6077d25f7cb8e72ff01ac6f14f41" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.1.6+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.1.6+0".sources]] - hash = "9cf8665efe35d7bf39aa1e225212281f192afd43" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.1.7+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.1.7+0".sources]] - hash = "2c085f06b4e153cc7d9f6f60b6e75d565ed4e449" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.2.0+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.2.0+0".sources]] - hash = "85071af5929fddfe9e15ea60831088d072dbf28b" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.2.1+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.2.1+0".sources]] - hash = "ca3d395b2fa9c5fda4499ae055601a96dacd1d92" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.2.2+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.2.2+0".sources]] - hash = "469a4e74a172a109e4cdc8ff2057943b915866b5" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.2.3+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.2.3+0".sources]] - hash = "723ee02db3bed1919209b0111a8c3ea83069494e" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.2.3+1"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.2.3+1".sources]] - hash = "723ee02db3bed1919209b0111a8c3ea83069494e" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.2.5+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.2.5+0".sources]] - hash = "b9127afe16d02b3969d330f56ca402d2185f79c7" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.3.0+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.3.0+0".sources]] - hash = "6ada6eb5829722a89d6142ef99e5843cac62291e" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.3.2+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.3.2+0".sources]] - hash = "8d55764f9d0038313144f73b1b403ce9ebcd41c3" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.4.0+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.0+0".sources]] - hash = "0c65a79e966e1a7b66dce0fcfa0b14ee22d9e237" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.4.1+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.1+0".sources]] - hash = "0c05f5f49a28e1cc0b649702b7e0934f63a1bea0" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.4.2+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.2+0".sources]] - hash = "91bd6734b6e4721fe0c4f18e9fef82ab50b4948c" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.4.3+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.3+0".sources]] - hash = "36dccfe86eace35e74129c4c37a12b1cbe44e272" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.4.4+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.4+0".sources]] - hash = "4d164d6d0b8c62f03ae8b3981ced67387b0324b2" - repo = "https://gitlab.lip6.fr/safey/msolve.git" - -[msolve_jll."0.4.5+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.5+0".sources]] - hash = "139047dcd037275df816d9ab5fe327254d790c62" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.4.6+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.6+0".sources]] - hash = "dfff07eafdde73bd37e701287f8be4673512690f" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.4.7+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.7+0".sources]] - hash = "8d32f4349f10727064908d5a5cf609ece0676bf2" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.4.8+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.8+0".sources]] - hash = "6c11cd07e3709717bf65c80e57ceb6cd66a76cc3" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.4.8+1"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.8+1".sources]] - hash = "6c11cd07e3709717bf65c80e57ceb6cd66a76cc3" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.4.9+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.4.9+0".sources]] - hash = "c547cb83ac3e876a2d72a2cc8ee191b543287d85" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.6.0+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.6.0+0".sources]] - hash = "e041d4aa140a8a4c89ee7b917cefee0aafd1697c" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.6.1+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.6.1+0".sources]] - hash = "2b07212e8d27424afbcb7f7d913fb4f64d85fbab" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.6.2+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.6.2+0".sources]] - hash = "15c433bc17218818f05bee523f19dea194a54428" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.6.3+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.6.3+0".sources]] - hash = "2ab63e213ea09bca58d0774e018d8ac3c44b2787" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.6.4+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.6.4+0".sources]] - hash = "29b490fea9a603066ae4d9cbadd4c7d87082d8e1" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.6.5+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.6.5+0".sources]] - hash = "5e72b9d99eaea55fe87eb8ac945ec9e914a69327" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.600.501+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.600.501+0".sources]] - hash = "5e72b9d99eaea55fe87eb8ac945ec9e914a69327" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.600.600+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.600.600+0".sources]] - hash = "73d9a0d4fab4b3d85e746ab1baf495bbbec2af18" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.600.700+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.600.700+0".sources]] - hash = "a1ac4237c809331a5b436e27a7f1690e9ce2dffd" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.600.800+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.600.800+0".sources]] - hash = "2ca24b667ade8a73ef77d098526d329447cbdae0" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.700.0+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.700.0+0".sources]] - hash = "c56341c3f125050817fd84194a42104ce626d9f0" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.700.100+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.700.100+0".sources]] - hash = "0cd7c0e11e2f50ad2af0b30644be6364f4e4f95e" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.700.200+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.700.200+0".sources]] - hash = "105cca60f61bf2945408ecbebacc49a529cf6101" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.700.300+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.700.300+0".sources]] - hash = "42b9e3364c797554e4e132ca46c4cf22ff54a932" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.700.301+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.700.301+0".sources]] - hash = "42b9e3364c797554e4e132ca46c4cf22ff54a932" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.700.500+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.700.500+0".sources]] - hash = "1d0d10971467d83985b2f1197e5fe7e4ed4be24f" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.700.501+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.700.501+0".sources]] - hash = "1d0d10971467d83985b2f1197e5fe7e4ed4be24f" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.800.0+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.800.0+0".sources]] - hash = "2a2e0eb407c3f570aaa750bd7f82a24a457553cf" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.800.1+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.800.1+0".sources]] - hash = "2a2e0eb407c3f570aaa750bd7f82a24a457553cf" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.900.0+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.900.0+0".sources]] - hash = "04d3c7895541f9d2c1871d58d8813f53f2ac864c" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.900.1+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.900.1+0".sources]] - hash = "04d3c7895541f9d2c1871d58d8813f53f2ac864c" - repo = "https://github.com/algebraic-solving/msolve.git" - -[msolve_jll."0.900.100+0"] -libraries = ["libmsolve", "libneogb"] - - [[msolve_jll."0.900.100+0".sources]] - hash = "0ca607fee1107f6b224fbdc05718f17bb9e740a9" - repo = "https://github.com/algebraic-solving/msolve.git" - -[mtdev_jll."1.1.6+0"] -libraries = ["libmtdev"] - - [[mtdev_jll."1.1.6+0".sources]] - hash = "1325f389a2f25cd5f5a8ea4d29aad24aa7c3ec30401d679400dd79eb9c0a8dbb" - url = "http://bitmath.org/code/mtdev/mtdev-1.1.6.tar.gz" - -[mtdev_jll."1.1.7+0"] -libraries = ["libmtdev"] - - [[mtdev_jll."1.1.7+0".sources]] - hash = "a55bd02a9af4dd266c0042ec608744fff3a017577614c057da09f1f4566ea32c" - url = "http://bitmath.org/code/mtdev/mtdev-1.1.7.tar.gz" - -[muparser_jll."2.3.2+0"] -libraries = ["libmuparser"] - - [[muparser_jll."2.3.2+0".sources]] - hash = "b35fc84e3667d432e3414c8667d5764dfa450ed24a99eeef7ee3f6647d44f301" - url = "https://github.com/beltoforion/muparser/archive/refs/tags/v2.3.2.tar.gz" - -[muparser_jll."2.3.5+0"] -libraries = ["libmuparser"] - - [[muparser_jll."2.3.5+0".sources]] - hash = "fbafd7f8774af2b53f4d2de07c57353fcfc09216" - repo = "https://github.com/beltoforion/muparser" - -[mvndst_jll."1.0.0+0"] -libraries = ["libmvndst"] - - [[mvndst_jll."1.0.0+0".sources]] - hash = "51758c4f37153dd0d9eab2e002c0ec98c944551e05d5fed0e1900a711a0de1e0" - url = "https://raw.githubusercontent.com/scipy/scipy/main/scipy/stats/mvndst.f" - [[mvndst_jll."1.0.0+0".sources]] - hash = "86627b745e4937371bd5d3061a76b07501c0dd01e5c0ce2b2a9c25c9c1944f18" - url = "https://raw.githubusercontent.com/scipy/scipy/main/LICENSE.txt" - -[mxml_jll."4.0.4+0"] -libraries = ["libmxml4"] - - [[mxml_jll."4.0.4+0".sources]] - hash = "0d5afc4278d7a336d554602b951c2979c3f8f296" - repo = "https://github.com/michaelrsweet/mxml.git" - -[nPth_jll."1.6.0+0"] -libraries = ["libnpth", "libnpth6"] - - [[nPth_jll."1.6.0+0".sources]] - hash = "1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1" - url = "https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2" - -[nPth_jll."1.8.0+0"] -libraries = ["libnpth", "libnpth6"] - - [[nPth_jll."1.8.0+0".sources]] - hash = "8bd24b4f23a3065d6e5b26e98aba9ce783ea4fd781069c1b35d149694e90ca3e" - url = "https://gnupg.org/ftp/gcrypt/npth/npth-1.8.tar.bz2" - -[nanoarrow_jll."0.7.0+0"] -libraries = ["libnanoarrow_shared"] - - [[nanoarrow_jll."0.7.0+0".sources]] - hash = "2cfba631b40886f1418a463f3b7c4552c8ae0dc7" - repo = "https://github.com/apache/arrow-nanoarrow.git" - -[[nanoflann_jll."1.3.2+0".sources]] -hash = "e100b5fc8d72e9426a80312d852a62c05ddefd23f17cbb22ccd8b458b11d0bea" -url = "https://github.com/jlblancoc/nanoflann/archive/refs/tags/v1.3.2.tar.gz" - -[nats_c_jll."3.6.1+0"] -libraries = ["libnats"] - - [[nats_c_jll."3.6.1+0".sources]] - hash = "ab983febcff5d6077d8db1a919a74f0ac1a53ef7" - repo = "https://github.com/nats-io/nats.c.git" - [[nats_c_jll."3.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/96627a965ff076cd1d805fb875e4082d9b319ee2//N/nats_c/./bundled" - -[nats_server_jll."2.9.21+0"] -executables = ["nats-server"] - - [[nats_server_jll."2.9.21+0".sources]] - hash = "b2e7725aed60882176f8c95dadd3fa371385accf" - repo = "https://github.com/nats-io/nats-server.git" - -[nats_server_jll."2.10.18+0"] -executables = ["nats-server"] - - [[nats_server_jll."2.10.18+0".sources]] - hash = "57d23acf2737d692c24116476e12111c6499d96b" - repo = "https://github.com/nats-io/nats-server.git" - -[nauty_jll."2.6.12+0"] -executables = ["NRswitchg", "addedgeg", "amtog", "biplabg", "blisstog", "catg", "checks6", "complg", "converseg", "copyg", "countg", "cubhamg", "deledgeg", "delptg", "directg", "dreadnaut", "dretodot", "dretog", "genbg", "genbgL", "geng", "genquarticg", "genrang", "genspecialg", "gentourng", "gentreeg", "hamheuristic", "labelg", "linegraphg", "listg", "multig", "newedgeg", "pickg", "planarg", "ranlabg", "shortg", "showg", "subdivideg", "sumlines", "twohamg", "vcolg", "watercluster2"] -libraries = ["libnauty", "libnautyA1", "libnautyL0", "libnautyL1", "libnautyS0", "libnautyS1", "libnautyW0", "libnautyW1"] - - [[nauty_jll."2.6.12+0".sources]] - hash = "862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc" - url = "http://pallini.di.uniroma1.it/nauty26r12.tar.gz" - [[nauty_jll."2.6.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aae8958243204b7bf8f548959cabb6d939714ce9//N/nauty/./bundled" - -[nauty_jll."2.6.12+1"] -executables = ["NRswitchg", "addedgeg", "amtog", "biplabg", "blisstog", "catg", "checks6", "complg", "converseg", "copyg", "countg", "cubhamg", "deledgeg", "delptg", "directg", "dreadnaut", "dretodot", "dretog", "genbg", "genbgL", "geng", "genquarticg", "genrang", "genspecialg", "gentourng", "gentreeg", "hamheuristic", "labelg", "linegraphg", "listg", "multig", "newedgeg", "pickg", "planarg", "ranlabg", "shortg", "showg", "subdivideg", "sumlines", "twohamg", "vcolg", "watercluster2"] -libraries = ["libnauty", "libnautyA1", "libnautyL0", "libnautyL1", "libnautyS0", "libnautyS1", "libnautyW0", "libnautyW1"] - - [[nauty_jll."2.6.12+1".sources]] - hash = "862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc" - url = "http://pallini.di.uniroma1.it/nauty26r12.tar.gz" - [[nauty_jll."2.6.12+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4ec4cb409f3c89ae6efda2be284383f0a9cdaeb3//N/nauty/./bundled" - -[nauty_jll."2.6.13+0"] -executables = ["NRswitchg", "addedgeg", "amtog", "biplabg", "blisstog", "catg", "checks6", "complg", "converseg", "copyg", "countg", "cubhamg", "deledgeg", "delptg", "directg", "dreadnaut", "dretodot", "dretog", "genbg", "genbgL", "geng", "genquarticg", "genrang", "genspecialg", "gentourng", "gentreeg", "hamheuristic", "labelg", "linegraphg", "listg", "multig", "newedgeg", "pickg", "planarg", "ranlabg", "shortg", "showg", "subdivideg", "sumlines", "twohamg", "vcolg", "watercluster2"] -libraries = ["libnauty", "libnautyA1", "libnautyL0", "libnautyL1", "libnautyS0", "libnautyS1", "libnautyW0", "libnautyW1"] - - [[nauty_jll."2.6.13+0".sources]] - hash = "862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc" - url = "http://pallini.di.uniroma1.it/nauty26r12.tar.gz" - [[nauty_jll."2.6.13+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a4af9d09cbcc3ada16ddc96d7f2f42a820428406//N/nauty/./bundled" - -[nauty_jll."2.6.13+1"] -executables = ["NRswitchg", "addedgeg", "amtog", "biplabg", "blisstog", "catg", "checks6", "complg", "converseg", "copyg", "countg", "cubhamg", "deledgeg", "delptg", "directg", "dreadnaut", "dretodot", "dretog", "genbg", "genbgL", "geng", "genquarticg", "genrang", "genspecialg", "gentourng", "gentreeg", "hamheuristic", "labelg", "linegraphg", "listg", "multig", "newedgeg", "pickg", "planarg", "ranlabg", "shortg", "showg", "subdivideg", "sumlines", "twohamg", "vcolg", "watercluster2"] -libraries = ["libnauty", "libnautyA1", "libnautyL0", "libnautyL1", "libnautyS0", "libnautyS1", "libnautyW0", "libnautyW1"] - - [[nauty_jll."2.6.13+1".sources]] - hash = "862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc" - url = "http://pallini.di.uniroma1.it/nauty26r12.tar.gz" - [[nauty_jll."2.6.13+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3d2bed0ad510d9f7cd3badfbe9e0266ead41133a//N/nauty/./bundled" - -[nauty_jll."2.8.9+0"] -executables = ["NRswitchg", "addedgeg", "amtog", "biplabg", "catg", "checks6", "complg", "converseg", "copyg", "countg", "cubhamg", "deledgeg", "delptg", "directg", "dreadnaut", "dretodot", "dretog", "genbg", "genbgL", "geng", "genquarticg", "genrang", "genspecialg", "gentourng", "gentreeg", "hamheuristic", "labelg", "linegraphg", "listg", "multig", "newedgeg", "pickg", "planarg", "ranlabg", "shortg", "showg", "subdivideg", "sumlines", "twohamg", "vcolg", "watercluster2", "uniqg"] -libraries = ["libnauty", "libnauty1", "libnautyL", "libnautyL1", "libnautyS", "libnautyS1", "libnautyW", "libnautyW1", "libnautyT", "libnautyT1", "libnautyTL", "libnautyTL1", "libnautyTS", "libnautyTS1", "libnautyTW", "libnautyTW1"] - - [[nauty_jll."2.8.9+0".sources]] - hash = "c97ab42bf48796a86a598bce3e9269047ca2b32c14fc23e07208a244fe52c4ee" - url = "https://pallini.di.uniroma1.it/nauty2_8_9.tar.gz" - [[nauty_jll."2.8.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6ae3f380de6f78eb5627e70f39e3f3e24250f883//N/nauty/./bundled" - -[nauty_jll."2.8.10+0"] -executables = ["NRswitchg", "addedgeg", "amtog", "biplabg", "catg", "checks6", "complg", "converseg", "copyg", "countg", "cubhamg", "deledgeg", "delptg", "directg", "dreadnaut", "dretodot", "dretog", "genbg", "genbgL", "geng", "genquarticg", "genrang", "genspecialg", "gentourng", "gentreeg", "hamheuristic", "labelg", "linegraphg", "listg", "multig", "newedgeg", "pickg", "planarg", "ranlabg", "shortg", "showg", "subdivideg", "sumlines", "twohamg", "vcolg", "watercluster2", "uniqg"] -libraries = ["libnauty", "libnauty1", "libnautyL", "libnautyL1", "libnautyS", "libnautyS1", "libnautyW", "libnautyW1", "libnautyT", "libnautyT1", "libnautyTL", "libnautyTL1", "libnautyTS", "libnautyTS1", "libnautyTW", "libnautyTW1"] - - [[nauty_jll."2.8.10+0".sources]] - hash = "c97ab42bf48796a86a598bce3e9269047ca2b32c14fc23e07208a244fe52c4ee" - url = "https://pallini.di.uniroma1.it/nauty2_8_9.tar.gz" - [[nauty_jll."2.8.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3adbde79d5224c5957b28b29ba137708c1a9ce65//N/nauty/./bundled" - -[nauty_jll."2.8.10+1"] -executables = ["NRswitchg", "addedgeg", "amtog", "biplabg", "catg", "checks6", "complg", "converseg", "copyg", "countg", "cubhamg", "deledgeg", "delptg", "directg", "dreadnaut", "dretodot", "dretog", "genbg", "genbgL", "geng", "genquarticg", "genrang", "genspecialg", "gentourng", "gentreeg", "hamheuristic", "labelg", "linegraphg", "listg", "multig", "newedgeg", "pickg", "planarg", "ranlabg", "shortg", "showg", "subdivideg", "sumlines", "twohamg", "vcolg", "watercluster2", "uniqg"] -libraries = ["libnauty", "libnauty1", "libnautyL", "libnautyL1", "libnautyS", "libnautyS1", "libnautyW", "libnautyW1", "libnautyT", "libnautyT1", "libnautyTL", "libnautyTL1", "libnautyTS", "libnautyTS1", "libnautyTW", "libnautyTW1"] - - [[nauty_jll."2.8.10+1".sources]] - hash = "c97ab42bf48796a86a598bce3e9269047ca2b32c14fc23e07208a244fe52c4ee" - url = "https://pallini.di.uniroma1.it/nauty2_8_9.tar.gz" - [[nauty_jll."2.8.10+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2962dd6b4f1fb28a63503fbee4fadad5533e42e7//N/nauty/./bundled" - -[neofetch_jll."6.1.0+0"] -files = ["bin/neofetch"] - - [[neofetch_jll."6.1.0+0".sources]] - hash = "ece351e35286b64d362000d409b27597fcbdcf77e8e60fa0adae1f29d3c29637" - url = "https://github.com/dylanaraps/neofetch/archive/6.1.0.tar.gz" - -[neofetch_jll."7.1.0+0"] -files = ["bin/neofetch"] - - [[neofetch_jll."7.1.0+0".sources]] - hash = "58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7" - url = "https://github.com/dylanaraps/neofetch/archive/refs/tags/7.1.0.tar.gz" - -[neper_jll."4.5.0+0"] -executables = ["neper"] - - [[neper_jll."4.5.0+0".sources]] - hash = "db80dd89e02207e9b056b05fb9fbe493199ce7c3736b2039104c595b4dcd02a9" - url = "https://github.com/neperfepx/neper/archive/refs/tags/v4.5.0.tar.gz" - -[neper_jll."4.8.2+0"] -executables = ["neper"] - - [[neper_jll."4.8.2+0".sources]] - hash = "bdf117bb71755abcac19f33deb498343f1c8fdda" - repo = "https://github.com/neperfepx/neper" - -[nghttp2_jll."1.40.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.40.0+0".sources]] - hash = "82758e13727945f2408d0612762e4655180b039f058d5ff40d055fa1497bd94f" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.40.0/nghttp2-1.40.0.tar.bz2" - -[nghttp2_jll."1.40.0+1"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.40.0+1".sources]] - hash = "82758e13727945f2408d0612762e4655180b039f058d5ff40d055fa1497bd94f" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.40.0/nghttp2-1.40.0.tar.bz2" - -[nghttp2_jll."1.40.0+2"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.40.0+2".sources]] - hash = "82758e13727945f2408d0612762e4655180b039f058d5ff40d055fa1497bd94f" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.40.0/nghttp2-1.40.0.tar.bz2" - -[nghttp2_jll."1.41.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.41.0+0".sources]] - hash = "abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.41.0/nghttp2-1.41.0.tar.xz" - -[nghttp2_jll."1.41.0+1"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.41.0+1".sources]] - hash = "abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.41.0/nghttp2-1.41.0.tar.xz" - -[nghttp2_jll."1.41.0+2"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.41.0+2".sources]] - hash = "abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.41.0/nghttp2-1.41.0.tar.xz" - -[nghttp2_jll."1.41.0+3"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.41.0+3".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.41.0+3".sources]] - hash = "8f7b008b158e12de0e58247afd170f127dbb6456" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.47.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.47.0+0".sources]] - hash = "68271951324554c34501b85190f22f2221056db69f493afc3bbac8e7be21e7cc" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.47.0/nghttp2-1.47.0.tar.xz" - -[nghttp2_jll."1.48.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.48.0+0".sources]] - hash = "47d8f30ee4f1bc621566d10362ca1b3ac83a335c63da7144947c806772d016e4" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.48.0/nghttp2-1.48.0.tar.xz" - -[nghttp2_jll."1.48.0+1"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.48.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[nghttp2_jll."1.48.0+1".sources]] - hash = "47d8f30ee4f1bc621566d10362ca1b3ac83a335c63da7144947c806772d016e4" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.48.0/nghttp2-1.48.0.tar.xz" - -[nghttp2_jll."1.52.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.52.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[nghttp2_jll."1.52.0+0".sources]] - hash = "3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.52.0/nghttp2-1.52.0.tar.xz" - -[nghttp2_jll."1.52.0+1"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.52.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - version = "*" - - [[nghttp2_jll."1.52.0+1".sources]] - hash = "3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.52.0/nghttp2-1.52.0.tar.xz" - -[nghttp2_jll."1.58.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.58.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.58.0+0".sources]] - hash = "4a68a3040da92fd9872c056d0f6b0cd60de8410de10b578f8ade9ecc14d297e0" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.58.0/nghttp2-1.58.0.tar.xz" - -[nghttp2_jll."1.59.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.59.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.59.0+0".sources]] - hash = "fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb" - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.59.0/nghttp2-1.59.0.tar.xz" - -[nghttp2_jll."1.60.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.60.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.60.0+0".sources]] - hash = "c5e087b1038b9b0a972ca07748a525b8f58139d9" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.61.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.61.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.61.0+0".sources]] - hash = "d76b8331d16200df3d969d94438a96495ffbe42b" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.62.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.62.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.62.0+0".sources]] - hash = "3e767d3003861c3ac1847ed537b4feb8265daa4e" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.62.1+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.62.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.62.1+0".sources]] - hash = "d13a5758373931064636c1641db6277db45552dc" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.63.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.63.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.63.0+0".sources]] - hash = "8f44147c385fb1ed93a6f39911eeb30279bfd2dd" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.63.0+1"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.63.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.63.0+1".sources]] - hash = "8f44147c385fb1ed93a6f39911eeb30279bfd2dd" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.64.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.64.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.64.0+0".sources]] - hash = "526ff38e0249acbcc4d0e8958c12cdeae9960cfe" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.64.0+1"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.64.0+1".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.64.0+1".sources]] - hash = "526ff38e0249acbcc4d0e8958c12cdeae9960cfe" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.65.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.65.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.65.0+0".sources]] - hash = "319bf015de8fa38e21ac271ce2f7d61aa77d90cb" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.66.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.66.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.66.0+0".sources]] - hash = "ac22e0efe3f82f43c1366961c89a50ee821cfba3" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.67.0+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.67.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.67.0+0".sources]] - hash = "45ac57609bc21cef2463f46258d28a4dc0623333" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp2_jll."1.67.1+0"] -libraries = ["libnghttp2"] - - [[nghttp2_jll."1.67.1+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp2_jll."1.67.1+0".sources]] - hash = "49908f992027821912b96a13898b665a35aa3a0a" - repo = "https://github.com/nghttp2/nghttp2.git" - -[nghttp3_jll."1.8.0+0"] -libraries = ["libnghttp3"] - - [[nghttp3_jll."1.8.0+0".build_dependencies]] - name = "LLVMCompilerRT_jll" - target = "target" - uuid = "4e17d02c-6bf5-513e-be62-445f41c75a11" - version = "13.0.1" - - [[nghttp3_jll."1.8.0+0".sources]] - hash = "96ad17fd71d599b78a11e0ff635eccb7d2f6d649" - repo = "https://github.com/ngtcp2/nghttp3.git" - -[ngspice_jll."32.2.0+0"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."32.2.0+0".sources]] - hash = "a0389bb5471a43bc828b08b81bd3fc1693200130" - repo = "https://github.com/imr/ngspice.git" - [[ngspice_jll."32.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bfdebd6c68b64cf7268ee393213e1f1afb8e9a49//N/ngspice/./bundled" - -[ngspice_jll."34.0.0+0"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."34.0.0+0".sources]] - hash = "279edff5d9877b13ddd7708285553ea20d6f14cd" - repo = "https://github.com/imr/ngspice.git" - [[ngspice_jll."34.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c47bfa98144803ed169cd41e7e061bbc212c8bfd//N/ngspice/./bundled" - -[ngspice_jll."34.0.0+1"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."34.0.0+1".sources]] - hash = "a034b9a2bafcc218aba92c911a6425953f0bda28" - repo = "https://github.com/JuliaSky130/ngspice.git" - [[ngspice_jll."34.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/42aaced708f9cf958ee05d9ce6b663bcd0fb0c32//N/ngspice/./bundled" - -[ngspice_jll."36.0.0+0"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."36.0.0+0".sources]] - hash = "1a6a9e6bb60ad8d07ecbfb3f35dea22379fb73e9" - repo = "https://github.com/imr/ngspice.git" - [[ngspice_jll."36.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d7c88cc3d1b5ebb343aa937dd4c5372e6cd30cf1//N/ngspice/./bundled" - -[ngspice_jll."37.0.0+0"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."37.0.0+0".sources]] - hash = "c4efe2e3ac264b6889e844f935410f9a795f1a68" - repo = "https://github.com/imr/ngspice.git" - [[ngspice_jll."37.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a37feb90e4d00d14c7f556290b2adc13d6c211e6//N/ngspice/./bundled" - -[ngspice_jll."39.3.0+0"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."39.3.0+0".sources]] - hash = "f73d3b20a07cd206db8d7c7dd8679e6eecb02391" - repo = "https://github.com/imr/ngspice.git" - [[ngspice_jll."39.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a5c26cb0535c91b7b088de6b454458bca63c940f//N/ngspice/./bundled" - -[ngspice_jll."39.3.0+1"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."39.3.0+1".sources]] - hash = "f73d3b20a07cd206db8d7c7dd8679e6eecb02391" - repo = "https://github.com/imr/ngspice.git" - [[ngspice_jll."39.3.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4f8503cac26647df9e0b85f9dfd5539a0dc4fc3b//N/ngspice/./bundled" - -[ngspice_jll."41.0.0+0"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."41.0.0+0".sources]] - hash = "2275fb85da31a8c802ebf9730935c8c00d6cdea0" - repo = "https://github.com/imr/ngspice.git" - [[ngspice_jll."41.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2b6792eeca9c7032ec5260ce2269865b7d7ad299//N/ngspice/./bundled" - -[ngspice_jll."41.0.0+1"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."41.0.0+1".sources]] - hash = "2275fb85da31a8c802ebf9730935c8c00d6cdea0" - repo = "https://github.com/imr/ngspice.git" - [[ngspice_jll."41.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/572d607763de8c48c26cb425d539bfa3e8656784//N/ngspice/./bundled" - -[ngspice_jll."41.0.0+2"] -executables = ["ngspice"] -libraries = ["libngspice"] - - [[ngspice_jll."41.0.0+2".sources]] - hash = "2275fb85da31a8c802ebf9730935c8c00d6cdea0" - repo = "https://github.com/imr/ngspice.git" - [[ngspice_jll."41.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/55e027c6fd4e9173880ca7b2158411a211479f39//N/ngspice/./bundled" - -[nlcglib_jll."1.0.2+0"] -libraries = ["libnlcglib"] - - [[nlcglib_jll."1.0.2+0".build_dependencies]] - name = "nlohmann_json_jll" - target = "target" - version = "*" - - [[nlcglib_jll."1.0.2+0".sources]] - hash = "de851f03b403f33cbe0bae8aac013194f8de3ff4" - repo = "https://github.com/simonpintarelli/nlcglib/" - -[nlcglib_jll."1.1.0+0"] -libraries = ["libnlcglib"] - - [[nlcglib_jll."1.1.0+0".build_dependencies]] - name = "nlohmann_json_jll" - target = "target" - version = "*" - - [[nlcglib_jll."1.1.0+0".sources]] - hash = "674039fd2b131ce12d46d105b437265419999197" - repo = "https://github.com/simonpintarelli/nlcglib/" - -[nlminb_jll."0.1.0+0"] -libraries = ["libnlminb"] - - [[nlminb_jll."0.1.0+0".sources]] - hash = "6b2d460b866911e8bfca32b1217c08fb78c3111f" - repo = "https://github.com/geo-julia/nlminb.f.git" - -[nlminb_jll."0.1.1+0"] -libraries = ["libnlminb"] - - [[nlminb_jll."0.1.1+0".sources]] - hash = "4d8d42e4b03629cacf4d7531b4d496f44261d18f" - repo = "https://github.com/eco-hydro/nlminb.f.git" - -[nlohmann_json_jll."3.11.3+0"] -files = ["include/nlohmann/json.hpp"] - - [[nlohmann_json_jll."3.11.3+0".sources]] - hash = "9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03" - repo = "https://github.com/nlohmann/json/" - -[nlohmann_json_jll."3.12.0+0"] -files = ["include/nlohmann/json.hpp"] - - [[nlohmann_json_jll."3.12.0+0".sources]] - hash = "55f93686c01528224f448c19128836e7df245f72" - repo = "https://github.com/nlohmann/json/" - -[nng_jll."1.0.0+0"] -libraries = ["libnng"] - - [[nng_jll."1.0.0+0".sources]] - hash = "169221da8d53b2ca4fda76f894bee8505887a7c6" - repo = "https://github.com/nanomsg/nng.git" - -[normaliz_jll."3.8.4+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."3.8.4+0".sources]] - hash = "80d21ebaf1a2d472ccdc1e1b2e42b4d71f45f3b8df4d7195ff83edf38f8945c8" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.8.4/normaliz-3.8.4.tar.gz" - -[normaliz_jll."3.8.5+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."3.8.5+0".sources]] - hash = "cf4fdaaa6ffcd8d268b1f16dd4b64cf86f1eab55177e611f8ef672e7365435a0" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.8.5/normaliz-3.8.5.tar.gz" - -[normaliz_jll."3.8.5+1"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."3.8.5+1".sources]] - hash = "cf4fdaaa6ffcd8d268b1f16dd4b64cf86f1eab55177e611f8ef672e7365435a0" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.8.5/normaliz-3.8.5.tar.gz" - -[normaliz_jll."3.8.5+2"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."3.8.5+2".build_dependencies]] - name = "MPFR_jll" - target = "target" - version = "4.0.2" - - [[normaliz_jll."3.8.5+2".sources]] - hash = "cf4fdaaa6ffcd8d268b1f16dd4b64cf86f1eab55177e611f8ef672e7365435a0" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.8.5/normaliz-3.8.5.tar.gz" - -[normaliz_jll."300.800.900+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.800.900+0".sources]] - hash = "a4c3eda39ffe42120adfd3bda9433b01d9965516e3f98e401b62752a54bee5dd" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.8.9/normaliz-3.8.9.tar.gz" - -[normaliz_jll."300.800.901+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.800.901+0".sources]] - hash = "a4c3eda39ffe42120adfd3bda9433b01d9965516e3f98e401b62752a54bee5dd" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.8.9/normaliz-3.8.9.tar.gz" - -[normaliz_jll."300.900.0+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.900.0+0".sources]] - hash = "d90a2636745a858b5d59953daed1cc8d14abbf7d745f03d3af3e4726ae1759fe" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.9.0/normaliz-3.9.0.tar.gz" - -[normaliz_jll."300.900.100+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.900.100+0".sources]] - hash = "ad5dbecc3ca3991bcd7b18774ebe2b68dae12ccca33c813ab29891beb85daa20" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.9.1/normaliz-3.9.1.tar.gz" - -[normaliz_jll."300.900.300+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.900.300+0".sources]] - hash = "0288f410428a0eebe10d2ed6795c8906712848c7ae5966442ce164adc2429657" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.9.3/normaliz-3.9.3.tar.gz" - -[normaliz_jll."300.900.301+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.900.301+0".sources]] - hash = "0288f410428a0eebe10d2ed6795c8906712848c7ae5966442ce164adc2429657" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.9.3/normaliz-3.9.3.tar.gz" - -[normaliz_jll."300.1000.150+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.1000.150+0".sources]] - hash = "2574138e27363721811112e811b4e612cd3f184a" - repo = "https://github.com/Normaliz/Normaliz.git" - [[normaliz_jll."300.1000.150+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1a22f3c1bed73d3f341010ab7f97d0669a523988//N/normaliz/./bundled" - -[normaliz_jll."300.1000.200+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.1000.200+0".sources]] - hash = "3bc242209e82488886eada17006e372fd89aa032" - repo = "https://github.com/Normaliz/Normaliz.git" - -[normaliz_jll."300.1000.201+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.1000.201+0".sources]] - hash = "3bc242209e82488886eada17006e372fd89aa032" - repo = "https://github.com/Normaliz/Normaliz.git" - -[normaliz_jll."300.1001.500+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.1001.500+0".sources]] - hash = "58492cfbfebb2ee5702969a03c3c73a2cebcbca2262823416ca36e7b77356a44" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.10.5/normaliz-3.10.5.tar.gz" - -[normaliz_jll."300.1001.501+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.1001.501+0".sources]] - hash = "58492cfbfebb2ee5702969a03c3c73a2cebcbca2262823416ca36e7b77356a44" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.10.5/normaliz-3.10.5.tar.gz" - -[normaliz_jll."300.1001.502+0"] -executables = ["normaliz"] -libraries = ["libnormaliz"] - - [[normaliz_jll."300.1001.502+0".sources]] - hash = "58492cfbfebb2ee5702969a03c3c73a2cebcbca2262823416ca36e7b77356a44" - url = "https://github.com/Normaliz/Normaliz/releases/download/v3.10.5/normaliz-3.10.5.tar.gz" - -[ntl_jll."11.4.3+0"] -libraries = ["libntl"] - - [[ntl_jll."11.4.3+0".sources]] - hash = "b7c1ccdc64840e6a24351eb4a1e68887d29974f03073a1941c906562c0b83ad2" - url = "https://www.shoup.net/ntl/ntl-11.4.3.tar.gz" - -[ntl_jll."11.5.1+0"] -libraries = ["libntl"] - - [[ntl_jll."11.5.1+0".sources]] - hash = "210d06c31306cbc6eaf6814453c56c776d9d8e8df36d74eb306f6a523d1c6a8a" - url = "https://www.shoup.net/ntl/ntl-11.5.1.tar.gz" - -[nv_codec_headers_jll."10.0.26+0"] -files = ["include/ffnvcodec/dynlink_cuda.h", "include/ffnvcodec/dynlink_cuviddec.h", "include/ffnvcodec/dynlink_loader.h", "include/ffnvcodec/dynlink_nvcuvid.h", "include/ffnvcodec/nvEncodeAPI.h"] - - [[nv_codec_headers_jll."10.0.26+0".sources]] - hash = "2552723fef0adbed1c327e9cca167226b35d8a5d17fb86c753b71d70b26f141c" - url = "https://github.com/FFmpeg/nv-codec-headers/releases/download/n10.0.26.0/nv-codec-headers-10.0.26.0.tar.gz" - -[nv_codec_headers_jll."10.0.26+1"] -files = ["include/ffnvcodec/dynlink_cuda.h", "include/ffnvcodec/dynlink_cuviddec.h", "include/ffnvcodec/dynlink_loader.h", "include/ffnvcodec/dynlink_nvcuvid.h", "include/ffnvcodec/nvEncodeAPI.h"] - - [[nv_codec_headers_jll."10.0.26+1".sources]] - hash = "2552723fef0adbed1c327e9cca167226b35d8a5d17fb86c753b71d70b26f141c" - url = "https://github.com/FFmpeg/nv-codec-headers/releases/download/n10.0.26.0/nv-codec-headers-10.0.26.0.tar.gz" - -[object_store_ffi_jll."0.1.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.1.0+0".sources]] - hash = "7c2c08524a548acee35ccd3e40166b0e0efcb37c" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.2.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.2.0+0".sources]] - hash = "f3690b231245591f8d5b8caa05d85540a5f540c7" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.3.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.3.0+0".sources]] - hash = "12fbfdf6ffd8672d043d14bfa693d36cb2c283fe" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.4.1+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.4.1+0".sources]] - hash = "7c12aaba665a6a498ca655c7d41cbe44bfecff7e" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.4.2+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.4.2+0".sources]] - hash = "567d7762e9f9c3efd0a39b1ac531f4012dfb7151" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.5.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.5.0+0".sources]] - hash = "d2ad7b8ab6a9641ff399896231a9f1b16d192df9" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.5.1+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.5.1+0".sources]] - hash = "991142de37e8b9d68309c2fcdc29efdb6ce7d864" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.5.3+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.5.3+0".sources]] - hash = "f43c479097dbb00d66ac96c546e556ee974f5fb8" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.6.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.6.0+0".sources]] - hash = "ad20145c7580fd51630fc6730dd07a7129811ce2" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.6.2+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.6.2+0".sources]] - hash = "c8d365d448d289ce4574c9d874b0da0bf9fd1c2d" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.6.3+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.6.3+0".sources]] - hash = "8150b9e90fc4439ee7c7038cf1a40251a446bbf7" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.6.4+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.6.4+0".sources]] - hash = "e240a7280fb3360dd5b04fd8cac5204e7066fbf9" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.6.5+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.6.5+0".sources]] - hash = "5dc276da44b54c00598d61a2f71b5765e1e7b65e" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.7.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.7.0+0".sources]] - hash = "58623860cfec49fa44f87b7d624e4dbd178f997a" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.8.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.8.0+0".sources]] - hash = "05fd11411ae1c6540d163739324459ea1fb7a848" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.8.1+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.8.1+0".sources]] - hash = "8ab05166d5ecd5ee6c25d602483f35a458d4b19a" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.8.2+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.8.2+0".sources]] - hash = "f1ce3d603c34159ac80d363433d65711ccac16dd" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.9.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.9.0+0".sources]] - hash = "924ac1d7a8b208a13af9ae5d8e46338fdf6e8cd6" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.9.1+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.9.1+0".sources]] - hash = "ce59ca5e7d0358eda8694117b631d09f56ecb60f" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.10.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.10.0+0".sources]] - hash = "164c7acafbd456b9162de3effb6ae62d010231b8" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.10.1+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.10.1+0".sources]] - hash = "8204825c98816c7f1cbfe45b79499800f2f8c9b3" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.11.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.11.0+0".sources]] - hash = "76c00880684ff600ab439c02225aa1fbdae70fdf" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.11.1+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.11.1+0".sources]] - hash = "5e48e67b09de61ed6214dec893026c492ffd30e6" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.12.0+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.12.0+0".sources]] - hash = "6580c337099b8a3b95804301347a309d4f5be1f6" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.12.2+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.12.2+0".sources]] - hash = "86f21007b929fce07107ed017e7b9781eb5675dd" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[object_store_ffi_jll."0.12.3+0"] -libraries = ["libobject_store_ffi"] - - [[object_store_ffi_jll."0.12.3+0".sources]] - hash = "69f17954a602bf0f7dd05f2bae46585e61975f5e" - repo = "https://github.com/RelationalAI/object_store_ffi.git" - -[obstack_jll."1.1.0+0"] -libraries = ["libobstack"] - - [[obstack_jll."1.1.0+0".sources]] - hash = "52a216613e7d55e8725e43d017bb2d49a4b1ffa1e06da472f03c7f9875df7d0d" - url = "https://github.com/pullmoll/musl-obstack/archive/v1.1.tar.gz" - -[obstack_jll."1.2.2+0"] -libraries = ["libobstack"] - - [[obstack_jll."1.2.2+0".sources]] - hash = "d0493f4726835a08c5a145bce42b61a65847c6a9" - repo = "https://github.com/void-linux/musl-obstack.git" - -[obstack_jll."1.2.3+0"] -libraries = ["libobstack"] - - [[obstack_jll."1.2.3+0".sources]] - hash = "f4385255be1615688c6a5f042277304d7ab288b1" - repo = "https://github.com/void-linux/musl-obstack.git" - -[ocl_icd_jll."2.3.2+0"] -files = ["include/ocl_icd.h"] -libraries = ["libOpenCL", "OpenCL"] - - [[ocl_icd_jll."2.3.2+0".sources]] - hash = "fdde6677b21329432db8b481e2637cd10f7d3cb2" - repo = "https://github.com/OCL-dev/ocl-icd.git" - [[ocl_icd_jll."2.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/dff058f3048815b8deb61e336ff656151a5e8618//O/ocl_icd/./bundled" - -[odrpack_jll."2.0.3+0"] -libraries = ["libodrpack95"] - - [[odrpack_jll."2.0.3+0".sources]] - hash = "6f5d1ff1541c29a6978eabaf60975ed5a8c68943" - repo = "https://github.com/HugoMVale/odrpack95.git" - -[odrpack_jll."2.1.0+0"] -libraries = ["libodrpack95"] - - [[odrpack_jll."2.1.0+0".sources]] - hash = "89f4b1432da8bf316faf8628b4fb2f9ad6499b6a" - repo = "https://github.com/HugoMVale/odrpack95.git" - -[odrpack_jll."3.0.1+0"] -libraries = ["libodrpack95"] - - [[odrpack_jll."3.0.1+0".sources]] - hash = "22d3c785fee429febb9c1905ddfcca33a95cdc66" - repo = "https://github.com/HugoMVale/odrpack95.git" - -[oneAPI_Level_Zero_Headers_jll."1.0.0+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.0.0+0".sources]] - hash = "fcc7b7aceacf3cbfabaf3c0952ae0cc02d083592" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.0.4+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.0.4+0".sources]] - hash = "35bf3a9ad5375adae2c34864d8fc1a1f43f7d121" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.0.4+1"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.0.4+1".sources]] - hash = "7281f67ebdec5b2ae93059bff64829fb42e01a7e" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.1.2+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.1.2+0".sources]] - hash = "0d30b1fa712253c68bfdfa3863d380df4301b8a4" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.1.2+1"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.1.2+1".sources]] - hash = "bb89202bfd8c5e05b54d16fc8d9ad9e6c7142a09" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.2.13+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.2.13+0".sources]] - hash = "551dd5810a3cea7a7e26ac4441da31878e804b53" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.2.43+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.2.43+0".sources]] - hash = "556cbac1a2adce87ff28c32813f23543700d95f2" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.3.7+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.3.7+0".sources]] - hash = "78f08cc338d70ac60a8f61084ad194fa0dbc90b0" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.3.7+1"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.3.7+1".sources]] - hash = "bb7fff05b801e26c3d7858e03e509d1089914d59" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.4.0+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.4.0+0".sources]] - hash = "108c4ded66ee9bcd225358e723fe9173c15171d3" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.4.8+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.4.8+0".sources]] - hash = "474188ae004a5c76953a829477997bc341e70d48" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.5.8+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.5.8+0".sources]] - hash = "4ed13f327d3389285592edcf7598ec3cb2bc712e" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.6.3+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.6.3+0".sources]] - hash = "f35123bead54a471a7e5f3bf8d439a4a44527d8e" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.7.0+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.7.0+0".sources]] - hash = "11c3649a05cf346157bbc6d93a330c33bb7ff7f4" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.9.1+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.9.1+0".sources]] - hash = "ac99dbfb937f0715171eb39f83b5fadf20474b68" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.9.2+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.9.2+0".sources]] - hash = "3c1a820f2476c5ac1eb7dd8a18f3a77a53206c41" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.9.2+1"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.9.2+1".sources]] - hash = "fd459f28041c176df23a0b7b791ff20a7689d237" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.9.3+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.9.3+0".sources]] - hash = "895108f4893d8db23467d76bf89e64e91d9e9555" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Headers_jll."1.13.0+0"] -files = ["include/level_zero/ze_api.h"] - - [[oneAPI_Level_Zero_Headers_jll."1.13.0+0".sources]] - hash = "e3b6efdd91d67bb03024b266094afabd39e213bf" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.0.0+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.0.0+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.0.0+0".sources]] - hash = "fcc7b7aceacf3cbfabaf3c0952ae0cc02d083592" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.0.13+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.0.13+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.0.13+0".sources]] - hash = "35bf3a9ad5375adae2c34864d8fc1a1f43f7d121" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.0.16+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.0.16+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.0.16+0".sources]] - hash = "7281f67ebdec5b2ae93059bff64829fb42e01a7e" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.2.3+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.2.3+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.2.3+0".sources]] - hash = "0d30b1fa712253c68bfdfa3863d380df4301b8a4" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.3.6+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.3.6+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.3.6+0".sources]] - hash = "bb89202bfd8c5e05b54d16fc8d9ad9e6c7142a09" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.4.1+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.4.1+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.4.1+0".sources]] - hash = "551dd5810a3cea7a7e26ac4441da31878e804b53" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.5.0+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.5.0+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.5.0+0".sources]] - hash = "556cbac1a2adce87ff28c32813f23543700d95f2" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.7.9+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.7.9+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.7.9+0".sources]] - hash = "78f08cc338d70ac60a8f61084ad194fa0dbc90b0" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.7.9+1"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.7.9+1".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.7.9+1".sources]] - hash = "78f08cc338d70ac60a8f61084ad194fa0dbc90b0" - repo = "https://github.com/oneapi-src/level-zero.git" - [[oneAPI_Level_Zero_Loader_jll."1.7.9+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/59b91eb7767f2dcb17a0cad316371f78ccb916b6//O/oneAPI_Level_Zero/oneAPI_Level_Zero_Loader/./bundled" - -[oneAPI_Level_Zero_Loader_jll."1.7.15+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.7.15+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.7.15+0".sources]] - hash = "bb7fff05b801e26c3d7858e03e509d1089914d59" - repo = "https://github.com/oneapi-src/level-zero.git" - [[oneAPI_Level_Zero_Loader_jll."1.7.15+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e3e07700c777862472da33ab6b65ea0f87aff0e5//O/oneAPI_Level_Zero/oneAPI_Level_Zero_Loader/./bundled" - -[oneAPI_Level_Zero_Loader_jll."1.8.1+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.8.1+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.8.1+0".sources]] - hash = "108c4ded66ee9bcd225358e723fe9173c15171d3" - repo = "https://github.com/oneapi-src/level-zero.git" - [[oneAPI_Level_Zero_Loader_jll."1.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c90fbec9bb5c2e15e959c804bb36d330cd68e915//O/oneAPI_Level_Zero/oneAPI_Level_Zero_Loader/./bundled" - -[oneAPI_Level_Zero_Loader_jll."1.8.1+1"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.8.1+1".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.8.1+1".sources]] - hash = "108c4ded66ee9bcd225358e723fe9173c15171d3" - repo = "https://github.com/oneapi-src/level-zero.git" - [[oneAPI_Level_Zero_Loader_jll."1.8.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9d27ac6916c9613af18c4d8036a9839fdcf6d1a9//O/oneAPI_Level_Zero/oneAPI_Level_Zero_Loader/./bundled" - -[oneAPI_Level_Zero_Loader_jll."1.8.5+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.8.5+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.8.5+0".sources]] - hash = "474188ae004a5c76953a829477997bc341e70d48" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.8.8+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.8.8+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.8.8+0".sources]] - hash = "32c4431d731bc2ba7b5b88b32335063efa65e076" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.8.12+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.8.12+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.8.12+0".sources]] - hash = "23641699b9e2a68f61e6f12a61a27d1f1ef54570" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.9.4+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.9.4+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.9.4+0".sources]] - hash = "4ed13f327d3389285592edcf7598ec3cb2bc712e" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.11.0+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.11.0+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.11.0+0".sources]] - hash = "f35123bead54a471a7e5f3bf8d439a4a44527d8e" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.13.1+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.13.1+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.13.1+0".sources]] - hash = "11c3649a05cf346157bbc6d93a330c33bb7ff7f4" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.16.1+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.16.1+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.16.1+0".sources]] - hash = "ac99dbfb937f0715171eb39f83b5fadf20474b68" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.16.11+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.16.11+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.16.11+0".sources]] - hash = "3c1a820f2476c5ac1eb7dd8a18f3a77a53206c41" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.16.11+1"] -libraries = ["libze_loader", "libze_tracing_layer", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.16.11+1".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.16.11+1".sources]] - hash = "3c1a820f2476c5ac1eb7dd8a18f3a77a53206c41" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.16.14+0"] -libraries = ["libze_loader", "libze_tracing_layer", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.16.14+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.16.14+0".sources]] - hash = "0765f88f93ca39e8d8056aabab18c78de9d50cd4" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.17.6+0"] -libraries = ["libze_loader", "libze_tracing_layer", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.17.6+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.17.6+0".sources]] - hash = "fd459f28041c176df23a0b7b791ff20a7689d237" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.17.42+0"] -libraries = ["libze_loader", "libze_tracing_layer", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.17.42+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.17.42+0".sources]] - hash = "895108f4893d8db23467d76bf89e64e91d9e9555" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_Loader_jll."1.22.4+0"] -libraries = ["libze_loader", "libze_tracing_layer", "libze_validation_layer"] - - [[oneAPI_Level_Zero_Loader_jll."1.22.4+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_Loader_jll."1.22.4+0".sources]] - hash = "e3b6efdd91d67bb03024b266094afabd39e213bf" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_jll."0.91.10+0"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_jll."0.91.10+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_jll."0.91.10+0".sources]] - hash = "ebb363e938a279cf866cb93d28e31aaf0791ea19" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_jll."0.91.10+1"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_jll."0.91.10+1".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_jll."0.91.10+1".sources]] - hash = "ebb363e938a279cf866cb93d28e31aaf0791ea19" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Level_Zero_jll."0.91.10+2"] -libraries = ["libze_loader", "libze_validation_layer"] - - [[oneAPI_Level_Zero_jll."0.91.10+2".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Level_Zero_jll."0.91.10+2".sources]] - hash = "ebb363e938a279cf866cb93d28e31aaf0791ea19" - repo = "https://github.com/oneapi-src/level-zero.git" - -[oneAPI_Support_Headers_jll."2023.0.0+0"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2023.0.0+0".sources]] - hash = "4a53862549650dc5950884cf676a02d0a3334205419c0449eba3b375038b44c7" - url = "https://anaconda.org/intel/mkl-devel-dpcpp/2023.0.0/download/linux-64/mkl-devel-dpcpp-2023.0.0-intel_25398.tar.bz2" - -[oneAPI_Support_Headers_jll."2023.2.0+0"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2023.2.0+0".sources]] - hash = "b9a3ab2d78f7b99a58f77891f61786bc1ca90e2deb4127185b0cb96ab366dcbe" - url = "https://anaconda.org/intel/mkl-devel-dpcpp/2023.2.0/download/linux-64/mkl-devel-dpcpp-2023.2.0-intel_49495.tar.bz2" - -[oneAPI_Support_Headers_jll."2024.0.0+0"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2024.0.0+0".sources]] - hash = "ba52047546ced5a6b2060dd6c59384af1ab9aefaa47fdc202fbbde2d07602658" - url = "https://anaconda.org/intel/mkl-devel-dpcpp/2024.0.0/download/linux-64/mkl-devel-dpcpp-2024.0.0-intel_49656.tar.bz2" - -[oneAPI_Support_Headers_jll."2024.0.0+1"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2024.0.0+1".sources]] - hash = "ba52047546ced5a6b2060dd6c59384af1ab9aefaa47fdc202fbbde2d07602658" - url = "https://anaconda.org/intel/mkl-devel-dpcpp/2024.0.0/download/linux-64/mkl-devel-dpcpp-2024.0.0-intel_49656.tar.bz2" - -[oneAPI_Support_Headers_jll."2024.1.0+0"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2024.1.0+0".sources]] - hash = "abae8c0903e438bce8acfdf2b790d10863669490a87f19a908942268d5fabc82" - url = "https://anaconda.org/intel/mkl-devel-dpcpp/2024.1.0/download/linux-64/mkl-devel-dpcpp-2024.1.0-intel_691.tar.bz2" - -[oneAPI_Support_Headers_jll."2024.2.0+0"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2024.2.0+0".sources]] - hash = "82a403a7ae930e9ace33472fa9f0b7652f292f106d2d290668643d57207783d1" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.2.0-intel_663.tar.bz2" - -[oneAPI_Support_Headers_jll."2024.2.1+0"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2024.2.1+0".sources]] - hash = "abb784cc37c2bb9d05daa4271ad9ee917eecb9a907c8706230fed162f820d11e" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-dpcpp-2024.2.1-intel_103.tar.bz2" - -[oneAPI_Support_Headers_jll."2025.0.0+0"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2025.0.0+0".sources]] - hash = "149c3d52dcc7db2d30329e686f721dc3addc017ba19034b7517c9d287f29f7d6" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-dpcpp-2025.0.0-intel_939.tar.bz2" - -[oneAPI_Support_Headers_jll."2025.1.0+0"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2025.1.0+0".sources]] - hash = "92adbc773739a247b596844e8b6b2ec34adb3bb6e6de01e0889994cafd7ca5a9" - url = "https://files.pythonhosted.org/packages/44/5c/7bfaa300e5cdc6e50328c8e85f703a852a681db92c26aa31ee33ade51fd2/mkl_devel_dpcpp-2025.1.0-py2.py3-none-manylinux_2_28_x86_64.whl" - -[oneAPI_Support_Headers_jll."2025.2.0+0"] -files = ["include/oneapi/mkl.hpp"] - - [[oneAPI_Support_Headers_jll."2025.2.0+0".sources]] - hash = "4e995c02e5f43265aa830a06e538b2e5ada76b7c2785c26b788d6073ba605b0f" - url = "https://files.pythonhosted.org/packages/67/60/183badc2d807be1abb95a20315e84a2075cb44a1d1ede104d42cb1ed3092/onemkl_sycl_include-2025.2.0-py2.py3-none-manylinux_2_28_x86_64.whl" - -[oneAPI_Support_jll."0.1.0+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.1.0+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "c9f21108139d0b186e83f183aacc4df9a65b895a" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "1472da83f109dbead10835e49d204035272b9727eb71863e5a64688e13e6bacf" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "4ff8f0a0c482aa6ffeb419fe9d0d38a697d2db8d86e65ca499f47d5d68747436" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "96a13c1fb673bcb0b6b0ddb6c436312113292d7ea21a55395a7efa34e70af0b1" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "b81f4838a930d08edec2aab4d3eebd89ce3b321ca602792bcc9433926836da07" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "8c86ea88d46cb13b3b537203e15fc6e6ec2d803b7bd0bde8561d347b18ba426e" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "fd3b6a0e75f06b1bf22b070a7b61b09d2a3e9d9e01a64b60b746b35f45681acb" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "f4086002b4d5699dea78659777e412ef6c6ea2fa1d3984d135848f0b75144b81" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "498dc37ce1bd513f591b633565151c4de8f11a12914814f2bf85afebbd35ee23" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "31c225ce08d3dc129f0881e5d36a1ef0ba8dc9fdc0e168397c2ac144d5f0bf54" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "4e014e6ac31e8961f09c937b66f53d2c0d75f074f39abfa9f378f4659ed2ecbb" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "25e38a5466245ce289c77a4bb1c38d26d3a4ec762b0207f6f03af361a3529322" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "79af3aa775168128054d8e2cb04717fea55b1779885d3472286106e1f24d0fc4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.0+0".sources]] - hash = "704e658a9b25a200f8035f3d0a8f2e094736496a2169f87609f1cfed2e2eb0a9" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2022.1.0-intel_223.tar.bz2" - -[oneAPI_Support_jll."0.1.0+1"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.1.0+1".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "c9f21108139d0b186e83f183aacc4df9a65b895a" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "1472da83f109dbead10835e49d204035272b9727eb71863e5a64688e13e6bacf" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "4ff8f0a0c482aa6ffeb419fe9d0d38a697d2db8d86e65ca499f47d5d68747436" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "96a13c1fb673bcb0b6b0ddb6c436312113292d7ea21a55395a7efa34e70af0b1" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "b81f4838a930d08edec2aab4d3eebd89ce3b321ca602792bcc9433926836da07" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "8c86ea88d46cb13b3b537203e15fc6e6ec2d803b7bd0bde8561d347b18ba426e" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "fd3b6a0e75f06b1bf22b070a7b61b09d2a3e9d9e01a64b60b746b35f45681acb" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "f4086002b4d5699dea78659777e412ef6c6ea2fa1d3984d135848f0b75144b81" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "498dc37ce1bd513f591b633565151c4de8f11a12914814f2bf85afebbd35ee23" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "31c225ce08d3dc129f0881e5d36a1ef0ba8dc9fdc0e168397c2ac144d5f0bf54" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "4e014e6ac31e8961f09c937b66f53d2c0d75f074f39abfa9f378f4659ed2ecbb" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "25e38a5466245ce289c77a4bb1c38d26d3a4ec762b0207f6f03af361a3529322" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "79af3aa775168128054d8e2cb04717fea55b1779885d3472286106e1f24d0fc4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.0+1".sources]] - hash = "704e658a9b25a200f8035f3d0a8f2e094736496a2169f87609f1cfed2e2eb0a9" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2022.1.0-intel_223.tar.bz2" - -[oneAPI_Support_jll."0.1.1+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.1.1+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "ece82839d6c898b4dbc54e794cdbe93542c27ac5" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "1472da83f109dbead10835e49d204035272b9727eb71863e5a64688e13e6bacf" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "4ff8f0a0c482aa6ffeb419fe9d0d38a697d2db8d86e65ca499f47d5d68747436" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "96a13c1fb673bcb0b6b0ddb6c436312113292d7ea21a55395a7efa34e70af0b1" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "b81f4838a930d08edec2aab4d3eebd89ce3b321ca602792bcc9433926836da07" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "8c86ea88d46cb13b3b537203e15fc6e6ec2d803b7bd0bde8561d347b18ba426e" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "fd3b6a0e75f06b1bf22b070a7b61b09d2a3e9d9e01a64b60b746b35f45681acb" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "f4086002b4d5699dea78659777e412ef6c6ea2fa1d3984d135848f0b75144b81" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "498dc37ce1bd513f591b633565151c4de8f11a12914814f2bf85afebbd35ee23" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2022.1.0-intel_3768.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "31c225ce08d3dc129f0881e5d36a1ef0ba8dc9fdc0e168397c2ac144d5f0bf54" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "4e014e6ac31e8961f09c937b66f53d2c0d75f074f39abfa9f378f4659ed2ecbb" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "25e38a5466245ce289c77a4bb1c38d26d3a4ec762b0207f6f03af361a3529322" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "79af3aa775168128054d8e2cb04717fea55b1779885d3472286106e1f24d0fc4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2022.1.0-intel_223.tar.bz2" - [[oneAPI_Support_jll."0.1.1+0".sources]] - hash = "704e658a9b25a200f8035f3d0a8f2e094736496a2169f87609f1cfed2e2eb0a9" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2022.1.0-intel_223.tar.bz2" - -[oneAPI_Support_jll."0.2.0+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.2.0+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "ebc7377eac45170066917dba037e0e12355eb83a" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "8aa30359fd1c0939cdcf0c36fa76e2fb07c8384a1f51acc2ccd563289c845010" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "e4d53ac4000f4a3774d1860561ba1305791b7254173e8b0057845aedc1a3aa99" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "b271aff70c99acc24f3ffccef4c246a943541dac98059c824a2f0f8b1c68df49" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "189ec80a95810ca2d2f4d8659792d7cc662872b0aa5dabb1d803e684eca1f072" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "10ae52d6480ce511b1b345391d2246140ba92e3f34c9fb2fdb72b88a6f2d0f66" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "f3d4270cd182efd8c795c669d6fb95b046172acacf003921bd7baef70d595540" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "6f236af7c3c6e1b6026052b60799089f49548cdcd2abdaf56b2c335df0d7ab20" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "0eae400bf40e9c5d6cddf1750ce223602fa773864fdb05a794f78b07b97c54e3" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "b7ccc9f8a5d1c6c41a1a13fce3a7af4226f1382920765284d5d64ba6f86db53d" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "d9c314768a67966c9cb6258653557daaa4bc42037a18f39ab7dd04cb3961f857" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "4a53862549650dc5950884cf676a02d0a3334205419c0449eba3b375038b44c7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "d8029d7636f10e60bc66e93848561bb986df40c621b659a8e9346fdb24cb6851" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.0+0".sources]] - hash = "ac06e55127ab6389d516fb07665862a315ae6dfc1331ee6e8248ce19a26cd7fd" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2023.0.0-intel_25398.tar.bz2" - -[oneAPI_Support_jll."0.2.1+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.2.1+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "afff23e1f3e86c3cd5691cdc6619aa33b0e9b516" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "8aa30359fd1c0939cdcf0c36fa76e2fb07c8384a1f51acc2ccd563289c845010" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "e4d53ac4000f4a3774d1860561ba1305791b7254173e8b0057845aedc1a3aa99" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "b271aff70c99acc24f3ffccef4c246a943541dac98059c824a2f0f8b1c68df49" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "189ec80a95810ca2d2f4d8659792d7cc662872b0aa5dabb1d803e684eca1f072" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "10ae52d6480ce511b1b345391d2246140ba92e3f34c9fb2fdb72b88a6f2d0f66" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "f3d4270cd182efd8c795c669d6fb95b046172acacf003921bd7baef70d595540" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "6f236af7c3c6e1b6026052b60799089f49548cdcd2abdaf56b2c335df0d7ab20" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "0eae400bf40e9c5d6cddf1750ce223602fa773864fdb05a794f78b07b97c54e3" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "b7ccc9f8a5d1c6c41a1a13fce3a7af4226f1382920765284d5d64ba6f86db53d" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "d9c314768a67966c9cb6258653557daaa4bc42037a18f39ab7dd04cb3961f857" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "4a53862549650dc5950884cf676a02d0a3334205419c0449eba3b375038b44c7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "d8029d7636f10e60bc66e93848561bb986df40c621b659a8e9346fdb24cb6851" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.1+0".sources]] - hash = "ac06e55127ab6389d516fb07665862a315ae6dfc1331ee6e8248ce19a26cd7fd" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2023.0.0-intel_25398.tar.bz2" - -[oneAPI_Support_jll."0.2.2+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.2.2+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "ab65719ed81a1237ef7afc7b3a0afb36bd9f3c36" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "8aa30359fd1c0939cdcf0c36fa76e2fb07c8384a1f51acc2ccd563289c845010" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "e4d53ac4000f4a3774d1860561ba1305791b7254173e8b0057845aedc1a3aa99" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "b271aff70c99acc24f3ffccef4c246a943541dac98059c824a2f0f8b1c68df49" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "189ec80a95810ca2d2f4d8659792d7cc662872b0aa5dabb1d803e684eca1f072" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "10ae52d6480ce511b1b345391d2246140ba92e3f34c9fb2fdb72b88a6f2d0f66" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "f3d4270cd182efd8c795c669d6fb95b046172acacf003921bd7baef70d595540" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "6f236af7c3c6e1b6026052b60799089f49548cdcd2abdaf56b2c335df0d7ab20" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "0eae400bf40e9c5d6cddf1750ce223602fa773864fdb05a794f78b07b97c54e3" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2023.0.0-intel_25370.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "b7ccc9f8a5d1c6c41a1a13fce3a7af4226f1382920765284d5d64ba6f86db53d" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "d9c314768a67966c9cb6258653557daaa4bc42037a18f39ab7dd04cb3961f857" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "4a53862549650dc5950884cf676a02d0a3334205419c0449eba3b375038b44c7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "d8029d7636f10e60bc66e93848561bb986df40c621b659a8e9346fdb24cb6851" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2023.0.0-intel_25398.tar.bz2" - [[oneAPI_Support_jll."0.2.2+0".sources]] - hash = "ac06e55127ab6389d516fb07665862a315ae6dfc1331ee6e8248ce19a26cd7fd" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2023.0.0-intel_25398.tar.bz2" - -[oneAPI_Support_jll."0.3.0+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.3.0+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "b5293f160655f750165323bbb2853b4fc3af7e33" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "22b4d8754399bab5790d282066697b8cc3c2f1cbcc1f4b2d340727a6d7aa2c35" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "3790e698d3e7b65bc3ae09d9dd8a30325271e2ed4faa745d472ed4db01d0258b" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "9ab6468f7522e7b2a84e6f2b79664aea4ae4a928518c30688d1d1db1870cdc90" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "2aae241f522fa2b9af449d87faf2469cbe8c149134d8a7a809bfd7a2b4743052" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "c0e0118ef321e4f0f5a8eac7ef04872ce538122eb8db2cb875d63bbc25520fd7" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "4c9b9784ae53f47781d11d7a507fa0ce3de150769e049042f148e4e1c14fab7d" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "618506a21a5ad8ce19369c65496ea8fa3b00fef16f2e22fd335b1ebb5846bd57" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "feee49a26abc74ef0b57cfb6f521b427d6a93e7d8293d30e941b70d5fd0ab2d9" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "e02ad8cf2b0d1c18c4c0a6a06cb23ec6dc076678ab1e5bbc55876aa56f390458" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "f6c37ade3153a0a98cf1f50346af32be1b87c4c3cb09e4f7b94dcb77b4896bd7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "ba52047546ced5a6b2060dd6c59384af1ab9aefaa47fdc202fbbde2d07602658" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "90065d0dc77d5b61383418aba7f2162e89159d75da5ae2af01bccfcc406010c4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "fcbdf5d4197f18fb91fa1d9648f35a45628cc1131ff58c83dcbafe2767490571" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "fb8e20ed64ba32602173a70ef1006bec8efd3baad5e5acee79a4bdad3372ba53" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-blas-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "64908222e5b2d8f0859741bb0c1a9be57f452f284a271d9540fd8e44a814c0aa" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-lapack-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "43398954718cfcc82798126716f3b8c6d300c54f2fbf7502eccfef218ed01165" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-sparse-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "1383e8f10540d1a6cb892841d44503e765041c730562b32be7b61cff570bab3e" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-datafitting-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "2f881c965a9cecbdcc0a0361b7f1c5d07d580cc7a1fe8e9a7f461d6134006623" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-dft-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "7bd159c258184a4c74dae84e666538d233b6bfedc1c6413a0c9cfcc42934c194" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-rng-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "5ee1eb1fde278e5e98bc58c53137602c3c939a9a593cd7729c15440ee3196ece" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-stats-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.0+0".sources]] - hash = "2d65f55ddc91d334abfb8e119303046e22d5b7070ad522a3d8a8681b1bd9cf26" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-vm-2024.0.0-intel_49656.tar.bz2" - -[oneAPI_Support_jll."0.3.1+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.3.1+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "bb223adba38965256c09b035bbfdc2b0bc9a122c" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "22b4d8754399bab5790d282066697b8cc3c2f1cbcc1f4b2d340727a6d7aa2c35" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "3790e698d3e7b65bc3ae09d9dd8a30325271e2ed4faa745d472ed4db01d0258b" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "9ab6468f7522e7b2a84e6f2b79664aea4ae4a928518c30688d1d1db1870cdc90" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "2aae241f522fa2b9af449d87faf2469cbe8c149134d8a7a809bfd7a2b4743052" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "c0e0118ef321e4f0f5a8eac7ef04872ce538122eb8db2cb875d63bbc25520fd7" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "4c9b9784ae53f47781d11d7a507fa0ce3de150769e049042f148e4e1c14fab7d" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "618506a21a5ad8ce19369c65496ea8fa3b00fef16f2e22fd335b1ebb5846bd57" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "feee49a26abc74ef0b57cfb6f521b427d6a93e7d8293d30e941b70d5fd0ab2d9" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "e02ad8cf2b0d1c18c4c0a6a06cb23ec6dc076678ab1e5bbc55876aa56f390458" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "f6c37ade3153a0a98cf1f50346af32be1b87c4c3cb09e4f7b94dcb77b4896bd7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "ba52047546ced5a6b2060dd6c59384af1ab9aefaa47fdc202fbbde2d07602658" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "90065d0dc77d5b61383418aba7f2162e89159d75da5ae2af01bccfcc406010c4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "fcbdf5d4197f18fb91fa1d9648f35a45628cc1131ff58c83dcbafe2767490571" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "fb8e20ed64ba32602173a70ef1006bec8efd3baad5e5acee79a4bdad3372ba53" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-blas-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "64908222e5b2d8f0859741bb0c1a9be57f452f284a271d9540fd8e44a814c0aa" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-lapack-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "43398954718cfcc82798126716f3b8c6d300c54f2fbf7502eccfef218ed01165" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-sparse-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "1383e8f10540d1a6cb892841d44503e765041c730562b32be7b61cff570bab3e" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-datafitting-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "2f881c965a9cecbdcc0a0361b7f1c5d07d580cc7a1fe8e9a7f461d6134006623" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-dft-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "7bd159c258184a4c74dae84e666538d233b6bfedc1c6413a0c9cfcc42934c194" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-rng-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "5ee1eb1fde278e5e98bc58c53137602c3c939a9a593cd7729c15440ee3196ece" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-stats-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.1+0".sources]] - hash = "2d65f55ddc91d334abfb8e119303046e22d5b7070ad522a3d8a8681b1bd9cf26" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-vm-2024.0.0-intel_49656.tar.bz2" - -[oneAPI_Support_jll."0.3.2+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.3.2+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "aedfc12b88655449f52558b03ee3cf52f440a8f9" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "22b4d8754399bab5790d282066697b8cc3c2f1cbcc1f4b2d340727a6d7aa2c35" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "3790e698d3e7b65bc3ae09d9dd8a30325271e2ed4faa745d472ed4db01d0258b" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "9ab6468f7522e7b2a84e6f2b79664aea4ae4a928518c30688d1d1db1870cdc90" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "2aae241f522fa2b9af449d87faf2469cbe8c149134d8a7a809bfd7a2b4743052" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "c0e0118ef321e4f0f5a8eac7ef04872ce538122eb8db2cb875d63bbc25520fd7" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "4c9b9784ae53f47781d11d7a507fa0ce3de150769e049042f148e4e1c14fab7d" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "618506a21a5ad8ce19369c65496ea8fa3b00fef16f2e22fd335b1ebb5846bd57" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "feee49a26abc74ef0b57cfb6f521b427d6a93e7d8293d30e941b70d5fd0ab2d9" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "e02ad8cf2b0d1c18c4c0a6a06cb23ec6dc076678ab1e5bbc55876aa56f390458" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "f6c37ade3153a0a98cf1f50346af32be1b87c4c3cb09e4f7b94dcb77b4896bd7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "ba52047546ced5a6b2060dd6c59384af1ab9aefaa47fdc202fbbde2d07602658" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "90065d0dc77d5b61383418aba7f2162e89159d75da5ae2af01bccfcc406010c4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "fcbdf5d4197f18fb91fa1d9648f35a45628cc1131ff58c83dcbafe2767490571" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "fb8e20ed64ba32602173a70ef1006bec8efd3baad5e5acee79a4bdad3372ba53" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-blas-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "64908222e5b2d8f0859741bb0c1a9be57f452f284a271d9540fd8e44a814c0aa" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-lapack-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "43398954718cfcc82798126716f3b8c6d300c54f2fbf7502eccfef218ed01165" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-sparse-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "1383e8f10540d1a6cb892841d44503e765041c730562b32be7b61cff570bab3e" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-datafitting-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "2f881c965a9cecbdcc0a0361b7f1c5d07d580cc7a1fe8e9a7f461d6134006623" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-dft-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "7bd159c258184a4c74dae84e666538d233b6bfedc1c6413a0c9cfcc42934c194" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-rng-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "5ee1eb1fde278e5e98bc58c53137602c3c939a9a593cd7729c15440ee3196ece" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-stats-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.2+0".sources]] - hash = "2d65f55ddc91d334abfb8e119303046e22d5b7070ad522a3d8a8681b1bd9cf26" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-vm-2024.0.0-intel_49656.tar.bz2" - -[oneAPI_Support_jll."0.3.3+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.3.3+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "949a457e6740929662445a8fb524e45b9bf6f7fd" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "22b4d8754399bab5790d282066697b8cc3c2f1cbcc1f4b2d340727a6d7aa2c35" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "3790e698d3e7b65bc3ae09d9dd8a30325271e2ed4faa745d472ed4db01d0258b" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "9ab6468f7522e7b2a84e6f2b79664aea4ae4a928518c30688d1d1db1870cdc90" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "2aae241f522fa2b9af449d87faf2469cbe8c149134d8a7a809bfd7a2b4743052" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "c0e0118ef321e4f0f5a8eac7ef04872ce538122eb8db2cb875d63bbc25520fd7" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "4c9b9784ae53f47781d11d7a507fa0ce3de150769e049042f148e4e1c14fab7d" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "618506a21a5ad8ce19369c65496ea8fa3b00fef16f2e22fd335b1ebb5846bd57" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "feee49a26abc74ef0b57cfb6f521b427d6a93e7d8293d30e941b70d5fd0ab2d9" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "e02ad8cf2b0d1c18c4c0a6a06cb23ec6dc076678ab1e5bbc55876aa56f390458" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "f6c37ade3153a0a98cf1f50346af32be1b87c4c3cb09e4f7b94dcb77b4896bd7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "ba52047546ced5a6b2060dd6c59384af1ab9aefaa47fdc202fbbde2d07602658" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "90065d0dc77d5b61383418aba7f2162e89159d75da5ae2af01bccfcc406010c4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "fcbdf5d4197f18fb91fa1d9648f35a45628cc1131ff58c83dcbafe2767490571" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "fb8e20ed64ba32602173a70ef1006bec8efd3baad5e5acee79a4bdad3372ba53" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-blas-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "64908222e5b2d8f0859741bb0c1a9be57f452f284a271d9540fd8e44a814c0aa" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-lapack-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "43398954718cfcc82798126716f3b8c6d300c54f2fbf7502eccfef218ed01165" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-sparse-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "1383e8f10540d1a6cb892841d44503e765041c730562b32be7b61cff570bab3e" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-datafitting-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "2f881c965a9cecbdcc0a0361b7f1c5d07d580cc7a1fe8e9a7f461d6134006623" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-dft-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "7bd159c258184a4c74dae84e666538d233b6bfedc1c6413a0c9cfcc42934c194" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-rng-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "5ee1eb1fde278e5e98bc58c53137602c3c939a9a593cd7729c15440ee3196ece" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-stats-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+0".sources]] - hash = "2d65f55ddc91d334abfb8e119303046e22d5b7070ad522a3d8a8681b1bd9cf26" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-vm-2024.0.0-intel_49656.tar.bz2" - -[oneAPI_Support_jll."0.3.3+1"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.3.3+1".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "949a457e6740929662445a8fb524e45b9bf6f7fd" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "22b4d8754399bab5790d282066697b8cc3c2f1cbcc1f4b2d340727a6d7aa2c35" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "3790e698d3e7b65bc3ae09d9dd8a30325271e2ed4faa745d472ed4db01d0258b" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "9ab6468f7522e7b2a84e6f2b79664aea4ae4a928518c30688d1d1db1870cdc90" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "47db01c7d13ae938153b6339cf01f27086a19af352c3efb7e54d8e9fccade767" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2024.0.3-intel_49895.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "c0e0118ef321e4f0f5a8eac7ef04872ce538122eb8db2cb875d63bbc25520fd7" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "4c9b9784ae53f47781d11d7a507fa0ce3de150769e049042f148e4e1c14fab7d" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "618506a21a5ad8ce19369c65496ea8fa3b00fef16f2e22fd335b1ebb5846bd57" - url = "https://conda.anaconda.org/intel/linux-64/intel-opencl-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "feee49a26abc74ef0b57cfb6f521b427d6a93e7d8293d30e941b70d5fd0ab2d9" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "e02ad8cf2b0d1c18c4c0a6a06cb23ec6dc076678ab1e5bbc55876aa56f390458" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "f6c37ade3153a0a98cf1f50346af32be1b87c4c3cb09e4f7b94dcb77b4896bd7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "ba52047546ced5a6b2060dd6c59384af1ab9aefaa47fdc202fbbde2d07602658" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "90065d0dc77d5b61383418aba7f2162e89159d75da5ae2af01bccfcc406010c4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "fcbdf5d4197f18fb91fa1d9648f35a45628cc1131ff58c83dcbafe2767490571" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "fb8e20ed64ba32602173a70ef1006bec8efd3baad5e5acee79a4bdad3372ba53" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-blas-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "64908222e5b2d8f0859741bb0c1a9be57f452f284a271d9540fd8e44a814c0aa" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-lapack-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "43398954718cfcc82798126716f3b8c6d300c54f2fbf7502eccfef218ed01165" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-sparse-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "1383e8f10540d1a6cb892841d44503e765041c730562b32be7b61cff570bab3e" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-datafitting-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "2f881c965a9cecbdcc0a0361b7f1c5d07d580cc7a1fe8e9a7f461d6134006623" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-dft-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "7bd159c258184a4c74dae84e666538d233b6bfedc1c6413a0c9cfcc42934c194" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-rng-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "5ee1eb1fde278e5e98bc58c53137602c3c939a9a593cd7729c15440ee3196ece" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-stats-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "2d65f55ddc91d334abfb8e119303046e22d5b7070ad522a3d8a8681b1bd9cf26" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-vm-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.3.3+1".sources]] - hash = "ca912130d808de691ae4a80f7888a41fb883d577bc7e36722a09c792d2cefdf6" - url = "https://anaconda.org/intel/tbb/2021.12.0/download/linux-64/tbb-2021.12.0-intel_495.tar.bz2" - -[oneAPI_Support_jll."0.4.0+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.4.0+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "5cce2dbf019eb78b1d208b475b8ec532aa6eaed1" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "22b4d8754399bab5790d282066697b8cc3c2f1cbcc1f4b2d340727a6d7aa2c35" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "3790e698d3e7b65bc3ae09d9dd8a30325271e2ed4faa745d472ed4db01d0258b" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "9ab6468f7522e7b2a84e6f2b79664aea4ae4a928518c30688d1d1db1870cdc90" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "47db01c7d13ae938153b6339cf01f27086a19af352c3efb7e54d8e9fccade767" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2024.0.3-intel_49895.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "c0e0118ef321e4f0f5a8eac7ef04872ce538122eb8db2cb875d63bbc25520fd7" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "4c9b9784ae53f47781d11d7a507fa0ce3de150769e049042f148e4e1c14fab7d" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "feee49a26abc74ef0b57cfb6f521b427d6a93e7d8293d30e941b70d5fd0ab2d9" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "e02ad8cf2b0d1c18c4c0a6a06cb23ec6dc076678ab1e5bbc55876aa56f390458" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "f6c37ade3153a0a98cf1f50346af32be1b87c4c3cb09e4f7b94dcb77b4896bd7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "ba52047546ced5a6b2060dd6c59384af1ab9aefaa47fdc202fbbde2d07602658" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "90065d0dc77d5b61383418aba7f2162e89159d75da5ae2af01bccfcc406010c4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "fcbdf5d4197f18fb91fa1d9648f35a45628cc1131ff58c83dcbafe2767490571" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "fb8e20ed64ba32602173a70ef1006bec8efd3baad5e5acee79a4bdad3372ba53" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-blas-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "64908222e5b2d8f0859741bb0c1a9be57f452f284a271d9540fd8e44a814c0aa" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-lapack-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "43398954718cfcc82798126716f3b8c6d300c54f2fbf7502eccfef218ed01165" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-sparse-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "1383e8f10540d1a6cb892841d44503e765041c730562b32be7b61cff570bab3e" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-datafitting-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "2f881c965a9cecbdcc0a0361b7f1c5d07d580cc7a1fe8e9a7f461d6134006623" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-dft-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "7bd159c258184a4c74dae84e666538d233b6bfedc1c6413a0c9cfcc42934c194" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-rng-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "5ee1eb1fde278e5e98bc58c53137602c3c939a9a593cd7729c15440ee3196ece" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-stats-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "2d65f55ddc91d334abfb8e119303046e22d5b7070ad522a3d8a8681b1bd9cf26" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-vm-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+0".sources]] - hash = "ca912130d808de691ae4a80f7888a41fb883d577bc7e36722a09c792d2cefdf6" - url = "https://anaconda.org/intel/tbb/2021.12.0/download/linux-64/tbb-2021.12.0-intel_495.tar.bz2" - -[oneAPI_Support_jll."0.4.0+1"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.4.0+1".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "18b0321644c9a32c94331df174c6d4c3dd5cc5cc" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "22b4d8754399bab5790d282066697b8cc3c2f1cbcc1f4b2d340727a6d7aa2c35" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "3790e698d3e7b65bc3ae09d9dd8a30325271e2ed4faa745d472ed4db01d0258b" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "9ab6468f7522e7b2a84e6f2b79664aea4ae4a928518c30688d1d1db1870cdc90" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "47db01c7d13ae938153b6339cf01f27086a19af352c3efb7e54d8e9fccade767" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2024.0.3-intel_49895.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "c0e0118ef321e4f0f5a8eac7ef04872ce538122eb8db2cb875d63bbc25520fd7" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "4c9b9784ae53f47781d11d7a507fa0ce3de150769e049042f148e4e1c14fab7d" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "feee49a26abc74ef0b57cfb6f521b427d6a93e7d8293d30e941b70d5fd0ab2d9" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.0.0-intel_49819.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "e02ad8cf2b0d1c18c4c0a6a06cb23ec6dc076678ab1e5bbc55876aa56f390458" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "f6c37ade3153a0a98cf1f50346af32be1b87c4c3cb09e4f7b94dcb77b4896bd7" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "ba52047546ced5a6b2060dd6c59384af1ab9aefaa47fdc202fbbde2d07602658" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "90065d0dc77d5b61383418aba7f2162e89159d75da5ae2af01bccfcc406010c4" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "fcbdf5d4197f18fb91fa1d9648f35a45628cc1131ff58c83dcbafe2767490571" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "fb8e20ed64ba32602173a70ef1006bec8efd3baad5e5acee79a4bdad3372ba53" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-blas-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "64908222e5b2d8f0859741bb0c1a9be57f452f284a271d9540fd8e44a814c0aa" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-lapack-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "43398954718cfcc82798126716f3b8c6d300c54f2fbf7502eccfef218ed01165" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-sparse-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "1383e8f10540d1a6cb892841d44503e765041c730562b32be7b61cff570bab3e" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-datafitting-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "2f881c965a9cecbdcc0a0361b7f1c5d07d580cc7a1fe8e9a7f461d6134006623" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-dft-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "7bd159c258184a4c74dae84e666538d233b6bfedc1c6413a0c9cfcc42934c194" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-rng-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "5ee1eb1fde278e5e98bc58c53137602c3c939a9a593cd7729c15440ee3196ece" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-stats-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "2d65f55ddc91d334abfb8e119303046e22d5b7070ad522a3d8a8681b1bd9cf26" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-vm-2024.0.0-intel_49656.tar.bz2" - [[oneAPI_Support_jll."0.4.0+1".sources]] - hash = "ca912130d808de691ae4a80f7888a41fb883d577bc7e36722a09c792d2cefdf6" - url = "https://anaconda.org/intel/tbb/2021.12.0/download/linux-64/tbb-2021.12.0-intel_495.tar.bz2" - -[oneAPI_Support_jll."0.5.0+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.5.0+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "0c6bb18e0f3aec4ddfc5cb3aedf4f9b3539dd14e" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "ab3ef09509893100233de23d5af8bd3872bfc46c79cc9c9d10e21d5a2003c389" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "84cccd5d33f93a73d2925e438066f3303f1caf5201cc326beabe46a30f01dd77" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "a11c55e5ecb711c431335923101b3c93dbe5528644a8f94e08b0b734bcd0c6ea" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "166441df7305a80aa8ef9b951b9d79f5a74d48d56e4a0747770d3343caa405fc" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "7ceb4091d88d792ebb05940dd9bd6f3cc71e0a59cb893f00c4494ee02a9c1ca6" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "3794d69ff625403ee002f4836d68a51fa06f68fb32082596b724d075a4af1e14" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "6ab48343ca3c15768c33ca50ba2f0266e8d300b6755a685ae1aa5149fbe008e9" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "419f0522a7ffa1133deddaa8eec5d8f9a383993b118cfaa2e897c439200549ef" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "def8ca30d0560a712e5f010f26da26d723c6bc9148124d8a63f6d2fb64fd3e38" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "abae8c0903e438bce8acfdf2b790d10863669490a87f19a908942268d5fabc82" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "810c7ca1818101246d7df572f6e6702ac727b5a2a7eec9b7bb75a531e54f5eb5" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "e36b2e74f5c28ff91565abe47a09dc246c9cf725e0d05b5fb08813b4073ea68b" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "fb334c846ad568653898a633a1a34ed1e595955a3a706776679931b9d7e10c45" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-blas-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "fb06906f5b4da3fdd907ab9956f6fb74f05ca58f2b8a9204dd4dd4cfbb5f1648" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-lapack-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "fae28f1831b1f7ea7b449b814a6a80219ba84ed779250a1826cad4397725fe8e" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-sparse-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "c7ef31e06d11c61cc87e8bb5341172a074c22b31f9db8e0e9a3f190871d9ac81" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-datafitting-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "29ae425989cb77e8fa67b9dcdc4234337cfd947eddf2481cd2cfcb4ce36c2cf0" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-dft-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "34fae52fdef4c7c01ca2f64055d8eea6305b5fef9c18ae3a06ce1d79b0f27f25" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-rng-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "50c018d56793d5b2e6848e7ea3099485af1e9a752bb3c675b22bf1709579d8e0" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-stats-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "3698ecae3d12c074864bc526961b74b471b3cdb42982953ab603a61b6e686608" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-vm-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.0+0".sources]] - hash = "ca912130d808de691ae4a80f7888a41fb883d577bc7e36722a09c792d2cefdf6" - url = "https://anaconda.org/intel/tbb/2021.12.0/download/linux-64/tbb-2021.12.0-intel_495.tar.bz2" - -[oneAPI_Support_jll."0.5.1+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.5.1+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "cfc99dde28eb8c41cdc30347a9859b70a6540d3d" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "ab3ef09509893100233de23d5af8bd3872bfc46c79cc9c9d10e21d5a2003c389" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp-cpp-rt-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "84cccd5d33f93a73d2925e438066f3303f1caf5201cc326beabe46a30f01dd77" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_impl_linux-64-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "a11c55e5ecb711c431335923101b3c93dbe5528644a8f94e08b0b734bcd0c6ea" - url = "https://conda.anaconda.org/intel/linux-64/dpcpp_linux-64-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "166441df7305a80aa8ef9b951b9d79f5a74d48d56e4a0747770d3343caa405fc" - url = "https://conda.anaconda.org/intel/linux-64/icc_rt-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "7ceb4091d88d792ebb05940dd9bd6f3cc71e0a59cb893f00c4494ee02a9c1ca6" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lib-rt-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "3794d69ff625403ee002f4836d68a51fa06f68fb32082596b724d075a4af1e14" - url = "https://conda.anaconda.org/intel/linux-64/intel-cmplr-lic-rt-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "6ab48343ca3c15768c33ca50ba2f0266e8d300b6755a685ae1aa5149fbe008e9" - url = "https://conda.anaconda.org/intel/linux-64/intel-openmp-2024.1.0-intel_963.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "419f0522a7ffa1133deddaa8eec5d8f9a383993b118cfaa2e897c439200549ef" - url = "https://conda.anaconda.org/intel/linux-64/mkl-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "def8ca30d0560a712e5f010f26da26d723c6bc9148124d8a63f6d2fb64fd3e38" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "abae8c0903e438bce8acfdf2b790d10863669490a87f19a908942268d5fabc82" - url = "https://conda.anaconda.org/intel/linux-64/mkl-devel-dpcpp-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "810c7ca1818101246d7df572f6e6702ac727b5a2a7eec9b7bb75a531e54f5eb5" - url = "https://conda.anaconda.org/intel/linux-64/mkl-dpcpp-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "e36b2e74f5c28ff91565abe47a09dc246c9cf725e0d05b5fb08813b4073ea68b" - url = "https://conda.anaconda.org/intel/linux-64/mkl-include-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "fb334c846ad568653898a633a1a34ed1e595955a3a706776679931b9d7e10c45" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-blas-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "fb06906f5b4da3fdd907ab9956f6fb74f05ca58f2b8a9204dd4dd4cfbb5f1648" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-lapack-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "fae28f1831b1f7ea7b449b814a6a80219ba84ed779250a1826cad4397725fe8e" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-sparse-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "c7ef31e06d11c61cc87e8bb5341172a074c22b31f9db8e0e9a3f190871d9ac81" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-datafitting-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "29ae425989cb77e8fa67b9dcdc4234337cfd947eddf2481cd2cfcb4ce36c2cf0" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-dft-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "34fae52fdef4c7c01ca2f64055d8eea6305b5fef9c18ae3a06ce1d79b0f27f25" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-rng-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "50c018d56793d5b2e6848e7ea3099485af1e9a752bb3c675b22bf1709579d8e0" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-stats-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "3698ecae3d12c074864bc526961b74b471b3cdb42982953ab603a61b6e686608" - url = "https://conda.anaconda.org/intel/linux-64/onemkl-sycl-vm-2024.1.0-intel_691.tar.bz2" - [[oneAPI_Support_jll."0.5.1+0".sources]] - hash = "ca912130d808de691ae4a80f7888a41fb883d577bc7e36722a09c792d2cefdf6" - url = "https://anaconda.org/intel/tbb/2021.12.0/download/linux-64/tbb-2021.12.0-intel_495.tar.bz2" - -[oneAPI_Support_jll."0.6.0+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.6.0+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "1a4e9fa4bf8283474cad062ba7df3aba02aaa9bf" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "bb430763d0ee6029d6befa911605faf514ce83584933f64647c8fff527f5d136" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp-cpp-rt-2024.2.0-intel_981.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "958dc668d49d2ae9dbe0f0e55f8f5025b3e280be0a5b294a3898bc6efbc74627" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_impl_linux-64-2024.2.0-intel_981.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "7bfef6c455ae87a034e6efef1bbbbd7079875fcb4bdb3d5edbda950d1a1f0ee7" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_linux-64-2024.2.0-intel_981.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "3f5eb6990d6f804f6af0074f9ac6744a641005ababb22390e288c5b3f593748d" - url = "https://software.repos.intel.com/python/conda/linux-64/icc_rt-2024.2.1-intel_1079.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "a9b1c6fa0547f2c28a5b1b560fd656859af30933259f1c2b3e30f1bec5d9b259" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-rt-2024.2.0-intel_981.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "7b39b7446b875408045a3b578ad467060db66be1c71dbbf25e1310c53a0857ea" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-ur-2024.2.0-intel_981.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "ab37ae3b142ea2cdd5bfed4389ea3299e66cc6da14e8751d8a609f970ae732ff" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lic-rt-2024.2.0-intel_981.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "1a33749a1696c0c0f2d572b76a98891c032e8e58354d6969036451f0848dff05" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-opencl-rt-2024.2.0-intel_981.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "db46064dbf0dbc096d92d8368ef8172ae335001b81055840c97fcfda3d09d64d" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-openmp-2024.2.0-intel_981.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "98a5503a47feb2e72b2fce045d7edc177c333828b5eee3dd337dfd7441c8c11a" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-sycl-rt-2024.2.0-intel_981.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "f480deb23179471b5f05de50b06ad984702be25e66d58ef614b804b781a3613e" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "e3c37c75aa870aa8daa32e6cbfa6e34639f7e6fe6a67fc4b34fa2a94a497df15" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "82a403a7ae930e9ace33472fa9f0b7652f292f106d2d290668643d57207783d1" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-dpcpp-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "08426f44ca13ff81030a8ce8d777f167d06b9194df8b5635fd143c0848bac3f2" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-dpcpp-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "2e29ca36f199bafed778230b054256593c2d572aeb050389fd87355ba0466d13" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-include-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "1d622d465ed0eaf583e30a0351873437e58952b71553fbb68f28ca4fc92bb9d9" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-blas-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "d7da0657275e1640b15f8640f321028b1c9576eca42bf59674e1d286f5cba937" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-datafitting-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "2dba874c8fd0ebb2f4b005e937241de9706b028ba11a0667abeafa0edfad6956" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-dft-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "4e4eb4b88d0715d8cc2c7b7a937d579da97ea099be7bf7f8b75968a1c32d6aa5" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-lapack-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "c401d5e830bd3edf70c07fb1dc25067e80979d6aa7d971ec4391541c6dbd7df8" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-rng-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "2c369bdd91eba6b70bee073ef43fd27730939852d2bf40ed10a7cc16ef44691b" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-sparse-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "7dba88f56711ff66fd4eb188b70e55e79ecb385842a85459d96d4c196304be55" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-stats-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "43e1e0363dfc22cb9dbea61306324b63f4b1b7a90fc1cf0f5cfb6400698dee33" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-vm-2024.2.0-intel_663.tar.bz2" - [[oneAPI_Support_jll."0.6.0+0".sources]] - hash = "eacc00ee2442cfaf9efb1cd8ee227f76d24fc5a4a14853e328c0b4780f83dd41" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-2021.13.1-intel_12.tar.bz2" - -[oneAPI_Support_jll."0.7.0+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.7.0+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "fc225b0b0691ab3df0898ef29fe907a7728d52d0" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "d31c89f3ffcc5b45366f7465b5a3411a3a2c529ecf72eebcc4c3a244f713d3eb" - url = "https://software.repos.intel.com/python/conda/linux-64/compiler_shared-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "2e74407b49fbf865462be995806aad4411ed992e1bee8404d2c75616db9c4ac6" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp-cpp-rt-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "926f17c28168db9cb110d9803fc6037c0ea0b2bd37074ff4b21a1543f9e37777" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_impl_linux-64-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "fc652956fb8315ce23cb677678e788c519c817c1f82d1548a37bc8b90fab4994" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_linux-64-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "9a6a149681d2cc87e0e818140c13af04c82fbfc0760a451db70cbbf07c560bde" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-rt-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "95ec7e7014adfc2dda389008975e63a66338a235dbdef4a694989ed41ee5db75" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-ur-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "865288f5b133f205692f88e38af5b1928f8e7ce0c99f9068be2a5d247c540067" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lic-rt-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "fe38bfd3fcc01068aced409d34d64ee44e39831d2c4f1fcbf93bd0dee63f48ad" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-opencl-rt-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "bd2ef2fdac3e013bfdf71921e0c7d3e831b9f498d6303852539b2c447bd42790" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-openmp-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "696aeb88832c8836d202bb4a434c5aa7ec145f92d62cc0a2d36fe10e77494a62" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-sycl-rt-2025.0.0-intel_1169.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "08018b7b73b8f1ceb2286d0fbf443bcf22ffd5fdff2010265f3cedbd0c3075d6" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "89fc99f696ee10291b39bd60f6104966ba07f750e4291830d3ed142e651ef0c3" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "149c3d52dcc7db2d30329e686f721dc3addc017ba19034b7517c9d287f29f7d6" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-dpcpp-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "dfa829d9de4e7fbefacad3849a95957c020dc628b4ba010107918d62db4516be" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-dpcpp-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "e3c02344b0405d90c7b992493a081f1f763fa96493626a5da1fe7693040a486f" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-include-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "89c7455152074e75cb8891ae95445e033f28243ca8ce0e54d7ef2a0890cd03dc" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-blas-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "08076e4d6395c68dc6cf125a9362cb2f3da1ec34d207a65bae483f57f3b05547" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-datafitting-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "d982cc495b4a19457c1f0382c312465628e774c627300a0530a3d674241f647b" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-dft-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "875292b7539b528c027d8c4e78ebe809c3914359decc2fc1c66e7ed03c16feb1" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-lapack-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "21911e846fa86f447eb25e251c02a813dc582c17b25ed0a74a934a2f89a5e80d" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-rng-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "041968f53a5ae7c74193afb55dd57ffc20ad038cb4aeb33bdd39fe789e077ea8" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-sparse-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "a7f2d5fb02a6999a5f189cd4a493471c6ab3e716d94ef4b9247653db723329d7" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-stats-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "ee515cc5ad823d6980e519a9dc8c53dbac42e82ec178b33eeddca4eac2b36060" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-vm-2025.0.0-intel_939.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "3b5abd11a7d2ae0162b8f40bea311e4566e3a6b02a9d4f0928134ae27d76aabd" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-2022.0.0-intel_402.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "1b1029a9ceb00ef7116c3ec0c15a1de10a78eb27a2d3591b53a43a5ffd00ea9e" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-devel-2022.0.0-intel_402.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "5806a0b472192a350dc3f9865b980d8f1cc403c94445c77aa8fe4139aa121d99" - url = "https://software.repos.intel.com/python/conda/linux-64/tcm-1.2.0-intel_589.tar.bz2" - [[oneAPI_Support_jll."0.7.0+0".sources]] - hash = "16a384288a8d2b66320aae06201eeecae2a424a7c6c3e5066ff97fe441cef7f9" - url = "https://software.repos.intel.com/python/conda/linux-64/umf-0.9.0-intel_590.tar.bz2" - -[oneAPI_Support_jll."0.8.0+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.8.0+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "1c4121c8f9fea661c5c7fc2aa8a64ae04bf03ce7" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "67ccc86fe050c75998cfc6456fc299fa9d0884acbbc3d11511a48519fead1c1f" - url = "https://software.repos.intel.com/python/conda/linux-64/compiler_shared-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "4fc84e70d2249d97461883b529311c9e8261c9d53cffeaa2df4bc2a77aba52a0" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp-cpp-rt-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "316f4f0d5ff5747eae004913a1498ce946ff1e84d4927159136f3468d7d0cc53" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_impl_linux-64-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "79205c134076987590129315aeab60d45968f1e62213ad2739dec19c87bcffad" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_linux-64-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "8c82039d357bc636e4f8c57bd51360924f2d0f0f89a4ec175eb21e9d29c67358" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-rt-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "8c1520aeef86f4dc2a5fd27f50d2fd5e8667f98cb5381d4d3128e853d0341672" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-ur-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "31ef4fcfdf8d473aca78332430981d845c73b0e0c85727256ba0ff5180387219" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lic-rt-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "29e1c459881dba7395d3e4ac3ad95ee59e5d0312821b5819778493391c2b90bd" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-opencl-rt-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "9e6d6861aa25cae8bfa16753eee4138af5334864d0dca0f66d2484b0aa19d06c" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-openmp-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "a9eddaa0bff1e7bc1158a2f51edc7d151c2e0e8aa1889fc8685abb960309c80f" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-sycl-rt-2025.1.0-intel_973.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "4ed0dc14d2d8dbf3840dbe2a89c3c6c89c0ff3fb63cb766616973135a0fb705c" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "9a00a6436fbfc884473e9a930c06d8408fddcdf89e52fa58710ce7ae3223d321" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "ae5bfa9fd52f195f2be124fb5910f83c42d788dc767b7aadbacdde6eb6a79143" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-dpcpp-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "fdedb9a3808dc1e083cd5dbb394a71d915f8d1722879ba00dda1920026143cd5" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-dpcpp-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "ccf54c873bb7527dc1aab08e7ab731e89d399c09f4cd94db374807a7d78f7902" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-include-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "3986cf0c8e790aa5f0c1fda3f8dbfcebf9b8703813252b1cbb044b16f2e802e2" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-blas-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "c44c9c01490597a1b873294f5a574cf3a48514a0a8c81c63d031ebdcf2d7f0db" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-datafitting-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "163c768430f1466b788e2df9d73dcdd8b32752394aba7f9706e98298ea1bb4db" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-dft-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "5a7f69963c0679e5d349d1621d3f860f8965500b17662997de128abefcdc5dee" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-lapack-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "d66422098849e00068c59901a7f8de8f8a82b364d9f375ba9868bd1fd75bb4d6" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-rng-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "f225f86d0a49c17c51ddffe6e61c7e2cb2500b7fb31636305e77ef5ff9c67b3e" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-sparse-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "dda92986341ceedeb14b8bf20f4e21b34409aba88c7f2864ae2f222c29837817" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-stats-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "28c1d83fc1c05ed5c8ccf564c6a90ac07adec774a4f41ea5d0284dda6eb6e5d2" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-vm-2025.1.0-intel_801.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "dce62b5727869d59f18479a3d46145de00ec7df9a1506f4b97248fe536d0519b" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-2022.1.0-intel_425.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "4fc61c2be5baead915ef397042613c5585476f5a178ef1debde9b9ed26204e14" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-devel-2022.1.0-intel_425.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "d2034b65e60944c5747e8417294c10dad989687a77674166ee65dad9abb7e0e8" - url = "https://software.repos.intel.com/python/conda/linux-64/tcm-1.3.0-intel_309.conda" - [[oneAPI_Support_jll."0.8.0+0".sources]] - hash = "3363c4c77b35d8919206f37f5d5c1676c8f868c6689555760b31ededc938f9a3" - url = "https://software.repos.intel.com/python/conda/linux-64/umf-0.10.0-intel_355.conda" - -[oneAPI_Support_jll."0.9.0+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.9.0+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - [[oneAPI_Support_jll."0.9.0+0".build_dependencies]] - name = "oneAPI_Support_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "a0ee7059c75c7df2a3c6e68c58b7753357e85cad" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "5adbaa605f2fb1d1abc01b3bb92b15dd3b0a2d17d83e10632267b7c2db81f96d" - url = "https://software.repos.intel.com/python/conda/linux-64/compiler_shared-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "72b0cd92ef6822a6d135cb5918fbd22351f78ef67ded2bbf48e939cc96f09b28" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp-cpp-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "799c13a0c1da92c8748068746c7433bb3540bce75d58b8cb80a396895a74e683" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_impl_linux-64-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "85ac32ce4cc04e43a823fab651f58d50b88cdac055e54e2ac2979d86ce2ac7bc" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_linux-64-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "d93bb638b85773694d8f8d462a3cc81805b01cb1c25b85359874c6d57f555504" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "de1e0f84c2d5e3f9cf3fbb72d6e309c5504ef85633342ebc26c39f01320aa80a" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-ur-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "09a5b746348997b89573ba5d1fdaa5334d9e097eefb3ad7079d30e54342e6f6b" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lic-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "ecdcefe9abb6937a0f070b6398f31aa99b11fed0a4d6910c182e62b97bc11218" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-opencl-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "192b1cb550a82d3d81761db2310e24c3b8bb7f7f9c28ad22b1f63ee98f366b92" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-openmp-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "5183872e85c1ad972ca38d459bc9e294109aca478b9fbc048195e40a5a3d6f0b" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-sycl-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "3d6ac337434cb3d6f2e50229d5ab948eb83ea4a7364c2ce7e4fa40a4bbca3f90" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "41cd0618c0faf8934d6c9661e559ded53048cdf39b430eb152e6c2c156949f41" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "b60be992607a7c8f4977ad51539f3528a474d555bbc424412d30df5ef2887d59" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-dpcpp-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "226c7ce815412a1facef0cf7744ba1997125927a4021b3525775619951e3934f" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-dpcpp-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "b8485a410756687dae93c2b83f58a01bf38e94c32279d845f72e8c0d60de83ab" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-include-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "f9cbb4403dfe2131bafefae974b43824512ef80a069a54dcebf82afe85d07afb" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-blas-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "585495feb1cad8fe32203b253fb04c308a810fb7453bc9fe6533dfb3d7704c60" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-datafitting-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "5a38332caca76926c413228682fc8d05c0f5bb90198f6c7173911de39b04d918" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-dft-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "41ee24eeefe481a3f4e029cbd023e606d058f30d8eca97bc6eb9ab978558de03" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-lapack-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "b3a9007dff182c3e6652836f0d9161047c5cb1e756863b6389221b1ecf41c12a" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-rng-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "c53cc29da116f10b68494929d46acf6a407488f4fceaab99ddfbadbde086da90" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-sparse-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "2ebb028163df45e7954514d96c366495c5202694f6bd4ae0fdc395e740dae8bc" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-stats-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "12ba270cb2d16d5c3c9045f7234fbd779294a92123299d03898ac28e6ef6ff69" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-vm-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "b806f156ed362a16473d1e0a93c768c4ecca2f2a6397f525c4905d34593cc68a" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-2022.2.0-intel_507.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "9dbb31455b1759fb9031e6828fd05cdd4e1893934b2e437112a16581038775ba" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-devel-2022.2.0-intel_507.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "27583e316ca872175860f4e2063770de95841cb5c5af49aee46a1c64f537dd1c" - url = "https://software.repos.intel.com/python/conda/linux-64/tcm-1.4.0-intel_345.conda" - [[oneAPI_Support_jll."0.9.0+0".sources]] - hash = "6db8267c1cf39012e8e09a6359fe4641217910fc22483cf07df4b9aea49aa863" - url = "https://software.repos.intel.com/python/conda/linux-64/umf-0.11.0-intel_394.conda" - -[oneAPI_Support_jll."0.9.1+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.9.1+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - [[oneAPI_Support_jll."0.9.1+0".build_dependencies]] - name = "oneAPI_Support_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "cf05fb58f46de8968e209a96807c930ea0b8c301" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "5adbaa605f2fb1d1abc01b3bb92b15dd3b0a2d17d83e10632267b7c2db81f96d" - url = "https://software.repos.intel.com/python/conda/linux-64/compiler_shared-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "72b0cd92ef6822a6d135cb5918fbd22351f78ef67ded2bbf48e939cc96f09b28" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp-cpp-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "799c13a0c1da92c8748068746c7433bb3540bce75d58b8cb80a396895a74e683" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_impl_linux-64-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "85ac32ce4cc04e43a823fab651f58d50b88cdac055e54e2ac2979d86ce2ac7bc" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_linux-64-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "d93bb638b85773694d8f8d462a3cc81805b01cb1c25b85359874c6d57f555504" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "de1e0f84c2d5e3f9cf3fbb72d6e309c5504ef85633342ebc26c39f01320aa80a" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-ur-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "09a5b746348997b89573ba5d1fdaa5334d9e097eefb3ad7079d30e54342e6f6b" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lic-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "ecdcefe9abb6937a0f070b6398f31aa99b11fed0a4d6910c182e62b97bc11218" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-opencl-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "192b1cb550a82d3d81761db2310e24c3b8bb7f7f9c28ad22b1f63ee98f366b92" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-openmp-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "5183872e85c1ad972ca38d459bc9e294109aca478b9fbc048195e40a5a3d6f0b" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-sycl-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "3d6ac337434cb3d6f2e50229d5ab948eb83ea4a7364c2ce7e4fa40a4bbca3f90" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "41cd0618c0faf8934d6c9661e559ded53048cdf39b430eb152e6c2c156949f41" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "b60be992607a7c8f4977ad51539f3528a474d555bbc424412d30df5ef2887d59" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-dpcpp-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "226c7ce815412a1facef0cf7744ba1997125927a4021b3525775619951e3934f" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-dpcpp-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "b8485a410756687dae93c2b83f58a01bf38e94c32279d845f72e8c0d60de83ab" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-include-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "f9cbb4403dfe2131bafefae974b43824512ef80a069a54dcebf82afe85d07afb" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-blas-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "585495feb1cad8fe32203b253fb04c308a810fb7453bc9fe6533dfb3d7704c60" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-datafitting-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "5a38332caca76926c413228682fc8d05c0f5bb90198f6c7173911de39b04d918" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-dft-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "41ee24eeefe481a3f4e029cbd023e606d058f30d8eca97bc6eb9ab978558de03" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-lapack-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "b3a9007dff182c3e6652836f0d9161047c5cb1e756863b6389221b1ecf41c12a" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-rng-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "c53cc29da116f10b68494929d46acf6a407488f4fceaab99ddfbadbde086da90" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-sparse-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "2ebb028163df45e7954514d96c366495c5202694f6bd4ae0fdc395e740dae8bc" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-stats-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "12ba270cb2d16d5c3c9045f7234fbd779294a92123299d03898ac28e6ef6ff69" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-vm-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "b806f156ed362a16473d1e0a93c768c4ecca2f2a6397f525c4905d34593cc68a" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-2022.2.0-intel_507.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "9dbb31455b1759fb9031e6828fd05cdd4e1893934b2e437112a16581038775ba" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-devel-2022.2.0-intel_507.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "27583e316ca872175860f4e2063770de95841cb5c5af49aee46a1c64f537dd1c" - url = "https://software.repos.intel.com/python/conda/linux-64/tcm-1.4.0-intel_345.conda" - [[oneAPI_Support_jll."0.9.1+0".sources]] - hash = "6db8267c1cf39012e8e09a6359fe4641217910fc22483cf07df4b9aea49aa863" - url = "https://software.repos.intel.com/python/conda/linux-64/umf-0.11.0-intel_394.conda" - -[oneAPI_Support_jll."0.9.2+0"] -libraries = ["liboneapi_support"] - - [[oneAPI_Support_jll."0.9.2+0".build_dependencies]] - name = "oneAPI_Level_Zero_Headers_jll" - target = "target" - version = "*" - [[oneAPI_Support_jll."0.9.2+0".build_dependencies]] - name = "oneAPI_Support_Headers_jll" - target = "target" - version = "*" - - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "719d893822f736af58589dfb46444c56f83519cb" - repo = "https://github.com/JuliaGPU/oneAPI.jl" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "5adbaa605f2fb1d1abc01b3bb92b15dd3b0a2d17d83e10632267b7c2db81f96d" - url = "https://software.repos.intel.com/python/conda/linux-64/compiler_shared-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "72b0cd92ef6822a6d135cb5918fbd22351f78ef67ded2bbf48e939cc96f09b28" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp-cpp-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "799c13a0c1da92c8748068746c7433bb3540bce75d58b8cb80a396895a74e683" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_impl_linux-64-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "85ac32ce4cc04e43a823fab651f58d50b88cdac055e54e2ac2979d86ce2ac7bc" - url = "https://software.repos.intel.com/python/conda/linux-64/dpcpp_linux-64-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "d93bb638b85773694d8f8d462a3cc81805b01cb1c25b85359874c6d57f555504" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "de1e0f84c2d5e3f9cf3fbb72d6e309c5504ef85633342ebc26c39f01320aa80a" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lib-ur-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "09a5b746348997b89573ba5d1fdaa5334d9e097eefb3ad7079d30e54342e6f6b" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-cmplr-lic-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "ecdcefe9abb6937a0f070b6398f31aa99b11fed0a4d6910c182e62b97bc11218" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-opencl-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "192b1cb550a82d3d81761db2310e24c3b8bb7f7f9c28ad22b1f63ee98f366b92" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-openmp-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "5183872e85c1ad972ca38d459bc9e294109aca478b9fbc048195e40a5a3d6f0b" - url = "https://software.repos.intel.com/python/conda/linux-64/intel-sycl-rt-2025.2.0-intel_766.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "3d6ac337434cb3d6f2e50229d5ab948eb83ea4a7364c2ce7e4fa40a4bbca3f90" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "41cd0618c0faf8934d6c9661e559ded53048cdf39b430eb152e6c2c156949f41" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "b60be992607a7c8f4977ad51539f3528a474d555bbc424412d30df5ef2887d59" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-devel-dpcpp-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "226c7ce815412a1facef0cf7744ba1997125927a4021b3525775619951e3934f" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-dpcpp-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "b8485a410756687dae93c2b83f58a01bf38e94c32279d845f72e8c0d60de83ab" - url = "https://software.repos.intel.com/python/conda/linux-64/mkl-include-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "f9cbb4403dfe2131bafefae974b43824512ef80a069a54dcebf82afe85d07afb" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-blas-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "585495feb1cad8fe32203b253fb04c308a810fb7453bc9fe6533dfb3d7704c60" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-datafitting-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "5a38332caca76926c413228682fc8d05c0f5bb90198f6c7173911de39b04d918" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-dft-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "41ee24eeefe481a3f4e029cbd023e606d058f30d8eca97bc6eb9ab978558de03" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-lapack-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "b3a9007dff182c3e6652836f0d9161047c5cb1e756863b6389221b1ecf41c12a" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-rng-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "c53cc29da116f10b68494929d46acf6a407488f4fceaab99ddfbadbde086da90" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-sparse-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "2ebb028163df45e7954514d96c366495c5202694f6bd4ae0fdc395e740dae8bc" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-stats-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "12ba270cb2d16d5c3c9045f7234fbd779294a92123299d03898ac28e6ef6ff69" - url = "https://software.repos.intel.com/python/conda/linux-64/onemkl-sycl-vm-2025.2.0-intel_628.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "b806f156ed362a16473d1e0a93c768c4ecca2f2a6397f525c4905d34593cc68a" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-2022.2.0-intel_507.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "9dbb31455b1759fb9031e6828fd05cdd4e1893934b2e437112a16581038775ba" - url = "https://software.repos.intel.com/python/conda/linux-64/tbb-devel-2022.2.0-intel_507.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "27583e316ca872175860f4e2063770de95841cb5c5af49aee46a1c64f537dd1c" - url = "https://software.repos.intel.com/python/conda/linux-64/tcm-1.4.0-intel_345.conda" - [[oneAPI_Support_jll."0.9.2+0".sources]] - hash = "6db8267c1cf39012e8e09a6359fe4641217910fc22483cf07df4b9aea49aa863" - url = "https://software.repos.intel.com/python/conda/linux-64/umf-0.11.0-intel_394.conda" - -[oneDNN_jll."3.5.3+0"] -libraries = ["libdnnl", "dnnl"] - - [[oneDNN_jll."3.5.3+0".sources]] - hash = "66f0cb9eb66affd2da3bf5f8d897376f04aae6af" - repo = "https://github.com/oneapi-src/OneDNN" - [[oneDNN_jll."3.5.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a25cb58bee0470212718b84a7599d04819f768b2//O/oneDNN/./bundled" - -[oneTBB_jll."2021.2.1+0"] -libraries = ["libtbbmalloc", "libtbbmalloc_proxy", "libtbb"] - - [[oneTBB_jll."2021.2.1+0".sources]] - hash = "9e15720bc7744f85dff611d34d65e9099e077da4" - repo = "https://github.com/oneapi-src/oneTBB.git" - [[oneTBB_jll."2021.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/740e7e0918f048430049ac320c25deae21d8e886//O/oneTBB/./bundled" - -[oneTBB_jll."2021.2.1+1"] -libraries = ["libtbbmalloc", "libtbbmalloc_proxy", "libtbb"] - - [[oneTBB_jll."2021.2.1+1".sources]] - hash = "9e15720bc7744f85dff611d34d65e9099e077da4" - repo = "https://github.com/oneapi-src/oneTBB.git" - [[oneTBB_jll."2021.2.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f862d73c475f0bbaed24ec03e33a482baf8df683//O/oneTBB/./bundled" - -[oneTBB_jll."2021.4.1+0"] -libraries = ["libtbbmalloc", "libtbbmalloc_proxy", "libtbb"] - - [[oneTBB_jll."2021.4.1+0".sources]] - hash = "b7a062e2d965cbdee01542a09d90cff49ac02e08" - repo = "https://github.com/oneapi-src/oneTBB.git" - [[oneTBB_jll."2021.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/794ff2d84b4bb7e0eb6f3b19c4c0b41a4ae748d0//O/oneTBB/./bundled" - -[oneTBB_jll."2021.5.0+0"] -libraries = ["libtbbmalloc", "libtbbmalloc_proxy", "libtbb", "libtbb12"] - - [[oneTBB_jll."2021.5.0+0".sources]] - hash = "e5b57537c741400cf6134b428fc1689a649d7d38d9bb9c1b6d64f092ea28178a" - url = "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.5.0.tar.gz" - [[oneTBB_jll."2021.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/36f194120bc4b18f9eafc25960ce84ba05f21ad9//O/oneTBB/./bundled" - -[oneTBB_jll."2021.8.0+0"] -libraries = ["libtbbmalloc", "libtbbmalloc_proxy", "libtbb", "libtbb12"] - - [[oneTBB_jll."2021.8.0+0".sources]] - hash = "c9497714821c3d443ee44c732609eb6850195ffb" - repo = "https://github.com/oneapi-src/oneTBB.git" - [[oneTBB_jll."2021.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e21a74bd93b1401089c4b9f1bc19d22c3df12a45//O/oneTBB/./bundled" - -[oneTBB_jll."2021.9.0+0"] -libraries = ["libtbbmalloc", "libtbbmalloc_proxy", "libtbb", "libtbb12"] - - [[oneTBB_jll."2021.9.0+0".sources]] - hash = "a00cc3b8b5fb4d8115e9de56bf713157073ed68c" - repo = "https://github.com/oneapi-src/oneTBB.git" - [[oneTBB_jll."2021.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/942be052a6892447634d9dfddda056a05d336203//O/oneTBB/./bundled" - -[oneTBB_jll."2021.12.0+0"] -libraries = ["libtbbmalloc", "libtbbmalloc_proxy", "libtbb", "libtbb12"] - - [[oneTBB_jll."2021.12.0+0".sources]] - hash = "9afd759b72c0c233cd5ea3c3c06b0894c9da9c54" - repo = "https://github.com/oneapi-src/oneTBB.git" - [[oneTBB_jll."2021.12.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8543df54a751c694214d7eac15a52ce005f5a862//O/oneTBB/./bundled" - -[oneTBB_jll."2022.0.0+0"] -libraries = ["libtbbmalloc", "libtbbmalloc_proxy", "libtbb", "libtbb12"] - - [[oneTBB_jll."2022.0.0+0".sources]] - hash = "0c0ff192a2304e114bc9e6557582dfba101360ff" - repo = "https://github.com/oneapi-src/oneTBB.git" - [[oneTBB_jll."2022.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6482ac5f223a8e1799775539a9bb353a4ba882c6//O/oneTBB/./bundled" - -[opam_jll."2.3.0+0"] -executables = ["opam"] - - [[opam_jll."2.3.0+0".build_dependencies]] - name = "OCaml_jll" - target = "target" - version = "5.3.0" - - [[opam_jll."2.3.0+0".sources]] - hash = "506ba76865dc315b67df9aa89e7abd5c1a897a7f0a92d7b2694974fdc532b346" - url = "https://github.com/ocaml/opam/releases/download/2.3.0/opam-full-2.3.0.tar.gz" - -[open62541_jll."1.2.2+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.2.2+0".sources]] - hash = "ecf5a703785877a8719a0cda863a98455f7d5d12" - repo = "https://github.com/open62541/open62541.git" - [[open62541_jll."1.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/97b68e2549c150f3ee67847a3c1a8f58b37d4bf3//O/open62541/./bundled" - -[open62541_jll."1.3.7+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.3.7+0".sources]] - hash = "b8ac9e77f703e6ba5c012b886a8821037503daa6" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.3.8+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.3.8+0".sources]] - hash = "086b1557d6f49e8a82c999054a7da77d080cd54e" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.3.9+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.3.9+0".sources]] - hash = "70ff3501ddecd7e7594ebc63e2365994d59e010d" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.3.9+1"] -libraries = ["libopen62541"] - - [[open62541_jll."1.3.9+1".sources]] - hash = "70ff3501ddecd7e7594ebc63e2365994d59e010d" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.3.10+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.3.10+0".sources]] - hash = "2405c6588f8d8093e3e0e49e920db64daf479799" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.3.10+1"] -libraries = ["libopen62541"] - - [[open62541_jll."1.3.10+1".sources]] - hash = "2405c6588f8d8093e3e0e49e920db64daf479799" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.3.11+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.3.11+0".sources]] - hash = "1d5066d7efbbb199802e6fa86bfe80191a7eae58" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.3.15+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.3.15+0".sources]] - hash = "3eed1a6d5c5b207c531b2d35ed88aa0a4a4541e5" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.0+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.0+0".sources]] - hash = "84347820c8550b5750f2cd581c14ab201611c579" - repo = "https://github.com/open62541/open62541.git" - [[open62541_jll."1.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d88cdf9693de90e5496aa8ce490e7fedf5dfa20d//O/open62541/./bundled" - -[open62541_jll."1.4.0+1"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.0+1".sources]] - hash = "84347820c8550b5750f2cd581c14ab201611c579" - repo = "https://github.com/open62541/open62541.git" - [[open62541_jll."1.4.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a786f2386ebe8af9caad6f7b3707fa6ce16c9457//O/open62541/open62541@1.4/./bundled" - -[open62541_jll."1.4.0+2"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.0+2".sources]] - hash = "84347820c8550b5750f2cd581c14ab201611c579" - repo = "https://github.com/open62541/open62541.git" - [[open62541_jll."1.4.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/59a6efb951cd765a7677c01ccca39b8c6a2c9e18//O/open62541/open62541@1.4/./bundled" - -[open62541_jll."1.4.1+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.1+0".sources]] - hash = "1fea0ecc32742c07cd8411164ed0928ee8cd30cd" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.2+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.2+0".sources]] - hash = "22cfafdbb36e3419172c0af63ca1bebb24206102" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.3+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.3+0".sources]] - hash = "a709a0e89317386adc59cd52f1bb6582865d49cc" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.4+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.4+0".sources]] - hash = "f3e334c9ec36cf7a22ba73a25021867dccd393a8" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.6+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.6+0".sources]] - hash = "50ae40d3c98a5ff0458ee2b5ae92bea53e11af4e" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.7+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.7+0".sources]] - hash = "d4c5aaa2a755d846d8517f96995d318a66742d42" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.8+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.8+0".sources]] - hash = "f42c264d8df6a1a4cfff33c879f9229721e858b4" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.10+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.10+0".sources]] - hash = "abc76d3374fee1633c4afcafd72d710d88a6e604" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.11+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.11+0".sources]] - hash = "2aa764b640c3f049e71e64661ff10eb1f513878c" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.12+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.12+0".sources]] - hash = "7a8db31626f092c6f87cae39990cbf6ca2a1b6de" - repo = "https://github.com/open62541/open62541.git" - -[open62541_jll."1.4.13+0"] -libraries = ["libopen62541"] - - [[open62541_jll."1.4.13+0".sources]] - hash = "484348f3076da13a9d0971f3d66ffe57ab3b7a90" - repo = "https://github.com/open62541/open62541.git" - -[openPMD_api_jll."0.13.4+0"] -libraries = ["libopenPMD"] - - [[openPMD_api_jll."0.13.4+0".sources]] - hash = "46c013be5cda670f21969675ce839315d4f5ada0406a6546a91ec3441402cf5e" - url = "https://github.com/openPMD/openPMD-api/archive/refs/tags/0.13.4.tar.gz" - [[openPMD_api_jll."0.13.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b412838194ec3b255c54252ac0f82af9c199f33f//O/openPMD_api/./bundled" - -[openPMD_api_jll."0.14.0+0"] -libraries = ["libopenPMD", "libopenPMD_jl"] - - [[openPMD_api_jll."0.14.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[openPMD_api_jll."0.14.0+0".sources]] - hash = "37a178a0664224c4e53b1a8b169082dc2d342973f45868ab50e67111ef0723cf" - url = "https://github.com/eschnett/openPMD-api/archive/91b07e7ff4ef5b4b5cefb198865af6cbeb81274c.tar.gz" - -[openPMD_api_jll."0.14.0+1"] -libraries = ["libopenPMD", "libopenPMD_jl"] - - [[openPMD_api_jll."0.14.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[openPMD_api_jll."0.14.0+1".sources]] - hash = "70e9e432893f8dbc094fd887b53f53c396f225c5f2bacc43783f0b94e83313ea" - url = "https://github.com/eschnett/openPMD-api/archive/58391348d6efd8ce529dcc1548019904a63bcdd4.tar.gz" - -[openPMD_api_jll."0.14.0+2"] -libraries = ["libopenPMD", "libopenPMD_jl"] - - [[openPMD_api_jll."0.14.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[openPMD_api_jll."0.14.0+2".sources]] - hash = "3c060d8180dcac9dc1d82ed4628e823e57995e0f86788d6ddb10017127e8391f" - url = "https://github.com/eschnett/openPMD-api/archive/1f6559bd7891fa1bbd0313c84137289dc8cc6757.tar.gz" - -[openPMD_api_jll."0.14.1+0"] -libraries = ["libopenPMD", "libopenPMD_jl"] - - [[openPMD_api_jll."0.14.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[openPMD_api_jll."0.14.1+0".sources]] - hash = "8aed2bd1fb9fbbb32e1592b504017cff4f9573fa13a3658e8cdfe930b4006670" - url = "https://github.com/eschnett/openPMD-api/archive/d7ebecba2972e5ad0df75b53fe9aabf11632b651.tar.gz" - -[openPMD_api_jll."0.14.2+0"] -libraries = ["libopenPMD", "libopenPMD_jl"] - - [[openPMD_api_jll."0.14.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[openPMD_api_jll."0.14.2+0".sources]] - hash = "421538de3a8cba2171a1f2deb5774a340896aa4579e77178a9df27b634fb980d" - url = "https://github.com/eschnett/openPMD-api/archive/0df99cc11cfe7555e6d099d62b4016412b650f34.tar.gz" - -[openPMD_api_jll."0.14.3+0"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.14.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.14.3+0".sources]] - hash = "1c7f2b445ea58ca9cee40f4a31eb794889877b639c451f7c2bf8cb04db1538de" - url = "https://github.com/eschnett/openPMD-api/archive/32f4fe62bd92cad93c920a93a589211a95bd1543.tar.gz" - -[openPMD_api_jll."0.15.0+0"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.15.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.15.0+0".sources]] - hash = "ab394d567946b34a0a163d02c6d237f2339cddaa29dce57716ae326d034da623" - url = "https://github.com/eschnett/openPMD-api/archive/84bce33ffe0f730ac13562a6f0ff142222efff95.tar.gz" - [[openPMD_api_jll."0.15.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[openPMD_api_jll."0.15.0+1"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.15.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.15.0+1".sources]] - hash = "ab394d567946b34a0a163d02c6d237f2339cddaa29dce57716ae326d034da623" - url = "https://github.com/eschnett/openPMD-api/archive/84bce33ffe0f730ac13562a6f0ff142222efff95.tar.gz" - [[openPMD_api_jll."0.15.0+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[openPMD_api_jll."0.15.1+0"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.15.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.15.1+0".sources]] - hash = "ab394d567946b34a0a163d02c6d237f2339cddaa29dce57716ae326d034da623" - url = "https://github.com/eschnett/openPMD-api/archive/84bce33ffe0f730ac13562a6f0ff142222efff95.tar.gz" - [[openPMD_api_jll."0.15.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[openPMD_api_jll."0.15.1+1"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.15.1+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.15.1+1".sources]] - hash = "ab394d567946b34a0a163d02c6d237f2339cddaa29dce57716ae326d034da623" - url = "https://github.com/eschnett/openPMD-api/archive/84bce33ffe0f730ac13562a6f0ff142222efff95.tar.gz" - [[openPMD_api_jll."0.15.1+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[openPMD_api_jll."0.15.2+0"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.15.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.15.2+0".sources]] - hash = "1004cee967e36522b17742ef946451fb9d852a78e05950206c854ce6a5764cd9" - url = "https://github.com/eschnett/openPMD-api/archive/20cdbe774e9dd5b739f3aede0c7fc69a7dbaf431.tar.gz" - [[openPMD_api_jll."0.15.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[openPMD_api_jll."0.15.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5c401309c35ec443769bef4d3d537c52cab17a1f//O/openPMD_api/./bundled" - -[openPMD_api_jll."0.15.2+1"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.15.2+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.15.2+1".sources]] - hash = "20cdbe774e9dd5b739f3aede0c7fc69a7dbaf431" - repo = "https://github.com/eschnett/openPMD-api.git" - [[openPMD_api_jll."0.15.2+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[openPMD_api_jll."0.15.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c4347558e8788bbed047681fb0eae9205a9638cf//O/openPMD_api/./bundled" - -[openPMD_api_jll."0.16.0+0"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.16.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.16.0+0".sources]] - hash = "13ea8b4ecca968a5355825d639b3e9182d14b484" - repo = "https://github.com/eschnett/openPMD-api.git" - [[openPMD_api_jll."0.16.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[openPMD_api_jll."0.16.0+1"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.16.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.4" - - [[openPMD_api_jll."0.16.0+1".sources]] - hash = "13ea8b4ecca968a5355825d639b3e9182d14b484" - repo = "https://github.com/eschnett/openPMD-api.git" - [[openPMD_api_jll."0.16.0+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[openPMD_api_jll."0.16.2+0"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.16.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.16.2+0".sources]] - hash = "9eaec53880c365729d37840a4f788e6a57272385" - repo = "https://github.com/eschnett/openPMD-api.git" - [[openPMD_api_jll."0.16.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[openPMD_api_jll."0.16.3+0"] -libraries = ["libopenPMD", "libopenPMD.jl"] - - [[openPMD_api_jll."0.16.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[openPMD_api_jll."0.16.3+0".sources]] - hash = "cac948869a45b1b5ebeebccc930a805a7ab337a7" - repo = "https://github.com/eschnett/openPMD-api.git" - [[openPMD_api_jll."0.16.3+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[openbabel_jll."3.1.1+0"] -executables = ["obfit", "obspectrophore", "roundtrip", "obprop", "obgrep", "obsym", "obabel", "obthermo", "obfitall", "obprobe", "obminimize", "obrotamer", "obdistgen", "obgen", "obenergy", "obrms", "obrotate", "obconformer", "obmm", "obtautomer"] -libraries = ["libopenbabel", "libinchi"] - - [[openbabel_jll."3.1.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" - version = "*" - - [[openbabel_jll."3.1.1+0".sources]] - hash = "c97023ac6300d26176c97d4ef39957f06e68848d64f1a04b0b284ccff2744f02" - url = "https://github.com/openbabel/openbabel/archive/refs/tags/openbabel-3-1-1.tar.gz" - -[opencl_kernel_profiler_jll."0.0.109+0"] -libraries = ["libopencl-kernel-profiler"] - - [[opencl_kernel_profiler_jll."0.0.109+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "2024.10.24" - [[opencl_kernel_profiler_jll."0.0.109+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[opencl_kernel_profiler_jll."0.0.109+0".sources]] - hash = "0ba158cf3018f25d363ff181e9a769c7e1d86b77" - repo = "https://github.com/rjodinchr/opencl-kernel-profiler" - -[openfhe_julia_int128_jll."0.3.6+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_int128_jll."0.3.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_int128_jll."0.3.6+0".sources]] - hash = "4939f1dd11ae2640b5bb397f731df8ef94307e74" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_int128_jll."0.3.6+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_int128_jll."0.3.7+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_int128_jll."0.3.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_int128_jll."0.3.7+0".sources]] - hash = "2a58ebdc78ca538d65bfa3dc2ca6c88de8aecede" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_int128_jll."0.3.7+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_int128_jll."0.3.8+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_int128_jll."0.3.8+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_int128_jll."0.3.8+0".sources]] - hash = "4543d70c46ede496c039fabec86d25cf3cb2c8f9" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_int128_jll."0.3.8+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_int128_jll."0.3.9+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_int128_jll."0.3.9+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_int128_jll."0.3.9+0".sources]] - hash = "1e8fcd86e52d0f84dc594aeaf49ee42dbab633d0" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_int128_jll."0.3.9+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_int128_jll."0.3.10+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_int128_jll."0.3.10+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_int128_jll."0.3.10+0".sources]] - hash = "34575a0f17fc239bd5add813de077c8fdf11440b" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_int128_jll."0.3.10+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_int128_jll."0.3.11+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_int128_jll."0.3.11+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_int128_jll."0.3.11+0".sources]] - hash = "cfcba530b435735e77c7a4684bd16de9a62f7ac8" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_int128_jll."0.3.11+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_jll."0.1.1+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - - [[openfhe_julia_jll."0.1.1+0".sources]] - hash = "e4be04ac212508869efb140d55fdf622181e79ee" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.1.2+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.1.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - - [[openfhe_julia_jll."0.1.2+0".sources]] - hash = "621b83611bf8b600a3fab3bca0b0053548ac6a04" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.0+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.0+0".sources]] - hash = "72c9c5a941b9d5a084a439d9359be8f26d2d91d4" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.1+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.1+0".sources]] - hash = "4bd91cf4aa050ed5250b763c5b327e87aa5f2be0" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.2+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.2+0".sources]] - hash = "7dfd2834bb986cb8d5ede4d764496d3a7b31521f" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.3+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.3+0".sources]] - hash = "125b80cda5d8cf8d1cabc7445db01f92003dfb22" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.3+1"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.3+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.3+1".sources]] - hash = "125b80cda5d8cf8d1cabc7445db01f92003dfb22" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.4+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.4+0".sources]] - hash = "f6d693d3c01a11eea6524e16022a017ed1ff6faa" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.5+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.5+0".sources]] - hash = "0673211dc76642c21f4b49355f676e37feb07daa" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.6+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.6+0".sources]] - hash = "b4aa2f43dc8b061a00258f9ab23705369afa9090" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.7+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.7+0".sources]] - hash = "1e8ed2b8ad95c8cfb363d81b69e9a3f61e6dad13" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.8+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.8+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.8+0".sources]] - hash = "f9532ed9fb81487f99cb1c6145e22278ae0896fc" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.2.9+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.2.9+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.7" - - [[openfhe_julia_jll."0.2.9+0".sources]] - hash = "b13ae59187963c563f7ea61e51a32655d0f24601" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.3.0+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.0+0".sources]] - hash = "04867e12f5e10004267083a263846db50c9bf18b" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.3.1+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.1+0".sources]] - hash = "0b36d271e02d26ecee79a62d1dbeda50b8bc6671" - repo = "https://github.com/sloede/openfhe-julia.git" - -[openfhe_julia_jll."0.3.2+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.2+0".sources]] - hash = "f5c3e83bb2e2b44b37f80423552e9db7069dd15d" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - -[openfhe_julia_jll."0.3.3+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.3+0".sources]] - hash = "bf374dd537fdd9cd39e71c50ae959d4340345e07" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - -[openfhe_julia_jll."0.3.4+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.4+0".sources]] - hash = "92daa9c7661f242a3cf795a8b3fc315fdcdc5a84" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - -[openfhe_julia_jll."0.3.5+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.5+0".sources]] - hash = "03927c4c396c76a3c22e7f15f849217698c93d2e" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - -[openfhe_julia_jll."0.3.6+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.6+0".sources]] - hash = "4939f1dd11ae2640b5bb397f731df8ef94307e74" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - -[openfhe_julia_jll."0.3.6+1"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.6+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.6+1".sources]] - hash = "4939f1dd11ae2640b5bb397f731df8ef94307e74" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_jll."0.3.6+1".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_jll."0.3.7+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.7+0".sources]] - hash = "2a58ebdc78ca538d65bfa3dc2ca6c88de8aecede" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_jll."0.3.7+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_jll."0.3.8+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.8+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.8+0".sources]] - hash = "4543d70c46ede496c039fabec86d25cf3cb2c8f9" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_jll."0.3.8+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_jll."0.3.9+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.9+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.9+0".sources]] - hash = "1e8fcd86e52d0f84dc594aeaf49ee42dbab633d0" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_jll."0.3.9+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_jll."0.3.10+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.10+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.10+0".sources]] - hash = "34575a0f17fc239bd5add813de077c8fdf11440b" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_jll."0.3.10+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[openfhe_julia_jll."0.3.11+0"] -libraries = ["libopenfhe_julia"] - - [[openfhe_julia_jll."0.3.11+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[openfhe_julia_jll."0.3.11+0".sources]] - hash = "cfcba530b435735e77c7a4684bd16de9a62f7ac8" - repo = "https://github.com/hpsc-lab/openfhe-julia.git" - [[openfhe_julia_jll."0.3.11+0".sources]] - hash = "f6acc6209db9d56b67fcaf91ec1defe48722e9eb13dc21fb91cfeceb1489e57e" - url = "https://github.com/alexey-lysiuk/macos-sdk/releases/download/14.5/MacOSX14.5.tar.xz" - -[osmium_jll."1.14.0+0"] -executables = ["osmium"] - - [[osmium_jll."1.14.0+0".build_dependencies]] - name = "libosmium_jll" - target = "target" - uuid = "7f0a2ee1-9b43-5740-ae82-b54233cf7071" - version = "*" - [[osmium_jll."1.14.0+0".build_dependencies]] - name = "protozero_jll" - target = "target" - uuid = "e2028600-4f28-5e5c-ab86-957950af6e0a" - version = "*" - - [[osmium_jll."1.14.0+0".sources]] - hash = "bec0d8c6a058140179fae009858790adc529ec3e" - repo = "https://github.com/osmcode/osmium-tool.git" - [[osmium_jll."1.14.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/81576ba98f01cf31c88cfd8df5761f0c64762f66//O/osmium/./bundled" - -[osmium_jll."1.15.0+0"] -executables = ["osmium"] - - [[osmium_jll."1.15.0+0".build_dependencies]] - name = "libosmium_jll" - target = "target" - uuid = "7f0a2ee1-9b43-5740-ae82-b54233cf7071" - version = "*" - [[osmium_jll."1.15.0+0".build_dependencies]] - name = "protozero_jll" - target = "target" - uuid = "e2028600-4f28-5e5c-ab86-957950af6e0a" - version = "*" - - [[osmium_jll."1.15.0+0".sources]] - hash = "214cc1ea4016bee5deba5949dad7545655c58826" - repo = "https://github.com/osmcode/osmium-tool.git" - [[osmium_jll."1.15.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[osmium_jll."1.16.0+0"] -executables = ["osmium"] - - [[osmium_jll."1.16.0+0".build_dependencies]] - name = "libosmium_jll" - target = "target" - uuid = "7f0a2ee1-9b43-5740-ae82-b54233cf7071" - version = "*" - [[osmium_jll."1.16.0+0".build_dependencies]] - name = "protozero_jll" - target = "target" - uuid = "e2028600-4f28-5e5c-ab86-957950af6e0a" - version = "*" - - [[osmium_jll."1.16.0+0".sources]] - hash = "583db02ac9193dfb5217f93c823a4975405338ac" - repo = "https://github.com/osmcode/osmium-tool.git" - [[osmium_jll."1.16.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[osmium_jll."1.17.0+0"] -executables = ["osmium"] - - [[osmium_jll."1.17.0+0".build_dependencies]] - name = "libosmium_jll" - target = "target" - uuid = "7f0a2ee1-9b43-5740-ae82-b54233cf7071" - version = "*" - [[osmium_jll."1.17.0+0".build_dependencies]] - name = "protozero_jll" - target = "target" - uuid = "e2028600-4f28-5e5c-ab86-957950af6e0a" - version = "*" - [[osmium_jll."1.17.0+0".build_dependencies]] - name = "nlohmann_json_jll" - target = "target" - version = "*" - - [[osmium_jll."1.17.0+0".sources]] - hash = "02b70f2c0df142f09ca24ffa633b6d3d1ec1e3eb" - repo = "https://github.com/osmcode/osmium-tool.git" - [[osmium_jll."1.17.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[osslsigncode_jll."2.9.0+0"] -executables = ["osslsigncode"] - - [[osslsigncode_jll."2.9.0+0".sources]] - hash = "76ee550c9d3b9f0e559f044e18136b74c167fef2" - repo = "https://github.com/mtrojnar/osslsigncode" - -[oxigraph_server_jll."0.2.5+0"] -executables = ["oxigraph_server"] - - [[oxigraph_server_jll."0.2.5+0".sources]] - hash = "a21dcbb4f7355d7a00a86fbc5ad2c350a53629c4" - repo = "https://github.com/oxigraph/oxigraph.git" - -[oxigraph_server_jll."0.3.18+0"] -executables = ["oxigraph_server"] - - [[oxigraph_server_jll."0.3.18+0".sources]] - hash = "c0c2a64e7dc05cf9c24d4c29349baef583eead3e1f9984cdc2ac56a5beba9df7" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.18/oxigraph_server_v0.3.18_aarch64_apple" - [[oxigraph_server_jll."0.3.18+0".sources]] - hash = "c5d1229d1011d30ed55226545abc9f9caa5f40d34cecf3b7d0e6964db516df6b" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.18/oxigraph_server_v0.3.18_x86_64_apple" - [[oxigraph_server_jll."0.3.18+0".sources]] - hash = "be0ec046fe48adff38e08c235d8f3f56af8d278a0a672c7f438ab32504ecaa57" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.18/oxigraph_server_v0.3.18_aarch64_linux_gnu" - [[oxigraph_server_jll."0.3.18+0".sources]] - hash = "1d62d475516f85dc8ab548ed0f8d25572186cbaf91cf43805d415d310045ea1e" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.18/oxigraph_server_v0.3.18_x86_64_linux_gnu" - [[oxigraph_server_jll."0.3.18+0".sources]] - hash = "232fab182aa30df0d004980b6d386fab3aabb89ec294386ee63df0f56622ccf1" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.18/oxigraph_server_v0.3.18_x86_64_windows_msvc.exe" - [[oxigraph_server_jll."0.3.18+0".sources]] - hash = "1f4f6736adc52ebfda18bb84947e0ef492bd86a408c0e83872efb75ed5e02838" - url = "https://raw.githubusercontent.com/oxigraph/oxigraph/v0.3.18/LICENSE-MIT" - -[oxigraph_server_jll."0.3.19+0"] -executables = ["oxigraph_server"] - - [[oxigraph_server_jll."0.3.19+0".sources]] - hash = "a53629afdbd5e34e0024abcc42ed559bd2d4d8456ad1851a5098b1a7bc10c66b" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.19/oxigraph_server_v0.3.19_aarch64_apple" - [[oxigraph_server_jll."0.3.19+0".sources]] - hash = "6d3cdb5c06746bb09cff3ba892e00ecfb5faaf6ac98c0e35bd06d04ee305a1b3" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.19/oxigraph_server_v0.3.19_x86_64_apple" - [[oxigraph_server_jll."0.3.19+0".sources]] - hash = "3ebc68013762b8377a2caadc2846aafcaa15830bec0e2368c091a5d99551552b" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.19/oxigraph_server_v0.3.19_aarch64_linux_gnu" - [[oxigraph_server_jll."0.3.19+0".sources]] - hash = "e93d4a8640f8356acddc6bd8a039b7decbca3852d4c310c396552a8d50ebe05a" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.19/oxigraph_server_v0.3.19_x86_64_linux_gnu" - [[oxigraph_server_jll."0.3.19+0".sources]] - hash = "ea65b7e283593937e7d932f077e35f865ce408e9a19ee798dd26a745e0cd600f" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.19/oxigraph_server_v0.3.19_x86_64_windows_msvc.exe" - [[oxigraph_server_jll."0.3.19+0".sources]] - hash = "1f4f6736adc52ebfda18bb84947e0ef492bd86a408c0e83872efb75ed5e02838" - url = "https://raw.githubusercontent.com/oxigraph/oxigraph/v0.3.19/LICENSE-MIT" - -[oxigraph_server_jll."0.3.20+0"] -executables = ["oxigraph_server"] - - [[oxigraph_server_jll."0.3.20+0".sources]] - hash = "cc9e47f43cf546eb16a0300972de37ddc699565340c2ee5fa82c96bb57c8b19e" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.20/oxigraph_server_v0.3.20_aarch64_apple" - [[oxigraph_server_jll."0.3.20+0".sources]] - hash = "fa3d2dae62063d68c00dd2b0787ac5514ac2d914c9fd31fa9fd3f8246363dc8a" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.20/oxigraph_server_v0.3.20_x86_64_apple" - [[oxigraph_server_jll."0.3.20+0".sources]] - hash = "67021a33618af8a4418186cd3ee9d2be1e3de7b2a26f7e0a1a4e4bbd4f4cfefc" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.20/oxigraph_server_v0.3.20_aarch64_linux_gnu" - [[oxigraph_server_jll."0.3.20+0".sources]] - hash = "bd1905a38014fde4b2983c9a6c13992c64797b1c4cd7e272c1217876d077f2a9" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.20/oxigraph_server_v0.3.20_x86_64_linux_gnu" - [[oxigraph_server_jll."0.3.20+0".sources]] - hash = "d8e836562f3b0d762a6410b06c736f0ccb2c9a0da95a2921487b7b63f62f8c9d" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.20/oxigraph_server_v0.3.20_x86_64_windows_msvc.exe" - [[oxigraph_server_jll."0.3.20+0".sources]] - hash = "1f4f6736adc52ebfda18bb84947e0ef492bd86a408c0e83872efb75ed5e02838" - url = "https://raw.githubusercontent.com/oxigraph/oxigraph/v0.3.20/LICENSE-MIT" - -[oxigraph_server_jll."0.3.22+0"] -executables = ["oxigraph_server"] - - [[oxigraph_server_jll."0.3.22+0".sources]] - hash = "eb257070e93c39569e906a4523c5ec3f9011d87b672206b5d77408da57b71e0a" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.22/oxigraph_server_v0.3.22_aarch64_apple" - [[oxigraph_server_jll."0.3.22+0".sources]] - hash = "bc7967199cd70945e95f649511ccfda78cb9f3b3a14931d73210207741be2ae3" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.22/oxigraph_server_v0.3.22_x86_64_apple" - [[oxigraph_server_jll."0.3.22+0".sources]] - hash = "727043118272953123bf3bd9835a5d9ecf394b72f603fd745f155caa1f61b2ee" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.22/oxigraph_server_v0.3.22_aarch64_linux_gnu" - [[oxigraph_server_jll."0.3.22+0".sources]] - hash = "728f34d92fbb73e9b42655b6edd47a061e638f7e6e621e7f123772d41048942a" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.22/oxigraph_server_v0.3.22_x86_64_linux_gnu" - [[oxigraph_server_jll."0.3.22+0".sources]] - hash = "eb8499e1a510ae904511e585e233f2d81bbf5ee70a4949a75102e57901903e69" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.3.22/oxigraph_server_v0.3.22_x86_64_windows_msvc.exe" - [[oxigraph_server_jll."0.3.22+0".sources]] - hash = "1f4f6736adc52ebfda18bb84947e0ef492bd86a408c0e83872efb75ed5e02838" - url = "https://raw.githubusercontent.com/oxigraph/oxigraph/v0.3.22/LICENSE-MIT" - -[oxigraph_server_jll."0.4.7+0"] -executables = ["oxigraph_server"] - - [[oxigraph_server_jll."0.4.7+0".sources]] - hash = "9051a821f1f7d1bafeb622b44293369fd68c70425141ef56bddd69f4b3ea1a67" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.4.7/oxigraph_v0.4.7_aarch64_apple" - [[oxigraph_server_jll."0.4.7+0".sources]] - hash = "3bc3c89d2ea1d3ad45e4e9d4c5c86ffc8be8266a930be767db98db0b5838ffc5" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.4.7/oxigraph_v0.4.7_x86_64_apple" - [[oxigraph_server_jll."0.4.7+0".sources]] - hash = "998ca76d3c2c25d02404fe8e808f8cab6119ee894653d48958fd8a01e8cfb5e7" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.4.7/oxigraph_v0.4.7_aarch64_linux_gnu" - [[oxigraph_server_jll."0.4.7+0".sources]] - hash = "d34c1011339ad9337225f64943dbca8f439b495041ba38a1d40f440dd1d28a4b" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.4.7/oxigraph_v0.4.7_x86_64_linux_gnu" - [[oxigraph_server_jll."0.4.7+0".sources]] - hash = "000d2aa6b11092d068edf2586542073f92584eb65e0018f59b611da4470f454b" - url = "https://github.com/oxigraph/oxigraph/releases/download/v0.4.7/oxigraph_v0.4.7_x86_64_windows_msvc.exe" - [[oxigraph_server_jll."0.4.7+0".sources]] - hash = "1f4f6736adc52ebfda18bb84947e0ef492bd86a408c0e83872efb75ed5e02838" - url = "https://raw.githubusercontent.com/oxigraph/oxigraph/v0.4.7/LICENSE-MIT" - -[p3a_jll."1.0.2+0"] -libraries = ["libp3a"] - - [[p3a_jll."1.0.2+0".sources]] - hash = "271cd1d77fbc850aa4ddfb015b59176926670b3b" - repo = "https://github.com/sandialabs/p3a.git" - -[p3a_jll."1.0.3+0"] -libraries = ["libp3a"] - - [[p3a_jll."1.0.3+0".sources]] - hash = "271cd1d77fbc850aa4ddfb015b59176926670b3b" - repo = "https://github.com/sandialabs/p3a.git" - -[pandoc_crossref_jll."0.3.6+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."0.3.6+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."0.3.6+0".sources]] - hash = "57e8f71d46c401daf0a3247b7405b49503b836e93893730e6e5907f6cb2c0885" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.6.4/pandoc-crossref-Linux-2.9.2.1.tar.xz" - [[pandoc_crossref_jll."0.3.6+0".sources]] - hash = "b63ac830d7164279eb80041cd5f793e6b611ce1a701a86308ce5b2a3a99d33b2" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.6.4/pandoc-crossref-macOS-2.9.2.1.tar.xz" - [[pandoc_crossref_jll."0.3.6+0".sources]] - hash = "3e943fcdd3f91951fe18f9900e136ccb9ea810b2582f4bd929760357eaf83ef4" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.6.4/pandoc-crossref-Windows-2.9.2.1.7z" - [[pandoc_crossref_jll."0.3.6+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/65858c01a76f75990e7e30bcdb571cd84a69d47c/LICENSE" - -[pandoc_crossref_jll."0.3.9+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."0.3.9+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."0.3.9+0".sources]] - hash = "f5efb834779d514e5b8096329efae60426af596ba5f2affc38eac62b9b469641" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.9.1/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."0.3.9+0".sources]] - hash = "b72310fcbc25c7f3bcbb4fcc2b512ba591786ddd95a57d8fa007c1b1aff15504" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.9.1/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."0.3.9+0".sources]] - hash = "fe779c649f4f9bee6bb29a1701be9ac7176547ba8e03dcfe8777dcbdfac0d3b7" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.9.1/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."0.3.9+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.9.1/LICENSE" - -[pandoc_crossref_jll."0.3.11+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."0.3.11+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."0.3.11+0".sources]] - hash = "eca741b75d909a60b8ab52653d4b8797058ec90ae168f10189ea94b6b6cd5f5e" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.11.0/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."0.3.11+0".sources]] - hash = "a1866a1d35e8afc16faf13b7cbbc7e492163e3ab91a9705b284006c4c5eb049b" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.11.0/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."0.3.11+0".sources]] - hash = "7eeea4920876e0432b07813be064ab993c52c3a47387a48274415bce7ab881ab" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.11.0/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."0.3.11+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.11.0/LICENSE" - -[pandoc_crossref_jll."0.3.12+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."0.3.12+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."0.3.12+0".sources]] - hash = "eca741b75d909a60b8ab52653d4b8797058ec90ae168f10189ea94b6b6cd5f5e" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.11.0/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."0.3.12+0".sources]] - hash = "a1866a1d35e8afc16faf13b7cbbc7e492163e3ab91a9705b284006c4c5eb049b" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.11.0/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."0.3.12+0".sources]] - hash = "7eeea4920876e0432b07813be064ab993c52c3a47387a48274415bce7ab881ab" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.11.0/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."0.3.12+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.11.0/LICENSE" - -[pandoc_crossref_jll."0.3.14+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."0.3.14+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."0.3.14+0".sources]] - hash = "9ad4aff57d58198b9d97fef71319c5b060ebcfc570055d87aa95b4117b40db56" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.14.0/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."0.3.14+0".sources]] - hash = "b29ebe076ecd462bf567f7d0774f70177aa109999a3c0fa542a6c3564ad50e2f" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.14.0/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."0.3.14+0".sources]] - hash = "f07e7e64e7a2260d43e93941387aa320914f3e161697bce305622d4250040cb3" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.14.0/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."0.3.14+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.14.0/LICENSE" - -[pandoc_crossref_jll."0.3.15+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."0.3.15+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."0.3.15+0".sources]] - hash = "07951a4dd43ec221863b6ee8a3721c7354a07ecb1e6066fa405de522ec5987fd" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.15.0/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."0.3.15+0".sources]] - hash = "4ddadd2e6a5ed4abbbe1d58ac9ff235789615f6b4e69e8bc5f3dbe50ff3eda8b" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.15.0/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."0.3.15+0".sources]] - hash = "fcfa2be7f2a07875deb21a84fa1ec0b3399f23ad4758caf8d8e463663260fb9e" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.15.0/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."0.3.15+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.15.0/LICENSE" - -[pandoc_crossref_jll."0.3.17+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."0.3.17+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."0.3.17+0".sources]] - hash = "15a49a07ac99696d58cf36fe717810d71172311b6f0ddff63a991b4402f3ebcd" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.0/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."0.3.17+0".sources]] - hash = "d8629ac747709869342fce00e56b56eca06b7d6a17541cf9a026530874a9fffe" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.0/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."0.3.17+0".sources]] - hash = "4fa210feb55265f87e255c8c176caa8de906dad224c9d3cd482609c6070d8e5c" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.0/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."0.3.17+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.17.0/LICENSE" - -[pandoc_crossref_jll."0.3.17+1"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."0.3.17+1".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."0.3.17+1".sources]] - hash = "0eb261d03929921224c26feec96335f814065b84760ca0ecafe8a2f2d5794d4b" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.1a/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."0.3.17+1".sources]] - hash = "f2dc7dd5af6b6270c0fbc0814f2f46f40aa015a761472aa1225d02abb34e4427" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.1a/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."0.3.17+1".sources]] - hash = "4990bcb174165a3e32383f0833f0e32179442fb71e056593c2a8f96ceddd6f93" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.1a/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."0.3.17+1".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.17.1a/LICENSE" - -[pandoc_crossref_jll."3.17.101+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."3.17.101+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."3.17.101+0".sources]] - hash = "0eb261d03929921224c26feec96335f814065b84760ca0ecafe8a2f2d5794d4b" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.1a/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."3.17.101+0".sources]] - hash = "f2dc7dd5af6b6270c0fbc0814f2f46f40aa015a761472aa1225d02abb34e4427" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.1a/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."3.17.101+0".sources]] - hash = "4990bcb174165a3e32383f0833f0e32179442fb71e056593c2a8f96ceddd6f93" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.1a/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."3.17.101+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.17.1a/LICENSE" - -[pandoc_crossref_jll."3.17.103+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."3.17.103+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."3.17.103+0".sources]] - hash = "0dc7aca677f4ec50419b53933ebe71ff86df6ac04d6108cd9913758cf8e118aa" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.1c/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."3.17.103+0".sources]] - hash = "147a02f00a2d96366ea44c35dea996ed225735d293b655533bbc91c6bf4ce6de" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.1c/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."3.17.103+0".sources]] - hash = "d9198fd48ebf0d098e72db7e09f0d88c796e281bf2abacfd1eb202c0ac1bbd18" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.17.1c/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."3.17.103+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.17.1c/LICENSE" - -[pandoc_crossref_jll."3.18.0+0"] -executables = ["pandoc-crossref"] - - [[pandoc_crossref_jll."3.18.0+0".build_dependencies]] - name = "p7zip_jll" - target = "host" - version = "*" - - [[pandoc_crossref_jll."3.18.0+0".sources]] - hash = "c5cfd6f41e66348d7ef850bc05992862b447a82d22509a1c635757419c58db26" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.18.0/pandoc-crossref-Linux.tar.xz" - [[pandoc_crossref_jll."3.18.0+0".sources]] - hash = "958f36901d0e60154531d5beeb1d640900c698e910180bebe1293dd461b04566" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.18.0/pandoc-crossref-macOS.tar.xz" - [[pandoc_crossref_jll."3.18.0+0".sources]] - hash = "685e2366e6dda0b7e07ba48cf986716474881a24ae1b60acc39da11dbc0eed1f" - url = "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.18.0/pandoc-crossref-Windows.7z" - [[pandoc_crossref_jll."3.18.0+0".sources]] - hash = "39db8f9acf036595a2566ea3fe560bc7bd65d8749f088e0f4a4ef2f8a6cb4b34" - url = "https://raw.githubusercontent.com/lierdakil/pandoc-crossref/v0.3.18.0/LICENSE" - -[pandoc_jll."2.9.2+0"] -executables = ["pandoc", "pandoc-citeproc"] - - [[pandoc_jll."2.9.2+0".sources]] - hash = "5b61a981bd2b7d48c1b4ba5788f1386631f97e2b46d0d1f1a08787091b4b0cf8" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-linux-amd64.tar.gz" - [[pandoc_jll."2.9.2+0".sources]] - hash = "c4847f7a6e6a02a7d1b8dc17505896d8a6e4c2ee9e8b325e47a0468036675307" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-macOS.zip" - [[pandoc_jll."2.9.2+0".sources]] - hash = "db5a8533b7e2ef38114e9788e56530bb6be330c326731692f236218682017d4d" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-i386.zip" - [[pandoc_jll."2.9.2+0".sources]] - hash = "223f7ef1dd926394ee57b6b5893484e51100be8527bd96eec26e284774863084" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-x86_64.zip" - [[pandoc_jll."2.9.2+0".sources]] - hash = "2b0d4dda4bf8034e1506507a67f80f982131137afe62bf144d248f9faea31da4" - url = "https://raw.githubusercontent.com/jgm/pandoc/master/COPYING.md" - [[pandoc_jll."2.9.2+0".sources]] - hash = "39be98cc4d2906dd44abf8573ab91557e0b6d51f503d3a889dab0e8bcca1c43f" - url = "https://raw.githubusercontent.com/jgm/pandoc/master/COPYRIGHT" - -[pandoc_jll."2.9.2+1"] -executables = ["pandoc", "pandoc-citeproc"] - - [[pandoc_jll."2.9.2+1".sources]] - hash = "5b61a981bd2b7d48c1b4ba5788f1386631f97e2b46d0d1f1a08787091b4b0cf8" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-linux-amd64.tar.gz" - [[pandoc_jll."2.9.2+1".sources]] - hash = "c4847f7a6e6a02a7d1b8dc17505896d8a6e4c2ee9e8b325e47a0468036675307" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-macOS.zip" - [[pandoc_jll."2.9.2+1".sources]] - hash = "db5a8533b7e2ef38114e9788e56530bb6be330c326731692f236218682017d4d" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-i386.zip" - [[pandoc_jll."2.9.2+1".sources]] - hash = "223f7ef1dd926394ee57b6b5893484e51100be8527bd96eec26e284774863084" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-x86_64.zip" - [[pandoc_jll."2.9.2+1".sources]] - hash = "2b0d4dda4bf8034e1506507a67f80f982131137afe62bf144d248f9faea31da4" - url = "https://raw.githubusercontent.com/jgm/pandoc/master/COPYING.md" - [[pandoc_jll."2.9.2+1".sources]] - hash = "39be98cc4d2906dd44abf8573ab91557e0b6d51f503d3a889dab0e8bcca1c43f" - url = "https://raw.githubusercontent.com/jgm/pandoc/master/COPYRIGHT" - -[pandoc_jll."2.9.2+2"] -executables = ["pandoc", "pandoc-citeproc"] - - [[pandoc_jll."2.9.2+2".sources]] - hash = "5b61a981bd2b7d48c1b4ba5788f1386631f97e2b46d0d1f1a08787091b4b0cf8" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-linux-amd64.tar.gz" - [[pandoc_jll."2.9.2+2".sources]] - hash = "c4847f7a6e6a02a7d1b8dc17505896d8a6e4c2ee9e8b325e47a0468036675307" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-macOS.zip" - [[pandoc_jll."2.9.2+2".sources]] - hash = "db5a8533b7e2ef38114e9788e56530bb6be330c326731692f236218682017d4d" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-i386.zip" - [[pandoc_jll."2.9.2+2".sources]] - hash = "223f7ef1dd926394ee57b6b5893484e51100be8527bd96eec26e284774863084" - url = "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-x86_64.zip" - [[pandoc_jll."2.9.2+2".sources]] - hash = "2b0d4dda4bf8034e1506507a67f80f982131137afe62bf144d248f9faea31da4" - url = "https://raw.githubusercontent.com/jgm/pandoc/16889a01b95a1b897abdfa2da191c1338f0333b2/COPYING.md" - [[pandoc_jll."2.9.2+2".sources]] - hash = "39be98cc4d2906dd44abf8573ab91557e0b6d51f503d3a889dab0e8bcca1c43f" - url = "https://raw.githubusercontent.com/jgm/pandoc/16889a01b95a1b897abdfa2da191c1338f0333b2/COPYRIGHT" - -[pandoc_jll."2.11.4+0"] -executables = ["pandoc"] - - [[pandoc_jll."2.11.4+0".sources]] - hash = "b15ce6009ab833fb51fc472bf8bb9683cd2bd7f8ac948f3ddeb6b8f9a366d69a" - url = "https://github.com/jgm/pandoc/releases/download/2.11.4/pandoc-2.11.4-linux-amd64.tar.gz" - [[pandoc_jll."2.11.4+0".sources]] - hash = "13b8597860afa6ab802993a684b340be3f31f4d2a06c50b6601f9e726cf76f71" - url = "https://github.com/jgm/pandoc/releases/download/2.11.4/pandoc-2.11.4-macOS.zip" - [[pandoc_jll."2.11.4+0".sources]] - hash = "ee1b0c4d0f539ee8316d6cebb29f6aa709aa3a72be2b2b4ab6e9e4a77a01a50b" - url = "https://github.com/jgm/pandoc/releases/download/2.11.4/pandoc-2.11.4-windows-x86_64.zip" - [[pandoc_jll."2.11.4+0".sources]] - hash = "2b0d4dda4bf8034e1506507a67f80f982131137afe62bf144d248f9faea31da4" - url = "https://raw.githubusercontent.com/jgm/pandoc/54d8c6959cc53e78cfea2093b33504672f81ed74/COPYING.md" - [[pandoc_jll."2.11.4+0".sources]] - hash = "7087ebeaa4c3131b7a989ea4310da1442610e9e2874c3bc9d3e8a52d618fd97a" - url = "https://raw.githubusercontent.com/jgm/pandoc/54d8c6959cc53e78cfea2093b33504672f81ed74/COPYRIGHT" - -[pandoc_jll."2.14.0+0"] -executables = ["pandoc"] - - [[pandoc_jll."2.14.0+0".sources]] - hash = "e24cca7d241d907d690428a296861cbcbdaf4686ef887ac65581a930b2e6038c" - url = "https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-linux-amd64.tar.gz" - [[pandoc_jll."2.14.0+0".sources]] - hash = "630564487c30602ee299b463efc4fb48b418a6f254c123a11f3748426b2007b3" - url = "https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-macOS.zip" - [[pandoc_jll."2.14.0+0".sources]] - hash = "341935e8de2bc58153b6aabcced8bf73d753bc6b97efdf0128f52da82841b0c5" - url = "https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-windows-x86_64.zip" - [[pandoc_jll."2.14.0+0".sources]] - hash = "fd334f48c12b17ec264b2c49a554c584cdb29828c29fbbde7c1f57232a30975d" - url = "https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-linux-arm64.tar.gz" - [[pandoc_jll."2.14.0+0".sources]] - hash = "adcfa50add0dd23fda4937830ee6401a45638cffa15b9b33b1932f833f4fab75" - url = "https://raw.githubusercontent.com/jgm/pandoc/2.14/COPYRIGHT" - [[pandoc_jll."2.14.0+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/2.14/COPYING.md" - -[pandoc_jll."2.19.2+0"] -executables = ["pandoc"] - - [[pandoc_jll."2.19.2+0".sources]] - hash = "9d55c7afb6a244e8a615451ed9cb02e6a6f187ad4d169c6d5a123fa74adb4830" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-amd64.tar.gz" - [[pandoc_jll."2.19.2+0".sources]] - hash = "af0cda69e31e42f01ba6adc0aa779d3e5853e6c092beeb420a4fc22712d2110b" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-macOS.zip" - [[pandoc_jll."2.19.2+0".sources]] - hash = "e7a0c92b4af6cad31d9899a8b92a3992e18634320349bbf56b729bbbcf71bb99" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-windows-x86_64.zip" - [[pandoc_jll."2.19.2+0".sources]] - hash = "43f364915b9da64905fc3f6009f5542f224e54fb24f71043ef5154540f1a3983" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-arm64.tar.gz" - [[pandoc_jll."2.19.2+0".sources]] - hash = "adcfa50add0dd23fda4937830ee6401a45638cffa15b9b33b1932f833f4fab75" - url = "https://raw.githubusercontent.com/jgm/pandoc/2.19.2/COPYRIGHT" - [[pandoc_jll."2.19.2+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/2.19.2/COPYING.md" - -[pandoc_jll."2.19.2+1"] -executables = ["pandoc"] - - [[pandoc_jll."2.19.2+1".sources]] - hash = "9d55c7afb6a244e8a615451ed9cb02e6a6f187ad4d169c6d5a123fa74adb4830" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-amd64.tar.gz" - [[pandoc_jll."2.19.2+1".sources]] - hash = "af0cda69e31e42f01ba6adc0aa779d3e5853e6c092beeb420a4fc22712d2110b" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-macOS.zip" - [[pandoc_jll."2.19.2+1".sources]] - hash = "e7a0c92b4af6cad31d9899a8b92a3992e18634320349bbf56b729bbbcf71bb99" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-windows-x86_64.zip" - [[pandoc_jll."2.19.2+1".sources]] - hash = "43f364915b9da64905fc3f6009f5542f224e54fb24f71043ef5154540f1a3983" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-arm64.tar.gz" - [[pandoc_jll."2.19.2+1".sources]] - hash = "bec2a2261d16b5ffddde7e7f2f51d2131a1686006f32a61475a4054415d7e367" - url = "https://raw.githubusercontent.com/jgm/pandoc/2.19.2/COPYRIGHT" - [[pandoc_jll."2.19.2+1".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/2.19.2/COPYING.md" - -[pandoc_jll."2.19.3+0"] -executables = ["pandoc"] - - [[pandoc_jll."2.19.3+0".sources]] - hash = "9d55c7afb6a244e8a615451ed9cb02e6a6f187ad4d169c6d5a123fa74adb4830" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-amd64.tar.gz" - [[pandoc_jll."2.19.3+0".sources]] - hash = "af0cda69e31e42f01ba6adc0aa779d3e5853e6c092beeb420a4fc22712d2110b" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-macOS.zip" - [[pandoc_jll."2.19.3+0".sources]] - hash = "e7a0c92b4af6cad31d9899a8b92a3992e18634320349bbf56b729bbbcf71bb99" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-windows-x86_64.zip" - [[pandoc_jll."2.19.3+0".sources]] - hash = "43f364915b9da64905fc3f6009f5542f224e54fb24f71043ef5154540f1a3983" - url = "https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-arm64.tar.gz" - [[pandoc_jll."2.19.3+0".sources]] - hash = "bec2a2261d16b5ffddde7e7f2f51d2131a1686006f32a61475a4054415d7e367" - url = "https://raw.githubusercontent.com/jgm/pandoc/2.19.2/COPYRIGHT" - [[pandoc_jll."2.19.3+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/2.19.2/COPYING.md" - -[pandoc_jll."3.0.1+0"] -executables = ["pandoc"] - - [[pandoc_jll."3.0.1+0".sources]] - hash = "b8b0051a3c27ab5802bb2a091c8dd5cdb6588ce7356a6d5c4e64fbf02225da04" - url = "https://github.com/jgm/pandoc/releases/download/3.0.1/pandoc-3.0.1-linux-amd64.tar.gz" - [[pandoc_jll."3.0.1+0".sources]] - hash = "5769f3aa42860d39059f971341fd813d0dbb78f52d2594edb29999f430c87af6" - url = "https://github.com/jgm/pandoc/releases/download/3.0.1/pandoc-3.0.1-macOS.zip" - [[pandoc_jll."3.0.1+0".sources]] - hash = "32c8de0bd205eaf411d1990a1ecf6d9a6f67f8836bd39de80ea5f6226028d9fc" - url = "https://github.com/jgm/pandoc/releases/download/3.0.1/pandoc-3.0.1-windows-x86_64.zip" - [[pandoc_jll."3.0.1+0".sources]] - hash = "4e3441ed831f63eb624ba4080a1fbdaa4697390d6494973d0c4f2e5ba109e573" - url = "https://github.com/jgm/pandoc/releases/download/3.0.1/pandoc-3.0.1-linux-arm64.tar.gz" - [[pandoc_jll."3.0.1+0".sources]] - hash = "bec2a2261d16b5ffddde7e7f2f51d2131a1686006f32a61475a4054415d7e367" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.0.1/COPYRIGHT" - [[pandoc_jll."3.0.1+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.0.1/COPYING.md" - -[pandoc_jll."3.1.0+0"] -executables = ["pandoc"] - - [[pandoc_jll."3.1.0+0".sources]] - hash = "37de6be90055d9a7e1b4e3384cd7fc4c42e138a77f62ddeec12f362bfa3ee18e" - url = "https://github.com/jgm/pandoc/releases/download/3.1/pandoc-3.1-linux-amd64.tar.gz" - [[pandoc_jll."3.1.0+0".sources]] - hash = "9eba0fa40cb21e12dbbb6876b195d51729273484b71d41979acb02f379da195b" - url = "https://github.com/jgm/pandoc/releases/download/3.1/pandoc-3.1-macOS.zip" - [[pandoc_jll."3.1.0+0".sources]] - hash = "21ef9294c91fb9e6bd106126d3ee67139510ea0f56256bb8d0376d97c9ab3d23" - url = "https://github.com/jgm/pandoc/releases/download/3.1/pandoc-3.1-windows-x86_64.zip" - [[pandoc_jll."3.1.0+0".sources]] - hash = "501d66de88c6e9d143e6631ded152ced7421bc32b6f16cadab18b2064916fe63" - url = "https://github.com/jgm/pandoc/releases/download/3.1/pandoc-3.1-linux-arm64.tar.gz" - [[pandoc_jll."3.1.0+0".sources]] - hash = "bec2a2261d16b5ffddde7e7f2f51d2131a1686006f32a61475a4054415d7e367" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.1/COPYRIGHT" - [[pandoc_jll."3.1.0+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.1/COPYING.md" - -[pandoc_jll."3.1.9+0"] -executables = ["pandoc"] - - [[pandoc_jll."3.1.9+0".sources]] - hash = "4d2ceae48a7fd49abb4e390988b0bb10999fbd47110f51af73755a35918d2c6c" - url = "https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-amd64.tar.gz" - [[pandoc_jll."3.1.9+0".sources]] - hash = "820dd71c0ff59c37e17de22a19ff67a374a0d43fdeee695241556067ddf99bbc" - url = "https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-x86_64-macOS.zip" - [[pandoc_jll."3.1.9+0".sources]] - hash = "d3f79fc9ba4da848b76e9edfb874cd6bcce9430cf4a105c3646828405310d562" - url = "https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-arm64-macOS.zip" - [[pandoc_jll."3.1.9+0".sources]] - hash = "11eb6dbe5286c9e5edb0cca4412e7d99ec6578ec04158b0b7fe11f7fd96688e5" - url = "https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-windows-x86_64.zip" - [[pandoc_jll."3.1.9+0".sources]] - hash = "3932f1b07993cdae3bcfa7523a8eb19654269d2c30e4ec16d93c4211980fe27a" - url = "https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-arm64.tar.gz" - [[pandoc_jll."3.1.9+0".sources]] - hash = "d08e01a4da8ec37b4645a1708483d8845731b5760b411d12736c648de8ccdc21" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.1.9/COPYRIGHT" - [[pandoc_jll."3.1.9+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.1.9/COPYING.md" - -[pandoc_jll."3.1.12+0"] -executables = ["pandoc"] - - [[pandoc_jll."3.1.12+0".sources]] - hash = "e30d20cc3f9aefa117bf2183fe74cfc7cb043237d56eb63272b82bf76b537991" - url = "https://github.com/jgm/pandoc/releases/download/3.1.12/pandoc-3.1.12-linux-amd64.tar.gz" - [[pandoc_jll."3.1.12+0".sources]] - hash = "2ca867f52987765fa1676ffd9d8b04ba0cf2dc3a3c6c16c48b5b057878225099" - url = "https://github.com/jgm/pandoc/releases/download/3.1.12/pandoc-3.1.12-x86_64-macOS.zip" - [[pandoc_jll."3.1.12+0".sources]] - hash = "5267cec23889e55a56335616e59734ffb80391c5a1db7c341c83e20bd9cc745c" - url = "https://github.com/jgm/pandoc/releases/download/3.1.12/pandoc-3.1.12-arm64-macOS.zip" - [[pandoc_jll."3.1.12+0".sources]] - hash = "2940947dad82d340b79f65f18ecbe235fead674a541416e5caa001d984703d14" - url = "https://github.com/jgm/pandoc/releases/download/3.1.12/pandoc-3.1.12-windows-x86_64.zip" - [[pandoc_jll."3.1.12+0".sources]] - hash = "5e27952bee7ddc88e5629bf86252233b418abdf8f7f66c86c412805469afd560" - url = "https://github.com/jgm/pandoc/releases/download/3.1.12/pandoc-3.1.12-linux-arm64.tar.gz" - [[pandoc_jll."3.1.12+0".sources]] - hash = "d08e01a4da8ec37b4645a1708483d8845731b5760b411d12736c648de8ccdc21" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.1.12/COPYRIGHT" - [[pandoc_jll."3.1.12+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.1.12/COPYING.md" - -[pandoc_jll."3.2.0+0"] -executables = ["pandoc"] - - [[pandoc_jll."3.2.0+0".sources]] - hash = "ea3f96dde56ae1577c81184694b8576d8efec52e168ce49a6e7df1441f428289" - url = "https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-linux-amd64.tar.gz" - [[pandoc_jll."3.2.0+0".sources]] - hash = "0e11ca032fa452d69f8a06a0a4a1c26031ffd95d6f231a780b78bdbc8dd3488a" - url = "https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-x86_64-macOS.zip" - [[pandoc_jll."3.2.0+0".sources]] - hash = "97b71204dd9b1a08f407d763695f54e71f96942c747a04bc16102c9eab5de3a0" - url = "https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-arm64-macOS.zip" - [[pandoc_jll."3.2.0+0".sources]] - hash = "84395462eb08d74df3dbe9bb129ce3508e3eec3f29ac1f55559c2c5a1f34a8bf" - url = "https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-windows-x86_64.zip" - [[pandoc_jll."3.2.0+0".sources]] - hash = "93d6c414e5994e254aec840be8428016a70167c835ca3227378217937bd9a01a" - url = "https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-linux-arm64.tar.gz" - [[pandoc_jll."3.2.0+0".sources]] - hash = "f8379c9c714577397f2bdf1a06d0f500844ec924dcb268d85bc047772c35b3d7" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.2/COPYRIGHT" - [[pandoc_jll."3.2.0+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.2/COPYING.md" - -[pandoc_jll."3.3.0+0"] -executables = ["pandoc"] - - [[pandoc_jll."3.3.0+0".sources]] - hash = "0c97d03e85a65b366fb1ccd9db32a80c10eebae6e1dc36ee58458f5294d58556" - url = "https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-linux-amd64.tar.gz" - [[pandoc_jll."3.3.0+0".sources]] - hash = "1a9bc70aaa306d3274f9d86d9a3a656ec1e366dc09f02fd1e8e0cab0ffbc0259" - url = "https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-x86_64-macOS.zip" - [[pandoc_jll."3.3.0+0".sources]] - hash = "9f97774d6cd6a3510122fed6bcd05b060e17f5d2db5cf8edec4d96c670d5660d" - url = "https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-arm64-macOS.zip" - [[pandoc_jll."3.3.0+0".sources]] - hash = "05b47539f09c65fd94ce2a1741412805074ae764477267a2ff9c2cde8ea7fe8d" - url = "https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-windows-x86_64.zip" - [[pandoc_jll."3.3.0+0".sources]] - hash = "ae617cce1ba807453619c79122849afba4f558061056f9e1cc0da10189796443" - url = "https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-linux-arm64.tar.gz" - [[pandoc_jll."3.3.0+0".sources]] - hash = "e9dd2c20808f570f0fe3c06b36246711e253543ba4eda22c8cc934addd007b48" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.3/COPYRIGHT" - [[pandoc_jll."3.3.0+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.3/COPYING.md" - -[pandoc_jll."3.4.0+0"] -executables = ["pandoc"] - - [[pandoc_jll."3.4.0+0".sources]] - hash = "f6f46cc61abf3bacb0bf612f4d80b586625c10cf64a4b456853fd358cb4c7319" - url = "https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-linux-amd64.tar.gz" - [[pandoc_jll."3.4.0+0".sources]] - hash = "fb342213ce16af4a81565f1f106a808574f993900ac914a5737649ba8cedb2b3" - url = "https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-x86_64-macOS.zip" - [[pandoc_jll."3.4.0+0".sources]] - hash = "2bc48ef152d5404cc7d5b98ee01f11af8bd91e503a6e888d2537bd261a578d02" - url = "https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-arm64-macOS.zip" - [[pandoc_jll."3.4.0+0".sources]] - hash = "26858cf59c057b3d3ca32e9cd2fbd1f50990adc1bfb20a9c8dfb936aacc3610e" - url = "https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-windows-x86_64.zip" - [[pandoc_jll."3.4.0+0".sources]] - hash = "a66ec01f12487def28eed22acc5a8fe4c7c869325291aa4037b33e1915f2568d" - url = "https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-linux-arm64.tar.gz" - [[pandoc_jll."3.4.0+0".sources]] - hash = "e9dd2c20808f570f0fe3c06b36246711e253543ba4eda22c8cc934addd007b48" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.4/COPYRIGHT" - [[pandoc_jll."3.4.0+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.4/COPYING.md" - -[pandoc_jll."3.6.4+0"] -executables = ["pandoc"] - - [[pandoc_jll."3.6.4+0".sources]] - hash = "5def6e1ff535e397becce292ee97767a947306150b9fb1488003b67ac3417c5e" - url = "https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-linux-amd64.tar.gz" - [[pandoc_jll."3.6.4+0".sources]] - hash = "35789fb4afc61266b954035059820dd546b10d8f05fef36a8deadffaedffc2b8" - url = "https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-x86_64-macOS.zip" - [[pandoc_jll."3.6.4+0".sources]] - hash = "88af17f1885afacb25f70ce4c8c44428feb6da860b6cf690e30da77998456c7f" - url = "https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-arm64-macOS.zip" - [[pandoc_jll."3.6.4+0".sources]] - hash = "a9e5feb3d56d2fb0e3e765d1c33b8ee6b72e6963d7de31504edeec8cd1be34b1" - url = "https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-windows-x86_64.zip" - [[pandoc_jll."3.6.4+0".sources]] - hash = "ad5cf63fe0420388d9ec513f02d03e061477b786d11a328164dce8ad7387b8bd" - url = "https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-linux-arm64.tar.gz" - [[pandoc_jll."3.6.4+0".sources]] - hash = "e9dd2c20808f570f0fe3c06b36246711e253543ba4eda22c8cc934addd007b48" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.6.4/COPYRIGHT" - [[pandoc_jll."3.6.4+0".sources]] - hash = "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3" - url = "https://raw.githubusercontent.com/jgm/pandoc/3.6.4/COPYING.md" - -[patch_jll."2.7.6+0"] -executables = ["patch"] - - [[patch_jll."2.7.6+0".sources]] - hash = "ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd" - url = "https://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz" - -[patch_jll."2.8.0+0"] -executables = ["patch"] - - [[patch_jll."2.8.0+0".sources]] - hash = "f87cee69eec2b4fcbf60a396b030ad6aa3415f192aa5f7ee84cad5e11f7f5ae3" - url = "https://ftp.gnu.org/gnu/patch/patch-2.8.tar.xz" - -[patchutils_jll."0.4.2+0"] -executables = ["lsdiff"] - - [[patchutils_jll."0.4.2+0".sources]] - hash = "00619c9315af6b7dab30ac7474fad917a815f591" - repo = "https://github.com/twaugh/patchutils" - -[patchutils_jll."0.4.2+1"] -executables = ["combinediff", "dehtmldiff", "editdiff", "espdiff", "filterdiff", "flipdiff", "gitdiff", "grepdiff", "lsdiff", "interdiff", "recountdiff", "rediff", "splitdiff", "svndiff", "unwrapdiff"] - - [[patchutils_jll."0.4.2+1".sources]] - hash = "00619c9315af6b7dab30ac7474fad917a815f591" - repo = "https://github.com/twaugh/patchutils" - -[pciutils_jll."3.7.0+0"] -executables = ["lspci", "setpci"] -libraries = ["libpci"] - - [[pciutils_jll."3.7.0+0".sources]] - hash = "864aecdea9c7db626856d8d452f6c784316a878c" - repo = "https://github.com/pciutils/pciutils.git" - -[pciutils_jll."3.7.0+1"] -executables = ["lspci", "setpci"] -libraries = ["libpci"] - - [[pciutils_jll."3.7.0+1".sources]] - hash = "864aecdea9c7db626856d8d452f6c784316a878c" - repo = "https://github.com/pciutils/pciutils.git" - -[pciutils_jll."3.12.0+0"] -executables = ["lspci", "setpci"] -libraries = ["libpci"] - - [[pciutils_jll."3.12.0+0".sources]] - hash = "cb00a99b8d32d04b4647c32811ba9c86446d36ae" - repo = "https://github.com/pciutils/pciutils.git" - -[peco_jll."0.5.7+0"] -executables = ["peco"] - - [[peco_jll."0.5.7+0".sources]] - hash = "9bf4f10b3587270834380e1ea939625bd47eaa166bfabd050e66fad3ffd8f9b0" - url = "https://github.com/peco/peco/archive/v0.5.7.tar.gz" - -[perfetto_jll."51.2.0+0"] -files = ["include/perfetto.h"] -libraries = ["libperfetto"] - - [[perfetto_jll."51.2.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.24.3" - - [[perfetto_jll."51.2.0+0".sources]] - hash = "7a9a6a0587348bffd1796b66a1da33cc1ea421d8" - repo = "https://github.com/google/perfetto" - [[perfetto_jll."51.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aedc83b215c12fcd1a64a576eadfe96da1f20de5//P/perfetto/./bundled" - -[picotool_jll."1.1.2+0"] -executables = ["picotool"] -files = ["99-picotool.rules"] - - [[picotool_jll."1.1.2+0".sources]] - hash = "f6fe6b7c321a2def8950d2a440335dfba19e2eab" - repo = "https://github.com/raspberrypi/picotool.git" - [[picotool_jll."1.1.2+0".sources]] - hash = "6a7db34ff63345a7badec79ebea3aaef1712f374" - repo = "https://github.com/raspberrypi/pico-sdk.git" - -[pigpiod_if2_jll."79.0.0+0"] -libraries = ["libpigpiod_if2"] - - [[pigpiod_if2_jll."79.0.0+0".sources]] - hash = "c33738a320a3e28824af7807edafda440952c05d" - repo = "https://github.com/joan2937/pigpio.git" - [[pigpiod_if2_jll."79.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d9b66498504fbad90b5f1ec74a2ed548447cb9cc//P/pigpiod_if2/./bundled" - -[pigz_jll."2.5.0+0"] -executables = ["pigz", "unpigz"] - - [[pigz_jll."2.5.0+0".sources]] - hash = "a006645702caaecace633a89eb5c371482b44a48d04f34e0058e2b85d75d4c36" - url = "https://zlib.net/pigz/pigz-2.5.tar.gz" - -[pigz_jll."2.7.0+0"] -executables = ["pigz", "unpigz"] - - [[pigz_jll."2.7.0+0".sources]] - hash = "b4c9e60344a08d5db37ca7ad00a5b2c76ccb9556354b722d56d55ca7e8b1c707" - url = "https://zlib.net/pigz/pigz-2.7.tar.gz" - -[pigz_jll."2.8.0+0"] -executables = ["pigz", "unpigz"] - - [[pigz_jll."2.8.0+0".sources]] - hash = "eb872b4f0e1f0ebe59c9f7bd8c506c4204893ba6a8492de31df416f0d5170fd0" - url = "https://zlib.net/pigz/pigz-2.8.tar.gz" - -[pixi_jll."0.41.3+0"] -executables = ["pixi"] - - [[pixi_jll."0.41.3+0".sources]] - hash = "fc3e1a861deac099e51f7f0c3eaa2f64e217d4bf" - repo = "https://github.com/prefix-dev/pixi.git" - -[pocl_jll."6.0.0+0"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - - [[pocl_jll."6.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86843ea489c770f54a253d7065a9df358ddd7e07//P/pocl/./bundled" - [[pocl_jll."6.0.0+0".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.0+1"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[pocl_jll."6.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5f680ca25c8eddd45da8b271dd661a83d1c3a28a//P/pocl/./bundled" - [[pocl_jll."6.0.0+1".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.0+2"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[pocl_jll."6.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/27db5ba5a624df4809faef80a12297ccbc570ab4//P/pocl/./bundled" - [[pocl_jll."6.0.0+2".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.0+3"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+3".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - - [[pocl_jll."6.0.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6f6732e709888464978b3f7332ba7dd7f302045b//P/pocl/./bundled" - [[pocl_jll."6.0.0+3".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.0+4"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.0+4".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[pocl_jll."6.0.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c883c8b5cc5a798865a5ccd510aca451a0c50bb9//P/pocl/./bundled" - [[pocl_jll."6.0.0+4".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.0+5"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.0+5".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[pocl_jll."6.0.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7623c579ffecad9e74277a712ade12bc74dbf5ac//P/pocl/./bundled" - [[pocl_jll."6.0.0+5".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.0+6"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.0+6".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[pocl_jll."6.0.0+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/239c897e0062d6f4999d1bb61365eb90b4c8b73f//P/pocl/./bundled" - [[pocl_jll."6.0.0+6".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.0+7"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.0+7".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[pocl_jll."6.0.0+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/03d6e4f8c2cdc1b731b433a3f82e2d6ea85cdc7c//P/pocl/./bundled" - [[pocl_jll."6.0.0+7".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.1+0"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.1+0".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[pocl_jll."6.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f24fffbde5696c168ca1d03bd3902c67022547ba//P/pocl/./bundled" - [[pocl_jll."6.0.1+0".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.1+1"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "14.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "14.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "17.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "17.0.6" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.1+1".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[pocl_jll."6.0.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/488e53c81571148b9f06ecdad4fcf0c6f63be776//P/pocl/pocl@6/./bundled" - [[pocl_jll."6.0.1+1".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."6.0.1+2"] -executables = ["poclcc"] -libraries = ["libpocl"] - - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "15.0.7" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "15.0.7" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "16.0.6" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "16.0.6" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "18.1.7" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "host" - version = "18.1.7" - [[pocl_jll."6.0.1+2".build_dependencies]] - name = "LLVM_full_assert_jll" - target = "target" - version = "18.1.7" - - [[pocl_jll."6.0.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/583fddb63ec5becfca16bdbfda6fd764bfb5abbe//P/pocl/pocl@6/./bundled" - [[pocl_jll."6.0.1+2".sources]] - hash = "952bc559f790e5deb5ae48692c4a19619b53fcdc" - repo = "https://github.com/pocl/pocl" - -[pocl_jll."7.0.0+0"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/efaad04ad9fb1b38bb811373f5850890e4a0b49a//P/pocl/./bundled" - [[pocl_jll."7.0.0+0".sources]] - hash = "0d4baa74067db1f986fb7d70f40561c453be7b73" - repo = "https://github.com/maleadt/pocl" - [[pocl_jll."7.0.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+1"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+1".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2acbb7a33e5b7b649baaa244a336217c28374046//P/pocl/./bundled" - [[pocl_jll."7.0.0+1".sources]] - hash = "0d4baa74067db1f986fb7d70f40561c453be7b73" - repo = "https://github.com/maleadt/pocl" - [[pocl_jll."7.0.0+1".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+2"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+2".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/488e53c81571148b9f06ecdad4fcf0c6f63be776//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+2".sources]] - hash = "0d4baa74067db1f986fb7d70f40561c453be7b73" - repo = "https://github.com/maleadt/pocl" - [[pocl_jll."7.0.0+2".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+3"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+3".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/583fddb63ec5becfca16bdbfda6fd764bfb5abbe//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+3".sources]] - hash = "0d4baa74067db1f986fb7d70f40561c453be7b73" - repo = "https://github.com/maleadt/pocl" - [[pocl_jll."7.0.0+3".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+4"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+4".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2b69d5d97fd7bfd0ee49c9baddc6fc20fa1eccda//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+4".sources]] - hash = "0d4baa74067db1f986fb7d70f40561c453be7b73" - repo = "https://github.com/maleadt/pocl" - [[pocl_jll."7.0.0+4".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+5"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+5".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c8e6c2ec4c52e16a471a1a91d2e58f59fd11fd51//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+5".sources]] - hash = "0d4baa74067db1f986fb7d70f40561c453be7b73" - repo = "https://github.com/maleadt/pocl" - [[pocl_jll."7.0.0+5".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+6"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+6".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+6".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/986cd5adec82d49deeb1a321d7149847b6db0322//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+6".sources]] - hash = "0d4baa74067db1f986fb7d70f40561c453be7b73" - repo = "https://github.com/maleadt/pocl" - [[pocl_jll."7.0.0+6".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+7"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+7".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+7".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/247d26eb08e034a329ebf194b6bf5e110e31dea3//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+7".sources]] - hash = "85654efe89894af6d0fbc701d597b2f9be5441fe" - repo = "https://github.com/pocl/pocl" - [[pocl_jll."7.0.0+7".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+8"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+8".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+8".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+8".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/18bf27569f667c4729a76eca2f7752521b5ea77c//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+8".sources]] - hash = "85654efe89894af6d0fbc701d597b2f9be5441fe" - repo = "https://github.com/pocl/pocl" - [[pocl_jll."7.0.0+8".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+9"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+9".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+9".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+9".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e40b47ae8487eb31a5693c1a506db840844b84ae//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+9".sources]] - hash = "85654efe89894af6d0fbc701d597b2f9be5441fe" - repo = "https://github.com/pocl/pocl" - [[pocl_jll."7.0.0+9".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+10"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+10".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+10".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+10".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/93f6950af51894b88e6eb5dadc8d29183d079699//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+10".sources]] - hash = "85654efe89894af6d0fbc701d597b2f9be5441fe" - repo = "https://github.com/pocl/pocl" - [[pocl_jll."7.0.0+10".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+11"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+11".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+11".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+11".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a9e87f154c1aada7b68d69afbe0cbfd451d3311c//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+11".sources]] - hash = "85654efe89894af6d0fbc701d597b2f9be5441fe" - repo = "https://github.com/pocl/pocl" - [[pocl_jll."7.0.0+11".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+12"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+12".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+12".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+12".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7b776118e832140a6ab43ce37517bc9fadca1cb7//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+12".sources]] - hash = "85654efe89894af6d0fbc701d597b2f9be5441fe" - repo = "https://github.com/pocl/pocl" - [[pocl_jll."7.0.0+12".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+13"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+13".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+13".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+13".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bb5eb8fbc580bc8c84df4075878a4a3f205a29d8//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+13".sources]] - hash = "ebd70398005f9e2fd93b0627ad467e006f5ddacd" - repo = "https://github.com/juliagpu/pocl" - [[pocl_jll."7.0.0+13".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+14"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+14".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+14".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+14".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/272ccb0dee54e7fe40bd79a6c444c2a31be796c6//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+14".sources]] - hash = "ebd70398005f9e2fd93b0627ad467e006f5ddacd" - repo = "https://github.com/juliagpu/pocl" - [[pocl_jll."7.0.0+14".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[pocl_jll."7.0.0+15"] -executables = ["poclcc"] -libraries = ["libpocl", "pocl"] - - [[pocl_jll."7.0.0+15".build_dependencies]] - name = "LLVM_full_jll" - target = "host" - version = "20.1.2" - [[pocl_jll."7.0.0+15".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "20.1.2" - - [[pocl_jll."7.0.0+15".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3bd1b4cf198dfae77395ae89f3c6aa6e10cdcb2e//P/pocl/pocl@7/./bundled" - [[pocl_jll."7.0.0+15".sources]] - hash = "ebd70398005f9e2fd93b0627ad467e006f5ddacd" - repo = "https://github.com/juliagpu/pocl" - [[pocl_jll."7.0.0+15".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[poly2tri_jll."0.1.0+0"] -libraries = ["libpoly2tri"] - - [[poly2tri_jll."0.1.0+0".sources]] - hash = "136fa7acfc95cf06a3488102f0cff039b7f3485c" - repo = "https://github.com/jhasse/poly2tri.git" - [[poly2tri_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e5db27d5b53f6f19286f1288e26c2dec29603a7d//P/poly2tri/./bundled" - -[polyfill_glibc_jll."0.1.0+0"] -executables = ["polyfill-glibc"] - - [[polyfill_glibc_jll."0.1.0+0".sources]] - hash = "f2005b78d6d0402ddc1079bcfb6db31a424f663b" - repo = "https://github.com/corsix/polyfill-glibc.git" - -[polyhedral_jll."0.1.0+0"] -executables = ["GRP_ListMat_Subset_EXT_Automorphism", "GRP_ListMat_Subset_EXT_Isomorphism", "GRP_ListMat_Subset_EXT_Invariant", "IndefiniteReduction", "POLY_cdd_lp2", "POLY_dual_description_group", "POLY_sampling_facets", "sv_exact"] - - [[polyhedral_jll."0.1.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[polyhedral_jll."0.1.0+0".sources]] - hash = "9afb945bdb929a1e00af945ec3f3058045138170" - repo = "https://github.com/MathieuDutSik/polyhedral_common" - -[polyhedral_jll."0.2.0+0"] -executables = ["GRP_ListMat_Subset_EXT_Automorphism", "GRP_ListMat_Subset_EXT_Isomorphism", "GRP_ListMat_Subset_EXT_Invariant", "IndefiniteReduction", "POLY_dual_description_group", "POLY_sampling_facets", "sv_near", "LATT_Automorphism", "LATT_Isomorphism", "POLY_cdd_LinearProgramming", "GRP_LinPolytope_Automorphism", "GRP_LinPolytope_Automorphism_GramMat", "GRP_LinPolytope_Isomorphism_GramMat"] - - [[polyhedral_jll."0.2.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[polyhedral_jll."0.2.0+0".sources]] - hash = "bfad27e6b80aca0e1c389d1f4b0cdde991bb2ddc" - repo = "https://github.com/MathieuDutSik/polyhedral_common" - -[polyhedral_jll."0.3.0+0"] -executables = ["CP_TestCompletePositivity", "CP_TestCopositivity", "GRP_ListMat_Vdiag_EXT_Automorphism", "GRP_ListMat_Vdiag_EXT_Isomorphism", "GRP_ListMat_Vdiag_EXT_Invariant", "POLY_redundancy_Equivariant", "POLY_dual_description_group", "POLY_sampling_facets", "POLY_cdd_LinearProgramming", "LATT_near", "LATT_Automorphism", "LATT_Isomorphism", "LATT_canonicalize", "LATT_IndefiniteReduction", "SHORT_TestRealizability"] - - [[polyhedral_jll."0.3.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - - [[polyhedral_jll."0.3.0+0".sources]] - hash = "c7f3c4072b7583c17f8151f8d0f953694dc5864a" - repo = "https://github.com/MathieuDutSik/polyhedral_common" - -[polymake_jll."4.1.0+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."4.1.0+0".sources]] - hash = "8704ebbba9f8cc2b07f824a283ffed49a8c036be" - repo = "https://github.com/polymake/polymake.git" - [[polymake_jll."4.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b3d616143f1241b2cffbadcbe14a05f4292111b9//P/polymake/./bundled" - -[polymake_jll."4.1.0+1"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."4.1.0+1".sources]] - hash = "8704ebbba9f8cc2b07f824a283ffed49a8c036be" - repo = "https://github.com/polymake/polymake.git" - [[polymake_jll."4.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5011ece8c80663b349ff4bb543c2aefab7c0b02c//P/polymake/./bundled" - -[polymake_jll."4.1.0+2"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."4.1.0+2".sources]] - hash = "8704ebbba9f8cc2b07f824a283ffed49a8c036be" - repo = "https://github.com/polymake/polymake.git" - [[polymake_jll."4.1.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/03af3edaa01dfc333a5bbdf01c32099a594cd89a//P/polymake/./bundled" - -[polymake_jll."4.2.0+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."4.2.0+0".sources]] - hash = "d308f551ef4c9f490a3a848d45a1ab41ae6461b1daf5be3deeaebad7df3816d4" - url = "https://github.com/polymake/polymake/archive/V4.2.tar.gz" - [[polymake_jll."4.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1fdb02cdf0c97baf01ebb9fc6f6348457cfbe25b//P/polymake/./bundled" - -[polymake_jll."4.2.1+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."4.2.1+0".sources]] - hash = "d308f551ef4c9f490a3a848d45a1ab41ae6461b1daf5be3deeaebad7df3816d4" - url = "https://github.com/polymake/polymake/archive/V4.2.tar.gz" - [[polymake_jll."4.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/aa1cdd522107fb534b60635333024d51422129c4//P/polymake/./bundled" - -[polymake_jll."400.300.0+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.300.0+0".sources]] - hash = "1f0ef1c022a214c935189b72e8ac67e6c6315bf9dff5fc87c3d704d3e76cb994" - url = "https://github.com/polymake/polymake/archive/V4.3.tar.gz" - [[polymake_jll."400.300.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/688127350c2e945eb559c11fb080f599964c6c48//P/polymake/./bundled" - -[polymake_jll."400.300.0+1"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.300.0+1".sources]] - hash = "1f0ef1c022a214c935189b72e8ac67e6c6315bf9dff5fc87c3d704d3e76cb994" - url = "https://github.com/polymake/polymake/archive/V4.3.tar.gz" - [[polymake_jll."400.300.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a70aaf5d437c4a56ef1e2b7bfeec2b5e60a55191//P/polymake/./bundled" - -[polymake_jll."400.300.0+2"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.300.0+2".sources]] - hash = "1f0ef1c022a214c935189b72e8ac67e6c6315bf9dff5fc87c3d704d3e76cb994" - url = "https://github.com/polymake/polymake/archive/V4.3.tar.gz" - [[polymake_jll."400.300.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0a3ff2b8e6794447a1518604fdf5e751179b5e7d//P/polymake/./bundled" - -[polymake_jll."400.300.1+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.300.1+0".sources]] - hash = "1f0ef1c022a214c935189b72e8ac67e6c6315bf9dff5fc87c3d704d3e76cb994" - url = "https://github.com/polymake/polymake/archive/V4.3.tar.gz" - [[polymake_jll."400.300.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/68b9a47bc36b70243051f61ee5f616b9091a48f0//P/polymake/./bundled" - -[polymake_jll."400.400.0+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.400.0+0".sources]] - hash = "6560445a3f6d359c0d1c3a01eb3ec3f3174b3554bf33865c913082030e72c176" - url = "https://github.com/polymake/polymake/archive/V4.4.tar.gz" - [[polymake_jll."400.400.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/45b421eb125d3c51e340430a3988823a20da35be//P/polymake/./bundled" - -[polymake_jll."400.400.0+1"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.400.0+1".sources]] - hash = "6560445a3f6d359c0d1c3a01eb3ec3f3174b3554bf33865c913082030e72c176" - url = "https://github.com/polymake/polymake/archive/V4.4.tar.gz" - [[polymake_jll."400.400.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9be88e242ba2f3dd39b429e1555952d2af761721//P/polymake/./bundled" - -[polymake_jll."400.400.1+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.400.1+0".sources]] - hash = "6560445a3f6d359c0d1c3a01eb3ec3f3174b3554bf33865c913082030e72c176" - url = "https://github.com/polymake/polymake/archive/V4.4.tar.gz" - [[polymake_jll."400.400.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/410d7de2f4f6a35f640aa353e61abf8a0f40837d//P/polymake/./bundled" - -[polymake_jll."400.400.1+1"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.400.1+1".sources]] - hash = "6560445a3f6d359c0d1c3a01eb3ec3f3174b3554bf33865c913082030e72c176" - url = "https://github.com/polymake/polymake/archive/V4.4.tar.gz" - [[polymake_jll."400.400.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a9d245ed01e8f7fb7600a2b23149e34e99433185//P/polymake/./bundled" - -[polymake_jll."400.400.1+2"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.400.1+2".sources]] - hash = "6560445a3f6d359c0d1c3a01eb3ec3f3174b3554bf33865c913082030e72c176" - url = "https://github.com/polymake/polymake/archive/V4.4.tar.gz" - [[polymake_jll."400.400.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ad0e72926f9975866440c8046e876a2e38153e38//P/polymake/./bundled" - -[polymake_jll."400.400.2+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.400.2+0".sources]] - hash = "6560445a3f6d359c0d1c3a01eb3ec3f3174b3554bf33865c913082030e72c176" - url = "https://github.com/polymake/polymake/archive/V4.4.tar.gz" - [[polymake_jll."400.400.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/203c6b714366e303868df600efaefb67be77bfa6//P/polymake/./bundled" - -[polymake_jll."400.500.0+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.500.0+0".sources]] - hash = "77e98f1d41ed7d0eee8e983814bcb3f1a1b2b6100420ccd432bd2e796f0bc48a" - url = "https://github.com/polymake/polymake/archive/V4.5.tar.gz" - [[polymake_jll."400.500.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c20d96e848cbecfee56ddc2d2de242490b8531df//P/polymake/./bundled" - -[polymake_jll."400.500.0+1"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.500.0+1".sources]] - hash = "77e98f1d41ed7d0eee8e983814bcb3f1a1b2b6100420ccd432bd2e796f0bc48a" - url = "https://github.com/polymake/polymake/archive/V4.5.tar.gz" - [[polymake_jll."400.500.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/db623f635fdf5b75903b1a82034ff16b43e9f420//P/polymake/./bundled" - -[polymake_jll."400.501.0+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.501.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - - [[polymake_jll."400.501.0+0".sources]] - hash = "77e98f1d41ed7d0eee8e983814bcb3f1a1b2b6100420ccd432bd2e796f0bc48a" - url = "https://github.com/polymake/polymake/archive/V4.5.tar.gz" - [[polymake_jll."400.501.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9782822879453788df5d25e0885450c7891213c8//P/polymake/./bundled" - -[polymake_jll."400.600.0+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.600.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - - [[polymake_jll."400.600.0+0".sources]] - hash = "f88341465f412e1fed459313a7dc5fa3ddbc56807ecc7246e836ae25e54585a8" - url = "https://github.com/polymake/polymake/archive/V4.6.tar.gz" - [[polymake_jll."400.600.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e6a819b905048be9fb7d5f71a0a1befee7f9812d//P/polymake/./bundled" - -[polymake_jll."400.700.0+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.700.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - - [[polymake_jll."400.700.0+0".sources]] - hash = "08465f61bc03a13fc18704ede488b09eea2911812cd88efb392b3bc2f299058b" - url = "https://github.com/polymake/polymake/archive/V4.7.tar.gz" - [[polymake_jll."400.700.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5e9174e2b707a174ede72ce6c266e2d6cbbf8d8e//P/polymake/./bundled" - -[polymake_jll."400.700.1+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.700.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - - [[polymake_jll."400.700.1+0".sources]] - hash = "08465f61bc03a13fc18704ede488b09eea2911812cd88efb392b3bc2f299058b" - url = "https://github.com/polymake/polymake/archive/V4.7.tar.gz" - [[polymake_jll."400.700.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3eda761cfdbe46ba127a14dfb8e7ae19938eae35//P/polymake/./bundled" - -[polymake_jll."400.700.1+1"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.700.1+1".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - - [[polymake_jll."400.700.1+1".sources]] - hash = "08465f61bc03a13fc18704ede488b09eea2911812cd88efb392b3bc2f299058b" - url = "https://github.com/polymake/polymake/archive/V4.7.tar.gz" - [[polymake_jll."400.700.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fc3f0254a3d3aa9201073c20f7f44cc1ba567894//P/polymake/./bundled" - -[polymake_jll."400.900.0+0"] -executables = ["polymake", "polymake-config"] -files = ["share/polymake/generate_deps_tree.jl"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.900.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - - [[polymake_jll."400.900.0+0".sources]] - hash = "c6c7fd17e833cd2f01ea1b5a03104dee658513b708afcb1fa683a217e4e6294a" - url = "https://github.com/polymake/polymake/archive/V4.9.tar.gz" - [[polymake_jll."400.900.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b7e653337947edf45be5bc961840f529b8e0d2bc//P/polymake/./bundled" - -[polymake_jll."400.1000.0+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1000.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.0" - - [[polymake_jll."400.1000.0+0".sources]] - hash = "295608e3dc797b5646c799153eb33e9fcc0a9e181b0b60b37f872fc2ea1a2d17" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.10.tar.bz2" - [[polymake_jll."400.1000.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/91a7ec148548ecbb1bd8d4ae679303ccc791089a//P/polymake/./bundled" - -[polymake_jll."400.1000.1+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1000.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1000.1+0".sources]] - hash = "295608e3dc797b5646c799153eb33e9fcc0a9e181b0b60b37f872fc2ea1a2d17" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.10.tar.bz2" - [[polymake_jll."400.1000.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f2fe6497e430030f24ebfebed534a899519f913e//P/polymake/./bundled" - -[polymake_jll."400.1100.0+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1100.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1100.0+0".sources]] - hash = "a02c4a737271c2ffb5b2fcfed5a6fde5bc417c9eb1b92c29f25a17f3b037a838" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.11.tar.bz2" - [[polymake_jll."400.1100.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bf71ffbd13b4d9473289f6e0e801c42a6d088c55//P/polymake/./bundled" - -[polymake_jll."400.1100.1+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1100.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1100.1+0".sources]] - hash = "a02c4a737271c2ffb5b2fcfed5a6fde5bc417c9eb1b92c29f25a17f3b037a838" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.11.tar.bz2" - [[polymake_jll."400.1100.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/96acd0baa19ef3156ec74cf18a803cc94ecc6608//P/polymake/./bundled" - -[polymake_jll."400.1100.2+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1100.2+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1100.2+0".sources]] - hash = "a02c4a737271c2ffb5b2fcfed5a6fde5bc417c9eb1b92c29f25a17f3b037a838" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.11.tar.bz2" - [[polymake_jll."400.1100.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b1888fcbab0d87aa3e810e2f1db2b9f28647f8b7//P/polymake/./bundled" - -[polymake_jll."400.1100.3+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1100.3+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1100.3+0".sources]] - hash = "a02c4a737271c2ffb5b2fcfed5a6fde5bc417c9eb1b92c29f25a17f3b037a838" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.11.tar.bz2" - [[polymake_jll."400.1100.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/27d6ce1dd1cfa18d057e55a53477bbefb1117972//P/polymake/./bundled" - -[polymake_jll."400.1200.0+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1200.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1200.0+0".sources]] - hash = "18df427e5c165a5b52c72e328de371eab3786626a7ecb2e6049a3de59217f3f8" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.12.tar.bz2" - [[polymake_jll."400.1200.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7dcb38678c09f342c7f81f26c8e593fac7e94402//P/polymake/./bundled" - -[polymake_jll."400.1200.1+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1200.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1200.1+0".sources]] - hash = "18df427e5c165a5b52c72e328de371eab3786626a7ecb2e6049a3de59217f3f8" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.12.tar.bz2" - [[polymake_jll."400.1200.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/55aed926ed1736834bbe94a36855474259948379//P/polymake/./bundled" - -[polymake_jll."400.1300.0+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1300.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1300.0+0".sources]] - hash = "2bce8b3680ef007c9b760a19821c22f1299403cf5b1c67d1a61d3533e23ac7dc" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.13.tar.bz2" - [[polymake_jll."400.1300.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f5ecf8ecc9d0895a95d569f1e878ceadac780a13//P/polymake/./bundled" - -[polymake_jll."400.1300.1+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1300.1+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1300.1+0".sources]] - hash = "2bce8b3680ef007c9b760a19821c22f1299403cf5b1c67d1a61d3533e23ac7dc" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.13.tar.bz2" - [[polymake_jll."400.1300.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/88eefa4e0a6d509c8d6dceb656d131dfcacfcc29//P/polymake/./bundled" - -[polymake_jll."400.1300.2+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1300.2+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1300.2+0".sources]] - hash = "2bce8b3680ef007c9b760a19821c22f1299403cf5b1c67d1a61d3533e23ac7dc" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.13.tar.bz2" - [[polymake_jll."400.1300.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/380c730c2f3566a40a889a932807b6ae727a4d96//P/polymake/./bundled" - -[polymake_jll."400.1300.3+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1300.3+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1300.3+0".sources]] - hash = "2bce8b3680ef007c9b760a19821c22f1299403cf5b1c67d1a61d3533e23ac7dc" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.13.tar.bz2" - [[polymake_jll."400.1300.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4fed5fbaa3d409877aecfdc98f27b1476545d87e//P/polymake/./bundled" - -[polymake_jll."400.1300.4+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1300.4+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1300.4+0".sources]] - hash = "2bce8b3680ef007c9b760a19821c22f1299403cf5b1c67d1a61d3533e23ac7dc" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.13.tar.bz2" - [[polymake_jll."400.1300.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6d088a12e761f0b1924568eb6c4efc60ec0fe01d//P/polymake/./bundled" - -[polymake_jll."400.1400.0+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1400.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1400.0+0".sources]] - hash = "d9e71420c65adda127d7bf06e5c888562f3358c13fc04955954ccaca8f968ec6" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.14.tar.bz2" - [[polymake_jll."400.1400.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/605ffffd8e90d35ff781d0454233425d114913fd//P/polymake/./bundled" - -[polymake_jll."400.1500.0+0"] -executables = ["polymake", "polymake-config"] -libraries = ["libpolymake", "libpolymake-apps-rt"] - - [[polymake_jll."400.1500.0+0".build_dependencies]] - name = "Perl_jll" - target = "host" - version = "5.34.1" - - [[polymake_jll."400.1500.0+0".sources]] - hash = "5a50dc9ef35c0c1da032dd9ada5feec5ed7c5dde58325bc4db72c9da3e68a687" - url = "https://polymake.org/lib/exe/fetch.php/download/polymake-4.15.tar.bz2" - [[polymake_jll."400.1500.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/96761354dae10a5a9e6bf46f5dbca05749e2f52c//P/polymake/./bundled" - -[polymake_oscarnumber_jll."0.1.3+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.1.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.1.3+0".sources]] - hash = "d8e8fbecf8a05129aee1ea3fea539c935938ece9" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.1.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c5e4f4b814208b7ed57f6ec35b68fdf52c2f1a35//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.0+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.2.0+0".sources]] - hash = "2ad95887673de68578b8c82f26c32b37e80b8a62" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c7db27afd5a0c4c1ddcbf5d5fbf6f852e8b21eff//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.1+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.2.1+0".sources]] - hash = "6f43b9b94145387428d3c91749f05a8ebd6b5b8c" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c4cab218adf45dbe0f3ee6957a8aa3f0b6603f9f//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.2+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.2.2+0".sources]] - hash = "a14f8b3411b41cf25ba131efef78106167c86d90" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/881062e440d5528a96e506c7f3077b8c67ae40e6//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.2+1"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.2+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.2.2+1".sources]] - hash = "b9e214d17ea1b4b332c0902d8cec992f62dc173d" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9f827f50d3a7fcb70333b8bb398bc0acd0ba549c//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.3+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.2.3+0".sources]] - hash = "110fec846eaad90e99abf0ac5f0882d6bcd6ac6b" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5e7fb45eb130557ddb9acb2b2cd5e870a8d7527e//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.4+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.2.4+0".sources]] - hash = "e7e605863e1d4c34cde2482e386e2229c8e963b0" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bdb1a39dd497f331f8ff602e5d8fe44be18ebcec//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.5+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.2.5+0".sources]] - hash = "874cb88ab812772f8d438ea0e30802cd5f515bc4" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4322a652c8147e634b78b270ada5049bc36b8513//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.6+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.2.6+0".sources]] - hash = "874cb88ab812772f8d438ea0e30802cd5f515bc4" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fbbc36b7ebc84df7743ce37de249e5dfd038edfe//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.7+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[polymake_oscarnumber_jll."0.2.7+0".sources]] - hash = "9946ee4b341240fca2cfc1a7db90918e9bd7686c" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b03ff680f4ed7aedfb7ace4b9af1671212676ca3//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.8+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.8+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - - [[polymake_oscarnumber_jll."0.2.8+0".sources]] - hash = "9946ee4b341240fca2cfc1a7db90918e9bd7686c" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b857644b584b75c0657e0ee8dfb618696c15071f//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.9+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.9+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.6" - - [[polymake_oscarnumber_jll."0.2.9+0".sources]] - hash = "409e0afd819541aa7494890b7b2ae447eb08eb5a" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/045aa9150d49d36b8201777bc761ced9b4e03eee//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.10+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.10+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.8" - - [[polymake_oscarnumber_jll."0.2.10+0".sources]] - hash = "409e0afd819541aa7494890b7b2ae447eb08eb5a" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/05e76157b243ce7abb3c141ed5a0bcb0c535daa6//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.11+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.11+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[polymake_oscarnumber_jll."0.2.11+0".sources]] - hash = "409e0afd819541aa7494890b7b2ae447eb08eb5a" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.11+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/2bc93a44156d37e48295a278ba50a3fc53f36544//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.2.12+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.2.12+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[polymake_oscarnumber_jll."0.2.12+0".sources]] - hash = "409e0afd819541aa7494890b7b2ae447eb08eb5a" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.2.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d684e7a982b82dd8cf9a0c39b7e073559a815f6e//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.0+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[polymake_oscarnumber_jll."0.3.0+0".sources]] - hash = "b921000889c2a30ef3c90677a15a23bd16abf21d" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c24fc62a04951c3634a0d4270e36c9e7806f0f5b//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.1+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.9" - - [[polymake_oscarnumber_jll."0.3.1+0".sources]] - hash = "ecc1e516503ce7a7689c21bdf76a262290797237" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d886cb37e64a80967f21e993731aa7b844a9e182//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.2+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - - [[polymake_oscarnumber_jll."0.3.2+0".sources]] - hash = "ecc1e516503ce7a7689c21bdf76a262290797237" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8fc824c93aa1dd965ad6ee02a4eaecfad0e24082//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.3+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - - [[polymake_oscarnumber_jll."0.3.3+0".sources]] - hash = "a6b772c0e15d1faed280ee01a8fb01c564648e04" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d6c9a00cb71980bd7c516da9e6f23491c961d2ca//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.3+1"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.3+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.11" - - [[polymake_oscarnumber_jll."0.3.3+1".sources]] - hash = "d8d24cb62eb08eeedcfc811aea0c79e101fe613f" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.3+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5868b39c29010f01247320d14373508897da4f2c//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.4+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - - [[polymake_oscarnumber_jll."0.3.4+0".sources]] - hash = "5c1f09f4f135f8b06db7b81a2cc6578f564665e2" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bd5d738022365e4086fd8b34e7469d0bbf23fde6//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.5+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.5+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.15" - - [[polymake_oscarnumber_jll."0.3.5+0".sources]] - hash = "5c1f09f4f135f8b06db7b81a2cc6578f564665e2" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c9020f2b9016daf3c495d87e04738afee5333e60//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.6+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.16" - - [[polymake_oscarnumber_jll."0.3.6+0".sources]] - hash = "5c1f09f4f135f8b06db7b81a2cc6578f564665e2" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c8c70ecf73b94c4b2c33a3e2d0f968ed8a9637df//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.7+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.7+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.17" - - [[polymake_oscarnumber_jll."0.3.7+0".sources]] - hash = "5c1f09f4f135f8b06db7b81a2cc6578f564665e2" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fe17424926044af46eda6be73b947288a938c46d//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.7+1"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.7+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.18" - - [[polymake_oscarnumber_jll."0.3.7+1".sources]] - hash = "5c1f09f4f135f8b06db7b81a2cc6578f564665e2" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.7+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/62c17bf6cf2a7b8d95b1fc6ebecb9c07f43edbe9//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.8+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.8+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - - [[polymake_oscarnumber_jll."0.3.8+0".sources]] - hash = "5c1f09f4f135f8b06db7b81a2cc6578f564665e2" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.8+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/91caa2dead2586b9891b25f64033453193974009//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.9+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.9+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.19" - [[polymake_oscarnumber_jll."0.3.9+0".build_dependencies]] - name = "libblastrampoline_jll" - target = "target" - version = "5.4.0" - - [[polymake_oscarnumber_jll."0.3.9+0".sources]] - hash = "e322cfc84f014f8df698a512203d3747e7428cc9" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/965085f2aeda65490983e73e45dbb185e0f74fa6//P/polymake_oscarnumber/./bundled" - -[polymake_oscarnumber_jll."0.3.10+0"] -libraries = ["libpolymake_oscarnumber"] - - [[polymake_oscarnumber_jll."0.3.10+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.10.20" - [[polymake_oscarnumber_jll."0.3.10+0".build_dependencies]] - name = "libblastrampoline_jll" - target = "target" - version = "5.4.0" - - [[polymake_oscarnumber_jll."0.3.10+0".sources]] - hash = "e322cfc84f014f8df698a512203d3747e7428cc9" - repo = "https://github.com/benlorenz/oscarnumber" - [[polymake_oscarnumber_jll."0.3.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/500450fbc8748ee4c29c0beda3d21246c65b5bb9//P/polymake_oscarnumber/./bundled" - -[pprof_jll."0.0.0-20191205061153+0"] -executables = ["pprof"] - - [[pprof_jll."0.0.0-20191205061153+0".sources]] - hash = "f9b734f9ee64d0f5b63636a45cc77ed2744997ab" - repo = "https://github.com/google/pprof.git" - -[pprof_jll."0.1.0+0"] -executables = ["pprof"] - - [[pprof_jll."0.1.0+0".sources]] - hash = "20978b51388db0648809a2c5cc88b494c7945ec1" - repo = "https://github.com/google/pprof.git" - -[pprof_jll."0.1.1+0"] -executables = ["pprof"] - - [[pprof_jll."0.1.1+0".sources]] - hash = "20978b51388db0648809a2c5cc88b494c7945ec1" - repo = "https://github.com/google/pprof.git" - -[pprof_jll."1.0.0+0"] -executables = ["pprof"] - - [[pprof_jll."1.0.0+0".sources]] - hash = "b5a4dc8f4f2afdee77047b6aae3834140efc83ed" - repo = "https://github.com/google/pprof.git" - -[pprof_jll."1.0.0+1"] -executables = ["pprof"] - - [[pprof_jll."1.0.0+1".sources]] - hash = "b5a4dc8f4f2afdee77047b6aae3834140efc83ed" - repo = "https://github.com/google/pprof.git" - -[pprof_jll."1.0.1+0"] -executables = ["pprof"] - - [[pprof_jll."1.0.1+0".sources]] - hash = "b5a4dc8f4f2afdee77047b6aae3834140efc83ed" - repo = "https://github.com/google/pprof.git" - -[pprof_jll."2.0.0+0"] -executables = ["pprof"] - - [[pprof_jll."2.0.0+0".sources]] - hash = "ec68065c825ea799954096b0995381983fc35156" - repo = "https://github.com/google/pprof.git" - -[primecount_jll."6.4.0+0"] -executables = ["primecount"] - - [[primecount_jll."6.4.0+0".sources]] - hash = "3b7a25a0047d463b8925e5d39bb2b5d741c9c022" - repo = "https://github.com/kimwalisch/primecount.git" - -[primecount_jll."6.5.0+0"] -executables = ["primecount"] -libraries = ["libprimecount", "libprimesieve"] - - [[primecount_jll."6.5.0+0".sources]] - hash = "fe433f39fa16eaeab41d7caaef90a9caefa32474" - repo = "https://github.com/kimwalisch/primecount.git" - [[primecount_jll."6.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/37de2340285d94a7a8f912a0eac227c27bfe1306//P/primecount/./bundled" - -[procps_jll."4.0.5+0"] -executables = ["pidof", "watch", "pmap", "top", "ps", "free", "pgrep", "pkill", "uptime", "hugetop", "slabtop", "tload", "pwdx", "w", "sysctl", "vmstat", "kill"] -libraries = ["libproc2"] - - [[procps_jll."4.0.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/76622e3d724f44b4b1b5cbe931113f8a39f9adbd//P/procps/./bundled" - [[procps_jll."4.0.5+0".sources]] - hash = "f46b2f7929cdfe2913ed0a7f585b09d6adbf994e" - repo = "https://gitlab.com/procps-ng/procps.git" - -[protobuf_c_jll."1.4.1+0"] -executables = ["protoc-gen-c"] -libraries = ["libprotobuf-c"] - - [[protobuf_c_jll."1.4.1+0".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "*" - - [[protobuf_c_jll."1.4.1+0".sources]] - hash = "4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f" - url = "https://github.com/protobuf-c/protobuf-c/releases/download/v1.4.1/protobuf-c-1.4.1.tar.gz" - -[protobuf_c_jll."1.5.0+0"] -executables = ["protoc-gen-c"] -libraries = ["libprotobuf-c"] - - [[protobuf_c_jll."1.5.0+0".build_dependencies]] - name = "protoc_jll" - target = "host" - version = "*" - - [[protobuf_c_jll."1.5.0+0".sources]] - hash = "7b404c63361ed35b3667aec75cc37b54298d56dd2bcf369de3373212cc06fd98" - url = "https://github.com/protobuf-c/protobuf-c/releases/download/v1.5.0/protobuf-c-1.5.0.tar.gz" - -[protoc_jll."3.13.0+0"] -executables = ["protoc"] -libraries = ["libprotoc"] - - [[protoc_jll."3.13.0+0".sources]] - hash = "fde7cf7358ec7cd69e8db9be4f1fa6a5c431386a" - repo = "https://github.com/protocolbuffers/protobuf.git" - -[protoc_jll."3.14.0+0"] -executables = ["protoc"] -libraries = ["libprotoc"] - - [[protoc_jll."3.14.0+0".sources]] - hash = "2514f0bd7da7e2af1bed4c5d1b84f031c4d12c10" - repo = "https://github.com/protocolbuffers/protobuf.git" - [[protoc_jll."3.14.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/684308e81b9249a35e6fff353f286eee12bd6a29//P/protoc/./bundled" - -[protoc_jll."3.15.6+0"] -executables = ["protoc"] -libraries = ["libprotoc"] - - [[protoc_jll."3.15.6+0".sources]] - hash = "6aa539bf0195f188ff86efe6fb8bfa2b676cdd46" - repo = "https://github.com/protocolbuffers/protobuf.git" - [[protoc_jll."3.15.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eddbb6c28bccd635ba56eeb31c59993cb703ea9b//P/protoc/./bundled" - -[protoc_jll."3.16.1+0"] -executables = ["protoc"] -libraries = ["libprotoc"] - - [[protoc_jll."3.16.1+0".sources]] - hash = "791a4355c365bd92720160671a7491be168055cb" - repo = "https://github.com/protocolbuffers/protobuf.git" - -[protoc_jll."3.19.1+0"] -executables = ["protoc"] -libraries = ["libprotoc"] - - [[protoc_jll."3.19.1+0".sources]] - hash = "7c40b2df1fdf6f414c1c18c789715a9c948a0725" - repo = "https://github.com/protocolbuffers/protobuf.git" - -[protoc_jll."3.19.4+0"] -executables = ["protoc"] -libraries = ["libprotoc"] - - [[protoc_jll."3.19.4+0".sources]] - hash = "22d0e265de7d2b3d2e9a00d071313502e7d4cccf" - repo = "https://github.com/protocolbuffers/protobuf.git" - -[protoc_jll."3.21.4+0"] -executables = ["protoc"] -libraries = ["libprotoc"] - - [[protoc_jll."3.21.4+0".sources]] - hash = "c9869dc7803eb0a21d7e589c40ff4f9288cd34ae" - repo = "https://github.com/protocolbuffers/protobuf.git" - -[protoc_jll."3.21.4+1"] -executables = ["protoc"] -libraries = ["libprotoc", "libprotobuf"] - - [[protoc_jll."3.21.4+1".sources]] - hash = "c9869dc7803eb0a21d7e589c40ff4f9288cd34ae" - repo = "https://github.com/protocolbuffers/protobuf.git" - -[protoc_jll."3.21.12+0"] -executables = ["protoc"] -libraries = ["libprotoc", "libprotobuf"] - - [[protoc_jll."3.21.12+0".sources]] - hash = "f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c" - repo = "https://github.com/protocolbuffers/protobuf.git" - -[protoc_jll."3.21.12+1"] -executables = ["protoc"] -libraries = ["libprotoc", "libprotobuf", "libprotobuf-lite"] - - [[protoc_jll."3.21.12+1".sources]] - hash = "f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c" - repo = "https://github.com/protocolbuffers/protobuf.git" - -[protoc_jll."26.1.0+0"] -executables = ["protoc"] -libraries = ["libprotoc", "libprotobuf", "libprotobuf-lite", "libabsl_bad_any_cast_impl", "libabsl_bad_optional_access", "libabsl_bad_variant_access", "libabsl_base", "libabsl_city", "libabsl_civil_time", "libabsl_cord", "libabsl_cord_internal", "libabsl_cordz_functions", "libabsl_cordz_handle", "libabsl_cordz_info", "libabsl_cordz_sample_token", "libabsl_crc32c", "libabsl_crc_cord_state", "libabsl_crc_cpu_detect", "libabsl_crc_internal", "libabsl_debugging_internal", "libabsl_demangle_internal", "libabsl_die_if_null", "libabsl_examine_stack", "libabsl_exponential_biased", "libabsl_failure_signal_handler", "libabsl_flags_commandlineflag", "libabsl_flags_commandlineflag_internal", "libabsl_flags_config", "libabsl_flags_internal", "libabsl_flags_marshalling", "libabsl_flags_parse", "libabsl_flags_private_handle_accessor", "libabsl_flags_program_name", "libabsl_flags_reflection", "libabsl_flags_usage", "libabsl_flags_usage_internal", "libabsl_graphcycles_internal", "libabsl_hash", "libabsl_hashtablez_sampler", "libabsl_int128", "libabsl_kernel_timeout_internal", "libabsl_leak_check", "libabsl_log_entry", "libabsl_log_flags", "libabsl_log_globals", "libabsl_log_initialize", "libabsl_log_internal_check_op", "libabsl_log_internal_conditions", "libabsl_log_internal_fnmatch", "libabsl_log_internal_format", "libabsl_log_internal_globals", "libabsl_log_internal_log_sink_set", "libabsl_log_internal_message", "libabsl_log_internal_nullguard", "libabsl_log_internal_proto", "libabsl_log_severity", "libabsl_log_sink", "libabsl_low_level_hash", "libabsl_malloc_internal", "libabsl_periodic_sampler", "libabsl_random_distributions", "libabsl_random_internal_distribution_test_util", "libabsl_random_internal_platform", "libabsl_random_internal_pool_urbg", "libabsl_random_internal_randen", "libabsl_random_internal_randen_hwaes", "libabsl_random_internal_randen_hwaes_impl", "libabsl_random_internal_randen_slow", "libabsl_random_internal_seed_material", "libabsl_random_seed_gen_exception", "libabsl_random_seed_sequences", "libabsl_raw_hash_set", "libabsl_raw_logging_internal", "libabsl_scoped_set_env", "libabsl_spinlock_wait", "libabsl_stacktrace", "libabsl_status", "libabsl_statusor", "libabsl_str_format_internal", "libabsl_strerror", "libabsl_string_view", "libabsl_strings", "libabsl_strings_internal", "libabsl_symbolize", "libabsl_synchronization", "libabsl_throw_delegate", "libabsl_time", "libabsl_time_zone", "libabsl_vlog_config_internal"] - - [[protoc_jll."26.1.0+0".sources]] - hash = "2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5" - repo = "https://github.com/protocolbuffers/protobuf.git" - [[protoc_jll."26.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/352339fe9bf84553c401fb05c3fb33cf9eccaee6//P/protoc/bundled" - -[protoc_jll."105.28.2+0"] -executables = ["protoc"] -libraries = ["libprotoc", "libprotobuf", "libprotobuf-lite", "libabsl_bad_any_cast_impl", "libabsl_bad_optional_access", "libabsl_bad_variant_access", "libabsl_base", "libabsl_city", "libabsl_civil_time", "libabsl_cord", "libabsl_cord_internal", "libabsl_cordz_functions", "libabsl_cordz_handle", "libabsl_cordz_info", "libabsl_cordz_sample_token", "libabsl_crc32c", "libabsl_crc_cord_state", "libabsl_crc_cpu_detect", "libabsl_crc_internal", "libabsl_debugging_internal", "libabsl_demangle_internal", "libabsl_die_if_null", "libabsl_examine_stack", "libabsl_exponential_biased", "libabsl_failure_signal_handler", "libabsl_flags_commandlineflag", "libabsl_flags_commandlineflag_internal", "libabsl_flags_config", "libabsl_flags_internal", "libabsl_flags_marshalling", "libabsl_flags_parse", "libabsl_flags_private_handle_accessor", "libabsl_flags_program_name", "libabsl_flags_reflection", "libabsl_flags_usage", "libabsl_flags_usage_internal", "libabsl_graphcycles_internal", "libabsl_hash", "libabsl_hashtablez_sampler", "libabsl_int128", "libabsl_kernel_timeout_internal", "libabsl_leak_check", "libabsl_log_entry", "libabsl_log_flags", "libabsl_log_globals", "libabsl_log_initialize", "libabsl_log_internal_check_op", "libabsl_log_internal_conditions", "libabsl_log_internal_fnmatch", "libabsl_log_internal_format", "libabsl_log_internal_globals", "libabsl_log_internal_log_sink_set", "libabsl_log_internal_message", "libabsl_log_internal_nullguard", "libabsl_log_internal_proto", "libabsl_log_severity", "libabsl_log_sink", "libabsl_low_level_hash", "libabsl_malloc_internal", "libabsl_periodic_sampler", "libabsl_random_distributions", "libabsl_random_internal_distribution_test_util", "libabsl_random_internal_platform", "libabsl_random_internal_pool_urbg", "libabsl_random_internal_randen", "libabsl_random_internal_randen_hwaes", "libabsl_random_internal_randen_hwaes_impl", "libabsl_random_internal_randen_slow", "libabsl_random_internal_seed_material", "libabsl_random_seed_gen_exception", "libabsl_random_seed_sequences", "libabsl_raw_hash_set", "libabsl_raw_logging_internal", "libabsl_scoped_set_env", "libabsl_spinlock_wait", "libabsl_stacktrace", "libabsl_status", "libabsl_statusor", "libabsl_str_format_internal", "libabsl_strerror", "libabsl_string_view", "libabsl_strings", "libabsl_strings_internal", "libabsl_symbolize", "libabsl_synchronization", "libabsl_throw_delegate", "libabsl_time", "libabsl_time_zone", "libabsl_vlog_config_internal"] - - [[protoc_jll."105.28.2+0".sources]] - hash = "9fff46d7327c699ef970769d5c9fd0e44df08fc7" - repo = "https://github.com/protocolbuffers/protobuf.git" - [[protoc_jll."105.28.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ad40268054e26fac5523195510aaee0ebd84a859//P/protoc/bundled" - -[protoc_jll."105.28.2+1"] -executables = ["protoc"] -libraries = ["libprotoc", "libprotobuf", "libprotobuf-lite", "libabsl_bad_any_cast_impl", "libabsl_bad_optional_access", "libabsl_bad_variant_access", "libabsl_base", "libabsl_city", "libabsl_civil_time", "libabsl_cord", "libabsl_cord_internal", "libabsl_cordz_functions", "libabsl_cordz_handle", "libabsl_cordz_info", "libabsl_cordz_sample_token", "libabsl_crc32c", "libabsl_crc_cord_state", "libabsl_crc_cpu_detect", "libabsl_crc_internal", "libabsl_debugging_internal", "libabsl_demangle_internal", "libabsl_die_if_null", "libabsl_examine_stack", "libabsl_exponential_biased", "libabsl_failure_signal_handler", "libabsl_flags_commandlineflag", "libabsl_flags_commandlineflag_internal", "libabsl_flags_config", "libabsl_flags_internal", "libabsl_flags_marshalling", "libabsl_flags_parse", "libabsl_flags_private_handle_accessor", "libabsl_flags_program_name", "libabsl_flags_reflection", "libabsl_flags_usage", "libabsl_flags_usage_internal", "libabsl_graphcycles_internal", "libabsl_hash", "libabsl_hashtablez_sampler", "libabsl_int128", "libabsl_kernel_timeout_internal", "libabsl_leak_check", "libabsl_log_entry", "libabsl_log_flags", "libabsl_log_globals", "libabsl_log_initialize", "libabsl_log_internal_check_op", "libabsl_log_internal_conditions", "libabsl_log_internal_fnmatch", "libabsl_log_internal_format", "libabsl_log_internal_globals", "libabsl_log_internal_log_sink_set", "libabsl_log_internal_message", "libabsl_log_internal_nullguard", "libabsl_log_internal_proto", "libabsl_log_severity", "libabsl_log_sink", "libabsl_low_level_hash", "libabsl_malloc_internal", "libabsl_periodic_sampler", "libabsl_random_distributions", "libabsl_random_internal_distribution_test_util", "libabsl_random_internal_platform", "libabsl_random_internal_pool_urbg", "libabsl_random_internal_randen", "libabsl_random_internal_randen_hwaes", "libabsl_random_internal_randen_hwaes_impl", "libabsl_random_internal_randen_slow", "libabsl_random_internal_seed_material", "libabsl_random_seed_gen_exception", "libabsl_random_seed_sequences", "libabsl_raw_hash_set", "libabsl_raw_logging_internal", "libabsl_scoped_set_env", "libabsl_spinlock_wait", "libabsl_stacktrace", "libabsl_status", "libabsl_statusor", "libabsl_str_format_internal", "libabsl_strerror", "libabsl_string_view", "libabsl_strings", "libabsl_strings_internal", "libabsl_symbolize", "libabsl_synchronization", "libabsl_throw_delegate", "libabsl_time", "libabsl_time_zone", "libabsl_vlog_config_internal", "libutf8_range", "libutf8_validity"] - - [[protoc_jll."105.28.2+1".sources]] - hash = "9fff46d7327c699ef970769d5c9fd0e44df08fc7" - repo = "https://github.com/protocolbuffers/protobuf.git" - [[protoc_jll."105.28.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ff4483717a55b3e310cee56c52032ed81a1bc2c3//P/protoc/bundled" - -[protoc_jll."105.29.3+0"] -executables = ["protoc"] -libraries = ["libprotoc", "libprotobuf", "libprotobuf-lite", "libabsl_bad_any_cast_impl", "libabsl_bad_optional_access", "libabsl_bad_variant_access", "libabsl_base", "libabsl_city", "libabsl_civil_time", "libabsl_cord", "libabsl_cord_internal", "libabsl_cordz_functions", "libabsl_cordz_handle", "libabsl_cordz_info", "libabsl_cordz_sample_token", "libabsl_crc32c", "libabsl_crc_cord_state", "libabsl_crc_cpu_detect", "libabsl_crc_internal", "libabsl_debugging_internal", "libabsl_demangle_internal", "libabsl_die_if_null", "libabsl_examine_stack", "libabsl_exponential_biased", "libabsl_failure_signal_handler", "libabsl_flags_commandlineflag", "libabsl_flags_commandlineflag_internal", "libabsl_flags_config", "libabsl_flags_internal", "libabsl_flags_marshalling", "libabsl_flags_parse", "libabsl_flags_private_handle_accessor", "libabsl_flags_program_name", "libabsl_flags_reflection", "libabsl_flags_usage", "libabsl_flags_usage_internal", "libabsl_graphcycles_internal", "libabsl_hash", "libabsl_hashtablez_sampler", "libabsl_int128", "libabsl_kernel_timeout_internal", "libabsl_leak_check", "libabsl_log_entry", "libabsl_log_flags", "libabsl_log_globals", "libabsl_log_initialize", "libabsl_log_internal_check_op", "libabsl_log_internal_conditions", "libabsl_log_internal_fnmatch", "libabsl_log_internal_format", "libabsl_log_internal_globals", "libabsl_log_internal_log_sink_set", "libabsl_log_internal_message", "libabsl_log_internal_nullguard", "libabsl_log_internal_proto", "libabsl_log_severity", "libabsl_log_sink", "libabsl_low_level_hash", "libabsl_malloc_internal", "libabsl_periodic_sampler", "libabsl_random_distributions", "libabsl_random_internal_distribution_test_util", "libabsl_random_internal_platform", "libabsl_random_internal_pool_urbg", "libabsl_random_internal_randen", "libabsl_random_internal_randen_hwaes", "libabsl_random_internal_randen_hwaes_impl", "libabsl_random_internal_randen_slow", "libabsl_random_internal_seed_material", "libabsl_random_seed_gen_exception", "libabsl_random_seed_sequences", "libabsl_raw_hash_set", "libabsl_raw_logging_internal", "libabsl_scoped_set_env", "libabsl_spinlock_wait", "libabsl_stacktrace", "libabsl_status", "libabsl_statusor", "libabsl_str_format_internal", "libabsl_strerror", "libabsl_string_view", "libabsl_strings", "libabsl_strings_internal", "libabsl_symbolize", "libabsl_synchronization", "libabsl_throw_delegate", "libabsl_time", "libabsl_time_zone", "libabsl_vlog_config_internal", "libutf8_range", "libutf8_validity"] - - [[protoc_jll."105.29.3+0".sources]] - hash = "b407e8416e3893036aee5af9a12bd9b6a0e2b2e6" - repo = "https://github.com/protocolbuffers/protobuf.git" - [[protoc_jll."105.29.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/436abd30bc18f109ef2f364118ca31c0a8b1cf68//P/protoc/bundled" - -[protozero_jll."1.7.1+0"] -files = ["include/protozero/pbf_writer.hpp", "include/protozero/pbf_reader.hpp", "include/protozero/pbf_message.hpp", "include/protozero/pbf_builder.hpp"] - - [[protozero_jll."1.7.1+0".sources]] - hash = "f379578a3f7c8162aac0ac31c2696de09a5b5f93" - repo = "https://github.com/mapbox/protozero.git" - -[proxTV_jll."3.3.0+0"] -libraries = ["libproxtv"] - - [[proxTV_jll."3.3.0+0".sources]] - hash = "0b8973cd7e1a2348c842393f689949eeebc9f654" - repo = "https://github.com/albarji/proxTV" - -[proxTV_jll."3.3.1+0"] -libraries = ["libproxtv"] - - [[proxTV_jll."3.3.1+0".sources]] - hash = "6f7ad7e1048a6d97aa1e92ec35937ae4f155b1a0" - repo = "https://github.com/amontoison/proxTV" - -[proxTV_jll."3.3.2+0"] -libraries = ["libproxtv"] - - [[proxTV_jll."3.3.2+0".sources]] - hash = "fa1bd9456a8564ac7ca9f7d3544ba27b6b07933a" - repo = "https://github.com/amontoison/proxTV" - -[proxTV_jll."3.4.0+0"] -libraries = ["libproxtv"] - - [[proxTV_jll."3.4.0+0".sources]] - hash = "2a5181108d769b72880a301d212c0c72a129816f" - repo = "https://github.com/amontoison/proxTV" - -[proxTV_jll."3.5.0+0"] -libraries = ["libproxtv"] - - [[proxTV_jll."3.5.0+0".sources]] - hash = "ac21e5be697504ccd800bab5f3672578a2d0a6f0" - repo = "https://github.com/amontoison/proxTV" - -[prrte_jll."2.0.0+0"] -executables = ["prte"] - - [[prrte_jll."2.0.0+0".sources]] - hash = "9f4abc0b1410e0fa74ed7b00cfea496aa06172e12433c6f2864d11b534becc25" - url = "https://github.com/openpmix/prrte/releases/download/v2.0.0/prte-2.0.0.tar.bz2" - -[prrte_jll."2.0.0+1"] -executables = ["prte"] - - [[prrte_jll."2.0.0+1".sources]] - hash = "9f4abc0b1410e0fa74ed7b00cfea496aa06172e12433c6f2864d11b534becc25" - url = "https://github.com/openpmix/prrte/releases/download/v2.0.0/prte-2.0.0.tar.bz2" - -[prrte_jll."2.0.0+2"] -executables = ["prte", "prun", "prte_info", "prterun"] - - [[prrte_jll."2.0.0+2".sources]] - hash = "9f4abc0b1410e0fa74ed7b00cfea496aa06172e12433c6f2864d11b534becc25" - url = "https://github.com/openpmix/prrte/releases/download/v2.0.0/prte-2.0.0.tar.bz2" - -[prrte_jll."3.0.2+0"] -executables = ["prte", "prun", "prte_info", "prterun"] - - [[prrte_jll."3.0.2+0".sources]] - hash = "1aaa1bb930e8e940251ea682b4a6abc24e4849fa9ffbaaaaf2750a38ba4e474a" - url = "https://github.com/openpmix/prrte/releases/download/v3.0.2/prrte-3.0.2.tar.bz2" - -[psurface_jll."2.0.0+0"] -executables = ["psurface-simplify", "psurface-smooth", "psurface-convert"] -libraries = ["libpsurface"] - - [[psurface_jll."2.0.0+0".sources]] - hash = "b9259d616ff381c3c10402779dc61acfe3286d55b8f2c2a86fc262fc91cf1aa5" - url = "https://github.com/psurface/psurface/archive/refs/tags/psurface-2.0.0.tar.gz" - [[psurface_jll."2.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/eebcf32109900dfe35c4f5abbccf2e9f2bbb2e0a//P/psurface/./bundled" - -[pugixml_jll."1.11.0+0"] -libraries = ["libpugixml"] - - [[pugixml_jll."1.11.0+0".sources]] - hash = "26913d3e63b9c07431401cf826df17ed832a20d19333d043991e611d23beaa2c" - url = "http://github.com/zeux/pugixml/releases/download/v1.11/pugixml-1.11.tar.gz" - -[pugixml_jll."1.14.0+0"] -libraries = ["libpugixml"] - - [[pugixml_jll."1.14.0+0".sources]] - hash = "2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015" - url = "http://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz" - -[pugixml_jll."1.14.0+1"] -libraries = ["libpugixml"] - - [[pugixml_jll."1.14.0+1".sources]] - hash = "2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015" - url = "http://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz" - -[pugixml_jll."1.14.0+2"] -libraries = ["libpugixml"] - - [[pugixml_jll."1.14.0+2".sources]] - hash = "2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015" - url = "http://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz" - -[pugixml_jll."1.14.1+0"] -libraries = ["libpugixml"] - - [[pugixml_jll."1.14.1+0".sources]] - hash = "2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015" - url = "http://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz" - -[pugixml_jll."1.15.0+0"] -libraries = ["libpugixml"] - - [[pugixml_jll."1.15.0+0".sources]] - hash = "655ade57fa703fb421c2eb9a0113b5064bddb145d415dd1f88c79353d90d511a" - url = "http://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar.gz" - -[[pybind11_jll."2.5.0+0".sources]] -hash = "97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504" -url = "https://github.com/pybind/pybind11/archive/v2.5.0.tar.gz" - -[qpOASES_jll."3.2.1+0"] -libraries = ["libqpOASES"] - - [[qpOASES_jll."3.2.1+0".sources]] - hash = "51d3fbea30142d3acbf40cf7a1c519efc27ea67b" - repo = "https://github.com/coin-or/qpOASES.git" - [[qpOASES_jll."3.2.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/00c15f25e2996b7021347db6ccb08f52ec332f1d//Q/qpOASES/./bundled" - -[qpOASES_jll."3.2.2+0"] -libraries = ["libqpOASES", "libqpOASES_MUMPS"] - - [[qpOASES_jll."3.2.2+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[qpOASES_jll."3.2.2+0".sources]] - hash = "680f18c8ef0018a120e1604b769f056e8368df97" - repo = "https://github.com/coin-or/qpOASES.git" - [[qpOASES_jll."3.2.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/07cedbf24926a145efbdf606ac7fc47073ef27b8//Q/qpOASES/./bundled" - -[qr_mumps_jll."3.0.1+0"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.1+0".sources]] - hash = "451d3a25beff3c8e8ac3c03249333341b871aa4f55ff37d91837e2397497246d" - url = "http://buttari.perso.enseeiht.fr/qr_mumps/releases/qr_mumps-3.0.1.tgz" - -[qr_mumps_jll."3.0.1+1"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.1+1".sources]] - hash = "451d3a25beff3c8e8ac3c03249333341b871aa4f55ff37d91837e2397497246d" - url = "http://buttari.perso.enseeiht.fr/qr_mumps/releases/qr_mumps-3.0.1.tgz" - -[qr_mumps_jll."3.0.2+0"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.2+0".sources]] - hash = "cc605d6f8dd0f3cc6b5eafb45261c5100b04a11e981f3eab64caccab32781b0b" - url = "http://buttari.perso.enseeiht.fr/qr_mumps/releases/qr_mumps-3.0.2.tgz" - -[qr_mumps_jll."3.0.2+1"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.2+1".sources]] - hash = "7142ae0439aee407b0f57ed21a0ed10d0ad4479bd38ac6c3e8ad0f2d0133ef35" - url = "http://buttari.perso.enseeiht.fr/qr_mumps/releases/qr_mumps-3.0.2.tgz" - -[qr_mumps_jll."3.0.2+2"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.2+2".sources]] - hash = "80871bc8242fe4bc510047022e11db73357123680a3875b2cdfc71790be72280" - url = "http://buttari.perso.enseeiht.fr/qr_mumps/releases/qr_mumps-3.0.2.tgz" - -[qr_mumps_jll."3.0.2+3"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.2+3".sources]] - hash = "9e881f0734de05a89bee7866cb158985096f8930ed3e1e169e1874b85ec28396" - url = "http://buttari.perso.enseeiht.fr/qr_mumps/releases/qr_mumps-3.0.2.tgz" - -[qr_mumps_jll."3.0.2+4"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.2+4".sources]] - hash = "9e881f0734de05a89bee7866cb158985096f8930ed3e1e169e1874b85ec28396" - url = "http://buttari.perso.enseeiht.fr/qr_mumps/releases/qr_mumps-3.0.2.tgz" - -[qr_mumps_jll."3.0.2+5"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.2+5".sources]] - hash = "9e881f0734de05a89bee7866cb158985096f8930ed3e1e169e1874b85ec28396" - url = "http://buttari.perso.enseeiht.fr/qr_mumps/releases/qr_mumps-3.0.2.tgz" - -[qr_mumps_jll."3.0.3+0"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.3+0".sources]] - hash = "bd83f3e6125bb08c04e9ec78dff7c4d375720c7ed064bbfb4fa27f710741ec9a" - url = "http://buttari.perso.enseeiht.fr/qr_mumps/releases/qr_mumps-3.0.3.tgz" - -[qr_mumps_jll."3.0.4+0"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.4+0".sources]] - hash = "66e9b6c97959343362d4f1b22cd4307813752df5" - repo = "https://gitlab.com/qr_mumps/qr_mumps.git" - -[qr_mumps_jll."3.0.5+0"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.0.5+0".sources]] - hash = "66e9b6c97959343362d4f1b22cd4307813752df5" - repo = "https://gitlab.com/qr_mumps/qr_mumps.git" - -[qr_mumps_jll."3.1.0+0"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.1.0+0".sources]] - hash = "51cd72362fa23e7d3053a9ae4258bba79070e6a7" - repo = "https://gitlab.com/qr_mumps/qr_mumps.git" - [[qr_mumps_jll."3.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/70d833a67e4c39e59543e583ebd744ccad1028bc//Q/qr_mumps/./bundled" - -[qr_mumps_jll."3.1.1+0"] -libraries = ["libqrm_common", "libcqrm", "libsqrm", "libdqrm", "libzqrm"] - - [[qr_mumps_jll."3.1.1+0".sources]] - hash = "3ed9c3a42c7bb620c90c9c816097654c5d2cfc60" - repo = "https://gitlab.com/qr_mumps/qr_mumps.git" - -[quarto_jll."1.1.251+0"] -executables = ["quarto"] - - [[quarto_jll."1.1.251+0".sources]] - hash = "544614108e31cd03d79724db0938405b69e904264d3c3279c767169e4373ed11" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.1.251/quarto-1.1.251-linux-amd64.tar.gz" - [[quarto_jll."1.1.251+0".sources]] - hash = "04a9f82fc5c66e87b7b64afe7c775c8b4977e0e6323e03c29adbd16918640a6f" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.1.251/quarto-1.1.251-macOS.tar.gz" - [[quarto_jll."1.1.251+0".sources]] - hash = "57efeacbf6cdbaff66715bad50e2d10566381731ebeb905e5d4a896ab9f9f093" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.1.251/quarto-1.1.251-win.zip" - [[quarto_jll."1.1.251+0".sources]] - hash = "72e9878c027de95ff489de1ee25933176070a2f6f29c5c8ac613f6f16d72ffee" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/main/COPYRIGHT" - [[quarto_jll."1.1.251+0".sources]] - hash = "2b7f990a2f8f094afbf8b51011737588acc3acc63e5c436cac3d1a7a25a6773f" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/main/COPYING.md" - -[quarto_jll."1.3.450+0"] -executables = ["quarto"] - - [[quarto_jll."1.3.450+0".sources]] - hash = "6dc8fb4b31067d0c6cc3d3fc5a470bacabab3eea73c298081adc68137295c005" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.450/quarto-1.3.450-linux-amd64.tar.gz" - [[quarto_jll."1.3.450+0".sources]] - hash = "c3da6a26bd58f07e18aaa77e621573286b4a127b73e023f89ea79567a30aa05c" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.450/quarto-1.3.450-macOS.tar.gz" - [[quarto_jll."1.3.450+0".sources]] - hash = "9607176d94b29f159280c3b2b46cab3b89dc0a6c88dbcba461d4914c1f1bf2b9" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.450/quarto-1.3.450-win.zip" - [[quarto_jll."1.3.450+0".sources]] - hash = "21c65c0f2d30ead47c5dab17f4e840d62aea2e61fb66c4dc947d835508feedf4" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.3.450/COPYRIGHT" - [[quarto_jll."1.3.450+0".sources]] - hash = "2b7f990a2f8f094afbf8b51011737588acc3acc63e5c436cac3d1a7a25a6773f" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.3.450/COPYING.md" - -[quarto_jll."1.4.549+0"] -executables = ["quarto"] - - [[quarto_jll."1.4.549+0".sources]] - hash = "61e03d40a75a4b32ad823c9b573db6228a58202a9b95f94d13c9cdf23dd7af78" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.549/quarto-1.4.549-linux-amd64.tar.gz" - [[quarto_jll."1.4.549+0".sources]] - hash = "4d31524deddef13213e5c1fa89ef6d63ab10cc88e51f8daf180ec8e1dba159c4" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.549/quarto-1.4.549-macOS.tar.gz" - [[quarto_jll."1.4.549+0".sources]] - hash = "c79fbff6e91ef77e439148a08d343beeee415c60c6c7fb498f3aa8633d176159" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.549/quarto-1.4.549-win.zip" - [[quarto_jll."1.4.549+0".sources]] - hash = "490f3bfa035e325018ce9b0c8c2aec1f291c67ff55358a653d079488385af517" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.4.549/COPYRIGHT" - [[quarto_jll."1.4.549+0".sources]] - hash = "54a55511991726b38e3867966ab14fd62919114670f2178654cced9394af78fd" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.4.549/COPYING.md" - -[quarto_jll."1.5.54+0"] -executables = ["quarto"] - - [[quarto_jll."1.5.54+0".sources]] - hash = "424a8c59a6b97cbaca9a0af98b1d3c157d447ddae3efca0340ab8bb65d900749" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quarto-1.5.54-linux-amd64.tar.gz" - [[quarto_jll."1.5.54+0".sources]] - hash = "391b1a095cfc7e8a3fb33f723e42d0449f0146babf1311ff73e5262bc1129503" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quarto-1.5.54-macOS.tar.gz" - [[quarto_jll."1.5.54+0".sources]] - hash = "fb00b52ae7a7c5f897e16d1b023b978a683ab1bc1db71948734cc67e83029c6c" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quarto-1.5.54-win.zip" - [[quarto_jll."1.5.54+0".sources]] - hash = "490f3bfa035e325018ce9b0c8c2aec1f291c67ff55358a653d079488385af517" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.5.54/COPYRIGHT" - [[quarto_jll."1.5.54+0".sources]] - hash = "54a55511991726b38e3867966ab14fd62919114670f2178654cced9394af78fd" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.5.54/COPYING.md" - -[quarto_jll."1.5.57+0"] -executables = ["quarto"] - - [[quarto_jll."1.5.57+0".sources]] - hash = "6418effd9f7c8a5f043197bcf1f30a4a2d588de399f23121ecec580ca5133296" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.tar.gz" - [[quarto_jll."1.5.57+0".sources]] - hash = "0c90ca0ad03b4337213d71ec97b3fa5ed1e1fe450c4df64eb6c825808cc70e61" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-macos.tar.gz" - [[quarto_jll."1.5.57+0".sources]] - hash = "7e8c55c2151f4f898230f53451eac199206cd7b018308ab203e9b3353cacdf19" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-win.zip" - [[quarto_jll."1.5.57+0".sources]] - hash = "490f3bfa035e325018ce9b0c8c2aec1f291c67ff55358a653d079488385af517" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.5.57/COPYRIGHT" - [[quarto_jll."1.5.57+0".sources]] - hash = "54a55511991726b38e3867966ab14fd62919114670f2178654cced9394af78fd" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.5.57/COPYING.md" - -[quarto_jll."1.5.57+1"] -executables = ["quarto"] - - [[quarto_jll."1.5.57+1".sources]] - hash = "6418effd9f7c8a5f043197bcf1f30a4a2d588de399f23121ecec580ca5133296" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.tar.gz" - [[quarto_jll."1.5.57+1".sources]] - hash = "13225b149fa487457ab633a73e4e8fad892aa4d1dc8e44a20d06e5b51995cdd6" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-arm64.tar.gz" - [[quarto_jll."1.5.57+1".sources]] - hash = "0c90ca0ad03b4337213d71ec97b3fa5ed1e1fe450c4df64eb6c825808cc70e61" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-macos.tar.gz" - [[quarto_jll."1.5.57+1".sources]] - hash = "7e8c55c2151f4f898230f53451eac199206cd7b018308ab203e9b3353cacdf19" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-win.zip" - [[quarto_jll."1.5.57+1".sources]] - hash = "490f3bfa035e325018ce9b0c8c2aec1f291c67ff55358a653d079488385af517" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.5.57/COPYRIGHT" - [[quarto_jll."1.5.57+1".sources]] - hash = "54a55511991726b38e3867966ab14fd62919114670f2178654cced9394af78fd" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.5.57/COPYING.md" - -[quarto_jll."1.6.39+0"] -executables = ["quarto"] - - [[quarto_jll."1.6.39+0".sources]] - hash = "d797c796713a57c14d8115f49a45d626a16478697096a0421f2d2d980e5f9d4a" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.39/quarto-1.6.39-linux-amd64.tar.gz" - [[quarto_jll."1.6.39+0".sources]] - hash = "cb3cda3272b27841862370a897b883e85005ddae9b5e57ec13c10798d46ee0b6" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.39/quarto-1.6.39-linux-arm64.tar.gz" - [[quarto_jll."1.6.39+0".sources]] - hash = "5b422f396756ee0ee268970ae851775fed7e1005aea98500d59b7f12cd9a4e16" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.39/quarto-1.6.39-macos.tar.gz" - [[quarto_jll."1.6.39+0".sources]] - hash = "0fc0678222326ca5b2affc97df832dc23b71cb404dd9b17895db7a607e8e5a75" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.39/quarto-1.6.39-win.zip" - [[quarto_jll."1.6.39+0".sources]] - hash = "b99ec68b0ae2766380ecd177de507b799d1e3f6b7334d940a57021d3e4299721" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.6.39/COPYRIGHT" - [[quarto_jll."1.6.39+0".sources]] - hash = "6b985ce085f33a39f96d12321cfbcee03aa2ad4249755f534537f38019dfa123" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.6.39/COPYING.md" - -[quarto_jll."1.7.31+0"] -executables = ["quarto"] - - [[quarto_jll."1.7.31+0".sources]] - hash = "61149ee0c2dc2426aa0431b01e26313b100615c7a164b2150a45e34c4d1ecc57" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.31/quarto-1.7.31-linux-amd64.tar.gz" - [[quarto_jll."1.7.31+0".sources]] - hash = "0cec17c96ab8f3102a0d9863dfa828199f39cb0db5dbcb6e1385e0d05665af04" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.31/quarto-1.7.31-linux-arm64.tar.gz" - [[quarto_jll."1.7.31+0".sources]] - hash = "a247738c10a542e6b6a82cd3692bce114e7d4fc65194ffff0d1413613f530e47" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.31/quarto-1.7.31-macos.tar.gz" - [[quarto_jll."1.7.31+0".sources]] - hash = "ec4807b0b4bb675ddd35a41f7143da1e0d9c03b70e6f4fec4df9bde2e6b5ee89" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.31/quarto-1.7.31-win.zip" - [[quarto_jll."1.7.31+0".sources]] - hash = "b99ec68b0ae2766380ecd177de507b799d1e3f6b7334d940a57021d3e4299721" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.7.31/COPYRIGHT" - [[quarto_jll."1.7.31+0".sources]] - hash = "6b985ce085f33a39f96d12321cfbcee03aa2ad4249755f534537f38019dfa123" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.7.31/COPYING.md" - -[quarto_jll."1.7.32+0"] -executables = ["quarto"] - - [[quarto_jll."1.7.32+0".sources]] - hash = "262505e3d26459c64e66efefd4b9240eb755ea20dd6fe876d6aa64c7a7b13d27" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-linux-amd64.tar.gz" - [[quarto_jll."1.7.32+0".sources]] - hash = "87835e6ed965d865ee1cda367ff0316c7d52104c114f5f1962fdc9fe5da46cd0" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-linux-arm64.tar.gz" - [[quarto_jll."1.7.32+0".sources]] - hash = "b49912bbe2b507f03d0bac9089f0e97437a87226c59a371e4eff8712557b16e8" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-macos.tar.gz" - [[quarto_jll."1.7.32+0".sources]] - hash = "956d5162377d0138c2d1972eb3aa6634b5369aa9286871a95f4f3989e673854a" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.32/quarto-1.7.32-win.zip" - [[quarto_jll."1.7.32+0".sources]] - hash = "b99ec68b0ae2766380ecd177de507b799d1e3f6b7334d940a57021d3e4299721" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.7.32/COPYRIGHT" - [[quarto_jll."1.7.32+0".sources]] - hash = "6b985ce085f33a39f96d12321cfbcee03aa2ad4249755f534537f38019dfa123" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.7.32/COPYING.md" - -[quarto_jll."1.8.24+0"] -executables = ["quarto"] - - [[quarto_jll."1.8.24+0".sources]] - hash = "6b83c1c9b6f2ce6454798b42260bd2ee184551d74debe817b8aaf28b09ac22d0" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.24/quarto-1.8.24-linux-amd64.tar.gz" - [[quarto_jll."1.8.24+0".sources]] - hash = "89a97a65a242a5b9b010a9f9978928c1d8e4ac02a558c9cd91a110c3f2611fdd" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.24/quarto-1.8.24-linux-arm64.tar.gz" - [[quarto_jll."1.8.24+0".sources]] - hash = "8f3be3719e8332c4583bd03aeb541b7c5aebc4f24c1799502c97051bbaa88c63" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.24/quarto-1.8.24-macos.tar.gz" - [[quarto_jll."1.8.24+0".sources]] - hash = "5f9276b3ea25752b99d0071e6ad93701d381b7db3b7ec40a32421b5556f4d0ea" - url = "https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.24/quarto-1.8.24-win.zip" - [[quarto_jll."1.8.24+0".sources]] - hash = "b99ec68b0ae2766380ecd177de507b799d1e3f6b7334d940a57021d3e4299721" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.8.24/COPYRIGHT" - [[quarto_jll."1.8.24+0".sources]] - hash = "6b985ce085f33a39f96d12321cfbcee03aa2ad4249755f534537f38019dfa123" - url = "https://raw.githubusercontent.com/quarto-dev/quarto-cli/v1.8.24/COPYING.md" - -[quickfix_jll."1.16.0+0"] -libraries = ["libquickfix"] - - [[quickfix_jll."1.16.0+0".sources]] - hash = "92c85ca63fc260d16e24e0ece419ecdec9ffe868" - repo = "https://github.com/quickfix/quickfix.git" - [[quickfix_jll."1.16.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - [[quickfix_jll."1.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d8b5aa11e3019ad04544d12c56306670ec7b52fb//Q/quickfix/./bundled" - -[quickfixc_jll."0.1.0+0"] -libraries = ["libquickfixc"] - - [[quickfixc_jll."0.1.0+0".sources]] - hash = "e3fb26940b4a5291dd1cb8da4c7329b38b1c97d6" - repo = "https://github.com/AlexKlo/quickfixc.git" - [[quickfixc_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5b66f9e450bb90202a5ea529867e05330ffe52bd//Q/quickfixc/./bundled" - -[quickfixc_jll."0.1.1+0"] -libraries = ["libquickfixc"] - - [[quickfixc_jll."0.1.1+0".sources]] - hash = "77eb7cd5ba60b2b0acedfea377f516c1d2c7a60c" - repo = "https://github.com/AlexKlo/quickfixc.git" - [[quickfixc_jll."0.1.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/396bbcb23fd8ddfacd078502f1838075a1b810de//Q/quickfixc/./bundled" - -[qwt_jll."6.0.0+0"] -libraries = ["libqwt", "qwt"] - - [[qwt_jll."6.0.0+0".sources]] - hash = "30812fc4a2630ec9956f4daa6c4f6d4b331c74a6" - repo = "https://github.com/ig-or/qwt.git" - -[qwt_jll."6.0.0+1"] -libraries = ["libqwt", "qwt"] - - [[qwt_jll."6.0.0+1".sources]] - hash = "30812fc4a2630ec9956f4daa6c4f6d4b331c74a6" - repo = "https://github.com/ig-or/qwt.git" - -[qwtw_jll."2.0.4+0"] -executables = ["qwproc", "qttest"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.0.4+0".sources]] - hash = "b8119478c38050cd55e01711c8b5867a1932c990" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.0.5+0"] -executables = ["qwproc", "qttest"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.0.5+0".sources]] - hash = "b1aab8873cfb38abc9e35d1dd9ffb8c9497eb80b" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.0.6+0"] -executables = ["qwproc", "qttest"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.0.6+0".sources]] - hash = "ca79480ec11855c9f2c09df39eb5a9f4cbb62657" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.1.0+0"] -executables = ["qwproc", "qttest", "qwtest2"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.1.0+0".sources]] - hash = "e5c38174da3c75e2673c001f7b270a4ec210f9e5" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.2.0+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.2.0+0".sources]] - hash = "443551eeb9930a977d4321e77ac2106a4cbde990" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.2.1+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.2.1+0".sources]] - hash = "ccc8b2b1c00db11b2b57c6081a013a011807204c" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.3.0+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.3.0+0".sources]] - hash = "6a110614f5409f549d03ed423fb2559f6a575464" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.4.1+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.4.1+0".sources]] - hash = "842c277aadc7f5829952984e3757312065222854" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.5.0+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.5.0+0".sources]] - hash = "de764350ba1fe57926349fe0d4d0f817bfdaee38" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.6.0+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.6.0+0".sources]] - hash = "7dcf526775c80c19e158449e858e496a0f6692cf" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.7.0+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.7.0+0".sources]] - hash = "0e164fc8ad145d908a307c33a6b366a8f69ec829" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.8.0+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.8.0+0".sources]] - hash = "96cc79799accc3bd862a80bb7ee1840ad3a161a8" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.9.0+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.9.0+0".sources]] - hash = "b21acf26d82672bacb2e225e3f6fcd2cf56a4ec9" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.11.0+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.11.0+0".sources]] - hash = "e6d33e124e0e62cedee7add0f140d47e05fa5599" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.12.1+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.12.1+0".sources]] - hash = "a78dad7c6eec6f43146857b9094df3bd27751b25" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.13.1+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.13.1+0".sources]] - hash = "06577ea7fabad4c51f4b2c2ee08e6696029f3011" - repo = "https://github.com/ig-or/qwtw.git" - -[qwtw_jll."2.13.2+0"] -executables = ["qwproc"] -libraries = ["libqwtw"] - - [[qwtw_jll."2.13.2+0".sources]] - hash = "e4d0d8969b0828f7471fd1a646e0d512190f7497" - repo = "https://github.com/ig-or/qwtw.git" - -[racket_jll."8.0.0+0"] -executables = ["racket", "raco"] - - [[racket_jll."8.0.0+0".sources]] - hash = "8c173392a1fc5f7a0023b6fc3c31c9b28d9cf474" - repo = "https://github.com/racket/racket.git" - -[ranger_jll."0.13.1+0"] -libraries = ["libranger"] - - [[ranger_jll."0.13.1+0".sources]] - hash = "de60c5ca6ffab1b6cd17c8058c7736f74944841d782707906ba3c68530688916" - url = "https://github.com/imbs-hl/ranger/archive/refs/tags/v0.13.1.tar.gz" - [[ranger_jll."0.13.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b213d7858a88a79d114ee3a1cabb8c7e89280288//R/ranger/./bundled" - -[rapidjson_jll."1.1.1+0"] -files = ["include/rapidjson/rapidjson.h"] - - [[rapidjson_jll."1.1.1+0".sources]] - hash = "ab1842a2dae061284c0a62dca1cc6d5e7e37e346" - repo = "https://github.com/Tencent/rapidjson.git" - -[raptor_jll."0.0.1+0"] -executables = ["RAPTOR"] - - [[raptor_jll."0.0.1+0".sources]] - hash = "6cf2a5903af340c3cbf07fc9e13d43364c3187b4" - repo = "https://github.com/tbronzwaer/raptor.git" - -[rcodesign_jll."0.17.0+0"] -executables = ["rcodesign"] - - [[rcodesign_jll."0.17.0+0".sources]] - hash = "3139080097ce3e8d70d05e49f984f5adb4d2fa9a3e095662411422c7c56eba8b" - url = "https://github.com/indygreg/PyOxidizer/archive/refs/tags/apple-codesign/0.17.0.tar.gz" - [[rcodesign_jll."0.17.0+0".sources]] - hash = "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz" - -[rcodesign_jll."0.29.0+0"] -executables = ["rcodesign"] - - [[rcodesign_jll."0.29.0+0".sources]] - hash = "e92e27c2d0738523b5f0bfc2da5dbab33601568cfeff3e1d40eadd0ffb8e5a98" - url = "https://github.com/indygreg/apple-platform-rs/archive/refs/tags/apple-codesign/0.29.0.tar.gz" - [[rcodesign_jll."0.29.0+0".sources]] - hash = "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz" - -[rdma_core_jll."33.1.0+0"] -libraries = ["libibverbs", "librdmacm"] - - [[rdma_core_jll."33.1.0+0".sources]] - hash = "d179b102bec551ce62265ed463d1095fb2ae9baff604261ad63327fcd20650e5" - url = "https://github.com/linux-rdma/rdma-core/releases/download/v33.1/rdma-core-33.1.tar.gz" - -[rdma_core_jll."57.0.0+0"] -libraries = ["libibverbs", "librdmacm"] - - [[rdma_core_jll."57.0.0+0".sources]] - hash = "5f94c463c931e4a9273f366ca7cb446b54d8bd4732288ade04679886be06862d" - url = "https://github.com/linux-rdma/rdma-core/releases/download/v57.0/rdma-core-57.0.tar.gz" - -[rdma_core_jll."58.0.0+0"] -libraries = ["libibverbs", "librdmacm"] - - [[rdma_core_jll."58.0.0+0".sources]] - hash = "88d67897b793f42d2004eec2629ab8464e425e058f22afabd29faac0a2f54ce4" - url = "https://github.com/linux-rdma/rdma-core/releases/download/v58.0/rdma-core-58.0.tar.gz" - [[rdma_core_jll."58.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5ed03c1114c4e8e8a6cbb06e6952c490245478ae//R/rdma_core/./bundled" - -[re2c_jll."3.0.0+0"] -executables = ["re2go", "re2rust", "re2c"] - - [[re2c_jll."3.0.0+0".sources]] - hash = "b3babbbb1461e13fe22c630a40c43885efcfbbbb585830c6f4c0d791cf82ba0b" - url = "https://github.com/skvadrik/re2c/releases/download/3.0/re2c-3.0.tar.xz" - -[re2c_jll."3.1.0+0"] -executables = ["re2go", "re2rust", "re2c"] - - [[re2c_jll."3.1.0+0".sources]] - hash = "0ac299ad359e3f512b06a99397d025cfff81d3be34464ded0656f8a96676c029" - url = "https://github.com/skvadrik/re2c/releases/download/3.1/re2c-3.1.tar.xz" - -[re2c_jll."4.3.0+0"] -executables = ["re2c", "re2d", "re2go", "re2hs", "re2js", "re2ocaml", "re2py", "re2rust", "re2swift", "re2v"] - - [[re2c_jll."4.3.0+0".sources]] - hash = "51e88d6d6b6ab03eb7970276aca7e0db4f8e29c958b84b561d2fdcb8351c7150" - url = "https://github.com/skvadrik/re2c/releases/download/4.3/re2c-4.3.tar.xz" - -[resvg_jll."0.45.1+0"] -executables = ["resvg"] - - [[resvg_jll."0.45.1+0".sources]] - hash = "1b6c2fddbcbeffa8135df4323b02aaae84890907" - repo = "https://github.com/linebender/resvg.git" - -[ripgrep_jll."13.0.0+0"] -executables = ["rg"] - - [[ripgrep_jll."13.0.0+0".sources]] - hash = "0fb17aaf285b3eee8ddab17b833af1e190d73de317ff9648751ab0660d763ed2" - url = "https://github.com/BurntSushi/ripgrep/archive/13.0.0.tar.gz" - -[rmapi_jll."0.0.13+0"] -executables = ["rmapi"] - - [[rmapi_jll."0.0.13+0".sources]] - hash = "f409e55e481e0df9b069b34867952ae6c38459e7" - repo = "https://github.com/juruen/rmapi.git" - -[robin_hood_hashing_jll."3.11.5+0"] -files = ["include/robin_hood.h"] - - [[robin_hood_hashing_jll."3.11.5+0".sources]] - hash = "9145f963d80d6a02f0f96a47758050a89184a3ed" - repo = "https://github.com/martinus/robin-hood-hashing" - -[rocBLAS_jll."4.2.0+0"] -libraries = ["librocblas"] - - [[rocBLAS_jll."4.2.0+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - [[rocBLAS_jll."4.2.0+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.2.0" - - [[rocBLAS_jll."4.2.0+0".sources]] - hash = "547f6d5d38a41786839f01c5bfa46ffe9937b389193a8891f251e276a1a47fb0" - url = "https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-4.2.0.tar.gz" - -[rocBLAS_jll."4.5.2+0"] -libraries = ["librocblas"] - - [[rocBLAS_jll."4.5.2+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - [[rocBLAS_jll."4.5.2+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.5.2" - - [[rocBLAS_jll."4.5.2+0".sources]] - hash = "15d725e38f91d1ff7772c4204b97c1515af58fa7b8ec2a2014b99b6d337909c4" - url = "https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-4.5.2.tar.gz" - -[rocBLAS_jll."5.2.3+0"] -libraries = ["librocblas"] - - [[rocBLAS_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[rocBLAS_jll."5.2.3+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[rocBLAS_jll."5.2.3+0".sources]] - hash = "36f74ce53b82331a756c42f95f3138498d6f4a66f2fd370cff9ab18281bb12d5" - url = "https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-5.2.3.tar.gz" - -[rocBLAS_jll."5.2.3+1"] -libraries = ["librocblas"] - - [[rocBLAS_jll."5.2.3+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[rocBLAS_jll."5.2.3+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[rocBLAS_jll."5.2.3+1".sources]] - hash = "36f74ce53b82331a756c42f95f3138498d6f4a66f2fd370cff9ab18281bb12d5" - url = "https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-5.2.3.tar.gz" - -[rocBLAS_jll."5.2.3+2"] -libraries = ["librocblas"] - - [[rocBLAS_jll."5.2.3+2".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[rocBLAS_jll."5.2.3+2".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[rocBLAS_jll."5.2.3+2".sources]] - hash = "36f74ce53b82331a756c42f95f3138498d6f4a66f2fd370cff9ab18281bb12d5" - url = "https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-5.2.3.tar.gz" - -[rocPRIM_jll."4.2.0+0"] -files = ["rocprim/"] - - [[rocPRIM_jll."4.2.0+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - - [[rocPRIM_jll."4.2.0+0".sources]] - hash = "3932cd3a532eea0d227186febc56747dd95841732734d9c751c656de9dd770c8" - url = "https://github.com/ROCmSoftwarePlatform/rocPRIM/archive/rocm-4.2.0.tar.gz" - -[rocPRIM_jll."4.2.0+1"] -files = ["rocprim/"] - - [[rocPRIM_jll."4.2.0+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - [[rocPRIM_jll."4.2.0+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.2.0" - - [[rocPRIM_jll."4.2.0+1".sources]] - hash = "3932cd3a532eea0d227186febc56747dd95841732734d9c751c656de9dd770c8" - url = "https://github.com/ROCmSoftwarePlatform/rocPRIM/archive/rocm-4.2.0.tar.gz" - -[rocPRIM_jll."4.5.2+0"] -files = ["rocprim/"] - - [[rocPRIM_jll."4.5.2+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - [[rocPRIM_jll."4.5.2+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.5.2" - - [[rocPRIM_jll."4.5.2+0".sources]] - hash = "0dc673847e67db672f2e239f299206fe16c324005ddd2e92c7cb7725bb6f4fa6" - url = "https://github.com/ROCmSoftwarePlatform/rocPRIM/archive/rocm-4.5.2.tar.gz" - -[rocPRIM_jll."5.2.3+0"] -files = ["rocprim/"] - - [[rocPRIM_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[rocPRIM_jll."5.2.3+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[rocPRIM_jll."5.2.3+0".sources]] - hash = "502f49cf3190f4ac20d0a6b19eb2d0786bb3c5661329940378081f1678aa8e82" - url = "https://github.com/ROCmSoftwarePlatform/rocPRIM/archive/rocm-5.2.3.tar.gz" - -[rocPRIM_jll."5.2.3+1"] -files = ["rocprim/"] - - [[rocPRIM_jll."5.2.3+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[rocPRIM_jll."5.2.3+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[rocPRIM_jll."5.2.3+1".sources]] - hash = "502f49cf3190f4ac20d0a6b19eb2d0786bb3c5661329940378081f1678aa8e82" - url = "https://github.com/ROCmSoftwarePlatform/rocPRIM/archive/rocm-5.2.3.tar.gz" - -[rocRAND_jll."4.0.0+0"] -libraries = ["librocrand", "libhiprand"] - - [[rocRAND_jll."4.0.0+0".build_dependencies]] - name = "LLVM_full_jll" - target = "target" - version = "11.0.1" - - [[rocRAND_jll."4.0.0+0".sources]] - hash = "1cafdbfa15cde635bd424d2a858dc5cc94d668f9a211ff39606ee01ed1715f41" - url = "https://github.com/ROCmSoftwarePlatform/rocRAND/archive/rocm-4.0.0.tar.gz" - -[rocRAND_jll."4.2.0+0"] -libraries = ["librocrand", "libhiprand"] - - [[rocRAND_jll."4.2.0+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - [[rocRAND_jll."4.2.0+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "*" - - [[rocRAND_jll."4.2.0+0".sources]] - hash = "15725c89e9cc9cc76bd30415fd2c0c5b354078831394ab8b23fe6633497b92c8" - url = "https://github.com/ROCmSoftwarePlatform/rocRAND/archive/rocm-4.2.0.tar.gz" - -[rocRAND_jll."4.5.2+0"] -libraries = ["librocrand", "libhiprand"] - - [[rocRAND_jll."4.5.2+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - [[rocRAND_jll."4.5.2+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.5.2" - - [[rocRAND_jll."4.5.2+0".sources]] - hash = "1523997a21437c3b74d47a319d81f8cc44b8e96ec5174004944f2fb4629900db" - url = "https://github.com/ROCmSoftwarePlatform/rocRAND/archive/rocm-4.5.2.tar.gz" - -[rocRAND_jll."5.2.3+0"] -libraries = ["librocrand"] - - [[rocRAND_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[rocRAND_jll."5.2.3+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[rocRAND_jll."5.2.3+0".sources]] - hash = "01eda8022fab7bafb2c457fe26a9e9c99950ed1b772ae7bf8710b23a90b56e32" - url = "https://github.com/ROCmSoftwarePlatform/rocRAND/archive/rocm-5.2.3.tar.gz" - -[rocRAND_jll."5.2.3+1"] -libraries = ["librocrand"] - - [[rocRAND_jll."5.2.3+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[rocRAND_jll."5.2.3+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[rocRAND_jll."5.2.3+1".sources]] - hash = "01eda8022fab7bafb2c457fe26a9e9c99950ed1b772ae7bf8710b23a90b56e32" - url = "https://github.com/ROCmSoftwarePlatform/rocRAND/archive/rocm-5.2.3.tar.gz" - -[rocSPARSE_jll."4.2.0+0"] -libraries = ["librocsparse"] - - [[rocSPARSE_jll."4.2.0+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.2.0" - [[rocSPARSE_jll."4.2.0+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.2.0" - - [[rocSPARSE_jll."4.2.0+0".sources]] - hash = "8a86ed49d278e234c82e406a1430dc28f50d416f8f1065cf5bdf25cc5721129c" - url = "https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-4.2.0.tar.gz" - -[rocSPARSE_jll."4.5.2+0"] -libraries = ["librocsparse"] - - [[rocSPARSE_jll."4.5.2+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "4.5.2" - [[rocSPARSE_jll."4.5.2+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "4.5.2" - - [[rocSPARSE_jll."4.5.2+0".sources]] - hash = "e37af2cd097e239a55a278df534183b5591ef4d985fe1a268a229bd11ada6599" - url = "https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-4.5.2.tar.gz" - -[rocSPARSE_jll."5.2.3+0"] -libraries = ["librocsparse"] - - [[rocSPARSE_jll."5.2.3+0".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[rocSPARSE_jll."5.2.3+0".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[rocSPARSE_jll."5.2.3+0".sources]] - hash = "6da3f3303a8ada94c4dbff4b42ee33a2e2883a908ee21c41cb2aa7180382026a" - url = "https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-5.2.3.tar.gz" - -[rocSPARSE_jll."5.2.3+1"] -libraries = ["librocsparse"] - - [[rocSPARSE_jll."5.2.3+1".build_dependencies]] - name = "ROCmLLVM_jll" - target = "target" - version = "5.2.3" - [[rocSPARSE_jll."5.2.3+1".build_dependencies]] - name = "rocm_cmake_jll" - target = "target" - version = "5.2.3" - - [[rocSPARSE_jll."5.2.3+1".sources]] - hash = "6da3f3303a8ada94c4dbff4b42ee33a2e2883a908ee21c41cb2aa7180382026a" - url = "https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-5.2.3.tar.gz" - -[rocm_cmake_jll."4.0.0+0"] -files = ["share/rocm/cmake"] - - [[rocm_cmake_jll."4.0.0+0".sources]] - hash = "4577487acaa6e041a1316145867584f31caaf0d4aa2dd8fd7f82f81c269cada6" - url = "https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-4.0.0.tar.gz" - -[rocm_cmake_jll."4.2.0+0"] -files = ["share/rocm/cmake"] - - [[rocm_cmake_jll."4.2.0+0".sources]] - hash = "299e190ec3d38c2279d9aec762469628f0b2b1867adc082edc5708d1ac785c3b" - url = "https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-4.2.0.tar.gz" - -[rocm_cmake_jll."4.5.2+0"] -files = ["share/rocm/cmake"] - - [[rocm_cmake_jll."4.5.2+0".sources]] - hash = "85f2ef51327e4b09d81a221b4ad31c97923dabc1bc8ff127dd6c570742185751" - url = "https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-4.5.2.tar.gz" - -[rocm_cmake_jll."5.2.3+0"] -files = ["share/rocm/cmake"] - - [[rocm_cmake_jll."5.2.3+0".sources]] - hash = "c63b707ec07d24fda5a2a6fffeda4df4cc04ceea5df3b8822cbe4e6600e358b4" - url = "https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-5.2.3.tar.gz" - -[rocm_cmake_jll."5.4.4+0"] -files = ["share/rocm/cmake"] - - [[rocm_cmake_jll."5.4.4+0".sources]] - hash = "2e823f7604a965e7d56cff48d58fb666354bbfeb" - repo = "https://github.com/RadeonOpenCompute/rocm-cmake.git" - -[rocm_cmake_jll."5.5.1+0"] -files = ["share/rocm/cmake"] - - [[rocm_cmake_jll."5.5.1+0".sources]] - hash = "2e823f7604a965e7d56cff48d58fb666354bbfeb" - repo = "https://github.com/RadeonOpenCompute/rocm-cmake.git" - -[rocm_cmake_jll."5.6.1+0"] -files = ["share/rocm/cmake"] - - [[rocm_cmake_jll."5.6.1+0".sources]] - hash = "07ec4c536108ae943e37985915ef279529ac693f" - repo = "https://github.com/RadeonOpenCompute/rocm-cmake.git" - -[rocm_cmake_jll."6.0.0+0"] -files = ["share/rocm/cmake"] - - [[rocm_cmake_jll."6.0.0+0".sources]] - hash = "5a34e72d9f113eb5d028e740c2def1f944619595" - repo = "https://github.com/RadeonOpenCompute/rocm-cmake.git" - -[rocm_smi_lib_jll."4.0.0+0"] -files = ["rocm_smi/bindings/rsmiBindings.py", "bin/rsmiBindings.py", "bin/rocm_smi.py"] -libraries = ["liboam", "librocm_smi64"] - - [[rocm_smi_lib_jll."4.0.0+0".sources]] - hash = "93d19229b5a511021bf836ddc2a9922e744bf8ee52ee0e2829645064301320f4" - url = "https://github.com/RadeonOpenCompute/rocm_smi_lib/archive/refs/tags/rocm-4.0.0.tar.gz" - -[rocm_smi_lib_jll."4.2.0+0"] -files = ["rocm_smi/bindings/rsmiBindings.py", "bin/rsmiBindings.py", "bin/rocm_smi.py"] -libraries = ["liboam", "librocm_smi64"] - - [[rocm_smi_lib_jll."4.2.0+0".sources]] - hash = "c31bf91c492f00d0c5ab21e45afbd7baa990e4a8d7ce9b01e3b988e5fdd53f50" - url = "https://github.com/RadeonOpenCompute/rocm_smi_lib/archive/refs/tags/rocm-4.2.0.tar.gz" - -[rocminfo_jll."4.0.0+0"] -executables = ["rocminfo", "rocm_agent_enumerator"] - - [[rocminfo_jll."4.0.0+0".sources]] - hash = "0b3d692959dd4bc2d1665ab3a838592fcd08d2b5e373593b9192ca369e2c4aa7" - url = "https://github.com/RadeonOpenCompute/rocminfo/archive/rocm-4.0.0.tar.gz" - -[rocminfo_jll."4.2.0+0"] -executables = ["rocminfo", "rocm_agent_enumerator"] - - [[rocminfo_jll."4.2.0+0".sources]] - hash = "6952b6e28128ab9f93641f5ccb66201339bb4177bb575b135b27b69e2e241996" - url = "https://github.com/RadeonOpenCompute/rocminfo/archive/rocm-4.2.0.tar.gz" - -[rocminfo_jll."4.5.2+0"] -executables = ["rocminfo", "rocm_agent_enumerator"] - - [[rocminfo_jll."4.5.2+0".sources]] - hash = "5ea839cd1f317cbc72ea1e3634a75f33a458ba0cb5bf48377f08bb329c29222d" - url = "https://github.com/RadeonOpenCompute/rocminfo/archive/rocm-4.5.2.tar.gz" - -[rocminfo_jll."5.2.3+0"] -executables = ["rocminfo", "rocm_agent_enumerator"] - - [[rocminfo_jll."5.2.3+0".sources]] - hash = "38fe8db21077100ee2242bd087371f6b8e0078d3a269e145d3a4ab314d0b8902" - url = "https://github.com/RadeonOpenCompute/rocminfo/archive/rocm-5.2.3.tar.gz" - -[rocminfo_jll."5.4.4+0"] -executables = ["rocminfo", "rocm_agent_enumerator"] - - [[rocminfo_jll."5.4.4+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.17.0" - - [[rocminfo_jll."5.4.4+0".sources]] - hash = "d8f236cd8180ee0f1fc1da497d0f576a446b86ab" - repo = "https://github.com/RadeonOpenCompute/rocminfo.git" - -[rr_jll."5.3.0+0"] -executables = ["rr"] - - [[rr_jll."5.3.0+0".sources]] - hash = "440e90a68557a8111f483fc40ab5ed65d21d6b11426b3245e4221b930a86ca69" - url = "https://github.com/mozilla/rr/archive/5.3.0.tar.gz" - [[rr_jll."5.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/63dcc81a4dc5658c6b8f976260f2ead41e44d4a8//R/rr/./bundled" - -[rr_jll."5.3.1+0"] -executables = ["rr"] - - [[rr_jll."5.3.1+0".sources]] - hash = "c979313cf04ce78b09e5517b22f95ac068bb7c2d" - repo = "https://github.com/mozilla/rr.git" - -[rr_jll."5.3.1+1"] -executables = ["rr"] - - [[rr_jll."5.3.1+1".sources]] - hash = "0362a9e4984e6b8fd5df617b504d2ddd3bef8b76" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.3.1+2"] -executables = ["rr"] - - [[rr_jll."5.3.1+2".sources]] - hash = "0614ef87d857a41c64d7c8a03ac19ae7a540b298" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.3.1+3"] -executables = ["rr"] - - [[rr_jll."5.3.1+3".sources]] - hash = "0614ef87d857a41c64d7c8a03ac19ae7a540b298" - repo = "https://github.com/Keno/rr.git" - [[rr_jll."5.3.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/3bdf72ef190b565266f67ecc0a0d2863cafbc889//R/rr/./bundled" - -[rr_jll."5.3.1+4"] -executables = ["rr"] - - [[rr_jll."5.3.1+4".sources]] - hash = "68b6b3e6fc519b0f622714bd50731c76fc70a3b5" - repo = "https://github.com/Keno/rr.git" - [[rr_jll."5.3.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d52ab348d2d91cbb239e96091727bc834d676528//R/rr/./bundled" - -[rr_jll."5.3.1+5"] -executables = ["rr"] - - [[rr_jll."5.3.1+5".sources]] - hash = "e31f5f1f674e38093f83b6e7e176d48dbeb5a872" - repo = "https://github.com/Keno/rr.git" - [[rr_jll."5.3.1+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7c486e684364cc85d5df5aa15f45da80fdb268f2//R/rr/./bundled" - -[rr_jll."5.3.2+0"] -executables = ["rr"] - - [[rr_jll."5.3.2+0".sources]] - hash = "cfd27dec0f7ae4fa677b0b1c9d3babd36c3ded8a" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+0"] -executables = ["rr"] - - [[rr_jll."5.4.1+0".sources]] - hash = "93721a5046491ec06350f4ece31c24773644d450" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+1"] -executables = ["rr"] - - [[rr_jll."5.4.1+1".sources]] - hash = "a8e1168289baa38c1faac5f68fce4b02b6f6e498" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+2"] -executables = ["rr"] - - [[rr_jll."5.4.1+2".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+2".sources]] - hash = "a8e1168289baa38c1faac5f68fce4b02b6f6e498" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+3"] -executables = ["rr"] - - [[rr_jll."5.4.1+3".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+3".sources]] - hash = "3f6beec28c4edcc37861b5da279bfb874a6c33c1" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+4"] -executables = ["rr"] - - [[rr_jll."5.4.1+4".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+4".sources]] - hash = "b91bee6f02a7988c407b28beabb23849a74b1d63" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+5"] -executables = ["rr"] - - [[rr_jll."5.4.1+5".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+5".sources]] - hash = "e92140c22806fb10bc8e6d6e55798e1bf5011418" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+6"] -executables = ["rr"] - - [[rr_jll."5.4.1+6".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+6".sources]] - hash = "f17f62ab0f68394073d8a04f47ccec38afbd515a" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+7"] -executables = ["rr"] - - [[rr_jll."5.4.1+7".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+7".sources]] - hash = "dc50efb04f29e21890c92534781ce11b5c91372a" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+8"] -executables = ["rr"] - - [[rr_jll."5.4.1+8".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+8".sources]] - hash = "d5496874c3dc383e20c53d0ccf363e4f9027116b" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+9"] -executables = ["rr"] - - [[rr_jll."5.4.1+9".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+9".sources]] - hash = "82910b8f189b79529cf678ec30a7f2f087d08072" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+10"] -executables = ["rr"] - - [[rr_jll."5.4.1+10".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+10".sources]] - hash = "03ffb97f74dc9cc7b5bed1102cbf83d25f5e5644" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+11"] -executables = ["rr"] - - [[rr_jll."5.4.1+11".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+11".sources]] - hash = "816a528ad547d01b92f4183a1bad45227e5086b8" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+12"] -executables = ["rr"] - - [[rr_jll."5.4.1+12".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+12".sources]] - hash = "c941f45c3ef722b63a63eec1fdce7c8aa10101ca" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+13"] -executables = ["rr"] - - [[rr_jll."5.4.1+13".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+13".sources]] - hash = "4c3e327581d55f94d6bc4920dde4e216f0f7ff1c" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+14"] -executables = ["rr"] - - [[rr_jll."5.4.1+14".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+14".sources]] - hash = "ecdbd02c4b9e2c66d7886257df830eaa5ee94213" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.4.1+15"] -executables = ["rr"] - - [[rr_jll."5.4.1+15".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.4.1+15".sources]] - hash = "1eabfcb8099ecf36ce46ca066fc3eca09113e838" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.5.0+0"] -executables = ["rr"] - - [[rr_jll."5.5.0+0".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.5.0+0".sources]] - hash = "814a18ed9f46fa9726233ab7d7ee4088e82bd357" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.5.0+1"] -executables = ["rr"] - - [[rr_jll."5.5.0+1".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.5.0+1".sources]] - hash = "43288faa052adeed277e32b22611b3e649437e3b" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.5.0+2"] -executables = ["rr"] - - [[rr_jll."5.5.0+2".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.5.0+2".sources]] - hash = "6876b6e085bd2467fa72fa4d1fd47bf07be59161" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.5.0+3"] -executables = ["rr"] - - [[rr_jll."5.5.0+3".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.5.0+3".sources]] - hash = "2bf0e4aa88b70b09d3ae0f32b5607a0bd785545d" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.5.0+4"] -executables = ["rr"] - - [[rr_jll."5.5.0+4".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.5.0+4".sources]] - hash = "ff2719afc202ef6d8fa355c84221246598d2f788" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.5.0+5"] -executables = ["rr"] - - [[rr_jll."5.5.0+5".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.5.0+5".sources]] - hash = "c0aa7577800aa43333c4de05d7832f780511a467" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.5.0+6"] -executables = ["rr"] - - [[rr_jll."5.5.0+6".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.5.0+6".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.5.0+6".sources]] - hash = "fa6a8da4ecdb20909af13ac8380b7a1d804c71e2" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.5.0+7"] -executables = ["rr"] - - [[rr_jll."5.5.0+7".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.5.0+7".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.5.0+7".sources]] - hash = "fa6a8da4ecdb20909af13ac8380b7a1d804c71e2" - repo = "https://github.com/Keno/rr.git" - -[rr_jll."5.6.0+0"] -executables = ["rr"] - - [[rr_jll."5.6.0+0".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.6.0+0".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.6.0+0".sources]] - hash = "392a88abb35922abdcf73eaf1e21a1980f766762" - repo = "https://github.com/JuliaLang/rr.git" - -[rr_jll."5.6.0+1"] -executables = ["rr"] - - [[rr_jll."5.6.0+1".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.6.0+1".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.6.0+1".sources]] - hash = "ad7dde964435f838aa68279e806fc47e06891158" - repo = "https://github.com/JuliaLang/rr.git" - -[rr_jll."5.6.0+2"] -executables = ["rr"] - - [[rr_jll."5.6.0+2".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.6.0+2".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.6.0+2".sources]] - hash = "674ccc3748a499e87dd2f7bb872ffb3d2960e113" - repo = "https://github.com/JuliaLang/rr.git" - -[rr_jll."5.7.0+0"] -executables = ["rr"] - - [[rr_jll."5.7.0+0".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.7.0+0".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.7.0+0".sources]] - hash = "39f8a2923be89e2df2997d85f8ea2574ea1bc203" - repo = "https://github.com/JuliaLang/rr.git" - -[rr_jll."5.8.0+0"] -executables = ["rr"] - - [[rr_jll."5.8.0+0".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.8.0+0".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.8.0+0".sources]] - hash = "994b70fd32e39c9bb8a14bed84810676c7f477d0" - repo = "https://github.com/JuliaLang/rr.git" - -[rr_jll."5.8.0+1"] -executables = ["rr"] - - [[rr_jll."5.8.0+1".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.8.0+1".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.8.0+1".sources]] - hash = "4dfbb1c4984170a8586f08e06d6e69bc46612857" - repo = "https://github.com/JuliaLang/rr.git" - -[rr_jll."5.8.0+2"] -executables = ["rr"] - - [[rr_jll."5.8.0+2".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.8.0+2".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.8.0+2".sources]] - hash = "f5dd84c92672e7788a9e3fb58439507445683c93" - repo = "https://github.com/JuliaLang/rr.git" - -[rr_jll."5.9.0+0"] -executables = ["rr"] - - [[rr_jll."5.9.0+0".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.9.0+0".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.9.0+0".sources]] - hash = "70388a0d7d2fa7d80761a2094b348d86ad1bb747" - repo = "https://github.com/JuliaLang/rr.git" - -[rr_jll."5.9.0+1"] -executables = ["rr"] - - [[rr_jll."5.9.0+1".build_dependencies]] - name = "capnproto_jll" - target = "host" - version = "*" - [[rr_jll."5.9.0+1".build_dependencies]] - name = "capnproto_jll" - target = "target" - version = "*" - - [[rr_jll."5.9.0+1".sources]] - hash = "fda1312b35589dbc0c96260836c7e165646bbfc5" - repo = "https://github.com/JuliaLang/rr.git" - -[rsync_jll."3.2.6+0"] -executables = ["rsync"] - - [[rsync_jll."3.2.6+0".sources]] - hash = "fb3365bab27837d41feaf42e967c57bd3a47bc8f10765a3671efd6a3835454d3" - url = "https://download.samba.org/pub/rsync/src/rsync-3.2.6.tar.gz" - -[rsync_jll."3.2.6+1"] -executables = ["rsync"] - - [[rsync_jll."3.2.6+1".sources]] - hash = "fb3365bab27837d41feaf42e967c57bd3a47bc8f10765a3671efd6a3835454d3" - url = "https://download.samba.org/pub/rsync/src/rsync-3.2.6.tar.gz" - -[rsync_jll."3.2.7+0"] -executables = ["rsync"] - - [[rsync_jll."3.2.7+0".sources]] - hash = "4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb" - url = "https://download.samba.org/pub/rsync/src/rsync-3.2.7.tar.gz" - -[rsync_jll."3.3.0+0"] -executables = ["rsync"] - - [[rsync_jll."3.3.0+0".sources]] - hash = "7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90" - url = "https://download.samba.org/pub/rsync/src/rsync-3.3.0.tar.gz" - -[rsync_jll."3.4.0+0"] -executables = ["rsync"] - - [[rsync_jll."3.4.0+0".sources]] - hash = "8e942f95a44226a012fe822faffa6c7fc38c34047add3a0c941e9bc8b8b93aa4" - url = "https://download.samba.org/pub/rsync/src/rsync-3.4.0.tar.gz" - -[rsync_jll."3.4.1+0"] -executables = ["rsync"] - - [[rsync_jll."3.4.1+0".sources]] - hash = "2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65fd88c52" - url = "https://download.samba.org/pub/rsync/src/rsync-3.4.1.tar.gz" - [[rsync_jll."3.4.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/daf90fe9322af972833d8fbaee96f1c779e230a4//R/rsync/bundled" - -[rtlsdr_jll."0.6.0+0"] -libraries = ["librtlsdr"] - - [[rtlsdr_jll."0.6.0+0".sources]] - hash = "b98c4a9c12dd722ef7a90b612ee2753aa9c456a6" - repo = "https://github.com/osmocom/rtl-sdr.git" - -[rtmidi_jll."4.0.0+0"] -libraries = ["librtmidi"] - - [[rtmidi_jll."4.0.0+0".sources]] - hash = "6e4e763a19860c17784992ff3170704ba73c10b7" - repo = "https://github.com/thestk/rtmidi.git" - -[rtmidi_jll."6.0.0+0"] -libraries = ["librtmidi"] - - [[rtmidi_jll."6.0.0+0".sources]] - hash = "454e1ce473ef3436fae70eca23623d267d4fbac7" - repo = "https://github.com/thestk/rtmidi.git" - -[rubberband_jll."1.9.0+0"] -executables = ["rubberband"] -libraries = ["librubberband"] - - [[rubberband_jll."1.9.0+0".sources]] - hash = "6659d61f010e19080d62aa2fd2eae88f16e5d9c9" - repo = "https://github.com/breakfastquay/rubberband.git" - -[ruby_jll."2.7.1+0"] -executables = ["ruby", "bundle", "bundler", "erb", "gem", "irb", "racc", "racc2y", "rake", "rdoc", "ri"] -files = ["RUBYLIB"] -libraries = ["libruby"] - - [[ruby_jll."2.7.1+0".sources]] - hash = "d418483bdd0000576c1370571121a6eb24582116db0b7bb2005e90e250eae418" - url = "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.1.tar.gz" - -[rure_jll."0.2.2+0"] -libraries = ["librure"] - - [[rure_jll."0.2.2+0".sources]] - hash = "061ee815ef2c44101dba7b0b124600fcb03c1912" - repo = "https://github.com/rust-lang/regex.git" - -[rustfft_jll."0.0.1+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.0.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.0.1+0".sources]] - hash = "933c83750f03cc6323b47ffe45c209c1a6b976ff" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[rustfft_jll."0.0.2+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.0.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.0.2+0".sources]] - hash = "04b6dd305597ea3b77f40a78ca3405d48e8b4168" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[rustfft_jll."0.0.3+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.0.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.0.3+0".sources]] - hash = "76d7ecb0919871c5c5f695a4c98e17b2bb297c11" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[rustfft_jll."0.1.0+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.1.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.1.0+0".sources]] - hash = "896e9a4e2067c8fdd7bb46b8e72a646d5b5651bf" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[rustfft_jll."0.1.1+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.1.1+0".sources]] - hash = "dcbb0af226a470228104e2302c2982e503e973d2" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[rustfft_jll."0.2.0+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.2.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.2.0+0".sources]] - hash = "e396090e738017670e837aaebc0e831fe0edb9a4" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[rustfft_jll."0.3.0+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.3.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.3.0+0".sources]] - hash = "70eb8f6702526be2a9e1d33efce3b0333612957a" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[rustfft_jll."0.3.1+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.3.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.3.1+0".sources]] - hash = "70eb8f6702526be2a9e1d33efce3b0333612957a" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[rustfft_jll."0.3.2+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.3.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.3.2+0".sources]] - hash = "70eb8f6702526be2a9e1d33efce3b0333612957a" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[rustfft_jll."0.4.0+0"] -libraries = ["librustfft"] - - [[rustfft_jll."0.4.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[rustfft_jll."0.4.0+0".sources]] - hash = "52aba0563a07d02e3d142f81901853bbf5c0e8a1" - repo = "https://github.com/Taaitaaiger/rustfft-jl.git" - -[s2n_tls_jll."1.3.51+0"] -files = ["lib/libs2n.a"] - - [[s2n_tls_jll."1.3.51+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.3.51+0".sources]] - hash = "f7930e58e730ad745063785d1d421ecc952aee00" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.3.51+1"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.3.51+1".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.3.51+1".sources]] - hash = "f7930e58e730ad745063785d1d421ecc952aee00" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.8+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.8+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.8+0".sources]] - hash = "ee58f34011e178919d322eb5586d2e4b92c523ed" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.9+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.9+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.9+0".sources]] - hash = "38d769c9cd079b4bbe250032acdc7fdafbfaab51" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.11+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.11+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.11+0".sources]] - hash = "171c96a232eb2bf45415340378b55b3bb6dd29cd" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.12+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.12+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.12+0".sources]] - hash = "9774bd7f3fa1388b0652a29ba09924284e3abf24" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.13+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.13+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.13+0".sources]] - hash = "e7ba5b3ec6ee08baae8b682bcec873c0c9938434" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.14+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.14+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.14+0".sources]] - hash = "8aa419eb6f96b15098c142366f2a6c3f0e6b8047" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.15+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.15+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.15+0".sources]] - hash = "6d92b46d309a8f12fa08ad289020d9a41c925a66" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.16+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.16+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.16+0".sources]] - hash = "114ccab0ff2cde491203ac841837d0d39b767412" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.17+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.17+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.17+0".sources]] - hash = "073c7b415a17d271a7b2c8c385d0e641fc94871f" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.18+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.18+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.18+0".sources]] - hash = "b20075ba20f911e4c78bc3d2b79a35682763dbb6" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.4.19+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.4.19+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.4.19+0".sources]] - hash = "138e3ece9e457c2f824a85b63095737f30d624a9" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.1+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.1+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.1+0".sources]] - hash = "87f4a0585dc3056433f193b9305f587cff239be3" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.2+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.2+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.2+0".sources]] - hash = "08d413a0b9b3226e775a38f04e3cf02230cc97c4" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.3+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.3+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.3+0".sources]] - hash = "0bae2c5f0b30d3ca84a360cdd6c148862530fa9b" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.13+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.13+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.13+0".sources]] - hash = "21cefc1091b3953ef543c9e72b932b6431fadc6e" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.14+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.14+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.14+0".sources]] - hash = "4ed4f1a658b70559ec4a18e91d1319daa14b0610" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.15+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.15+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.15+0".sources]] - hash = "bb9c5991877c6a749981204131e6e47845adbe3d" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.16+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.16+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.16+0".sources]] - hash = "b8a9aa4ee53661e829e011e6881d5252d794ba8c" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.17+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.17+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.17+0".sources]] - hash = "eb4167f148ccdb21a8fa22bf07cb91044ba2d7f0" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.18+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.18+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.18+0".sources]] - hash = "1c5798b82442067bace943f748f4f24ae1770bed" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.20+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.20+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.20+0".sources]] - hash = "e12a1fe905dee789881d83af486dad5907cc7f67" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.21+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.21+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.21+0".sources]] - hash = "a772605d27afcb62c0e0d1ee92f9003cb11ca8ef" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.22+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.22+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.22+0".sources]] - hash = "bb9c5991877c6a749981204131e6e47845adbe3d" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.23+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.23+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.23+0".sources]] - hash = "30f6248b828091510dbbde0c3cddf2052c9f67d3" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.24+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.24+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.24+0".sources]] - hash = "418313c274d9cb72984dcd6e5e917740bc180664" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.25+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.25+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.25+0".sources]] - hash = "a7862238a9d6703e0a3e2d7ea4341de8d57429bd" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.26+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.26+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.26+0".sources]] - hash = "792d36671f11d79c448519130c1b77f5540942fb" - repo = "https://github.com/aws/s2n-tls.git" - -[s2n_tls_jll."1.5.27+0"] -libraries = ["libs2n"] - - [[s2n_tls_jll."1.5.27+0".build_dependencies]] - name = "aws_lc_jll" - target = "target" - version = "*" - - [[s2n_tls_jll."1.5.27+0".sources]] - hash = "30f40f2345a89570ed3c4cee2274942f1ebf85fa" - repo = "https://github.com/aws/s2n-tls.git" - -[s3gof3r_jll."0.5.0+0"] -executables = ["gof3r"] - - [[s3gof3r_jll."0.5.0+0".sources]] - hash = "31603a0dc94aefb822bfe2ceea75a6be6013b445" - repo = "https://github.com/rlmcpherson/s3gof3r" - -[s5cmd_jll."2.0.0+0"] -executables = ["s5cmd"] - - [[s5cmd_jll."2.0.0+0".sources]] - hash = "35bb2fa9ee3d31209a6c6c7de895b888bc35bfd3" - repo = "https://github.com/peak/s5cmd.git" - -[sais_jll."2.4.1+0"] -libraries = ["libsais"] - - [[sais_jll."2.4.1+0".sources]] - hash = "467b7b0b6ec025535c25e72174d3cc7e29795643e19a3f8a18af9ff28eca034a" - url = "https://sites.google.com/site/yuta256/sais-2.4.1.zip" - -[samtools_jll."1.14.0+0"] -executables = ["samtools"] - - [[samtools_jll."1.14.0+0".build_dependencies]] - name = "MbedTLS_jll" - target = "target" - version = "2.24" - - [[samtools_jll."1.14.0+0".sources]] - hash = "c29621d3ae075573fce83e229a5e02348d4e8147" - repo = "https://github.com/samtools/samtools.git" - -[samtools_jll."1.19.2+0"] -executables = ["samtools"] - - [[samtools_jll."1.19.2+0".sources]] - hash = "66830a3178c7dca941ec0f3b699477464bd44b76" - repo = "https://github.com/samtools/samtools.git" - -[satsuma_jll."1.2.0+0"] -executables = ["satsuma"] - - [[satsuma_jll."1.2.0+0".sources]] - hash = "be6beeb6d2538aa133b1f6b7cad84655cda950bb" - repo = "https://github.com/markusa4/satsuma" - [[satsuma_jll."1.2.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a4cd359db20cbb7256aad7b7bfd6b5f75a397671//S/satsuma/./bundled" - [[satsuma_jll."1.2.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[sccache_jll."0.3.0+0"] -executables = ["sccache"] - - [[sccache_jll."0.3.0+0".sources]] - hash = "26585447d07f67d0336125816680a2a5f7381065a03de3fd423a3b5c41eb637c" - url = "https://github.com/mozilla/sccache/archive/refs/tags/v0.3.0.tar.gz" - -[scopehal_jll."0.1.0+0"] -libraries = ["libscopehal"] - - [[scopehal_jll."0.1.0+0".sources]] - hash = "db29f07e396667135ccf02b37e27f68b8d4998a1" - repo = "https://github.com/azonenberg/scopehal.git" - [[scopehal_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7baef173f7ba92aa4a418504625116bf4aa63ae1//S/scopehal/./bundled" - -[scopehal_jll."0.1.0+1"] -libraries = ["libscopehal", "libscopehalwrapper"] - - [[scopehal_jll."0.1.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "1.6.0" - - [[scopehal_jll."0.1.0+1".sources]] - hash = "db29f07e396667135ccf02b37e27f68b8d4998a1" - repo = "https://github.com/azonenberg/scopehal.git" - [[scopehal_jll."0.1.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5ed86753960b3c2652ffe0e0e877752a6158da0d//S/scopehal/./bundled" - -[sdsl_lite_jll."2.1.1+0"] -libraries = ["libsdsl"] - - [[sdsl_lite_jll."2.1.1+0".sources]] - hash = "0546faf0552142f06ff4b201b671a5769dd007ad" - repo = "https://github.com/simongog/sdsl-lite.git" - -[[sdsl_lite_jll."3.0.3+0".sources]] -hash = "d54d38908a14745eb93fd5304fc9b2b9c2542ee9" -repo = "https://github.com/xxsds/sdsl-lite.git" - -[seatd_jll."0.5.0+0"] -executables = ["seatd"] -libraries = ["libseat"] - - [[seatd_jll."0.5.0+0".sources]] - hash = "274b56324fc81ca6002bc1cdd387668dee34a6e1063e5f3896805c3770948988" - url = "https://git.sr.ht/~kennylevinsen/seatd/archive/0.5.0.tar.gz" - [[seatd_jll."0.5.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/0d94352232e0441f74d517907953c19c990e0869//S/seatd/./bundled" - -[sed_jll."4.8.0+0"] -executables = ["sed"] - - [[sed_jll."4.8.0+0".sources]] - hash = "f79b0cfea71b37a8eeec8490db6c5f7ae7719c35587f21edb0617f370eeff633" - url = "https://ftp.gnu.org/gnu/sed/sed-4.8.tar.xz" - -[sed_jll."4.8.1+0"] -executables = ["sed"] - - [[sed_jll."4.8.1+0".sources]] - hash = "f79b0cfea71b37a8eeec8490db6c5f7ae7719c35587f21edb0617f370eeff633" - url = "https://ftp.gnu.org/gnu/sed/sed-4.8.tar.xz" - -[sed_jll."4.9.0+0"] -executables = ["sed"] - - [[sed_jll."4.9.0+0".sources]] - hash = "6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181" - url = "https://ftp.gnu.org/gnu/sed/sed-4.9.tar.xz" - [[sed_jll."4.9.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6b78d3dde1fe6be6798458007c63af73aa525478//S/sed/./bundled" - -[sgtsnepi_jll."1.0.2+0"] -libraries = ["libsgtsnepi"] - - [[sgtsnepi_jll."1.0.2+0".sources]] - hash = "a35fb7da86e314f563d8b95c1325128ae2cb328b" - repo = "https://github.com/fcdimitr/sgtsnepi.git" - -[sgtsnepi_jll."2.0.0+0"] -libraries = ["libsgtsnepi"] - - [[sgtsnepi_jll."2.0.0+0".sources]] - hash = "40c6acfb736b02e7f1457a936ce16ab85964806b" - repo = "https://github.com/fcdimitr/sgtsnepi.git" - -[sgtsnepi_jll."3.0.0+0"] -libraries = ["libsgtsnepi"] - - [[sgtsnepi_jll."3.0.0+0".sources]] - hash = "6e31d1f214986e9d884f539811daa7fb0584e4bb" - repo = "https://github.com/fcdimitr/sgtsnepi.git" - -[simdjson_jll."0.9.2+0"] -libraries = ["libsimdjson"] - - [[simdjson_jll."0.9.2+0".sources]] - hash = "911b06186bc32f000cfb6d9e28210509e0878501" - repo = "https://github.com/simdjson/simdjson.git" - -[slope_jll."1.0.0+0"] -libraries = ["libslopejll"] - - [[slope_jll."1.0.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[slope_jll."1.0.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[slope_jll."1.0.0+0".sources]] - hash = "cc63d51013bfc1aabe6c1c777e7205f0765b359c" - repo = "https://github.com/jolars/libslope.git" - [[slope_jll."1.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b42b80a082ff773561d748651cedea46d55683a6//S/slope/./bundled" - [[slope_jll."1.0.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[slope_jll."2.6.0+0"] -libraries = ["libslopejll"] - - [[slope_jll."2.6.0+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[slope_jll."2.6.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[slope_jll."2.6.0+0".sources]] - hash = "f489854a9a778ba5e8efaf566d3c6e8b9cdcca8b" - repo = "https://github.com/jolars/libslope.git" - [[slope_jll."2.6.0+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[slope_jll."5.1.1+0"] -libraries = ["libslopejll"] - - [[slope_jll."5.1.1+0".build_dependencies]] - name = "Eigen_jll" - target = "target" - version = "*" - [[slope_jll."5.1.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[slope_jll."5.1.1+0".sources]] - hash = "e668b0891ff744cad2d1b3fbf13bf2ec534f1518" - repo = "https://github.com/jolars/libslope.git" - [[slope_jll."5.1.1+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - -[smesh_jll."0.1.0+0"] -executables = ["smesh_run"] -libraries = ["libsmesh", "libsmesh_io"] - - [[smesh_jll."0.1.0+0".sources]] - hash = "db69bf884d10c52577aee6795202136cfcf77178" - repo = "https://github.com/trixi-framework/smesh.git" - -[smesh_jll."0.1.1+0"] -executables = ["smesh_run"] -libraries = ["libsmesh", "libsmesh_io"] - - [[smesh_jll."0.1.1+0".sources]] - hash = "b90b4a49c21a2ed91075ab0d4d5f083b7bd45c51" - repo = "https://github.com/trixi-framework/smesh.git" - -[smesh_jll."0.1.2+0"] -executables = ["smesh_run"] -libraries = ["libsmesh", "libsmesh_io"] - - [[smesh_jll."0.1.2+0".sources]] - hash = "5c2d06f191e173fc92382bae0e391463517c3cc9" - repo = "https://github.com/trixi-framework/smesh.git" - -[smesh_jll."0.1.3+0"] -executables = ["smesh_run"] -libraries = ["libsmesh", "libsmesh_io"] - - [[smesh_jll."0.1.3+0".sources]] - hash = "55ea1baf2722b3507ec1b8628c41067a211c7e56" - repo = "https://github.com/trixi-framework/smesh.git" - -[snappy_jll."1.1.8+0"] -libraries = ["libsnappy"] - - [[snappy_jll."1.1.8+0".sources]] - hash = "16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f" - url = "https://github.com/google/snappy/archive/1.1.8.tar.gz" - -[snappy_jll."1.1.8+1"] -libraries = ["libsnappy"] - - [[snappy_jll."1.1.8+1".sources]] - hash = "16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f" - url = "https://github.com/google/snappy/archive/1.1.8.tar.gz" - -[snappy_jll."1.1.9+0"] -libraries = ["libsnappy"] - - [[snappy_jll."1.1.9+0".sources]] - hash = "2b63814b15a2aaae54b7943f0cd935892fae628f" - repo = "https://github.com/google/snappy.git" - [[snappy_jll."1.1.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/45af229d4d34ab2186095b70acba64570dce0fb3//S/snappy/./bundled" - -[snappy_jll."1.1.9+1"] -libraries = ["libsnappy"] - - [[snappy_jll."1.1.9+1".sources]] - hash = "2b63814b15a2aaae54b7943f0cd935892fae628f" - repo = "https://github.com/google/snappy.git" - [[snappy_jll."1.1.9+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f8adbcba50af81298d87fb945a65bb5383956a17//S/snappy/./bundled" - -[snappy_jll."1.1.10+0"] -libraries = ["libsnappy"] - - [[snappy_jll."1.1.10+0".sources]] - hash = "dc05e026488865bc69313a68bcc03ef2e4ea8e83" - repo = "https://github.com/google/snappy.git" - [[snappy_jll."1.1.10+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a0ba3909c347efd2be0634507282993cbd407f31//S/snappy/./bundled" - -[snappy_jll."1.2.0+0"] -libraries = ["libsnappy"] - - [[snappy_jll."1.2.0+0".sources]] - hash = "23b3286820105438c5dbb9bc22f1bb85c5812c8a" - repo = "https://github.com/google/snappy.git" - -[snappy_jll."1.2.1+0"] -libraries = ["libsnappy"] - - [[snappy_jll."1.2.1+0".sources]] - hash = "2c94e11145f0b7b184b831577c93e5a41c4c0346" - repo = "https://github.com/google/snappy.git" - -[snappy_jll."1.2.1+1"] -libraries = ["libsnappy"] - - [[snappy_jll."1.2.1+1".sources]] - hash = "2c94e11145f0b7b184b831577c93e5a41c4c0346" - repo = "https://github.com/google/snappy.git" - -[snappy_jll."1.2.1+2"] -libraries = ["libsnappy"] - - [[snappy_jll."1.2.1+2".sources]] - hash = "2c94e11145f0b7b184b831577c93e5a41c4c0346" - repo = "https://github.com/google/snappy.git" - -[snappy_jll."1.2.1+3"] -libraries = ["libsnappy"] - - [[snappy_jll."1.2.1+3".sources]] - hash = "2c94e11145f0b7b184b831577c93e5a41c4c0346" - repo = "https://github.com/google/snappy.git" - -[snappy_jll."1.2.2+0"] -libraries = ["libsnappy"] - - [[snappy_jll."1.2.2+0".sources]] - hash = "2c94e11145f0b7b184b831577c93e5a41c4c0346" - repo = "https://github.com/google/snappy.git" - -[snappy_jll."1.2.3+0"] -libraries = ["libsnappy"] - - [[snappy_jll."1.2.3+0".sources]] - hash = "6af9287fbdb913f0794d0148c6aa43b58e63c8e3" - repo = "https://github.com/google/snappy.git" - -[soapysdr_jll."0.8.0+0"] -executables = ["SoapySDRUtil"] -libraries = ["libSoapySDR"] - - [[soapysdr_jll."0.8.0+0".sources]] - hash = "de454b1f64d6a9ffba2dbce66b576db23be2687d" - repo = "https://github.com/pothosware/SoapySDR.git" - [[soapysdr_jll."0.8.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fd539bd9f71e8d3eaf0cb4d50c42ae3577e36dc8//S/soapysdr/./bundled" - -[soapysdr_jll."0.8.0+1"] -executables = ["SoapySDRUtil"] -libraries = ["libSoapySDR"] - - [[soapysdr_jll."0.8.0+1".sources]] - hash = "de454b1f64d6a9ffba2dbce66b576db23be2687d" - repo = "https://github.com/pothosware/SoapySDR.git" - [[soapysdr_jll."0.8.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cbead1c7f570f4f0a8a503d418081340a08b1fa8//S/soapysdr/./bundled" - -[soapysdr_jll."0.8.1+0"] -executables = ["SoapySDRUtil"] -libraries = ["libSoapySDR"] - - [[soapysdr_jll."0.8.1+0".sources]] - hash = "1cf5a539a21414ff509ff7d0eedfc5fa8edb90c6" - repo = "https://github.com/pothosware/SoapySDR.git" - -[soapysdr_jll."0.8.1+1"] -executables = ["SoapySDRUtil"] -libraries = ["libSoapySDR"] - - [[soapysdr_jll."0.8.1+1".sources]] - hash = "1cf5a539a21414ff509ff7d0eedfc5fa8edb90c6" - repo = "https://github.com/pothosware/SoapySDR.git" - -[spdlog_jll."1.15.0+0"] -libraries = ["libspdlog"] - - [[spdlog_jll."1.15.0+0".sources]] - hash = "27cb4c76708608465c413f6d0e6b8d99a4d84302" - repo = "https://github.com/gabime/spdlog.git" - [[spdlog_jll."1.15.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ebdfb397c32d4217f6c195b04f5090dff0c6ed11//S/spdlog/./bundled" - -[[spectra_jll."1.0.0+0".build_dependencies]] -name = "Eigen_jll" -target = "target" -uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" -version = "*" - -[[spectra_jll."1.0.0+0".sources]] -hash = "45228b7d77b916b5384245eb13aa24bc994f3b0375013a8ba6b85adfd2dafd67" -url = "https://github.com/yixuan/spectra/archive/refs/tags/v1.0.0.tar.gz" - -[[spectra_jll."1.2.0+0".build_dependencies]] -name = "Eigen_jll" -target = "target" -uuid = "bc6bbf8a-a594-5541-9c57-10b0d0312c70" -version = "*" - -[[spectra_jll."1.2.0+0".sources]] -hash = "6841bcbacaa0f0a8446210314e682057a084be4e" -repo = "https://github.com/yixuan/spectra.git" - -[spglib_jll."1.14.1+0"] -libraries = ["libsymspg"] - - [[spglib_jll."1.14.1+0".sources]] - hash = "9803b0648d9c2d99377f3e1c4cecf712320488403cd674192ec5cbe956bb3c78" - url = "https://github.com/atztogo/spglib/archive/v1.14.1.tar.gz" - -[spglib_jll."1.15.1+0"] -libraries = ["libsymspg"] - - [[spglib_jll."1.15.1+0".sources]] - hash = "b6dc2c8adcc7d0edee7a076e765c28b2941b2aeba590d213a0b4893c8af0c026" - url = "https://github.com/atztogo/spglib/archive/v1.15.1.tar.gz" - -[spglib_jll."1.16.0+0"] -libraries = ["libsymspg"] - - [[spglib_jll."1.16.0+0".sources]] - hash = "969311a2942fef77ee79ac9faab089b68e256f21713194969197e7f2bdb14772" - url = "https://github.com/atztogo/spglib/archive/v1.16.0.tar.gz" - -[spglib_jll."1.16.1+0"] -libraries = ["libsymspg"] - - [[spglib_jll."1.16.1+0".sources]] - hash = "e90682239e4ef63b492fa4e44f7dbcde2e2fe2e688579d96b01f2730dfdf5b2e" - url = "https://github.com/atztogo/spglib/archive/v1.16.1.tar.gz" - -[spglib_jll."1.16.2+0"] -libraries = ["libsymspg"] - - [[spglib_jll."1.16.2+0".sources]] - hash = "5723789bee7371ebba91d78c729d2a608f198fad5e1c95eebe18fda9f2914ec8" - url = "https://github.com/atztogo/spglib/archive/v1.16.2.tar.gz" - -[spglib_jll."1.16.2+1"] -libraries = ["libsymspg"] - - [[spglib_jll."1.16.2+1".sources]] - hash = "5723789bee7371ebba91d78c729d2a608f198fad5e1c95eebe18fda9f2914ec8" - url = "https://github.com/atztogo/spglib/archive/v1.16.2.tar.gz" - -[spglib_jll."1.16.3+0"] -libraries = ["libsymspg"] - - [[spglib_jll."1.16.3+0".sources]] - hash = "1dfe313b460f71de90ee8a01d9f2cd250cd59e16836e1bf64924500dd2aa7dc6" - url = "https://github.com/atztogo/spglib/archive/v1.16.3.tar.gz" - -[spglib_jll."1.16.4+0"] -libraries = ["libsymspg"] - - [[spglib_jll."1.16.4+0".sources]] - hash = "7a1cdfdb104040e696e887999fd53d83931ba1285aa8fc3c703dcafc38fb1009" - url = "https://github.com/atztogo/spglib/archive/v1.16.4.tar.gz" - -[spglib_jll."1.16.5+0"] -libraries = ["libsymspg"] - - [[spglib_jll."1.16.5+0".sources]] - hash = "1bbde03b6b78da756c07f458bd90d84f3c253841b9b0632db5b72c5961e87aef" - url = "https://github.com/atztogo/spglib/archive/v1.16.5.tar.gz" - -[spglib_jll."2.0.2+0"] -libraries = ["libsymspg"] - - [[spglib_jll."2.0.2+0".sources]] - hash = "42cf4f6bea3419f720308713deb5ddb81350bcd9" - repo = "https://github.com/spglib/spglib.git" - -[spglib_jll."2.1.0+0"] -libraries = ["libsymspg"] - - [[spglib_jll."2.1.0+0".sources]] - hash = "59bea8a7df30c8f2202ed0ee1033be0d98d9ed5e" - repo = "https://github.com/spglib/spglib.git" - -[spglib_jll."2.2.0+0"] -libraries = ["libsymspg"] - - [[spglib_jll."2.2.0+0".sources]] - hash = "3a4ba41f4ce1cf4e76d37fe6535dd0bf76b24b42" - repo = "https://github.com/spglib/spglib.git" - -[spglib_jll."2.3.0+0"] -libraries = ["libsymspg"] - - [[spglib_jll."2.3.0+0".sources]] - hash = "199d970517f5bf34cfbffe310597c889c03c0e6d" - repo = "https://github.com/spglib/spglib.git" - -[spglib_jll."2.3.1+0"] -libraries = ["libsymspg"] - - [[spglib_jll."2.3.1+0".sources]] - hash = "a6d3d3f98d7ae9d5ac7be8f4d42a59137d123f38" - repo = "https://github.com/spglib/spglib.git" - -[spglib_jll."2.4.0+0"] -libraries = ["libsymspg"] - - [[spglib_jll."2.4.0+0".sources]] - hash = "e6bdd0bafcb60ff26c7ce9ff95d13c43e56d995f" - repo = "https://github.com/spglib/spglib.git" - -[spglib_jll."2.5.0+0"] -libraries = ["libsymspg"] - - [[spglib_jll."2.5.0+0".sources]] - hash = "e4531bb49371dce3e807c2095a4d9d9b7245c524" - repo = "https://github.com/spglib/spglib.git" - -[spglib_jll."2.6.0+0"] -libraries = ["libsymspg"] - - [[spglib_jll."2.6.0+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "3.31.6" - - [[spglib_jll."2.6.0+0".sources]] - hash = "c633404d67b2aa341ae748819c542e81c0c1f55d" - repo = "https://github.com/spglib/spglib.git" - -[spirv2clc_jll."0.1.0+0"] -executables = ["spirv2clc"] - - [[spirv2clc_jll."0.1.0+0".sources]] - hash = "da46ad1dfc7754fb3aa7032da51c023b49e648af" - repo = "https://github.com/kpet/spirv2clc" - -[spla_jll."1.5.5+0"] -libraries = ["libspla"] - - [[spla_jll."1.5.5+0".sources]] - hash = "6fe85e49069ae287e5ec3cfe5487720d85ebe97a" - repo = "https://github.com/eth-cscs/spla/" - -[spla_jll."1.6.1+0"] -libraries = ["libspla"] - - [[spla_jll."1.6.1+0".sources]] - hash = "2bf5544f054401808ea477444f2235a1c87cde94" - repo = "https://github.com/eth-cscs/spla/" - -[squashfs_tools_jll."4.4.0+0"] -executables = ["unsquashfs", "mksquashfs"] - - [[squashfs_tools_jll."4.4.0+0".sources]] - hash = "c570c6188811088b12ffdd9665487a2960c997a0" - repo = "https://github.com/plougher/squashfs-tools.git" - -[squashfs_tools_jll."4.5.1+0"] -executables = ["unsquashfs", "mksquashfs"] - - [[squashfs_tools_jll."4.5.1+0".sources]] - hash = "afdd63fc386919b4aa40d573b0a6069414d14317" - repo = "https://github.com/plougher/squashfs-tools.git" - -[squashfs_tools_jll."4.6.1+0"] -executables = ["unsquashfs", "mksquashfs"] - - [[squashfs_tools_jll."4.6.1+0".sources]] - hash = "d8cb82d9840330f9344ec37b992595b5d7b44184" - repo = "https://github.com/plougher/squashfs-tools.git" - -[squashfs_tools_jll."4.6.1+1"] -executables = ["unsquashfs", "mksquashfs"] - - [[squashfs_tools_jll."4.6.1+1".sources]] - hash = "d8cb82d9840330f9344ec37b992595b5d7b44184" - repo = "https://github.com/plougher/squashfs-tools.git" - -[squashfs_tools_jll."4.7.2+0"] -executables = ["unsquashfs", "mksquashfs"] - - [[squashfs_tools_jll."4.7.2+0".sources]] - hash = "99d23a31b471433c51e9c145aeba2ab1536e34df" - repo = "https://github.com/plougher/squashfs-tools.git" - [[squashfs_tools_jll."4.7.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/15259332ea92982fccf8533784c7ae4248fe4c65//S/squashfs_tools/bundled" - -[sshpass_jll."1.10.0+0"] -executables = ["sshpass"] - - [[sshpass_jll."1.10.0+0".sources]] - hash = "ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda" - url = "https://downloads.sourceforge.net/project/sshpass/sshpass/1.10/sshpass-1.10.tar.gz" - [[sshpass_jll."1.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4d8b26807350458ed6ce1bce1b763e9052cfeff8//S/sshpass/./bundled" - -[ssht_jll."1.5.1+0"] -libraries = ["libssht"] - - [[ssht_jll."1.5.1+0".sources]] - hash = "f0b6fb6a1de40354fcf4eafe09b953c96a72ba9c533a42e290802e93cd14170c" - url = "https://github.com/astro-informatics/ssht/archive/refs/tags/v1.5.1.tar.gz" - -[ssht_jll."1.5.2+0"] -libraries = ["libssht"] - - [[ssht_jll."1.5.2+0".sources]] - hash = "c83fb2a07e1869e875e819523d2e19d91bc8a4bf" - repo = "https://github.com/astro-informatics/ssht.git" - -[ssht_jll."1.5.3+0"] -libraries = ["libssht"] - - [[ssht_jll."1.5.3+0".build_dependencies]] - name = "CMake_jll" - target = "host" - version = "*" - - [[ssht_jll."1.5.3+0".sources]] - hash = "7e9c1f91995ebb02687be5a8d498774ab02dfc1e" - repo = "https://github.com/astro-informatics/ssht.git" - [[ssht_jll."1.5.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a160afa8e471010e61009047ed567ffa2112daf3//S/ssht/bundled" - -[startin_jll."0.4.9+0"] -libraries = ["libstartin"] - - [[startin_jll."0.4.9+0".sources]] - hash = "d3a987e9ab20ee3504c8c79f0940ce22527e23ed8b029e8d12136831fe996c63" - url = "https://github.com/evetion/startin/archive/c-interface.zip" - -[startin_jll."0.5.2+0"] -libraries = ["libstartin"] - - [[startin_jll."0.5.2+0".sources]] - hash = "88ad5557cbd954ec8996f99d9afb74fd1ec174ec" - repo = "https://github.com/hugoledoux/startin.git" - -[startin_jll."0.5.3+0"] -libraries = ["libstartin"] - - [[startin_jll."0.5.3+0".sources]] - hash = "6ae106bd107f0b33a36cf1270351527fa29deb40" - repo = "https://github.com/hugoledoux/startin.git" - -[[stb_jll."0.0.20221025+0".sources]] -hash = "93a16ee3e866e719feec459f6f132cce932c5ec751eb38e3ec1975f911353d2e" -url = "https://github.com/nothings/stb/archive/8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55.zip" - -[stldecomposition_jll."0.1.0+0"] -libraries = ["libstldecomposition"] - - [[stldecomposition_jll."0.1.0+0".sources]] - hash = "a28e609e72ed7c47f6ddfbb86c85279a0750f0b7" - repo = "https://github.com/SurajGupta/r-source.git" - -[stork_jll."1.5.0+0"] -executables = ["stork"] - - [[stork_jll."1.5.0+0".sources]] - hash = "4f9cf8dcbf3ebec83d64f34d7b1d9b39ce753e70d872b46d9a4a314bad10bf01" - url = "https://github.com/jameslittle230/stork/archive/refs/tags/v1.5.0.tar.gz" - -[stork_jll."1.6.0+0"] -executables = ["stork"] - - [[stork_jll."1.6.0+0".sources]] - hash = "b946a7837bf13443e6ca0f4887d093a5b398d875" - repo = "https://github.com/jameslittle230/stork.git" - -[strace_jll."6.7.0+0"] -executables = ["strace"] - - [[strace_jll."6.7.0+0".build_dependencies]] - name = "coreutils_jll" - target = "host" - version = "*" - - [[strace_jll."6.7.0+0".sources]] - hash = "091ed4fda1f8ab86b79b52790d4ebc41c333bc49" - repo = "https://github.com/strace/strace.git" - -[strace_jll."6.7.0+1"] -executables = ["strace"] - - [[strace_jll."6.7.0+1".build_dependencies]] - name = "coreutils_jll" - target = "host" - version = "*" - - [[strace_jll."6.7.0+1".sources]] - hash = "091ed4fda1f8ab86b79b52790d4ebc41c333bc49" - repo = "https://github.com/strace/strace.git" - -[strobealign_jll."0.13.0+0"] -executables = ["strobealign"] - - [[strobealign_jll."0.13.0+0".sources]] - hash = "11aaa5cbb60eba080e63dbe49b4506c8308b42b9" - repo = "https://github.com/ksahlin/strobealign.git" - -[svg2pdf_jll."0.10.0+0"] -executables = ["svg2pdf"] - - [[svg2pdf_jll."0.10.0+0".sources]] - hash = "04424512b519bc0b141775b2aee1e82c68293b5b" - repo = "https://github.com/typst/svg2pdf.git" - -[systemd_jll."252.0.0+0"] -libraries = ["libsystemd", "libudev"] - - [[systemd_jll."252.0.0+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.19.0" - [[systemd_jll."252.0.0+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[systemd_jll."252.0.0+0".sources]] - hash = "e8dc52766e1fdb4f8c09c3ab654d1270e1090c8d" - repo = "https://github.com/systemd/systemd" - -[systemd_jll."256.7.0+0"] -libraries = ["libsystemd", "libudev"] - - [[systemd_jll."256.7.0+0".build_dependencies]] - name = "Glibc_jll" - target = "target" - version = "2.19.0" - [[systemd_jll."256.7.0+0".build_dependencies]] - name = "gperf_jll" - target = "host" - version = "*" - - [[systemd_jll."256.7.0+0".sources]] - hash = "7635d01869ba325b9cf450923c8f13912b7ca536" - repo = "https://github.com/systemd/systemd" - -[systemtap_jll."4.6.0+0"] -executables = ["stap", "stap-merge", "stap-report", "stapbpf", "staprun", "stapsh", "dtrace"] - - [[systemtap_jll."4.6.0+0".sources]] - hash = "cbb34b7244ba60cb0904d61dc9167290855106aa" - repo = "https://github.com/cdkey/systemtap.git" - -[t8code_jll."1.1.2+0"] -libraries = ["libt8", "libt8-1-1-0-207-d6a74", "libsc", "libsc-2-8-1-5-0b70", "libp4est", "libp4est-2-2-259-ec120"] - - [[t8code_jll."1.1.2+0".sources]] - hash = "0bd4bee6694735d14fb4274275fb8c4bdeacdbd29b257220c308be63e98be8f7" - url = "https://github.com/DLR-AMR/t8code/releases/download/v1.1.2/t8code_v1.1.2.tar.gz" - [[t8code_jll."1.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/670c38be5afe3ebdb719f07a183b441b70a8f7be//T/t8code/./bundled" - -[t8code_jll."1.1.2+1"] -libraries = ["libt8", "libt8-1-1-0-207-d6a74", "libsc", "libsc-2-8-1-5-0b70", "libp4est", "libp4est-2-2-259-ec120"] - - [[t8code_jll."1.1.2+1".sources]] - hash = "0bd4bee6694735d14fb4274275fb8c4bdeacdbd29b257220c308be63e98be8f7" - url = "https://github.com/DLR-AMR/t8code/releases/download/v1.1.2/t8code_v1.1.2.tar.gz" - [[t8code_jll."1.1.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c4069bff0e6f082fc5c77369c7ba7c5e6c986f4c//T/t8code/./bundled" - -[t8code_jll."1.1.2+2"] -libraries = ["libt8"] - - [[t8code_jll."1.1.2+2".sources]] - hash = "8a30206a8fb47013b3dafe7565cf8e09023df8373c1049e7e231d9fd36b011e4" - url = "https://github.com/DLR-AMR/t8code/releases/download/v1.1.2/t8code_v1.1.2.tar.gz" - [[t8code_jll."1.1.2+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6acf29e5785ea3b8eb51815348862f337635d231//T/t8code/./bundled" - -[t8code_jll."1.1.2+3"] -libraries = ["libt8"] - - [[t8code_jll."1.1.2+3".sources]] - hash = "8a30206a8fb47013b3dafe7565cf8e09023df8373c1049e7e231d9fd36b011e4" - url = "https://github.com/DLR-AMR/t8code/releases/download/v1.1.2/t8code_v1.1.2.tar.gz" - [[t8code_jll."1.1.2+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/139acfc0f74f1bbc433b0f9e8d5259b043aa89d9//T/t8code/./bundled" - -[t8code_jll."1.1.2+4"] -libraries = ["libsc", "libp4est", "libt8"] - - [[t8code_jll."1.1.2+4".sources]] - hash = "8a30206a8fb47013b3dafe7565cf8e09023df8373c1049e7e231d9fd36b011e4" - url = "https://github.com/DLR-AMR/t8code/releases/download/v1.1.2/t8code_v1.1.2.tar.gz" - [[t8code_jll."1.1.2+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/80f7a746f93a6541c898b1b742dd70deb9b43743//T/t8code/./bundled" - -[t8code_jll."1.6.1+0"] -libraries = ["libsc", "libp4est", "libt8"] - - [[t8code_jll."1.6.1+0".sources]] - hash = "dc96effa7c1ad1d50437fefdd0963f6ef7c943eb10a372a4e8546a5f2970a412" - url = "https://github.com/DLR-AMR/t8code/releases/download/v1.6.1/t8-1.6.1.tar.gz" - [[t8code_jll."1.6.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/11dc4e0fdb9e8af4147767daa03f9ffbc39ec407//T/t8code/./bundled" - -[t8code_jll."1.6.1+1"] -libraries = ["libsc", "libp4est", "libt8"] - - [[t8code_jll."1.6.1+1".sources]] - hash = "dc96effa7c1ad1d50437fefdd0963f6ef7c943eb10a372a4e8546a5f2970a412" - url = "https://github.com/DLR-AMR/t8code/releases/download/v1.6.1/t8-1.6.1.tar.gz" - [[t8code_jll."1.6.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fbf029651b05539ecc28cad84156464d4e9ea8f1//T/t8code/./bundled" - -[t8code_jll."2.0.0+0"] -libraries = ["libsc", "libp4est", "libt8"] - - [[t8code_jll."2.0.0+0".sources]] - hash = "b83f6c204cdb663cec7e0c1059406afc4c06df236b71d7b190fb698bec44c1e0" - url = "https://github.com/DLR-AMR/t8code/releases/download/v2.0.0/t8-2.0.0.tar.gz" - [[t8code_jll."2.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ab3303f068d10b689569c6ff8c15c9d5245fee6f//T/t8code/./bundled" - -[t8code_jll."3.0.0+0"] -libraries = ["libsc", "libp4est", "libt8"] - - [[t8code_jll."3.0.0+0".sources]] - hash = "b60a30de342c4e0a00f84d1e910506babef4bd938d96d567714a9c1c26293cfb" - url = "https://github.com/DLR-AMR/t8code/releases/download/v3.0.0/T8CODE-3.0.0-Source.tar.gz" - [[t8code_jll."3.0.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/38ea71df5a8fc13b5db289a641b50601a36b0fc6//T/t8code/./bundled" - -[t8code_jll."3.0.1+0"] -libraries = ["libsc", "libp4est", "libt8"] - - [[t8code_jll."3.0.1+0".sources]] - hash = "71732ac0f898feed1af8a81c2deac2e5031e37e94384d3e5b10d1b5861be24d0" - url = "https://github.com/DLR-AMR/t8code/releases/download/v3.0.1/T8CODE-3.0.1-Source.tar.gz" - [[t8code_jll."3.0.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c6de6e2ede052c4962baf8e0b29a56b36e5e13a6//T/t8code/./bundled" - -[tblis_jll."1.2.0+0"] -libraries = ["libtci", "libtblis"] - - [[tblis_jll."1.2.0+0".sources]] - hash = "3e4c4b82943726c443b6f408c9c9791dcad7a847" - repo = "https://github.com/devinamatthews/tblis.git" - -[tblis_jll."1.2.0+1"] -libraries = ["libtci", "libtblis"] - - [[tblis_jll."1.2.0+1".sources]] - hash = "3e4c4b82943726c443b6f408c9c9791dcad7a847" - repo = "https://github.com/devinamatthews/tblis.git" - [[tblis_jll."1.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/4b500a0f49eb61280da78ec864f41d7572ccacab//T/tblis/./bundled" - -[tblis_jll."1.2.0+2"] -libraries = ["libtci", "libtblis"] - - [[tblis_jll."1.2.0+2".sources]] - hash = "3e4c4b82943726c443b6f408c9c9791dcad7a847" - repo = "https://github.com/devinamatthews/tblis.git" - [[tblis_jll."1.2.0+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a845afbad3426bd43baeee4a0721e3ec7bd3cb5e//T/tblis/./bundled" - -[tblis_jll."1.2.0+3"] -libraries = ["libtci", "libtblis"] - - [[tblis_jll."1.2.0+3".sources]] - hash = "3e4c4b82943726c443b6f408c9c9791dcad7a847" - repo = "https://github.com/devinamatthews/tblis.git" - [[tblis_jll."1.2.0+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e243eb5c646ad2b95d062b91131b669f457da7f5//T/tblis/./bundled" - -[tblis_jll."1.2.0+4"] -libraries = ["libtci", "libtblis"] - - [[tblis_jll."1.2.0+4".sources]] - hash = "3e4c4b82943726c443b6f408c9c9791dcad7a847" - repo = "https://github.com/devinamatthews/tblis.git" - [[tblis_jll."1.2.0+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1d483197fde835cd6d51e5639908d0b4a897998c//T/tblis/./bundled" - -[tblis_jll."1.3.0+0"] -libraries = ["libtci", "libtblis"] - - [[tblis_jll."1.3.0+0".sources]] - hash = "c4f81e08b2827e72335baa7bf91a245f72c43970" - repo = "https://github.com/devinamatthews/tblis.git" - [[tblis_jll."1.3.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/40d892fd475fd45ede3a57820d17fb1541cf15a2//T/tblis/./bundled" - -[tectonic_jll."0.1.15+0"] -executables = ["tectonic"] - - [[tectonic_jll."0.1.15+0".sources]] - hash = "0e55188eafc1b58f3660a303fcdd6adc071051b9eb728119837fbeed2309914f" - url = "https://github.com/tectonic-typesetting/tectonic/archive/tectonic@0.1.15.tar.gz" - -[tectonic_jll."0.8.0+0"] -executables = ["tectonic"] - - [[tectonic_jll."0.8.0+0".sources]] - hash = "794cf34aee017b8a4288ed509a4e9d550a36aadc2bc0d35b1727d1135dac8e02" - url = "https://github.com/tectonic-typesetting/tectonic/archive/tectonic@0.8.0.tar.gz" - -[tectonic_jll."0.9.0+0"] -executables = ["tectonic"] - - [[tectonic_jll."0.9.0+0".sources]] - hash = "a239ca85bff1955792b2842fabfa201ba9576d916ece281278781f42c7547b9f" - url = "https://github.com/tectonic-typesetting/tectonic/archive/tectonic@0.9.0.tar.gz" - -[tectonic_jll."0.11.0+0"] -executables = ["tectonic"] - - [[tectonic_jll."0.11.0+0".sources]] - hash = "7bdd4b4b18af2bd6c127ab03e1abf3088ac2e3b5471467387bd60620331eab4d" - url = "https://github.com/tectonic-typesetting/tectonic/archive/tectonic@0.11.0.tar.gz" - -[tectonic_jll."0.12.0+0"] -executables = ["tectonic"] - - [[tectonic_jll."0.12.0+0".sources]] - hash = "4dd8c217fd6483a53ed03e993e388e81d29d1265" - repo = "https://github.com/tectonic-typesetting/tectonic.git" - -[tectonic_jll."0.13.1+0"] -executables = ["tectonic"] - - [[tectonic_jll."0.13.1+0".sources]] - hash = "e9b786655cac895bb148c5bfa3fc4cec6a01d72f" - repo = "https://github.com/tectonic-typesetting/tectonic.git" - -[tectonic_jll."0.14.1+0"] -executables = ["tectonic"] - - [[tectonic_jll."0.14.1+0".sources]] - hash = "e9b786655cac895bb148c5bfa3fc4cec6a01d72f" - repo = "https://github.com/tectonic-typesetting/tectonic.git" - -[tectonic_jll."0.15.0+0"] -executables = ["tectonic"] - - [[tectonic_jll."0.15.0+0".sources]] - hash = "33ae8e755413c6b0d7adcbb550818683c6be645c" - repo = "https://github.com/tectonic-typesetting/tectonic.git" - -[teensy_loader_cli_jll."2.2.0+0"] -executables = ["teensy_loader_cli"] - - [[teensy_loader_cli_jll."2.2.0+0".build_dependencies]] - name = "libusb_compat_jll" - target = "target" - version = "*" - - [[teensy_loader_cli_jll."2.2.0+0".sources]] - hash = "99082869db86f1f5ff7eef0d45262bc7e674f890" - repo = "https://github.com/PaulStoffregen/teensy_loader_cli" - -[telnet_jll."2.2.0+0"] -executables = ["telnet"] - - [[telnet_jll."2.2.0+0".sources]] - hash = "d547f69172df73afef691a0f7886280fd781acea28def4ff4b4b212086a89d80" - url = "https://ftp.gnu.org/gnu/inetutils/inetutils-2.2.tar.xz" - -[telnet_jll."2.5.0+0"] -executables = ["telnet"] - - [[telnet_jll."2.5.0+0".sources]] - hash = "87697d60a31e10b5cb86a9f0651e1ec7bee98320d048c0739431aac3d5764fb6" - url = "https://ftp.gnu.org/gnu/inetutils/inetutils-2.5.tar.xz" - -[telnet_jll."2.6.0+0"] -executables = ["telnet"] - - [[telnet_jll."2.6.0+0".sources]] - hash = "68bedbfeaf73f7d86be2a7d99bcfbd4093d829f52770893919ae174c0b2357ca" - url = "https://ftp.gnu.org/gnu/inetutils/inetutils-2.6.tar.xz" - -[tg_jll."0.7.2+0"] -libraries = ["libtg"] - - [[tg_jll."0.7.2+0".sources]] - hash = "8fcb9b2809ad696025b4618ad226140f9ddbc452" - repo = "https://github.com/tidwall/tg.git" - -[tg_jll."0.7.3+0"] -libraries = ["libtg"] - - [[tg_jll."0.7.3+0".sources]] - hash = "9464d05791814fa6005b1075570c7c501b37bf2a" - repo = "https://github.com/tidwall/tg.git" - -[tippecanoe_jll."1.36.0+0"] -executables = ["tippecanoe", "tippecanoe-enumerate", "tippecanoe-decode", "tippecanoe-json-tool", "tile-join"] - - [[tippecanoe_jll."1.36.0+0".sources]] - hash = "97ace997ff2d709fe2e26e2dda909cf4afd458ac" - repo = "https://github.com/mapbox/tippecanoe.git" - -[tree_sitter_bash_jll."0.16.1+0"] -libraries = ["libtreesitter_bash"] - - [[tree_sitter_bash_jll."0.16.1+0".sources]] - hash = "5359c81aa6d63057ecd9eea485d1951bb68aae75c1b486c05ec29997259f5161" - url = "https://github.com/tree-sitter/tree-sitter-bash/archive/v0.16.1.tar.gz" - [[tree_sitter_bash_jll."0.16.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_bash/./bundled" - -[tree_sitter_c_jll."0.16.0+0"] -libraries = ["libtreesitter_c"] - - [[tree_sitter_c_jll."0.16.0+0".sources]] - hash = "d8c3f472d23ad79f519651d5cf715b56467d35d0" - repo = "https://github.com/tree-sitter/tree-sitter.git" - [[tree_sitter_c_jll."0.16.0+0".sources]] - hash = "6002fcd5e86bb1e8670157bb008b97dbaf656d95" - repo = "https://github.com/tree-sitter/tree-sitter-c.git" - -[tree_sitter_c_jll."0.16.0+1"] -libraries = ["libtreesitter_c", "libtreesitter"] - - [[tree_sitter_c_jll."0.16.0+1".sources]] - hash = "d8c3f472d23ad79f519651d5cf715b56467d35d0" - repo = "https://github.com/tree-sitter/tree-sitter.git" - [[tree_sitter_c_jll."0.16.0+1".sources]] - hash = "6002fcd5e86bb1e8670157bb008b97dbaf656d95" - repo = "https://github.com/tree-sitter/tree-sitter-c.git" - -[tree_sitter_c_jll."0.16.1+0"] -libraries = ["libtreesitter_c"] - - [[tree_sitter_c_jll."0.16.1+0".sources]] - hash = "7aa44dd4c3ea1dd24739dec86a95c88f66654c1e52bc8a033925b1f60f4de054" - url = "https://github.com/tree-sitter/tree-sitter-c/archive/0.16.1.tar.gz" - [[tree_sitter_c_jll."0.16.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_c/./bundled" - -[tree_sitter_c_sharp_jll."0.20.0+0"] -libraries = ["libtreesitter_c_sharp"] - - [[tree_sitter_c_sharp_jll."0.20.0+0".sources]] - hash = "fccbac820896d9574a5a99f29b0fd1e2875059f093708aa69c91dc689fbfa1d0" - url = "https://github.com/tree-sitter/tree-sitter-c-sharp/archive/v0.20.0.tar.gz" - [[tree_sitter_c_sharp_jll."0.20.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/427411a5e69a2e4eb13a80791b66eff04fd3441a//T/tree_sitter_c_sharp/./bundled" - -[tree_sitter_cpp_jll."0.16.0+0"] -libraries = ["libtreesitter_cpp"] - - [[tree_sitter_cpp_jll."0.16.0+0".sources]] - hash = "1a744ee94e9c3bcfa9c639d49ab1d4b60ebea9474d88aafa5955cbab0afe4ca6" - url = "https://github.com/tree-sitter/tree-sitter-cpp/archive/v0.16.0.tar.gz" - [[tree_sitter_cpp_jll."0.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_cpp/./bundled" - -[tree_sitter_go_jll."0.16.1+0"] -libraries = ["libtreesitter_go"] - - [[tree_sitter_go_jll."0.16.1+0".sources]] - hash = "7278f1fd4dc4de8a13b0f60407425d38c5cb3973e1938d3031a68e1e69bd0b75" - url = "https://github.com/tree-sitter/tree-sitter-go/archive/v0.16.1.tar.gz" - [[tree_sitter_go_jll."0.16.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_go/./bundled" - -[tree_sitter_highlight_jll."0.20.6+0"] -libraries = ["libtree_sitter_highlight"] - - [[tree_sitter_highlight_jll."0.20.6+0".sources]] - hash = "ccd6bf554d922596ce905730d98a77af368bba5c" - repo = "https://github.com/tree-sitter/tree-sitter/" - -[tree_sitter_html_jll."0.16.0+0"] -libraries = ["libtreesitter_html"] - - [[tree_sitter_html_jll."0.16.0+0".sources]] - hash = "2ddef4999fd1213746d0b16ac4bf54f56983332e0288a795129fd9bb2a4012b4" - url = "https://github.com/tree-sitter/tree-sitter-html/archive/v0.16.0.tar.gz" - [[tree_sitter_html_jll."0.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_html/./bundled" - -[tree_sitter_java_jll."0.16.0+0"] -libraries = ["libtreesitter_java"] - - [[tree_sitter_java_jll."0.16.0+0".sources]] - hash = "41af0051be7f9cfb2b85aece37979d1097fddf538b8984fb7726bf1edea4a7ce" - url = "https://github.com/tree-sitter/tree-sitter-java/archive/v0.16.0.tar.gz" - [[tree_sitter_java_jll."0.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_java/./bundled" - -[tree_sitter_javascript_jll."0.16.0+0"] -libraries = ["libtreesitter_javascript"] - - [[tree_sitter_javascript_jll."0.16.0+0".sources]] - hash = "6790f58e491f723454d7e508f9fde27f61a5e05cda57b4f75e9f4887c996a534" - url = "https://github.com/tree-sitter/tree-sitter-javascript/archive/v0.16.0.tar.gz" - [[tree_sitter_javascript_jll."0.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_javascript/./bundled" - -[tree_sitter_jll."0.16.9+0"] -libraries = ["libtreesitter"] - - [[tree_sitter_jll."0.16.9+0".sources]] - hash = "203747f99569120286809a74d30954a8538e8f54fab7bc09ee355f59d27ab972" - url = "https://github.com/tree-sitter/tree-sitter/archive/0.16.9.tar.gz" - [[tree_sitter_jll."0.16.9+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8b4c4c9165ab986ce7c7dc96d85bbc2f509f105a//T/tree_sitter/./bundled" - -[tree_sitter_jll."0.20.6+0"] -libraries = ["libtreesitter"] - - [[tree_sitter_jll."0.20.6+0".sources]] - hash = "4d37eaef8a402a385998ff9aca3e1043b4a3bba899bceeff27a7178e1165b9de" - url = "https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.20.6.tar.gz" - [[tree_sitter_jll."0.20.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/e20234ec461d1ef235b107cf31c6a5801133699b//T/tree_sitter/./bundled" - -[tree_sitter_json_jll."0.16.0+0"] -libraries = ["libtreesitter_json"] - - [[tree_sitter_json_jll."0.16.0+0".sources]] - hash = "cbf0fefd2825a2db1770013111f49ec609c4fe090a8909e9780458629c22d1f4" - url = "https://github.com/tree-sitter/tree-sitter-json/archive/v0.16.0.tar.gz" - [[tree_sitter_json_jll."0.16.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_json/./bundled" - -[tree_sitter_julia_jll."0.0.4+0"] -libraries = ["libtreesitter_julia"] - - [[tree_sitter_julia_jll."0.0.4+0".sources]] - hash = "58e6413cbad3e945f884aa3628305c8258e08807537263911afa6ffca31f03fc" - url = "https://github.com/tree-sitter/tree-sitter-julia/archive/v0.0.4.tar.gz" - [[tree_sitter_julia_jll."0.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_julia/./bundled" - -[tree_sitter_julia_jll."0.19.0+0"] -libraries = ["libtreesitter_julia"] - - [[tree_sitter_julia_jll."0.19.0+0".sources]] - hash = "005b2206116012bc3bf8315818e7e269580467899d77a24f0c7fc8223e78387b" - url = "https://github.com/tree-sitter/tree-sitter-julia/archive/v0.19.0.tar.gz" - [[tree_sitter_julia_jll."0.19.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/b93d7554112b33ec5d14db025b85fee47bd43541//T/tree_sitter_julia/./bundled" - -[tree_sitter_modelica_jll."0.1.0+0"] -libraries = ["libtreesitter_modelica"] - - [[tree_sitter_modelica_jll."0.1.0+0".sources]] - hash = "cf20fb1e68401d1c18825b82802101b3ad1d3f3b" - repo = "https://github.com/modelicahub/tree-sitter-modelica.git" - [[tree_sitter_modelica_jll."0.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/adaceafca770ddf8566002b7f72587cf9f888e89//T/tree_sitter_modelica/./bundled" - -[tree_sitter_ocaml_jll."0.20.1+0"] -libraries = ["libtreesitter_ocaml"] - - [[tree_sitter_ocaml_jll."0.20.1+0".sources]] - hash = "56fddf0c5a775807ba535b4a7fda81ef843f384cba9377fc391b1b692f3aa6f7" - url = "https://github.com/tree-sitter/tree-sitter-ocaml/archive/v0.20.1.tar.gz" - [[tree_sitter_ocaml_jll."0.20.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d83301a89cf93d008083e94c6105cf20c85ddd03//T/tree_sitter_ocaml/./bundled" - -[tree_sitter_php_jll."0.16.2+0"] -libraries = ["libtreesitter_php"] - - [[tree_sitter_php_jll."0.16.2+0".sources]] - hash = "0cb8882348528ae4b86e6673f00fa6725439bb08d8c6d7896dd6a888a58d1c03" - url = "https://github.com/tree-sitter/tree-sitter-php/archive/v0.16.2.tar.gz" - [[tree_sitter_php_jll."0.16.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_php/./bundled" - -[tree_sitter_python_jll."0.16.1+0"] -libraries = ["libtreesitter_python"] - - [[tree_sitter_python_jll."0.16.1+0".sources]] - hash = "b1ccedf10f930042ec2c46335394424634d797c3039e61478612934e81fa943c" - url = "https://github.com/tree-sitter/tree-sitter-python/archive/v0.16.1.tar.gz" - [[tree_sitter_python_jll."0.16.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_python/./bundled" - -[tree_sitter_ruby_jll."0.16.2+0"] -libraries = ["libtreesitter_ruby"] - - [[tree_sitter_ruby_jll."0.16.2+0".sources]] - hash = "1a63b43f82837a1194cab997475a22f82bfd820dd32999aa1444cfeae70f7596" - url = "https://github.com/tree-sitter/tree-sitter-ruby/archive/v0.16.2.tar.gz" - [[tree_sitter_ruby_jll."0.16.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_ruby/./bundled" - -[tree_sitter_rust_jll."0.16.1+0"] -libraries = ["libtreesitter_rust"] - - [[tree_sitter_rust_jll."0.16.1+0".sources]] - hash = "8c34f19a9270ee60367ee235226ff1108341f944e0bd245cb47e1c2721f0c39b" - url = "https://github.com/tree-sitter/tree-sitter-rust/archive/v0.16.1.tar.gz" - [[tree_sitter_rust_jll."0.16.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_rust/./bundled" - -[tree_sitter_typescript_jll."0.16.2+0"] -libraries = ["libtreesitter_typescript"] - - [[tree_sitter_typescript_jll."0.16.2+0".sources]] - hash = "3e1fc16daab965f21dc56a919b32a730e889ea2ba1330af5edc5950f4e6b18b6" - url = "https://github.com/tree-sitter/tree-sitter-typescript/archive/v0.16.2.tar.gz" - [[tree_sitter_typescript_jll."0.16.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/feddfc2f3c4d7c008e0dfc9a27073f15a29a3fe9//T/tree_sitter_typescript/./bundled" - -[[umesimd_jll."0.8.1+0".sources]] -hash = "6f72452743151b76ecb9ddf4dd696d263b45cb74" -repo = "https://github.com/edanor/umesimd.git" - -[unixODBC_jll."2.3.7+0"] -executables = ["odbc_config", "isql", "iusql", "odbcinst", "slencheck", "dltest"] -libraries = ["libodbc", "libodbcinst", "libodbccr"] - - [[unixODBC_jll."2.3.7+0".sources]] - hash = "45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77" - url = "http://www.unixodbc.org/unixODBC-2.3.7.tar.gz" - -[unixODBC_jll."2.3.9+0"] -executables = ["odbc_config", "isql", "iusql", "odbcinst", "slencheck", "dltest"] -libraries = ["libodbc", "libodbcinst", "libodbccr"] - - [[unixODBC_jll."2.3.9+0".sources]] - hash = "52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207" - url = "http://www.unixodbc.org/unixODBC-2.3.9.tar.gz" - -[unixODBC_jll."2.3.12+0"] -executables = ["odbc_config", "isql", "iusql", "odbcinst", "slencheck", "dltest"] -libraries = ["libodbc", "libodbcinst", "libodbccr"] - - [[unixODBC_jll."2.3.12+0".sources]] - hash = "c335dbf3fa25b524e935e98cf26b96a2e13f5c81" - repo = "https://github.com/lurcher/unixODBC.git" - [[unixODBC_jll."2.3.12+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5ef71631c406768f1eb4b8c76f2b96cf9a910219//U/unixODBC/./bundled" - -[unpaper_jll."6.1.0+0"] -executables = ["unpaper"] - - [[unpaper_jll."6.1.0+0".sources]] - hash = "237c84f5da544b3f7709827f9f12c37c346cdf029b1128fb4633f9bafa5cb930" - url = "https://www.flameeyes.com/files/unpaper-6.1.tar.xz" - -[unpaper_jll."6.1.100+0"] -executables = ["unpaper"] - - [[unpaper_jll."6.1.100+0".build_dependencies]] - name = "XSLT_jll" - target = "host" - version = "*" - - [[unpaper_jll."6.1.100+0".sources]] - hash = "237c84f5da544b3f7709827f9f12c37c346cdf029b1128fb4633f9bafa5cb930" - url = "https://www.flameeyes.com/files/unpaper-6.1.tar.xz" - -[unzip_jll."6.0.2+0"] -executables = ["unzip"] - - [[unzip_jll."6.0.2+0".sources]] - hash = "3bee0689f7dc6afb88bda09ffb71b6b15623ff92" - repo = "https://github.com/madler/unzip.git" - [[unzip_jll."6.0.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/56f90818299c927e26853a1760345852cf85b8e7//U/unzip/./bundled" - -[utf8proc_jll."2.4.0+0"] -files = ["lib/libutf8proc.a"] - - [[utf8proc_jll."2.4.0+0".sources]] - hash = "b2e5d547c1d94762a6d03a7e05cea46092aab68636460ff8648f1295e2cdfbd7" - url = "https://github.com/JuliaStrings/utf8proc/archive/v2.4.0.tar.gz" - -[utf8proc_jll."2.4.0+1"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.4.0+1".sources]] - hash = "b2e5d547c1d94762a6d03a7e05cea46092aab68636460ff8648f1295e2cdfbd7" - url = "https://github.com/JuliaStrings/utf8proc/archive/v2.4.0.tar.gz" - -[utf8proc_jll."2.5.0+0"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.5.0+0".sources]] - hash = "d4e8dfc898cfd062493cb7f42d95d70ccdd3a4cd4d90bec0c71b47cca688f1be" - url = "https://github.com/JuliaStrings/utf8proc/archive/v2.5.0.tar.gz" - -[utf8proc_jll."2.5.0+1"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.5.0+1".sources]] - hash = "d4e8dfc898cfd062493cb7f42d95d70ccdd3a4cd4d90bec0c71b47cca688f1be" - url = "https://github.com/JuliaStrings/utf8proc/archive/v2.5.0.tar.gz" - -[utf8proc_jll."2.6.0+0"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.6.0+0".sources]] - hash = "df2997a300792b8efd6a1ea9281c14dfe986d6f9" - repo = "https://github.com/JuliaStrings/utf8proc.git" - -[utf8proc_jll."2.6.1+0"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.6.1+0".sources]] - hash = "3203baa7374d67132384e2830b2183c92351bffc" - repo = "https://github.com/JuliaStrings/utf8proc.git" - -[utf8proc_jll."2.7.0+0"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.7.0+0".sources]] - hash = "8ca6144c85c165987cb1c5d8395c7314e13d4cd7" - repo = "https://github.com/JuliaStrings/utf8proc.git" - -[utf8proc_jll."2.8.0+0"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.8.0+0".sources]] - hash = "1cb28a66ca79a0845e99433fd1056257456cef8b" - repo = "https://github.com/JuliaStrings/utf8proc.git" - -[utf8proc_jll."2.9.0+0"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.9.0+0".sources]] - hash = "34db3f7954e9298e89f42641ac78e0450f80a70d" - repo = "https://github.com/JuliaStrings/utf8proc.git" - -[utf8proc_jll."2.9.0+1"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.9.0+1".sources]] - hash = "34db3f7954e9298e89f42641ac78e0450f80a70d" - repo = "https://github.com/JuliaStrings/utf8proc.git" - -[utf8proc_jll."2.10.0+0"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.10.0+0".sources]] - hash = "a1b99daa2a3393884220264c927a48ba1251a9c6" - repo = "https://github.com/JuliaStrings/utf8proc.git" - -[utf8proc_jll."2.11.0+0"] -libraries = ["libutf8proc"] - - [[utf8proc_jll."2.11.0+0".sources]] - hash = "d7bf128df773c2a1a7242eb80e51e91a769fc985" - repo = "https://github.com/JuliaStrings/utf8proc.git" - -[util_linux_jll."2.35.0+0"] -executables = ["chmem", "partx", "fallocate", "lsipc", "findfs", "whereis", "lslogins", "fsfreeze", "ctrlaltdel", "lsns", "sfdisk", "look", "taskset", "mkfs.bfs", "chrt", "resizepart", "rfkill", "uuidparse", "umount", "fsck.minix", "hwclock", "prlimit", "switch_root", "mcookie", "fstrim", "delpart", "fsck.cramfs", "fincore", "hardlink", "ipcs", "eject", "uuidd", "nologin", "readprofile", "fdformat", "lscpu", "col", "addpart", "sulogin", "getopt", "rename", "blockdev", "nsenter", "scriptreplay", "mkfs.cramfs", "logger", "wall", "renice", "blkid", "column", "rtcwake", "pivot_root", "ipcrm", "flock", "utmpdump", "ionice", "chcpu", "mesg", "mkfs", "hexdump", "agetty", "blkdiscard", "script", "mountpoint", "scriptlive", "findmnt", "mkfs.minix", "blkzone", "swapoff", "lslocks", "cal", "setarch", "lsmem", "losetup", "raw", "colrm", "dmesg", "rev", "fsck", "zramctl", "mkswap", "wipefs", "choom", "namei", "mount", "setsid", "swapon", "ldattach", "swaplabel", "ipcmk", "unshare", "isosize", "colcrt", "last", "fdisk", "uuidgen", "kill", "lsblk", "wdctl"] -libraries = ["libmount", "libuuid", "libblkid", "libfdisk", "libsmartcols"] - - [[util_linux_jll."2.35.0+0".sources]] - hash = "98acab129a8490265052e6c1e033ca96d68758a13bb7fcd232c06bf16cc96238" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.35/util-linux-2.35.tar.gz" - -[util_linux_jll."2.39.3+0"] -executables = ["chmem", "partx", "fallocate", "lsipc", "findfs", "whereis", "lslogins", "fsfreeze", "ctrlaltdel", "lsns", "sfdisk", "look", "taskset", "mkfs.bfs", "chrt", "resizepart", "rfkill", "uuidparse", "umount", "fsck.minix", "hwclock", "prlimit", "switch_root", "mcookie", "fstrim", "delpart", "fsck.cramfs", "fincore", "hardlink", "ipcs", "eject", "uuidd", "nologin", "readprofile", "fdformat", "lscpu", "col", "addpart", "sulogin", "getopt", "rename", "blockdev", "nsenter", "scriptreplay", "mkfs.cramfs", "logger", "wall", "renice", "blkid", "column", "rtcwake", "pivot_root", "ipcrm", "flock", "utmpdump", "ionice", "chcpu", "mesg", "mkfs", "hexdump", "agetty", "blkdiscard", "script", "mountpoint", "scriptlive", "findmnt", "mkfs.minix", "blkzone", "swapoff", "lslocks", "cal", "setarch", "lsmem", "losetup", "raw", "colrm", "dmesg", "rev", "fsck", "zramctl", "mkswap", "wipefs", "choom", "namei", "mount", "setsid", "swapon", "ldattach", "swaplabel", "ipcmk", "unshare", "isosize", "colcrt", "last", "fdisk", "uuidgen", "kill", "lsblk", "wdctl"] -libraries = ["libmount", "libuuid", "libblkid", "libfdisk", "libsmartcols"] - - [[util_linux_jll."2.39.3+0".sources]] - hash = "7b6605e48d1a49f43cc4b4cfc59f313d0dd5402fa40b96810bd572e167dfed0f" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.3.tar.xz" - -[util_linux_jll."2.40.1+0"] -executables = ["addpart", "agetty", "blkdiscard", "blkid", "blkzone", "blockdev", "cal", "chcpu", "chmem", "choom", "chrt", "colcrt", "colrm", "column", "ctrlaltdel", "delpart", "dmesg", "eject", "exch", "enosys", "fallocate", "fdformat", "fdisk", "fincore", "findfs", "findmnt", "flock", "fsck", "fsck.cramfs", "fsck.minix", "fsfreeze", "fstrim", "getopt", "hardlink", "hexdump", "hwclock", "ionice", "ipcmk", "ipcrm", "ipcs", "isosize", "kill", "last", "lastlog2", "ldattach", "logger", "look", "losetup", "lsblk", "lsclocks", "lscpu", "lsipc", "lslocks", "lslogins", "lsmem", "lsns", "mcookie", "mesg", "mkfs", "mkfs.bfs", "mkfs.cramfs", "mkfs.minix", "mkswap", "mount", "mountpoint", "namei", "nologin", "nsenter", "partx", "pivot_root", "prlimit", "raw", "readprofile", "rename", "renice", "resizepart", "rev", "rfkill", "rtcwake", "script", "scriptlive", "scriptreplay", "setarch", "setpgid", "setsid", "sfdisk", "sulogin", "swaplabel", "swapoff", "swapon", "switch_root", "taskset", "umount", "unshare", "utmpdump", "uuidd", "uuidgen", "uuidparse", "wall", "wdctl", "whereis", "wipefs", "zramctl"] -libraries = ["libblkid", "libfdisk", "liblastlog2", "libmount", "libsmartcols", "libuuid"] - - [[util_linux_jll."2.40.1+0".sources]] - hash = "59e676aa53ccb44b6c39f0ffe01a8fa274891c91bef1474752fad92461def24f" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.1.tar.xz" - -[util_linux_jll."2.40.2+0"] -executables = ["addpart", "agetty", "blkdiscard", "blkid", "blkzone", "blockdev", "cal", "chcpu", "chmem", "choom", "chrt", "colcrt", "colrm", "column", "ctrlaltdel", "delpart", "dmesg", "eject", "exch", "enosys", "fallocate", "fdformat", "fdisk", "fincore", "findfs", "findmnt", "flock", "fsck", "fsck.cramfs", "fsck.minix", "fsfreeze", "fstrim", "getopt", "hardlink", "hexdump", "hwclock", "ionice", "ipcmk", "ipcrm", "ipcs", "isosize", "kill", "last", "lastlog2", "ldattach", "logger", "look", "losetup", "lsblk", "lsclocks", "lscpu", "lsipc", "lslocks", "lslogins", "lsmem", "lsns", "mcookie", "mesg", "mkfs", "mkfs.bfs", "mkfs.cramfs", "mkfs.minix", "mkswap", "mount", "mountpoint", "namei", "nologin", "nsenter", "partx", "pivot_root", "prlimit", "raw", "readprofile", "rename", "renice", "resizepart", "rev", "rfkill", "rtcwake", "script", "scriptlive", "scriptreplay", "setarch", "setpgid", "setsid", "sfdisk", "sulogin", "swaplabel", "swapoff", "swapon", "switch_root", "taskset", "umount", "unshare", "utmpdump", "uuidd", "uuidgen", "uuidparse", "wall", "wdctl", "whereis", "wipefs", "zramctl"] -libraries = ["libblkid", "libfdisk", "liblastlog2", "libmount", "libsmartcols", "libuuid"] - - [[util_linux_jll."2.40.2+0".sources]] - hash = "d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.2.tar.xz" - -[util_linux_jll."2.41.0+0"] -executables = ["addpart", "agetty", "blkdiscard", "blkid", "blkzone", "blockdev", "cal", "chcpu", "chmem", "choom", "chrt", "colcrt", "colrm", "column", "ctrlaltdel", "delpart", "dmesg", "eject", "exch", "enosys", "fallocate", "fdformat", "fdisk", "fincore", "findfs", "findmnt", "flock", "fsck", "fsck.cramfs", "fsck.minix", "fsfreeze", "fstrim", "getopt", "hardlink", "hexdump", "hwclock", "ionice", "ipcmk", "ipcrm", "ipcs", "isosize", "kill", "last", "lastlog2", "ldattach", "logger", "look", "losetup", "lsblk", "lsclocks", "lscpu", "lsipc", "lslocks", "lslogins", "lsmem", "lsns", "mcookie", "mesg", "mkfs", "mkfs.bfs", "mkfs.cramfs", "mkfs.minix", "mkswap", "mount", "mountpoint", "namei", "nologin", "nsenter", "partx", "pivot_root", "prlimit", "raw", "readprofile", "rename", "renice", "resizepart", "rev", "rfkill", "rtcwake", "script", "scriptlive", "scriptreplay", "setarch", "setpgid", "setsid", "sfdisk", "sulogin", "swaplabel", "swapoff", "swapon", "switch_root", "taskset", "umount", "unshare", "utmpdump", "uuidd", "uuidgen", "uuidparse", "wall", "wdctl", "whereis", "wipefs", "zramctl"] -libraries = ["libblkid", "libfdisk", "liblastlog2", "libmount", "libsmartcols", "libuuid"] - - [[util_linux_jll."2.41.0+0".sources]] - hash = "81ee93b3cfdfeb7d7c4090cedeba1d7bbce9141fd0b501b686b3fe475ddca4c6" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.tar.xz" - -[util_linux_jll."2.41.1+0"] -executables = ["addpart", "agetty", "blkdiscard", "blkid", "blkzone", "blockdev", "cal", "chcpu", "chmem", "choom", "chrt", "colcrt", "colrm", "column", "ctrlaltdel", "delpart", "dmesg", "eject", "exch", "enosys", "fallocate", "fdformat", "fdisk", "fincore", "findfs", "findmnt", "flock", "fsck", "fsck.cramfs", "fsck.minix", "fsfreeze", "fstrim", "getopt", "hardlink", "hexdump", "hwclock", "ionice", "ipcmk", "ipcrm", "ipcs", "isosize", "kill", "last", "lastlog2", "ldattach", "logger", "look", "losetup", "lsblk", "lsclocks", "lscpu", "lsipc", "lslocks", "lslogins", "lsmem", "lsns", "mcookie", "mesg", "mkfs", "mkfs.bfs", "mkfs.cramfs", "mkfs.minix", "mkswap", "mount", "mountpoint", "namei", "nologin", "nsenter", "partx", "pivot_root", "prlimit", "raw", "readprofile", "rename", "renice", "resizepart", "rev", "rfkill", "rtcwake", "script", "scriptlive", "scriptreplay", "setarch", "setpgid", "setsid", "sfdisk", "sulogin", "swaplabel", "swapoff", "swapon", "switch_root", "taskset", "umount", "unshare", "utmpdump", "uuidd", "uuidgen", "uuidparse", "wall", "wdctl", "whereis", "wipefs", "zramctl"] -libraries = ["libblkid", "libfdisk", "liblastlog2", "libmount", "libsmartcols", "libuuid"] - - [[util_linux_jll."2.41.1+0".sources]] - hash = "be9ad9a276f4305ab7dd2f5225c8be1ff54352f565ff4dede9628c1aaa7dec57" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.1.tar.xz" - -[util_linux_jll."2.41.2+0"] -executables = ["addpart", "agetty", "blkdiscard", "blkid", "blkzone", "blockdev", "cal", "chcpu", "chmem", "choom", "chrt", "colcrt", "colrm", "column", "ctrlaltdel", "delpart", "dmesg", "eject", "exch", "enosys", "fallocate", "fdformat", "fdisk", "fincore", "findfs", "findmnt", "flock", "fsck", "fsck.cramfs", "fsck.minix", "fsfreeze", "fstrim", "getopt", "hardlink", "hexdump", "hwclock", "ionice", "ipcmk", "ipcrm", "ipcs", "isosize", "kill", "last", "lastlog2", "ldattach", "logger", "look", "losetup", "lsblk", "lsclocks", "lscpu", "lsipc", "lslocks", "lslogins", "lsmem", "lsns", "mcookie", "mesg", "mkfs", "mkfs.bfs", "mkfs.cramfs", "mkfs.minix", "mkswap", "mount", "mountpoint", "namei", "nologin", "nsenter", "partx", "pivot_root", "prlimit", "raw", "readprofile", "rename", "renice", "resizepart", "rev", "rfkill", "rtcwake", "script", "scriptlive", "scriptreplay", "setarch", "setpgid", "setsid", "sfdisk", "sulogin", "swaplabel", "swapoff", "swapon", "switch_root", "taskset", "umount", "unshare", "utmpdump", "uuidd", "uuidgen", "uuidparse", "wall", "wdctl", "whereis", "wipefs", "zramctl"] -libraries = ["libblkid", "libfdisk", "liblastlog2", "libmount", "libsmartcols", "libuuid"] - - [[util_linux_jll."2.41.2+0".sources]] - hash = "6062a1d89b571a61932e6fc0211f36060c4183568b81ee866cf363bce9f6583e" - url = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.2.tar.xz" - -[very_nauty_jll."1.1.1+0"] -libraries = ["libvn_graph"] - - [[very_nauty_jll."1.1.1+0".sources]] - hash = "b2c7765f2820ea5385846e4123323a1ba6e4f67e" - repo = "https://github.com/JuliaGraphs/very_nauty.git" - -[very_nauty_jll."1.1.2+0"] -libraries = ["libvn_graph"] - - [[very_nauty_jll."1.1.2+0".sources]] - hash = "f0680a2877fe25b0e59d90b24bad370f02525093" - repo = "https://github.com/JuliaGraphs/very_nauty.git" - -[viterbi_jll."0.1.0+0"] -libraries = ["libviterbi"] - - [[viterbi_jll."0.1.0+0".sources]] - hash = "5a9411d48708adcb84ff2250fd3fa7b1a2c131fe" - repo = "https://github.com/zsoerenm/viterbi.git" - -[vmtouch_jll."1.3.1+0"] -executables = ["vmtouch"] - - [[vmtouch_jll."1.3.1+0".sources]] - hash = "d57b7b3ae1146c4516429ab7d6db6f2122401db814ddd9cdaad10980e9c8428c" - url = "https://github.com/hoytech/vmtouch/archive/v1.3.1.tar.gz" - -[vole_jll."0.6.0+0"] -executables = ["vole"] - - [[vole_jll."0.6.0+0".sources]] - hash = "5f125fc23c5344f4b0f831d272e8c630b776f11f52997f8db767792c9f594bde" - url = "https://github.com/peal/vole/releases/download/v0.6.0/vole-0.6.0.tar.gz" - -[wannier90_jll."3.1.0+0"] -executables = ["wannier90"] -libraries = ["libwannier"] - - [[wannier90_jll."3.1.0+0".sources]] - hash = "40651a9832eb93dec20a8360dd535262c261c34e13c41b6755fa6915c936b254" - url = "https://github.com/wannier-developers/wannier90/archive/v3.1.0.tar.gz" - -[web3go_jll."0.2.89+0"] -executables = ["web3"] - - [[web3go_jll."0.2.89+0".sources]] - hash = "4797b4bce370526da0fb04ca2350c36ac5d9894b1cb92a24524d2826ab0c34d6" - url = "https://github.com/gochain/web3/archive/refs/tags/v0.2.89.tar.gz" - -[wget2_jll."2.0.0+0"] -executables = ["wget2"] -libraries = ["libwget"] - - [[wget2_jll."2.0.0+0".sources]] - hash = "4fe2fba0abb653ecc1cc180bea7f04212c17e8fe05c85aaac8baeac4cd241544" - url = "https://ftp.gnu.org/gnu/wget/wget2-2.0.0.tar.gz" - -[wget2_jll."2.1.0+0"] -executables = ["wget2"] -libraries = ["libwget"] - - [[wget2_jll."2.1.0+0".sources]] - hash = "a05dc5191c6bad9313fd6db2777a78f5527ba4774f665d5d69f5a7461b49e2e7" - url = "https://ftp.gnu.org/gnu/wget/wget2-2.1.0.tar.gz" - -[wget2_jll."2.2.0+0"] -executables = ["wget2"] -libraries = ["libwget"] - - [[wget2_jll."2.2.0+0".sources]] - hash = "2b3b9c85b7fb26d33ca5f41f1f8daca71838d869a19b406063aa5c655294d357" - url = "https://ftp.gnu.org/gnu/wget/wget2-2.2.0.tar.gz" - -[wget_jll."1.20.3+0"] -executables = ["wget"] - - [[wget_jll."1.20.3+0".sources]] - hash = "31cccfc6630528db1c8e3a06f6decf2a370060b982841cfab2b8677400a5092e" - url = "https://ftp.gnu.org/gnu/wget/wget-1.20.3.tar.gz" - -[wget_jll."1.20.3+1"] -executables = ["wget"] - - [[wget_jll."1.20.3+1".sources]] - hash = "31cccfc6630528db1c8e3a06f6decf2a370060b982841cfab2b8677400a5092e" - url = "https://ftp.gnu.org/gnu/wget/wget-1.20.3.tar.gz" - -[wget_jll."1.21.1+0"] -executables = ["wget"] - - [[wget_jll."1.21.1+0".sources]] - hash = "59ba0bdade9ad135eda581ae4e59a7a9f25e3a4bde6a5419632b31906120e26e" - url = "https://ftp.gnu.org/gnu/wget/wget-1.21.1.tar.gz" - -[wget_jll."1.21.4+0"] -executables = ["wget"] - - [[wget_jll."1.21.4+0".sources]] - hash = "81542f5cefb8faacc39bbbc6c82ded80e3e4a88505ae72ea51df27525bcde04c" - url = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz" - -[wget_jll."1.24.5+0"] -executables = ["wget"] - - [[wget_jll."1.24.5+0".sources]] - hash = "fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de" - url = "https://ftp.gnu.org/gnu/wget/wget-1.24.5.tar.gz" - -[wget_jll."1.25.0+0"] -executables = ["wget"] - - [[wget_jll."1.25.0+0".sources]] - hash = "766e48423e79359ea31e41db9e5c289675947a7fcf2efdcedb726ac9d0da3784" - url = "https://ftp.gnu.org/gnu/wget/wget-1.25.0.tar.gz" - -[whisper_cpp_jll."1.0.4+0"] -libraries = ["libwhisper"] - - [[whisper_cpp_jll."1.0.4+0".sources]] - hash = "1d716d6e34f3f4ba57bd9706a9258a0bdb008153" - repo = "https://github.com/ggerganov/whisper.cpp.git" - [[whisper_cpp_jll."1.0.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/9068d6e2f77cbbf7d395d58b817b97317fb802b5//W/whisper_cpp/./bundled" - -[whisper_cpp_jll."1.2.0+0"] -libraries = ["libwhisper"] - - [[whisper_cpp_jll."1.2.0+0".sources]] - hash = "b2083c5d02db9a1e6dbb3d58254fd65ebfff4b5d" - repo = "https://github.com/ggerganov/whisper.cpp.git" - -[whisper_cpp_jll."1.2.0+1"] -libraries = ["libwhisper"] - - [[whisper_cpp_jll."1.2.0+1".sources]] - hash = "b2083c5d02db9a1e6dbb3d58254fd65ebfff4b5d" - repo = "https://github.com/ggerganov/whisper.cpp.git" - [[whisper_cpp_jll."1.2.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/d8d84857cf1a92882c0c21ca798aeeff97e3ca25//W/whisper_cpp/./bundled" - -[wolfSSL_jll."4.8.1+0"] -libraries = ["libwolfssl"] - - [[wolfSSL_jll."4.8.1+0".sources]] - hash = "50db45f348f47e00c93dd244c24108220120cb3cc9d01434789229c32937c444" - url = "https://github.com/wolfSSL/wolfssl/archive/refs/tags/v4.8.1-stable.tar.gz" - -[wolfSSL_jll."5.7.2+0"] -libraries = ["libwolfssl"] - - [[wolfSSL_jll."5.7.2+0".sources]] - hash = "00e42151ca061463ba6a95adb2290f678cbca472" - repo = "https://github.com/wolfSSL/wolfssl.git" - [[wolfSSL_jll."5.7.2+0".sources]] - hash = "0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz" - [[wolfSSL_jll."5.7.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/20fc2b1651e3f9159db97f33be7fb0ab60fe53c4//W/wolfSSL/./bundled" - -[wuffs_jll."0.3.4+0"] -libraries = ["libwuffs"] - - [[wuffs_jll."0.3.4+0".sources]] - hash = "ec71f9c6d829ca763fbbc1f7adecc30a89a8ed0a" - repo = "https://github.com/google/wuffs" - -[wxWidgets_jll."3.1.5+0"] -executables = ["wxrc-3.1"] -libraries = ["libwx_baseu-3.1", "wxbase315u_gcc_custom", "libwx_baseu-3.1-x86_64-apple-darwin14", "libwx_baseu-3.1-aarch64-apple-darwin20", "libwx_baseu_net-3.1", "wxbase315u_net_gcc_custom", "libwx_baseu_net-3.1-x86_64-apple-darwin14", "libwx_baseu_net-3.1-aarch64-apple-darwin20", "libwx_baseu_xml-3.1", "wxbase315u_xml_gcc_custom", "libwx_baseu_xml-3.1-x86_64-apple-darwin14", "libwx_baseu_xml-3.1-aarch64-apple-darwin20", "libwx_gtk3u_aui-3.1", "wxmsw315u_aui_gcc_custom", "libwx_osx_cocoau_aui-3.1-x86_64-apple-darwin14", "libwx_osx_cocoau_aui-3.1-aarch64-apple-darwin20", "libwx_gtk3u_core-3.1", "wxmsw315u_core_gcc_custom", "libwx_osx_cocoau_core-3.1-x86_64-apple-darwin14", "libwx_osx_cocoau_core-3.1-aarch64-apple-darwin20", "libwx_gtk3u_html-3.1", "wxmsw315u_html_gcc_custom", "libwx_osx_cocoau_html-3.1-x86_64-apple-darwin14", "libwx_osx_cocoau_html-3.1-aarch64-apple-darwin20", "libwx_gtk3u_propgrid-3.1", "wxmsw315u_propgrid_gcc_custom", "libwx_osx_cocoau_propgrid-3.1-x86_64-apple-darwin14", "libwx_osx_cocoau_propgrid-3.1-aarch64-apple-darwin20", "libwx_gtk3u_qa-3.1", "wxmsw315u_qa_gcc_custom", "libwx_osx_cocoau_qa-3.1-x86_64-apple-darwin14", "libwx_osx_cocoau_qa-3.1-aarch64-apple-darwin20", "libwx_gtk3u_ribbon-3.1", "wxmsw315u_ribbon_gcc_custom", "libwx_osx_cocoau_ribbon-3.1-x86_64-apple-darwin14", "libwx_osx_cocoau_ribbon-3.1-aarch64-apple-darwin20", "libwx_gtk3u_richtext-3.1", "wxmsw315u_richtext_gcc_custom", "libwx_osx_cocoau_richtext-3.1-x86_64-apple-darwin14", "libwx_osx_cocoau_richtext-3.1-aarch64-apple-darwin20", "libwx_gtk3u_stc-3.1", "wxmsw315u_stc_gcc_custom", "libwx_osx_cocoau_stc-3.1-x86_64-apple-darwin14", "libwx_osx_cocoau_stc-3.1-aarch64-apple-darwin20", "libwx_gtk3u_xrc-3.1", "wxmsw315u_xrc_gcc_custom", "libwx_osx_cocoau_xrc-3.1-x86_64-apple-darwin14", "libwx_osx_cocoau_xrc-3.1-aarch64-apple-darwin20"] - - [[wxWidgets_jll."3.1.5+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[wxWidgets_jll."3.1.5+0".sources]] - hash = "e8fd5f9fbff864562aa4d9c094f898c97f5e1274c90f25beb0bfd5cb61319dea" - url = "https://github.com/wxWidgets/wxWidgets/archive/refs/tags/v3.1.5.tar.gz" - [[wxWidgets_jll."3.1.5+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/82e836a37513d164c078f673b58cec9b7ed8faee//W/wxWidgets/./bundled" - -[wxWidgets_jll."3.2.4+0"] -executables = ["wxrc-3.2"] -libraries = ["libwx_baseu-3.2", "wxbase32u_gcc_custom", "libwx_baseu-3.2-x86_64-apple-darwin14", "libwx_baseu-3.2-aarch64-apple-darwin20", "libwx_baseu_net-3.2", "wxbase32u_net_gcc_custom", "libwx_baseu_net-3.2-x86_64-apple-darwin14", "libwx_baseu_net-3.2-aarch64-apple-darwin20", "libwx_baseu_xml-3.2", "wxbase32u_xml_gcc_custom", "libwx_baseu_xml-3.2-x86_64-apple-darwin14", "libwx_baseu_xml-3.2-aarch64-apple-darwin20", "libwx_gtk3u_aui-3.2", "wxmsw32u_aui_gcc_custom", "libwx_osx_cocoau_aui-3.2-x86_64-apple-darwin14", "libwx_osx_cocoau_aui-3.2-aarch64-apple-darwin20", "libwx_gtk3u_core-3.2", "wxmsw32u_core_gcc_custom", "libwx_osx_cocoau_core-3.2-x86_64-apple-darwin14", "libwx_osx_cocoau_core-3.2-aarch64-apple-darwin20", "libwx_gtk3u_html-3.2", "wxmsw32u_html_gcc_custom", "libwx_osx_cocoau_html-3.2-x86_64-apple-darwin14", "libwx_osx_cocoau_html-3.2-aarch64-apple-darwin20", "libwx_gtk3u_propgrid-3.2", "wxmsw32u_propgrid_gcc_custom", "libwx_osx_cocoau_propgrid-3.2-x86_64-apple-darwin14", "libwx_osx_cocoau_propgrid-3.2-aarch64-apple-darwin20", "libwx_gtk3u_qa-3.2", "wxmsw32u_qa_gcc_custom", "libwx_osx_cocoau_qa-3.2-x86_64-apple-darwin14", "libwx_osx_cocoau_qa-3.2-aarch64-apple-darwin20", "libwx_gtk3u_ribbon-3.2", "wxmsw32u_ribbon_gcc_custom", "libwx_osx_cocoau_ribbon-3.2-x86_64-apple-darwin14", "libwx_osx_cocoau_ribbon-3.2-aarch64-apple-darwin20", "libwx_gtk3u_richtext-3.2", "wxmsw32u_richtext_gcc_custom", "libwx_osx_cocoau_richtext-3.2-x86_64-apple-darwin14", "libwx_osx_cocoau_richtext-3.2-aarch64-apple-darwin20", "libwx_gtk3u_stc-3.2", "wxmsw32u_stc_gcc_custom", "libwx_osx_cocoau_stc-3.2-x86_64-apple-darwin14", "libwx_osx_cocoau_stc-3.2-aarch64-apple-darwin20", "libwx_gtk3u_xrc-3.2", "wxmsw32u_xrc_gcc_custom", "libwx_osx_cocoau_xrc-3.2-x86_64-apple-darwin14", "libwx_osx_cocoau_xrc-3.2-aarch64-apple-darwin20"] - - [[wxWidgets_jll."3.2.4+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - uuid = "c4d99508-4286-5418-9131-c86396af500b" - version = "*" - - [[wxWidgets_jll."3.2.4+0".sources]] - hash = "0640e1ab716db5af2ecb7389dbef6138d7679261fbff730d23845ba838ca133e" - url = "https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.4/wxWidgets-3.2.4.tar.bz2" - [[wxWidgets_jll."3.2.4+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1346cdd38e7498907d2b3c992668430477329434//W/wxWidgets/./bundled" - -[x264_jll."2019.5.25+0"] -executables = ["x264"] - - [[x264_jll."2019.5.25+0".sources]] - hash = "638581a18bff8e9375211955422eff145011c8ccfd0994d43bd194cd82984f7a" - url = "https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190525-2245-stable.tar.bz2" - -[x264_jll."2019.5.25+1"] -executables = ["x264"] -libraries = ["libx264"] - - [[x264_jll."2019.5.25+1".sources]] - hash = "638581a18bff8e9375211955422eff145011c8ccfd0994d43bd194cd82984f7a" - url = "https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190525-2245-stable.tar.bz2" - -[x264_jll."2019.5.25+2"] -executables = ["x264"] -libraries = ["libx264"] - - [[x264_jll."2019.5.25+2".sources]] - hash = "638581a18bff8e9375211955422eff145011c8ccfd0994d43bd194cd82984f7a" - url = "https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190525-2245-stable.tar.bz2" - -[x264_jll."2020.7.14+0"] -executables = ["x264"] -libraries = ["libx264"] - - [[x264_jll."2020.7.14+0".sources]] - hash = "b79b7038ce083f152fdd35da2f0d770ac9189fa2319fd09012567bc3a33737af" - url = "https://code.videolan.org/videolan/x264/-/archive/db0d417728460c647ed4a847222a535b00d3dbcb/x264-db0d417728460c647ed4a847222a535b00d3dbcb.tar.gz" - -[x264_jll."2020.7.14+1"] -executables = ["x264"] -libraries = ["libx264"] - - [[x264_jll."2020.7.14+1".sources]] - hash = "b79b7038ce083f152fdd35da2f0d770ac9189fa2319fd09012567bc3a33737af" - url = "https://code.videolan.org/videolan/x264/-/archive/db0d417728460c647ed4a847222a535b00d3dbcb/x264-db0d417728460c647ed4a847222a535b00d3dbcb.tar.gz" - -[x264_jll."2020.7.14+2"] -executables = ["x264"] -libraries = ["libx264"] - - [[x264_jll."2020.7.14+2".sources]] - hash = "b79b7038ce083f152fdd35da2f0d770ac9189fa2319fd09012567bc3a33737af" - url = "https://code.videolan.org/videolan/x264/-/archive/db0d417728460c647ed4a847222a535b00d3dbcb/x264-db0d417728460c647ed4a847222a535b00d3dbcb.tar.gz" - -[x264_jll."2021.5.5+0"] -executables = ["x264"] -libraries = ["libx264"] - - [[x264_jll."2021.5.5+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[x264_jll."2021.5.5+0".sources]] - hash = "7e37c8be8c12b1c6a9822ca4c888543042aca8bfe40715a69881f4756bdfa8f3" - url = "https://code.videolan.org/videolan/x264/-/archive/b684ebe04a6f80f8207a57940a1fa00e25274f81/x264-b684ebe04a6f80f8207a57940a1fa00e25274f81.tar.gz" - -[x264_jll."10164.0.0+0"] -executables = ["x264"] -libraries = ["libx264"] - - [[x264_jll."10164.0.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[x264_jll."10164.0.0+0".sources]] - hash = "31e19f92f00c7003fa115047ce50978bc98c3a0d" - repo = "https://code.videolan.org/videolan/x264.git" - -[x264_jll."10164.0.1+0"] -executables = ["x264"] -libraries = ["libx264"] - - [[x264_jll."10164.0.1+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[x264_jll."10164.0.1+0".sources]] - hash = "52f7694ddd35209cb95225e7acce91d8a30cb57d" - repo = "https://code.videolan.org/videolan/x264.git" - -[x265_jll."3.0.0+0"] -executables = ["x265"] -libraries = ["libx265"] - - [[x265_jll."3.0.0+0".sources]] - hash = "c5b9fc260cabbc4a81561a448f4ce9cad7218272b4011feabc3a6b751b2f0662" - url = "http://ftp.videolan.org/pub/videolan/x265/x265_3.0.tar.gz" - -[x265_jll."3.0.0+1"] -executables = ["x265"] -libraries = ["libx265"] - - [[x265_jll."3.0.0+1".sources]] - hash = "c5b9fc260cabbc4a81561a448f4ce9cad7218272b4011feabc3a6b751b2f0662" - url = "http://ftp.videolan.org/pub/videolan/x265/x265_3.0.tar.gz" - -[x265_jll."3.0.0+2"] -executables = ["x265"] -libraries = ["libx265"] - - [[x265_jll."3.0.0+2".sources]] - hash = "c5b9fc260cabbc4a81561a448f4ce9cad7218272b4011feabc3a6b751b2f0662" - url = "http://ftp.videolan.org/pub/videolan/x265/x265_3.0.tar.gz" - -[x265_jll."3.0.0+3"] -executables = ["x265"] -libraries = ["libx265"] - - [[x265_jll."3.0.0+3".sources]] - hash = "c5b9fc260cabbc4a81561a448f4ce9cad7218272b4011feabc3a6b751b2f0662" - url = "http://ftp.videolan.org/pub/videolan/x265/x265_3.0.tar.gz" - -[x265_jll."3.5.0+0"] -executables = ["x265"] -libraries = ["libx265"] - - [[x265_jll."3.5.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[x265_jll."3.5.0+0".sources]] - hash = "8692745fc050930e16dff725895c9201b3a9812467f570ada2f156f44b153c71" - url = "https://bitbucket.org/multicoreware/x265_git/get/Release_3.5.tar.bz2" - -[x265_jll."3.6.0+0"] -executables = ["x265"] -libraries = ["libx265"] - - [[x265_jll."3.6.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[x265_jll."3.6.0+0".sources]] - hash = "aa7f602f7592eddb9d87749be7466da005b556ee" - repo = "https://bitbucket.org/multicoreware/x265_git.git" - -[x265_jll."4.0.0+0"] -executables = ["x265"] -libraries = ["libx265"] - - [[x265_jll."4.0.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[x265_jll."4.0.0+0".sources]] - hash = "4ecee600df03bc5c7679d2caf702be9169f41aec" - repo = "https://bitbucket.org/multicoreware/x265_git.git" - -[x265_jll."4.1.0+0"] -executables = ["x265"] -libraries = ["libx265"] - - [[x265_jll."4.1.0+0".build_dependencies]] - name = "NASM_jll" - target = "host" - version = "*" - - [[x265_jll."4.1.0+0".sources]] - hash = "32e25ffcf810c5fe284901859b369270824c4596" - repo = "https://bitbucket.org/multicoreware/x265_git.git" - [[x265_jll."4.1.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/fae2da0fef5f4c3bbae20b97839eceeacdee86b3//X/x265/bundled" - -[xapian_jll."1.4.20+0"] -libraries = ["libxapian"] - - [[xapian_jll."1.4.20+0".sources]] - hash = "ce2be5eff72075c8106c0340e70b1093dbcebe2ab42dc1c1be08dd3ad419442d" - url = "https://oligarchy.co.uk/xapian/1.4.20/xapian-core-1.4.20.tar.xz" - -[xdm_jll."2.4.0+0"] -libraries = ["SpiritExprCommon", "XdmRapidXmlReader", "SpiritCommon"] - - [[xdm_jll."2.4.0+0".sources]] - hash = "c87548b0bdd4d696ea103008d452082907951fc3" - repo = "https://github.com/xyce/xdm.git" - [[xdm_jll."2.4.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/823b531c6527961fc2f9562374ab6de9fc23dbe1//X/xdm/./bundled" - -[xfoil_light_jll."0.1.0+0"] -libraries = ["libxfoil_light", "libxfoil_light_cs"] - - [[xfoil_light_jll."0.1.0+0".sources]] - hash = "7e1ac9cea9de6941b293a66b47198e7ab4ec4e7f" - repo = "https://github.com/byuflowlab/xfoil_light.git" - -[xfoil_light_jll."0.1.1+0"] -libraries = ["libxfoil_light", "libxfoil_light_cs"] - - [[xfoil_light_jll."0.1.1+0".sources]] - hash = "7e1ac9cea9de6941b293a66b47198e7ab4ec4e7f" - repo = "https://github.com/byuflowlab/xfoil_light.git" - -[xfoil_light_jll."0.2.1+0"] -libraries = ["libxfoil_light", "libxfoil_light_cs"] - - [[xfoil_light_jll."0.2.1+0".sources]] - hash = "03f182b13500ad1b5a88678d8e2ce4de7d155012" - repo = "https://github.com/byuflowlab/xfoil_light.git" - -[xkbcommon_jll."0.9.1+0"] -libraries = ["libxkbcommon"] - - [[xkbcommon_jll."0.9.1+0".sources]] - hash = "d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0" - url = "https://xkbcommon.org/download/libxkbcommon-0.9.1.tar.xz" - [[xkbcommon_jll."0.9.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/86521803392f1cedf962630b0cda1abadb52a4b6//X/xkbcommon/./bundled" - -[xkbcommon_jll."0.9.1+1"] -libraries = ["libxkbcommon"] - - [[xkbcommon_jll."0.9.1+1".sources]] - hash = "d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0" - url = "https://xkbcommon.org/download/libxkbcommon-0.9.1.tar.xz" - [[xkbcommon_jll."0.9.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/106f03c7a6fe3ef68cb84ce3b592bb6587939002//X/xkbcommon/./bundled" - -[xkbcommon_jll."0.9.1+2"] -libraries = ["libxkbcommon"] - - [[xkbcommon_jll."0.9.1+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[xkbcommon_jll."0.9.1+2".sources]] - hash = "d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0" - url = "https://xkbcommon.org/download/libxkbcommon-0.9.1.tar.xz" - [[xkbcommon_jll."0.9.1+2".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/a8338431881a7f22ce7266be9f78b8797b1216e1//X/xkbcommon/./bundled" - -[xkbcommon_jll."0.9.1+3"] -libraries = ["libxkbcommon"] - - [[xkbcommon_jll."0.9.1+3".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[xkbcommon_jll."0.9.1+3".sources]] - hash = "d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0" - url = "https://xkbcommon.org/download/libxkbcommon-0.9.1.tar.xz" - [[xkbcommon_jll."0.9.1+3".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/c613e23526f5f3b97405993503f4461703cd2975//X/xkbcommon/./bundled" - -[xkbcommon_jll."0.9.1+4"] -libraries = ["libxkbcommon"] - - [[xkbcommon_jll."0.9.1+4".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[xkbcommon_jll."0.9.1+4".sources]] - hash = "d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0" - url = "https://xkbcommon.org/download/libxkbcommon-0.9.1.tar.xz" - [[xkbcommon_jll."0.9.1+4".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/ad70f5df8c0b9968b91e1ff840b38601cbe8cd25//X/xkbcommon/./bundled" - -[xkbcommon_jll."0.9.1+5"] -libraries = ["libxkbcommon", "libxkbcommon-x11"] - - [[xkbcommon_jll."0.9.1+5".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[xkbcommon_jll."0.9.1+5".sources]] - hash = "d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0" - url = "https://xkbcommon.org/download/libxkbcommon-0.9.1.tar.xz" - [[xkbcommon_jll."0.9.1+5".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/832801de30e1ce3c124df09ed9006377c65a15a6//X/xkbcommon/./bundled" - -[xkbcommon_jll."1.4.1+0"] -libraries = ["libxkbcommon", "libxkbcommon-x11"] - - [[xkbcommon_jll."1.4.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[xkbcommon_jll."1.4.1+0".sources]] - hash = "943c07a1e2198026d8102b17270a1f406e4d3d6bbc4ae105b9e1b82d7d136b39" - url = "https://xkbcommon.org/download/libxkbcommon-1.4.1.tar.xz" - -[xkbcommon_jll."1.4.1+1"] -libraries = ["libxkbcommon", "libxkbcommon-x11"] - - [[xkbcommon_jll."1.4.1+1".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[xkbcommon_jll."1.4.1+1".build_dependencies]] - name = "EpollShim_jll" - target = "target" - version = "*" - [[xkbcommon_jll."1.4.1+1".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[xkbcommon_jll."1.4.1+1".build_dependencies]] - name = "Wayland_protocols_jll" - target = "host" - version = "*" - - [[xkbcommon_jll."1.4.1+1".sources]] - hash = "943c07a1e2198026d8102b17270a1f406e4d3d6bbc4ae105b9e1b82d7d136b39" - url = "https://xkbcommon.org/download/libxkbcommon-1.4.1.tar.xz" - -[xkbcommon_jll."1.4.1+2"] -libraries = ["libxkbcommon", "libxkbcommon-x11"] - - [[xkbcommon_jll."1.4.1+2".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[xkbcommon_jll."1.4.1+2".build_dependencies]] - name = "EpollShim_jll" - target = "target" - version = "*" - [[xkbcommon_jll."1.4.1+2".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[xkbcommon_jll."1.4.1+2".build_dependencies]] - name = "Wayland_protocols_jll" - target = "host" - version = "*" - - [[xkbcommon_jll."1.4.1+2".sources]] - hash = "943c07a1e2198026d8102b17270a1f406e4d3d6bbc4ae105b9e1b82d7d136b39" - url = "https://xkbcommon.org/download/libxkbcommon-1.4.1.tar.xz" - -[xkbcommon_jll."1.8.1+0"] -libraries = ["libxkbcommon", "libxkbcommon-x11"] - - [[xkbcommon_jll."1.8.1+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - [[xkbcommon_jll."1.8.1+0".build_dependencies]] - name = "EpollShim_jll" - target = "host" - version = "*" - [[xkbcommon_jll."1.8.1+0".build_dependencies]] - name = "Wayland_jll" - target = "host" - version = "*" - [[xkbcommon_jll."1.8.1+0".build_dependencies]] - name = "Wayland_protocols_jll" - target = "host" - version = "*" - - [[xkbcommon_jll."1.8.1+0".sources]] - hash = "b3465081878e80ca6c11fe35c81787ec374ec15a" - repo = "https://github.com/xkbcommon/libxkbcommon" - -[xkbcommon_jll."1.9.2+0"] -libraries = ["libxkbcommon", "libxkbcommon-x11"] - - [[xkbcommon_jll."1.9.2+0".build_dependencies]] - name = "Xorg_xorgproto_jll" - target = "target" - version = "*" - - [[xkbcommon_jll."1.9.2+0".sources]] - hash = "dd642359f8d43c09968e34ca7f1eb1121b2dfd70" - repo = "https://github.com/xkbcommon/libxkbcommon" - -[xrootdgo_jll."0.30.1+0"] -libraries = ["xrootdgo"] - - [[xrootdgo_jll."0.30.1+0".sources]] - hash = "76e7c8652ee045064931dec627aedd33b4457fee" - repo = "https://github.com/go-hep/hep/" - [[xrootdgo_jll."0.30.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/bb466a4d0f7c8c297effd46481da2806d869a10c//X/xrootdgo/./bundled" - -[xrootdgo_jll."0.30.1+1"] -libraries = ["xrootdgo"] - - [[xrootdgo_jll."0.30.1+1".sources]] - hash = "76e7c8652ee045064931dec627aedd33b4457fee" - repo = "https://github.com/go-hep/hep/" - [[xrootdgo_jll."0.30.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cfcd35d11a8c07eb8e6e8c1c791357e46cddd1c0//X/xrootdgo/./bundled" - -[xrootdgo_jll."0.31.1+0"] -libraries = ["xrootdgo"] - - [[xrootdgo_jll."0.31.1+0".sources]] - hash = "c31af820c54f9d88ecdf40fe46a8bcf3a59f6f25" - repo = "https://github.com/go-hep/hep/" - [[xrootdgo_jll."0.31.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/8c89289cc61606ce490b2b0f464f6629c2f57019//X/xrootdgo/./bundled" - -[xrootdgo_jll."0.32.1+0"] -libraries = ["xrootdgo"] - - [[xrootdgo_jll."0.32.1+0".sources]] - hash = "18cd86eeb7ce2e816e349c2e53ddda93feb98948" - repo = "https://github.com/go-hep/hep/" - [[xrootdgo_jll."0.32.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/33cf5f79d42e262da060326f44b5b99d909dc3fb//X/xrootdgo/./bundled" - -[xrootdgo_jll."0.34.1+0"] -libraries = ["xrootdgo"] - - [[xrootdgo_jll."0.34.1+0".sources]] - hash = "09d53c4df12f4313bca3c9ab2dde77ab4e9f5742" - repo = "https://github.com/go-hep/hep/" - [[xrootdgo_jll."0.34.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/6b59174f187bfad549a4fa809c57a0d4fb2fa9b7//X/xrootdgo/./bundled" - -[xrt_jll."2.17.0+0"] -libraries = ["libxrt_coreutil", "libxilinxopencl", "libxrt_core", "libxdp_core", "libxrt++"] - - [[xrt_jll."2.17.0+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "*" - [[xrt_jll."2.17.0+0".build_dependencies]] - name = "ELFIO_jll" - target = "target" - version = "*" - [[xrt_jll."2.17.0+0".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[xrt_jll."2.17.0+0".sources]] - hash = "a75e9843c875bac0f52d34a1763e39e16fb3c9a7" - repo = "https://github.com/Xilinx/XRT.git" - [[xrt_jll."2.17.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/08c88f10a6489594422c726b8c9c025c877cf921//X/xrt/./bundled" - -[xrt_jll."2.17.0+1"] -executables = ["xbutil", "unwrapped/xbutil.exe", "xclbinutil", "unwrapped/xclbinutil.exe"] -libraries = ["libxrt_coreutil", "libxilinxopencl", "libxrt_core", "libxdp_core", "libxrt++"] - - [[xrt_jll."2.17.0+1".build_dependencies]] - name = "boost_jll" - target = "target" - version = "1.79.0" - [[xrt_jll."2.17.0+1".build_dependencies]] - name = "ELFIO_jll" - target = "target" - version = "*" - [[xrt_jll."2.17.0+1".build_dependencies]] - name = "OpenCL_Headers_jll" - target = "target" - version = "*" - - [[xrt_jll."2.17.0+1".sources]] - hash = "a75e9843c875bac0f52d34a1763e39e16fb3c9a7" - repo = "https://github.com/Xilinx/XRT.git" - [[xrt_jll."2.17.0+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f3f7dcf50fcc7abef6d46ea24a0c2adcc3c27203//X/xrt/./bundled" - -[xsimd_jll."13.0.0+0"] -files = ["include/xsimd/xsimd.hpp"] - - [[xsimd_jll."13.0.0+0".build_dependencies]] - name = "xtl_jll" - target = "target" - version = "*" - - [[xsimd_jll."13.0.0+0".sources]] - hash = "5ac7edf30d0f519e0b7344b933382e4fc02fdee7" - repo = "https://github.com/xtensor-stack/xsimd" - -[xsimd_jll."13.0.0+1"] -files = ["include/xsimd/xsimd.hpp"] - - [[xsimd_jll."13.0.0+1".sources]] - hash = "5ac7edf30d0f519e0b7344b933382e4fc02fdee7" - repo = "https://github.com/xtensor-stack/xsimd" - -[xsum_jll."1.0.0+0"] -libraries = ["libxsum"] - - [[xsum_jll."1.0.0+0".sources]] - hash = "63bd4c13e4a8da4932ded362e2921ed99079f432" - repo = "https://gitlab.com/radfordneal/xsum.git" - -[xsum_jll."1.1.0+0"] -libraries = ["libxsum"] - - [[xsum_jll."1.1.0+0".sources]] - hash = "e3212fdcff9928f0b9e571a89fa08b2d2d634a81" - repo = "https://gitlab.com/radfordneal/xsum.git" - -[xsum_jll."2.0.0+0"] -libraries = ["libxsum"] - - [[xsum_jll."2.0.0+0".sources]] - hash = "99cbe733c2f33f2e38e1b89d8d7c3796decef832" - repo = "https://gitlab.com/radfordneal/xsum.git" - -[xsum_jll."3.0.0+0"] -libraries = ["libxsum"] - - [[xsum_jll."3.0.0+0".sources]] - hash = "b766b3e104cdbd6769c8df033fb430700fce32dd" - repo = "https://gitlab.com/radfordneal/xsum.git" - -[xtensor_io_jll."0.13.0+0"] -files = ["include/xtensor-io/xtensor-io.hpp"] - - [[xtensor_io_jll."0.13.0+0".build_dependencies]] - name = "xtensor_jll" - target = "target" - version = "*" - [[xtensor_io_jll."0.13.0+0".build_dependencies]] - name = "xtl_jll" - target = "target" - version = "*" - - [[xtensor_io_jll."0.13.0+0".sources]] - hash = "ffada938383b0f24c9e0b07cea7d5780057e1d96" - repo = "https://github.com/xtensor-stack/xtensor-io" - -[xtensor_jll."0.25.0+0"] -files = ["include/xtensor.hpp"] - - [[xtensor_jll."0.25.0+0".build_dependencies]] - name = "xtl_jll" - target = "target" - version = "*" - - [[xtensor_jll."0.25.0+0".sources]] - hash = "3634f2ded19e0cf38208c8b86cea9e1d7c8e397d" - repo = "https://github.com/xtensor-stack/xtensor" - -[xtensor_jll."0.25.0+1"] -files = ["include/xtensor.hpp"] - - [[xtensor_jll."0.25.0+1".sources]] - hash = "3634f2ded19e0cf38208c8b86cea9e1d7c8e397d" - repo = "https://github.com/xtensor-stack/xtensor" - -[xtl_jll."0.7.7+0"] -files = ["include/xtl/xany.hpp", "include/xtl/xbase64.hpp", "include/xtl/xbasic_fixed_string.hpp", "include/xtl/xclosure.hpp", "include/xtl/xcompare.hpp", "include/xtl/xcomplex.hpp", "include/xtl/xcomplex_sequence.hpp", "include/xtl/xdynamic_bitset.hpp", "include/xtl/xfunctional.hpp", "include/xtl/xhalf_float.hpp", "include/xtl/xhalf_float_impl.hpp", "include/xtl/xhash.hpp", "include/xtl/xhierarchy_generator.hpp", "include/xtl/xiterator_base.hpp", "include/xtl/xjson.hpp", "include/xtl/xmasked_value.hpp", "include/xtl/xmasked_value_meta.hpp", "include/xtl/xmeta_utils.hpp", "include/xtl/xmultimethods.hpp", "include/xtl/xoptional.hpp", "include/xtl/xoptional_meta.hpp", "include/xtl/xoptional_sequence.hpp", "include/xtl/xplatform.hpp", "include/xtl/xproxy_wrapper.hpp", "include/xtl/xsequence.hpp", "include/xtl/xspan.hpp", "include/xtl/xspan_impl.hpp", "include/xtl/xsystem.hpp", "include/xtl/xtl_config.hpp", "include/xtl/xtype_traits.hpp", "include/xtl/xvariant.hpp", "include/xtl/xvariant_impl.hpp", "include/xtl/xvisitor.hpp"] - - [[xtl_jll."0.7.7+0".sources]] - hash = "a7c1c5444dfc57f76620391af4c94785ff82c8d6" - repo = "https://github.com/xtensor-stack/xtl" - -[xtrx_jll."0.1.2+0"] -executables = ["test_xtrxll", "test_xtrxflash", "test_xtrx"] -libraries = ["libxtrx", "libxtrxll", "libxtrxdsp", "liblms7compact", "libXTRXSupport"] - - [[xtrx_jll."0.1.2+0".sources]] - hash = "eec28640c0ebd5639b642f07b310a0a0d02d9834" - repo = "https://github.com/xtrx-sdr/libxtrxdsp" - [[xtrx_jll."0.1.2+0".sources]] - hash = "1b6eddfbedc700efb6f7e3c3594e43ac6ff29ea4" - repo = "https://github.com/xtrx-sdr/libxtrxll" - [[xtrx_jll."0.1.2+0".sources]] - hash = "acb0b1cf7ab92744034767a04c1d4b4c281b840f" - repo = "https://github.com/xtrx-sdr/libxtrx" - [[xtrx_jll."0.1.2+0".sources]] - hash = "b07761b7386181f0e6a35158456b75bce14f2aca" - repo = "https://github.com/xtrx-sdr/liblms7002m" - [[xtrx_jll."0.1.2+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/7e956a71b84c70212b6366cdd1dfe1aa25c281bc//X/xtrx/bundled" - -[xtrx_jll."0.1.2+1"] -executables = ["test_xtrxll", "test_xtrxflash", "test_xtrx"] -libraries = ["libxtrx", "libxtrxll", "libxtrxdsp", "liblms7compact", "libXTRXSupport"] - - [[xtrx_jll."0.1.2+1".sources]] - hash = "eec28640c0ebd5639b642f07b310a0a0d02d9834" - repo = "https://github.com/xtrx-sdr/libxtrxdsp" - [[xtrx_jll."0.1.2+1".sources]] - hash = "1b6eddfbedc700efb6f7e3c3594e43ac6ff29ea4" - repo = "https://github.com/xtrx-sdr/libxtrxll" - [[xtrx_jll."0.1.2+1".sources]] - hash = "acb0b1cf7ab92744034767a04c1d4b4c281b840f" - repo = "https://github.com/xtrx-sdr/libxtrx" - [[xtrx_jll."0.1.2+1".sources]] - hash = "b07761b7386181f0e6a35158456b75bce14f2aca" - repo = "https://github.com/xtrx-sdr/liblms7002m" - [[xtrx_jll."0.1.2+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/f85d4d54cde1b5c90ca8ddd02d6d91645ca092b1//X/xtrx/bundled" - -[xxHash_jll."0.7.3+0"] -libraries = ["libxxhash"] - - [[xxHash_jll."0.7.3+0".sources]] - hash = "952ebbf5b11fbf59ae5d760a562d1e9112278f244340ad7714e8556cbe54f7f7" - url = "https://github.com/Cyan4973/xxHash/archive/v0.7.3.tar.gz" - -[xxHash_jll."0.7.4+0"] -libraries = ["libxxhash"] - - [[xxHash_jll."0.7.4+0".sources]] - hash = "4d9706c9da4fbdf901598f5e3b71db0eddd4ac962e827a73ebf75d66dfd820fe" - url = "https://github.com/Cyan4973/xxHash/archive/v0.7.4.tar.gz" - -[xxHash_jll."0.8.0+0"] -libraries = ["libxxhash"] - - [[xxHash_jll."0.8.0+0".sources]] - hash = "94e5f23e736f2bb67ebdf90727353e65344f9fc0" - repo = "https://github.com/Cyan4973/xxHash.git" - -[xxHash_jll."0.8.1+0"] -libraries = ["libxxhash"] - - [[xxHash_jll."0.8.1+0".sources]] - hash = "35b0373c697b5f160d3db26b1cbb45a0d5ba788c" - repo = "https://github.com/Cyan4973/xxHash.git" - [[xxHash_jll."0.8.1+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/1c3436bee6347f631af43a3e3bcf5e4dfad6baae//X/xxHash/./bundled" - -[xxHash_jll."0.8.1+1"] -libraries = ["libxxhash"] - - [[xxHash_jll."0.8.1+1".sources]] - hash = "35b0373c697b5f160d3db26b1cbb45a0d5ba788c" - repo = "https://github.com/Cyan4973/xxHash.git" - [[xxHash_jll."0.8.1+1".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/18c77630e109171903561e7390c51702acc6b4b2//X/xxHash/./bundled" - -[xxHash_jll."0.8.2+0"] -libraries = ["libxxhash"] - - [[xxHash_jll."0.8.2+0".sources]] - hash = "bbb27a5efb85b92a0486cf361a8635715a53f6ba" - repo = "https://github.com/Cyan4973/xxHash.git" - -[xxHash_jll."0.8.3+0"] -libraries = ["libxxhash"] - - [[xxHash_jll."0.8.3+0".sources]] - hash = "e626a72bc2321cd320e953a0ccf1584cad60f363" - repo = "https://github.com/Cyan4973/xxHash.git" - -[yaml_cpp_jll."0.5.3+0"] -libraries = ["libyaml-cpp", "yaml-cpp"] - - [[yaml_cpp_jll."0.5.3+0".build_dependencies]] - name = "boost_jll" - target = "target" - version = "1.76.0" - - [[yaml_cpp_jll."0.5.3+0".sources]] - hash = "b57efe94e7d445713c29f863adb8c23438eaa217" - repo = "https://github.com/jbeder/yaml-cpp.git" - [[yaml_cpp_jll."0.5.3+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/cb7ab86319450e8f94132d7bd842c87f880e630e//Y/yaml_cpp/bundled" - -[yaml_cpp_jll."0.6.3+0"] -libraries = ["libyaml-cpp", "yaml-cpp"] - - [[yaml_cpp_jll."0.6.3+0".sources]] - hash = "9a3624205e8774953ef18f57067b3426c1c5ada6" - repo = "https://github.com/jbeder/yaml-cpp.git" - -[yaml_cpp_jll."0.7.0+0"] -libraries = ["libyaml-cpp"] - - [[yaml_cpp_jll."0.7.0+0".sources]] - hash = "4d5e664a7fb2d7445fc548cc8c0e1aa7b1a496540eb382d137e2cc263e6d3ef5" - url = "https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.7.0.zip" - -[yaml_cpp_jll."0.7.0+1"] -libraries = ["libyaml-cpp"] - - [[yaml_cpp_jll."0.7.0+1".sources]] - hash = "4d5e664a7fb2d7445fc548cc8c0e1aa7b1a496540eb382d137e2cc263e6d3ef5" - url = "https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.7.0.zip" - -[yaml_cpp_jll."0.7.0+2"] -libraries = ["libyaml-cpp"] - - [[yaml_cpp_jll."0.7.0+2".sources]] - hash = "4d5e664a7fb2d7445fc548cc8c0e1aa7b1a496540eb382d137e2cc263e6d3ef5" - url = "https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.7.0.zip" - -[yaml_cpp_jll."0.8.0+0"] -libraries = ["libyaml-cpp"] - - [[yaml_cpp_jll."0.8.0+0".sources]] - hash = "f7320141120f720aecc4c32be25586e7da9eb978" - repo = "https://github.com/jbeder/yaml-cpp.git" - -[yaml_cpp_jll."0.8.0+1"] -libraries = ["libyaml-cpp"] - - [[yaml_cpp_jll."0.8.0+1".sources]] - hash = "f7320141120f720aecc4c32be25586e7da9eb978" - repo = "https://github.com/jbeder/yaml-cpp.git" - -[yaml_cpp_jll."0.8.0+2"] -libraries = ["libyaml-cpp"] - - [[yaml_cpp_jll."0.8.0+2".sources]] - hash = "f7320141120f720aecc4c32be25586e7da9eb978" - repo = "https://github.com/jbeder/yaml-cpp.git" - -[yaml_cpp_jll."0.8.1+0"] -libraries = ["libyaml-cpp"] - - [[yaml_cpp_jll."0.8.1+0".sources]] - hash = "f7320141120f720aecc4c32be25586e7da9eb978" - repo = "https://github.com/jbeder/yaml-cpp.git" - -[yq_jll."4.11.2+0"] -executables = ["yq"] - - [[yq_jll."4.11.2+0".sources]] - hash = "f89a1335589031ef845f8c7829ee709b15ab65d5" - repo = "https://github.com/mikefarah/yq" - -[yq_jll."4.19.1+0"] -executables = ["yq"] - - [[yq_jll."4.19.1+0".sources]] - hash = "926a68181ba83ca29fb6bac566fd443e212228ed" - repo = "https://github.com/mikefarah/yq" - -[yq_jll."4.42.1+0"] -executables = ["yq"] - - [[yq_jll."4.42.1+0".sources]] - hash = "9adde1ac14bb283b8955d2b0d567bcaf3c69e639" - repo = "https://github.com/mikefarah/yq" - -[yq_jll."4.44.3+0"] -executables = ["yq"] - - [[yq_jll."4.44.3+0".sources]] - hash = "bbdd97482f2d439126582a59689eb1c855944955" - repo = "https://github.com/mikefarah/yq" - -[yq_jll."4.45.1+0"] -executables = ["yq"] - - [[yq_jll."4.45.1+0".sources]] - hash = "8bf425b4d1344db7cd469a8d10a390876e0c77fd" - repo = "https://github.com/mikefarah/yq" - -[yyjson_jll."0.10.0+0"] -libraries = ["libyyjson"] - - [[yyjson_jll."0.10.0+0".sources]] - hash = "9ddba001a4ea88e93b46932e5c5b87b222e19a5f" - repo = "https://github.com/ibireme/yyjson.git" - [[yyjson_jll."0.10.0+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/afe8e6d6949885f0a01f1ddfaa35033739269529//Y/yyjson/./bundled" - -[z3_jll."4.8.6+0"] -executables = ["z3"] -libraries = ["libz3"] - - [[z3_jll."4.8.6+0".sources]] - hash = "78ed71b8de7d4d089f2799bf2d06f411ac6b9062" - repo = "https://github.com/Z3Prover/z3.git" - [[z3_jll."4.8.6+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/5189f5c0b6dd5a0e0f30c09b3b2c0d1549c7d716//Z/z3/./bundled" - -[z3_jll."4.8.7+0"] -executables = ["z3"] -libraries = ["libz3"] - - [[z3_jll."4.8.7+0".sources]] - hash = "30e7c225cd510400eacd41d0a83e013b835a8ece" - repo = "https://github.com/Z3Prover/z3.git" - [[z3_jll."4.8.7+0".sources]] - patches = "https://github.com/JuliaPackaging/Yggdrasil/blob/434b257e528f025c58a4668e0cbcd614e9194dbe//Z/z3/./bundled" - -[z3_jll."4.8.8+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.8.8+0".sources]] - hash = "ad55a1f1c617a7f0c3dd735c0780fc758424c7f1" - repo = "https://github.com/Z3Prover/z3.git" - [[z3_jll."4.8.8+0".sources]] - hash = "965c8fab2214f8ce1b3d449d088561a6de61be42543b48c3bbadaed5b02bf824" - url = "https://julialang-s3.julialang.org/bin/linux/armv7l/1.3/julia-1.3.1-linux-armv7l.tar.gz" - [[z3_jll."4.8.8+0".sources]] - hash = "faa707c8343780a6fe5eaf13490355e8190acf8e2c189b9e7ecbddb0fa2643ad" - url = "https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.1-linux-x86_64.tar.gz" - [[z3_jll."4.8.8+0".sources]] - hash = "f2e5359f03314656c06e2a0a28a497f62e78f027dbe7f5155a5710b4914439b1" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-apple-darwin14.tar.gz" - [[z3_jll."4.8.8+0".sources]] - hash = "c7b2db68156150d0e882e98e39269301d7bf56660f4fc2e38ed2734a7a8d1551" - url = "https://github.com/Gnimuc/JuliaBuilder/releases/download/v1.3.0/julia-1.3.0-x86_64-w64-mingw32.tar.gz" - -[z3_jll."4.8.14+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.8.14+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.8.14+0".sources]] - hash = "df8f9d7dcb8b9f9b3de1072017b7c2b7f63f0af8" - repo = "https://github.com/Z3Prover/z3.git" - [[z3_jll."4.8.14+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.11.2+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.11.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.11.2+0".sources]] - hash = "e3a82431b95412408a9c994466fad7252135c8ed3f719c986cd75c8c5f234c7e" - url = "https://github.com/Z3Prover/z3/archive/z3-4.11.2.tar.gz" - [[z3_jll."4.11.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.11.2+1"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.11.2+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.11.2+1".sources]] - hash = "e3a82431b95412408a9c994466fad7252135c8ed3f719c986cd75c8c5f234c7e" - url = "https://github.com/Z3Prover/z3/archive/z3-4.11.2.tar.gz" - [[z3_jll."4.11.2+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.12.1+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.12.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.12.1+0".sources]] - hash = "c6b7c0f1c595ba47609d0e02b0cc263dc755def9f8d6f51c1943aec040a1eb2d" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.12.1/z3-solver-4.12.1.0.tar.gz" - [[z3_jll."4.12.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.12.4+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.12.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.12.4+0".sources]] - hash = "f692c87437be8d585ebca124355cd6488d60331289f6bbebbde65cd497205128" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.12.4/z3-solver-4.12.4.0.tar.gz" - [[z3_jll."4.12.4+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.12.6+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.12.6+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.12.6+0".sources]] - hash = "9a0f30e9648ee2649adc301dbf91470bc1600f34112ffeaf1063f8a8075e1a48" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.12.6/z3-solver-4.12.6.0.tar.gz" - [[z3_jll."4.12.6+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.13.0+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.13.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.13.0+0".sources]] - hash = "52588e92aec7cb338fd6288ce93758ae01770f62ca0c80e8f4f2b2333feaf51b" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.13.0/z3-solver-4.13.0.0.tar.gz" - [[z3_jll."4.13.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.13.0+1"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.13.0+1".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.13.0+1".sources]] - hash = "52588e92aec7cb338fd6288ce93758ae01770f62ca0c80e8f4f2b2333feaf51b" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.13.0/z3-solver-4.13.0.0.tar.gz" - [[z3_jll."4.13.0+1".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.13.0+2"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.13.0+2".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.13.0+2".sources]] - hash = "52588e92aec7cb338fd6288ce93758ae01770f62ca0c80e8f4f2b2333feaf51b" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.13.0/z3-solver-4.13.0.0.tar.gz" - [[z3_jll."4.13.0+2".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.13.2+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.13.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.13.2+0".sources]] - hash = "8b02db03e028e8f3b8498fe65e45ce7348c2995e66427353a0a8ce84ed83d934" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.13.2/z3_solver-4.13.2.0.tar.gz" - [[z3_jll."4.13.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.13.3+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.13.3+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.13.3+0".sources]] - hash = "4c27466455bac65d3c512f4bb4841ac79e05e121d3f98ddc99ac27ab4bc27e05" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.13.3/z3_solver-4.13.3.0.tar.gz" - [[z3_jll."4.13.3+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.13.4+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.13.4+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.13.4+0".sources]] - hash = "66944689398d19f831f94524e95e99961d998afa27cfef1918a5a441029ea73f" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.13.4/z3_solver-4.13.4.0.tar.gz" - [[z3_jll."4.13.4+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.14.0+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.14.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.14.0+0".sources]] - hash = "83736086dc73f6309a7bb9e45e6a0b6b73de8510b606247b366038f5f40899b4" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.14.0/z3_solver-4.14.0.0.tar.gz" - [[z3_jll."4.14.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.14.1+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.14.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.14.1+0".sources]] - hash = "ddc6981d83205cbe6000b8fa71f78da496bbaa635fadaf776b6d129b80e7b113" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.14.1/z3_solver-4.14.1.0.tar.gz" - [[z3_jll."4.14.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.15.0+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.15.0+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.15.0+0".sources]] - hash = "31012fdbaceb92667fd7e338de8b06b41d60c99bf6a3b8ec197de352372f05f1" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.15.0/z3_solver-4.15.0.0.tar.gz" - [[z3_jll."4.15.0+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.15.1+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.15.1+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.15.1+0".sources]] - hash = "a2671e2f0e4d61cfd9eced7d6369b54ea4014026cf2ffff5247dc2f490c90966" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.15.1/z3_solver-4.15.1.0.tar.gz" - [[z3_jll."4.15.1+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z3_jll."4.15.2+0"] -executables = ["z3"] -libraries = ["libz3", "libz3jl"] - - [[z3_jll."4.15.2+0".build_dependencies]] - name = "libjulia_jll" - target = "target" - version = "*" - - [[z3_jll."4.15.2+0".sources]] - hash = "6c304512105714c4235cbb8589bf0e1f44f7cb88f689534bc2389c4cb7463510" - url = "https://github.com/Z3Prover/z3/releases/download/z3-4.15.2/z3_solver-4.15.2.0.tar.gz" - [[z3_jll."4.15.2+0".sources]] - hash = "2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62" - url = "https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz" - -[z5_jll."2.0.17+0"] -files = ["include/z5/z5.hxx"] - - [[z5_jll."2.0.17+0".build_dependencies]] - name = "nlohmann_json_jll" - target = "target" - version = "*" - [[z5_jll."2.0.17+0".build_dependencies]] - name = "xsimd_jll" - target = "target" - version = "*" - [[z5_jll."2.0.17+0".build_dependencies]] - name = "xtensor_jll" - target = "target" - version = "*" - [[z5_jll."2.0.17+0".build_dependencies]] - name = "xtl_jll" - target = "target" - version = "*" - - [[z5_jll."2.0.17+0".sources]] - hash = "90ffc7524de5b179c82920f3304ec46287b6d210" - repo = "https://github.com/constantinpape/z5" - -[z5_jll."2.0.18+0"] -files = ["include/z5/z5.hxx"] - - [[z5_jll."2.0.18+0".build_dependencies]] - name = "nlohmann_json_jll" - target = "target" - version = "*" - [[z5_jll."2.0.18+0".build_dependencies]] - name = "xsimd_jll" - target = "target" - version = "*" - [[z5_jll."2.0.18+0".build_dependencies]] - name = "xtensor_jll" - target = "target" - version = "*" - [[z5_jll."2.0.18+0".build_dependencies]] - name = "xtl_jll" - target = "target" - version = "*" - - [[z5_jll."2.0.18+0".sources]] - hash = "c77f42e222ef91bd8cd4551cf9bb6b07b0adc28a" - repo = "https://github.com/constantinpape/z5" - -[zarray_jll."0.1.0+0"] -files = ["include/zarray/zarray.hpp"] - - [[zarray_jll."0.1.0+0".sources]] - hash = "d45928963433a5abada8131b1416b20eb8e7cecf" - repo = "https://github.com/xtensor-stack/zarray" - -[zbar_jll."0.23.92+0"] -executables = ["zbarimg"] -libraries = ["libzbar"] - - [[zbar_jll."0.23.92+0".sources]] - hash = "aac86d5f08d64ab4c3da78188eb622fa3cb07182" - repo = "https://github.com/mchehab/zbar.git" - -[zbar_jll."0.23.93+0"] -executables = ["zbarimg"] -libraries = ["libzbar"] - - [[zbar_jll."0.23.93+0".sources]] - hash = "bb05ec54eec57f8397cb13fb9161372a281a1219" - repo = "https://github.com/mchehab/zbar.git" - -[zbc2014_jll."0.3.0+0"] -libraries = ["libzbc2014"] - - [[zbc2014_jll."0.3.0+0".sources]] - hash = "861db9fc377ae632ff7af0aab7ace8e815c445b6" - repo = "https://github.com/guestdaniel/ZBC2014.jl_CSource.git" - -[zed_jll."1.2.0+0"] -executables = ["zed"] - - [[zed_jll."1.2.0+0".sources]] - hash = "76f0409f96a0208d15c4487505604cf6c0e2ae92" - repo = "https://github.com/brimdata/zed" - -[zed_jll."1.14.0+0"] -executables = ["zed"] - - [[zed_jll."1.14.0+0".sources]] - hash = "709b64e4f819ff03652af4f1755fdd3960514dca" - repo = "https://github.com/brimdata/zed" - -[zed_jll."1.15.0+0"] -executables = ["zed"] - - [[zed_jll."1.15.0+0".sources]] - hash = "2a487ee2a63ed09700bb26f70f08324244227cc2" - repo = "https://github.com/brimdata/zed" - -[zed_jll."1.15.0+1"] -executables = ["zed", "zq", "gentoken", "mockzui", "zc"] - - [[zed_jll."1.15.0+1".sources]] - hash = "2a487ee2a63ed09700bb26f70f08324244227cc2" - repo = "https://github.com/brimdata/zed" - -[zfp_jll."0.5.5+0"] -libraries = ["libzfp"] - - [[zfp_jll."0.5.5+0".sources]] - hash = "fdf7b948bab1f4e5dccfe2c2048fd98c24e417ad8fb8a51ed3463d04147393c5" - url = "https://github.com/LLNL/zfp/releases/download/0.5.5/zfp-0.5.5.tar.gz" - -[zfp_jll."1.0.0+0"] -libraries = ["libzfp"] - - [[zfp_jll."1.0.0+0".sources]] - hash = "0ea08ae3e50e3c92f8b8cf41ba5b6e2de8892bc4a4ca0c59b8945b6c2ab617c4" - url = "https://github.com/LLNL/zfp/releases/download/1.0.0/zfp-1.0.0.tar.gz" - -[zfp_jll."1.0.1+0"] -libraries = ["libzfp"] - - [[zfp_jll."1.0.1+0".sources]] - hash = "ca0f7b4ae88044ffdda12faead30723fe83dd8f5bb0db74125df84589e60e52b" - url = "https://github.com/LLNL/zfp/releases/download/1.0.1/zfp-1.0.1.tar.gz" - -[zfp_jll."1.0.1+1"] -libraries = ["libzfp"] - - [[zfp_jll."1.0.1+1".sources]] - hash = "ca0f7b4ae88044ffdda12faead30723fe83dd8f5bb0db74125df84589e60e52b" - url = "https://github.com/LLNL/zfp/releases/download/1.0.1/zfp-1.0.1.tar.gz" - -[zfp_jll."1.0.2+0"] -libraries = ["libzfp"] - - [[zfp_jll."1.0.2+0".sources]] - hash = "ca0f7b4ae88044ffdda12faead30723fe83dd8f5bb0db74125df84589e60e52b" - url = "https://github.com/LLNL/zfp/releases/download/1.0.1/zfp-1.0.1.tar.gz" - -[zig_jll."0.9.1+0"] -executables = ["zig/zig"] - - [[zig_jll."0.9.1+0".sources]] - hash = "be8da632c1d3273f766b69244d80669fe4f5e27798654681d77c992f17c237d7" - url = "https://ziglang.org/download/0.9.1/zig-linux-x86_64-0.9.1.tar.xz" - [[zig_jll."0.9.1+0".sources]] - hash = "e776844fecd2e62fc40d94718891057a1dbca1816ff6013369e9a38c874374ca" - url = "https://ziglang.org/download/0.9.1/zig-linux-i386-0.9.1.tar.xz" - [[zig_jll."0.9.1+0".sources]] - hash = "5d99a39cded1870a3fa95d4de4ce68ac2610cca440336cfd252ffdddc2b90e66" - url = "https://ziglang.org/download/0.9.1/zig-linux-aarch64-0.9.1.tar.xz" - [[zig_jll."0.9.1+0".sources]] - hash = "2d94984972d67292b55c1eb1c00de46580e9916575d083003546e9a01166754c" - url = "https://ziglang.org/download/0.9.1/zig-macos-x86_64-0.9.1.tar.xz" - [[zig_jll."0.9.1+0".sources]] - hash = "8c473082b4f0f819f1da05de2dbd0c1e891dff7d85d2c12b6ee876887d438287" - url = "https://ziglang.org/download/0.9.1/zig-macos-aarch64-0.9.1.tar.xz" - [[zig_jll."0.9.1+0".sources]] - hash = "443da53387d6ae8ba6bac4b3b90e9fef4ecbe545e1c5fa3a89485c36f5c0e3a2" - url = "https://ziglang.org/download/0.9.1/zig-windows-x86_64-0.9.1.zip" - [[zig_jll."0.9.1+0".sources]] - hash = "74a640ed459914b96bcc572183a8db687bed0af08c30d2ea2f8eba03ae930f69" - url = "https://ziglang.org/download/0.9.1/zig-windows-i386-0.9.1.zip" - [[zig_jll."0.9.1+0".sources]] - hash = "4e06009bd3ede34b72757eec1b5b291b30aa0d5046dadd16ecb6b34a02411254" - url = "https://ziglang.org/download/0.9.1/zig-freebsd-x86_64-0.9.1.tar.xz" - -[zig_jll."0.9.1+1"] -executables = ["zig/zig"] - - [[zig_jll."0.9.1+1".sources]] - hash = "be8da632c1d3273f766b69244d80669fe4f5e27798654681d77c992f17c237d7" - url = "https://ziglang.org/download/0.9.1/zig-linux-x86_64-0.9.1.tar.xz" - [[zig_jll."0.9.1+1".sources]] - hash = "e776844fecd2e62fc40d94718891057a1dbca1816ff6013369e9a38c874374ca" - url = "https://ziglang.org/download/0.9.1/zig-linux-i386-0.9.1.tar.xz" - [[zig_jll."0.9.1+1".sources]] - hash = "5d99a39cded1870a3fa95d4de4ce68ac2610cca440336cfd252ffdddc2b90e66" - url = "https://ziglang.org/download/0.9.1/zig-linux-aarch64-0.9.1.tar.xz" - [[zig_jll."0.9.1+1".sources]] - hash = "2d94984972d67292b55c1eb1c00de46580e9916575d083003546e9a01166754c" - url = "https://ziglang.org/download/0.9.1/zig-macos-x86_64-0.9.1.tar.xz" - [[zig_jll."0.9.1+1".sources]] - hash = "8c473082b4f0f819f1da05de2dbd0c1e891dff7d85d2c12b6ee876887d438287" - url = "https://ziglang.org/download/0.9.1/zig-macos-aarch64-0.9.1.tar.xz" - [[zig_jll."0.9.1+1".sources]] - hash = "443da53387d6ae8ba6bac4b3b90e9fef4ecbe545e1c5fa3a89485c36f5c0e3a2" - url = "https://ziglang.org/download/0.9.1/zig-windows-x86_64-0.9.1.zip" - [[zig_jll."0.9.1+1".sources]] - hash = "74a640ed459914b96bcc572183a8db687bed0af08c30d2ea2f8eba03ae930f69" - url = "https://ziglang.org/download/0.9.1/zig-windows-i386-0.9.1.zip" - [[zig_jll."0.9.1+1".sources]] - hash = "4e06009bd3ede34b72757eec1b5b291b30aa0d5046dadd16ecb6b34a02411254" - url = "https://ziglang.org/download/0.9.1/zig-freebsd-x86_64-0.9.1.tar.xz" - -[zig_jll."0.11.0+0"] -executables = ["zig/zig"] - - [[zig_jll."0.11.0+0".sources]] - hash = "2d00e789fec4f71790a6e7bf83ff91d564943c5ee843c5fd966efc474b423047" - url = "https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.11.0.tar.xz" - [[zig_jll."0.11.0+0".sources]] - hash = "7b0dc3e0e070ae0e0d2240b1892af6a1f9faac3516cae24e57f7a0e7b04662a8" - url = "https://ziglang.org/download/0.11.0/zig-linux-x86-0.11.0.tar.xz" - [[zig_jll."0.11.0+0".sources]] - hash = "956eb095d8ba44ac6ebd27f7c9956e47d92937c103bf754745d0a39cdaa5d4c6" - url = "https://ziglang.org/download/0.11.0/zig-linux-aarch64-0.11.0.tar.xz" - [[zig_jll."0.11.0+0".sources]] - hash = "1c1c6b9a906b42baae73656e24e108fd8444bb50b6e8fd03e9e7a3f8b5f05686" - url = "https://ziglang.org/download/0.11.0/zig-macos-x86_64-0.11.0.tar.xz" - [[zig_jll."0.11.0+0".sources]] - hash = "c6ebf927bb13a707d74267474a9f553274e64906fd21bf1c75a20bde8cadf7b2" - url = "https://ziglang.org/download/0.11.0/zig-macos-aarch64-0.11.0.tar.xz" - [[zig_jll."0.11.0+0".sources]] - hash = "142caa3b804d86b4752556c9b6b039b7517a08afa3af842645c7e2dcd125f652" - url = "https://ziglang.org/download/0.11.0/zig-windows-x86_64-0.11.0.zip" - [[zig_jll."0.11.0+0".sources]] - hash = "e72b362897f28c671633e650aa05289f2e62b154efcca977094456c8dac3aefa" - url = "https://ziglang.org/download/0.11.0/zig-windows-x86-0.11.0.zip" - [[zig_jll."0.11.0+0".sources]] - hash = "ea430327f9178377b79264a1d492868dcff056cd76d43a6fb00719203749e958" - url = "https://ziglang.org/download/0.11.0/zig-freebsd-x86_64-0.11.0.tar.xz" - -[zimg_jll."3.0.1+0"] -libraries = ["libzimg"] - - [[zimg_jll."3.0.1+0".sources]] - hash = "c50a0922f4adac4efad77427d13520ed89b8366eef0ef2fa379572951afcc73f" - url = "https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.1.tar.gz" - -[zimg_jll."3.0.3+0"] -libraries = ["libzimg"] - - [[zimg_jll."3.0.3+0".sources]] - hash = "5e002992bfe8b9d2867fdc9266dc84faca46f0bfd931acc2ae0124972b6170a7" - url = "https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.3.tar.gz" - -[zimg_jll."3.0.5+0"] -libraries = ["libzimg"] - - [[zimg_jll."3.0.5+0".sources]] - hash = "e5b0de6bebbcbc66732ed5afaafef6b2c7dfef87" - repo = "https://github.com/sekrit-twc/zimg" - -[zrl_jll."1.0.1+0"] -executables = ["zrle", "zrld"] - - [[zrl_jll."1.0.1+0".sources]] - hash = "b696ca1e4dffe7c87b739cf96e0a2378091cb2631a6509499b6e4cc2d9ed9994" - url = "https://github.com/StefanKarpinski/zrl/archive/v1.0.1.tar.gz" - -[zrl_jll."1.1.0+0"] -executables = ["zrle", "zrld"] - - [[zrl_jll."1.1.0+0".sources]] - hash = "b4d4db4d3ecd866929e3312d29ac4760d0c7d84a" - repo = "https://github.com/StefanKarpinski/zrl.git" - -[zrl_jll."1.1.1+0"] -executables = ["zrle", "zrld"] - - [[zrl_jll."1.1.1+0".sources]] - hash = "2ae37960f4c96b61ebb6f217bde1a3ddbe48f8d1" - repo = "https://github.com/StefanKarpinski/zrl.git" - -[zrl_jll."1.1.2+0"] -executables = ["zrle", "zrld"] - - [[zrl_jll."1.1.2+0".sources]] - hash = "2ae37960f4c96b61ebb6f217bde1a3ddbe48f8d1" - repo = "https://github.com/StefanKarpinski/zrl.git" diff --git a/package_components.toml b/package_components.toml deleted file mode 100644 index 17875fbb..00000000 --- a/package_components.toml +++ /dev/null @@ -1,1980 +0,0 @@ -[CURL_jll] -"7.81.0+0" = {curl = "7.81.0"} -"8.5.0+0" = {curl = "8.5.0"} -"8.6.0+0" = {curl = "8.6.0"} -"8.9.0+0" = {curl = "8.9.0"} -"8.9.1+0" = {curl = "8.9.1"} -"8.11.0+0" = {curl = "8.11.0"} -"8.11.1+0" = {curl = "8.11.1"} -"8.13.0+0" = {curl = "8.13.0"} -"8.14.1+0" = {curl = "8.14.1"} - -[CXSparse_jll] -"4.4.0+0" = {SuiteSparse = "7.7.0"} -"4.4.1+0" = {SuiteSparse = "7.8.0"} -"5.10.1+0" = {SuiteSparse = "*"} -"5.10.1+1" = {SuiteSparse = "5.10.1"} -"400.400.100+0" = {SuiteSparse = "7.8.0"} -"400.400.100+1" = {SuiteSparse = "7.10.1"} -"400.400.200+0" = {SuiteSparse = "7.11.0"} - -[Cairo_jll] -"1.14.12+0" = {cairo = "1.14.12"} -"1.14.12+1" = {cairo = "1.14.12"} -"1.14.12+2" = {cairo = "1.14.12"} -"1.14.12+3" = {cairo = "1.14.12"} -"1.14.12+4" = {cairo = "1.14.12"} -"1.14.12+5" = {cairo = "1.14.12"} -"1.14.12+6" = {cairo = "1.14.12"} -"1.16.0+0" = {cairo = "1.16.0"} -"1.16.0+1" = {cairo = "1.16.0"} -"1.16.0+2" = {cairo = "1.16.0"} -"1.16.0+3" = {cairo = "1.16.0"} -"1.16.0+4" = {cairo = "1.16.0"} -"1.16.0+5" = {cairo = "1.16.0"} -"1.16.0+6" = {cairo = "1.16.0"} -"1.16.1+0" = {cairo = "1.16.0"} -"1.16.1+1" = {cairo = "1.16.0"} -"1.16.1+2" = {cairo = "1.16.0"} -"1.18.0+0" = {cairo = "1.18.0"} -"1.18.0+1" = {cairo = "1.18.0"} -"1.18.0+2" = {cairo = "1.18.0"} -"1.18.2+0" = {cairo = "1.18.2"} -"1.18.2+1" = {cairo = ["1.18.2", "1.18.4"]} -"1.18.4+0" = {cairo = "1.18.4"} -"1.18.5+0" = {cairo = "1.18.4"} - -[Dbus_jll] -"1.12.16+0" = {dbus = "1.12.16"} -"1.12.16+1" = {dbus = "1.12.16"} -"1.12.16+2" = {dbus = "1.12.16"} -"1.12.16+3" = {dbus = "1.12.16"} -"1.14.10+0" = {dbus = "1.14.10"} -"1.16.2+0" = {dbus = "1.16.2"} - -[EpollShim_jll] -"0.0.20230411+0" = {epoll-shim = "0.0.20230411"} -"0.0.20230411+1" = {epoll-shim = "0.0.20230411"} - -[Expat_jll] -"2.2.7+0" = {libexpat = "2.2.7"} -"2.2.7+1" = {libexpat = "2.2.7"} -"2.2.7+2" = {libexpat = "2.2.7"} -"2.2.7+3" = {libexpat = "2.2.7"} -"2.2.7+4" = {libexpat = "2.2.7"} -"2.2.7+5" = {libexpat = "2.2.7"} -"2.2.7+6" = {libexpat = "2.2.7"} -"2.2.10+0" = {libexpat = "2.2.10"} -"2.2.10+1" = {libexpat = "2.2.10"} -"2.4.4+0" = {libexpat = "2.4.4"} -"2.4.8+0" = {libexpat = "2.4.8"} -"2.5.0+0" = {libexpat = "2.5.0"} -"2.6.2+0" = {libexpat = "2.6.2"} -"2.6.4+0" = {libexpat = "2.6.4"} -"2.6.4+1" = {libexpat = "2.6.4"} -"2.6.4+2" = {libexpat = "2.6.4"} -"2.6.4+3" = {libexpat = "2.6.4"} -"2.6.5+0" = {libexpat = "2.6.4"} -"2.7.1+0" = {libexpat = "2.7.1"} - -[FFMPEG_jll] -"4.1.0+0" = {ffmpeg = "4.1"} -"4.1.0+1" = {ffmpeg = "4.1"} -"4.1.0+2" = {ffmpeg = "4.1"} -"4.1.0+3" = {ffmpeg = "4.1"} -"4.3.1+0" = {ffmpeg = "4.3"} -"4.3.1+1" = {ffmpeg = "4.3"} -"4.3.1+2" = {ffmpeg = "4.3.1"} -"4.3.1+3" = {ffmpeg = "4.3.1"} -"4.3.1+4" = {ffmpeg = "4.3.1"} -"4.4.0+0" = {ffmpeg = "4.4"} -"4.4.2+0" = {ffmpeg = "4.4.2"} -"4.4.2+1" = {ffmpeg = "4.4.2"} -"4.4.2+2" = {ffmpeg = "4.4.2"} -"4.4.4+0" = {ffmpeg = "4.4.4"} -"4.4.4+1" = {ffmpeg = "4.4.4"} -"6.1.1+0" = {ffmpeg = "6.1.1"} -"6.1.2+0" = {ffmpeg = "6.1.2"} -"6.1.3+0" = {ffmpeg = "6.1.2"} -"7.1.0+0" = {ffmpeg = "7.1"} -"7.1.1+0" = {ffmpeg = "7.1.1"} - -[FFTW_jll] -"3.3.9+0" = {FFTW = "3.3.9-alpha1"} -"3.3.9+1" = {FFTW = "3.3.9-alpha1"} -"3.3.9+2" = {FFTW = "3.3.9"} -"3.3.9+3" = {FFTW = "3.3.9"} -"3.3.9+4" = {FFTW = "3.3.9"} -"3.3.9+5" = {FFTW = "3.3.9"} -"3.3.9+6" = {FFTW = "3.3.9"} -"3.3.9+7" = {FFTW = "3.3.9"} -"3.3.9+8" = {FFTW = "3.3.9"} -"3.3.10+0" = {FFTW = "3.3.10"} -"3.3.10+1" = {FFTW = "3.3.10"} -"3.3.10+2" = {FFTW = "3.3.10"} -"3.3.10+3" = {FFTW = "3.3.10"} -"3.3.11+0" = {FFTW = "3.3.10"} - -[FFplay_jll] -"4.3.1+0" = {ffmpeg = "4.3.1"} -"4.4.4+0" = {ffmpeg = "4.4.4"} -"7.1.0+0" = {ffmpeg = "7.1"} - -[Fontconfig_jll] -"2.13.1+0" = {fontconfig = "2.13.1"} -"2.13.1+1" = {fontconfig = "2.13.1"} -"2.13.1+2" = {fontconfig = "2.13.1"} -"2.13.1+3" = {fontconfig = "2.13.1"} -"2.13.1+4" = {fontconfig = "2.13.1"} -"2.13.1+5" = {fontconfig = "2.13.1"} -"2.13.1+6" = {fontconfig = "2.13.1"} -"2.13.1+7" = {fontconfig = "2.13.1"} -"2.13.1+8" = {fontconfig = "2.13.1"} -"2.13.1+9" = {fontconfig = "2.13.1"} -"2.13.1+10" = {fontconfig = "2.13.1"} -"2.13.1+11" = {fontconfig = "2.13.1"} -"2.13.1+12" = {fontconfig = "2.13.1"} -"2.13.1+13" = {fontconfig = "2.13.1"} -"2.13.1+14" = {fontconfig = "2.13.1"} -"2.13.93+0" = {fontconfig = "2.13.93"} -"2.13.96+0" = {fontconfig = "2.13.96"} -"2.15.0+0" = {fontconfig = "2.15.0"} -"2.16.0+0" = {fontconfig = "2.16.0"} -"2.17.1+0" = {fontconfig = "2.17.1"} - -[FriBidi_jll] -"1.0.5+0" = {fribidi = "1.0.5"} -"1.0.5+1" = {fribidi = "1.0.5"} -"1.0.5+2" = {fribidi = "*"} -"1.0.5+3" = {fribidi = "*"} -"1.0.5+4" = {fribidi = "*"} -"1.0.5+5" = {fribidi = "*"} -"1.0.5+6" = {fribidi = "*"} -"1.0.10+0" = {fribidi = "1.0.10"} -"1.0.14+0" = {fribidi = "1.0.14"} -"1.0.16+0" = {fribidi = "1.0.16"} -"1.0.17+0" = {fribidi = "1.0.16"} - -[GCCBootstrap_jll] -"9.4.0+0" = {libiconv = "1.16"} - -[GDAL_jll] -"3.0.3+0" = {GDAL = "3.0.3"} -"3.0.3+1" = {GDAL = "3.0.3"} -"3.0.4+0" = {GDAL = "3.0.4"} -"3.0.4+1" = {GDAL = "3.0.4"} -"3.0.4+2" = {GDAL = "3.0.4"} -"3.0.4+3" = {GDAL = "3.0.4"} -"3.0.4+4" = {GDAL = "3.0.4"} -"3.0.4+5" = {GDAL = "3.0.4"} -"3.0.4+6" = {GDAL = "3.0.4"} -"3.0.4+7" = {GDAL = "3.0.4"} -"3.2.0+0" = {GDAL = "3.2.0"} -"3.2.0+1" = {GDAL = "3.2.0"} -"3.2.0+2" = {GDAL = "3.2.0"} -"3.2.1+0" = {GDAL = "3.2.1"} -"300.201.100+0" = {GDAL = "3.2.1"} -"300.201.100+1" = {GDAL = "3.2.1"} -"300.202.100+0" = {GDAL = "3.2.1"} -"300.400.100+0" = {GDAL = "3.4.1"} -"300.500.0+0" = {GDAL = "3.5.0"} -"300.500.0+1" = {GDAL = "3.5.0"} -"300.500.1+0" = {GDAL = "3.5.0"} -"300.500.100+0" = {GDAL = "3.5.1"} -"300.500.101+0" = {GDAL = "3.5.1"} -"300.500.102+0" = {GDAL = "3.5.1"} -"300.500.103+0" = {GDAL = "3.5.1"} -"300.500.200+0" = {GDAL = "3.5.2"} -"301.600.0+0" = {GDAL = "3.6.0"} -"301.600.100+0" = {GDAL = "3.6.1"} -"301.600.200+0" = {GDAL = "3.6.2"} -"301.700.200+0" = {GDAL = "3.7.2"} -"301.800.200+0" = {GDAL = "3.7.2"} -"301.800.300+0" = {GDAL = "3.8.3"} -"301.800.400+0" = {GDAL = "3.8.4"} -"301.800.401+0" = {GDAL = "3.8.4"} -"301.800.500+0" = {GDAL = "3.8.5"} -"301.900.0+0" = {GDAL = "3.9.0"} -"301.901.0+0" = {GDAL = "3.9.0"} -"301.901.100+0" = {GDAL = "3.9.1"} -"301.901.101+0" = {GDAL = "3.9.1"} -"301.901.200+0" = {GDAL = "3.9.2"} -"301.901.201+0" = {GDAL = "3.9.2"} -"301.902.200+0" = {GDAL = "3.9.2"} -"301.902.300+0" = {GDAL = "3.9.3"} -"301.1000.0+0" = {GDAL = "3.10.0"} -"302.1000.0+0" = {GDAL = "3.10.0"} -"302.1000.100+0" = {GDAL = "3.10.1"} -"302.1000.200+0" = {GDAL = "3.10.2"} -"302.1000.300+0" = {GDAL = "3.10.3"} -"303.1100.0+0" = {GDAL = "3.11.0"} -"303.1100.100+0" = {GDAL = "3.11.1"} -"303.1100.300+0" = {GDAL = "3.11.3"} - -[GLFW_jll] -"3.3.0+0" = {GLFW = "3.3"} -"3.3.0+1" = {GLFW = "3.3"} -"3.3.2+0" = {GLFW = "3.3.2"} -"3.3.2+1" = {GLFW = "3.3.2"} -"3.3.3+0" = {GLFW = "3.3.3"} -"3.3.4+0" = {GLFW = "3.3.4"} -"3.3.5+0" = {GLFW = "3.3.4"} -"3.3.5+1" = {GLFW = "3.3.5"} -"3.3.6+0" = {GLFW = "3.3.6"} -"3.3.8+0" = {GLFW = "3.3.8"} -"3.3.9+0" = {GLFW = "3.3.9"} -"3.4.0+0" = {GLFW = "3.4"} -"3.4.0+1" = {GLFW = "3.4"} -"3.4.0+2" = {GLFW = "3.4"} - -[GRCore_jll] -"0.72.7+0" = {GR = "0.72.7"} - -[GRQt5_jll] -"0.72.7+0" = {GR = "0.72.7"} - -[GRQt6_jll] -"0.72.7+0" = {GR = "0.72.7"} - -[GR_jll] -"0.51.2+0" = {GR = "0.51.2"} -"0.52.0+0" = {GR = "0.52.0"} -"0.53.0+0" = {GR = "0.53.0"} -"0.56.1+0" = {GR = "0.56.1"} -"0.57.0+0" = {GR = "0.57.0"} -"0.57.1+0" = {GR = "0.57.1"} -"0.57.2+0" = {GR = "0.57.2"} -"0.57.3+0" = {GR = "0.57.3"} -"0.58.0+0" = {GR = "0.58.0"} -"0.58.1+0" = {GR = "0.58.1"} -"0.59.0+0" = {GR = "0.59.0"} -"0.60.0+0" = {GR = "0.60.0"} -"0.61.0+0" = {GR = "0.61.0"} -"0.62.0+0" = {GR = "0.62.0"} -"0.63.0+0" = {GR = "0.63.0"} -"0.63.1+0" = {GR = "0.63.1"} -"0.64.0+0" = {GR = "0.64.0"} -"0.64.1+0" = {GR = "0.64.1"} -"0.64.2+0" = {GR = "0.64.2"} -"0.64.3+0" = {GR = "0.64.3"} -"0.64.4+0" = {GR = "0.64.4"} -"0.65.1+0" = {GR = "0.65.1"} -"0.66.0+0" = {GR = "0.66.0"} -"0.66.2+0" = {GR = "0.66.2"} -"0.67.0+0" = {GR = "0.67.0"} -"0.68.0+0" = {GR = "0.68.0"} -"0.69.0+0" = {GR = "0.69.0"} -"0.69.1+0" = {GR = "0.69.1"} -"0.69.1+1" = {GR = "0.69.1"} -"0.70.0+0" = {GR = "0.70.0"} -"0.70.0+1" = {GR = "0.70.0"} -"0.71.0+0" = {GR = "0.71.0"} -"0.71.1+0" = {GR = "0.71.1"} -"0.71.2+0" = {GR = "0.71.2"} -"0.71.3+0" = {GR = "0.71.3"} -"0.71.5+0" = {GR = "0.71.5"} -"0.71.6+0" = {GR = "0.71.6"} -"0.71.7+0" = {GR = "0.71.7"} -"0.71.8+0" = {GR = "0.71.8"} -"0.72.0+0" = {GR = "0.72.0"} -"0.72.1+0" = {GR = "0.72.1"} -"0.72.1+1" = {GR = "0.72.1"} -"0.72.2+0" = {GR = "0.72.2"} -"0.72.3+0" = {GR = "0.72.3"} -"0.72.4+0" = {GR = "0.72.4"} -"0.72.5+0" = {GR = "0.72.5"} -"0.72.6+0" = {GR = "0.72.6"} -"0.72.7+0" = {GR = "0.72.7"} -"0.72.8+0" = {GR = "0.72.8"} -"0.72.9+0" = {GR = "0.72.9"} -"0.72.9+1" = {GR = "0.72.9"} -"0.72.10+0" = {GR = "0.72.10"} -"0.73.0+0" = {GR = "0.73.0"} -"0.73.1+0" = {GR = "0.73.1"} -"0.73.2+0" = {GR = "0.73.2"} -"0.73.3+0" = {GR = "0.73.3"} -"0.73.5+0" = {GR = "0.73.5"} -"0.73.6+0" = {GR = "0.73.6"} -"0.73.7+0" = {GR = "0.73.7"} -"0.73.8+0" = {GR = "0.73.8"} -"0.73.9+0" = {GR = "0.73.9"} -"0.73.10+0" = {GR = "0.73.10"} -"0.73.11+0" = {GR = "0.73.11"} -"0.73.12+0" = {GR = "0.73.12"} -"0.73.13+0" = {GR = "0.73.13"} -"0.73.14+0" = {GR = "0.73.14"} -"0.73.16+0" = {GR = "0.73.16"} -"0.73.17+0" = {GR = "0.73.17"} - -[GettextRuntime_jll] -"0.22.4+0" = {gettext = "0.22.4"} - -[Gettext_jll] -"0.20.1+0" = {gettext = "0.19.8"} -"0.20.1+1" = {gettext = "0.20.1"} -"0.20.1+2" = {gettext = "0.20.1"} -"0.20.1+3" = {gettext = "0.20.1"} -"0.20.1+4" = {gettext = "0.20.1"} -"0.20.1+5" = {gettext = "0.20.1"} -"0.20.1+6" = {gettext = "0.20.1"} -"0.20.1+7" = {gettext = "0.20.1"} -"0.21.0+0" = {gettext = "0.21"} - -[Git_jll] -"2.23.0+0" = {git = "2.23.0", git-for-windows = []} -"2.23.0+1" = {git = "2.23.0", git-for-windows = "2.23.0.windows.1"} -"2.26.1+0" = {git = "2.26.1", git-for-windows = "2.26.1.windows.1"} -"2.27.0+0" = {git = "2.27.0", git-for-windows = "2.27.0.windows.1"} -"2.27.0+1" = {git = "2.27.0", git-for-windows = "2.27.0.windows.1"} -"2.31.0+0" = {git = "2.31.0", git-for-windows = "2.31.0.windows.1"} -"2.34.1+0" = {git = "2.34.1", git-for-windows = "2.34.1.windows.1"} -"2.36.1+0" = {git = "2.36.1", git-for-windows = "2.36.1.windows.1"} -"2.36.1+1" = {git = "2.36.1", git-for-windows = "2.36.1.windows.1"} -"2.36.1+2" = {git = "2.36.1", git-for-windows = "2.36.1.windows.1"} -"2.42.0+0" = {git = "2.42.0", git-for-windows = "2.42.0.windows.2"} -"2.43.0+0" = {git = "2.43.0", git-for-windows = "2.43.0.windows.1"} -"2.44.0+0" = {git = "2.44.0", git-for-windows = "2.44.0.windows.1"} -"2.44.0+1" = {git = "2.44.0", git-for-windows = "2.44.0.windows.1"} -"2.44.0+2" = {git = "2.44.0", git-for-windows = "2.44.0.windows.1"} -"2.46.2+0" = {git = "2.46.2", git-for-windows = "2.46.2.windows.1"} -"2.47.1+0" = {git = "2.47.1", git-for-windows = "2.47.1.windows.1"} -"2.49.0+0" = {git = ["2.49.0", "2.48.1"], git-for-windows = ["2.49.0.windows.1", "2.48.1.windows.1"]} -"2.50.0+0" = {git = ["2.50.0", "2.48.1"], git-for-windows = ["2.50.0.windows.1", "2.48.1.windows.1"]} -"2.50.1+0" = {git = ["2.50.1", "2.48.1"], git-for-windows = ["2.50.1.windows.1", "2.48.1.windows.1"]} -"2.51.0+0" = {git = ["2.51.0", "2.48.1"], git-for-windows = ["2.51.0.windows.1", "2.48.1.windows.1"]} -"2.51.1+0" = {git = ["2.51.0", "2.50.1"], git-for-windows = ["2.51.0.windows.1", "2.50.1.windows.1"]} - -[Glib_jll] -"2.59.0+0" = {glib = "2.59.0"} -"2.59.0+1" = {glib = "2.59.0"} -"2.59.0+2" = {glib = "2.59.0"} -"2.59.0+3" = {glib = "2.59.0"} -"2.59.0+4" = {glib = "2.59.0"} -"2.68.1+0" = {glib = "2.68.1"} -"2.68.3+0" = {glib = "2.68.3"} -"2.68.3+1" = {glib = "2.68.3"} -"2.68.3+2" = {glib = "2.68.3"} -"2.74.0+0" = {glib = "2.74.0"} -"2.74.0+1" = {glib = "2.74.0"} -"2.74.0+2" = {glib = "2.74.0"} -"2.76.5+0" = {glib = "2.76.5"} -"2.78.3+0" = {glib = "2.78.3"} -"2.80.0+0" = {glib = "2.80.0"} -"2.80.2+0" = {glib = "2.80.2"} -"2.80.5+0" = {glib = "2.80.5"} -"2.82.2+0" = {glib = "2.82.2"} -"2.82.2+1" = {glib = "2.82.2"} -"2.82.4+0" = {glib = "2.82.4"} -"2.84.0+0" = {glib = "2.84.0"} -"2.84.3+0" = {glib = "2.84.3"} -"2.86.0+0" = {glib = "2.86.0"} - -[Graphite2_jll] -"1.3.13+0" = {graphite2 = "1.3.13"} -"1.3.13+1" = {graphite2 = "1.3.13"} -"1.3.13+2" = {graphite2 = "1.3.13"} -"1.3.13+3" = {graphite2 = "1.3.13"} -"1.3.13+4" = {graphite2 = "1.3.13"} -"1.3.14+0" = {graphite2 = "1.3.14"} -"1.3.14+1" = {graphite2 = "1.3.14"} -"1.3.15+0" = {graphite2 = "1.3.14"} - -[HarfBuzz_ICU_jll] -"2.8.1+0" = {harfbuzz = "2.8.1"} -"8.5.0+0" = {harfbuzz = "8.5.0"} -"8.5.1+0" = {harfbuzz = "8.5.0"} - -[HarfBuzz_jll] -"2.6.1+0" = {harfbuzz = "2.6.1"} -"2.6.1+1" = {harfbuzz = "2.6.1"} -"2.6.1+2" = {harfbuzz = "2.6.1"} -"2.6.1+3" = {harfbuzz = "2.6.1"} -"2.6.1+4" = {harfbuzz = "2.6.1"} -"2.6.1+5" = {harfbuzz = "2.6.1"} -"2.6.1+6" = {harfbuzz = "2.6.1"} -"2.6.1+7" = {harfbuzz = "2.6.1"} -"2.6.1+8" = {harfbuzz = "2.6.1"} -"2.6.1+9" = {harfbuzz = "2.6.1"} -"2.6.1+10" = {harfbuzz = "2.6.1"} -"2.8.1+0" = {harfbuzz = "2.8.1"} -"2.8.1+1" = {harfbuzz = "2.8.1"} -"8.3.1+0" = {harfbuzz = "8.3.1"} -"8.5.0+0" = {harfbuzz = "8.5.0"} -"8.5.1+0" = {harfbuzz = "8.5.0"} - -[Hwloc_jll] -"2.2.0+0" = {hwloc = "2.2.0"} -"2.4.0+0" = {hwloc = "2.4.0"} -"2.4.1+0" = {hwloc = "2.4.1"} -"2.5.0+0" = {hwloc = "2.5.0"} -"2.6.0+0" = {hwloc = "2.6.0"} -"2.7.0+0" = {hwloc = "2.7.0"} -"2.7.1+0" = {hwloc = "2.7.1"} -"2.8.0+0" = {hwloc = "2.8.0"} -"2.8.0+1" = {hwloc = "2.8.0"} -"2.9.0+0" = {hwloc = "2.9.0"} -"2.9.1+0" = {hwloc = "2.9.1"} -"2.9.2+0" = {hwloc = "2.9.2"} -"2.9.3+0" = {hwloc = "2.9.3"} -"2.10.0+0" = {hwloc = "2.10.0"} -"2.11.0+0" = {hwloc = "2.11.0"} -"2.11.1+0" = {hwloc = "2.11.1"} -"2.11.1+1" = {hwloc = "2.11.1"} -"2.11.2+0" = {hwloc = "2.11.2"} -"2.11.2+1" = {hwloc = "2.11.2"} -"2.11.2+2" = {hwloc = "2.11.2"} -"2.11.2+3" = {hwloc = "2.11.2"} -"2.12.0+0" = {hwloc = "2.12.0"} -"2.12.1+0" = {hwloc = "2.12.1"} -"2.12.2+0" = {hwloc = "2.12.2"} - -[IntelOpenMP_jll] -"2018.0.3+0" = {IntelOpenMP = "2018.0.3"} -"2018.0.3+1" = {IntelOpenMP = "2018.0.3"} -"2018.0.3+2" = {IntelOpenMP = "2018.0.3"} -"2023.1.0+0" = {IntelOpenMP = "2023.1.0"} -"2023.2.0+0" = {IntelOpenMP = "2023.2.0"} -"2024.0.0+0" = {IntelOpenMP = "2024.0.0"} -"2024.0.0+1" = {IntelOpenMP = "2024.0.0"} -"2024.0.2+0" = {IntelOpenMP = "2024.0.2"} -"2024.1.0+0" = {IntelOpenMP = "2024.1.0"} -"2024.2.0+0" = {IntelOpenMP = "2024.2.0"} -"2024.2.1+0" = {IntelOpenMP = "2024.2.1"} -"2025.0.4+0" = {IntelOpenMP = "2025.0.4"} -"2025.2.0+0" = {IntelOpenMP = "2025.2.0"} - -[Ipopt_jll] -"3.13.1+0" = {Ipopt = "3.13.1"} -"3.13.1+1" = {Ipopt = "3.13.1"} -"3.13.2+0" = {Ipopt = "3.13.2"} -"3.13.2+1" = {Ipopt = "3.13.2"} -"3.13.4+0" = {Ipopt = "3.13.4"} -"3.13.4+1" = {Ipopt = "3.13.4"} -"3.13.4+2" = {Ipopt = "3.13.4"} -"300.1400.400+0" = {Ipopt = "3.14.4"} -"300.1400.401+0" = {Ipopt = "3.14.4"} -"300.1400.402+0" = {Ipopt = "3.14.4"} -"300.1400.403+0" = {Ipopt = "3.14.4"} -"300.1400.403+1" = {Ipopt = "3.14.4"} -"300.1400.1000+0" = {Ipopt = "3.14.10"} -"300.1400.1200+0" = {Ipopt = "3.14.12"} -"300.1400.1201+0" = {Ipopt = "3.14.12"} -"300.1400.1300+0" = {Ipopt = "*"} -"300.1400.1301+0" = {Ipopt = "*"} -"300.1400.1302+0" = {Ipopt = "*"} -"300.1400.1303+0" = {Ipopt = "3.14.13"} -"300.1400.1400+0" = {Ipopt = "3.14.14"} -"300.1400.1600+0" = {Ipopt = "3.14.16"} -"300.1400.1700+0" = {Ipopt = "3.14.17"} -"300.1400.1701+0" = {Ipopt = "3.14.17"} -"300.1400.1900+0" = {Ipopt = "3.14.19"} - -[JpegTurbo_jll] -"2.0.1+0" = {libjpeg-turbo = "2.0.1"} -"2.0.1+1" = {libjpeg-turbo = "2.0.1"} -"2.0.1+2" = {libjpeg-turbo = "2.0.1"} -"2.0.1+3" = {libjpeg-turbo = "2.0.1"} -"2.1.0+0" = {libjpeg-turbo = "2.1.0"} -"2.1.2+0" = {libjpeg-turbo = "2.1.2"} -"2.1.91+0" = {libjpeg-turbo = "2.1.91"} -"3.0.1+0" = {libjpeg-turbo = "3.0.1"} -"3.0.2+0" = {libjpeg-turbo = "3.0.2"} -"3.0.3+0" = {libjpeg-turbo = "3.0.3"} -"3.0.4+0" = {libjpeg-turbo = "3.0.4"} -"3.1.0+0" = {libjpeg-turbo = "3.1.0"} -"3.1.0+1" = {libjpeg-turbo = "3.1.0"} -"3.1.0+2" = {libjpeg-turbo = "3.1.0"} -"3.1.1+0" = {libjpeg-turbo = "3.1.0"} -"3.1.2+0" = {libjpeg-turbo = "3.1.1"} -"3.1.3+0" = {libjpeg-turbo = "3.1.2"} - -[Kaleido_jll] -"0.1.0+0" = {Kaleido = "0.1.0"} -"0.2.1+0" = {Kaleido = "0.2.1"} - -[LAME_jll] -"3.100.0+0" = {LAME = "3.100"} -"3.100.0+1" = {LAME = "3.100"} -"3.100.0+2" = {LAME = "3.100"} -"3.100.0+3" = {LAME = "3.100"} -"3.100.1+0" = {LAME = "3.100"} -"3.100.2+0" = {LAME = "3.100"} -"3.100.3+0" = {LAME = "3.100"} - -[LERC_jll] -"3.0.0+0" = {libLerc = "3.0"} -"3.0.0+1" = {libLerc = "3.0"} -"4.0.0+0" = {libLerc = "4.0.0"} -"4.0.0+1" = {libLerc = "4.0.0"} -"4.0.0+2" = {libLerc = "4.0.0"} -"4.0.0+3" = {libLerc = "4.0.0"} -"4.0.1+0" = {libLerc = "4.0.0"} - -[LLVMExtra_jll] -"0.0.1+0" = {LLVMExtra = "*"} -"0.0.1+1" = {LLVMExtra = "*"} -"0.0.2+0" = {LLVMExtra = "*"} -"0.0.3+0" = {LLVMExtra = "*"} -"0.0.4+0" = {LLVMExtra = "*"} -"0.0.5+0" = {LLVMExtra = "*"} -"0.0.5+1" = {LLVMExtra = "*"} -"0.0.5+2" = {LLVMExtra = "*"} -"0.0.6+0" = {LLVMExtra = "4.0.1"} -"0.0.7+0" = {LLVMExtra = "*"} -"0.0.8+0" = {LLVMExtra = "4.2.0"} -"0.0.9+0" = {LLVMExtra = "*"} -"0.0.10+0" = {LLVMExtra = "*"} -"0.0.11+0" = {LLVMExtra = "*"} -"0.0.12+0" = {LLVMExtra = "*"} -"0.0.13+0" = {LLVMExtra = "4.7.0"} -"0.0.13+1" = {LLVMExtra = "4.7.0"} -"0.0.13+2" = {LLVMExtra = "4.7.0"} -"0.0.13+3" = {LLVMExtra = "4.7.0"} -"0.0.14+0" = {LLVMExtra = "4.7.0"} -"0.0.14+1" = {LLVMExtra = "4.7.0"} -"0.0.14+2" = {LLVMExtra = "4.7.0"} -"0.0.14+3" = {LLVMExtra = "4.7.0"} -"0.0.15+0" = {LLVMExtra = "*"} -"0.0.16+0" = {LLVMExtra = "*"} -"0.0.16+1" = {LLVMExtra = "*"} -"0.0.16+2" = {LLVMExtra = "*"} -"0.0.17+0" = {LLVMExtra = "*"} -"0.0.18+0" = {LLVMExtra = "*"} -"0.0.19+0" = {LLVMExtra = "*"} -"0.0.20+0" = {LLVMExtra = "*"} -"0.0.21+0" = {LLVMExtra = "*"} -"0.0.22+0" = {LLVMExtra = "*"} -"0.0.23+0" = {LLVMExtra = "*"} -"0.0.24+0" = {LLVMExtra = "6.1.0"} -"0.0.25+0" = {LLVMExtra = "*"} -"0.0.26+0" = {LLVMExtra = "*"} -"0.0.27+0" = {LLVMExtra = "*"} -"0.0.27+1" = {LLVMExtra = "*"} -"0.0.28+0" = {LLVMExtra = "*"} -"0.0.29+0" = {LLVMExtra = "*"} -"0.0.30+0" = {LLVMExtra = "*"} -"0.0.31+0" = {LLVMExtra = "*"} -"0.0.32+0" = {LLVMExtra = "8.1.0"} -"0.0.33+0" = {LLVMExtra = "*"} -"0.0.34+0" = {LLVMExtra = "*"} -"0.0.35+0" = {LLVMExtra = "*"} -"0.0.36+0" = {LLVMExtra = "*"} -"0.0.37+0" = {LLVMExtra = "*"} -"0.0.37+1" = {LLVMExtra = "*"} -"0.0.37+2" = {LLVMExtra = "*"} - -[LLVMOpenMP_jll] -"12.0.1+0" = {LLVMOpenMP = "12.0.1"} -"13.0.1+0" = {LLVMOpenMP = "13.0.1"} -"14.0.4+0" = {LLVMOpenMP = "14.0.4"} -"15.0.4+0" = {LLVMOpenMP = "15.0.4"} -"15.0.7+0" = {LLVMOpenMP = "15.0.7"} -"17.0.6+0" = {LLVMOpenMP = "17.0.6"} -"18.1.7+0" = {LLVMOpenMP = "18.1.7"} -"18.1.8+0" = {LLVMOpenMP = "18.1.7"} - -[LZO_jll] -"2.10.0+0" = {lzo = "2.10"} -"2.10.0+1" = {lzo = "2.10"} -"2.10.0+2" = {lzo = "2.10"} -"2.10.0+3" = {lzo = "2.10"} -"2.10.1+0" = {lzo = "2.10"} -"2.10.2+0" = {lzo = "2.10"} -"2.10.2+1" = {lzo = "2.10"} -"2.10.2+2" = {lzo = "2.10"} -"2.10.2+3" = {lzo = "2.10"} -"2.10.3+0" = {lzo = "2.10"} - -[LibCURL_jll] -"7.66.0+0" = {curl = "7.66.0"} -"7.66.0+1" = {curl = "7.66.0"} -"7.68.0+0" = {curl = "7.68.0"} -"7.70.0+0" = {curl = "7.70.0"} -"7.70.0+1" = {curl = "7.70.0"} -"7.70.0+2" = {curl = "7.70.0"} -"7.71.1+0" = {curl = "7.71.1"} -"7.73.0+0" = {curl = "7.73.0"} -"7.73.0+1" = {curl = "7.73.0"} -"7.73.0+2" = {curl = "7.73.0"} -"7.73.0+3" = {curl = "7.73.0"} -"7.73.0+4" = {curl = "7.73.0"} -"7.73.0+5" = {curl = "7.73.0"} -"7.73.0+6" = {curl = "7.73.0"} -"7.73.0+7" = {curl = "7.73.0"} -"7.73.0+8" = {curl = "7.73.0"} -"7.73.0+9" = {curl = "7.73.0"} -"7.81.0+0" = {curl = "7.81.0"} -"7.81.0+1" = {curl = "7.81.0"} -"7.83.1+0" = {curl = "7.83.1"} -"7.83.1+1" = {curl = "7.83.1"} -"7.84.0+0" = {curl = "7.84.0"} -"7.84.0+1" = {curl = "7.84.0"} -"7.87.0+0" = {curl = "7.87.0"} -"7.88.1+0" = {curl = "7.88.1"} -"8.0.1+0" = {curl = "8.0.1"} -"8.0.1+1" = {curl = "8.0.1"} -"8.2.1+0" = {curl = "8.2.1"} -"8.4.0+0" = {curl = "8.4.0"} -"8.5.0+0" = {curl = "8.5.0"} -"8.6.0+0" = {curl = "8.6.0"} -"8.7.1+0" = {curl = "8.7.1"} -"8.7.1+1" = {curl = "8.7.1"} -"8.8.0+0" = {curl = "8.8.0"} -"8.9.0+0" = {curl = "8.9.0"} -"8.9.1+0" = {curl = "8.9.1"} -"8.11.0+0" = {curl = "8.11.0"} -"8.11.1+0" = {curl = "8.11.1"} -"8.11.1+1" = {curl = "8.11.1"} -"8.12.0+0" = {curl = "8.12.0"} -"8.12.1+0" = {curl = "8.12.1"} -"8.12.1+1" = {curl = "8.12.1"} -"8.13.0+0" = {curl = "8.13.0"} -"8.14.1+0" = {curl = "8.14.1"} -"8.14.1+1" = {curl = "8.14.1"} -"8.15.0+0" = {curl = "8.15.0"} -"8.15.0+1" = {curl = "8.15.0"} -"8.16.0+0" = {curl = "8.16.0"} - -[LibGit2_jll] -"0.28.2+0" = {libgit2 = "0.28.2"} -"0.28.2+1" = {libgit2 = "0.28.2"} -"0.28.5+0" = {libgit2 = "0.28.5"} -"1.0.0+0" = {libgit2 = "1.0.0"} -"1.0.1+0" = {libgit2 = "1.0.1"} -"1.1.0+0" = {libgit2 = "1.1.0"} -"1.2.0+0" = {libgit2 = "1.1.0"} -"1.2.1+0" = {libgit2 = "1.1.0"} -"1.2.2+0" = {libgit2 = "1.1.0"} -"1.2.2+1" = {libgit2 = "1.1.0"} -"1.2.3+0" = {libgit2 = "1.1.0"} -"1.2.3+1" = {libgit2 = "1.1.0"} -"1.3.0+0" = {libgit2 = "1.3.0"} -"1.4.3+0" = {libgit2 = "1.4.3"} -"1.4.3+1" = {libgit2 = "1.4.3"} -"1.4.3+2" = {libgit2 = "1.4.3"} -"1.4.3+3" = {libgit2 = "1.4.3"} -"1.4.4+0" = {libgit2 = "1.4.4"} -"1.5.0+0" = {libgit2 = "1.5.0"} -"1.5.0+1" = {libgit2 = "1.5.0"} -"1.6.0+0" = {libgit2 = "*"} -"1.6.1+0" = {libgit2 = "1.6.1"} -"1.6.4+0" = {libgit2 = "1.6.4"} -"1.7.1+0" = {libgit2 = "1.7.1"} -"1.7.2+0" = {libgit2 = "1.7.2"} -"1.8.0+0" = {libgit2 = "1.8.0"} -"1.8.0+1" = {libgit2 = "1.8.0"} -"1.8.0+2" = {libgit2 = "1.8.0"} -"1.8.0+3" = {libgit2 = "1.8.0"} -"1.8.4+0" = {libgit2 = "1.8.4"} -"1.8.4+1" = {libgit2 = "1.8.4"} -"1.9.0+0" = {libgit2 = "1.9.0"} -"1.9.1+0" = {libgit2 = "1.9.1"} - -[LibSSH2_jll] -"1.9.0+0" = {libssh2 = "1.9.0"} -"1.9.0+1" = {libssh2 = "1.9.0"} -"1.9.0+2" = {libssh2 = "1.9.0"} -"1.9.0+3" = {libssh2 = "1.9.0"} -"1.9.1+0" = {libssh2 = "1.9.0"} -"1.9.1+1" = {libssh2 = "1.9.0"} -"1.9.1+2" = {libssh2 = "1.9.0"} -"1.9.1+3" = {libssh2 = "1.9.0"} -"1.9.1+4" = {libssh2 = "1.9.0"} -"1.10.1+0" = {libssh2 = "1.10.0"} -"1.10.2+0" = {libssh2 = "1.10.0"} -"1.10.2+1" = {libssh2 = "1.10.0"} -"1.10.2+2" = {libssh2 = "1.10.0"} -"1.11.0+0" = {libssh2 = "1.11.0"} -"1.11.0+1" = {libssh2 = "1.11.0"} -"1.11.0+2" = {libssh2 = "1.11.0"} -"1.11.0+3" = {libssh2 = "1.11.0"} -"1.11.0+4" = {libssh2 = "1.11.0"} -"1.11.0+5" = {libssh2 = "1.11.0"} -"1.11.1+0" = {libssh2 = "1.11.0"} -"1.11.2+0" = {libssh2 = "1.11.0"} -"1.11.3+0" = {libssh2 = "1.11.1"} -"1.11.3+1" = {libssh2 = "1.11.1"} - -[LibTracyClient_jll] -"0.9.0+0" = {tracy = "0.9"} -"0.9.0+1" = {tracy = "0.9"} -"0.9.1+0" = {tracy = "0.9.1"} -"0.9.1+1" = {tracy = "0.9.1"} -"0.9.1+2" = {tracy = "0.9.1"} -"0.9.1+3" = {tracy = "0.9.1"} -"0.9.1+4" = {tracy = "0.9.1"} -"0.9.1+5" = {tracy = "0.9.1"} -"0.9.1+6" = {tracy = "0.9.1"} - -[Libffi_jll] -"3.2.1+0" = {libffi = "3.2.1"} -"3.2.1+1" = {libffi = "3.2.1"} -"3.2.1+2" = {libffi = "3.2.1"} -"3.2.1+3" = {libffi = "3.2.1"} -"3.2.1+4" = {libffi = "3.2.1"} -"3.2.2+0" = {libffi = "3.2.1"} -"3.2.2+1" = {libffi = "3.2.1"} -"3.2.2+2" = {libffi = "3.2.1"} -"3.4.4+0" = {libffi = "3.4.4"} -"3.4.6+0" = {libffi = "3.4.6"} -"3.4.6+1" = {libffi = "3.4.6"} -"3.4.6+2" = {libffi = "3.4.6"} -"3.4.6+3" = {libffi = "3.4.6"} -"3.4.6+4" = {libffi = "3.4.6"} -"3.4.7+0" = {libffi = "3.4.7"} - -[Libglvnd_jll] -"1.2.0+0" = {libglvnd = "1.2.0"} -"1.2.0+1" = {libglvnd = "1.2.0"} -"1.2.0+2" = {libglvnd = "1.2.0"} -"1.3.0+0" = {libglvnd = "1.3.0"} -"1.3.0+1" = {libglvnd = "1.3.0"} -"1.3.0+2" = {libglvnd = "1.3.0"} -"1.3.0+3" = {libglvnd = "1.3.0"} -"1.6.0+0" = {libglvnd = "1.6.0"} -"1.7.0+0" = {libglvnd = "1.7.0"} -"1.7.1+0" = {libglvnd = "1.7.0"} -"1.7.1+1" = {libglvnd = "1.7.0"} - -[Libiconv_jll] -"1.16.0+0" = {libiconv = "1.16"} -"1.16.0+1" = {libiconv = "1.16"} -"1.16.0+2" = {libiconv = "1.16"} -"1.16.0+3" = {libiconv = "1.16"} -"1.16.0+4" = {libiconv = "1.16"} -"1.16.0+5" = {libiconv = "1.16"} -"1.16.0+6" = {libiconv = "1.16"} -"1.16.0+7" = {libiconv = "1.16"} -"1.16.0+8" = {libiconv = "1.16"} -"1.16.1+0" = {libiconv = "1.16"} -"1.16.1+1" = {libiconv = "1.16"} -"1.16.1+2" = {libiconv = "1.16"} -"1.17.0+0" = {libiconv = "1.17"} -"1.17.0+1" = {libiconv = "1.17"} -"1.18.0+0" = {libiconv = "1.18"} - -[Libmount_jll] -"2.34.0+0" = {util-linux = "2.34"} -"2.34.0+1" = {util-linux = "2.34"} -"2.34.0+2" = {util-linux = "2.34"} -"2.34.0+3" = {util-linux = "2.34"} -"2.35.0+0" = {util-linux = "2.35"} -"2.39.3+0" = {util-linux = "2.39"} -"2.40.0+0" = {util-linux = "2.40"} -"2.40.1+0" = {util-linux = "2.40"} -"2.40.2+0" = {util-linux = "2.40"} -"2.40.2+1" = {util-linux = "2.40"} -"2.40.2+2" = {util-linux = "2.40"} -"2.40.3+0" = {util-linux = "2.40"} -"2.41.0+0" = {util-linux = "2.41"} -"2.41.1+0" = {util-linux = "2.41"} - -[Libtiff_jll] -"4.0.10+0" = {libtiff = "4.0.10"} -"4.0.10+1" = {libtiff = "4.0.10"} -"4.1.0+0" = {libtiff = "4.1.0"} -"4.1.0+1" = {libtiff = "4.1.0"} -"4.1.0+2" = {libtiff = "4.1.0"} -"4.3.0+0" = {libtiff = "4.3.0"} -"4.3.0+1" = {libtiff = "4.3.0"} -"4.4.0+0" = {libtiff = "4.4.0"} -"4.5.1+0" = {libtiff = "4.5.1"} -"4.5.1+1" = {libtiff = "4.5.1"} -"4.6.0+0" = {libtiff = "4.6.0"} -"4.7.0+0" = {libtiff = "4.7.0"} -"4.7.1+0" = {libtiff = "4.7.0"} - -[Libuuid_jll] -"2.34.0+0" = {util-linux = "2.34"} -"2.34.0+1" = {util-linux = "2.34"} -"2.34.0+2" = {util-linux = "2.34"} -"2.34.0+3" = {util-linux = "2.34"} -"2.34.0+4" = {util-linux = "2.34"} -"2.34.0+5" = {util-linux = "2.34"} -"2.34.0+6" = {util-linux = "2.34"} -"2.34.0+7" = {util-linux = "2.34"} -"2.36.0+0" = {util-linux = "2.36"} -"2.39.3+0" = {util-linux = "2.39"} -"2.39.3+1" = {util-linux = "2.39"} -"2.40.0+0" = {util-linux = "2.40"} -"2.40.1+0" = {util-linux = "2.40"} -"2.40.2+0" = {util-linux = "2.40"} -"2.40.2+1" = {util-linux = "2.40"} -"2.40.2+2" = {util-linux = "2.40"} -"2.40.3+0" = {util-linux = "2.40"} -"2.41.0+0" = {util-linux = "2.41"} -"2.41.1+0" = {util-linux = "2.41"} - -[MUMPS_jll] -"5.2.1+0" = {MUMPS = "5.2.1"} -"5.2.1+1" = {MUMPS = "5.2.1"} -"5.2.1+2" = {MUMPS = "5.2.1"} -"5.2.1+3" = {MUMPS = "5.2.1"} -"5.4.0+0" = {MUMPS = "5.4.0"} -"5.4.1+0" = {MUMPS = "5.4.1"} -"5.4.1+1" = {MUMPS = "5.4.1"} -"5.4.2+0" = {MUMPS = "5.4.1"} -"5.4.2+1" = {MUMPS = "5.4.1"} -"5.5.1+0" = {MUMPS = "5.5.1"} -"5.5.1+1" = {MUMPS = "5.5.1"} -"5.6.0+0" = {MUMPS = "5.6.0"} -"5.6.1+0" = {MUMPS = "5.6.1"} -"5.6.2+0" = {MUMPS = "5.6.2"} -"5.7.0+0" = {MUMPS = "5.7.0"} -"5.7.2+0" = {MUMPS = "5.7.2"} -"5.7.3+0" = {MUMPS = "5.7.3"} -"5.8.0+0" = {MUMPS = "5.8.0"} -"5.8.1+0" = {MUMPS = "5.8.1"} - -[MUMPS_seq_jll] -"4.10.0+0" = {MUMPS = "4.10.0"} -"4.10.0+1" = {MUMPS = "4.10.0"} -"4.10.0+2" = {MUMPS = "4.10.0"} -"5.2.1+0" = {MUMPS = "5.2.1"} -"5.2.1+1" = {MUMPS = "5.2.1"} -"5.2.1+2" = {MUMPS = "5.2.1"} -"5.2.1+3" = {MUMPS = "5.2.1"} -"5.2.1+4" = {MUMPS = "5.2.1"} -"5.3.5+0" = {MUMPS = "5.3.5"} -"5.4.0+0" = {MUMPS = "5.4.0"} -"5.4.1+0" = {MUMPS = "5.4.1"} -"5.5.1+0" = {MUMPS = "5.5.1"} -"400.1000.0+0" = {MUMPS = "4.10.0"} -"500.400.100+0" = {MUMPS = "5.4.1"} -"500.500.100+0" = {MUMPS = "5.5.1"} -"500.500.101+0" = {MUMPS = "5.5.1"} -"500.600.0+0" = {MUMPS = "5.6.0"} -"500.600.100+0" = {MUMPS = "5.6.1"} -"500.600.200+0" = {MUMPS = "5.6.2"} -"500.600.201+0" = {MUMPS = "5.6.2"} -"500.700.200+0" = {MUMPS = "5.7.2"} -"500.700.300+0" = {MUMPS = "5.7.3"} -"500.700.301+0" = {MUMPS = "5.7.3"} -"500.800.0+0" = {MUMPS = "5.8.0"} -"500.800.100+0" = {MUMPS = "5.8.1"} - -[MbedTLS_jll] -"2.16.0+0" = {mbed_tls = "2.16.0"} -"2.16.0+1" = {mbed_tls = "2.16.0"} -"2.16.0+2" = {mbed_tls = "2.16.0"} -"2.16.6+0" = {mbed_tls = "2.16.6"} -"2.16.6+1" = {mbed_tls = "2.16.6"} -"2.16.8+0" = {mbed_tls = "2.16.8"} -"2.16.8+1" = {mbed_tls = "2.16.8"} -"2.24.0+0" = {mbed_tls = "2.24.0"} -"2.24.0+1" = {mbed_tls = "2.24.0"} -"2.24.0+2" = {mbed_tls = "2.24.0"} -"2.24.0+3" = {mbed_tls = "2.24.0"} -"2.24.0+4" = {mbed_tls = "2.24.0"} -"2.24.0+5" = {mbed_tls = "2.24.0"} -"2.25.0+0" = {mbed_tls = "2.25.0"} -"2.25.0+1" = {mbed_tls = "2.25.0"} -"2.25.0+2" = {mbed_tls = "2.25.0"} -"2.25.0+3" = {mbed_tls = "2.25.0"} -"2.26.0+0" = {mbed_tls = "2.26.0"} -"2.26.0+1" = {mbed_tls = "2.26.0"} -"2.26.0+2" = {mbed_tls = "2.26.0"} -"2.27.0+0" = {mbed_tls = "2.27.0"} -"2.27.0+1" = {mbed_tls = "2.27.0"} -"2.28.0+0" = {mbed_tls = "2.28.0"} -"2.28.0+1" = {mbed_tls = "2.28.0"} -"2.28.0+2" = {mbed_tls = "2.28.0"} -"2.28.2+0" = {mbed_tls = "2.28.2"} -"2.28.2+1" = {mbed_tls = "2.28.2"} -"2.28.2+2" = {mbed_tls = "2.28.2"} -"2.28.6+0" = {mbed_tls = "2.28.6"} -"2.28.6+1" = {mbed_tls = "2.28.6"} -"2.28.6+2" = {mbed_tls = "2.28.6"} - -[NetCDFF_jll] -"4.5.3+0" = {NetCDF = "4.5.3"} -"4.6.0+0" = {NetCDF = "4.6.0"} -"4.6.1+0" = {NetCDF = "4.6.1"} -"4.6.2+0" = {NetCDF = "4.6.2"} - -[NetCDF_jll] -"4.7.4+0" = {NetCDF = "4.7.4"} -"4.7.4+1" = {NetCDF = "4.7.4"} -"400.701.400+0" = {NetCDF = "4.7.4"} -"400.702.400+0" = {NetCDF = "4.7.4"} -"400.702.402+0" = {NetCDF = "4.7.4"} -"400.802.100+0" = {NetCDF = "4.8.1"} -"400.802.101+0" = {NetCDF = "4.8.1"} -"400.802.102+0" = {NetCDF = "4.8.1"} -"400.802.103+0" = {NetCDF = "4.8.1"} -"400.902.5+0" = {NetCDF = "4.9.0"} -"400.902.5+1" = {NetCDF = "4.9.0"} -"400.902.206+0" = {NetCDF = "4.9.2"} -"400.902.207+0" = {NetCDF = "4.9.2"} -"400.902.208+0" = {NetCDF = "4.9.2"} -"400.902.209+0" = {NetCDF = "4.9.2"} -"400.902.210+0" = {NetCDF = "4.9.2"} -"400.902.211+0" = {NetCDF = "4.9.2"} -"400.902.211+1" = {NetCDF = "4.9.2"} -"401.900.300+0" = {NetCDF = "4.9.3"} - -[OSQP_jll] -"0.6.0+0" = {OSQP = "0.6.0"} -"0.6.2+0" = {OSQP = "0.6.2"} -"0.600.200+0" = {OSQP = "0.6.2"} - -[Ogg_jll] -"1.3.3+0" = {libogg = "1.3.3"} -"1.3.4+0" = {libogg = "1.3.4"} -"1.3.4+1" = {libogg = "1.3.4"} -"1.3.4+2" = {libogg = "1.3.4"} -"1.3.5+0" = {libogg = "1.3.4"} -"1.3.5+1" = {libogg = "1.3.5"} -"1.3.6+0" = {libogg = "1.3.6"} - -[OpenBLAS32_jll] -"0.3.9+0" = {OpenBLAS = "0.3.9"} -"0.3.9+1" = {OpenBLAS = "0.3.9"} -"0.3.9+2" = {OpenBLAS = "0.3.9"} -"0.3.9+3" = {OpenBLAS = "0.3.9"} -"0.3.9+4" = {OpenBLAS = "0.3.9"} -"0.3.10+0" = {OpenBLAS = "0.3.10"} -"0.3.10+1" = {OpenBLAS = "0.3.10"} -"0.3.10+2" = {OpenBLAS = "0.3.10"} -"0.3.10+3" = {OpenBLAS = "0.3.10"} -"0.3.12+0" = {OpenBLAS = "0.3.12"} -"0.3.12+1" = {OpenBLAS = "0.3.12"} -"0.3.13+0" = {OpenBLAS = "0.3.13"} -"0.3.13+1" = {OpenBLAS = "0.3.13"} -"0.3.13+2" = {OpenBLAS = "0.3.13"} -"0.3.13+3" = {OpenBLAS = "0.3.13"} -"0.3.13+4" = {OpenBLAS = "0.3.13"} -"0.3.13+5" = {OpenBLAS = "0.3.13"} -"0.3.13+6" = {OpenBLAS = "0.3.13"} -"0.3.17+0" = {OpenBLAS = "0.3.17"} -"0.3.20+0" = {OpenBLAS = "0.3.20"} -"0.3.21+0" = {OpenBLAS = "0.3.21"} -"0.3.22+0" = {OpenBLAS = "0.3.22"} -"0.3.23+0" = {OpenBLAS = "0.3.23"} -"0.3.23+1" = {OpenBLAS = "0.3.23"} -"0.3.23+2" = {OpenBLAS = "0.3.23"} -"0.3.23+3" = {OpenBLAS = "0.3.23"} -"0.3.24+0" = {OpenBLAS = "0.3.24"} -"0.3.25+0" = {OpenBLAS = "0.3.25"} -"0.3.26+0" = {OpenBLAS = "0.3.26"} -"0.3.26+1" = {OpenBLAS = "0.3.26"} -"0.3.26+2" = {OpenBLAS = "0.3.26"} -"0.3.27+0" = {OpenBLAS = "0.3.27"} -"0.3.27+1" = {OpenBLAS = "0.3.27"} -"0.3.28+0" = {OpenBLAS = "0.3.28"} -"0.3.28+1" = {OpenBLAS = "0.3.28"} -"0.3.28+2" = {OpenBLAS = "0.3.28"} -"0.3.28+3" = {OpenBLAS = "0.3.28"} -"0.3.29+0" = {OpenBLAS = "0.3.29"} - -[OpenBLASConsistentFPCSR_jll] -"0.3.21+0" = {OpenBLAS = "0.3.21"} -"0.3.29+0" = {OpenBLAS = "0.3.29"} - -[OpenBLASHighCoreCount_jll] -"0.3.5+0" = {OpenBLAS = "0.3.5"} -"0.3.5+1" = {OpenBLAS = "0.3.5"} -"0.3.5+2" = {OpenBLAS = "0.3.5"} -"0.3.7+0" = {OpenBLAS = "0.3.7"} -"0.3.7+1" = {OpenBLAS = "0.3.7"} -"0.3.7+2" = {OpenBLAS = "0.3.7"} -"0.3.7+3" = {OpenBLAS = "0.3.7"} -"0.3.10+0" = {OpenBLAS = "0.3.10"} -"0.3.10+1" = {OpenBLAS = "0.3.10"} -"0.3.10+2" = {OpenBLAS = "0.3.10"} -"0.3.10+3" = {OpenBLAS = "0.3.10"} -"0.3.12+0" = {OpenBLAS = "0.3.12"} -"0.3.12+1" = {OpenBLAS = "0.3.12"} -"0.3.13+0" = {OpenBLAS = "0.3.13"} -"0.3.13+1" = {OpenBLAS = "0.3.13"} -"0.3.13+2" = {OpenBLAS = "0.3.13"} -"0.3.13+3" = {OpenBLAS = "0.3.13"} -"0.3.13+4" = {OpenBLAS = "0.3.13"} -"0.3.13+5" = {OpenBLAS = "0.3.13"} -"0.3.13+6" = {OpenBLAS = "0.3.13"} -"0.3.13+7" = {OpenBLAS = "0.3.13"} -"0.3.17+0" = {OpenBLAS = "0.3.17"} - -[OpenBLAS_jll] -"0.3.5+2" = {OpenBLAS = "0.3.5"} -"0.3.7+0" = {OpenBLAS = "0.3.5"} -"0.3.7+1" = {OpenBLAS = "0.3.7"} -"0.3.7+2" = {OpenBLAS = "0.3.7"} -"0.3.7+3" = {OpenBLAS = "0.3.7"} -"0.3.7+4" = {OpenBLAS = "0.3.7"} -"0.3.7+5" = {OpenBLAS = "0.3.7"} -"0.3.7+6" = {OpenBLAS = "0.3.7"} -"0.3.7+7" = {OpenBLAS = "0.3.7"} -"0.3.7+8" = {OpenBLAS = "0.3.7"} -"0.3.7+9" = {OpenBLAS = "0.3.7"} -"0.3.9+0" = {OpenBLAS = "0.3.9"} -"0.3.9+1" = {OpenBLAS = "0.3.9"} -"0.3.9+2" = {OpenBLAS = "0.3.9"} -"0.3.9+3" = {OpenBLAS = "0.3.9"} -"0.3.9+4" = {OpenBLAS = "0.3.9"} -"0.3.9+5" = {OpenBLAS = "0.3.9"} -"0.3.10+0" = {OpenBLAS = "0.3.10"} -"0.3.10+1" = {OpenBLAS = "0.3.10"} -"0.3.10+2" = {OpenBLAS = "0.3.10"} -"0.3.10+3" = {OpenBLAS = "0.3.10"} -"0.3.10+4" = {OpenBLAS = "0.3.10"} -"0.3.10+5" = {OpenBLAS = "0.3.10"} -"0.3.10+6" = {OpenBLAS = "0.3.10"} -"0.3.10+7" = {OpenBLAS = "0.3.10"} -"0.3.10+8" = {OpenBLAS = "0.3.10"} -"0.3.10+9" = {OpenBLAS = "0.3.10"} -"0.3.10+10" = {OpenBLAS = "0.3.10"} -"0.3.12+0" = {OpenBLAS = "0.3.12"} -"0.3.12+1" = {OpenBLAS = "0.3.12"} -"0.3.13+0" = {OpenBLAS = "0.3.13"} -"0.3.13+1" = {OpenBLAS = "0.3.13"} -"0.3.13+2" = {OpenBLAS = "0.3.13"} -"0.3.13+3" = {OpenBLAS = "0.3.13"} -"0.3.13+4" = {OpenBLAS = "0.3.13"} -"0.3.13+5" = {OpenBLAS = "0.3.13"} -"0.3.13+6" = {OpenBLAS = "0.3.13"} -"0.3.13+7" = {OpenBLAS = "0.3.13"} -"0.3.13+8" = {OpenBLAS = "0.3.13"} -"0.3.13+9" = {OpenBLAS = "0.3.13"} -"0.3.13+10" = {OpenBLAS = "0.3.13"} -"0.3.13+11" = {OpenBLAS = "0.3.13"} -"0.3.17+0" = {OpenBLAS = "0.3.17"} -"0.3.17+1" = {OpenBLAS = "0.3.17"} -"0.3.17+2" = {OpenBLAS = "0.3.17"} -"0.3.20+0" = {OpenBLAS = "0.3.20"} -"0.3.20+1" = {OpenBLAS = "0.3.20"} -"0.3.21+0" = {OpenBLAS = "0.3.21"} -"0.3.21+1" = {OpenBLAS = "0.3.21"} -"0.3.21+2" = {OpenBLAS = "0.3.21"} -"0.3.21+3" = {OpenBLAS = "0.3.21"} -"0.3.21+4" = {OpenBLAS = "0.3.21"} -"0.3.22+0" = {OpenBLAS = "0.3.22"} -"0.3.23+0" = {OpenBLAS = "0.3.23"} -"0.3.23+1" = {OpenBLAS = "0.3.23"} -"0.3.23+2" = {OpenBLAS = "0.3.23"} -"0.3.23+3" = {OpenBLAS = "0.3.23"} -"0.3.23+4" = {OpenBLAS = "0.3.23"} -"0.3.23+5" = {OpenBLAS = "0.3.23"} -"0.3.24+0" = {OpenBLAS = "0.3.24"} -"0.3.25+0" = {OpenBLAS = "0.3.25"} -"0.3.26+0" = {OpenBLAS = "0.3.26"} -"0.3.26+1" = {OpenBLAS = "0.3.26"} -"0.3.26+2" = {OpenBLAS = "0.3.26"} -"0.3.27+0" = {OpenBLAS = "0.3.27"} -"0.3.27+1" = {OpenBLAS = "0.3.27"} -"0.3.28+0" = {OpenBLAS = "0.3.28"} -"0.3.28+1" = {OpenBLAS = "0.3.28"} -"0.3.28+2" = {OpenBLAS = "0.3.28"} -"0.3.28+3" = {OpenBLAS = "0.3.28"} -"0.3.29+0" = {OpenBLAS = "0.3.29"} -"0.3.29+1" = {OpenBLAS = "0.3.29"} - -[OpenLibm_jll] -"0.7.0+0" = {openlibm = "0.6.0"} -"0.7.1+0" = {openlibm = "0.7.1"} -"0.7.2+0" = {openlibm = "0.7.2"} -"0.7.3+0" = {openlibm = "0.7.3"} -"0.7.4+0" = {openlibm = "0.7.4"} -"0.7.5+0" = {openlibm = "0.7.5"} -"0.7.5+1" = {openlibm = "0.7.5"} -"0.8.0+0" = {openlibm = "0.8.0"} -"0.8.1+0" = {openlibm = "0.8.1"} -"0.8.1+1" = {openlibm = "0.8.1"} -"0.8.1+2" = {openlibm = "0.8.1"} -"0.8.1+3" = {openlibm = "0.8.1"} -"0.8.1+4" = {openlibm = "0.8.1"} -"0.8.4+0" = {openlibm = "0.8.4"} -"0.8.4+1" = {openlibm = "0.8.4"} -"0.8.5+0" = {openlibm = "0.8.5"} -"0.8.7+0" = {openlibm = "0.8.7"} - -[OpenSSL_jll] -"1.1.1+0" = {openssl = "1.1.1c"} -"1.1.1+1" = {openssl = "1.1.1c"} -"1.1.1+2" = {openssl = "1.1.1e"} -"1.1.1+3" = {openssl = "1.1.1e"} -"1.1.1+4" = {openssl = "1.1.1e"} -"1.1.1+5" = {openssl = "1.1.1e"} -"1.1.1+6" = {openssl = "1.1.1e"} -"1.1.10+0" = {openssl = "1.1.1k"} -"1.1.13+0" = {openssl = "1.1.1m"} -"1.1.14+0" = {openssl = "1.1.1n"} -"1.1.16+0" = {openssl = "1.1.1p"} -"1.1.17+0" = {openssl = "1.1.1q"} -"1.1.18+0" = {openssl = "1.1.1r"} -"1.1.19+0" = {openssl = "1.1.1s"} -"1.1.20+0" = {openssl = "1.1.1t"} -"1.1.21+0" = {openssl = "1.1.1u"} -"1.1.22+0" = {openssl = "1.1.1v"} -"1.1.23+0" = {openssl = "1.1.1w"} -"1.1.23+1" = {openssl = "1.1.1w"} -"3.0.8+0" = {openssl = "3.0.8"} -"3.0.9+0" = {openssl = "3.0.9"} -"3.0.10+0" = {openssl = "3.0.10"} -"3.0.11+0" = {openssl = "3.0.11"} -"3.0.12+0" = {openssl = "3.0.12"} -"3.0.13+0" = {openssl = "3.0.13"} -"3.0.13+1" = {openssl = "3.0.13"} -"3.0.14+0" = {openssl = "3.0.14"} -"3.0.15+0" = {openssl = "3.0.15"} -"3.0.15+1" = {openssl = "3.0.15"} -"3.0.15+2" = {openssl = "3.0.15"} -"3.0.15+3" = {openssl = "3.0.15"} -"3.0.16+0" = {openssl = "3.0.16"} -"3.5.0+0" = {openssl = "3.5.0"} -"3.5.1+0" = {openssl = "3.5.1"} -"3.5.2+0" = {openssl = "3.5.2"} - -[OpenSpecFun_jll] -"0.5.3+0" = {openspecfun = "0.5.3"} -"0.5.3+1" = {openspecfun = "0.5.3"} -"0.5.3+2" = {openspecfun = "0.5.3"} -"0.5.3+3" = {openspecfun = "0.5.3"} -"0.5.3+4" = {openspecfun = "0.5.3"} -"0.5.4+0" = {openspecfun = "*"} -"0.5.5+0" = {openspecfun = "0.5.5"} -"0.5.5+1" = {openspecfun = "0.5.5"} -"0.5.5+2" = {openspecfun = "0.5.5"} -"0.5.6+0" = {openspecfun = "0.5.6"} - -[Openresty_jll] -"1.15.8+0" = {openssl = "1.0.2t"} -"1.19.3+0" = {openssl = "1.0.2t"} -"1.19.9+0" = {openssl = "1.1.1l"} -"1.21.4+0" = {openssl = "1.1.1p"} -"1.27.1+0" = {openssl = "3.0.15"} - -[Opus_jll] -"1.3.1+0" = {opus = "1.3.1"} -"1.3.1+1" = {opus = "1.3.1"} -"1.3.1+2" = {opus = "1.3.1"} -"1.3.1+3" = {opus = "1.3.1"} -"1.3.2+0" = {opus = "1.3.1"} -"1.3.3+0" = {opus = "1.3.1"} -"1.5.2+0" = {opus = "1.5.2"} - -[PCRE2_jll] -"10.31.0+0" = {pcre2 = "10.31"} -"10.31.0+1" = {pcre2 = "10.31"} -"10.34.0+0" = {pcre2 = "10.34"} -"10.34.0+1" = {pcre2 = "10.34"} -"10.34.0+2" = {pcre2 = "10.34"} -"10.35.0+0" = {pcre2 = "10.35"} -"10.36.0+0" = {pcre2 = "10.36"} -"10.36.0+1" = {pcre2 = "10.36"} -"10.36.0+2" = {pcre2 = "10.36"} -"10.36.0+3" = {pcre2 = "10.36"} -"10.40.0+0" = {pcre2 = "10.40"} -"10.40.0+1" = {pcre2 = "10.40"} -"10.40.0+2" = {pcre2 = "10.40"} -"10.41.0+0" = {pcre2 = "10.41"} -"10.42.0+0" = {pcre2 = "10.42"} -"10.42.0+1" = {pcre2 = "10.42"} -"10.42.0+2" = {pcre2 = "10.42"} -"10.43.0+0" = {pcre2 = "10.43"} -"10.43.0+1" = {pcre2 = "10.43"} -"10.44.0+0" = {pcre2 = "10.44"} -"10.44.0+1" = {pcre2 = "10.44"} -"10.45.0+0" = {pcre2 = "10.45"} -"10.46.0+0" = {pcre2 = "10.46"} - -[Pango_jll] -"1.42.4+0" = {pango = "1.42.4"} -"1.42.4+1" = {pango = "1.42.4"} -"1.42.4+2" = {pango = "1.42.4"} -"1.42.4+3" = {pango = "1.42.4"} -"1.42.4+4" = {pango = "1.42.4"} -"1.42.4+5" = {pango = "1.42.4"} -"1.42.4+6" = {pango = "1.42.4"} -"1.42.4+7" = {pango = "1.42.4"} -"1.42.4+8" = {pango = "1.42.4"} -"1.42.4+9" = {pango = "1.42.4"} -"1.42.4+10" = {pango = "1.42.4"} -"1.47.0+0" = {pango = "1.47.0"} -"1.50.3+0" = {pango = "1.50.3"} -"1.50.9+0" = {pango = "1.50.9"} -"1.50.14+0" = {pango = "1.50.14"} -"1.52.1+0" = {pango = "1.52.1"} -"1.52.2+0" = {pango = "1.52.2"} -"1.54.0+0" = {pango = "1.54.0"} -"1.54.1+0" = {pango = "1.54.0"} -"1.55.5+0" = {pango = "1.55.5"} -"1.56.1+0" = {pango = "1.56.1"} -"1.56.3+0" = {pango = "1.56.3"} - -[ParU_jll] -"1.0.0+0" = {SuiteSparse = "7.8.3"} -"1.0.1+0" = {SuiteSparse = "7.11.0"} - -[Pixman_jll] -"0.38.4+0" = {pixman = "0.36.0"} -"0.38.4+1" = {pixman = "0.38.4"} -"0.38.4+2" = {pixman = "0.38.4"} -"0.38.4+3" = {pixman = "0.38.4"} -"0.38.4+4" = {pixman = "0.38.4"} -"0.38.4+5" = {pixman = "0.38.4"} -"0.40.0+0" = {pixman = "0.40.0"} -"0.40.1+0" = {pixman = "0.40.0"} -"0.42.2+0" = {pixman = "0.42.2"} -"0.43.4+0" = {pixman = "0.43.4"} -"0.44.0+0" = {pixman = "0.44.0"} -"0.44.0+1" = {pixman = "0.44.0"} -"0.44.0+2" = {pixman = "0.44.0"} -"0.44.2+0" = {pixman = "0.44.2"} -"0.46.0+0" = {pixman = "0.46.0"} -"0.46.2+0" = {pixman = "0.46.2"} -"0.46.4+0" = {pixman = "0.46.4"} - -[Qt5Base_jll] -"5.15.2+0" = {qtbase = "5.15.2"} -"5.15.3+0" = {qtbase = "5.15.2"} -"5.15.3+1" = {qtbase = "5.15.3"} -"5.15.3+2" = {qtbase = "5.15.3"} - -[Qt5Declarative_jll] -"5.15.2+0" = {qtdeclarative = "5.15.2"} -"5.15.3+0" = {qtdeclarative = "5.15.3"} - -[Qt6Base_jll] -"6.0.3+0" = {qtbase = "6.0.3"} -"6.0.3+1" = {qtbase = "6.0.3"} -"6.3.0+0" = {qtbase = "6.3.0"} -"6.3.0+1" = {qtbase = "6.3.0"} -"6.4.1+0" = {qtbase = "6.4.1"} -"6.4.1+1" = {qtbase = "6.4.1"} -"6.4.2+0" = {qtbase = "6.4.2"} -"6.4.2+1" = {qtbase = "6.4.2"} -"6.4.2+2" = {qtbase = "6.4.2"} -"6.4.2+3" = {qtbase = "6.4.2"} -"6.5.2+0" = {qtbase = "6.5.2"} -"6.5.2+1" = {qtbase = "6.5.2"} -"6.5.2+2" = {qtbase = "6.5.2"} -"6.5.3+0" = {qtbase = "6.5.3"} -"6.5.3+1" = {qtbase = "6.5.3"} -"6.7.0+0" = {qtbase = "6.7.0"} -"6.7.0+1" = {qtbase = "6.7.0"} -"6.7.1+0" = {qtbase = "6.7.1"} -"6.7.1+1" = {qtbase = "6.7.1"} -"6.8.1+0" = {qtbase = "6.8.1"} -"6.8.2+0" = {qtbase = "6.8.2"} -"6.8.2+1" = {qtbase = "6.8.2"} - -[Qt6ShaderTools_jll] -"6.3.0+0" = {qtshadertools = "6.3.0"} -"6.3.0+1" = {qtshadertools = "6.3.0"} -"6.4.1+0" = {qtshadertools = "6.4.1"} -"6.4.2+0" = {qtshadertools = "6.4.2"} -"6.4.2+1" = {qtshadertools = "6.4.2"} -"6.4.2+2" = {qtshadertools = "6.4.2"} -"6.5.2+0" = {qtshadertools = "6.5.2"} -"6.5.2+1" = {qtshadertools = "6.5.2"} -"6.7.1+0" = {qtshadertools = "6.7.1"} -"6.7.1+1" = {qtshadertools = "6.7.1"} -"6.8.2+0" = {qtshadertools = "6.8.2"} -"6.8.2+1" = {qtshadertools = "6.8.2"} - -[Qt_jll] -"5.15.0+0" = {qt = "5.15.0"} -"5.15.0+1" = {qt = "5.15.0"} -"5.15.0+2" = {qt = "5.15.0"} -"5.15.0+3" = {qt = "5.15.0"} -"5.15.1+0" = {qt = "5.15.1"} -"5.15.2+0" = {qt = "5.15.2"} -"5.15.2+1" = {qt = "5.15.2"} -"5.15.2+2" = {qt = "5.15.2"} -"5.15.2+3" = {qt = "5.15.2"} - -[Rclone_jll] -"1.53.2+0" = {rclone = "1.53.2"} -"1.55.1+0" = {rclone = "1.55.1"} -"1.58.1+0" = {rclone = "1.58.1"} -"1.59.0+0" = {rclone = "1.59.0"} -"1.59.1+0" = {rclone = "1.59.1"} -"1.60.1+0" = {rclone = "1.60.1"} -"1.63.1+0" = {rclone = "1.63.1"} -"1.65.2+0" = {rclone = "1.65.2"} -"1.67.0+0" = {rclone = "1.67.0"} -"1.68.0+0" = {rclone = "1.68.0"} -"1.68.1+0" = {rclone = "1.68.1"} -"1.68.2+0" = {rclone = "1.68.2"} -"1.69.0+0" = {rclone = "1.69.0"} -"1.69.1+0" = {rclone = "1.69.1"} -"1.69.2+0" = {rclone = "1.69.2"} -"1.69.3+0" = {rclone = "1.69.3"} -"1.70.3+0" = {rclone = "1.70.3"} - -[Rmath_jll] -"0.2.2+0" = {rmath = "0.2.2"} -"0.2.2+1" = {rmath = "0.2.2"} -"0.2.2+2" = {rmath = "0.2.2"} -"0.3.0+0" = {rmath = "0.3.0"} -"0.4.0+0" = {rmath = "0.4.0"} -"0.4.2+0" = {rmath = "0.4.2"} -"0.4.2+1" = {rmath = "0.4.2"} -"0.4.3+0" = {rmath = "0.4.3"} -"0.5.0+0" = {rmath = "0.5.0"} -"0.5.1+0" = {rmath = "0.5.1"} - -[SPEX_jll] -"1.1.5+0" = {SuiteSparse = "*"} -"3.2.1+0" = {SuiteSparse = "7.8.3"} -"3.2.4+0" = {SuiteSparse = "7.11.0"} - -[SPRAL_jll] -"0.1.0+0" = {spral = "*"} -"2023.3.29+0" = {spral = "2023.03.29"} -"2023.7.4+0" = {spral = "2023.07.04"} -"2023.8.2+0" = {spral = "2023.08.02"} -"2023.9.7+0" = {spral = "2023.09.07"} -"2023.11.15+0" = {spral = "2023.11.15"} -"2024.1.18+0" = {spral = "2024.01.18"} -"2024.5.8+0" = {spral = "2024.05.08"} -"2025.1.8+0" = {spral = "2025.01.08"} -"2025.5.20+0" = {spral = "2025.05.20"} - -[SSGraphBLAS_jll] -"4.0.3+0" = {SuiteSparse = "*"} -"5.0.4+0" = {SuiteSparse = "*"} -"5.1.1+0" = {SuiteSparse = "*"} -"5.1.2+0" = {SuiteSparse = "*"} -"5.1.5+0" = {SuiteSparse = "*"} -"5.1.7+0" = {SuiteSparse = "*"} -"6.0.0+0" = {SuiteSparse = "*"} -"6.1.3+0" = {SuiteSparse = "*"} -"6.2.1+0" = {SuiteSparse = "*"} -"7.0.3+0" = {SuiteSparse = "*"} -"7.1.0+0" = {SuiteSparse = "*"} -"7.2.0+0" = {SuiteSparse = "*"} -"9.3.1+0" = {SuiteSparse = "7.8.3"} -"10.1.1+0" = {SuiteSparse = "7.11.0"} - -[SuiteSparse32_jll] -"5.4.0+0" = {SuiteSparse = "5.4.0"} -"5.4.0+1" = {SuiteSparse = "5.4.0"} -"5.8.1+0" = {SuiteSparse = "5.8.1"} -"5.10.1+0" = {SuiteSparse = "5.10.1"} -"7.8.3+0" = {SuiteSparse = "7.8.3"} -"7.10.1+0" = {SuiteSparse = "7.10.1"} -"7.11.0+0" = {SuiteSparse = "7.11.0"} - -[SuiteSparseGraphBLAS_jll] -"5.6.0+0" = {SuiteSparse = "5.6.0"} -"5.6.0+1" = {SuiteSparse = "5.6.0"} -"5.6.0+2" = {SuiteSparse = "5.6.0"} -"5.6.0+3" = {SuiteSparse = "5.6.0"} - -[SuiteSparse_GPU_jll] -"5.8.1+0" = {SuiteSparse = "5.8.1"} -"5.8.1+1" = {SuiteSparse = "5.8.1"} -"5.10.1+0" = {SuiteSparse = "5.10.1"} -"5.10.1+1" = {SuiteSparse = "5.10.1"} -"7.5.0+0" = {SuiteSparse = "7.5.0"} -"7.5.1+0" = {SuiteSparse = "7.5.1"} -"7.6.0+0" = {SuiteSparse = "7.6.0"} -"7.6.1+0" = {SuiteSparse = "7.6.1"} -"7.7.0+0" = {SuiteSparse = "7.7.0"} -"7.7.0+1" = {SuiteSparse = "7.7.0"} -"7.8.0+0" = {SuiteSparse = "7.8.0"} -"7.8.3+0" = {SuiteSparse = "7.8.3"} -"7.11.0+0" = {SuiteSparse = "7.11.0"} - -[SuiteSparse_LBT_jll] -"5.4.1+0" = {SuiteSparse = "5.4.0"} - -[SuiteSparse_jll] -"5.4.0+0" = {SuiteSparse = "5.4.0"} -"5.4.0+1" = {SuiteSparse = "5.4.0"} -"5.4.0+2" = {SuiteSparse = "5.4.0"} -"5.4.0+3" = {SuiteSparse = "5.4.0"} -"5.4.0+4" = {SuiteSparse = "5.4.0"} -"5.4.0+5" = {SuiteSparse = "5.4.0"} -"5.4.0+6" = {SuiteSparse = "5.4.0"} -"5.4.0+7" = {SuiteSparse = "5.4.0"} -"5.4.0+8" = {SuiteSparse = "5.4.0"} -"5.4.0+9" = {SuiteSparse = "5.4.0"} -"5.4.1+0" = {SuiteSparse = "5.4.0"} -"5.4.1+1" = {SuiteSparse = "5.4.0"} -"5.4.1+2" = {SuiteSparse = "5.4.0"} -"5.4.1+3" = {SuiteSparse = "5.8.1"} -"5.8.1+0" = {SuiteSparse = "5.8.1"} -"5.8.1+1" = {SuiteSparse = "5.8.1"} -"5.8.1+2" = {SuiteSparse = "5.8.1"} -"5.10.1+0" = {SuiteSparse = "5.10.1"} -"5.10.1+1" = {SuiteSparse = "5.10.1"} -"5.10.1+2" = {SuiteSparse = "5.10.1"} -"5.10.1+3" = {SuiteSparse = "5.10.1"} -"5.10.1+4" = {SuiteSparse = "5.10.1"} -"5.10.1+5" = {SuiteSparse = "5.10.1"} -"5.10.1+6" = {SuiteSparse = "5.10.1"} -"5.10.1+7" = {SuiteSparse = "5.10.1"} -"7.0.1+0" = {SuiteSparse = "7.0.1"} -"7.0.1+1" = {SuiteSparse = "7.0.1"} -"7.0.1+2" = {SuiteSparse = "7.0.1"} -"7.0.1+3" = {SuiteSparse = "7.0.1"} -"7.2.0+0" = {SuiteSparse = "*"} -"7.2.0+1" = {SuiteSparse = "*"} -"7.2.1+0" = {SuiteSparse = "7.2.1"} -"7.2.1+1" = {SuiteSparse = "7.2.1"} -"7.3.0+0" = {SuiteSparse = "7.3.0"} -"7.4.0+0" = {SuiteSparse = "7.4.0"} -"7.4.0+1" = {SuiteSparse = "7.4.0"} -"7.4.0+2" = {SuiteSparse = "7.4.0"} -"7.5.0+0" = {SuiteSparse = "7.5.0"} -"7.5.1+0" = {SuiteSparse = "7.5.1"} -"7.6.0+0" = {SuiteSparse = "7.6.0"} -"7.6.1+0" = {SuiteSparse = "7.6.1"} -"7.7.0+0" = {SuiteSparse = "7.7.0"} -"7.7.0+1" = {SuiteSparse = "7.7.0"} -"7.8.0+0" = {SuiteSparse = "7.8.0"} -"7.8.0+1" = {SuiteSparse = "7.8.0"} -"7.8.2+0" = {SuiteSparse = "7.8.2"} -"7.8.3+0" = {SuiteSparse = "7.8.3"} -"7.8.3+1" = {SuiteSparse = "7.8.3"} -"7.8.3+2" = {SuiteSparse = "7.8.3"} -"7.10.1+0" = {SuiteSparse = "7.10.1"} -"7.11.0+0" = {SuiteSparse = "7.11.0"} - -[TracyProfiler_jll] -"0.7.8+0" = {tracy = "0.7.8"} -"0.9.1+0" = {tracy = "0.9.1"} -"0.9.1+1" = {tracy = "0.9.1"} -"0.9.1+2" = {tracy = "0.9.1"} -"0.9.1+3" = {tracy = "0.9.1"} - -[Vulkan_Loader_jll] -"1.3.243+0" = {Vulkan-Loader = "1.3.243.0"} - -[Wayland_jll] -"1.17.0+0" = {wayland = "1.17.0"} -"1.17.0+1" = {wayland = "1.17.0"} -"1.17.0+2" = {wayland = "1.17.0"} -"1.17.0+3" = {wayland = "1.17.0"} -"1.17.0+4" = {wayland = "1.17.0"} -"1.19.0+0" = {wayland = "1.19.0"} -"1.21.0+0" = {wayland = "1.21.0"} -"1.21.0+1" = {wayland = "1.21.0"} -"1.21.0+2" = {wayland = "1.21.0"} -"1.23.1+0" = {wayland = "1.23.1"} -"1.23.1+1" = {wayland = "1.23.1"} -"1.23.1+2" = {wayland = "1.23.1"} -"1.24.0+0" = {wayland = "1.24.0"} - -[XZ_jll] -"5.2.4+0" = {xz = "5.2.4"} -"5.2.4+1" = {xz = "5.2.4"} -"5.2.4+2" = {xz = "5.2.4"} -"5.2.4+3" = {xz = "5.2.4"} -"5.2.5+0" = {xz = "5.2.5"} -"5.2.5+1" = {xz = "5.2.5"} -"5.2.5+2" = {xz = "5.2.5"} -"5.2.5+3" = {xz = "5.2.5"} -"5.2.5+4" = {xz = "5.2.5"} -"5.2.5+5" = {xz = "5.2.5"} -"5.2.7+0" = {xz = "5.2.7"} -"5.2.9+0" = {xz = "5.2.9"} -"5.4.3+0" = {xz = "5.4.3"} -"5.4.3+1" = {xz = "5.4.3"} -"5.4.4+0" = {xz = "5.4.4"} -"5.4.5+0" = {xz = "5.4.5"} -"5.4.6+0" = {xz = "5.4.6"} -"5.6.0+0" = {xz = "5.6.0"} -"5.6.1+0" = {xz = "5.6.1"} -"5.6.3+0" = {xz = "5.6.3"} -"5.6.3+1" = {xz = "5.6.3"} -"5.6.3+2" = {xz = "5.6.3"} -"5.6.4+0" = {xz = "5.6.3"} -"5.6.4+1" = {xz = "5.6.4"} -"5.8.0+0" = {xz = "5.8.0"} -"5.8.1+0" = {xz = "5.8.1"} - -[Xorg_libICE_jll] -"1.0.10+0" = {libICE = "1.0.10"} -"1.0.10+1" = {libICE = "1.0.10"} -"1.1.1+0" = {libICE = "1.1.1"} -"1.1.2+0" = {libICE = "1.1.2"} - -[Xorg_libSM_jll] -"1.2.3+0" = {libSM = "1.2.3"} -"1.2.4+0" = {libSM = "1.2.4"} -"1.2.6+0" = {libSM = "1.2.6"} - -[Xorg_libX11_jll] -"1.6.8+0" = {libX11 = "1.6.8"} -"1.6.9+0" = {libX11 = "1.6.9"} -"1.6.9+1" = {libX11 = "1.6.9"} -"1.6.9+2" = {libX11 = "1.6.9"} -"1.6.9+3" = {libX11 = "1.6.9"} -"1.6.9+4" = {libX11 = "1.6.9"} -"1.8.6+0" = {libX11 = "1.8.6"} -"1.8.6+1" = {libX11 = "1.8.6"} -"1.8.6+2" = {libX11 = "1.8.6"} -"1.8.6+3" = {libX11 = "1.8.6"} -"1.8.12+0" = {libX11 = "1.8.12"} - -[Xorg_libXau_jll] -"1.0.9+0" = {libXau = "1.0.9"} -"1.0.9+1" = {libXau = "1.0.9"} -"1.0.9+2" = {libXau = "1.0.9"} -"1.0.9+3" = {libXau = "1.0.9"} -"1.0.9+4" = {libXau = "1.0.9"} -"1.0.11+0" = {libXau = "1.0.11"} -"1.0.11+1" = {libXau = "1.0.11"} -"1.0.11+2" = {libXau = "1.0.11"} -"1.0.11+3" = {libXau = "1.0.11"} -"1.0.12+0" = {libXau = "1.0.12"} -"1.0.13+0" = {libXau = "1.0.12"} - -[Xorg_libXcursor_jll] -"1.2.0+0" = {libxcursor = "1.2.0"} -"1.2.0+1" = {libxcursor = "1.2.0"} -"1.2.0+2" = {libxcursor = "1.2.0"} -"1.2.0+3" = {libxcursor = "1.2.0"} -"1.2.0+4" = {libxcursor = "1.2.0"} -"1.2.3+0" = {libxcursor = "1.2.3"} -"1.2.4+0" = {libxcursor = "1.2.3"} - -[Xorg_libXdmcp_jll] -"1.1.3+0" = {libxdmcp = "1.1.3"} -"1.1.3+1" = {libxdmcp = "1.1.3"} -"1.1.3+2" = {libxdmcp = "1.1.3"} -"1.1.3+3" = {libxdmcp = "1.1.3"} -"1.1.3+4" = {libxdmcp = "1.1.3"} -"1.1.4+0" = {libxdmcp = "1.1.4"} -"1.1.4+1" = {libxdmcp = "1.1.4"} -"1.1.4+2" = {libxdmcp = "1.1.4"} -"1.1.4+3" = {libxdmcp = "1.1.4"} -"1.1.5+0" = {libxdmcp = "1.1.5"} -"1.1.6+0" = {libxdmcp = "1.1.5"} - -[Xorg_libXext_jll] -"1.3.4+0" = {libXext = "1.3.4"} -"1.3.4+1" = {libXext = "1.3.4"} -"1.3.4+2" = {libXext = "1.3.4"} -"1.3.4+3" = {libXext = "1.3.4"} -"1.3.4+4" = {libXext = "1.3.4"} -"1.3.6+0" = {libXext = "1.3.6"} -"1.3.6+1" = {libXext = "1.3.6"} -"1.3.6+2" = {libXext = "1.3.6"} -"1.3.6+3" = {libXext = "1.3.6"} -"1.3.7+0" = {libXext = "1.3.6"} - -[Xorg_libXfixes_jll] -"5.0.3+0" = {libxfixes = "5.0.3"} -"5.0.3+1" = {libxfixes = "5.0.3"} -"5.0.3+2" = {libxfixes = "5.0.3"} -"5.0.3+3" = {libxfixes = "5.0.3"} -"5.0.3+4" = {libxfixes = "5.0.3"} -"6.0.0+0" = {libxfixes = "6.0.0"} -"6.0.1+0" = {libxfixes = "6.0.1"} - -[Xorg_libXi_jll] -"1.7.10+0" = {libXi = "1.7.10"} -"1.7.10+1" = {libXi = "1.7.10"} -"1.7.10+2" = {libXi = "1.7.10"} -"1.7.10+3" = {libXi = "1.7.10"} -"1.7.10+4" = {libXi = "1.7.10"} -"1.8.2+0" = {libXi = "1.8.2"} -"1.8.3+0" = {libXi = "1.8.2"} - -[Xorg_libXinerama_jll] -"1.1.4+0" = {libXinerama = "1.1.4"} -"1.1.4+1" = {libXinerama = "1.1.4"} -"1.1.4+2" = {libXinerama = "1.1.4"} -"1.1.4+3" = {libXinerama = "1.1.4"} -"1.1.4+4" = {libXinerama = "1.1.4"} -"1.1.5+0" = {libXinerama = "1.1.5"} -"1.1.6+0" = {libXinerama = "1.1.5"} - -[Xorg_libXrandr_jll] -"1.5.2+0" = {libXrandr = "1.5.2"} -"1.5.2+1" = {libXrandr = "1.5.2"} -"1.5.2+2" = {libXrandr = "1.5.2"} -"1.5.2+3" = {libXrandr = "1.5.2"} -"1.5.2+4" = {libXrandr = "1.5.2"} -"1.5.4+0" = {libXrandr = "1.5.4"} -"1.5.5+0" = {libXrandr = "1.5.4"} - -[Xorg_libXrender_jll] -"0.9.10+0" = {libxrender = "0.9.10"} -"0.9.10+1" = {libxrender = "0.9.10"} -"0.9.10+2" = {libxrender = "0.9.10"} -"0.9.10+3" = {libxrender = "0.9.10"} -"0.9.10+4" = {libxrender = "0.9.10"} -"0.9.11+0" = {libxrender = "0.9.11"} -"0.9.11+1" = {libxrender = "0.9.11"} -"0.9.12+0" = {libxrender = "0.9.12"} - -[Xorg_libxcb_jll] -"1.13.0+0" = {libxcb = "1.13"} -"1.13.0+1" = {libxcb = "1.13"} -"1.13.0+2" = {libxcb = "1.13"} -"1.13.0+3" = {libxcb = "1.13"} -"1.15.0+0" = {libxcb = "1.15"} -"1.17.0+0" = {libxcb = "1.17.0"} -"1.17.0+1" = {libxcb = "1.17.0"} -"1.17.0+2" = {libxcb = "1.17.0"} -"1.17.0+3" = {libxcb = "1.17.0"} -"1.17.1+0" = {libxcb = "1.17.0"} - -[Xorg_libxkbfile_jll] -"1.1.0+0" = {libxkbfile = "1.1.0"} -"1.1.0+1" = {libxkbfile = "1.1.0"} -"1.1.0+2" = {libxkbfile = "1.1.0"} -"1.1.0+3" = {libxkbfile = "1.1.0"} -"1.1.0+4" = {libxkbfile = "1.1.0"} -"1.1.2+0" = {libxkbfile = "1.1.2"} -"1.1.2+1" = {libxkbfile = "1.1.2"} -"1.1.3+0" = {libxkbfile = "1.1.3"} - -[Xorg_xcb_util_cursor_jll] -"0.1.4+0" = {libxcb-util-cursor = "0.1.4"} -"0.1.5+0" = {libxcb-util-cursor = "0.1.5"} - -[Xorg_xcb_util_image_jll] -"0.4.0+0" = {libxcb-util-image = "0.4.0"} -"0.4.0+1" = {libxcb-util-image = "0.4.0"} -"0.4.1+0" = {libxcb-util-image = "0.4.1"} - -[Xorg_xcb_util_jll] -"0.4.0+0" = {libxcb-util = "0.4.0"} -"0.4.0+1" = {libxcb-util = "0.4.0"} -"0.4.1+0" = {libxcb-util = "0.4.1"} - -[Xorg_xcb_util_keysyms_jll] -"0.4.0+0" = {libxcb-util-keysyms = "0.4.0"} -"0.4.0+1" = {libxcb-util-keysyms = "0.4.0"} -"0.4.1+0" = {libxcb-util-keysyms = "0.4.1"} - -[Xorg_xcb_util_renderutil_jll] -"0.3.9+0" = {libxcb-util-renderutil = "0.3.9"} -"0.3.9+1" = {libxcb-util-renderutil = "0.3.9"} -"0.3.10+0" = {libxcb-util-renderutil = "0.3.10"} - -[Xorg_xcb_util_wm_jll] -"0.4.1+0" = {libxcb-util-wm = "0.4.1"} -"0.4.1+1" = {libxcb-util-wm = "0.4.1"} -"0.4.2+0" = {libxcb-util-wm = "0.4.2"} - -[Xorg_xkbcomp_jll] -"1.4.2+0" = {xkbcomp = "1.4.2"} -"1.4.2+1" = {xkbcomp = "1.4.2"} -"1.4.2+2" = {xkbcomp = "1.4.2"} -"1.4.2+3" = {xkbcomp = "1.4.2"} -"1.4.2+4" = {xkbcomp = "1.4.2"} -"1.4.6+0" = {xkbcomp = "1.4.6"} -"1.4.6+1" = {xkbcomp = "1.4.6"} -"1.4.7+0" = {xkbcomp = "1.4.7"} - -[Xorg_xkeyboard_config_jll] -"2.27.0+0" = {xkeyboard-config = "2.27"} -"2.27.0+1" = {xkeyboard-config = "2.27"} -"2.27.0+2" = {xkeyboard-config = "2.27"} -"2.27.0+3" = {xkeyboard-config = "2.27"} -"2.27.0+4" = {xkeyboard-config = "2.27"} -"2.39.0+0" = {xkeyboard-config = "2.39"} -"2.44.0+0" = {xkeyboard-config = "2.44"} - -[Xorg_xtrans_jll] -"1.4.0+0" = {xtrans = "1.4.0"} -"1.4.0+1" = {xtrans = "1.4.0"} -"1.4.0+2" = {xtrans = "1.4.0"} -"1.4.0+3" = {xtrans = "1.4.0"} -"1.5.0+0" = {xtrans = "1.5.0"} -"1.5.0+1" = {xtrans = "1.5.0"} -"1.5.0+2" = {xtrans = "1.5.0"} -"1.5.0+3" = {xtrans = "1.5.0"} -"1.5.1+0" = {xtrans = "1.5.1"} -"1.6.0+0" = {xtrans = "1.6.0"} - -[Zlib_jll] -"1.2.11+0" = {zlib = "1.2.11"} -"1.2.11+2" = {zlib = "1.2.11"} -"1.2.11+3" = {zlib = "1.2.11"} -"1.2.11+4" = {zlib = "1.2.11"} -"1.2.11+5" = {zlib = "1.2.11"} -"1.2.11+6" = {zlib = "1.2.11"} -"1.2.11+7" = {zlib = "1.2.11"} -"1.2.11+8" = {zlib = "1.2.11"} -"1.2.11+9" = {zlib = "1.2.11"} -"1.2.11+10" = {zlib = "1.2.11"} -"1.2.11+11" = {zlib = "1.2.11"} -"1.2.11+12" = {zlib = "1.2.11"} -"1.2.11+13" = {zlib = "1.2.11"} -"1.2.11+14" = {zlib = "1.2.11"} -"1.2.11+15" = {zlib = "1.2.11"} -"1.2.11+16" = {zlib = "1.2.11"} -"1.2.11+17" = {zlib = "1.2.11"} -"1.2.11+18" = {zlib = "1.2.11"} -"1.2.12+0" = {zlib = "1.2.11"} -"1.2.12+1" = {zlib = "1.2.11"} -"1.2.12+2" = {zlib = "1.2.11"} -"1.2.12+3" = {zlib = "1.2.12"} -"1.2.12+4" = {zlib = "1.2.12"} -"1.2.12+5" = {zlib = "1.2.12"} -"1.2.13+0" = {zlib = "1.2.13"} -"1.2.13+1" = {zlib = "1.2.13"} -"1.3.0+0" = {zlib = "1.3"} -"1.3.1+0" = {zlib = "1.3.1"} -"1.3.1+1" = {zlib = "1.3.1"} -"1.3.1+2" = {zlib = "1.3.1"} - -[ZstdSeekable_jll] -"1.5.6+0" = {zstd_jl = "1.5.6"} -"1.5.7+0" = {zstd_jl = "1.5.7"} - -[Zstd_jll] -"1.4.2+0" = {zstd_jl = "1.4.2"} -"1.4.4+0" = {zstd_jl = "1.4.4"} -"1.4.4+1" = {zstd_jl = "1.4.4"} -"1.4.5+0" = {zstd_jl = "1.4.5"} -"1.4.5+1" = {zstd_jl = "1.4.5"} -"1.4.5+2" = {zstd_jl = "1.4.5"} -"1.4.8+0" = {zstd_jl = "1.4.8"} -"1.5.0+0" = {zstd_jl = "1.5.0"} -"1.5.2+0" = {zstd_jl = "1.5.2"} -"1.5.4+0" = {zstd_jl = "1.5.4"} -"1.5.5+0" = {zstd_jl = "1.5.5"} -"1.5.6+0" = {zstd_jl = "1.5.6"} -"1.5.6+1" = {zstd_jl = "1.5.6"} -"1.5.6+2" = {zstd_jl = "1.5.6"} -"1.5.6+3" = {zstd_jl = "1.5.6"} -"1.5.7+0" = {zstd_jl = "1.5.6"} -"1.5.7+1" = {zstd_jl = "1.5.7"} - -[eudev_jll] -"3.2.9+0" = {eudev = "3.2.9"} -"3.2.14+0" = {eudev = "3.2.14"} - -[fzf_jll] -"0.21.1+0" = {fzf = "0.21.1"} -"0.22.0+0" = {fzf = "0.22.0"} -"0.23.1+0" = {fzf = "0.23.1"} -"0.24.1+0" = {fzf = "0.24.1"} -"0.24.2+0" = {fzf = "0.24.2"} -"0.24.4+0" = {fzf = "0.24.4"} -"0.25.0+0" = {fzf = "0.25.0"} -"0.27.2+0" = {fzf = "0.27.2"} -"0.28.0+0" = {fzf = "0.28.0"} -"0.29.0+0" = {fzf = "0.29.0"} -"0.30.0+0" = {fzf = "0.30.0"} -"0.35.1+0" = {fzf = "0.35.1"} -"0.43.0+0" = {fzf = "0.43.0"} -"0.49.0+0" = {fzf = "0.49.0"} -"0.53.0+0" = {fzf = "0.53.0"} -"0.56.3+0" = {fzf = "0.56.3"} -"0.61.1+0" = {fzf = "0.61.1"} - -[libaom_jll] -"3.4.0+0" = {libaom = "3.4.0"} -"3.9.0+0" = {libaom = "3.9.0"} -"3.11.0+0" = {libaom = "3.11.0"} -"3.12.1+0" = {libaom = "3.12.1"} - -[libass_jll] -"0.14.0+0" = {libass = "0.14.0"} -"0.14.0+1" = {libass = "0.14.0"} -"0.14.0+2" = {libass = "0.14.0"} -"0.14.0+3" = {libass = "0.14.0"} -"0.14.0+4" = {libass = "0.14.0"} -"0.15.1+0" = {libass = "0.15.1"} -"0.15.2+0" = {libass = "0.15.2"} -"0.17.4+0" = {libass = "0.17.4"} - -[libblastrampoline_jll] -"1.0.0+0" = {libblastrampoline = "1.0.0"} -"2.0.0+0" = {libblastrampoline = "2.0.0"} -"2.2.0+0" = {libblastrampoline = "2.2.0"} -"3.0.0+0" = {libblastrampoline = "3.0.0"} -"3.0.1+0" = {libblastrampoline = "3.0.1"} -"3.0.2+0" = {libblastrampoline = "3.0.2"} -"3.0.3+0" = {libblastrampoline = "3.0.3"} -"3.0.4+0" = {libblastrampoline = "3.0.4"} -"3.1.0+0" = {libblastrampoline = "3.1.0"} -"3.1.0+1" = {libblastrampoline = "3.1.0"} -"3.1.0+2" = {libblastrampoline = "3.1.0"} -"4.0.0+0" = {libblastrampoline = "4.0.0"} -"5.0.0+0" = {libblastrampoline = "5.0.0"} -"5.0.1+0" = {libblastrampoline = "5.0.1"} -"5.0.2+0" = {libblastrampoline = "5.0.2"} -"5.1.0+0" = {libblastrampoline = "5.1.0"} -"5.1.1+0" = {libblastrampoline = "5.1.1"} -"5.1.1+1" = {libblastrampoline = "5.1.1"} -"5.2.0+0" = {libblastrampoline = "5.2.0"} -"5.4.0+0" = {libblastrampoline = "5.4.0"} -"5.4.0+1" = {libblastrampoline = "5.4.0"} -"5.4.0+2" = {libblastrampoline = "5.4.0"} -"5.5.0+0" = {libblastrampoline = "5.5.0"} -"5.6.0+0" = {libblastrampoline = "5.6.0"} -"5.7.0+0" = {libblastrampoline = "5.7.0"} -"5.8.0+0" = {libblastrampoline = "5.8.0"} -"5.8.0+1" = {libblastrampoline = "5.8.0"} -"5.8.0+2" = {libblastrampoline = "5.8.0"} -"5.9.0+0" = {libblastrampoline = "5.9.0"} -"5.10.0+0" = {libblastrampoline = "5.10.0"} -"5.10.1+0" = {libblastrampoline = "5.10.1"} -"5.11.0+0" = {libblastrampoline = "5.11.0"} -"5.11.0+1" = {libblastrampoline = "5.11.0"} -"5.11.1+0" = {libblastrampoline = "5.11.1"} -"5.11.1+1" = {libblastrampoline = "5.11.1"} -"5.11.1+2" = {libblastrampoline = "5.11.1"} -"5.11.2+0" = {libblastrampoline = "5.11.2"} -"5.11.2+1" = {libblastrampoline = "5.11.2"} -"5.12.0+0" = {libblastrampoline = "5.12.0"} -"5.13.0+0" = {libblastrampoline = "5.13.0"} -"5.13.1+0" = {libblastrampoline = "5.13.1"} -"5.13.1+1" = {libblastrampoline = "5.13.1"} -"5.14.0+0" = {libblastrampoline = "5.14.0"} -"5.14.0+1" = {libblastrampoline = "5.14.0"} - -[libdecor_jll] -"0.2.2+0" = {libdecor = "0.2.2"} - -[libevdev_jll] -"1.11.0+0" = {libevdev = "1.11.0"} -"1.13.4+0" = {libevdev = "1.13.4"} - -[libfdk_aac_jll] -"0.1.6+0" = {fdkaac = "0.1.6"} -"0.1.6+1" = {fdkaac = "0.1.6"} -"0.1.6+2" = {fdkaac = "0.1.6"} -"0.1.6+3" = {fdkaac = "0.1.6"} -"0.1.6+4" = {fdkaac = "0.1.6"} -"2.0.2+0" = {fdkaac = "2.0.2"} -"2.0.3+0" = {fdkaac = "2.0.3"} -"2.0.4+0" = {fdkaac = "2.0.3"} - -[libinput_jll] -"1.18.0+0" = {libinput = "1.18.0"} -"1.28.1+0" = {libinput = "1.28.1"} - -[libpng_jll] -"1.6.37+0" = {libpng = "1.6.37"} -"1.6.37+1" = {libpng = "1.6.37"} -"1.6.37+2" = {libpng = "1.6.37"} -"1.6.37+3" = {libpng = "1.6.37"} -"1.6.37+4" = {libpng = "1.6.37"} -"1.6.37+5" = {libpng = "1.6.37"} -"1.6.37+6" = {libpng = "1.6.37"} -"1.6.38+0" = {libpng = "1.6.37"} -"1.6.38+1" = {libpng = "1.6.40"} -"1.6.40+0" = {libpng = "1.6.40"} -"1.6.42+0" = {libpng = "1.6.42"} -"1.6.43+0" = {libpng = "1.6.43"} -"1.6.43+1" = {libpng = "1.6.43"} -"1.6.44+0" = {libpng = "1.6.44"} -"1.6.44+1" = {libpng = "1.6.44"} -"1.6.44+2" = {libpng = "1.6.44"} -"1.6.45+0" = {libpng = "1.6.44"} -"1.6.45+1" = {libpng = "1.6.45"} -"1.6.46+0" = {libpng = "1.6.46"} -"1.6.47+0" = {libpng = "1.6.47"} -"1.6.48+0" = {libpng = "1.6.48"} -"1.6.49+0" = {libpng = "1.6.49"} -"1.6.50+0" = {libpng = "1.6.50"} - -[libvorbis_jll] -"1.3.6+0" = {libvorbis = "1.3.6"} -"1.3.6+1" = {libvorbis = "1.3.6"} -"1.3.6+2" = {libvorbis = "1.3.6"} -"1.3.6+3" = {libvorbis = "1.3.6"} -"1.3.6+4" = {libvorbis = "1.3.6"} -"1.3.6+5" = {libvorbis = "1.3.6"} -"1.3.6+6" = {libvorbis = "1.3.6"} -"1.3.7+0" = {libvorbis = "1.3.7"} -"1.3.7+1" = {libvorbis = "1.3.7"} -"1.3.7+2" = {libvorbis = "1.3.7"} -"1.3.8+0" = {libvorbis = "1.3.7"} - -[mtdev_jll] -"1.1.6+0" = {mtdev = "1.1.6"} -"1.1.7+0" = {mtdev = "1.1.7"} - -[nghttp2_jll] -"1.40.0+0" = {nghttp2 = "1.40.0"} -"1.40.0+1" = {nghttp2 = "1.40.0"} -"1.40.0+2" = {nghttp2 = "1.40.0"} -"1.41.0+0" = {nghttp2 = "1.41.0"} -"1.41.0+1" = {nghttp2 = "1.41.0"} -"1.41.0+2" = {nghttp2 = "1.41.0"} -"1.41.0+3" = {nghttp2 = "1.41.0"} -"1.47.0+0" = {nghttp2 = "1.47.0"} -"1.48.0+0" = {nghttp2 = "1.48.0"} -"1.48.0+1" = {nghttp2 = "1.48.0"} -"1.52.0+0" = {nghttp2 = "1.52.0"} -"1.52.0+1" = {nghttp2 = "1.52.0"} -"1.58.0+0" = {nghttp2 = "1.58.0"} -"1.59.0+0" = {nghttp2 = "1.59.0"} -"1.60.0+0" = {nghttp2 = "1.60.0"} -"1.61.0+0" = {nghttp2 = "1.61.0"} -"1.62.0+0" = {nghttp2 = "1.62.0"} -"1.62.1+0" = {nghttp2 = "1.62.1"} -"1.63.0+0" = {nghttp2 = "1.63.0"} -"1.63.0+1" = {nghttp2 = "1.63.0"} -"1.64.0+0" = {nghttp2 = "1.64.0"} -"1.64.0+1" = {nghttp2 = "1.64.0"} -"1.65.0+0" = {nghttp2 = "1.65.0"} -"1.66.0+0" = {nghttp2 = "1.66.0"} -"1.67.0+0" = {nghttp2 = "1.67.0"} - -[oneAPI_Support_jll] -"0.1.0+0" = {IntelOpenMP = "2022.1.0"} -"0.1.0+1" = {IntelOpenMP = "2022.1.0"} -"0.1.1+0" = {IntelOpenMP = "2022.1.0"} -"0.2.0+0" = {IntelOpenMP = "2023.0.0"} -"0.2.1+0" = {IntelOpenMP = "2023.0.0"} -"0.2.2+0" = {IntelOpenMP = "2023.0.0"} -"0.3.0+0" = {IntelOpenMP = "2024.0.0"} -"0.3.1+0" = {IntelOpenMP = "2024.0.0"} -"0.3.2+0" = {IntelOpenMP = "2024.0.0"} -"0.3.3+0" = {IntelOpenMP = "2024.0.0"} -"0.3.3+1" = {IntelOpenMP = "2024.0.0"} -"0.4.0+0" = {IntelOpenMP = "2024.0.0"} -"0.4.0+1" = {IntelOpenMP = "2024.0.0"} -"0.5.0+0" = {IntelOpenMP = "2024.1.0"} -"0.5.1+0" = {IntelOpenMP = "2024.1.0"} -"0.6.0+0" = {IntelOpenMP = "2024.2.0"} -"0.7.0+0" = {IntelOpenMP = "2025.0.0"} -"0.8.0+0" = {IntelOpenMP = "2025.1.0"} -"0.9.0+0" = {IntelOpenMP = "2025.2.0"} -"0.9.1+0" = {IntelOpenMP = "2025.2.0"} - -[oneTBB_jll] -"2021.2.1+0" = {oneTBB = "*"} -"2021.2.1+1" = {oneTBB = "*"} -"2021.4.1+0" = {oneTBB = "*"} -"2021.5.0+0" = {oneTBB = "2021.5.0"} -"2021.8.0+0" = {oneTBB = "2021.8.0"} -"2021.9.0+0" = {oneTBB = "2021.9.0"} -"2021.12.0+0" = {oneTBB = "2021.12.0"} -"2022.0.0+0" = {oneTBB = "2022.0.0"} - -[util_linux_jll] -"2.35.0+0" = {util-linux = "2.35"} -"2.39.3+0" = {util-linux = "2.39"} -"2.40.1+0" = {util-linux = "2.40"} -"2.40.2+0" = {util-linux = "2.40"} -"2.41.0+0" = {util-linux = "2.41"} -"2.41.1+0" = {util-linux = "2.41"} - -[x265_jll] -"3.0.0+0" = {x265 = "3.0"} -"3.0.0+1" = {x265 = "3.0"} -"3.0.0+2" = {x265 = "3.0"} -"3.0.0+3" = {x265 = "3.0"} -"3.5.0+0" = {x265 = "3.5"} -"3.6.0+0" = {x265 = "3.6"} -"4.0.0+0" = {x265 = "4.0"} -"4.1.0+0" = {x265 = "4.1"} - -[xkbcommon_jll] -"0.9.1+0" = {xkbcommon = "0.9.1"} -"0.9.1+1" = {xkbcommon = "0.9.1"} -"0.9.1+2" = {xkbcommon = "0.9.1"} -"0.9.1+3" = {xkbcommon = "0.9.1"} -"0.9.1+4" = {xkbcommon = "0.9.1"} -"0.9.1+5" = {xkbcommon = "0.9.1"} -"1.4.1+0" = {xkbcommon = "1.4.1"} -"1.4.1+1" = {xkbcommon = "1.4.1"} -"1.4.1+2" = {xkbcommon = "1.4.1"} -"1.8.1+0" = {xkbcommon = "1.8.1"} -"1.9.2+0" = {xkbcommon = "1.9.2"} diff --git a/scripts/jll_metadata/Project.toml b/scripts/jll_metadata/Project.toml deleted file mode 100644 index ad1617bb..00000000 --- a/scripts/jll_metadata/Project.toml +++ /dev/null @@ -1,8 +0,0 @@ -[deps] -Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" -BinaryBuilder = "12aac903-9f7c-5d81-afc2-d9565ea332ae" -BinaryBuilderBase = "7f725544-6523-48cd-82d1-3fa08ff4056e" -HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" -JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" -TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" diff --git a/scripts/jll_metadata/update_jll_metadata.jl b/scripts/jll_metadata/update_jll_metadata.jl deleted file mode 100644 index d1f574e7..00000000 --- a/scripts/jll_metadata/update_jll_metadata.jl +++ /dev/null @@ -1,312 +0,0 @@ -using TOML: TOML -using HTTP: HTTP -using JSON3: JSON3 -using BinaryBuilder: BinaryBuilder, BinaryBuilderBase -using Pkg: Pkg, Registry, PackageSpec -using Base64: base64decode - -@eval BinaryBuilderBase begin - # Disable errors when github archives are used - check_github_archive(url::String) = nothing -end - -# Copied from SecurityAdvisories just to make life a little easier, since this runs v1.7 -function get_registry(reg=Registry.RegistrySpec(name="General", uuid = "23338594-aafe-5451-b93e-139f81909106"); depot=Pkg.depots1()) - name = joinpath(depot, "registries", reg.name) - if !ispath(name) && !ispath(name * ".toml") - Registry.add([reg]; depot) - end - if !ispath(name) - name = name * ".toml" - end - ispath(name) || error("Registry $name not found") - return Registry.RegistryInstance(name) -end -const GITHUB_API_BASE = "https://api.github.com" -function build_headers() - headers = [ - "Accept" => "application/vnd.github+json", - "User-Agent" => "Julia-Advisory-Fetcher/1.0" - ] - if haskey(ENV, "GITHUB_TOKEN") - push!(headers, "Authorization" => "Bearer $(ENV["GITHUB_TOKEN"])") - end - return headers -end -function get_releases(owner, repo) - response = HTTP.get(string(GITHUB_API_BASE, "/repos/", owner, "/", repo, "/releases"), build_headers()) - if response.status != 200 - error("Failed to fetch advisories: HTTP $(response.status)") - end - - return JSON3.read(response.body) -end -function get_readme(owner, repo, tree_sha) - response = HTTP.get(string(GITHUB_API_BASE, "/repos/", owner, "/", repo, "/git/trees/", tree_sha), build_headers()) - if response.status != 200 - error("Failed to fetch advisories: HTTP $(response.status)") - end - - tree = JSON3.read(response.body) - readme = filter(x->x.path == "README.md", tree.tree) - isempty(readme) && return nothing - - blob = JSON3.read(HTTP.get(readme[].url, build_headers()).body) - blob.encoding == "base64" || return nothing - return String(base64decode(blob.content)) -end -commit_and_path_from_readme(::Nothing) = nothing, nothing -function commit_and_path_from_readme(readme) - m = match(r"originating \[`build_tarballs\.jl`\]\(https://github\.com/JuliaPackaging/Yggdrasil/blob/([^/]+)/(.*\.jl)\)", readme) - isnothing(m) && return nothing, nothing - return (m.captures[1], joinpath(yggy, m.captures[2])) -end -const COMMIT_INFO = Dict{Tuple{String,String,String},Any}() -function find_commit_date_from_tree_sha(owner, repo, tree_sha) - url = string(GITHUB_API_BASE, "/repos/", owner, "/", repo, "/commits?per_page=100") - while true - commits = HTTP.get(url, build_headers()) - for commit in JSON3.read(commits.body) - info = get!(COMMIT_INFO, (owner,repo,commit.sha)) do - JSON3.read(HTTP.get(string(GITHUB_API_BASE, "/repos/", owner, "/", repo, "/commits/", commit.sha), build_headers()).body) - end - if strip(info.commit.tree.sha) == tree_sha - return info.commit.committer.date - end - end - m = match(r"<([^>]+)>;\s*rel=\"next\"", get(Dict(commits.headers), "Link", "")) - isnothing(m) && break - url = m.captures[1] - end - - error("could not find sha $tree_sha in the commit history of $owner/$repo") -end - -function dict(pkg::PackageSpec) - # effectively Base.show(io::IO, pkg::PackageSpec) - f = [] - pkg.name !== nothing && push!(f, "name" => string(pkg.name)) - pkg.uuid !== nothing && push!(f, "uuid" => string(pkg.uuid)) - pkg.tree_hash !== nothing && push!(f, "tree_hash" => string(pkg.tree_hash)) - pkg.path !== nothing && push!(f, "path" => string(pkg.path)) - pkg.url !== nothing && push!(f, "url" => string(pkg.url)) - pkg.rev !== nothing && push!(f, "rev" => string(pkg.rev)) - pkg.subdir !== nothing && push!(f, "subdir" => string(pkg.subdir)) - pkg.pinned && push!(f, "pinned" => string(pkg.pinned)) - push!(f, "version" => string(pkg.version)) - if pkg.repo.source !== nothing - push!(f, "repo/source" => string("\"", pkg.repo.source, "\"")) - end - if pkg.repo.rev !== nothing - push!(f, "repo/rev" => string(pkg.repo.rev)) - end - if pkg.repo.subdir !== nothing - push!(f, "repo/subdir" => string(pkg.repo.subdir)) - end - Dict(f) -end - -# Backported from Julia (some newer release than 1.7) -function chopsuffix(s::Union{String, SubString{String}}, - suffix::Union{String, SubString{String}}) - if !isempty(suffix) && endswith(s, suffix) - astart = ncodeunits(s) - ncodeunits(suffix) + 1 - @inbounds SubString(s, firstindex(s), prevind(s, astart)) - else - SubString(s) - end -end -function chopprefix(s::Union{String, SubString{String}}, - prefix::Union{String, SubString{String}}) - if startswith(s, prefix) - SubString(s, 1 + ncodeunits(prefix)) - else - SubString(s) - end -end - -const yggy = mktempdir() -run(pipeline(`git clone https://github.com/JuliaPackaging/Yggdrasil.git $yggy`, stdout=Base.devnull)) - -jlls(reg = get_registry()) = filter(((k,v),)->endswith(v.name, "_jll"), reg.pkgs) - -majorminorpatch(v::VersionNumber) = string(v.major, ".", v.minor, ".", v.patch) -majorminor(v::VersionNumber) = string(v.major, ".", v.minor) -major(v::VersionNumber) = string(v.major) - -metadata_for_jll(jll::String; reg = get_registry()) = metadata_for_jll(only(filter(((k,v),)->v.name==jll, reg.pkgs))[2]) -function metadata_for_jll(jll::Registry.PkgEntry, versions = Registry.registry_info(jll).version_info) - jllinfo = Registry.registry_info(jll) - jllrepo = jllinfo.repo - jllname = chopsuffix(jll.name, "_jll") - m = match(r"github\.com[:/]([^/]+)/(.+?)(?:.git)?$", jllinfo.repo) - isnothing(m) && error("unknown repo $(jllinfo.repo)") - org, repo = m.captures - github_releases = get_releases(org, repo) - - metadata = Dict{String,Any}() - for (version, versioninfo) in versions - commit_from_readme, path_from_readme = commit_and_path_from_readme(get_readme(org, repo, string(versioninfo.git_tree_sha1))) - releasetags = filter(r->endswith(r.tag_name, string(version)), github_releases) - release_published_at = if length(releasetags) == 1 - only(releasetags).published_at - elseif isempty(releasetags) - find_commit_date_from_tree_sha(org, repo, string(versioninfo.git_tree_sha1)) - else - nothing - end - commit, buildscript = "", "" - sources, products, dependencies = cd(yggy) do - # First look to the - commit = @something commit_from_readme strip(read(`git rev-list -n 1 --before=$(release_published_at) master`, String)) - run(pipeline(`git checkout $commit`, stdout=Base.devnull, stderr=Base.devnull)) - buildscript = @something path_from_readme joinpath(yggy, uppercase(jllname[1:1]), jllname, "build_tarballs.jl") - if !isfile(buildscript) - # First look for a potentially-deeper nested path, without worrying about case, then consider version numbers - for searchpath in ("./$(jllname[1])/$jllname/build_tarballs.jl", - "*/$jllname/build_tarballs.jl", - "*/$jllname@$version/build_tarballs.jl", - "*/$jllname@$(majorminorpatch(version))/build_tarballs.jl", - "*/$jllname@$(majorminor(version))/build_tarballs.jl", - "*/$jllname@$(major(version))/build_tarballs.jl") - pathmatches = split(readchomp(`find . -ipath $searchpath`), "\n", keepempty=false) - if length(pathmatches) == 1 - buildscript = joinpath(yggy, pathmatches[1]) - break - elseif length(pathmatches) > 1 - error("found multiple build scripts for $jllname at Ygg $commit, got $pathmatches") - end - end - end - !isfile(buildscript) && error("could not find build script for $jllname at Ygg $commit") - @info "$jllname@$version: $buildscript @ $commit" - # Now we can evaluate the buildscript at the time of this release's publication - # but with `build_tarballs` shadowed to simply log the sources and products: - m = Module(gensym()) - sources = [] - products = [] - dependencies = [] - cd(dirname(buildscript)) do - @eval m begin - include(p) = Base.include($m, p) - using BinaryBuilder, Pkg - # Patch up support for old Products that used prefixes and avoid collisions with Base - _avoid_collisions(x::Symbol) = isdefined(Base, x) ? Symbol(x, :_is_not_defined_in_base) : x - LibraryProduct(x, varname, args...;kwargs...) = BinaryBuilder.LibraryProduct(x, _avoid_collisions(varname), args...; kwargs...) - LibraryProduct(prefix::String, name::String, var::Symbol, args...; kwargs...) = LibraryProduct([prefix*name], var, args...; kwargs...) - LibraryProduct(prefix::String, name::Vector{<:AbstractString}, var::Symbol, args...; kwargs...) = LibraryProduct(prefix.*name, var, args...; kwargs...) - ExecutableProduct(x, varname, args...;kwargs...) = BinaryBuilder.ExecutableProduct(x, _avoid_collisions(varname), args...; kwargs...) - ExecutableProduct(prefix::String, name::String, var::Symbol, args...; kwargs...) = ExecutableProduct([prefix*name], var, args...; kwargs...) - ExecutableProduct(prefix::String, name::Vector{<:AbstractString}, var::Symbol, args...; kwargs...) = ExecutableProduct(prefix.*name, var, args...; kwargs...) - FileProduct(x, varname, args...;kwargs...) = BinaryBuilder.FileProduct(x, _avoid_collisions(varname), args...; kwargs...) - FileProduct(prefix::String, name::String, args...; kwargs...) = FileProduct([prefix*name], args...; kwargs...) - FileProduct(prefix::String, name::Vector{<:AbstractString}, args...; kwargs...) = FileProduct(prefix.*name, args...; kwargs...) - # Ignore unknown FileSource kwargs (old versions supported an unpack_target kwarg) - FileSource(args...; kwargs...) = BinaryBuilder.FileSource(args...; filter((==)(:filename)∘first, kwargs)...) - # fancy_toys.jl used to define this with Pkg APIs that no longer work on v1.7. This defines it with a tighter signature than it used: - get_addable_spec(name::String, version::VersionNumber; kwargs...) = BinaryBuilder.BinaryBuilderBase.get_addable_spec(name, version; kwargs...) - # Just use the old Pkg BinaryPlatforms always; this is quite fragile/broken but the DB here ignores platform-specifics as much as possible - using Pkg.BinaryPlatforms: CompilerABI, UnknownPlatform, Linux, MacOS, Windows, FreeBSD, Platform - supported_platforms(; kwargs...) = BinaryBuilder.supported_platforms() # These kwargs require BinaryBuilder.Platforms - ARGS = [] - expand_gcc_versions(p) = p isa AbstractVector ? p : [p] - prefix = "" - function build_tarballs(ARGS, src_name, src_version, sources, script, platforms, products, dependencies; kwargs...) - append!($sources, sources) - append!($dependencies, dependencies) - if products isa AbstractVector - append!($products, products) - else - # Old versions of binary builder used a function that could add a prefix: - append!($products, products("")) - end - nothing - end - include($buildscript) - end - end - sources, products, dependencies - end - - product_names(x::BinaryBuilder.LibraryProduct) = x.libnames - product_names(x::BinaryBuilder.FrameworkProduct) = x.libraryproduct.libnames - product_names(x::BinaryBuilder.ExecutableProduct) = x.binnames - product_names(x::BinaryBuilder.FileProduct) = x.paths - libs = unique(collect(Iterators.flatten(product_names.(filter(x->isa(x,Union{BinaryBuilder.LibraryProduct,BinaryBuilder.FrameworkProduct}), products))))) - exes = unique(collect(Iterators.flatten(product_names.(filter(x->isa(x,BinaryBuilder.ExecutableProduct), products))))) - files = unique(collect(Iterators.flatten(product_names.(filter(x->isa(x,BinaryBuilder.FileProduct), products))))) - - # Old binary builders toggled between gits and archives based on endswith(.git) - # https://github.com/JuliaPackaging/BinaryBuilder.jl/blob/2b2c87be8a9ce47070d4ba92c91a3d0f4d4af2fc/src/wizard/obtain_source.jl#L95 - source_info(x::Pair{String, String}) = endswith(x[1], ".git") ? Dict("repo"=>x[1], "hash"=>x[2]) : Dict("url"=>x[1], "hash"=>x[2]) - source_info(x::AbstractString) = source_info(BinaryBuilder.DirectorySource(x)) - source_info(x::Union{BinaryBuilder.ArchiveSource, BinaryBuilder.FileSource}) = Dict("url"=>x.url, "hash"=>x.hash) - source_info(x::BinaryBuilder.GitSource) = Dict("repo"=>x.url, "hash"=>x.hash) - source_info(x::BinaryBuilder.DirectorySource) = Dict( - "patches"=>string("https://github.com/JuliaPackaging/Yggdrasil/blob/", commit, "/", chopprefix(joinpath(dirname(buildscript), x.path), yggy))) - srcs = unique(source_info.(sources)) - - # We ignore runtime dependencies; those are in the Project/Manifest - builddeps = unique([Dict(dict(x.pkg)..., "target"=>x isa BinaryBuilder.HostBuildDependency ? "host" : "target") for x in dependencies if !(x isa Union{String, BinaryBuilder.Dependency, BinaryBuilder.RuntimeDependency})]) - - version_meta = get!(metadata, string(version), Dict{String,Any}()) - !isempty(libs) && (version_meta["libraries"] = libs) - !isempty(exes) && (version_meta["executables"] = exes) - !isempty(files) && (version_meta["files"] = files) - !isempty(srcs) && (version_meta["sources"] = srcs) - !isempty(builddeps) && (version_meta["build_dependencies"] = builddeps) - end - - return metadata -end - -function update_metadata(force = false) - toml_path = joinpath(@__DIR__, "..", "..", "jll_metadata.toml") - toml = try - force && error() - t = TOML.parsefile(toml_path) - @info "updating toml with $(length(t)) entries" - t - catch - @info "starting from scratch" - Dict{String,Any}() - end - for (uuid, pkgentry) in jlls() - if !haskey(toml, pkgentry.name) - @info "populating $(pkgentry.name) from scratch" - try - toml[pkgentry.name] = metadata_for_jll(pkgentry) - catch ex - @error "error getting metadata for $(pkgentry.name)" ex - ex isa HTTP.Exceptions.StatusError && ex.status == 403 && break - end - else - toml_versions = keys(toml[pkgentry.name]) - version_info = Registry.registry_info(pkgentry).version_info - reg_versions = string.(keys(version_info)) - missing_versions = setdiff(reg_versions, toml_versions) - isempty(missing_versions) && continue - @info "updating $(pkgentry.name) for $missing_versions" - try - updates = metadata_for_jll(pkgentry, filter(((k,v),)->string(k) in missing_versions, version_info)) - merge!(toml[pkgentry.name], updates) - catch ex - @error "error getting metadata for $(pkgentry.name) at some versions" ex missing_versions - ex isa HTTP.Exceptions.StatusError && ex.status == 403 && break - end - end - end - @info "writing toml with $(length(toml)) entries" - open(toml_path,"w") do f - println(f, "#############################################################################") - println(f, "# This file is autogenerated by scripts/jll_metadata/update_jll_metadata.jl #") - println(f, "###################### Do not manually edit this file! ######################") - println(f, "#############################################################################") - TOML.print(f, toml, sorted=true, by=x->something(tryparse(VersionNumber, x), x)) - end - return toml -end - -if abspath(PROGRAM_FILE) == @__FILE__ - update_metadata() -end diff --git a/scripts/update_package_components.jl b/scripts/update_package_components.jl deleted file mode 100644 index dc54a684..00000000 --- a/scripts/update_package_components.jl +++ /dev/null @@ -1,143 +0,0 @@ -using TOML - -function main() - package_components_path = joinpath(@__DIR__, "..", "package_components.toml") - toml = isfile(package_components_path) ? TOML.parsefile(package_components_path) : Dict{String, Any}() - - project_info = TOML.parsefile(joinpath(@__DIR__, "..", "upstream_project_info.toml")) - jll_metadata = TOML.parsefile(joinpath(@__DIR__, "..", "jll_metadata.toml")) - jll_urls = [(jllname, jllversion, s["url"]) - for (jllname, jllinfo) in jll_metadata - for (jllversion, verinfo) in jllinfo if haskey(verinfo, "sources") - for s in verinfo["sources"] if haskey(s, "url")] - jll_repos = [(jllname, jllversion, s["repo"], s["hash"]) - for (jllname, jllinfo) in jll_metadata - for (jllversion, verinfo) in jllinfo if haskey(verinfo, "sources") - for s in verinfo["sources"] if haskey(s, "repo")] - info = Dict{String,Any}() - info["skips"] = Tuple{String,String,String,String,String}[] # (package,version,project,newprojectversion,oldprojectversion) that had updates but were skipped because we already had a value set - info["missings"] = Tuple{String,String,String}[] # (package,version,project) that stored a "*" - info["updates"] = Tuple{String,String,String}[] # (package,version,project) that stored a non-missing value - info["missing_reasons"] = Dict{Tuple{String,String,String}, String}() - git_cache = Dict{String,String}() - for (proj, projinfo) in project_info - # Look for JLLs whose sources match this project - url_regexes = get(projinfo, "url_regexes", String[]) - matches = Dict{Tuple{String,String},Any}() - if !isempty(url_regexes) - for (jllname, jllversion, url) in jll_urls - ms = filter(!isnothing, match.(Regex.(url_regexes, "i"), url)) - isempty(ms) && continue - # In most cases, there's only one upstream version. But this supports arrays for multiple captures - # we also append to a previously-found match from a prior URL, if it's there - captures = unique(vcat((x->x.captures[1]).(ms), get(matches, (jllname, jllversion), String[]))) - matches[(jllname, jllversion)] = length(captures) == 1 ? captures[1] : captures - end - end - if haskey(projinfo, "repo") - for (jllname, jllversion, repo, commit) in jll_repos - if repo in vcat(get(projinfo, "repo", ""), get(projinfo, "repos", String[])) - dir = get!(git_cache, proj) do - tmp = mktempdir() - run(pipeline(`git clone $(projinfo["repo"]) $tmp`, stdout=Base.devnull, stderr=Base.devnull)) - tmp - end - tag = cd(dir) do - t = try readchomp(`git tag --points-at $commit`) catch _ "" end - if isempty(t) - t = try readchomp(`git tag --points-at $commit\~`) catch _ "" end - !isempty(t) && @info "$proj: found tag at $commit~;\n\n$(readchomp(`git show --format=oneline $commit`))" - end - t - end - if isempty(tag) - info["missing_reasons"][(jllname, jllversion, proj)] = "commit $repo @ $commit is not tagged" - continue - end - # It can be challenging to parse a version number out of a tag; some options here include: v1.2.3 and PCRE2-1.2.3 - # This strips all non-numeric prefixes with up to one digit as long as the digit is not followed by a period. - # and ignore everything after a newline - ver = strip(split(chopprefix(tag, r"^[^\d]*(?:\d[^\d.]+)?"), "\n", limit=2)[1]) - @info "$proj: got version $(ver) from git tag $tag" - versions = unique(vcat(ver, get(matches, (jllname, jllversion), String[]))) - matches[(jllname, jllversion)] = length(versions) == 1 ? versions[1] : versions - end - end - end - matching_jlls = unique(first.(keys(matches))) - for jll in matching_jlls - all_versions = keys(jll_metadata[jll]) - jll_toml = get!(toml, jll, Dict{String, Any}()) - for version in all_versions - jll_toml_versioninfo = get!(jll_toml, version, Dict{String,Any}()) - if haskey(jll_toml_versioninfo, proj) && jll_toml_versioninfo[proj] != "*" - if haskey(matches, (jll, version)) && matches[(jll, version)] != jll_toml_versioninfo[proj] - # This is a mismatch that would otherwise be an update; report it - @info "skipping update to $jll@$version for $proj; found `$(matches[(jll, version)])` but `$(jll_toml_versioninfo[proj])` was already stored" - push!(info["skips"], (jll, version, proj, matches[(jll, version)], jll_toml_versioninfo[proj])) - end - continue - end - if !haskey(matches, (jll, version)) - push!(info["missings"], (jll, version, proj)) - if !haskey(info["missing_reasons"], (jll, version, proj)) - # Gather the JLL's sources to report them - source_urls = (x->x[3]).(jll_urls[first.(jll_urls) .== jll .&& (x->x[2]).(jll_urls) .== version]) - source_repo = (x->x[3]).(jll_repos[first.(jll_repos) .== jll .&& (x->x[2]).(jll_repos) .== version]) - sources = vcat(source_urls, source_repo) - source_info_str = isempty(sources) ? "no sources" : "sources:\n * " * join(sources, "\n * ") - info["missing_reasons"][(jll, version, proj)] = "no matched sources; the JLL had $source_info_str" - end - @info "$proj: no version captured for $jll@$version; $(info["missing_reasons"][(jll, version, proj)])" - else - push!(info["updates"], (jll, version, proj)) - end - jll_toml_versioninfo[proj] = get(matches, (jll, version), "*") - end - end - end - - io = open(get(ENV, "GITHUB_OUTPUT", tempname()), "w") - println(io, "exact=", isempty(info["missings"])) - updated_packages = unique(first.(info["updates"])) - n_pkgs = length(updated_packages) - pkg_str = string(n_pkgs == 1 ? "package" : "packages", n_pkgs <= 3 ? ": " * join(updated_packages, ", ", ", and ") : "") - missing_str = isempty(info["missings"]) ? "" : string( - "### Failed to find versions for ", length(info["missings"]), length(info["missings"]) == 1 ? " entry" : " entries", "\n\n* ", - join([string(pkg, "@", pkgver, ", ", proj, ": ", info["missing_reasons"][(pkg, pkgver, proj)]) for (pkg,pkgver,proj) in info["missings"]], "\n* "), - "\n\n Address these by manually replacing the `\"*\"` entries with either `[]` (to confirm that project does not exist) or the appropriate upstream version number.") - skip_str = isempty(info["skips"]) ? "" : string( - "
", length(info["skips"]), "updates were skipped because their values were already set\n\n", - "* ", join([string(pkg, "@", pkgver, " ", proj, ": found ", newver, "; have ", oldver, " set")], "\n* "), - "\n\n
\n") - println(io, "title=[automatic] update upstream component versions for $n_pkgs $pkg_str") - println(io, """ - body<something(tryparse(VersionNumber, x), x), - inline_tables=IdSet{Dict{String,Any}}(vertable for jlltable in values(toml) for vertable in values(jlltable) if length(values(vertable)) <= 2)) - end - return toml -end - -if abspath(PROGRAM_FILE) == @__FILE__ - main() -end diff --git a/src/GitHub.jl b/src/GitHub.jl index 60e716e2..46e074f8 100644 --- a/src/GitHub.jl +++ b/src/GitHub.jl @@ -10,10 +10,10 @@ using ..SecurityAdvisories: SecurityAdvisories, exists, VersionRange, VersionStr const GITHUB_API_BASE = "https://api.github.com" const DEFAULT_HOURS = 25 -function build_headers() +function build_headers(; content_type="application/vnd.github+json") headers = [ - "Accept" => "application/vnd.github+json", - "User-Agent" => "Julia-Advisory-Fetcher/1.0" + "Accept" => content_type, + "User-Agent" => "Julia-Advisory-Fetcher/1.0", ] if haskey(ENV, "GITHUB_TOKEN") @@ -130,6 +130,16 @@ function fetch_advisories(hours::Int = DEFAULT_HOURS) return all_advisories end +function fetch_file(owner, repo, path) + headers = build_headers(content_type = "application/vnd.github.raw+json") + response = HTTP.get(string(GITHUB_API_BASE, "/repos/", owner, "/", repo, "/contents/", path), headers) + if response.status != 200 + error("Failed to fetch $owner/$repo/$path: HTTP $(response.status)") + end + + return String(response.body) +end + """ fetch_ghsa(ghsa) diff --git a/src/NVD.jl b/src/NVD.jl index c7f8c4a7..33d1e544 100644 --- a/src/NVD.jl +++ b/src/NVD.jl @@ -67,8 +67,6 @@ function getmostspecific(dict::AbstractDict{CPE}, cpe::CPE) return dict[argmax(x->NVD.matchcount(cpe, x), keys(dict))] end -const CPE_MAP = Dict{CPE,String}() # CPE(k) => v for (k,v) in TOML.parsefile(joinpath(@__DIR__, "..", "cpe_equivalents.toml"))) - function build_nvd_headers() headers = [ "Accept" => "application/json", diff --git a/src/common.jl b/src/common.jl index 21f8b136..a1577749 100644 --- a/src/common.jl +++ b/src/common.jl @@ -224,11 +224,31 @@ end # The two primary datastructures for connecting packages with upstream projects const PACKAGE_COMPONENTS = Ref{Dict{String,Any}}() package_components() = isassigned(PACKAGE_COMPONENTS) ? PACKAGE_COMPONENTS[] : - (PACKAGE_COMPONENTS[] = TOML.parsefile(joinpath(@__DIR__, "..", "package_components.toml"))) + (PACKAGE_COMPONENTS[] = TOML.parse(GitHub.fetch_file("mbauman","GeneralMetadata.jl","package_components.toml"))) const UPSTREAM_PROJECTS = Ref{Dict{String,Any}}() -upstream_projects() = isassigned(UPSTREAM_PROJECTS) ? UPSTREAM_PROJECTS[] : - (UPSTREAM_PROJECTS[] = TOML.parsefile(joinpath(@__DIR__, "..", "upstream_project_info.toml"))) +function upstream_projects() + isassigned(UPSTREAM_PROJECTS) && return UPSTREAM_PROJECTS[] + info = TOML.parse(GitHub.fetch_file("mbauman","GeneralMetadata.jl","repology_info.toml")) + extra = TOML.parse(GitHub.fetch_file("mbauman","GeneralMetadata.jl","additional_info.toml")) + projects = unique(Iterators.flatten(keys.(Iterators.flatten(values.(values(package_components())))))) + relevant_info = filter(in(projects)∘first, info) + # Assume the extras are all relevant + for (proj, projinfo) in extra + if !haskey(relevant_info, proj) + relevant_info[proj] = projinfo + else + for (k, v) in projinfo + if !haskey(relevant_info[proj], k) + relevant_info[proj][k] = v + else + append!(relevant_info[proj][k], v) + end + end + end + end + return UPSTREAM_PROJECTS[] = relevant_info +end # A computed dictionary that maps a (vendor, product) tuple to a known upstream project name const UPSTREAM_PROJECTS_BY_VENDOR_PRODUCT = Ref{Dict{Tuple{String,String}, String}}() @@ -254,10 +274,9 @@ end function upstream_versions_used_by_cpe(cpe) # First find the projects that match the CPE: - upstream_projects = TOML.parsefile(joinpath(@__DIR__, "..", "upstream_project_info.toml")) - matched_projects = [k for (k,v) in upstream_projects if cpe == get(v, "cpe", nothing)] + matched_projects = [k for (k,v) in upstream_projects() if cpe == get(v, "cpe", nothing)] # Then the _upstream_ versions of that project that are used by JLLs - upstream_components = TOML.parsefile(joinpath(@__DIR__, "..", "package_components.toml")) + upstream_components = package_components() versions = [] for (_, pkgversions) in upstream_components for (_, components) in pkgversions diff --git a/upstream_project_info.toml b/upstream_project_info.toml deleted file mode 100644 index 0948c683..00000000 --- a/upstream_project_info.toml +++ /dev/null @@ -1,629 +0,0 @@ -[libpng] -url_regexes = [ - 'https://sourceforge\.net/projects/libpng/files/libpng\d+/([^/]+)/', - 'https://downloads\.sourceforge\.net/libpng/libpng-(.+)\.tar', - 'ftp://ftp\.simplesystems\.org/pub/libpng/png/src/history/libpng\d+/libpng-(.+)\.tar', - 'https://vorboss\.dl\.sourceforge\.net/project/libpng/libpng\d+/([^/]+)/', -] -cpe = "cpe:2.3:a:libpng:libpng" - -[libssh2] -url_regexes = [ - 'https://github\.com/libssh2/libssh2/releases/download/libssh2-([^/]+)/', -] -cpe = "cpe:2.3:a:libssh2:libssh2" - -[OpenBLAS] -url_regexes = [ - 'https://github\.com/(?:xianyi|OpenMathLib)/OpenBLAS/releases/download/v([^/]+)/', - 'https://github\.com/xianyi/OpenBLAS/archive/v(.+)\.tar', -] -cpe = "cpe:2.3:a:openblas_project:openblas" -vendors = ["openblas", "openblas_project", "xianyi"] - -[openssl] -url_regexes = [ - 'https://github\.com/openssl/openssl/releases/download/openssl-([^/]+)/', - 'https://www\.openssl\.org/source/openssl-(.+)\.tar', -] -cpe = "cpe:2.3:a:openssl:openssl" - -[cairo] -repo = "https://gitlab.freedesktop.org/cairo/cairo.git" -url_regexes = [ - 'https://(?:www\.)?cairographics\.org/releases/cairo-(.+)\.tar', -] -cpe = "cpe:2.3:a:cairographics:cairo" - -[fontconfig] -url_regexes = [ - 'https://gitlab\.freedesktop\.org/api/v\d+/projects/\d+/packages/generic/fontconfig/[^/]+/fontconfig-(.+)\.tar', - 'https?://www\.freedesktop\.org/software/fontconfig/release/fontconfig-(.+)\.tar', -] -cpe = "cpe:2.3:a:fontconfig_project:fontconfig" -vendors = ["fontconfig", "freedesktop"] - -[freetype] -url_regexes = [ - 'https?://download\.savannah\.gnu\.org/releases/freetype/freetype-(.+)\.tar' -] -cpe = "cpe:2.3:a:freetype:freetype" - -[glib] -url_regexes = [ - 'https://ftp\.gnome\.org/pub/gnome/sources/glib/[^/]+/glib-(.+)\.tar', -] -cpe = "cpe:2.3:a:gnome:glib" - -[lzo] -url_regexes = [ - 'https://www\.oberhumer\.com/opensource/lzo/download/lzo-(.+).tar' -] -cpe = "cpe:2.3:a:lzo_project:lzo" - -[pixman] -url_regexes = [ - 'https?://www\.cairographics\.org/releases/pixman-(.+)\.tar', -] -cpe = "cpe:2.3:a:pixman:pixman" - -[zlib] -repo = 'https://github.com/madler/zlib.git' -url_regexes = [ - 'https?://zlib\.net/zlib-(.+)\.tar', -] -cpe = "cpe:2.3:a:zlib:zlib" - -[IntelOpenMP] -url_regexes = [ - 'https://files\.pythonhosted\.org/packages/[^/]+/[^/]+/[^/]+/intel_openmp-(.+)-py', - 'https://anaconda\.org/intel/intel-openmp/[^/]+/download/[^/]+/intel-openmp-(.+)-intel', - 'https://anaconda\.org/intel/openmp/[^/]+/download/[^/]+/openmp-(.+)-intel', - 'https://conda\.anaconda\.org/intel/[^/]+/intel-openmp-(.+)-intel', - 'https://software\.repos\.intel\.com/python/conda/[^/]+/intel-openmp-(.+)-intel', -] -cpe = "cpe:2.3:a:intel:openmp" - -[LLVMOpenMP] -url_regexes = [ - 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[^/]+/openmp-(.+)\.src' -] - -[ffmpeg] -url_regexes = [ - 'https://ffmpeg\.org/releases/ffmpeg-(.+).tar', -] -cpe = "cpe:2.3:a:ffmpeg:ffmpeg" - -[LAME] -url_regexes = [ - 'https://downloads\.sourceforge\.net/project/lame/lame/[^/]+/lame-(.+).tar', - 'https://downloads\.sourceforge\.net/lame/lame-(.+)\.tar', -] -cpe = "cpe:2.3:a:lame_project:lame" - -[fribidi] -repo = 'https://github.com/fribidi/fribidi.git' -url_regexes = [ - 'https://github\.com/fribidi/fribidi/releases/download/v(.+)/fribidi-', -] -cpe = "cpe:2.3:a:gnu:fribidi" - -# # URI("https?://www.cairographics.org/releases/pixman-0.28.2.tar.gz") => pixman, -# # URI("https?://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.2.tar.gz") => gettext, -# # URI("ftp://sourceware.org/pub/libffi/libffi-3.0.11.tar.gz") => libffi, -# # URI("https?://ftp.gnome.org/pub/gnome/sources/glib/2.34/glib-2.34.3.tar.xz") => gobject, -# # URI("https?://ftp.gnome.org/pub/GNOME/sources/pango/1.32/pango-1.32.6.tar.xz") => [pango,pangocairo], - -[pcre2] -url_regexes = [ - 'https://github\.com/PCRE2Project/pcre2/releases/download/pcre2-[^/]+/pcre2-(.+)\.tar', - 'https://ftp\.pcre\.org/pub/pcre/pcre2-(.+)\.tar', -] -repo = 'https://github.com/PCRE2Project/pcre2' -cpe = "cpe:2.3:a:pcre:pcre2" - -[libaom] -url_regexes = [ - 'https://storage\.googleapis\.com/aom-releases/libaom-(.+)\.tar', -] -cpe = "cpe:2.3:a:aomedia:aomedia" - -[libass] -url_regexes = [ - 'https://github\.com/libass/libass/releases/download/[^/]+/libass-(.+)\.tar', -] -cpe = "cpe:2.3:a:libass_project:libass" - -[fdkaac] -url_regexes = [ - 'https://downloads\.sourceforge\.net/project/opencore-amr/fdk-aac/fdk-aac-(.+)\.tar', - 'https://downloads\.sourceforge\.net/opencore-amr/fdk-aac-(.+)\.tar' -] -cpe = "cpe:2.3:a:fdkaac_project:fdkaac" -vendors = ["opencore-amr", "fdkaac_project", "fdkaac"] - -[libvorbis] -url_regexes = [ - 'https://ftp\.osuosl\.org/pub/xiph/releases/vorbis/libvorbis-(.+)\.tar', - 'https://downloads\.xiph\.org/releases/vorbis/libvorbis-(.+)\.tar' -] -cpe = "cpe:2.3:a:xiph.org:libvorbis" -vendors = ["xiph", "xiph.org"] - -[x265] -url_regexes = [ - 'https://bitbucket\.org/multicoreware/x265_git/get/Release_(.+)\.tar', - 'http://ftp\.videolan\.org/pub/videolan/x265/x265_(.+)\.tar' -] -repo = 'https://bitbucket.org/multicoreware/x265_git.git' -cpe = "cpe:2.3:a:multicorewareinc:x265" - -[graphite2] -url_regexes = [ - 'https://github\.com/silnrsi/graphite/releases/download/[^/]+/graphite2-(.+)\.t', -] -cpe = "cpe:2.3:a:sil:graphite2" - -[harfbuzz] -url_regexes = [ - 'https://github\.com/harfbuzz/harfbuzz/releases/download/[^/]+/harfbuzz-(.+)\.t', - 'https://www\.freedesktop\.org/software/harfbuzz/release/harfbuzz-(.+)\.t', -] -cpe = "cpe:2.3:a:harfbuzz_project:harfbuzz" - -[curl] -url_regexes = [ - 'https://curl\.se/download/curl-(.+)\.t', - 'https://curl\.haxx\.se/download/curl-(.+)\.t', -] -cpe = "cpe:2.3:a:curl_project:curl" -vendors = ["curl", "haxx"] - -[libgit2] -repo = 'https://github.com/libgit2/libgit2.git' -cpe = "cpe:2.3:a:libgit2:libgit2" - -[git] -url_regexes = [ - 'https://mirrors\.edge\.kernel\.org/pub/software/scm/git/git-(.+)\.tar', - 'https://github\.com/git-for-windows/git/releases/download/v(.+)\.windows', -] -cpe = "cpe:2.3:a:git-scm:git" -vendors = ["git", "git-scm"] - -[git-for-windows] -url_regexes = [ - 'https://github\.com/git-for-windows/git/releases/download/v(.+)/Git-', -] -cpe = "cpe:2.3:a:git_for_windows_project:git_for_windows" - -[libffi] -url_regexes = [ - 'https://sourceware\.org/pub/libffi/libffi-(.+)\.tar', - 'https://github\.com/libffi/libffi/releases/download/v([^/]+)/' -] -cpe = "cpe:2.3:a:libffi_project:libffi" - -[libtiff] -url_regexes = [ - 'https://download\.osgeo\.org/libtiff/tiff-(.+)\.tar', -] -cpe = "cpe:2.3:a:libtiff:libtiff" - -[util-linux] -url_regexes = [ - 'https://mirrors\.edge\.kernel\.org/pub/linux/utils/util-linux/v(.+)/util-linux' -] -cpe = "cpe:2.3:a:kernel:util-linux" - -[mbed_tls] -repo = 'https://github.com/Mbed-TLS/mbedtls.git' -repos = ['https://github.com/ARMmbed/mbedtls.git'] -cpe = "cpe:2.3:a:arm:mbed_tls" - -[pango] -url_regexes = [ - 'http://ftp\.gnome\.org/pub/GNOME/sources/pango/[^/]+/pango-(.+)\.tar', -] -cpe = "cpe:2.3:a:gnome:pango" - -[qtbase] -url_regexes = [ - 'https://download\.qt\.io/official_releases/qt/[^/]+/(.+)/submodules/qtbase-', -] -cpe = "cpe:2.3:a:qt:qtbase" - -[qt] -url_regexes = [ - 'https://download\.qt\.io/official_releases/qt/[^/]+/(.+)/single/qt-', -] -cpe = "cpe:2.3:a:qt:qt" - -[qtshadertools] -url_regexes = [ - 'https://download\.qt\.io/official_releases/qt/[^/]+/(.+)/submodules/qtshadertools-' -] - -[qtdeclarative] -url_regexes = [ - 'https://download\.qt\.io/official_releases/qt/[^/]+/(.+)/submodules/qtdeclarative-' -] - -[qtwayland] -url_regexes = [ - 'https://download\.qt\.io/official_releases/qt/[^/]+/(.+)/submodules/qtwayland-' -] - - -[rclone] -repo = 'https://github.com/rclone/rclone.git' -url_regexes = [ - 'https://github\.com/rclone/rclone/releases/download/v(.+)/rclone-', -] -cpe = "cpe:2.3:a:rclone:rclone" - -[wayland] -url_regexes = [ - 'https://wayland\.freedesktop\.org/releases/wayland-(\d.+)\.tar', - 'https://gitlab\.freedesktop\.org/wayland/wayland/-/releases/[^/]+/downloads/wayland-(\d.+)\.tar', -] -cpe = "cpe:2.3:a:wayland:wayland" - -[xz] -repo = 'https://github.com/tukaani-project/xz' -repos = ['https://git.tukaani.org/xz.git'] -url_regexes = [ - 'https://tukaani\.org/xz/xz-(.+)\.tar', - 'https://tukaani\.org/xz/xz-(.+)-windows\.', - 'https://github\.com/tukaani-project/xz/releases/download/v(.+)/xz', -] -cpe = "cpe:2.3:a:xz_project:xz" - -[libICE] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libICE-(\d.+)\.tar'] -cpe = "cpe:2.3:a:freedesktop:libice" -vendors = ["x", "x.org", "freedesktop"] - -[dbus] -url_regexes = ['https://dbus\.freedesktop\.org/releases/dbus/dbus-(\d.+)\.tar'] -cpe = "cpe:2.3:a:freedesktop:dbus" -vendors = ["x", "x.org", "freedesktop"] - -[libX11] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libX11-(\d.+)\.tar'] -cpe = "cpe:2.3:a:x:libx11" -vendors = ["x", "x.org", "freedesktop"] - -[libxcursor] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libXcursor-(\d.+)\.tar'] -cpe = "cpe:2.3:a:x:libxcursor" -vendors = ["x", "x.org", "freedesktop"] - -[libxdmcp] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libXdmcp-(\d.+)\.tar'] -cpe = "cpe:2.3:a:x.org:libxdmcp" -vendors = ["x", "x.org", "freedesktop"] - -[libxfixes] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libXfixes-(\d.+)\.tar'] -cpe = "cpe:2.3:a:x:libxfixes" -vendors = ["x", "x.org", "freedesktop"] - -[libXi] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libXi-(\d.+)\.tar'] -cpe = "cpe:2.3:a:x.org:libxi" -vendors = ["x", "x.org", "freedesktop"] - -[libXinerama] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libXinerama-(\d.+)\.tar'] -cpe = "cpe:2.3:a:x:libxinerama" -vendors = ["x", "x.org", "freedesktop"] - -[libXrandr] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libXrandr-(\d.+)\.tar'] -cpe = "cpe:2.3:a:x:libxrandr" -vendors = ["x", "x.org", "freedesktop"] - -[libxcb] -url_regexes = ['https://www\.x\.org/archive/individual/xcb/libxcb-(\d.+)\.tar'] -cpe = "cpe:2.3:a:x:libxcb" -vendors = ["x", "x.org", "freedesktop"] - -[libXext] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libXext-(\d.+)\.tar'] -cpe = "cpe:2.3:a:x:libxext" -vendors = ["x", "x.org", "freedesktop"] - -[libSM] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libSM-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[libXau] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libXau-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[xkbcomp] -url_regexes = ['https://www\.x\.org/archive/individual/app/xkbcomp-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[xkeyboard-config] -url_regexes = ['https://www\.x\.org/archive/individual/data/xkeyboard-config/xkeyboard-config-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[xtrans] -url_regexes = ['https://www\.x\.org/archive/individual/lib/xtrans-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[libxkbfile] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libxkbfile-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[libxcb-util-cursor] -url_regexes = ['https://xcb\.freedesktop\.org/dist/xcb-util-cursor-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[libxcb-util] -url_regexes = ['https://xcb\.freedesktop\.org/dist/xcb-util-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[libxcb-util-image] -url_regexes = ['https://xcb\.freedesktop\.org/dist/xcb-util-image-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[libxcb-util-keysyms] -url_regexes = ['https://xcb\.freedesktop\.org/dist/xcb-util-keysyms-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[libxcb-util-renderutil] -url_regexes = ['https://xcb\.freedesktop\.org/dist/xcb-util-renderutil-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[libxcb-util-wm] -url_regexes = ['https://xcb\.freedesktop\.org/dist/xcb-util-wm-(\d.+)\.tar'] -vendors = ["x", "x.org", "freedesktop"] - -[libxrender] -url_regexes = ['https://www\.x\.org/archive/individual/lib/libXrender-(.+)\.tar'] -cpe = "cpe:2.3:a:x.org:libxrender" -vendors = ["x", "x.org", "freedesktop"] - -[libinput] -repo = 'https://gitlab.freedesktop.org/libinput/libinput' -cpe = "cpe:2.3:a:freedesktop:libinput" -vendors = ["x", "x.org", "freedesktop"] - -[xkbcommon] -repo = 'https://github.com/xkbcommon/libxkbcommon' -url_regexes = ['https://xkbcommon\.org/download/libxkbcommon-(.+)\.tar'] -cpe = "cpe:2.3:a:xkbcommon_project:xkbcommon" - -[zstd_jl] -url_regexes = ['https://github\.com/facebook/zstd/releases/download/v(.+)/zstd-'] -cpe = "cpe:2.3:a:facebook:zstandard" - -[nghttp2] -repo = 'https://github.com/nghttp2/nghttp2.git' -url_regexes = ['https://github\.com/nghttp2/nghttp2/releases/download/v(.+)/nghttp2-'] -cpe = "cpe:2.3:a:nghttp2:nghttp2" - -[opus] -repo = 'https://github.com/xiph/opus.git' -repos = ['https://gitlab.xiph.org/xiph/opus'] -url_regexes = ['https://archive\.mozilla\.org/pub/opus/opus-(.+)\.tar'] -cpe = "cpe:2.3:a:xiph:opusfile" - -[GDAL] -repo = 'https://github.com/OSGeo/gdal.git' -url_regexes = [ - 'https://github\.com/OSGeo/gdal/releases/download/v(.+)/gdal-', -] -cpe = 'cpe:2.3:a:osgeo:gdal' - -[NetCDF] -repo = 'https://github.com/Unidata/netcdf-c.git' -url_regexes = [ - 'https://github\.com/Unidata/netcdf-fortran/archive/refs/tags/v(.+)\.tar', - 'https://github\.com/Unidata/netcdf-c/archive/v(.+)\.zip', - 'https://downloads\.unidata\.ucar\.edu/netcdf-c/(.+)/netcdf-c-', - 'https://downloads\.unidata\.ucar\.edu/netcdf-fortran/(.+)/netcdf-fortran-', -] - -[p7zip] -repo = 'https://github.com/p7zip-project/p7zip' -url_regexes = [ - 'https://downloads\.sourceforge\.net/project/p7zip/p7zip/(.+)/p7zip', - 'https://github\.com/jinfeihan57/p7zip/archive/refs/tags/v(.*)\.tar', -] -cpe = "cpe:2.3:a:7-zip:p7zip" - -[7-zip] -url_regexes = [ - 'https://downloads\.sourceforge\.net/project/sevenzip/7-Zip/(.+)/7z', -] -cpe = 'cpe:2.3:a:7-zip:7-zip' - -[bzip2] -repo = 'https://github.com/enthought/bzip2-1.0.6.git' -repos = ['git://sourceware.org/git/bzip2.git'] -cpe = 'cpe:2.3:a:bzip2_project:bzip2' - -[epoll-shim] -repo = 'https://github.com/jiixyj/epoll-shim.git' - -[libexpat] -url_regexes = [ - 'https://github\.com/libexpat/libexpat/releases/download/[^/]+/expat-(.+)\.tar', -] -cpe = 'cpe:2.3:a:libexpat_project:libexpat' - -[FFTW] -url_regexes = [ - 'http://fftw\.org/~stevenj/fftw-(.+)\.tar', - 'http://fftw\.org/fftw-(.+)\.tar', -] - -[GLFW] -url_regexes = [ - 'https://github\.com/glfw/glfw/releases/download/(.+)/glfw-', -] - -[GR] -repo = 'https://github.com/sciapp/gr.git' -url_regexes = [ - 'https://github.com/sciapp/gr/releases/download/v(.+)/gr-', -] - -[gettext] -url_regexes = [ - 'https://ftp\.gnu\.org/pub/gnu/gettext/gettext-(.+)\.tar', - 'http://mirrors\.kernel\.org/gnu/gettext/gettext-(.+)\.tar,' -] -cpe = 'cpe:2.3:a:gnu:gettext' - -[hwloc] -url_regexes = [ - 'https://download\.open-mpi\.org/release/hwloc/[^/]+/hwloc-(.+)\.tar' -] -cpe = 'cpe:2.3:a:open-mpi:hwloc' - -[Ipopt] -repo = 'https://github.com/coin-or/Ipopt.git' -url_regexes = [ - 'https://github\.com/coin-or/Ipopt/archive/releases/(.+)\.tar' - -] - -[libjpeg-turbo] -repo = 'https://github.com/libjpeg-turbo/libjpeg-turbo.git' -url_regexes = [ - 'https://github\.com/libjpeg-turbo/libjpeg-turbo/archive/(.+)\.tar', - 'https://github\.com/libjpeg-turbo/libjpeg-turbo/releases/download/(.+)/libjpeg-turbo', -] - -[Kaleido] -repo = 'https://github.com/plotly/Kaleido.git' -url_regexes = [ - 'https://github\.com/plotly/Kaleido/releases/download/v(.+)/kaleido_', -] - -[libLerc] -repo = 'https://github.com/Esri/lerc' -url_regexes = [ - 'https://github\.com/Esri/lerc/archive/refs/tags/v(.+)\.tar', -] - -[LLVMExtra] -repo = 'https://github.com/JuliaLLVM/LLVM.jl' -repos = ['https://github.com/maleadt/LLVM.jl.git', 'https://github.com/vchuravy/LLVMExtra.git'] - -[Lbfgsb] -url_regexes = ['http://users\.iems\.northwestern\.edu/~nocedal/Software/Lbfgsb\.(.+)\.tar'] - -[tracy] -repo = 'https://github.com/wolfpld/tracy.git' -url_regexes = [ - 'https://github\.com/wolfpld/tracy/archive/refs/tags/v(.+)\.tar', -] - -[libglvnd] -url_regexes = [ - 'https://github\.com/NVIDIA/libglvnd/releases/download/v(.+)/libglvnd-', - 'https://gitlab\.freedesktop\.org/glvnd/libglvnd/-/archive/v(.+)/libglvnd-', - 'https://gitlab\.freedesktop\.org/glvnd/libglvnd/uploads/[^/]+/libglvnd-(.+)\.tar' -] - -[libiconv] -url_regexes = [ - 'https://ftp\.gnu\.org/pub/gnu/libiconv/libiconv-(.+)\.tar', - 'http://mirrors\.kernel\.org/gnu/libiconv/libiconv-(.+)\.tar', -] - -[MUMPS] -url_regexes = [ - 'http://mumps\.enseeiht\.fr/MUMPS_(.+)\.tar', - 'https://mumps-solver\.org/MUMPS_(.+)\.tar', - 'https://graal\.ens-lyon\.fr/MUMPS/MUMPS_(.+)\.tar', - -] - -[OSQP] -repo = 'https://github.com/osqp/osqp.git' -url_regexes = [ - 'https://dl.bintray.com/bstellato/generic/OSQP/(.+)/osqp-' -] - -[libogg] -url_regexes = [ - 'https://downloads\.xiph\.org/releases/ogg/libogg-(.+)\.tar', - 'https://ftp\.osuosl\.org/pub/xiph/releases/ogg/libogg-(.+)\.tar' -] - -[openlibm] -repo = 'https://github.com/JuliaMath/openlibm.git' -url_regexes = [ - 'https://github\.com/JuliaMath/openlibm/archive/v(.+)\.tar', -] - -[openspecfun] -repo = 'https://github.com/JuliaMath/openspecfun.git' -url_regexes = [ - 'https://github\.com/JuliaMath/openspecfun/archive/v(.+)\.tar' -] - -[rmath] -repo = 'https://github.com/JuliaStats/Rmath-julia.git' -url_regexes = [ - 'https://github\.com/JuliaStats/Rmath-julia/archive/v(.*)\.tar' -] - -[spral] -repo = 'https://github.com/ralna/spral.git' - -[SuiteSparse] -repo = 'https://github.com/DrTimothyAldenDavis/SuiteSparse.git' -repos = ['https://github.com/Wimmerer/SuiteSparse.git'] -url_regexes = [ - 'https://github\.com/DrTimothyAldenDavis/SuiteSparse/archive/v(.+)\.tar', - 'http://faculty\.cse\.tamu\.edu/davis/SuiteSparse/SuiteSparse-(.+)\.tar', -] - -[Vulkan-Loader] -repo = 'https://github.com/KhronosGroup/Vulkan-Loader.git' - -[eudev] -repo = 'https://github.com/eudev-project/eudev' -url_regexes = ['https://dev\.gentoo\.org/~blueness/eudev/eudev-(.+)\.tar'] - -[fzf] -repo = 'https://github.com/junegunn/fzf.git' - -[libblastrampoline] -repo = 'https://github.com/JuliaLinearAlgebra/libblastrampoline.git' -repos = ["https://github.com/staticfloat/libblastrampoline"] - -[libdecor] -url_regexes = ['https://gitlab\.freedesktop\.org/libdecor/libdecor/-/archive/(.+)/libdecor-\d'] - -[libevdev] -repo = 'https://gitlab.freedesktop.org/libevdev/libevdev' - -[mtdev] -url_regexes = ['http://bitmath\.org/code/mtdev/mtdev-(.+)\.tar'] - -[oneTBB] -repo = 'https://github.com/oneapi-src/oneTBB.git' -url_regexes = ['https://github\.com/oneapi-src/oneTBB/archive/refs/tags/v(.+)\.tar'] - -# Missing projects: -# ASL_jll -- no upstream versioning -# CompilerSupportLibraries_jll -- not yet in jll_metadata -# Enzyme_jll -- not yet in jll_metadata -# FreeType2_jll -- not yet in jll_metadata -# METIS_jll -- not yet in jll_metadata -# MKL_jll -- not yet in jll_metadata -# MUMPS_seq_jll -- not yet in jll_metadata -# MozillaCACerts_jll -- uses a date with hyphens. not really software -# OpenBLAS_jll -- not yet in jll_metadata -# x264_jll -- does not have the proper version number in its URLs -# x265_jll -- not yet in jll_metadata (X/X265/build_tarballs has the wrong case) From f652743cee6ecff5bb011f5c1f84de10b9a9e8f8 Mon Sep 17 00:00:00 2001 From: Matt Bauman Date: Wed, 1 Oct 2025 11:58:04 -0400 Subject: [PATCH 2/2] use new "cpes" value --- src/common.jl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/common.jl b/src/common.jl index a1577749..78aab882 100644 --- a/src/common.jl +++ b/src/common.jl @@ -256,10 +256,8 @@ function upstream_projects_by_vendor_product() isassigned(UPSTREAM_PROJECTS_BY_VENDOR_PRODUCT) && return UPSTREAM_PROJECTS_BY_VENDOR_PRODUCT[] d = Dict{Tuple{String,String}, String}() for (project, deets) in upstream_projects() - products = unique(skipmissing(vcat(project, get(split(get(deets, "cpe", ""), ":"), 5, missing)))) - vendors = unique(skipmissing(vcat(get(deets, "vendors", String[]), get(split(get(deets, "cpe", ""), ":"), 4, missing)))) - for v in vendors, p in products - haskey(d, (lowercase(v),lowercase(p))) && d[(lowercase(v),lowercase(p))] != project && error("every vendor/product pair must uniquely identify (case-insensitive) one upstream projects") + for cpe in get(deets, "cpes", []) + v, p = split(cpe, ":", limit=2) d[(lowercase(v),lowercase(p))] = project end end @@ -274,7 +272,7 @@ end function upstream_versions_used_by_cpe(cpe) # First find the projects that match the CPE: - matched_projects = [k for (k,v) in upstream_projects() if cpe == get(v, "cpe", nothing)] + matched_projects = [k for (k,v) in upstream_projects() if cpe in get(v, "cpes", [])] # Then the _upstream_ versions of that project that are used by JLLs upstream_components = package_components() versions = []